
.text-azul{
    color: #51ABFE;
}

.fondo-oscuro{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #00000059;
}

.borde-derecho{
    border-right: 3px solid #ffffff;
}

.contacto-header ul li a{
    font-size: 15px !important;
}

.caja-nosotros{
    padding: 60px 50px !important;
    -webkit-box-shadow: 5px 5px 15px -10px #000000; 
    box-shadow: 5px 5px 15px -10px #000000;
    border-radius: 10px;
    border: 5px solid #51ABFE;
}

.caja-nosotros h3{
    color: #176ab8;
    margin-bottom: 30px !important;
}

.caja-nosotros p{
    font-size: 14px !important;
    line-height: 1.8em !important;
    margin-bottom: 20px !important;
}

.contenedor-servicios .department_content h3 a{
    font-size: 18px !important;
    line-height: 1.3em !important;
    color: #176ab8 !important;
    font-weight: 600 !important;
}

.slider_bg_2{
    background-image: url(../img/header2.jpg);
}

.slider_text{
    position: relative;
    z-index: 120;
    padding: 50px 35px;
    background-color: #176ab8;
    width: fit-content;
    border-radius: 10px;
}

.slider_text h3 span{
    font-size: 36px;
}

.slider_text h3{
    font-size: 24px !important;
    margin-bottom: 25px;
}

.slider_text p{
    color: #ffffffcb !important;
    font-size: 14px !important;
}

.slider_text p b{
    color: white;
}


.seccion-doctor{
    position: relative;
    background-image: url(../img/header1.jpg);
    min-height: 500px;
    background-size: cover;
    background-position: right;
    display: flex;
    align-items: center;
}

.caja-doctor{
    position: relative;
    z-index: 10;
}

.doctor-experiencia{
    display: flex;
    align-items: center;
    text-align: center;
    padding: 15px;
    border: 4px solid #51ABFE;
}

.doctor-experiencia .anos{
    padding: 10px;
    padding-right: 20px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

.doctor-experiencia span{
    font-size: 56px;
    font-weight: 700;
    line-height: 1em;
    color: white;
}

.doctor-experiencia p{
    margin-bottom: 0px;
    color: #ffffff;
}

.doctor-experiencia .contenido{
    padding: 0 20px;
}

.doctor-experiencia .contenido p{
    line-height: 1.4em;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0px;
}

.caja-doctor h2{
    color: white;
    margin-bottom: 25px;
}

.caja-doctor p{
    color: rgba(255, 255, 255, 0.699);
    margin-bottom: 40px;
}

.slider_area .single_slider .slider_text h3 {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 70px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 300;
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .slider_text h3 span{
        font-size: 24px;
    }
    
    .slider_text h3{
        font-size: 18px !important;
        margin-bottom: 25px;
    }
    
    .slider_text p{
        color: #ffffffcb !important;
        font-size: 12px !important;
    }
    
    .slider_text p b{
        color: white;
    }

    .doctor-experiencia span{
        font-size: 38px;
        font-weight: 700;
        line-height: 1em;
        color: white;
    }
    
    .doctor-experiencia p{
        font-size: 12px;
        margin-bottom: 0px;
        color: #ffffff;
    }

    .caja-doctor h2{
        color: white;
        margin-bottom: 18px;
    }

    .doctor-experiencia .contenido p{
        line-height: 1.4em;
        font-size: 10px;
        text-align: left;
        margin-bottom: 0px;
    }
}

