/* Intro Carousel  */
#introCarousel, #introCarousel .carousel-inner, #introCarousel .carousel-item, #introCarousel .carousel-item.active {
    height: 90vh;
}

#introCarousel .carousel-item:nth-child(1) {
    background-image: url('/imagenes/slider1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#introCarousel .carousel-item:nth-child(2) {
    background-image: url('/imagenes/slider2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#introCarousel .carousel-item:nth-child(3) {
    background-image: url('/imagenes/slider3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.carousel-item .mask{
    background: rgb(0,51,102);
    background: radial-gradient(circle, rgba(0,51,102,0.75) 0%, rgba(4,184,235,0.75) 80%);
}

/* Height for devices larger than 576px */
@media (min-width: 992px) {
    
    #introCarousel {
        margin-top: -58.59px;
    }

}


.fw-300{
    font-weight: 300 !important;
}

.fw-400{
    font-weight: 400 !important;
}

.fw-500{
    font-weight: 500 !important;
}

.fw-600{
    font-weight: 600 !important;
}

.fw-700{
    font-weight: 700 !important;
}
.fw-800{
    font-weight: 800 !important;
}


.lh-1-2{
    line-height: 1.2 !important;
}

body {
    font-family: 'Manrope', sans-serif !important;
}

/* Secciones de información  */
.subSeccion1{
    padding-top: 100px;
    padding-bottom: 80px;  
}

.subSeccion2{
    padding-top: 80px;
    padding-bottom: 120px;  
}

.seccion1{
    padding-top: 130px;
    padding-bottom: 130px;  
}

.seccion2 {
    padding-top: 80px;
    padding-bottom: 80px;
}



/* Height for devices larger than 576px */
@media (max-width: 992px) {

    h3.w-75{
        width: 100%!important;
    }

    .subSeccion1{
        padding-top: 80px;
        padding-bottom: 20px;  
    }

    .subSeccion2{
        padding-top: 20px;
        padding-bottom: 80px;  
    }

    .subSeccion2 .pb-5, .seccion1 .pb-5{
        padding-bottom: 1rem!important;
    }

    .seccion1{
        padding-top: 60px;
        padding-bottom: 60px;  
    }

    .img-fluid.w-25{
        width: 75% !important;
    }

}