/* ---------- Cambio de color en sliders ---------- */
:root{
    --swiper-theme-color: var(--rojo-cedva);
}
.widthSlidersAuto{
    width: 100%;
}


/* ---------- Sección Principal (videos) ---------- */
#btnConoceMas{
    top: 82.5%;
    z-index: 2;
    left: 8vw;
    color: white;
    background: rgb(253,29,29);
    background: -moz-linear-gradient(180deg, rgba(253,29,29,1) 21%, rgba(252,176,69,1) 80%);
    background: -webkit-linear-gradient(180deg, rgba(253,29,29,1) 21%, rgba(252,176,69,1) 80%);
    background: linear-gradient(180deg, rgba(253,29,29,1) 21%, rgba(252,176,69,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd1d1d",endColorstr="#fcb045",GradientType=1);
    border: none;
    font-size: 2vh;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 3vh;
}
#btnConoceMas:focus, #btnConoceMas:hover{
    box-shadow: 0 0 0 0.25rem rgba(var(--rojo-cedva-rgb), .5);
    border: 1px solid white;
    text-decoration: none;
    color: white;
}
@media screen and (max-width: 575px) {
    #videoDesktop{
        display: none;
    }
    #videoMovil{
        display: initial!important;
    }
}


/* ---------- Barra de navegación ---------- */
#navbarCedva{
    justify-content: end;
}
#logoCedva{
    height: 50px;
}
#Cedva49{
    height: 50px;
}
.linksNavbar{
    text-transform: uppercase;
}
#contenedorOpcionesNavbarCedva{
    max-width: 900px;
}
#toggleNavBar{
    font-size: 1.5rem;
    color: var(--rojo-cedva);
    font-weight: lighter;
}
#toggleNavBar:focus{
    border: none;
    box-shadow: none;
    outline: none;
}
@media screen and (min-width: 992px) {
    #atagLogo{
        order: 1;
    }
    #navbarCedva{
        order: 2;
    }
    #Cedva49{
        order: 3;
    }
}
@media screen and (max-width: 991px) {
    #atagLogo{
        margin-right: auto;
        margin-left: auto;
        transform: translateX(-25%);
    }
}


/* ---------- Primera sección ---------- */
.textosSeccion1{
    max-width: 50ch;
}


/* ---------- Sección Oferta Académica ---------- */
.imgSliderOfertaAcademica{
    width: auto;
    height: auto;
    max-height: 40vh;
}
.sliderOACedva{
    width: auto;
    text-align: center;
    height: auto;
}
@media screen and (max-width: 450px) {
    .sliderOACedva{
        width: 100%;
        text-align: center;
    }
    .imgSliderOfertaAcademica{
        width: 100%;
        max-height: fit-content;
        height: auto;
    }
}
@media screen and (min-width: 1300px) {
    #wrapperOASlider{
        justify-content: center;
    }
}


/* ---------- Sección Porque Estudiar Cedva ---------- */
@media screen and (min-width: 1200px) {
    #wrapperPECSlider{
        justify-content: center;
    }
}
#divPorqueEstudiar{
    background-color: var(--rojo-cedva);
}
.iconosPorqueEstudiarCedva{
    height: 10vh;
    margin-bottom: 10px;
}
.textosDescripcionPCE{
    text-transform: uppercase;
    font-size: 1.15rem;
    font-weight: bold;
    max-width: 15ch;
    line-height: 1;
}
.textosMasGrandesDescPCE{
    font-size: 3em;
    line-height: 1;
}
#divNavegacionSliderPEC span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: white;
}
#navegacionIzquierdaPEC:after, #navegacionDerechaPEC:after{
    color: white!important;
}
#navegacionIzquierdaPEC, #navegacionDerechaPEC, #navegacionIzquierdaEgresados, #navegacionDerechaEgresados{
    position: initial;
    margin-top: 0px!important;
}


/* ---------- Sección Egresados ---------- */
.imagenesEgresadosCedva{
    height: 40vh;
    width: fit-content;
}
@media screen and (min-width: 1000px) {
    #wrapperEgresadosCedva{
        justify-content: center;
    }
}
.cuadrosNegrosOverlayEgresados{
    width: 85%;
    background-color: black;
    color: white;
}
.quotationsEgresados{
    font-size: 0.65rem;
    line-height: 1;
    min-height: 4;
}
img.imagenesEgresadosCedva{
    width: auto;
}
@media screen and (max-width: 999px) {
    div.imagenesEgresadosCedva{
        -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
    }
    .imagenesEgresadosCedva{
        border-radius: 10px;
    }
    .cuadrosNegrosOverlayEgresados{
        left: 50%!important;
        transform: translateX(-50%);
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
}


/* ---------- Sección Contáctanos ---------- */
.inputsContactoForm{
    border-radius: 0px;
    font-size: 1.25rem;
    line-height: 1.75rem;
    height: 4rem;
    outline: none;
    outline-color: var(--rojo-cedva);
    border: none;
}
.inputsContactoForm:focus{
    border: 2px solid var(--rojo-cedva);
    box-shadow: 0 0 0 0.25rem rgba(var(--rojo-cedva-rgb), .5);
}
@media screen and (max-width: 767px) {
    .inputsContactoForm{
        border-radius: 10px;
        font-size: 1.15rem;
        line-height: 1.5rem;
        height: 2.5rem;
    }
}
#btnEnviarContacto{
    background-color: var(--rojo-cedva);
    line-height: 1;
}


/* ---------- Footer ---------- */
#logoCedvaFooter{
    width: 100%;
    max-width: 100px;
}
@media screen and (max-width: 767px) {
    #logoCedvaFooter{
        max-width: 100%;
    }
}
#rowFooter3Secciones{
    flex-direction: row;
}
@media screen and (max-width: 767px) {
    #rowFooter3Secciones{
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .columnasFooter3Secciones{
        width: fit-content!important;
    }
    #rowFooter3Secciones .linksFooter{
        width: fit-content;
    }
    #politicasPrivacidad{
        font-size: 0.5rem;
    }
}
.iconosFooter{
    font-size: 1.5rem;
}