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:left;
    justify-content: center;
    flex-direction: column;
}
.banner-text span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    text-align: let;
    color: #6C6973;
}
.banner-text h1{
    font-family: 'Montserrat';
    width:100%;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 78px;
    letter-spacing: 0.1;
    color:#31466E;
}
.banner-img{
    width:100%;
}

/* SECCION DE FRASE CON FONDO AZUL */
.frace_bg_blue{
    background-color: #31466E;
    height: 45vh;
    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: 2rem;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
}

/* SECCION DE QUE OFRECE CLODU */
.servicio_cloud{
    height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.servicio_cloud h1{
    margin-top: 4rem;
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;
    text-align: center;
    color: #31466E;
}
.wrapper_cards{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 5%;
    /* background-color: red; */
}
.card{
    background: #EEEEEE;
    position: relative;
    border-radius: 25px;
    width: 275px;
    height: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    transition: .7s ease-in-out;
    cursor: pointer;
}
.card img{
    margin-bottom: 2rem;
}

.card p{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}
.p-color{
    color: #F0AB00;
}
.card_reverse{
    position: absolute;
    background-color: #F0AB00;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    display: none;
    justify-content: center;
    align-items: center;
}
.card:hover .card_reverse{
    display: flex;
}

.card_reverse p{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    width: 90%;
    /* margin: auto; */
}
.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);
}

/* SECCION DE CARACTERISTICAS */

.caracteristicas{
    background-color: #EFF3FA;
    height: 80vh;
   display: flex;
   justify-content: center;
   align-items: center; 
}
.wrapper_caracteristicas{
    display: flex;
    width: 80%;
    /* background-color: red; */
    height: max-content;
}
.caracteristicas_left{
    display: flex;
    width: 50%;
    /* background-color: #31466E; */
    align-items: center;
    justify-content: center;
}
.desc_caracteristicas{
    /* background-color: beige; */
    width: 65%;
    height: max-content;
}

.desc_caracteristicas h3{
    font-weight: 600;
    font-size: 64px;
    line-height: 78px;
    color: #31466E;
    margin-bottom: 4rem;
}
.caracteristicas_right{
    /* background-color: #6C6973; */
    width: 60%;
}
.wrapper_desc_right svg{
    width: 20%;
}
.wrapper_desc_right{
    display: flex;
    width: 80%;
}
.right_lista {
    display: flex;
    flex-direction: column;
    justify-content: center;
   
}
.right_lista ul{
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.right_lista ul li{
    display: flex;
    /* margin-top: 4rem; */
}
.right_lista .nmbr{
    font-weight: 500;
    font-size: 32px;
}
.right_lista .txt{
    margin-left: 2rem;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    /* width: 50%; */
}

/* SERVICIO_ESPECIALISADO */
.service_special{
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}
.service_special h1{
    margin-top: 2rem;
    font-weight: 600;
    font-size: 64px;
    line-height: 78px;
    color: #31466E;
}
.slider_special{
    width: 80%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    /* background-color: red; */
}
/* SLIDE CON IMGAGEN A LA DERECHA */
.container_slides{
    width: 400%;
    display: flex;
    margin-left: 0%;
}
.slide{
    width: 100%;
    display: flex;
    /* background-color: #EEEEEE; */
    height: max-content;
}
.slide_left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:1rem;
}
.slide_left p{
    width: 80%;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
}
.slide_right{
    margin: auto;
}
/* SLIDE CON IMAGEN A LA IZQUIERDA */
.slide-v2{
    display: flex;
    width: 100%;
    height: max-content;
}
.slide_right-v2{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:1rem;
}
.slide_right-v2 p{
    width: 80%;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
}
.slide_left-v2{
    margin: auto;
}

