/* Ya comenzamos */
.ycs {
    background-color: #07BBD914;
}


.ya-titulo {
    color: #19009B;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
}

.santander-ya {
    background-color: #ffffff;
    padding: 101px 75px 102px 59px;
    border-radius: 25px;
    box-shadow: 0px 4px 8px 5px #0000000D;
}

.ya-texto {
    font-size: 22px;
    font-weight: 600;
}

.ya-texto-1 {
    color: #313131;
}

.ya-texto-2 {
    color: #FF4E6A;
}

.ya-texto-3 {
    color: #19009B;
}


span.texto-1 {
font-size: 30px;
line-height: 45px;
    font-weight: 700;
    color: #19009B;
}

span.texto-2 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    color: #FF4E6A;
}

.s-descripcion {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.se-parte {
    background-color: #FF4E6A;
    color: white;
    border: none;
}

.se-parte:hover {
    color: white;
    background-color: #d43f57;
}

/* Escribenos */
.escribenos {
    background-color: #19009B;
    color: #ffffff;
}

.escribenos-titulo {
    font-size: 50px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 10px;
}

.escribenos-texto {
    margin-bottom: 40px;
}

/* Escribenos form */
.custom-form .custom-input {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 8px;
    color: white;
    margin-bottom: 10px;
}

.custom-input::placeholder {
    color: white;
    font-weight: bold;
    opacity: 1;
}

.custom-button {
    background-color: #FF4E6A;
    color: white;
    border: none;
}

.custom-button:hover {
    color: white;
    background-color: #d43f57;
}

/* Footer */

.footer-nav-links {
    list-style-type: none;
}

.footer-nav-links li a {
    color: #101014;
    font-weight: 500;
}

.link-contactanos {
    color: #19009B;
}
.contact-button {
    text-align: left;
    padding: 10px 0px;
}

.contact-button-inner {
    padding: 25px 40px 25px 15px;
    background-color: white;
    border: 1px solid #19009B;
    border-radius: 14px;
    display: inline-block;
}

.contact-button a {
    text-decoration: none;
}

.email-text {
    color: #101014;
    font-weight: 500;
    text-decoration: underline;
}

.nav-item {
    list-style: none;
}

footer .text-muted {
    color: #80879C!important;
}

.contact-link {
    color: #FF4E6A;
    font-weight: bold;
}

.contact-link:hover {
    color: #FF4E6A;
    text-decoration: none;
}

/* Separador */
.decorative-wrapper {
    position: relative;
}
    
.puntos-ef {
    position: absolute;
    z-index: 1;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.puntos-yc {
    position: absolute;
    z-index: -1;
    width: 90%;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -88%);
}