.div-inicio{
    background-image: linear-gradient(90deg, rgba(0,0,0,0.6), rgba(0,0,0,0)), 
        url("../img/especialidades/cabecera-1.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 580px;
}

.inicio-titulo-1, .inicio-titulo-2{
    font-family: 'Poppins';
    text-align: center;
}

.inicio-titulo-1{
    font-weight: 300;
    font-size: 1.5rem;
}

.inicio-titulo-2{
    font-size: 6rem;
}

.div-especialidades{
    padding-top: 100px;
    padding-right: 110px;
    padding-bottom: 100px;
    padding-left: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contenedor-1, .contenedor-2, 
.contenedor-3, .contenedor-4, 
.contenedor-5, .contenedor-6{
    background-color: rgb(146, 55, 216);
    border-radius: 20px;
    margin-bottom: 50px;
    width: 80%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.contenedor-1:hover, .contenedor-2:hover,
.contenedor-3:hover, .contenedor-4:hover,
.contenedor-5:hover, .contenedor-6:hover{
    background-color: rgb(120, 44, 179);
}

.especialidad-1, .especialidad-2,
.especialidad-3, .especialidad-4,
.especialidad-5, .especialidad-6{
    padding: 50px 30px;
    width: 50%;
}

.titulo-especialidad{
    font-family: 'Poppins';
    margin-bottom: 20px;
}

.texto-especialidad{
    font-family: 'Montserrat';
    text-align: justify;
}

.img-especialidad-1{
    background-image: url("../img/especialidades/ansiedad-1.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* width: 1700px; */
}

.img-especialidad-2{
    background-image: url("../img/especialidades/depresion-1.jpeg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    /* width: 1900px; */
}

.img-especialidad-3{
    background-image: url("../img/especialidades/estres-2.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* width: 4000px; */
}

.img-especialidad-4{
    background-image: url("../img/especialidades/autoestima.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* width: 1700px; */
}

.img-especialidad-5{
    background-image: url("../img/especialidades/duelo-1.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* width: 1700px; */
}

.img-especialidad-6{
    background-image: url("../img/especialidades/crianza-para-padres-1.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* width: 1700px; */
}

.img-especialidad-1, .img-especialidad-3, .img-especialidad-5{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 50%;
}

.img-especialidad-2, .img-especialidad-4, .img-especialidad-6{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 50%;
}

.div-dudas{
    padding-top: 100px;
    padding-right: 110px;
    padding-bottom: 100px;
    padding-left: 110px;
    background-color: rgb(250, 250, 250);
}

.titulo-duda-1, .titulo-duda-2{
    font-family: 'Poppins';
}

.titulo-duda-1{
    font-weight: 400;
    font-size: 1.2rem;
}

.div-duda{
    margin-bottom: 80px;
}

.titulo-duda-2{
    font-weight: 700;
    font-size: 1.8rem;
}
.titulo-duda-2 span{
    color: rgb(146, 55, 216);
}

.boton-4{
    border: 1px solid rgb(146, 55, 216);
    color: rgb(146, 55, 216);
    font-size: 1.3rem;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 30px;
    font-family: 'Roboto';
}
.boton-4:hover{
    color: white;
    background-color: rgb(146, 55, 216);
}

.div-horarios{
    width: 330px;
}

.icono-reloj{
    margin-right: 10px;
    /* position: relative;
    top: 1px; */
}

.horario-dia, .horario-hora{
    font-family: 'Poppins';
}

.horario-dia{
    font-weight: 400;
    font-size: 1.2rem;
}

.horario-hora{
    font-weight: 600;
    font-size: 1.2rem;
}

@media (max-width: 1440px) {
    .img-especialidad-1{
        background-position: 70% 50%;
    }
    .img-especialidad-2{
        background-position: 70% 50%;
    }
}

@media (max-width: 1200px) {
    .div-especialidades{
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 1265px) {
    .div-horarios{
        flex-direction: column;
        width: auto;
    }
}

@media (max-width: 992px) {
    .div-dudas{
        padding-left: 30px;
        padding-right: 30px;
    }
    .div-especialidades{
        padding-left: 30px;
        padding-right: 30px;
    }
    .contenedor-1, .contenedor-3, .contenedor-5{
        flex-direction: column !important;
        width: 100%;
    }
    .contenedor-2, .contenedor-4, .contenedor-6{
        flex-direction: column-reverse !important;
        width: 100%;
    }
    .especialidad-1, .especialidad-3, .especialidad-5,
    .especialidad-2, .especialidad-4, .especialidad-6{
        width: 100%;
    }
    .img-especialidad-1, .img-especialidad-3, .img-especialidad-5,
    .img-especialidad-2, .img-especialidad-4, .img-especialidad-6{
        width: 100% !important;
        height: 300px;
        background-position: center;
    }
    .img-especialidad-4{
        background-position: 50% 38%;
    }
    .img-especialidad-1, .img-especialidad-3, .img-especialidad-5{
        border-top-right-radius: 0px;
        border-bottom-left-radius: 20px;
    }
    .img-especialidad-2, .img-especialidad-4, .img-especialidad-6{
        border-top-left-radius: 0px;
        border-bottom-right-radius: 20px;
    }
}

@media (max-width: 991px) {

    /* .div-especialidades{
        padding-left: 200px;
        padding-right: 200px;
    } */
}

@media (max-width: 768px) {
    .div-duda{
        flex-direction: column;
    }

    .titulo-duda-2{
        margin-bottom: 30px;
    }

    .boton-4{
        align-self: center;
    }

    .div-horarios-dias{
        flex-direction: column;
        padding-left: 50px;
        padding-right: 50px;
    }

    .div-horarios{
        flex-direction: row;
        /* justify-content: start !important; */
    }

    .inicio-titulo-1{
        font-size: 1.4rem;
    }

    .inicio-titulo-2{
        font-size: 4.6rem;
    }

}

@media (max-width: 576px) {
    .titulo-duda-1, .titulo-duda-2{
        text-align: center;
    }

    .div-horarios{
        /* flex-direction: column; */
        margin-bottom: 30px;
        /* justify-content: center !important; */
    }

    .div-horarios-dias{
        /* justify-content: center !important; */
        padding-left: 10px;
        padding-right: 10px;
    }

    /* .div-horario-separador{
        align-items: center !important;
    } */

    .div-inicio{
        height: 450px;
    }

    .inicio-titulo-2{
        font-size: 3.3rem;
    }

}

@media (max-width: 425px) {
    .div-inicio{
        height: 300px;
    }

    .inicio-titulo-1{
        font-size: 1.3rem;
    }

    .inicio-titulo-2{
        font-size: 2.9rem;
    }

    .div-especialidades{
        padding-left: 30px;
        padding-right: 30px;
    }

    .titulo-especialidad{
        text-align: center;
    }
}

@media (max-width: 375px) {
    .boton-4{
        font-size: 1.2rem;
    }

    .inicio-titulo-2{
        font-size: 2.5rem;
    }

    .div-especialidades{
        padding-left: 10px;
        padding-right: 10px;
    }

    .div-horarios{
        flex-direction: column;
    }

    .div-horario-separador{
        align-items: center !important;
    }
}