.container-banner{
  width:100vw;
  height:100vh;
  overflow:hidden ;
  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:hover{
  background-color: rgba(0, 0, 0, 0.482);
}
.flecha__vermas img{
  width: 30px;
}
/* FIN DE ESTILOS PARA LA FLECHA */

.capa-color{
  background-color: #07059b59;
  position: absolute;
  width: 100vw;
  height: 100vh;
}

.container__slider{
  position: absolute;
  top: 30%;
  width:100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.slider{
  width: 500%;
  /* width: 400%; */
  display:flex;
  /* margin-left: -100%; */
  
}
.slider input{
  display:none;
}
.slider__section{
  /* width:100vw; */
  width: 20%;
  display: flex;
  justify-content: center;
  transition: 2s;
}
/* css para navegacion manual */
#radio1:checked ~ .first{
  margin-left: 0;
}
#radio2:checked ~ .first{
  margin-left: -20%;
}
#radio3:checked ~ .first{
  margin-left: -40%;
}
#radio4:checked ~ .first{
  margin-left: -60%;
}

/* css para navegacion automaica */
.navigation-auto{
  display: none;
  position: absolute;
  display: flex;
  width: 800px;
  justify-content: center;
  margin-top: 460px;
}

.navigation-auto div{
  display: none;
  border: 2px solid #40d3dc;
  padding:5px;
  border-radius: 10px;
  transition: 1s;
}
.navigation-auto div:not(:last-child){
  margin-right: 40px;
}
#radio1:checked ~ .navigation-auto .auto-btn1{
  background-color: #F0AB00;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
  background-color: #F0AB00;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
  background-color: #F0AB00;
}
#radio4:checked ~ .navigation-auto .auto-btn4{
  background-color: #F0AB00;
}


/* BOTONES DE NAVEGACION DEL SLIDE */
.container__btns{
  display: flex;
  gap:2rem;
  margin-left:11%; ;
  /* top:90%;
  position:absolute */
}
.btn_slider{
  height: 18px;
  width: 18px;
  border-radius: 100%;
  border: none;
  cursor:pointer;
  background-color: white; 
}
.btn_slider.select{
  background-color: #F0AB00;
  width: 48px;
  border-radius: 10px;
}

/* CONTENIDO DEL SLIDE */
.wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
}

/* SECCION IXQUIERDA DEL SLIDE */
.left{
  width:50%;
}
.left h1{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  width: 860px;
  line-height: 78px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  padding-bottom: 2rem;
}
.left span{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

/* seccion derecha del slide */
.rigth{
  width:30%;
  display:flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
.rigth span{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

.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;
}
/* seccio n se servicios */
.servicios-left{
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: center;
}
.container_text_servicios{
  display: flex;
  gap:4rem;
  flex-direction: column;
}
.servicios{
  width: 100%;
  min-height: 100vh;/*se camibio*/
  height: max-content; /*se camibio*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper-servicios{
  width: 80%;
  height: 100%;
  display: flex;
}
.servicios-left span{
  width: 70%;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
.servicios-left h1{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
}

.link__servicios{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  color: #000000;
}
.servicios-rigth{
  width:50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ul__servicios{
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.li__servicios{
  /* background-color: red; */
  display: flex;
  flex-direction: column;
}
.container-erp{
  display:flex;
  gap:2rem;
  align-items: center;
}
.servicios__rigth-span{
  width: 60%;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  display: none;
  /* background-color:blue; */
  margin-left: 15%;
  transition: .8s all ;
}

.li__servicios:hover .servicios__rigth-span{
  display: block;
}
.li__servicios:hover .link__servicios{
  font-weight: 600;
}
.btn:hover{
  transform: scale(1.05);
  transition:  0.5s;
}

/* MEJORAR AGILIDAD */
.mejoraTuAgilidad{
  background-color: #31466E;
  height: max-content;/*se cambio*/
  min-height: 100vh;/*se cambio*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapperAgilidad{
  display: flex;
  width: 90%;
  gap:2rem;
}
.container__text--left{
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.agilidad_left, .agilidad_rigth{
  width: 50%;
}

.agilidad_rigth img{
  height: 100%;
  width: 100%;
}

.agilidad_left h1, .agilidad_left h2{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
}
.agilidad_left h2{
  margin-top: 60px;
}
.agilidad_left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.agilidad-btn{
  margin-top: 60px;
}

/* SECCION DEL EBOOK */
.comoayuda{
  background-color: #EFF3FA;
  min-height: 100vh;/*se cambio*/
  height: max-content;/*se cambio*/
  display: flex;
  justify-content: center;
  align-items: center;
  /* position:relative; */
}
.ayuda_rigth{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ayuda_left , .ayuda_rigth{
  width: 50%;
}
.container__text--rigth{
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ayuda_rigth h1, .ayuda_rigth h2{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
}
.ayuda_rigth h2{
  margin-top: 60px;
}
.ayuda_left img{
  height: 100%;
  width: 100%;
}

/* POP UP DEL FORMULARIO */
.container_modal{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0,0.5);
  top: 0;
  left: 0;
  backdrop-filter: blur(4px);
  position: absolute ;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.container_modal.active{
  display: none;
}
.background_formulario{
  height: max-content;
  width: 50%;
  left: 40%;
  border-radius: 15px;
  background-color: #31466E;
}
.text_form{
  font-size: 28px;
  color: white;
  width: 90%;
}
.close_modal p{
  font-size: 28px;
  color: white;
  font-weight: 600;
  padding-left: 5%;
}
#close_modal2{
  color: white;
  font-size: 45px;
  text-align: right;
  padding-right: 5%;
  cursor: pointer;
}

.checkbox_container{
  display: flex;
  flex-direction: row;
  width: 90%;
  align-items: center;
}
.checkbox_container label{
  padding-left: 2%;
  font-size: 20px;
  color: white;
}
.checkbox_container a{
  text-decoration: underline;
}
#close_modal{
  color: white;
  font-size: 45px;
  text-align: right;
  padding-right: 5%;
  cursor: pointer;
}
.preloader {
  display: none;
  width: 70px;
  height: 70px;
  border: 10px solid #fff;
  border-top: 10px solid #F0AB00;
  border-radius: 50%;
  animation-name: girar;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  cursor: wait;
}
@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.preloader.active{
    display: block;
}
#enviandoSpan.active{
    display: block;
}

/* PARA LA ANIMACION DE ENVIADO FORMULARIO DE COTIZACION */
.enviando{
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
}
#enviaSpan{
  display: none;
  margin-top: 1rem;
}
#enviaSpan2{
  display: none;
  margin-top: 1rem;
}