/* BOTONES DE NAVEGGACION */
.navigation_menu{
    display: flex;
    justify-content: space-around;
    border-bottom: 6px solid #eee;
}
.btn_navigation{
    background-color: transparent;
    text-align: left;
    border: none;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    cursor: pointer;
}
.btn_navigation.active{
    padding-bottom: 6px;
    border-bottom: 6px solid #F0AB00;
}

/* SOPORTE EMPRESARIAL PERSONALIZADO */
.personalizado{
    height: max-content;
    background-color: #EFF3FA;
    display: flex;
    justify-content: center;
}
.wrapper_personalizado{
    width: 80%;
    /* background-color: #6C6973; */
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    
    /* align-content: center; */
}
.wrapper_personalizado h1{
    margin-top: 5rem;
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;
    text-align: center;
    color: #31466E;
}

.wrapper_personalizado p{
    width: 80%;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #000000;
}

/* SLIDER AUTOMATICO */
.container_slides_personalizado{
    /* position: relative; */
    display: flex;
    width: 500%;
}
.slider_personalizado{
    margin-top: 3rem;
    margin-bottom: 5rem;
    width: 80%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.slide_personalizado{
    /* position: absolute; */
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    gap:4rem;
    /* background-color: red; */
    
}

.navigation_personalizado{
    display: flex;
    gap: 2rem;
    margin: auto;
    margin-top: 4rem;
}
.navigation_personalizado .btn_personalizado{
    width: 130px;
    height: 8px;
    background-color: #31466E;
}
.btn_personalizado.active{
    background-color: #F0AB00;
}

/* SECCION MEJOR EXPERIENCIA */
.mejor_experiencia{
    background-color: #31466E;
    height: max-content;
}
.wrapper_experiencia{
    height: max-content;
    display: flex;
}

.experiencia_right h1{
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;
    color: white;
    width: 60%;

}
.experiencia_right h2{
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    color: #FFFFFF;
    margin-left: 2rem;
}
.experiencia_right p{
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    margin-left: 2rem;
    color: #FFFFFF;
}
.wrapper_right_experiemcia{
    height:100%;
    display: flex;
    flex-direction: column;
    gap: 8rem;
    justify-content: center;
    align-items: center;
}
.mas_seguridad,.velocidad{
    /* background-color: red; */
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

/* 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){
    .isos span{
        font-size: 28px;
    }
    .frace_bg_blue{
        height: max-content;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .wrapper_frace h1{
        font-size: 32px;
    }
    .wrapper_frace p{
        font-size: 18px;
    }
    /* SECCION QUE OFRECE CLOUD */
    .servicio_cloud{
        height: max-content;
        /* padding-bottom: 30px; */
    }
    .wrapper_cards {
        gap:2rem;
        padding-bottom: 70px;
        flex-wrap: nowrap;
    }
    /* SECCION DE CARACTERISTICAS */
    .caracteristicas{
        height: max-content;
    }
    .wrapper_caracteristicas{
        width: 90%;
    }
    .caracteristicas_right{
        padding-top: 30px;
        padding-bottom: 30px;
        width: 50%;
    }
    .desc_caracteristicas{
        width: 85%;
    }
    .caracteristicas_left{
        width: 50%;
        justify-content: start;
    }
    .right_lista .nmbr{
        font-size: 24px;
    }
    .right_lista .txt{
        font-size: 26px;
    }

    /* SLLIDE DE SERVICIOS PERSONALISADOS */
    .slide_left p{
        font-size: 20px;
    }
    .slide_right img{
        width: 450px;
    }

    .slide_left-v2 img{
        width: 450px;
    }
    .slide_right-v2 p{
        font-size: 20px ;
    }
    /* SECCION DE SERVICIO ESPECIALISADO */
    .service_special h1{
        padding-top: 30px;
    }
    .slider_special{
        padding-top: 30px;
    }
    /* SOPORTE EMPRESARIAL ESPECIALIZADO */
    .wrapper_personalizado h1{
        font-size: 40px;
    }
    .wrapper_personalizado p{
        font-size: 28px;
    }

    /* SECCION DE MEJORE SU EXPRECIENCIA CON INCLAUD */
    .experiencia_right{
        width: 50%;
    }
    .experiencia_left{
        width: 50%;
    }
    .experiencia_left img{
        width: 100%;
        height: 100%;
    }
    .wrapper_right_experiemcia{
        padding-top: 30px;
        padding-bottom: 30px;
    }

  /* SECCION DE FOOTER  */
  .contenedor_footer{
    width: 90%;
  }
  .title_section{
    font-size: 16px;
  }
  .footer_item{
    font-size: 14px;
  }
  .footer_item img{
    width: 32px;
  }   
  /* 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){
    .desc_caracteristicas h3{
        font-size: 45px ;
    }
    .wrapper_desc_right{
        width: 100%;
    }
    .wrapper_cards {
        gap:2rem;
        padding-bottom: 70px;
        flex-wrap: wrap;
    }
    /* SERVIOCIO ESPECIALISADO */
    .btn_navigation{
        font-size: 18px;
    }
    
    /* SLIDER */
    .slide_left{
        width: 50%;
    }
    .slide_left p{
        font-size: 18px;
        line-height:1.3;
    }
    .slide_right{
        width: 50%;    
        /* background-color: red; */
    }
    .slide_right-v2 p{
        font-size: 18px;
        line-height: 1.3;
        padding-left: 10%;
    }
    .slide_right img{
        width: 100%;
        height: 100%;
    }
    .slide_left-v2{
        width: 50%;
    }
    .slide_left-v2 img{
        width: 100%;
    }
    .slide_left-v2{
        width: 50%;
    }
    /* SECCION DE SOPORTE EMPRESARIAL PERSONALIZADP */
    .wrapper_personalizado{
        width: 100%;
    }
    .wrapper_personalizado h1{
        font-size: 40px;
        width: 70%;
        line-height: 1.3;
    }
    .wrapper_personalizado p{
        font-size: 28px;
    }
    
    /* SECCION DEL SLIDE */
    .slide_personalizado-img img{
        width: 200px    ;
    }
    .navigation_personalizado .btn_personalizado{
        width: 90px;
    }
    /* SECCION DE MEJOR EXPERIENCIA */
    .experiencia_right h1{
        font-size: 50px;
        line-height: 1.3;
    }
    /* FACTORES QUE BENEFICIAN */
    .factoresBenefician h1{
        font-size: 32px;
    }
    .container_item h3{
        font-size: 24px;
    }
    .container_item p{
        font-size: 18px;
    }
    /* 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;
  }
}


@media (max-width:920px){
    .container-banner{
        min-height: max-content;
        height:100vh;
    }
    /* SECCION DE SERVICIOS ESPECIALISADOS */
    .service_special h1{
        /* background-color: red; */
        text-align: center;
        line-height: 1.4;
    }
    .navigation_menu{
        flex-wrap: wrap;
        flex-direction: column;
        /* align-items: center; */
        gap:15px;
    }
    .slide{
        flex-direction: column-reverse;
    }
    .slide_left{
        width: 100%;
        margin-top: 20px;
    }
    .slide_left p{
        width: 100%;
    }
    .slide_right{
        width: 100%;
    }

    .slide-v2{
        flex-direction: column;
    }
    .slide_left-v2{
        width: 100%;
    }
    .slide_right-v2{
        width: 100%;
        margin-top: 20px;
    }
    .slide_right-v2 p{
        padding-left: 0;
    }

    /* SOPORTE EMPRESARIAL PERSONALISADO */
    .slide_personalizado{
        flex-direction: column;
    }       
    .navigation_personalizado{
        flex-wrap: wrap;
        justify-content: center;
    }

    /* 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;
    }
    header a{
        color:white;
    }
    .container-banner{
        height: max-content;
    }
    .wrapper{
        flex-direction: column;
        height: max-content;
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .banner-text{
        /* background-color: red; */
        text-align: center;
    }
    .isos{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .wrapper_frace{
        width: 90%;
    }
    .wrapper_frace h1{
        font-size: 28px;
        line-height: 1.4;
    }
    .wrapper_frace p{
        font-size: 18px;
        line-height: 1.4;
    }
    /* SECCION DE QUE TE OFRECE DACT AINCLUOD */
    .servicio_cloud h1{
        font-size: 36px;
    }

    /* SECCION DE CARACTERISTICAS */
    .wrapper_caracteristicas{
        flex-direction: column;
    }
    .caracteristicas_left{
        /* background-color: red; */
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .desc_caracteristicas{
        width: 100%;
        display: flex;
        flex-direction: column;
        /* background-color: yellow    ; */
    }
    .btn{
        margin-left: 35%;
    }
    .desc_caracteristicas a{
        width: 100%;
    }
    .desc_caracteristicas h3{
        text-align: center;
        line-height: 1.4;
        /* background-color: yellow; */
    }
    .caracteristicas_right{
        /* background-color: red; */
        width: 100%;
    }
    .right_lista .nmbr{
        font-size: 18px;
    }
    .right_lista .txt{
        font-size: 18px;
    }


    /* SECCION FOOTER */
  .contenedor_footer{
    flex-direction: column;
  }
  .wrapper__contenido__footer{
    margin-top: 2rem;
    gap: 15px;
    flex-wrap: wrap;
  } 

  /* SECCION DE SERVICIO ESPECIALISADO */
  .service_special h1{
    font-size: 36px;
  }
  .btn_navigation{
      font-size: 16px;
      border-bottom: 6px solid #eee;
  }
  .navigation_menu{
      border-bottom: none;
  }
  .slide_left{
      gap: 5px;
  }
  .slide_left p{
    font-size: 16px;
  }
  .slide_right-v2{
      gap: 5px;
  }
  .slide_right-v2 p{
    font-size: 16px;
  }

  /* SECCION DE SLIDE SOPORTE PERSONALISADO */
  .slide_personalizado-img img{
      width: 120px;
  }
  .slide_personalizado p{
      font-size: 20px;
      line-height: 1.5;
  }
  .navigation_personalizado .btn_personalizado{
      width: 60px;
  }

  /* SECCION DE MEJOR EXPERIENCIA */
  .wrapper_experiencia{
      flex-direction: column;
  }
  .experiencia_left {
      /* background-color: red; */
      width: 100%;
  }
  .experiencia_left img{
      height: 400px;
      object-fit: cover;
  }
  .experiencia_right{
      width: 100%;
  }
  .experiencia_right h1{
      /* background-color: yellow; */
      width: 80%;
      text-align: center;
  }
  .mas_seguridad,.velocidad{
      width: 80%;
  }
  /* SECCION DE FACTORES QUE BENEFICIAN */
  .wrapper_factores{
    flex-direction: column;
}
.factores_left{
    width: 100%;
}
.factores_right{
    padding-top: 40px;
    width: 100%;
}

}

/* ESTILOS PARA GALAXY FOLD */
@media (max-width:300px){
    .banner-text h1{
        font-size: 38px;
        line-height: 1.4;
    }
    .desc_caracteristicas h3{
        font-size: 32px;
    }
    .btn{
        margin: auto;
    }
    .wrapper_personalizado h1{
        font-size: 32px;
    }
    .wrapper_right_experiemcia h1{
        font-size: 32px;
    }
    .mas_seguridad h2{
        margin-left: 5%;
        font-size: 32px;
    }
    .mas_seguridad  p{
        margin-left: 5%;
        font-size: 18px;
    }
    .wrapper_right_experiemcia{
        gap:3rem;
    }

    .velocidad h2,.velocidad p{
        margin-left: 5%;
    }
    .velocidad p{
        font-size: 18px;
    }
}