header a{
    color:black;
}
.submenu a{
    color:white;
}
.container-banner{
    display:flex;
    height:100vh;
    justify-content: center;
    align-items:center;
    position: relative;
}
/* FLECHA DE VER MAS */
.flecha__vermas{
    position: absolute;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    padding: 15px;
    border-radius: 10px;
  }
  .flecha__vermas p{
      color: #000000;
  }
  .flecha__vermas:hover{
    background-color: rgba(0, 0, 0, 0.482);
  }
  .flecha__vermas img{
    width: 30px;
  }
  /* FIN DE ESTILOS PARA LA FLECHA */
.wrapper{
    display:flex;
    width:80%;
    height: max-content;
}
.banner-text{
    display: flex;
    align-items:flex-start;
    justify-content: center;
    flex-direction: column;
    width: 50%;
}

.banner-text span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    text-align: let;
    width:100%;
    color: #6C6973;
}
.banner-text h1{
    font-family: 'Montserrat';
    width:70%;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 78px;
    letter-spacing: 0.1;
    color:#31466E;
}
/* .banner-img{
    width:150%;
} */



/* SECCION DE FRASE CON FONDO AZUL */
.frace_bg_blue{
    background-color: #31466E;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper_frace{
    width: 65%;
}
.wrapper_frace h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    text-align: center;
    color: #FFFFFF;
}
.wrapper_frace p{
    margin-top: 4rem;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
    width: 90%;
}




.funciones_integradas{
    height: 75vh;
}
.wrapper_funciones h1{
    font-weight: 600;
    font-size: 64px;
    line-height: 78px;
    color: #31466E;
    text-align: center;
}
.wrapper_funciones{
    margin-top: 5%;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    gap: 4rem;

}

.slider_funciones{
    width: 70%;
    margin: auto;
    position: relative;
    display: flex;
}
.container_aux{
    overflow: hidden;
    margin: auto;
    width: 90%;
}

.wrapper_cards{
    display: flex;
    gap: 8rem;
    /* background-color: #31466E; */
    width: 330%;
    margin-left: -33%;
    /* overflow: hidden; */
}