.close_modal{
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.formulario_ebook{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
input[type="text"]{
  width: 90%;
  font-size: 28px;
  padding: 15px ;
  border-radius: 15px;
  border: none;
  outline: none;
}
input[type="email"]{
  width: 90%;
  font-size: 28px;
  padding: 15px ;
  border-radius: 15px;
  border: none;
  outline: none;
}
input[type="number"]{
  width: 90%;
  font-size: 28px;
  padding: 15px ;
  border-radius: 15px;
  border: none;
  outline: none;
}   
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

.solicita_ebook{
  text-align: center;
  width: 90%;
  font-size: 28px;
  font-weight: 600;
  padding: 15px ;
  cursor: pointer;
  border-radius: 15px;
  border: none;
  outline: none;
  background-color: #F0AB00;
  color: white;
  margin-top: 0rem;
}

/* SEWCCION DE CERTTIFICACIONES */

.respaldados{
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.respaldados h1{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 78px;
  width:60%;
  text-align: center;
  color: #31466E;
  margin-top: 5%;
}
.container_cards{
  display: flex;
  flex-direction: column;
  gap:2rem;
  margin-top: 3rem;
  /* border: 1px solid red; */
  width: 90%;
}

/* NEW CARD ISO */
.card_iso{
  position: relative;
  overflow: hidden;
}
.card_iso-img{
  width: 452px;
  height: 215;
  border-radius: 5px;
  transition: transform 0.3s ease;
}
.card_iso-text{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;  
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
}
.card_iso-text_cod{
  color: #F0AB00;
  font-size: 20px;
  font-weight: 700;
}
.card_iso-text_title{
  color:#FFFFFF;
  font-size:24px;
  font-weight:700;
}
.card_iso-cont_link{
  width: 100%;
  text-align: right;
}
.card_iso-text_link{
  text-align: right;
  text-decoration: underline;
}
.card_iso:hover .card_iso-img{
  transform: scale(1.1);
  filter: blur(4px);
  border-radius: 5px;
}
.card_iso:hover .card_iso-text{
  opacity: 1;
}
/* END CARD ISO */

.container_cards-first{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
}
.container_cards-second{
  display: flex;
  width: 100%;
  gap:70px;
  justify-content: center;
}

/* 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;
}

/* CODIGO RESPONSIVE PARA RESOLUCION DE 1680 X 768 */


@media  (max-width:1680px){
  /* RESPONSIVE SECCION DE SLIDER BANNER */

  .container-banner svg{
    /* height: 100vh; */
    width: 100vw;
    min-width: 1366px;
    height: 100%;
  }
  .left h1{
    font-size: 38px;
    width:560px;
    line-height: 38px;
  }
  .left span{
    font-size: 18px;
  }
  .rigth span{
    font-size: 18px;
  }
  .btn{
    font-size: 18px;
  }

  /* RESPONSIVE SECCION DE SERVICIOS */
  .servicios-left h1{
    font-size: 32px;
    
  }
  .servicios-left span{
    font-size: 18px;
    
  }
  .link__servicios{
    font-size: 28px;
  }
  .li__servicios img{
    width: 58px;
  }

  /* RESPONSIVE SECCION DE MEJORA TU AGILIDAD */
  .agilidad_left h1, .agilidad_left h2{
    font-size: 28px;
    width: 90%;
  }
  
  .agilidad_rigth img{
    width: 500px;
  }

  /* RESPONSIVE SECCION DE COMO AYUDA ERP */
  .ayuda_rigth h1, .ayuda_rigth h2{
    font-size: 28px;
    width: 95%;
  }

  .ayuda_left img{
    width: 500px;
  }
  /* FORMULARIO MODAL */
  .close_modal p{
    font-size: 16px;
  }
  #close_modal{
    font-size: 30px;
  }
  #close_modal2{
    font-size: 30px;
  }
  .text_form{
    font-size: 16px;
  }
  .checkbox_container label{
    font-size: 12px;
  }
  .formulario_ebook{
    gap:1rem;
    padding-top:3%;
  }
  input[type="text"]{
    font-size: 16px;
    padding: 13px;
  }
  input[type="email"]{
    font-size: 16px;
    padding: 13px;
  }
  input[type="number"]{
    font-size: 16px;
    padding: 13px;
  }
  .solicita_ebook{
    font-size: 16px;
    padding: 13px;
  }

  /* SECCION DE RESPALDADOS POR CERTIFICACIONES */
  .respaldados{
    height: max-content;
    padding-bottom: 70px;
  }
  .respaldados h1{
    font-size: 36px;
    line-height: 58px;
  }


   /* NEW CARD ISO */

   .card_iso-img{
    width: 321px;
    height: 149px;
  }
  .card_iso-text{
    height: 149px;
  }
  .card_iso-text_cod{
    font-size:16px;
  }
  .card_iso-text_title{
    font-size:14px;
  }
  .card_iso-text_link{
    font-size:14px;
  }

  /* SECCION DE FOOTER  */
  .contenedor_footer{
    width: 90%;
  }
  .title_section{
    font-size: 16px;
  }
  .footer_item{
    font-size: 14px;
  }
  .footer_item img{
    width: 32px;
  }
}

/* CODIGO RESPONSIVE PARA RESOLUCION DE 1024 X 768 */
@media (max-width:1024px) {
  .container-banner svg{
    height: 100vh;
  }
  /* SLIDER */
  .left h1{
    font-size: 34px;
    width: 450px;
    line-height: 42px;
  }
  .left span{
    font-size: 14px;
  }
  .rigth span{
    font-size: 14px
  };
  .btn{
    font-size: 16px;
  }
  
  /* SECCION DE RESPALDADOS POR CERTIFICCACIONES */
  .card{
    width: 270px;
    height: 414px;
    gap: 0rem;
  }
  .card__img img{
    width: 230px;
  }
  .card__description span{
    font-size: 12px;
  }
  .card__description p{
    font-size: 16px;
    line-height:20px;
  }
  
     /* NEW CARD ISO */

    .card_iso-img{
      width: 240px;
      height: 112px;
    }
    .card_iso-text{
      height: 112px;
    }
    .card_iso-text_cod{
      font-size:16px;
    }
    .card_iso-text_title{
      font-size:14px;
    }
    .card_iso-text_link{
      font-size:14px;
    }

  /* 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;
  }
}


/* CODIGO RESPONSIVE PARA MOVILES*/
@media (max-width:920px) {

  /* SECCION DEL SLIDE PRINCIPAL DEL HOME */
  .container__slider{
    top:10%;
  }
  .slider__section .wrapper{
    flex-direction: column;
  }
  .left span{
    padding: 15px;
  }
  .left,.left h1{
    padding: 15px;
    width: 100%;
  }
  .rigth{
    width: 100%;
    padding:25px;
  }

  
  /* SECCION DE SERVICIOS */
  .servicios{
    padding-top: 25px;
    padding-bottom: 25px;
    height: max-content;
  }
  .wrapper-servicios{
    flex-direction: column;
  }
  .servicios-left{
    width: 100%;
    gap: 2rem;
  }
  .servicios-left span{
    width: 100%;
  }
  .servicios-rigth{
    padding-top: 40px;
    padding-bottom: 25px;
    width: 100%;
  }
 

  /* SECCION MEJOR AGILIDAD */
  .mejoraTuAgilidad{
    height: max-content;
  }
  .wrapperAgilidad{
    flex-direction: column-reverse;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .agilidad_left, .agilidad_rigth{
    width: 100%;
  }
  .agilidad_left h1, .agilidad_left h2{
    /* width:100%; */
    font-size: 24px;
  }
  .agilidad_left{
    align-items: center;
  }
  .agilidad-btn{
    margin-top: 40px;
  }
  .agilidad_rigth img{
    width: 100%;
  }
  /* .wrapperAgilidad.comoAyuda-reverse-column{
    flex-direction: column-reverse;
  } */
  .comoayuda{
    height: max-content;
  }
  .wrapperAgilidad.stilo_reverse_column{
    flex-direction: column;
  }
  .ayuda_left img{
    width: 100%;
  }
  .ayuda_rigth{
    align-items: center;
  }
  .ayuda_rigth h1, .ayuda_rigth h2{
    /* width: 100%; */
    font-size: 24px;
  }
  .ayuda_left, .ayuda_rigth{
    width: 100%;
  }

  /* FLECHADE VER MAS */
  .flecha__vermas{
    bottom: 0;
  }  

  /* SSECCION DE CERTIFICACIONES RESPALDADAS */
  .container_cards{
    flex-wrap: wrap;
  }
  .respaldados{
    height: max-content;
  }
  .container_cards{
    padding-bottom: 15px;
    justify-content: center;
    gap: 15px;
  }

   /* NEW CARD ISO */

  .container_cards-first{
    gap: 15px;
  }  
  .container_cards-second{
    flex-direction: column;
    gap: 15px;
  }
  .card_iso-img{
    width: 341px;
    height: 167px;
  }
  .card_iso-text{
    height: 167px;
  }
  .card_iso-text_cod{
    font-size:18px;
  }
  .card_iso-text_title{
    font-size:16px;
  }
  .card_iso-text_link{
    font-size:16px;
  }
 

  /* SECCION FOOTER */
  .contenedor_footer{
    flex-direction: column;
  }
  .wrapper__contenido__footer{
    margin-top: 2rem;
    gap: 15px;
    flex-wrap: wrap;
  }
}

/* ESTILOS PARA MOVIL EN HORIZONTAL */
@media (max-width:920px ) and (orientation:landscape) and (min-width:600px){
  /* AJUSTE DE BARRA DE NAVEGACION */
  .navbar{
    width: 100%;
  }
  .navbar__menu{
    height: 100vh;
  }
  .container-banner{
    height: max-content;
  }
  .container-banner svg{
    height: max-content;
  }
  .capa-color{
    height: 99%;
  }
  /* AJUSTE DE TAMAÑO DE TEXTO AL SLIDER */
  .container__slider{
    /* background-color: red; */
    height: 100%;
  }
  .left span{
    font-size: 20px;
  }
  .left h1{
    font-size: 48px;
    line-height: 1.3;
  }
  .rigth{
    gap:.2rem;
  }
  .rigth span{
    font-size: 18px;
  }
  .container__btns{
    margin-left: 5%;
  }
}


/* ESTILOS PARA GALAXY FOLD */
@media (max-width:300px){
  /* SECCION DE BANNER HOME */
  .container-banner{
    height: max-content;
  }
  .container-banner svg{
    height: max-content;
  }
  .capa-color{
    height: 99%
  }
  .left span{
    font-size: 10px;
  }
  .left h1{
    font-size: 28px;
    line-height: 1.4;
  }
  .rigth{
    padding:0px 25px;
  }
  .rigth span{
    font-size: 14px;
    padding:  0px;
    line-height: 1.4;
  }

  /* SECCION DE SERVIVCIOS  */
  .container-erp{
    flex-direction: column;
  }
  .container-erp a{
    text-align: center;
  }
  .servicios__rigth-span{
    width: 100%;
    margin-left: 0%;
    margin-top: 5px ;
  }

  /* SECCION DE CARDS CERTIFICACIONES */
  .respaldados h1{
    width: 100%;
    font-size: 28px;
    line-height:1.3;
  }
  .card{
    width: 250px;
  }
  .card__img img{
    width: 220px;
  }
}