/* 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: #B12028;
    color: #ffffff;
}

.escribenos-titulo {
    font-size: 3rem;
    font-weight: bold;
    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: #83C667;
    color: white;
    border: none;
}

.custom-button:hover {
    color: white;
    background-color: #ffffff;
}



/* 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 #ffffff;
    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%);
}


.btnCards{
    padding:5px 10px; 
    border: 1px solid #83C667; 
    color: #83C667;
    margin: 0rem 1.5rem;
    border-radius:8px;
    text-decoration: none;
}

.btnCards:hover{
    padding:5px 10px; 
    border: 1px solid #83C667; 
    background: #83C667;
    color: #FFF;
    margin: 0rem 1.5rem;
    border-radius:8px;
    text-decoration: none;
}

.btnDescarga{
    padding:6px 12px; 
    border: 1px solid #83C667; 
    background: #83C667;
    color: #FFF;
    border-radius:8px;
    text-decoration: none;
}

.btnDescarga:hover{
    background: #FFF;
    padding:6px 12px; 
    border: 1px solid #FF4E6A; 
    color: #FF4E6A;
    border-radius:8px;
    text-decoration: none;   
    
}


@media only screen and (min-width: 992px) {
    
    .padding-banner1{
        padding-right: 6rem!important;
        padding-left: 6rem!important;
        padding-top: 2rem;
    }
    
}


.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}


.btn-content {
    position: relative;
    display: flex; /* Añadido para alinear el texto y el círculo */
}

.hover-content {
    display: none;
    position: absolute;
    bottom: 60px;
    right: 0; /* Cambiado de left a right */
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    width: 330px; /* Añadido para hacerlo más ancho */
}

.btn-main {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.btn-text {
    background-color: #FFF; /* Color de Bootstrap */
    padding: 4px 18px;
    margin-right:10px;
    border-radius: 30px; /* Ajuste para redondear sólo el lado izquierdo */
    color: #313131;
}

.btn-icon {
    background-color: #B12028; /* Color de Bootstrap */
    border-radius: 50%;
    padding: 15px;
    margin-left: -5px; /* Solapar un poco para que parezca un solo botón */
}

.btn-icon img {
    width: 30px;
    height: 30px;
}


/* Estilo para pantallas grandes (por defecto) */
.align-items-baseline {
    align-items: center; /* Alineación vertical en el centro */
}

/* Estilo para pantallas pequeñas */
@media (max-width: 768px) {
    .align-items-baseline {
        flex-direction: column; /* Alinea los elementos verticalmente */
        align-items: flex-start; /* Alinea los elementos al inicio (izquierda) */
    }

    .align-items-baseline input[type="radio"] {
        margin-bottom: 4px; /* Agrega un espacio entre cada radio button y su etiqueta */
    }

    .align-items-baseline label {
        margin-right: 0; /* Elimina el margen derecho para las etiquetas */
        margin-bottom: 0px; /* Agrega un espacio entre las etiquetas y el siguiente radio button */
    }
}


.btn {
    padding: 0.4rem 2.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 12px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.radio-container {
    display: flex;
    align-items: center; /* Alinea los ítems verticalmente en el centro */
    margin-bottom: 10px; /* Ajusta el espaciado vertical entre cada opción */
}


.radio-container label {
    display: inline-block;
    margin-bottom: 0rem;
}


.form-row label{
    font-weight: bold;
}

.inputFileCustom {
       padding-bottom: 2.25rem !important;
}


@keyframes blink {
    0% { opacity: 0.2; }
    20% { opacity: 1; }
    100% { opacity: 0.2; }
}

#loading {
    animation: blink 1.5s infinite;
}


#videoModal .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
    background: #000;
}

.imagen-clicable {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.imagen-clicable:hover {
    transform: scale(1.05);
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    opacity: 0.9;
}

