body a{
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
  }

  html, body{
      font-size: 100%;
      font-family: 'Lato', sans-serif;
      font-family: 'Roboto', sans-serif;
      scroll-behavior: smooth;
      background-color: var(--blanco);
  }
  
  * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }
  
  /*Estilos de fuentes*/
  h1 {font-family: 'Lato', sans-serif; font-size: 95px; font-weight: 900; line-height: 75px; color: var(--morado);}
  h2 {font-family: 'Lato', sans-serif; font-size: 35px; font-weight: 900; line-height: 35px;}
  h3 {font-family: 'Roboto', sans-serif; font-size: 30px; font-weight: 500; line-height: 30px;}
  p {font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 400; line-height: 20px; color: var(--Azulf);}
  a {font-family: 'Roboto', sans-serif; font-size: 12px; font-weight: 300; line-height: 30px;}
  /*Cierra estilos de fuentes*/

  
  /*ScrollBar*/
  ::-webkit-scrollbar {
      width: 10px;
      background-color: var(--blanco);
  }
  
  ::-webkit-scrollbar-thumb {
      background-color: var(--Azul);
      border-radius: 0px;
      border-right: 1px solid var(--blanco);
      border-left: 1px solid var(--blanco);
  }
  /*Cierra ScrollBar*/
  
  
  :root {
    --blanco: #f7f7f7;
    --Azulf: #013b6b;
    --Azul: #005cb9;
    --Aqua: #00afaa;
    --morado: #6a0080;
    --Rosa: #e500ff;
    --Naranja: #ff9300;
    --Negro: #1a1a1a;
}
  
  
  /*Inicia Barra de navegación*/
  .navbar{
      background-color: rgba(0, 0, 0, 0.1);
      opacity: 100%;
      min-height: 100px;
      padding-left: 20px;
      padding-right: 20px;
      backdrop-filter: blur(20px);
      text-align: center;
      /*box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);*/
  }
  .navbar{
      transition: all 0.5s ease;
  }
  .nav-link{
      color: var(--blanco);
  }
  .nav-link:hover{
      color: var(--Naranja);
  }
  .active{ color: var(--Naranja); background-color: var(--Azul);}
  .marcado{
    color: var(--Naranja);
  }
  .marcado2{
    background-color: var(--Naranja);
  }

  .dropdown-item{
    color: var(--blanco);
    background-color: var(--Azul);
  }
  .dropdown-item:hover{
    background-color: var(--Naranja);
    color: var(--blanco);
    transition: 0.5s;
  }
  .dropdown-menu{
    margin: 0;
    padding: 0;
    align-items: center;
    text-align: center;
  }

  /*Quitar las siguientes lineas de dropdown para que no sea automatico el despliegue*/
  .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .navbar-toggler{
      font-size: 40px;
  }
  .navbar-toggler:focus{
      outline: none;
  }
  .navbar a{
    font-size: 17px;
    font-weight: 400;
    margin: 0 3px 0 3px;
    /*font-style: italic;*/
  }

  .navbar-brand img{
    max-width: 400px;
    height: auto;
    filter: drop-shadow(-1px 1px 0.2px rgb(255, 255, 255, 0.2));
  }

  .contpaq img{
    max-width: 120px;
    height: auto;
  }

  .nav-btn{
    background-color: var(--Naranja);
    padding: 2px 15px 2px 15px;
    border-radius: 10px;
    border: none;
  }

  .header-txt{
    max-width: 30%;
    margin: 20% 0 0 10%;
    z-index: 100;
    position: absolute;
    /*left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
  }
  .header-txt h1{
    color: var(--morado);
    margin-bottom: 8%;
  }
  .header-txt p{
    color: var(--Azulf);
    font-size: 20px;
  }

  .header img{
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
  }
  .flecha a{
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 95%;
    transform: translate(-95%, -95%);
    color: var(--blanco);
    text-shadow: 0px 0px 20px #1a1a1a30;
    z-index: 50;
  }

  .banner{
    height: 105vh;
    width: auto;
    background-image: url("../assets/images/ACYA_Inicio_Banners_2023.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .banner-desktop{
    height: 105vh;
    width: auto;
    background-image: url("../assets/images/ACYA_Inicio_Banners_Desktop_2023.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .banner-desktop-real{
    height: 105vh;
    width: auto;
    background-image: url("../assets/images/ACYA_Inicio_Banners_Nube_2023.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .banner-acya{
    height: 105vh;
    width: auto;
    background-image: url("../assets/images/ACYA_Inicio_Banners_sistemasacya_2023.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .banner-contacto{
    height: 105vh;
    width: auto;
    background-image: url("../assets/images/ACYA_Inicio_Banners_contacto_2023.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .banner-atencion{
    height: 105vh;
    width: auto;
    background-image: url("../assets/images/ACYA_Inicio_Banners_atencion_2023.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .banner-salida{
    height: 105vh;
    width: auto;
    background-image: url("../assets/images/ACYA_Inicio_Banners_Exit_2023.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .banner-cursos{
    height: 105vh;
    width: auto;
    background-image: url("../assets/images/ACYA_Inicio_Banners_Cursos_2023.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .banner-txt{
    margin: 18% 0 0 5%;
    max-width: 80%;
    max-height: auto;
    /*left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
  }
  .banner-txt h1{
    font-size: 90px;
    margin-bottom: 8%;
    line-height: 90px;
  }
  .banner-txt h3{
    font-size: 70px;
    line-height: 58px;
    margin-bottom: 8%;
    font-weight: 900;
    color: var(--Azul);
  }
  .banner-txt p{
    font-size: 20px;
    max-width: 80%;
  }

  .relleno{
    min-height: 2000px;
    background-color: var(--Naranja);

  }

  /*Span newsletter*/
  .mensaje{
    margin-top: 5px;
    display: block;
  }

  .logra{
    text-align: center;
    padding: 45px 0 45px 0;
    color: var(--morado);
  }

  .iconos-principal{
    text-align: center;
    color: var(--Aqua);
    padding: 5% 0 5% 0;
  }
  .iconos-principal img{
    max-width: 40%;
    height: auto;
    margin: 20px 0 45px 0;
  }

  .informacion{
    padding: 4% 5% 4% 5%;
    text-align: center;
  }
  .informacion h2{
    font-size: 20px;
    line-height: normal;
    color: var(--Azulf);
  }
  .news-banner{
    width: 100%;
    height: 400px;
    background-image: url("../assets/images/ACYA_News-banner_2023.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
  }
  .news-cont-info{
    max-width: 70%;
    height: auto;
    margin: auto;
    padding-top: 15%;
  }
  .news-cont-form{
    max-width: 60%;
    height: auto;
    text-align: right;
    margin: auto;
  }
  .news-cont-color{
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 400px;
  }

  .historia{
    padding: 0%;
  }
  .historia img{
    margin-top: 50px;
    margin-bottom: -200px;
    filter: drop-shadow(0px 15px 5px rgba(0, 0, 0, 0.1));
  }
  .historia-txt{
    margin: auto;
    padding: 0 10% 0 10%;
  }
  .historia-txt p{
    font-size: 20px;
    margin-top: 50px;
    color: var(--blanco);
  }
  .historia-txt h2{
    font-size: 50px;
    line-height: 45px;
    margin-top: 50px;
    color: var(--blanco);
  }


  .fondo-deg{
    margin-top: 5%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(219,0,255), rgba(0,128,255));
  }

  .mundo{
    padding: 8% 0 8% 0;
    text-align: center;
  }
  .mundo h2{
    font-size: 20px;
    line-height: normal;
    color: var(--Azulf);
    padding: 0 10% 0 10%;
  }
  .bg-gris{
    background-color: #252525;
  }
  .yt-txt{
    margin: auto;
    padding: 0 7% 0 7%;
  }
  .yt-txt h2{
    color: var(--Rosa);
    font-size: 60px;
    line-height: 55px;
  }
  .embed-responsive-item iframe{
    padding: 0%;
    margin: 0;
  }
  .empresas{
    text-align: center;
    margin: 5% 0 5% 0;
    color: var(--morado);
  }
  .empresas h2{
    text-align: center;
    margin: 5% 0 5% 0;
  }
  .empresas img{
    max-width: 150px;
    height: auto;
    margin: 1%;
    mix-blend-mode: multiply;
  }

  .blog{
    margin: 5% 0 5% 0;
    text-align: center;
  }

  .borde-blog{
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.5s;
  }
  .borde-blog:hover{
    transform: scale(1.02);
    box-shadow: -10px 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
  }
  .borde-blog img{
    min-width: 100%;
    height: auto;
  }

  .blog h2{
    color: var(--Azul);
    margin: 0 0 10% 0;
  }
  .blog h3{
    font-size: 15px;
    text-align: center;
    padding: 10% 10% 1% 10%;
    line-height: normal;
  }
  .blog p{
    font-size: 14px;
    padding: 3% 5% 3% 5%;
    color: var(--Negro);
    min-height: 200px;
  }

  .blog-btn{
    background-color: var(--Rosa);
    width: 50%;
    padding: 4px 15px 4px 15px;
    border-radius: 2px;
    border: none;
    font-size: 15px;
    margin-bottom: 5%;
    color: var(--blanco);
  }
  .blog-btn:hover{
    background-color: var(--morado);
    transition: 0.5s;
  }

  .contacto{
    background-image: url("../assets/images/ACYA_Contacto_2023.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
  }
  .info-contacto{
    margin: 7% 0 7% 0;
    padding: 15%;
  }
  .info-contacto h2{
    font-size: 70px;
    color: var(--blanco);
    line-height: 65px;
  }
  .info-contacto p{
    color: var(--blanco);
    width: 50%;
  }
  .form-contacto{
    padding: 7%;
  }
  .form-control{
    border: none;
    height: 55px;
    border-radius: 0%;
  }


.img-eventos-horizontal{
  padding: 0%;
}
.img-eventos-horizontal img{
  border-radius: 25px 0 0 25px;
  height: 100%;
  width: auto;
  object-fit: cover;
}
.eventos-horizontal-base{
  margin: 30px;
  background-color: var(--Naranja);
  border-radius: 25px;
  /*box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.2);*/
}
.info-eventos-horizontal{
  width: 80px;
}
.iconos-eventos-horizontal{
  background-color: var(--blanco);
  width: auto;
  margin-left: -50px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.iconos-eventos-horizontal i{
  display: block;
  color: var(--Azulf);
  text-align: center;
  justify-content: center;
}
.iconos-eventos-horizontal span{
  display: block;
  color: var(--Azulf);
  text-align: center;
  justify-content: center;
}
.iconos-eventos-horizontal b{
  display: block;
  color: var(--Azulf);
  text-align: center;
  justify-content: center;
}
.iconos-eventos-horizontal i{
  font-size: 25px;
  margin-bottom: 10px;
}
.iconos-eventos-horizontales-btn{
  padding: 10px;
}
.eventos-temas{
  padding: 5% 0 5% 0;
}
.eventos-temas p{
  width: 100%;
  height: auto;
  padding: 0% 5% 0% 2%;
}
.eventos-temas b{
  display: block;
  font-size: 20px;
  margin-bottom: 0px;
}
.btn-eventos-horizontal{
  border-radius: 10px;
  padding: 5px 30px 5px 30px;
  background-color: var(--blanco);
  text-decoration: none;
  border: none;
  transition: 0.2s ease-in-out;
  margin-left: 10px;
}
.btn-eventos-horizontal a{
  text-decoration: none;
  color: var(--Negro);
  font-size: 15px;
}
.btn-eventos-horizontal:hover{
  background-color: var(--Aqua);
  color: var(--blanco);
}







  .foot-btn{
    background-color: var(--Naranja);
    width: 100%;
    padding: 2px 15px 2px 15px;
    border-radius: 10px;
    border: none;
  }

  footer{
    background-color: #252525;
    padding: 2% 0 0 0;
    color: var(--blanco);
  }
  footer a{
    color: var(--blanco);
    font-size: 14px;
    text-decoration: none;
  }
  footer a:hover{
    text-decoration: none;
    color: var(--Rosa);
  }
  .newsletter h3{
    margin-top: 25px;
    color: var(--Rosa);
  }
  .img-footer{
    display: block;
    margin: auto;
  }
  .iconos{
    margin: 45px 0 75px 0;
    text-align: center;
  }
  .iconos a{
    margin: 10px 20px 0 20px;
    font-size: 20px;
  }
  .footer-end{
    text-align: center;
  }
  .footer-end a{
    margin: 15px 30px 15px 30px;
  }
  .degradado{
    margin-top: 50px;
    min-height: 50px;
    width: 100%;
    background-image: linear-gradient(to right, rgba(219,0,255), rgba(0,128,255));
  }


  .conoce{
    border: none;
    background-color: rgb(235, 235, 235);
    color: var(--morado);
    padding: 0% 5% 0% 5%;
    transition: all 0.3s ease;
    margin: 2px 0;
  }
  .conoce:hover{
    background-color: var(--morado);
    color: var(--blanco);
  }
  .cotiza{
    border: none;
    background-color: var(--Naranja);
    color: var(--blanco);
    padding: 0% 6% 0% 6%;
    transition: all 0.3s ease;
  }
  .cotiza:hover{
    background-color: var(--Aqua);
  }

  .programas-desktop{
    margin: 5% 0 5% 0;
    padding: 5%;
  }
  .programas-desktop img{
    padding: 5%;
    max-width: 100%;
    height: auto;
    mix-blend-mode: multiply;
  }
  .programas-desktop h2{
    font-size: 30px;
    line-height: 25px;
    color: var(--Aqua);
    margin: 5% 0 5% 0;
  }

  .dudas-banner{
    width: 100%;
    height: 100%;
    background-image: url("../assets/images/ACYA_News-banner_dudas_2023.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
  }
  
  .dudas-cont-info h3{
    font-size: 50px;
    line-height: normal;
    font-weight: 900;
    color: var(--Aqua);
  }
  .dudas-cont-info{
    max-width: 70%;
    height: auto;
    margin: auto;
    padding-top: 15%;
  }
  .dudas-cont-form{
    max-width: 60%;
    height: auto;
    text-align: right;
    margin: auto;
  }
  .dudas-cont-color{
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 400px;
  }
  .dudas-cont{
    background-color: var(--Aqua);
    padding: 0.5% 4% 0.5% 4%;
  }
  .dudas-cont h3{
    color: var(--blanco);
    font-size: 55px;
    font-weight: 900;
    line-height: normal;
    margin: 15px 0 15px 0;
  }
  .dudas-cont h2{
    color: var(--blanco);
    font-size: 30px;
    font-weight: 700;
    margin: 0px 0 20px 0;
  }

  .titulo-desktop{
    text-align: center;
  }
  .titulo-desktop h2{
    color: var(--Azul);
    margin-bottom: -50px;
  }

  .pagina-contacto{
    text-align: center;
  }
  .pagina-contacto h2{
    color: var(--morado);
    font-size: 25px;
    margin: 40px 0 40px 0;
  }
  .pagina-contacto h3{
    font-size: 90px;
    font-weight: 900;
    color: var(--Aqua);
    margin: 60px 0 60px 0;
  }
  .btn-whatsapp{
    padding: 1.5% 15% 1.5% 15%;
    border: none;
    background-color: #23cd1a ;
    color: var(--blanco);
    font-size: 15px;
  }
  .whatsapp{
    text-align: center;
  }
  .whatsapp h2{
    color: var(--morado);
  }
  .whatsapp img{
    max-width: 25%;
    height: auto;
    margin: 20px 0 20px 0;
  }

  .oficina{
    text-align: left;
  }
  .oficina h2{
    color: var(--morado);
    margin: 25px 0 25px 0;
  }


  .news-pegado{
    width: 100%;
    height: 400px;
  }

  .herramientas{
    text-align: center;
    margin: 80px 0;

    & h2{
      margin-bottom: 50px; 
    }
    & img{
      max-height: 80px;
      margin-bottom: 10px;
    }
  }

  .privacidad{
    margin: 50px 0;
    & h2{
      margin-bottom: 30px;
    }
  }

  .modal-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    & img{
      padding: 0%;
      width: 300px;
      height: auto;
    }
  }
  .modal{
    & input, textarea{
      border: 1px solid #d3d3d3;
      margin: -5px 0;
      font-size: 14px;
      line-height: normal;
    }
    & input:focus, textarea:focus{
      box-shadow: none;
    }
  }
  .apagado{
    pointer-events: none;
    opacity: 0.5;
  }

  .atencion-inmediata-acya{
    display: flex;
    flex-direction: row;
    position: fixed;
    align-items: center;
    gap: 2.5rem;
    top: 85dvh;
    right: 3dvw;
    z-index: 999;
    padding: 12px 55px;
    background-color: var(--Naranja);
    border-radius: 500px;
    outline: 2px solid var(--Naranja);
    outline-offset: 5px;
    transition: 0.2s ease-in-out;

    & b{
      font-size: 1.5rem;
      text-decoration: none;
      color: var(--blanco);
      font-weight: 600;
      line-height: 1.5rem;
      font-style: italic;
      text-align: right;
      max-width: 120px;
    }

    &:hover{
      outline-offset: 2px;
      background-color: #ff7300;
    }
    & img{
      width: 80px;
      height: auto;
    }
  }


  #exampleModalCenter{
    background-color: #00000098;
    align-content: center;
    text-align: center;
    & p{
      font-size: 1rem;
      text-align: center;
    }
    & img{
      text-align: center;
      width: 250px;
      height: auto;
      margin: 30px 0;
    }
  }
  #telefonos{
    background-color: #00000099;
    align-content: center;
    text-align: center;
    & p{
      font-size: 1rem;
      text-align: center;
    }
    & img{
      text-align: center;
      width: 250px;
      height: auto;
    }
  }

  .modal-gif{
    width: 90%;
    height: auto;
    margin: auto;
      & img{
        min-width: 100%;
        height: auto;
      }
  }
  .modal-aviso{
    width: 100%;
    height: auto;
    margin: auto;
      & img{
        min-width: 100%;
        height: auto;
      }
  }














    /*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .navbar{
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 100%;
    box-shadow: none;
    min-height: 100px;
    padding-left: 10px;
    padding-right: 10px;
    backdrop-filter: blur(50px);
    text-align: center;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.0);
}
  /*.navbar-brand img{
    max-width: 185px;
    height: auto;
  }*/
  .navbar{
    background-color: var(--Negro);
  }
  .contpaq img{
    max-width: 60px;
    height: auto;
  }

  .banner{
    height: 90vh;
    width: auto;
    background-image: url("../assets/images/ACYA_Inicio_Banners_verticales_inicio_2023.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .banner-desktop{
    height: 90vh;
    width: auto;
    background-image: url("../assets/images/ACYA_Inicio_Banners_verticales_nube_2023.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .banner-desktop-real{
    height: 90vh;
    width: auto;
    background-image: url("../assets/images/ACYA_Inicio_Banners_verticales_desktop_2023.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .banner-acya{
    height: 90vh;
    width: auto;
    background-image: url("../assets/images/ACYA_Inicio_Banners_verticales_acya_2023.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .banner-contacto{
    height: 90vh;
    width: auto;
    background-image: url("../assets/images/ACYA_Inicio_Banners_verticales_contacto_2023.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .banner-atencion{
    height: 90vh;
    width: auto;
    background-image: url("../assets/images/ACYA_Inicio_Banners_verticales_atencion_2023.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .banner-salida{
    height: 90vh;
    width: auto;
    background-image: url("../assets/images/ACYA_Inicio_Banners_verticales_exit_2023.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .banner-cursos{
    height: 90vh;
    width: auto;
    background-image: url("../assets/images/ACYA_Inicio_Banners_verticales_cursos_2023.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .banner-txt h3{
    margin-top: 25%;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 8%;
    font-weight: 900;
    color: var(--Azul);
  }
  .banner-txt h1{
    margin-top: 25%;
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 8%;

  }
  .banner-txt p{
    min-width: 100%;
    font-size: 13px;
    line-height: 15px;
  }
  .logra{
    padding: 10% 5% 0 5%;
  }

  .news-cont-info{
    max-width: 70%;
    height: auto;
    margin: auto;
    padding-top: 5%;
  }
  .news-cont-form{
    margin-top: -150px;
    max-width: 70%;

  }

  .historia img{
    margin-top: 50px;
    margin-bottom: -200px;
    filter: drop-shadow(0px 15px 5px rgba(0, 0, 0, 0.1));
  }
  .historia-txt{
    margin: auto;
    padding: 50% 10% 25% 10%;
  }
  .historia-txt p{
    font-size: 20px;
    margin-top: 50px;
    color: var(--blanco);
  }
  .historia-txt h2{
    font-size: 50px;
    line-height: 50px;
    margin-top: 50px;
    color: var(--blanco);
  }

  .yt-txt h2{
    margin: 30px 0 30px 0;
    color: var(--Rosa);
    font-size: 40px;
    line-height: 35px;
  }

  .contacto{
    background-image: url("../assets/images/ACYA_Contacto_2023.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
  }
  .info-contacto{
    margin: 3% 0 3% 0;
    padding: 6%;
  }
  .info-contacto h2{
    font-size: 35px;
    color: var(--blanco);
    line-height: 28px;
  }
  .info-contacto p{
    color: var(--blanco);
    width: 80%;
  }
  .form-contacto{
    padding: 5%;
  }
  .form-control{
    border: none;
    height: 55px;
    border-radius: 0%;
  }
  .dudas-banner{
    width: 100%;
    height: 100%;
    background-image: url("../assets/images/ACYA_News-banner_dudas_2023.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
  }

  .dudas-cont-color{
    min-height: auto;
    text-align: center;
  }

  .dudas-cont-info h3{
    font-size: 35px;
    line-height: 35px;
    font-weight: 900;
    color: var(--Aqua);
  }
  .dudas-cont{
    text-align: center;
  }
  .dudas-cont h3{
    color: var(--blanco);
    font-size: 40px;
    font-weight: 900;
    margin: 15px 0 15px 0;
  }
  .pagina-contacto h3{
    font-size: 40px;
    font-weight: 900;
    color: var(--Aqua);
    margin: 60px 0 60px 0;
  }

  .img-card-vertical{
    background-color: var(--Azul);
    border: 2px solid var(--Azul);
    margin: 10px 0 10px 0;
  }
  .img-card-vertical h3{
    padding: 3%;
    color: var(--blanco);
    text-align: center;
    font-size: 15px;
    line-height: 18px;
  }
  .img-card-vertical img{
    height: auto;
    width: 100%;
    object-fit: cover;
  }
  .card-vertical-ico{
    top: 360px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    justify-content: center;
    width: 97%;
    border-radius: 5px;
    background-color: var(--Naranja);
  }
  .info-card{
    display: inline-block;
    width: 30.57%;
    text-align: center;
    padding: 2%;
    margin-top: 0.5%;
    color: var(--blanco);
  }
  .info-card figure{
    margin: 10px;
  }
  .info-card i{
    font-size: 40px;
  }
  .info-card-txt b{
    font-weight: 500;
    margin-top: 15px;
  }
  .temas-card{
    margin-top: 20%;
    padding: 5%;
  }
  .temas-card p,b{
    font-weight: 500;
    color: var(--blanco);
  }
  .btn-card{
    border: none;
    text-align: center;
    background-color: var(--Naranja);
    padding: 2% 15% 2% 15%;
    display: block;
    margin: 0 auto;
  }






  .eventos-horizontal-base{
    margin: 20px 0 20px 0;
    background-color: var(--Naranja);
    border-radius: 5px;
    text-align: center;
    /*box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.2);*/
  }
  .img-eventos-horizontal img{
    border-radius: 0px 0 0 0px;
    height: auto;
    object-fit: cover;
  }
  .info-eventos-horizontal{
    display: flex;
    width: 88%;
    margin-left: 25px;
    margin-right: 25px;
    gap: 8px;
  }
  .iconos-eventos-horizontal{
    background-color: var(--blanco);
    width: auto;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
    text-align: center;
  }
  .iconos-eventos-horizontal i{
    display: inline-block;
    color: var(--Azulf);
    text-align: center;
  }
  .iconos-eventos-horizontal span{
    display: inline-block;
    color: var(--Azulf);
    text-align: center;
  }
  .iconos-eventos-horizontal b{
    display: inline-block;
    color: var(--Azulf);
    text-align: center;
    margin: 0 10px 0 10px;
  }
  .iconos-eventos-horizontal i{
    font-size: 40px;
    margin-bottom: 10px;
  }
  .iconos-eventos-horizontales-btn{
    padding: 10px;
  }
  .eventos-temas{
    text-align: left;
    padding: 5% 5% 5% 5%;
  }
  .eventos-temas p{
    width: 100%;
    height: auto;
  }
  .eventos-temas b{
    display: block;
    font-size: 20px;
    margin-bottom: 0px;
  }

  .atencion-inmediata-acya{
    top: 85dvh;
    right: 3dvw;
    padding: 12px 25px;

    & a{
      font-size: 1.3rem;
    }
  }
  .dropdown:first-child{
    margin-top: 50px;
  }

  .flecha a{
    font-size: 100px;
    position: absolute;
    top: 95%;
    left: 10%;
    transform: translate(-35%, -95%);
    color: var(--blanco);
    text-shadow: 0px 0px 20px #1a1a1a30;
    z-index: 50;
  }
  
}






/*// Medium devices (tablets, less than 992px)*/
@media (min-width: 768px) and (max-width: 1023.98px) {
  h1{font-size: 45px; line-height: 40px;}
  .banner{
    margin-top: 9%;
    height: 40vh;
    width: 100%;
    background-image: url("../assets/images/ACYA_Inicio_Banners_2023.jpg");
    background-repeat: no-repeat;
    background-position: right;
    object-fit: cover;
  }
  .banner-desktop{
    margin-top: 9%;
    height: 40vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    object-fit: cover;
  }
  .banner-desktop-real{
    margin-top: 9%;
    height: 40vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    object-fit: cover;
  }
  .banner-cursos{
    margin-top: 9%;
    height: 30vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    object-fit: cover;
  }
  .banner-acya{
    margin-top: 9%;
    height: 40vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    object-fit: cover;
  }
  .banner-atencion{
    margin-top: 9%;
    height: 40vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    object-fit: cover;
  }
  .banner-contacto{
    margin-top: 9%;
    height: 40vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    object-fit: cover;
  }
  .banner-txt h1{
    font-size: 30px;
    line-height: normal;
  }
  .banner-txt h3{
    margin-top: 50px;
    font-size: 30px;
    line-height: 25px;
  }
  .banner-txt p{
    font-size: 15px;
    line-height: 15px;
  }
  .banner-txt{
    margin: 10% 0 0 10%;
    height: auto;
  }
  .logra h2{
    font-size: 25px;
    line-height: 25px;
  }
  .iconos-principal h2{
    font-size: 25px;
    line-height: normal;
  }
  .informacion h2{
    font-size: 16px;
  }
  .historia-txt h2{
    font-size: 30px;
    line-height: normal;
  }
  .historia-txt p{
    font-size: 15px;
    margin-top: 15px;
  }
  .mundo h2{
    font-size: 16px;
  }
  .dudas-cont-color{
    min-height: auto;
  }
  .dudas-cont-info h3{
    font-size: 28px;
  }
  .dudas-cont h2{
    font-size: 28px;
  }
  .dudas-cont h3{
    font-size: 28px;
  }

  


  .yt-txt h2{
    margin: 30px 0 30px 0;
    color: var(--Rosa);
    font-size: 40px;
    line-height: 35px;
  }
  .info-contacto{
    padding: 5%;
  }
  .info-contacto h2{
    font-size: 35px;
    line-height: 35px;
    color: var(--blanco);
  }
  .info-contacto p{
    color: var(--blanco);
    width: 100%;
  }
  .lap{
    flex-wrap: nowrap;
  }
  .card-vertical-ico{
    top: 240px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    justify-content: center;
    width: 97%;
    border-radius: 5px;
    background-color: var(--Naranja);
  }
  .info-card i{
    font-size: 20px;
  }
  .card-vertical{
    width: 100%;
    display: flex;
  }


}

@media (min-width: 1023.99px) and (max-width: 1370.98px) {

  
    /*Inicia Barra de navegación*/
    .navbar{
      background-color: rgba(0, 0, 0, 0.1);
      opacity: 100%;
      box-shadow: none;
      min-height: 100px;
      padding-left: 0px;
      padding-right: 0px;
      backdrop-filter: blur(50px);
      text-align: center;
  }
  .navbar{
      transition: all 0.5s ease;
  }
  .nav-link{
      color: var(--blanco);
  }
  .nav-link:hover{
      color: var(--active);
  }
  .active{ color: var(--active);}

  .navbar-toggler{
      font-size: 40px;
  }
  .navbar-toggler:focus{
      outline: none;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
}
  .navbar a{
    font-size: 13px;
    font-weight: 400;
    margin: 0 0px 0 0px;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    line-height: normal;
    /*font-style: italic;*/
  }

  /*.navbar-brand img{
    max-width: 230px;
    height: auto;
  }*/
  .contpaq img{
    max-width: 80px;
    height: auto;
  }
  .dudas-cont{
    background-color: var(--Aqua);
    padding: 0.5% 4% 0.5% 4%;
  }
  
  .nav-btn{
    background-color: var(--Naranja);
    padding: 2px 15px 2px 15px;
    border-radius: 10px;
    border: none;
  }

  .banner-txt h1{
    font-size: 50px;
    line-height: 50px;
  }
  .banner-txt h3{
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 8%;
    font-weight: 900;
    color: var(--Azul);
  }
  .ajuste{
    margin-top: -10%;
  }
  





  .yt-txt h2{
    font-size: 40px;
    line-height: 40px;
  }

  .info-contacto h2{
    font-size: 50px;
    line-height: 50px;
  }

  

  .dudas-banner{
    width: 100%;
    height: auto;
    background-image: url("../assets/images/ACYA_News-banner_dudas_2023.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
  }
  
  .dudas-cont-info h3{
    margin-top: 30%;
    font-size: 30px;
    line-height: 32px;
    font-weight: 900;
    color: var(--Aqua);
  }
  .dudas-cont-info{
    max-width: 70%;
    height: auto;
    margin: auto;
    padding-top: 15%;
  }
  .dudas-cont-form{
    max-width: 60%;
    height: auto;
    text-align: right;
    margin: auto;
  }
  .dudas-cont-color{
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 400px;
  }
  .dudas-cont{
    background-color: var(--Aqua);
    padding: 0.5% 4% 0.5% 4%;
  }
  .dudas-cont h3{
    color: var(--blanco);
    font-size: 40px;
    font-weight: 900;
    margin: 0px 0 0px 0;
    line-height: 55px;
  }
  .dudas-cont h2{
    color: var(--blanco);
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0 0px 0;
  }
  .img-card-vertical{
    background-color: var(--Azul);
    border: 2px solid var(--Azul);
    margin: 10px 0 10px 0;
  }
  .img-card-vertical h3{
    padding: 3%;
    color: var(--blanco);
    text-align: center;
    font-size: 15px;
    line-height: 18px;
  }
  .img-card-vertical img{
    height: auto;
    width: 100%;
    object-fit: cover;
  }
  .card-vertical-ico{
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    justify-content: center;
    width: 97%;
    border-radius: 5px;
    background-color: var(--Naranja);
  }
  .info-card{
    display: inline-block;
    width: 30.57%;
    text-align: center;
    padding: 2%;
    margin-top: 0.5%;
    color: var(--blanco);
  }
  .info-card figure{
    margin: 10px;
  }
  .info-card i{
    font-size: 40px;
  }
  .info-card-txt b{
    font-weight: 500;
    margin-top: 15px;
  }
  .temas-card{
    margin-top: 28%;
    padding: 5%;
  }
  .temas-card p,b{
    font-weight: 500;
    color: var(--blanco);
  }
  .btn-card{
    border: none;
    text-align: center;
    background-color: var(--Naranja);
    padding: 2% 15% 2% 15%;
    display: block;
    margin: 0 auto;
    text-decoration: none;
  }

  .img-eventos-horizontal{
    padding: 0%;
  }
  .img-eventos-horizontal img{
    border-radius: 25px 0 0 25px;
    height: 100%;
    width: auto;
    object-fit: cover;
  }
  .eventos-horizontal-base{
    margin: 30px;
    background-color: var(--Naranja);
    border-radius: 25px;
    /*box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.2);*/
  }
  .info-eventos-horizontal{
    width: 80px;
  }
  .iconos-eventos-horizontal{
    background-color: var(--blanco);
    width: auto;
    margin-left: -50px;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .iconos-eventos-horizontal i{
    display: block;
    color: var(--Azulf);
    text-align: center;
    justify-content: center;
  }
  .iconos-eventos-horizontal span{
    display: block;
    color: var(--Azulf);
    text-align: center;
    justify-content: center;
  }
  .iconos-eventos-horizontal b{
    display: block;
    color: var(--Azulf);
    text-align: center;
    justify-content: center;
  }
  .iconos-eventos-horizontal i{
    font-size: 25px;
    margin-bottom: 10px;
  }
  .iconos-eventos-horizontales-btn{
    padding: 10px;
  }
  .eventos-temas{
    padding: 5% 0 5% 0;
  }
  .eventos-temas p{
    width: 100%;
    height: auto;
    padding: 0% 5% 0% 2%;
  }
  .eventos-temas b{
    display: block;
    font-size: 20px;
    margin-bottom: 0px;
  }
  .btn-eventos-horizontal{
    border-radius: 10px;
    padding: 5px 30px 5px 30px;
    background-color: var(--blanco);
    text-decoration: none;
    border: none;
    transition: 0.2s ease-in-out;
    margin-left: 10px;
  }
  .btn-eventos-horizontal a{
    text-decoration: none;
    color: var(--Negro);
    font-size: 15px;
  }
  .btn-eventos-horizontal:hover{
    background-color: var(--Aqua);
    color: var(--blanco);
  }
  .lap{
    flex-wrap: nowrap;
  }


}


@media (max-width: 1199.98px) {
  .navbar-brand img{
    max-width: 280px;
    height: auto;
  }
  .flecha a{
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .navbar-brand img{
    max-width: 250px;
    height: auto;
  }
}
@media (min-width: 900px) {
  .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.0rem;
  padding-left: 0.5rem;
}
}


