
/* GENERAL */

body{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
dl, ol, ul, p, a{
    margin-top: 0;
    margin-bottom: 0rem;
    list-style: none;
    text-decoration: none;
}

/* SLIDER_ENCABEZADO */
.seccion_s1{
    width: 98vw;
    height: 100vh;
    background-size: 98vh;
    background-position: right bottom;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
}

.seccion_s2{
    width: 98vw;
    height: 100vh;
    background-size: 98vh;
    background-position: right bottom;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
}
.encabezado{
    width: 100%;
    height: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

/* SLIDER_03 */
.encabezado_slide_03{
    width: 60%;
    height: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.slider03_p{
    font-weight: 700;
    font-size: 20px;
}

.encabezado_line{
    width: 50%;
    height: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.encabezado_section{
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.encabezado_section p{
    font-weight: 800;
    color: #FF862C;
    -webkit-animation: color 2s linear 2s infinite alternate;
            animation: color 2s linear 2s infinite alternate;
    margin-top: 15px;
    text-align: center;
}
.contenedor_encabezado{
    height: 100%;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}
.icono_encabezado{
    height:  70%;
    width: 100%;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.frase_encabezado{
    height:  30%;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    font-weight: 700;
}
.frase_encabezado span{
    color: #FF862C;
    -webkit-animation: color 2s linear 2s infinite alternate;
            animation: color 2s linear 2s infinite alternate;
}
@-webkit-keyframes color{
    from {color: #FF862C;}
    to {color: #2E3192; }
} 
@keyframes color{
    from {color: #FF862C;}
    to {color: #2E3192; }
}

.banda{
    width: 100%;
    height: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.banda div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.banda_enunciado{
    width: 50%;
    font-size: 18px;
    background-color: #2E3192;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}


.banda_control{
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 30px;
}
div .left{
    width: 80px;
    height: 100%;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
    border: 1px solid #2E3192;
    color: #2E3192;
    -webkit-animation: flecharight -1s linear 1s infinite alternate;
            animation: flecharight -1s linear 1s infinite alternate;
}
@-webkit-keyframes flecharight{
    from {padding-right: 5px;}
    to {padding-right: 0px; }
} 
@keyframes flecharight{
    from {padding-right: 5px;}
    to {padding-right: 0px; }
}

div .left:hover{
    border: 1px solid #FF862C;
    color: #FF862C;
}

div .right{
    width: 80px;
    height: 100%;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #2E3192;
    color: #2E3192;
    -webkit-animation: flechaleft -1s linear 1s infinite alternate;
            animation: flechaleft -1s linear 1s infinite alternate;
}
@-webkit-keyframes flechaleft{
    from {padding-left: 5px;}
    to {padding-left: 0px; }
} 
@keyframes flecharight{
    from {padding-left: 5px;}
    to {padding-left: 0px; }
}
div .right:hover{
    border: 1px solid #FF862C;
    color: #FF862C;
}

.control{
    width: 100%;
    height: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.control_contenedor{
    width: 10%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.control_contenedor .pagination{
    width: 100%;
    font-size: 20px;
    color: #FF862C;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}




@media (min-width: 1100px) {
/* SLIDER_ENCABEZADO */
    .frase_encabezado{
        font-size: 20px;
    }
}
@media (min-width: 800px) {
/* SLIDER_ENCABEZADO */

    .seccion_image01{
        background-image: url("../img/slider_01/img_s1.png");
    }
    .seccion_image02{
        background-image: url("../img/slider_01/img_s2.png"); 
    }
}

@media (max-width: 1100px) {

/* SLIDER_ENCABEZADO */

    .frase_encabezado{
        font-size: 20px;
    }
}
@media (max-width: 900px) {

/* SLIDER_ENCABEZADO */
    .frase_encabezado{
        font-size: 17px;
    }
    .encabezado_section p{
        font-size: 14px;
    }
    .banda_enunciado{
        font-size: 13px;
    }
}
@media (max-width: 800px) {

/* SLIDER_ENCABEZADO */
    .encabezado{
        height: 70%;
    }
    .encabezado_slide_03{
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .encabezado_line{
        width: 100%;
        height: 35%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .banda{
        height: 20%;
    }
    .control{
        height: 10%;
    }
    .contenedor_encabezado{
        width: 100%;    
    }
    .frase_encabezado{
        font-size: 25px;
    }
    .icono_encabezado{
        padding-bottom: 0px;
    }
    .icono_encabezado img{
        width: 30%;
    }
    .banda{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .banda div{
        width: 100%;
    }
    .banda_enunciado{
        height: 70%;
        font-size: 25px;
    }
    .banda_control{
        height: 30%;
    }
    .control_contenedor{
        width: 30%;
    }
    .control_contenedor .pagination{
        font-size: 25px;
    }
}

@media (max-width: 720px) {

/* SLIDER_ENCABEZADO */
    .frase_encabezado{
        font-size: 20px;
    }
    .banda_enunciado{
        font-size: 20px;
    }
}

@media (max-width: 690px) {

/* SLIDER_ENCABEZADO */
    .frase_encabezado{
        font-size: 17px;
    }
    .banda_enunciado{
        font-size: 17px;
    }
}

@media (max-width: 490px) {

/* SLIDER_ENCABEZADO */

    .frase_encabezado{
        font-size: 14px;
    }
    .banda_enunciado{
        font-size: 14px;
    }
    .control_contenedor{
        width: 60%;
    }
}

@media (max-width: 400px) {

/* SLIDER_ENCABEZADO */

    .frase_encabezado{
        font-size: 12px;
    }
    .banda_enunciado{
        font-size: 12px;
    }
    .frase_encabezado{
        text-align: center;
    }
}

@media (max-width: 330px) {

/* SLIDER_ENCABEZADO */

    .frase_encabezado{
        font-size: 10px;
    }
    .banda_enunciado{
        font-size: 10px;
    }
}

/* navegador_index */

#navegador_index{
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#navegador_index section{
    width: 20%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    background-color: white;
    color: #2E3192;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#navegador_index section:hover{
    color: white;
    background-color: #FF862C;
}


@media (max-width: 690px) {

    #navegador_index section{
        width: 31%;
       
    }
}

/* propuesta */

#propuesta{
    margin-top: 5vh;
    height: 70vh;
    width: 98vw;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#propuesta .prpuesta_line{
    width: 90%;
    height: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.propuesta_txt{
    height: 100%;
    width: 50%; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-weight: 700;
}
.propuesta_img_01{
    height: 100%;
    width: 50%;
    background-image: url('../img/propuesta/camion.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.propuesta_img_02{
    height: 100%;
    width: 50%;
    background-image: url('../img/propuesta/ontime.svg');
    background-position: center;
    background-size: 350px;
    background-repeat: no-repeat;
}


@media (max-width: 900px) {

    .propuesta_img_02{
        background-size: 300px;
    }
}

@media (max-width: 800px) {

    #propuesta .prpuesta_line{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .propuesta_txt{
        height: 40%;
        width: 100%;
        font-size: 20px; 
    }
    .propuesta_img_01{
        height: 60%;
        width: 100%;
    }
    .propuesta_img_02{
        height: 60%;
        width: 100%;
    }
}
@media (max-width: 600px) {
    .propuesta_txt{
        font-size: 13px; 
    }

}

@media (max-width: 450px) {
    .propuesta_txt{
        font-size: 12px; 
    }
    .propuesta_img_02{
        height: 60%;
        width: 100%;
        background-size: 200px;
    }

}

@media (max-width: 360px) {
    .propuesta_txt{
        font-size: 11px; 
    }
}


/* servicios */
#servicios{
    margin-top: 5vh;
    height: 70vh;
    width: 98vw;
}
#servicios_encabezado{
    width: 100%;
    height: 20%;
    font-size: 25px;
    font-weight: 700;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.resaltado1{
    color: #FF862C;
}
.resaltado2{
    color: #2E3192;
}
#servicios_slider{
    width: 100%;
    height: 70%;

}

.slider_servicios{
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    
}
ul .slide_servicios{
    height: 100%;
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
}
ul .slide_servicios div:hover{
    border: 8px solid white;;
}
.slide_servicios p{
   margin-top: 20px;
   font-weight: 700;
}
#servicios_transporte{
    font-weight: 500;
}
.slide_servicios a{
    height: 100%;
    width: 48%;
}
.slide_servicios div{
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: blanchedalmond;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
#servicios_sliderControl{
    width: 100%;
    height: 10%; 
    margin-top: 10px; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;  
    -webkit-box-orient: horizontal;  
    -webkit-box-direction: normal;  
        -ms-flex-direction: row;  
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;   
}
.servicios_control{
    height: 90%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;  
}

div .left_servicios{
    width: 80px;
    height: 100%;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
    border: 1px solid #2E3192;
    color: #2E3192;
    -webkit-animation: flecharight -1s linear 1s infinite alternate;
            animation: flecharight -1s linear 1s infinite alternate;
}
@-webkit-keyframes flecharight{
    from {padding-right: 5px;}
    to {padding-right: 0px; }
} 
@keyframes flecharight{
    from {padding-right: 5px;}
    to {padding-right: 0px; }
}

div .left_servicios:hover{
    border: 1px solid #FF862C;
    color: #FF862C;
}

div .right_servicios{
    width: 80px;
    height: 100%;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #2E3192;
    color: #2E3192;
    -webkit-animation: flechaleft -1s linear 1s infinite alternate;
            animation: flechaleft -1s linear 1s infinite alternate;
}
@-webkit-keyframes flechaleft{
    from {padding-left: 5px;}
    to {padding-left: 0px; }
} 
@keyframes flecharight{
    from {padding-left: 5px;}
    to {padding-left: 0px; }
}
div .right_servicios:hover{
    border: 1px solid #FF862C;
    color: #FF862C;
}
.control_paginaion{
    width: 100%;
    height: 100%;
    font-size: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FF862C;
}
.pagination_servicios{
    width: 20%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
}


@media (max-width: 500px) {
    #servicios_transporte{
        display: none;
    }
    #servicios_encabezado p{
        font-size: 14px;
    }
    .slide_servicios p{
        font-size: 14px;
     }
    .pagination_servicios{
        width: 80%;
    }

}
@media (max-width: 400px) {
    #servicios_encabezado p{
        font-size: 12px;
    }
    .slide_servicios p{
        font-size: 12px;
     }
    .pagination_servicios{
        width: 80%;
    }
}

/* FORTALEZAS */

#fortalezas{
    margin-top: 5vh;
    height: 70vh;
    width: 98vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#fortalezas div{
   
    height: 45%;
    width: 45%;
    margin: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-top: 2px solid #2E3192;
    border-bottom: 2px solid #FF862C;
}

div .fortalezas_resaltado{
    font-weight: 900;
    color: #FF862C;
    font-size: 20px;
}
div .fortalezas_resaltado2{
    font-weight: 700;
    color: #2E3192;
}

@media (max-width: 650px) {
   
    div .fortalezas_resaltado{
        font-size: 15px;
    }
    div p{
        font-size: 12px;
    }
    
}

@media (max-width: 450px) {
   
    div .fortalezas_resaltado{
        font-size: 14px;
    }
    div p{
        font-size: 11px;
    }
    #fortalezas div{
        height: 20%;
        width: 100%;
    
    }
    
}



@media (max-height: 480px) {
   
    .slider{
        height: 200vh;
    }
    .slide{
        height: 200vh;
    }

    .seccion_s1{
        height: 200vh;
       
    }
    
    .seccion_s2{
        height: 200vh;
       
    }


    #propuesta {
        margin-top: 5vh;
        height: 160vh; 
    }

    #servicios {
        margin-top: 5vh;
        height: 160vh; 
    }
    
    #fortalezas {
        margin-top: 5vh;
        height: 160vh; 
    }
}