.card{
    width: 278px;
    text-align: center;
    /* background-color: saddlebrown; */
}
.card:first-child{
    /* margin-left: 4rem; */
    margin-left: -0%;
}
.card span{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}
.card p{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #F0AB00;
}
.desc_card{
    margin-top: 2rem;
}
.btns{
    position: absolute;
    top:50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.btn-left,.btn-right{
    cursor: pointer;
}

/* SOLUCIO NES SEGURAS */
.soluciones_seguras{
    background-color: #EFF3FA;
}

.soluciones_seguras h1{
    font-weight: 600;
    font-size: 64px;
    line-height: 70px;
    text-align: center;
    color: #31466E;
    /* margin-top: 50px; */
    margin-bottom: 5%;
}
.wrapper_adm_eficiente{
    width: 80%;
    margin: auto;
    /* background-color: red; */
    display: flex;
    position: relative;
    justify-content: flex-end;
}
.adm_left{
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    /* background-color: red; */
}
.adm_eficiente-title{
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #31466E;
}
.desc_adm_eficiente{
    width: 875px;
    height: 428px;
    background: #31466E;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    align-items: center;
}

.description_bg_blue{
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
    /* background-color: gray; */
    width: 70%;
}
.items_check p{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}
.items_check{
    display: flex;
}
.items_check li{
    margin-left: 2rem;
    display: flex;
    gap:1rem;
}
.btn_img-right{
    margin-left: 60%;
}

.desc_adm_eficiente:hover{
   width: 975px;
}
.img__adm_eficiente img{
    border-radius: 25px ;
}
.adm_eficiente{
    margin-bottom: 5%;
}

.title-v2{
    text-align: right;
}

.wrapper_adm_eficiente-v2{
    display: flex;
    width: 80%;
    /* background-color: red; */
    margin: auto;
    position: relative;
}
.adm_right_v2{
    display: flex;
    flex-direction: column;
    gap:1rem;
    position: absolute;
    right: 0;
    align-items: flex-end;
}
.container_btn_solicitalo{
    /* background-color: #282829; */
    width: 70%;
    margin-top: 2rem;
}

.btn{
    background-color: #F0AB00;
    width: max-content;
    color:white;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 10px;
    border: none;
    transition: 0.5s ease-in-out;
  }
  .btn:hover{
    transform: scale(1.05);
}

/* FACTORES QUE BENEFICIAN */
.factoresBenefician h1{
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;
    text-align: center;
    color: #31466E;
    margin-top: 5%;
}
.factoresBenefician{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    margin-bottom: 5%;
}
.wrapper_factores{
    display: flex;
    width: 80%;
    margin-top: 5%;
    /* background-color: red; */
}
.item_factor{
    display: flex;
    gap: 2rem;
    align-items: center;
    /* background-color: #EFF3FA; */
}
.factores_left,.factores_right{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap:2rem;
}
.factores_right{
    align-content: flex-end;
}

.container_item h3{
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 2rem;
}
.container_item p{
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    width:80%;
}

/* footer */
footer{
    width: 100vw;
    background-color: #282829;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contenedor_footer{
    width: 80%;
    /* background-color: blue; */
    align-items: center;
    display: flex;
    padding: 40px;
    justify-content: space-between;
  }
  .wrapper__contenido__footer{
    display: flex;
    gap:2rem
  }

  .title_section{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 20px;
    padding-left: 0px;
  }
  .footer_item{
    padding: 15px;
    padding-left: 0;
  }
  .footer_by{
    padding-bottom: 40px;
  }

@media (max-width:1680px) {
    .banner-text h1{
        font-size: 40px;
        width: 100%;
        line-height: 1.4;
    }
    .isos{
        padding-top: 20px;
    }
    .banner-text span{
        font-size: 28px;
    }
    /* BANNER FRACE AZUL */
    .wrapper_frace h1{
        font-size: 36px;
        line-height: 1.4;
    }
    .wrapper_frace p{
        font-size: 20px;
        line-height: 1.5;
    }
    .wrapper_frace p{
        margin: auto;
        margin-top:30px;
    }
    /* SECCION DE FUNCIONES INTEGRADAS*/
    .funciones_integradas{
        height: max-content;
    }
    .wrapper_funciones{
        height: max-content;
        padding-bottom: 40px;
    }
    /* SECCION DE SOLUCIAONES SECURAS    */
    .soluciones_seguras{
        padding-bottom: 40px;
    }
    .wrapper_adm_eficiente{
        height: max-content;
    }
    .soluciones_seguras h1{
        font-size: 48px;
    }
    .adm_eficiente{
        padding-top: 40px;
    }
    .adm_eficiente-title{
        font-size: 24px;
        line-height: 1.4;
    }
    .img__adm_eficiente img{
        width: 550px;
    }
    .adm_left svg{
        width: 70%;
    }
    .desc_adm_eficiente{
        width: 700px;
        height: max-content;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .desc_adm_eficiente:hover{
        width: 780px;
    }
    .description_bg_blue{
        font-size: 18px;
        width: 90%;
        line-height: 1.5;
        padding-top: 20px;
    }
    .items_check p{
        font-size: 16px;
        /* background-color: red; */
    }
    .items_check svg{
        height: 20px;
        width: max-content;
    }
    .items_check  li{
        /* background-color: darkblue; */
        margin-left: none;
    }
    .img__adm_eficiente img{
        width: 550px;
    }
    .adm_right_v2 svg{
        width: 70%;
    }
    .items_check{
        width: 100%;
        /* background-color: yellow; */
    }
    .items_check_right{
        /* background-color: red; */
        width: 50%;
    }
    .items_check_left{
        /* background-color:black; */
        width: 50%;
    }
    .items_check svg{
        height: 20px;
        width: max-content;
    }


       /* SECCION DE FOOTER  */
       .contenedor_footer{
        width: 90%;
    }
    .title_section{
        font-size: 16px;
    }
    .footer_item{
        font-size: 14px;
    }
    .footer_item img{
        width: 32px;
    }
    .factoresBenefician h1{
        font-size: 40px;
    }
    /* FACTORES QUE BENEFICIAN */
    .factoresBenefician h1{
        font-size: 40px;
    }
    .container_item h3{
        margin-bottom: 1rem;
    }
    .container_item h3{
        font-size: 20px;
    }
    .container_item p{
        font-size: 20px;
    }
}

@media(max-width:1024px){
    .banner-text h1{
        font-size: 40px;
        width: 100%;
        line-height: 1.4;
    }
    .isos{
        padding-top: 20px;
    }
    .banner-text span{
        font-size: 20px;
    }
    /* SECCION DE FUNCIONES INTEGRADAS */
    .wrapper_funciones h1{
        font-size: 40px;
    }
    .slider_funciones{
        width: 88%;
    }
    .container_aux{
        /* background-color: red; */
        width: 100%;
    }

    .wrapper_cards{
        /* background-color: yellow; */
        width: 100%;
    }
    /* SECCION DE SOLUCIONES SEGUAS */
    .img__adm_eficiente img{
        width: 450px;
    }
    .adm_eficiente-title{
        font-size: 18px;
    }
    .adm_left{
        gap: 10px    ;
    }
    .adm_left svg{
        width: 50%;
    }
    .desc_adm_eficiente{
        width: 630px;
    }
    .desc_adm_eficiente:hover{
        width: 650px;
    }

    .items_check svg{
        height: 15px;
        width: max-content;
    }
    .description_bg_blue{
        font-size: 14px;
    }
    .btn{ font-size: 18px;}
    .items_check p{
        font-size: 12px;
    }
    /* variante con imagen a la izquierda */
    .adm_right_v2 {
        gap: 0px;
    }
    .adm_right_v2 svg{
        width: 50%;
    }
    .items_check svg{
        height: 15px;
        width: max-content;
    }
    .container_btn_solicitalo{
        margin-top: 20px;
        width: 50%;
    }

     /* SECCION DE FOOTER */
     .contenedor_footer{
        width: 95%;
    }
    .title_section{
        font-size: 12px;
    }
    .footer_item{
        font-size: 11px;
    }
    .footer_item img{
        width: 24px;
    }
    .footer_by{
        font-size: 14px;
    }

}

/* ESTILOS PARA MOVIL EN GENERAL */
@media (max-width:920px){
    header a{
        color:white;
    }
    .container-banner{
        height:max-content;
    }
    .wrapper{
        padding-top: 70px;
        padding-bottom: 40px;
        flex-direction: column;
        height: max-content;
    }
    .banner-text h1{
        text-align: center;
    }
    .banner-text{
        text-align: center;
        width: 100%;
    }
    .frace_bg_blue{
        height: max-content ;
    }
    .wrapper_frace{
        padding-top:30px;
        padding-bottom:30px;
        width: 90%;
        text-align: center;
    }
    .wrapper_frace h1{
        font-size: 32px;
        line-height: 1.3;
    }
    .wrapper_frace p{
        font-size: 24px;
        width: 100%;
    }
    .slider_funciones{
        width: 90%;
        /* background-color: black; */
    }
    .container_aux{
        width: 80%;
        /* background-color: red; */
    }
    .wrapper_cards{
        gap:5rem;
    }

    /* SECCION DE SOLUCIONES SEGURAS */
    .soluciones_seguras h1{
        font-size: 40px;
        line-height: 1.4;
    }
    .adm_left svg{
        width: 80%;
    }
    .adm_right{
        display: flex;
        padding-top: 15px;
        justify-content: center;
    }
    .desc_adm_eficiente{
        width: 100%;
    }
    .adm_eficiente-title{
        font-size: 28px;
        text-align: center;
    }
    .description_bg_blue{
        font-size: 20px;
    }
    .items_check p{
        font-size: 20px;
    }
    .items_check svg{
        width: max-content;
    }
    .wrapper_adm_eficiente{
        flex-direction: column;
    }
    .adm_left{
        position: sticky;
    }
    .adm_left{
        align-items: center;
    }


    /* CON IMAGEN A LA IZQUIERDA */
    .wrapper_adm_eficiente-v2{
        flex-direction: column-reverse;
    }
    .adm_right_v2{
        position: sticky;
    }
    .container_btn_solicitalo{
        background-color: cornsilk;
        width: max-content;
    }
    .btn_img-right{
        margin-left: 0;
    }
    .adm_right_v2 svg{
        width: 80%;
    }
    .items_check svg{
        width: max-content;
    }
    .adm_right_v2{

        align-items: center;
        /* background-color: red; */
    }
    .adm_left-v2{
        /* background-color: #282829; */
        display: flex;
        padding-top: 15px;
        justify-content: center;
    }
    /* SECCION DE FACTORES QUE BENEFICIAN */
    .factoresBenefician h1{
        width: 80%;
        line-height: 1.33;
    }
    .container_item h3{
        font-size: 24px ;
    }
    .container_item p{
        font-size: 20px;
    }
  .wrapper_factores{
    flex-direction: column;
    }
    .factores_left{
        width: 100%;
    }
    .factores_right{
        padding-top: 40px;
        width: 100%;
    }
        /* SECCION FOOTER */
  .contenedor_footer{
    flex-direction: column;
  }
  .wrapper__contenido__footer{
    margin-top: 2rem;
    gap: 15px;
    flex-wrap: wrap;
  }
    .container-banner{
        height: 100vh;
    }
    .card{
        width: 90%;
    }
    .card img{
        width: 120px;
    }
    .desc_card span{
        font-size: 20px;
    }
    .desc_card p{
        font-size: 20px;
    }
    .soluciones_seguras{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .soluciones_seguras h1{
        width: 90%;
        text-align: center;
    }
    .adm_left{
        width: 100%;
        position: sticky ;
        left: 0;
    }


    .desc_adm_eficiente{
        width: 90%;
    }
    .desc_adm_eficiente:hover{
        width: 90%;
    }
    .items_check{
        flex-direction: column;
    }
    .items_check svg{
        width: 20px;
    }
    .adm_eficiente-title {
        width: 90%;
    }
    .img__adm_eficiente{
        width: 100%;
    }
    .img__adm_eficiente img{
        width: 100%;
    }
    .items_check_left{
        width: 90%;
    }
    .items_check_right{
        width: 90%;
    }


    /* FACTORES QUEBENEFICIAN */
    .factoresBenefician h1{
        width: 95%;
        line-height: 1.4;
    }
    .item_factor{
        flex-direction: column;
        margin-top: 20px
    }
    .container_item h3{
        text-align: center;
    }
    .container_item p{
        width: 100%;
    }
    .item_factor-img img{
        width: 100px;
    }

}

/* ESTILOS PARA MOVIL EN HORIZONTAL */
@media (max-width:920px ) and (orientation:landscape) and (min-width:600px){
    .container-banner{
        height: max-content!important;
        
    }
    .wrapper{
        flex-direction: column!important;
        height: 100%;
    }
}