
/*
@media screen and (max-width: 1390px) {
  .topnav {
    padding: 10px 10px;
  }

  .navbar {
      padding: 0 10px;
  }

  .menu a {
    font-size: 10px;
    line-height: 45px;
  }

  .container1 {
    padding: 65px 10px 0px 10px; 
    height: 100%;
  }

  .content {
    grid-column: 1 / 6;
    align-items: start;
    grid-template-columns: 1210px;
    justify-content: center; 
  }

  #f_i1 {
    display: grid;
    width: 100%;
    height: 90%;
  }
  
  .info {
    margin: -310px 0px 0px 0px;
  }

  #txt1{
    font-size: 8rem;
  }

  #txt2{
    font-size: 5rem;
  }

  .f1 {
    width: 94%;
    
  }

  #txt3 {
    font-size: 1rem;
    width: 60%;
  }
  
  Container2 
  .content2 {
    grid-column: 1 / 6;
    grid-template-columns: 1210px;
    justify-content: center; 
  }

  .items1 {
    margin: 45px 160px 0px 150px;
    height: 70%;
  }

  #f_i2 {
    width: 60%;
    margin: 15px 0px 0px 10px;
  }
  
  #C2_txt1 {
    font-size: 25px;
  }
  
  #C2_txt2 {
    margin: -85px 0px 0px 0px;
    font-size: 14px;
  }
  
  .items2 {
    margin: 15px 160px 0px 150px;
    height: 70%;
  }
  
  #C2_txt3 {
    font-size: 25px;
  }
  
  #C2_txt4 {
    margin: -75px 0px 0px 0px;
    font-size: 14px;
  }
  
  .items3 {
    margin: 10px 160px 0px 150px;
    height: 70%;
  }
  
  #C2_txt5 {
    font-size: 25px;
    margin: 0px 0px 0px 0px;
  }
  
  #C2_txt6 {
    margin: -95px 0px 0px 0px;
    font-size: 14px;
  }

  Container3
  .content3 {
    grid-column: 1 / 6;
    grid-template-columns: 1210px;
    justify-content: center; 
  }

  #linea {
    width: 1%;
    margin: 15px -90px 55px 90px;
  }

  #num {
    font-size: 30px;
  }

  #C3_txt {
    font-size: 15px;
  }

  .mySlides {
    width: 470px;
    margin: -260px -140px 0px 140px;
  }

  .prevS, .nextS {
    cursor: pointer;
    position: absolute;
    padding: 10px;
    font-size: 35px;
  }

  .prevS {
    margin: -15px 0px 0px 0px;
  }

  .nextS {
    margin: -15px 0px 0px 660px;
  }

  .dot{
    height: 35px;
    width: 35px;
    margin: 0px 0px -45px 0px;
    border: #00002b 5px solid;
  }

  .active, .dot:hover {
    height: 35px;
    background: #ffffff;
  }  

  Container4
  .content4 {
    grid-column: 1 / 6;
    grid-template-columns: 1210px;
    justify-content: center; 
  }

  .servicios {
    display: grid;
    justify-items: start;
  }
  
  #f_i4 {
    width: 100%;  
  }

  .C4_txt {
    width: 100%;
  }

  #f_i5 {
    width: 100%;  
  }
  
  
  Container5 
  .content5 {
    display: grid;
    grid-column: 1 / 6;
    grid-template-columns: 1210px;
    justify-content: center; 
  }

  .talentos img {
    width: 100%;
    height: 100%;
  }

  .lugardelamano img {
    width: 90%;
    height: 100%;
  }

  .Textos {
    font-size: 1.08rem;
  }

  #Mtext2 {
    margin: -139.5px 0px 0px 0px;
  }

  #Mtext3 {
    margin: -139.5px 0px 0px 0px;
  }

  #Mtext4 {
    margin: -139.6px 0px 0px 0px;
  }

  Container6 
  .content6 {
    grid-column: 1 / 6;
    grid-template-columns: 1210px;
    justify-content: center; 
  }

  .slide-window {
    height: 80%;
    width: 95%;
    align-items: center;
  }

  #texto_t1 {
    padding: 20px 30px 20px 30px;
    font-size: 2.5em;
    line-height: 35px;  
  }

  #texto_t2 {
    padding: 0px 30px 0px 30px;
    font-size: 1rem;
    line-height: 35px;
    text-align: justify;
  }

  .esp_link {
    padding: 0px 30px 15px 30px;
  }

  #links_texto {
    width: 20%;
    height: 20%;
  }

  .slide-nav {
    height: 13px;
    bottom: 13px; 
  }

  .slide-nav-bt {
    width: 12px;
    height: 12px;
    border: solid 1px #fff;
  }

  .slide-nav-bt.active {
    width: 12px;
    height: 12px;
    border: solid 1px #fff;
  }

   Container7 
  .content7 {
    grid-column: 1 / 6;
    grid-template-columns: 1210px;
    justify-content: center; 
  }

  #C7_i1 {
    width: 52%;
  }

  .logo-slider .slide {
    padding: 40px;
  }

  .logo-slider .slide img{
    width: 180px;
    height: 80px;
  }

  .logo-slider .logo-slide-track {
    width: calc(230px * 14);
  }

  .logo-slider::before, .logo-slider::after {
    width: 15%;
    height: 100%;
  }

  @-webkit-keyframes logo-scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    
    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
    
  @keyframes logo-scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    
    100% {
      -webkit-transform: translateX(calc(-230px * 7));
      transform: translateX(calc(-230px * 7));
    }
  }

  Container8 
  .content8 {
    grid-column: 1 / 6;
    grid-template-columns: 1210px;
    justify-content: center; 
    grid-template-rows: repeat(1, 80px);
  }

  .contactanos {
    margin: 30px 0px -100px 10px;
  }

  #C8_all1 {
    width: 300px;
    height: 80px;
  }

  #C8_all2 {
    width: 90px;
    height: 65px;
  }

  .form-container {
    width: 98%;
    font-size: 30px;
    height: 90%;
  }

  #flecha {
    width: 7%;
    margin: 0px 0px -55px -70px;
  }

  .input {
    padding-bottom: 6px;
    border-bottom: 4px solid #ffffff;
    font-size: 30px;
  }

  .input-barra {
    padding-bottom: 3px;
    border-bottom: 4px solid #ffffff;
    font-size: 30px;
  }

  label {
    left: 0px;
    top: 0px;
    font-size: 35px;
  }

  .labelT {
    left: 0px;
    top: 0px;
    font-size: 30px;
  }

  .button {
    padding: 20px 15px;
    font-size: 25px;
    top: 90px;
  }

  .buttonE {
    padding: 20px 15px;
    font-size: 25px;
    top: 90px;
  }

  Primer Campo 
  .input:focus:invalid ~ .msg1:before {
    margin: 150px 0px 0px -15px;
    font-size: 20px;
  }

  Segundo Campo 
  .input:focus:invalid ~ .msg2:before {
    margin: 150px 0px 0px -15px;
    font-size: 20px;
  }

  Tercer Campo 
  .input:focus:invalid ~ .msg3:before {
    margin: 150px 0px 0px -15px;
    font-size: 20px;;
  }

  .label-step1 {
    margin: 0px 200px 30px 0px;
  } 

  .label-step2 {
    margin: -34px 200px 30px 0px;
  } 

  .label-step3 {
    margin: -34px 200px 30px 0px;
  } 

  .label-step4 {
    margin: -34px 400px 0px 0px;
  } 

  Container9 
  .content9 {
    grid-column: 1 / 6;
    grid-template-columns: 1210px;
    justify-content: center; 
  }

  #C9_f9 {
    width: 40%;
    margin: 50px 0px 0px 50px;
  }

  .C9_icon {
    column-gap: 5px;
    margin: 0px 0px 50px 100px;
  }

  #linked {
    width: 100%;
  }

  #ig {
    width: 100%;
    margin: 0px -20px 0px 20px;
  }
}
*/

@media screen and (max-width: 1280px) {
  #Inicio, #Productos, #Ayudamos, #Servicios, #Talentos, #Noticias, #Socios, #Contactanos, #Redes {
    display: grid;
    width: 100%;
    height: 100%;
  }
  
  .topnav {
    padding: 10px 10px;
  }

  .navbar {
      padding: 0 10px;
  }

  .menu a {
    font-size: 10px;
    line-height: 45px;
  }

  .todo {
    grid-template-rows: repeat(9, 700px);
  }

  .container1 {
    padding: 65px 10px 0px 10px; 
    height: 100%;
  }

  .content {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    align-content: normal;
  }

  .me {
    width: 100%;
    margin: -20px 0px 0px 0px;
  }

  #f_i1 {
    display: grid;
    width: 100%;
    height: 90%;
  }
  
  .info {
    margin: -310px 0px 0px 0px;
  }

  #txt1{
    font-size: 8rem;
  }

  #txt2{
    font-size: 5rem;
  }

  .f1 {
    width: 95%;
    margin: 0px 0px 0px 0px;
  }

  #txt3 {
    font-size: 1.3rem;
    width: 68%;
  }

  #bottom {
    width: 14%;
  }
  

  /* Container2 */
  .container2 {
    padding: 20px;
  }

  .content2 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    align-content: normal;
    width: 100%;
  }

  #f_i2 {
    width: 70%;
    /*margin: 30px 0px 0px 0px;*/
  }

  #items_v1 {
    width: 100%;
    grid-row: 1 / 3;
  }

  #items_v2 {
    width: 100%;
    grid-row: 1 / 3;
  }
  
  #items_v3 {
    width: 100%;
    grid-row: 1 / 3;
  }

  .items1 {
    margin: 20px 20px 0px 20px;
    grid-template-rows: 45px;
    grid-template-columns: 370px;
    column-gap: 80px;
    height: 75%;
  }
  
  #C2_txt1 {
    font-size: 35px;
    margin: 0px 0px 0px 0px;
  }
  
  #C2_txt2 {
    font-size: 21px;
    margin: 0px 0px 0px 0px;
  }
  
  .items2 {
    margin: 20px 20px 0px 20px;
    grid-template-rows: 45px;
    grid-template-columns: 370px;
    column-gap: 80px;
    height: 75%;
  }

  #C2_txt3 {
    font-size: 35px;
    margin: 0px 0px 0px 0px;
  }
  
  #C2_txt4 {
    font-size: 21px;
    margin: 0px 0px 0px 0px;
  }
  
  .items3 {
    margin: 20px 20px 0px 20px;
    grid-template-rows: 45px;
    grid-template-columns: 370px;
    column-gap: 80px;
    height: 75%;
  }
  
  #C2_txt5 {
    font-size: 35px;
    margin: 0px 0px 0px 0px;
  }
  
  #C2_txt6 {
    font-size: 21px;
    margin: 0px 0px 0px 0px;
  }


  /* Container3 */
  .content3 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    align-content: normal;
    width: 100%;
  }

  .slideshow-container {
    margin: 0px 0px 0px 0px;
  }

  .slideshow-inner {
    margin: 20px 0px 0px 0px;
  }

  #linea {
    width: 0.7%;
    height: 100%;
    margin: -15px 0px 0px -870px;
  }

  #num {
    font-size: 50px;
  }

  #C3_txt {
    font-size: 25.5px;
  }

  .mySlides {
    width: 70%;
    margin: 0px 0px 0px 0px;
    padding: 30px;
    border: 4px solid#00002B;
  }

  .prevS, .nextS {
    cursor: pointer;
    position: absolute;
    padding: 10px;
    font-size: 50px;
  }

  .prevS {
    margin: -25px 0px 0px -955px;
  }

  .nextS {
    margin: -25px 0px 0px 955px;
  }

  .cua4 {
    column-gap: 10px;
  }

  .dot{
    height: 50px;
    width: 50px;
    margin: -70px 0px 0px 0px;
    border: #00002b 5px solid;
  }

  .active, .dot:hover {
    height: 50px;
    background: #ffffff;
  }  


  /* Container4*/
  .content4 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    align-content: normal;
    width: 100%;
  }

  .servicios {
    display: grid;
    justify-items: start;
  }
  
  #f_i4 {
    width: 100%;  
  }

  .C4_txt {
    width: 100%;
  }

  #f_i5 {
    width: 100%;  
  }
  
  
  /* Container5 */
  .content5 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }
    
  .juntos {
    width: 100%;
    height: 100%;
  }

  .talentos img {
    width: 100%;
    height: 100%;
  }

  .lugardelamano {
    width: 21.7%;
    height: 100%;
  }
    
  .lugardelamano img {
    width: 100%;
    height: 100%;
  }
    
  .todomano {
    width: 33%;
    padding: 0 0px;
  }
  
  #mano {
    width: 25.6%;
    height: 100%;
    margin: 0px 0px 0px 22px;
  }
    
  .barra {
    margin: 0px 0px 0px 0px;
    height: 100%;   
    width: 95px;
    justify-content: center;
  }
    
  .barra img {
    width: 5%;
    height: 70%;
    padding: 0 0px;
  }
    
  #capa1 {
    width: 100%;
    margin: -210px 0px 0px 0px;
    left: 0;
  }
    
  #capa2 {
    width: 100%;
    margin: -20px 0px 0px 0px;
    left: 0; 
  }
    
  #capa3 {
    width: 100%;
    margin: 160px 0px 0px 0px;
    left: 0;
  }
    
  #capa4 {
    width: 100%;
    margin: 340px 0px 0px 0px;
    left: 0;
  }
    
  .t1 a {
    font-size: 21px;
    width: 230px;
    height: 90px;
  }
    
  .t1 a:hover {
    color: #020236;
    font-size: 23px;
  }
    
  .t2 a {
    font-size: 21px;
    width: 230px;
    height: 90px;
  }
    
  .t2 a:hover {
    color: #020236;
    font-size: 23px;
  }
    
  .t3 a {
    font-size: 21px;
    width: 230px;
    height: 90px;
  }
    
  .t3 a:hover {
    color: #020236;
    font-size: 23px;
  }
    
  .t4 a {
    font-size: 21px;
    width: 230px;
    height: 90px;
  }
    
  .t4 a:hover {
    color: #020236;
    font-size: 23px;
  }
    
  .Textos {
    font-size: 19.5px;
    width: 33%;
    height: 30%;
    border: solid 4px #00002B;
  }
  
  #Mtext1 {
    position: absolute;
    width: 31.4%;
    height: auto;
    padding: 4px 8px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext2 {
    position: absolute;
    width: 31.4%;
    height: auto;
    padding: 4px 8px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext3 {
    position: absolute;
    width: 31.4%;
    height: auto;
    padding: 4px 8px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext4 {
    position: absolute;
    width: 31.4%;
    height: auto;
    padding: 4px 8px;
    margin: 0px 0px 0px 0px;
  }


  /* Container6 */
  .content6 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  .slide-window {
    height: 90%;
    width: 95%;
    align-items: center;
  }

  .noti_container {
    width: 60%;
    height: 70%;
  } 

  #texto1_t1 {
    padding: 20px 15px 20px 15px;
    font-size: 2.6rem;
    line-height: 30px;
  }

  #texto1_t2 {
    padding: 0px 15px 0px 15px;
    font-size: 1.34rem;
    line-height: 27px;
    text-align: justify;
  }

  #texto2_t1 {
    padding: 20px 15px 20px 15px;
    font-size: 2rem;
    line-height: 30px;
  }

  #texto2_t2 {
    padding: 0px 15px 0px 15px;
    font-size: 1.34rem;
    line-height: 27px;
    text-align: justify;
  }

  .esp_link {
    padding: 0px 15px 5px 15px;
  }

  #links_texto {
    width: 23%;
    height: 20%;
  }

  .slide-nav {
    margin: -75px 0px 0px 0px;
  }

  .slide-nav-bt {
    width: 7px;
    height: 7px;
    border: solid 7px #00002B;
  }

  .slide-nav-bt.active {
    width: 7px;
    height: 7px;
    border: solid 9px #fff;
  }


  /* Container7 */
  .content7 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    align-content: normal;
    width: 100%;
  }

  #C7_i1 {
    width: 60%;
  }

  .scroll-parent {
    width: auto;
    height: auto;
  }

  .scroll-parent::before, .scroll-parent::after {
    width: 15%;
  }

  .scroll-parent {
    width: 100%;
    height: 100%;
  }

  .logos {
    width: 100%;
    height: 100%;
    padding: 4%;
  }
  
  .logos img{
    width: 100%;
    height: 35%;
  }


  /* Container8 */
  .content8 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 100px);
    width: 100%;
  }

  .contactanos {
    margin: 0px 0px 0px 0px;
    margin-top: 15px;
    height: 80%;
  }

  #C8_all1 {
    width: 400px;
    height: 100px;
  }

  #C8_all2 {
    width: 85px;
    height: 90px;
  }

  .form-container {
    width: 100%;
    height: 80%;
    font-size: 30px;
  }

  .form {
    width: 100%;
  }

  #flecha {
    width: 7%;
    margin: 0px 0px -65px -55px;
  }

  .input {
    padding-bottom: 6px;
    border-bottom: 4px solid #ffffff;
    font-size: 40px;
  }

  .input-barra {
    padding-bottom: 3px;
    border-bottom: 4px solid #ffffff;
    font-size: 55px;
  }

  label {
    left: 0px;
    top: 5px;
    font-size: 40px;
  }

  .labelT {
    left: 0px;
    top: 30px;
    font-size: 30px;
  }

  .button {
    padding: 20px 25px;
    font-size: 25px;
    top: 90px;
  }

  .buttonE {
    padding: 20px 25px;
    font-size: 25px;
    top: 90px;
  }

  /* Primer Campo */
  .input:focus:invalid ~ .msg1:before {
    margin: 60px 0px 0px 0px;
    font-size: 20px;
  }

  /* Segundo Campo */
  .input:focus:invalid ~ .msg2:before {
    margin: 60px 0px 0px 0px;
    font-size: 20px;
  }

  /* Tercer Campo */
  .input:focus:invalid ~ .msg3:before {
    margin: 60px 0px 0px 0px;
    font-size: 20px;;
  }

  .label-step1 {
    margin: 0px 0px 0px 0px;
  } 

  .label-step2 {
    margin: 0px 0px 0px 0px;
  } 

  .label-step3 {
    margin: 0px 0px 0px 0px;
  } 

  .label-step4 {
    margin: -20px 0px 0px 0px;
  } 

  .input ~ .msg1:before {
    top: 0;
    padding: 0;
    border-radius: 0;
  }

  .input ~ .msg2:before {
    top: 0;
    padding: 0;
    border-radius: 0;
  }

  .input ~ .msg3:before {
    top: 0;
    padding: 0;
    border-radius: 0;
  }


  /* Container9 */
  .content9 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    align-content: normal;
    width: 100%;
  }

  #C9_f9 {
    width: 40%;
    margin: 30px 0px 0px 0px;
  }

  .C9_icon {
    column-gap: 60px;
    margin: -70px 0px 70px 70px;
  }

  #linked {
    width: 150%;
  }

  #ig {
    width: 150%;
    margin: 0px 0px 0px 0px;
  }
}


@media screen and (max-width: 1090px) {
  /* Menu */ 
  section[id] {
    scroll-margin-top: 65px;
  }

  .topnav {
    padding: 10px 10px;
  }

  #logo {
    width: 100%;
  }

  #iconA {
    width: 40px;
    height: 40px;
  }

  #iconC {
    width: 40px;
    height: 30px;
  }

  .menu {
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    align-items: center;
    background-color: #00002B;
    overflow-y: auto;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .menu li {
    padding: 0;
  }

  .menu a {
    color: #ffffff;
    line-height: 45px;
    font-size: 15px;
  }

  .open-menu,
  .close-menu {
    display: block;
    border: none;
    background: none;
    cursor: pointer;
  }

  .close-menu {
    display: flex;
    align-self: flex-end;
    width: 100%;
    padding: 15px 10px;
    justify-content: flex-end;
    align-items: center;
  }

  .menu_opened {
    opacity: 1;
    pointer-events: all;
  }

  .open-menu:focus:not(:focus-visible),
  .close-menu:focus:not(:focus-visible) {
    outline: none;
  }

  .menu a::after {
    content: none;
  }

  .menu a:hover,
  .menu a.selected {
    color: #00E28B
  }

  #nav-wrapper {
    width: 100%;
    background: #00002B;
    padding: 0 10px;
    color: #ffffff;
    display: block;
  }

  .mobile-nav {
    display: flex;
    background: #00002B;
    color: #ffffff;
    height: 6%;
  }

  nav {
    background: #fff;
    padding: 0;
  }

  nav .nav-left {
    display: none;
  }

  nav .nav-right {
    justify-content: flex-start;
    height: 0;
    margin-top: 55px;
  }

  nav .nav-right ul {
    width: 100%;
    height: 100%;
  }

  nav .nav-right ul li {
    display: block !important;
    width: 100%;
  }

  nav .nav-right ul li a {
    display: flex;
    width: 100%;
    font-size: 12px;
    align-items: center;
    justify-content: center;
  }

  nav .nav-right ul li a:after {
    height: 0 !important;
  }

  .mobile-nav span:before {
    font-size: 24px;
  }

  .todo {
    grid-template-rows: repeat(9, 650px);
  }

  .container1 {
    padding: 65px 10px 0px 10px; 
  }

  .content {
    grid-column: 1 / 6;
    grid-template-columns: auto;
  }

  .me {
    width: 100%;
    margin: -30px 0px 0px 0px;
  }

  #f_i1 {
    width: 100%;
  }

  .info {
    margin: -250px 0px 0px -20px;
  }  

  #txt1 {
    font-size: 6rem;
    padding: 0 20px;
  }

  #txt2 {
    font-size: 4rem;
    margin: -35px 0px 0px 0px;
    padding: 0 20px;
  }
  
  .f1 {
    width: 95%;
    margin: -60px 0px 0px 0px;
  }

  #txt3 {
    font-size: 1.1rem;
    width: 65%;
  }

  #bottom {
    width: 14%;
  }


  /* Container2 */
  .container2 {
    padding: 10px;
  }

  .content2 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  #f_i2 {
    width: 70%;
    /*margin: 30px 0px 0px 0px;*/
  }

  #items_v1 {
    width: 100%;
  }

  #items_v2 {
    width: 100%;
  }

  #items_v3 {
    width: 100%;
  }

  .items1 {
    margin: 20px 20px 0px 20px;
    grid-template-rows: 35px;
    grid-template-columns: 320px;
    column-gap: 60px;
    height: 70%;
  }
  
  #C2_txt1 {
    font-size: 30px;
  }
  
  #C2_txt2 {
    margin: 0px 0px 0px 0px;
    font-size: 17.5px;
  }
  
  .items2 {
    margin: 20px 20px 0px 20px;
    grid-template-rows: 35px;
    grid-template-columns: 320px;
    column-gap: 60px;
    height: 70%;
  }
  
  #C2_txt3 {
    font-size: 30px;
  }
  
  #C2_txt4 {
    margin: 0px 0px 0px 0px;
    font-size: 17.5px;
  }
  
  .items3 {
    margin: 20px 20px 0px 20px;
    grid-template-rows: 35px;
    grid-template-columns: 320px;
    column-gap: 60px;
    height: 70%;
  }
  
  #C2_txt5 {
    font-size: 30px;
  }
  
  #C2_txt6 {
    margin: 0px 0px 0px 0px;
    font-size: 17.5px;
  }


  /* Container3 */
  .content3 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 105px);
    width: 100%;
  }

  .slideshow-inner {
    margin: 20px 0px 0px 0px;
  }

  #linea {
    width: 0.65%;
    height: 100%;
    margin: 50px 0px 50px -730px;
  }

  #num {
    font-size: 40px;
  }

  #C3_txt {
    font-size: 21.5px;
  }

  .mySlides {
    width: 70%;
    margin: 0px 0px 0px 0px;
    padding: 30px;
    border: 4px solid#00002B;
  }

  .prevS, .nextS {
    cursor: pointer;
    position: absolute;
    padding: 10px;
    font-size: 40px;
  }

  .prevS {
    margin: -20px 0px 0px -820px;
  }

  .nextS {
    margin: -20px 0px 0px 820px;
  }

  .cua4 {
    column-gap: 10px;
  }

  .dot{
    height: 40px;
    width: 40px;
    margin: -100px 0px 0px 0px;
    border: #00002b 4px solid;
  }

  .active, .dot:hover {
    height: 40px;
    background: #ffffff;
  }  
  

  /* Container4 */
  .content4 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  .servicios {
    display: grid;
    justify-items: start;
  }

  #f_i4 {
    width: 65%;  
  }

  #f_i5 {
    width: 100%;  
  }


  /* Container5 */
  .content5 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }
    
  .juntos {
    width: 100%;
    height: 100%;
  }

  .talentos img {
    width: 100%;
    height: 100%;
  }

  .lugardelamano {
    width: 24.2%;
    height: 100%;
  }
    
  .lugardelamano img {
    width: 100%;
    height: 100%;
  }
    
  .todomano {
    width: 33%;
    padding: 0 0px;
  }
  
  #mano {
    width: 28.6%;
    height: 100%;
    margin: 0px 0px 0px 20px;
  }
    
  .barra {
    margin: 0px 0px 0px 0px;
    height: 100%;   
    width: 90px;
    justify-content: center;
  }
    
  .barra img {
    width: 5%;
    height: 70%;
    padding: 0 0px;
  }
    
  #capa1 {
    width: 100%;
    margin: -210px 0px 0px 0px;
    left: 0;
  }
    
  #capa2 {
    width: 100%;
    margin: -20px 0px 0px 0px;
    left: 0; 
  }
    
  #capa3 {
    width: 100%;
    margin: 160px 0px 0px 0px;
    left: 0;
  }
    
  #capa4 {
    width: 100%;
    margin: 340px 0px 0px 0px;
    left: 0;
  }
    
  .t1 a {
    font-size: 18px;
    width: 230px;
    height: 90px;
  }
    
  .t1 a:hover {
    color: #020236;
    font-size: 20px;
  }
    
  .t2 a {
    font-size: 18px;
    width: 230px;
    height: 90px;
  }
    
  .t2 a:hover {
    color: #020236;
    font-size: 20px;
  }
    
  .t3 a {
    font-size: 18px;
    width: 230px;
    height: 90px;
  }
    
  .t3 a:hover {
    color: #020236;
    font-size: 20px;
  }
    
  .t4 a {
    font-size: 18px;
    width: 230px;
    height: 90px;
  }
    
  .t4 a:hover {
    color: #020236;
    font-size: 20px;
  }
    
  .Textos {
    font-size: 17.2px;
    width: 33%;
    height: 30%;
    border: solid 4px #00002B;
  }
  
  #Mtext1 {
    position: absolute;
    width: 31.2%;
    height: auto;
    padding: 4px 8px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext2 {
    position: absolute;
    width: 31.2%;
    height: auto;
    padding: 4px 8px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext3 {
    position: absolute;
    width: 31.2%;
    height: auto;
    padding: 4px 8px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext4 {
    position: absolute;
    width: 31.2%;
    height: auto;
    padding: 4px 8px;
    margin: 0px 0px 0px 0px;
  }
  

  /* Container6 */
  .content6 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  .slide-window {
    height: 90%;
    width: 95%;
    align-items: center;
  }

  .noti_container {
    width: 60%;
    height: 70%;
  } 

  #texto1_t1 {
    padding: 30px 15px 10px 15px;
    font-size: 2.2rem;
    line-height: 30px;
  }

  #texto1_t2 {
    padding: 0px 15px 0px 15px;
    font-size: 1.1rem;
    line-height: 25px;
    text-align: justify;
  }

  #texto2_t1 {
    padding: 30px 15px 10px 15px;
    font-size: 1.7rem;
    line-height: 30px;
  }

  #texto2_t2 {
    padding: 0px 15px 0px 15px;
    font-size: 1.1rem;
    line-height: 25px;
    text-align: justify;
  }

  .esp_link {
    padding: 0px 15px 5px 15px;
  }

  #links_texto {
    width: 24%;
    height: 20%;
  }

  .slide-nav {
    margin: -70px 0px 0px 0px;
  }

  .slide-nav-bt {
    width: 6px;
    height: 6px;
    border: solid 6px #00002B;
  }

  .slide-nav-bt.active {
    width: 6px;
    height: 6px;
    border: solid 8px #fff;
  }


  /* Container7 */
  .content7 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  #C7_i1 {
    width: 60%;
  }

  .scroll-parent {
    width: auto;
    height: auto;
  }

  .scroll-parent::before, .scroll-parent::after {
    width: 15%;
  }

  .scroll-parent {
    width: 100%;
    height: 100%;
  }

  .logos {
    width: 100%;
    height: 100%;
    padding: 4%;
  }
  
  .logos img{
    width: 100%;
    height: 35%;
  }
  

  /* Container8 */
  .content8 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 80px);
    width: 100%;
  }

  .contactanos {
    margin: 0px 0px 0px 0px;
    margin-top: 15px;
    height: 80%;
  }

  #C8_all1 {
    width: 340px;
    height: 80px;
  }

  #C8_all2 {
    width: 70px;
    height: 75px;
  }

  .form-container {
    width: 100%; 
    height: 90%;
    font-size: 30px;
  }

  .form {
    width: 100%;
  }

  #flecha {
    width: 8%;
    margin: 0px 0px -50px -55px;
  }

  .input {
    padding-bottom: 0px;
    border-bottom: 3px solid #ffffff;
    font-size: 35px;
  }

  .input-barra {
    padding-bottom: 3px;
    border-bottom: 3px solid #ffffff;
    font-size: 50px;
  }

  label {
    left: 0px;
    top: -2px;
    font-size: 35px;
  }

  .labelT {
    left: 0px;
    top: 30px;
    font-size: 27px;
  }

  .button {
    padding: 15px 15px;
    font-size: 22px;
    top: 50px;
  }

  .buttonE {
    padding: 15px 15px;
    font-size: 22px;
    top: 50px;
  }

  /* Primer Campo */
  .input:focus:invalid ~ .msg1:before {
    margin: 50px 0px 0px 0px;
    font-size: 15px;
  }

  /* Segundo Campo */
  .input:focus:invalid ~ .msg2:before {
    margin: 50px 0px 0px 0px;
    font-size: 15px;
  }

  /* Tercer Campo */
  .input:focus:invalid ~ .msg3:before {
    margin: 50px 0px 0px 0px;
    font-size: 15px;
  }

  .label-step4 {
    margin: -23px 0px 0px 0px;
  } 


  /* Container9 */
  .content9 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  #C9_f9 {
    width: 40%;
    margin: 20px 0px 0px 0px;
  }

  .C9_icon {
    column-gap: 50px;
    margin: -50px 0px 50px 60px;
  }

  #linked {
    width: 150%;
  }

  #ig {
    width: 150%;
    margin: 0px 0px 0px 0px;
  }
}


@media screen and (max-width: 912px) {
  /* Menu */ 
  section[id] {
    scroll-margin-top: 65px;
  }

  .topnav {
    padding: 10px 10px;
  }

  #logo {
    width: 100%;
  }

  #iconA {
    width: 40px;
    height: 40px;
  }

  #iconC {
    width: 40px;
    height: 30px;
  }

  .menu {
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    align-items: center;
    background-color: #00002B;
    overflow-y: auto;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .menu li {
    padding: 0;
  }

  .menu a {
    color: #ffffff;
    line-height: 45px;
    font-size: 15px;
  }

  .open-menu,
  .close-menu {
    display: block;
    border: none;
    background: none;
    cursor: pointer;
  }

  .close-menu {
    display: flex;
    align-self: flex-end;
    width: 100%;
    padding: 15px 10px;
    justify-content: flex-end;
    align-items: center;
  }

  .menu_opened {
    opacity: 1;
    pointer-events: all;
  }

  .open-menu:focus:not(:focus-visible),
  .close-menu:focus:not(:focus-visible) {
    outline: none;
  }

  .menu a::after {
    content: none;
  }

  .menu a:hover,
  .menu a.selected {
    color: #00E28B
  }

  #nav-wrapper {
    width: 100%;
    background: #00002B;
    padding: 0 10px;
    color: #ffffff;
    display: block;
  }

  .mobile-nav {
    display: flex;
    background: #00002B;
    color: #ffffff;
    height: 6%;
  }

  nav {
    background: #fff;
    padding: 0;
  }

  nav .nav-left {
    display: none;
  }

  nav .nav-right {
    justify-content: flex-start;
    height: 0;
    margin-top: 55px;
  }

  nav .nav-right ul {
    width: 100%;
    height: 100%;
  }

  nav .nav-right ul li {
    display: block !important;
    width: 100%;
  }

  nav .nav-right ul li a {
    display: flex;
    width: 100%;
    font-size: 12px;
    align-items: center;
    justify-content: center;
  }

  nav .nav-right ul li a:after {
    height: 0 !important;
  }

  .mobile-nav span:before {
    font-size: 24px;
  }

  .todo {
    grid-template-rows: repeat(9, 550px);
  }

  .container1 {
    padding: 65px 10px 0px 10px; 
  }

  .content {
    grid-column: 1 / 6;
    grid-template-columns: auto;
  }

  .me {
    margin: -30px 0px 0px 0px;
    width: 100%;
  }

  #f_i1 {
    width: 100%;
  }

  .info {
    margin: -250px 0px 0px -20px;
  }  

  #txt1 {
    font-size: 6rem;
    padding: 0 20px;
  }

  #txt2 {
    font-size: 4rem;
    margin: -35px 0px 0px 0px;
    padding: 0 20px;
  }
  
  .f1 {
    width: 98%;
    margin: -40px 0px 0px 0px;
  }

  #txt3 {
    font-size: 0.95rem;
    width: 70%;
  }

  #bottom {
    width: 15%;
  }


  /* Container2 */
  .container2 {
    padding: 10px;
  }

  .content2 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  #f_i2 {
    width: 70%;
    /*margin: 20px 0px 0px 0px;*/
  }

  #items_v1 {
    width: 100%;
  }

  #items_v2 {
    width: 100%;
  }

  #items_v3 {
    width: 100%;
  }

  .items1 {
    margin: 20px 20px 0px 20px;
    grid-template-rows: 30px;
    grid-template-columns: 290px;
    column-gap: 50px;
    height: 70%;
  }
  
  #C2_txt1 {
    font-size: 25px;
  }
  
  #C2_txt2 {
    margin: 0px 0px 0px 0px;
    font-size: 15.8px;
  }
  
  .items2 {
    margin: 20px 20px 0px 20px;
    grid-template-rows: 30px;
    grid-template-columns: 290px;
    column-gap: 50px;
    height: 70%;
  }
  
  #C2_txt3 {
    font-size: 25px;
  }
  
  #C2_txt4 {
    margin: 0px 0px 0px 0px;
    font-size: 15.8px;
  }
  
  .items3 {
    margin: 20px 20px 0px 20px;
    grid-template-rows: 30px;
    grid-template-columns: 290px;
    column-gap: 50px;
    height: 70%;
  }
  
  #C2_txt5 {
    font-size: 25px;
  }
  
  #C2_txt6 {
    margin: 0px 0px 0px 0px;
    font-size: 15.8px;
  }


  /* Container3 */
  .content3 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 90px);
    width: 100%;
  }

  .slideshow-inner {
    margin: 0px 0px 0px 0px;
  }

  #linea {
    width: 0.65%;
    height: 100%;
    margin: 10px 0px 0px -630px;
  }

  #num {
    font-size: 40px;
  }

  #C3_txt {
    font-size: 17.5px;
  }

  .mySlides {
    width: 70%;
    margin: 20px 0px 0px 0px;
    padding: 30px;
    border: 3.3px solid#00002B;
  }

  .prevS, .nextS {
    cursor: pointer;
    position: absolute;
    padding: 9px;
    font-size: 40px;
  }

  .prevS {
    margin: -25px 0px 0px -700px;
  }

  .nextS {
    margin: -25px 0px 0px 700px;
  }

  .cua4 {
    column-gap: 10px;
  }

  .dot{
    height: 40px;
    width: 40px;
    margin: -50px 0px 0px 0px;
    border: #00002b 4px solid;
  }

  .active, .dot:hover {
    height: 40px;
    background: #ffffff;
  }  
  

  /* Container4 */
  .content4 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  .servicios {
    display: grid;
    justify-items: start;
  }

  #f_i4 {
    width: 65%;  
  }

  #f_i5 {
    width: 100%;  
  }


  /* Container5 */
  .content5 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }
    
  .juntos {
    width: 100%;
    height: 100%;
  }

  .talentos img {
    width: 100%;
    height: 100%;
  }

  .lugardelamano {
    width: 24.7%;
    height: 100%;
  }
    
  .lugardelamano img {
    width: 100%;
    height: 100%;
  }
    
  .todomano {
    width: 33%;
    padding: 0 0px;
  }
  
  #mano {
    width: 28.5%;
    height: 100%;
    margin: 0px 0px 0px 20px;
  }
    
  .barra {
    margin: 0px 0px 0px 0px;
    height: 100%;   
    width: 70px;
    justify-content: center;
  }
    
  .barra img {
    width: 5%;
    height: 70%;
    padding: 0 0px;
  }
    
  #capa1 {
    width: 100%;
    margin: -160px 0px 0px 0px;
    left: 0;
  }
    
  #capa2 {
    width: 100%;
    margin: -15px 0px 0px 0px;
    left: 0; 
  }
    
  #capa3 {
    width: 100%;
    margin: 125px 0px 0px 0px;
    left: 0;
  }
    
  #capa4 {
    width: 100%;
    margin: 265px 0px 0px 0px;
    left: 0;
  }
    
  .t1 a {
    font-size: 16px;
    width: 200px;
    height: 70px;
  }
    
  .t1 a:hover {
    color: #020236;
    font-size: 18px;
  }
    
  .t2 a {
    font-size: 16px;
    width: 200px;
    height: 70px;
  }
    
  .t2 a:hover {
    color: #020236;
    font-size: 18px;
  }
    
  .t3 a {
    font-size: 16px;
    width: 200px;
    height: 70px;
  }
    
  .t3 a:hover {
    color: #020236;
    font-size: 18px;
  }
    
  .t4 a {
    font-size: 16px;
    width: 200px;
    height: 70px;
  }
    
  .t4 a:hover {
    color: #020236;
    font-size: 18px;
  }
    
  .Textos {
    font-size: 15.5px;
    width: 33%;
    height: 30%;
    border: solid 3px #00002B;
  }
  
  #Mtext1 {
    position: absolute;
    width: 31.4%;
    height: auto;
    padding: 3px 6px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext2 {
    position: absolute;
    width: 31.4%;
    height: auto;
    padding: 3px 6px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext3 {
    position: absolute;
    width: 31.4%;
    height: auto;
    padding: 3px 6px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext4 {
    position: absolute;
    width: 31.4%;
    height: auto;
    padding: 3px 6px;
    margin: 0px 0px 0px 0px;
  }


  /* Container6 */
  .content6 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  .slide-window {
    height: 87%;
    width: 95%;
    align-items: center;
  }

  .noti_container {
    width: 60%;
    height: 70%;
  } 

  #texto1_t1 {
    padding: 10px 15px 10px 15px;
    font-size: 2rem;
    line-height: 30px;
  }

  #texto1_t2 {
    padding: 0px 15px 0px 15px;
    font-size: 0.9rem;
    line-height: 23px;
    text-align: justify;
  }

  #texto2_t1 {
    padding: 10px 15px 10px 15px;
    font-size: 1.5rem;
    line-height: 30px;
  }

  #texto2_t2 {
    padding: 0px 15px 0px 15px;
    font-size: 1.05rem;
    line-height: 23px;
    text-align: justify;
  }

  .esp_link {
    padding: 0px 15px 5px 15px;
  }

  #links_texto {
    width: 24%;
    height: 20%;
  }

  .slide-nav {
    margin: -60px 0px 0px 0px;
  }

  .slide-nav-bt {
    width: 5px;
    height: 5px;
    border: solid 5px #00002B;
  }

  .slide-nav-bt.active {
    width: 5px;
    height: 5px;
    border: solid 7px #fff;
  }


  /* Container7 */
  .content7 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  #C7_i1 {
    width: 60%;
  }

  .scroll-parent {
    width: auto;
    height: auto;
  }

  .scroll-parent::before, .scroll-parent::after {
    width: 15%;
  }

  .scroll-parent {
    width: 100%;
    height: 100%;
  }

  .logos {
    width: 100%;
    height: 100%;
    padding: 4%;
  }
  
  .logos img{
    width: 100%;
    height: 35%;
  }
  

  /* Container8 */
  .content8 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 80px);
    width: 100%;
  }

  .contactanos {
    margin: 0px 0px 0px 0px;
    margin-top: 15px;
    height: 80%;
  }

  #C8_all1 {
    width: 280px;
    height: 80px;
  }

  #C8_all2 {
    width: 65px;
    height: 70px;
  }

  .form-container {
    width: 100%;
    height: 85%;
    font-size: 30px;
  }

  .form {
    width: 100%;
  }

  #flecha {
    width: 7%;
    margin: 0px 0px -50px -40px;
  }

  .input {
    padding-bottom: 4px;
    border-bottom: 3px solid #ffffff;
    font-size: 30px;
  }

  .input-barra {
    padding-bottom: 3px;
    border-bottom: 2.5px solid #ffffff;
    font-size: 40px;
  }

  label {
    left: 0px;
    top: 3px;
    font-size: 30px;
  }

  .labelT {
    left: 0px;
    top: 25px;
    font-size: 22px;
  }

  .button {
    padding: 15px 15px;
    font-size: 20px;
    top: 50px;
  }

  .buttonE {
    padding: 15px 15px;
    font-size: 20px;
    top: 50px;
  }

  /* Primer Campo */
  .input:focus:invalid ~ .msg1:before {
    margin: 45px 0px 0px 0px;
    font-size: 15px;
  }

  /* Segundo Campo */
  .input:focus:invalid ~ .msg2:before {
    margin: 45px 0px 0px 0px;
    font-size: 15px;
  }

  /* Tercer Campo */
  .input:focus:invalid ~ .msg3:before {
    margin: 45px 0px 0px 0px;
    font-size: 15px;;
  }

  .label-step4 {
    margin: -15px 0px 30px 0px;
  } 


  /* Container9 */
  .content9 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  #C9_f9 {
    width: 40%;
    margin: 20px 0px 0px 0px;
  }

  .C9_icon {
    column-gap: 20px;
    margin: -30px 0px 30px 40px;
  }

  #linked {
    width: 140%;
  }

  #ig {
    width: 140%;
    margin: 0px -15px 0px 15px;
  }
}


@media screen and (max-width: 820px) { 
  /* Menu */ 
  section[id] {
    scroll-margin-top: 65px;
  }

  .topnav {
    padding: 10px 10px;
  }

  #logo {
    width: 100%;
  }

  #iconA {
    width: 40px;
    height: 40px;
  }

  #iconC {
    width: 40px;
    height: 30px;
  }

  .menu {
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    align-items: center;
    background-color: #00002B;
    overflow-y: auto;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .menu li {
    padding: 0;
  }

  .menu a {
    color: #ffffff;
    line-height: 45px;
    font-size: 15px;
  }

  .open-menu,
  .close-menu {
    display: block;
    border: none;
    background: none;
    cursor: pointer;
  }

  .close-menu {
    display: flex;
    align-self: flex-end;
    width: 100%;
    padding: 15px 10px;
    justify-content: flex-end;
    align-items: center;
  }

  .menu_opened {
    opacity: 1;
    pointer-events: all;
  }

  .open-menu:focus:not(:focus-visible),
  .close-menu:focus:not(:focus-visible) {
    outline: none;
  }

  .menu a::after {
    content: none;
  }

  .menu a:hover,
  .menu a.selected {
    color: #00E28B
  }

  #nav-wrapper {
    width: 100%;
    background: #00002B;
    padding: 0 10px;
    color: #ffffff;
    display: block;
  }

  .mobile-nav {
    display: flex;
    background: #00002B;
    color: #ffffff;
    height: 6%;
  }

  nav {
    background: #fff;
    padding: 0;
  }

  nav .nav-left {
    display: none;
  }

  nav .nav-right {
    justify-content: flex-start;
    height: 0;
    margin-top: 55px;
  }

  nav .nav-right ul {
    width: 100%;
    height: 100%;
  }

  nav .nav-right ul li {
    display: block !important;
    width: 100%;
  }

  nav .nav-right ul li a {
    display: flex;
    width: 100%;
    font-size: 12px;
    align-items: center;
    justify-content: center;
  }

  nav .nav-right ul li a:after {
    height: 0 !important;
  }

  .mobile-nav span:before {
    font-size: 24px;
  }

  .todo {
    grid-template-rows: repeat(9, 500px);
  }
  
  .fondo {
    display: flex;
    align-items: flex-end;
  }

  .container1 {
    padding: 65px 10px 0px 10px; 
  }

  .content {
    grid-column: 1 / 6;
    grid-template-columns: auto;
  }

  .me {
    margin: -30px 0px 0px 0px;
    width: 100%;
  }

  #f_i1 {
    width: 95%;
  }

  .info {
      margin: -220px 0px 0px -20px;
  }  

  #txt1 {
    font-size: 5rem;
    padding: 0 20px;
  }

  #txt2 {
    font-size: 3rem;
    margin: -30px 0px 0px 0px;
    padding: 0 20px;
  }
  
  .f1 {
    width: 97%;
    margin: 0px 0px 0px 0px;
  }

  #txt3 {
    font-size: 0.85rem;
    width: 70%;
  }

  #bottom {
    width: 15%;
  }


  /* Container2 */
  .container2 {
    padding: 10px;
  }

  .content2 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 90px);
    width: 100%;
  }

  #f_i2 {
    width: 70%;
    /*margin: 20px 0px 0px 0px;*/
  }

  #items_v1 {
    width: 95%;
  }

  #items_v2 {
    width: 95%;
  }

  #items_v3 {
    width: 95%;
  }

  .items1 {
    margin: 20px 30px 0px 30px;
    grid-template-rows: 30px;
    grid-template-columns: 270px;
    column-gap: 50px;
    height: 70%;
  }
  
  #C2_txt1 {
    font-size: 25px;
  }
  
  #C2_txt2 {
    margin: 0px 0px 0px 0px;
    font-size: 13.5px;
  }
  
  .items2 {
    margin: 20px 30px 0px 30px;
    grid-template-rows: 30px;
    grid-template-columns: 270px;
    column-gap: 50px;
    height: 70%;
  }
  
  #C2_txt3 {
    font-size: 25px;
  }
  
  #C2_txt4 {
    margin: 0px 0px 0px 0px;
    font-size: 13.5px;
  }
  
  .items3 {
    margin: 20px 30px 0px 30px;
    grid-template-rows: 30px;
    grid-template-columns: 270px;
    column-gap: 50px;
    height: 70%;
  }
  
  #C2_txt5 {
    font-size: 25px;
  }
  
  #C2_txt6 {
    margin: 0px 0px 0px 0px;
    font-size: 13.5px;
  }


  /* Container3 */
  .content3 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 80px);
    width: 100%;
  }

  .slideshow-inner {
    margin: 0px 0px 0px 0px;
  }

  #linea {
    width: 0.65%;
    height: 100%;
    margin: 5px 0px 0px -590px;
  }

  #num {
    font-size: 30px;
  }

  #C3_txt {
    font-size: 16px;
  }

  .mySlides {
    width: 70%;
    margin: 25px 0px 0px 0px;
    padding: 25px;
    border-top: 3px solid #00002B;
  }  

  .prevS, .nextS {
    cursor: pointer;
    position: absolute;
    padding: 8px;
    font-size: 32px;
  }

  .prevS {
    margin: -15px 0px 0px -630px;
  }

  .nextS {
    margin: -15px 0px 0px 630px;
  }

  .cua4 {
    column-gap: 10px;
  }

  .dot{
    height: 35px;
    width: 35px;
    margin: -70px 0px 0px 0px;
    border: #00002b 3.3px solid;
  }

  .active, .dot:hover {
    height: 35px;
    background: #ffffff;
  } 


  /* Container4 */
  .content4 {
    grid-column: 1 / 6;
    grid-template-columns: auto;  
    width: 100%;
  }

  .servicios {
    display: grid;
    justify-items: start;
  }

  #f_i4 {
    width: 65%;  
  }

  #f_i5 {
    width: 100%;  
  }


  /* Container5 */
  .content5 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }
    
  .juntos {
    width: 100%;
    height: 100%;
  }

  .talentos img {
    width: 100%;
    height: 100%;
  }

  .lugardelamano {
    width: 25%;
    height: 100%;
  }
    
  .lugardelamano img {
    width: 100%;
    height: 100%;
  }
    
  .todomano {
    width: 33%;
    padding: 0 0px;
  }
  
  #mano {
    width: 29.5%;
    height: 100%;
    margin: 0px 0px 0px 17px;
  }
    
  .barra {
    margin: 0px 0px 0px 0px;
    height: 100%;   
    width: 70px;
    justify-content: center;
  }
    
  .barra img {
    width: 5%;
    height: 70%;
    padding: 0 0px;
  }
    
  #capa1 {
    width: 100%;
    margin: -135px 0px 0px 0px;
    left: 0;
  }
    
  #capa2 {
    width: 100%;
    margin: -10px 0px 0px 0px;
    left: 0; 
  }
    
  #capa3 {
    width: 100%;
    margin: 115px 0px 0px 0px;
    left: 0;
  }
    
  #capa4 {
    width: 100%;
    margin: 235px 0px 0px 0px;
    left: 0;
  }
    
  .t1 a {
    font-size: 14px;
    width: 100px;
    height: 60px;
  }
    
  .t1 a:hover {
    color: #020236;
    font-size: 16px;
  }
    
  .t2 a {
    font-size: 14px;
    width: 100px;
    height: 60px;
  }
    
  .t2 a:hover {
    color: #020236;
    font-size: 16px;
  }
    
  .t3 a {
    font-size: 14px;
    width: 100px;
    height: 60px;
  }
    
  .t3 a:hover {
    color: #020236;
    font-size: 16px;
  }
    
  .t4 a {
    font-size: 14px;
    width: 100px;
    height: 60px;
  }
    
  .t4 a:hover {
    color: #020236;
    font-size: 16px;
  }
    
  .Textos {
    font-size: 14px;
    width: 33%;
    height: 30%;
    border: solid 2px #00002B;
  }
  
  #Mtext1 {
    position: absolute;
    width: 31.4%;
    height: auto;
    padding: 3px 6px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext2 {
    position: absolute;
    width: 31.4%;
    height: auto;
    padding: 3px 6px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext3 {
    position: absolute;
    width: 31.4%;
    height: auto;
    padding: 3px 6px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext4 {
    position: absolute;
    width: 31.4%;
    height: auto;
    padding: 3px 6px;
    margin: 0px 0px 0px 0px;
  }


  /* Container6 */
  .content6 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  .slide-window {
    height: 87%;
    width: 95%;
    align-items: center;
  }

  .noti_container {
    width: 60%;
    height: 70%;
  } 

  #texto1_t1 {
    padding: 10px 15px 5px 15px;
    font-size: 1.7rem;
    line-height: 30px;
  }

  #texto1_t2 {
    padding: 0px 15px 0px 15px;
    font-size: 0.9rem;
    line-height: 20px;
    text-align: justify;
  }

  #texto2_t1 {
    padding: 10px 15px 5px 15px;
    font-size: 1.4rem;
    line-height: 30px;
  }

  #texto2_t2 {
    padding: 0px 15px 0px 15px;
    font-size: 0.95rem;
    line-height: 20px;
    text-align: justify;
  }

  .esp_link {
    padding: 0px 15px 5px 15px;
  }

  #links_texto {
    width: 24%;
    height: 20%;
  }

  .slide-nav {
    margin: -55px 0px 0px 0px;
  }

  .slide-nav-bt {
    width: 5px;
    height: 5px;
    border: solid 5px #00002B;
  }

  .slide-nav-bt.active {
    width: 5px;
    height: 5px;
    border: solid 7px #fff;
  }


  /* Container7 */
  .content7 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  #C7_i1 {
    width: 60%;
  }

  .scroll-parent {
    width: auto;
    height: auto;
  }

  .scroll-parent::before, .scroll-parent::after {
    width: 15%;
  }

  .scroll-parent {
    width: 100%;
    height: 100%;
  }

  .logos {
    width: 100%;
    height: 100%;
    padding: 4%;
  }
  
  .logos img{
    width: 100%;
    height: 35%;
  }


  /* Container8 */
  .content8 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 80px);
    width: 100%;
  }

  .contactanos {
    margin: 0px 0px 0px 0px;
    margin-top: 10px;
    height: 80%;
  }

  #C8_all1 {
    width: 250px;
    height: 80px;
  }

  #C8_all2 {
    width: 60px;
    height: 65px;
  }

  .form-container {
    width: 100%;
    height: 80%;
    font-size: 30px;
  }

  .form {
    width: 100%;
  }

  #flecha {
    width: 7%;
    margin: 0px 0px -42px -35px;
  }

  .input {
    padding-bottom: 2px;
    border-bottom: 3px solid #ffffff;
    font-size: 26px;
  }

  .input-barra {
    padding-bottom: 1px;
    border-bottom: 2.5px solid #ffffff;
    font-size: 35px;
  }

  label {
    left: 0px;
    top: 2px;
    font-size: 25px;
  }

  .labelT {
    left: 0px;
    top: 20px;
    font-size: 18px;
  }

  .button {
    padding: 13px 13px;
    font-size: 15px;
    top: 50px;
  }

  .buttonE {
    padding: 13px 13px;
    font-size: 15px;
    top: 50px;
  }

  /* Primer Campo */
  .input:focus:invalid ~ .msg1:before {
    margin: 40px 0px 0px 0px;
    font-size: 13px;
  }

  /* Segundo Campo */
  .input:focus:invalid ~ .msg2:before {
    margin: 40px 0px 0px 0px;
    font-size: 13px;
  }

  /* Tercer Campo */
  .input:focus:invalid ~ .msg3:before {
    margin: 40px 0px 0px 0px;
    font-size: 13px;;
  }

  .label-step4 {
    margin: -14px 0px 0px 0px;
  }


  /* Container9 */
  .content9 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  #C9_f9 {
    width: 40%;
    margin: 30px 0px 0px 0px;
  }

  .C9_icon {
    column-gap: 20px;
    margin: -30px 0px 30px 30px;
  }

  #linked {
    width: 130%;
  }

  #ig {
    width: 130%;
  }
}


@media screen and (max-width: 768px) {
  /* Menu */ 
  section[id] {
    scroll-margin-top: 65px;
  }

  .topnav {
    padding: 10px 10px;
  }

  #logo {
    width: 100%;
  }

  #iconA {
    width: 40px;
    height: 40px;
  }

  #iconC {
    width: 40px;
    height: 30px;
  }

  .menu {
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    align-items: center;
    background-color: #00002B;
    overflow-y: auto;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .menu li {
    padding: 0;
  }

  .menu a {
    color: #ffffff;
    line-height: 45px;
    font-size: 15px;
  }

  .open-menu,
  .close-menu {
    display: block;
    border: none;
    background: none;
    cursor: pointer;
  }

  .close-menu {
    display: flex;
    align-self: flex-end;
    width: 100%;
    padding: 15px 10px;
    justify-content: flex-end;
    align-items: center;
  }

  .menu_opened {
    opacity: 1;
    pointer-events: all;
  }

  .open-menu:focus:not(:focus-visible),
  .close-menu:focus:not(:focus-visible) {
    outline: none;
  }

  .menu a::after {
    content: none;
  }

  .menu a:hover,
  .menu a.selected {
    color: #00E28B
  }

  #nav-wrapper {
    width: 100%;
    background: #00002B;
    padding: 0 10px;
    color: #ffffff;
    display: block;
  }

  .mobile-nav {
    display: flex;
    background: #00002B;
    color: #ffffff;
    height: 6%;
  }

  nav {
    background: #fff;
    padding: 0;
  }

  nav .nav-left {
    display: none;
  }

  nav .nav-right {
    justify-content: flex-start;
    height: 0;
    margin-top: 55px;
  }

  nav .nav-right ul {
    width: 100%;
    height: 100%;
  }

  nav .nav-right ul li {
    display: block !important;
    width: 100%;
  }

  nav .nav-right ul li a {
    display: flex;
    width: 100%;
    font-size: 12px;
    align-items: center;
    justify-content: center;
  }

  nav .nav-right ul li a:after {
    height: 0 !important;
  }

  .mobile-nav span:before {
    font-size: 24px;
  }

  .todo {
    grid-template-rows: repeat(9, 450px);
  }
  
  .container1 {
    padding: 63px 10px 0px 10px;
  }

  .content {
    grid-column: 1 / 6;
    grid-template-columns: auto;
  }

  .me {
    margin:-20px 0px 0px 0px;
    width: 100%;
  }

  #f_i1 {
    width: 100%;
  }

  .info {
      margin: -220px 0px 0px -20px;
  }  

  #txt1 {
    font-size: 5rem;
    padding: 0 20px;
  }

  #txt2 {
    font-size: 3rem;
    margin: -30px 0px 0px 0px;
    padding: 0 20px;
  }
  
  .f1 {
    width: 97%;
    margin: 0px 0px 0px 0px;
  }

  #txt3 {
    font-size: 0.75rem;
    width: 63%;
  }

  #bottom {
    width: 15%;
  }


  /* Container2 */
  .container2 {
    padding: 8px;
  }

  .content2 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 65px);
    width: 100%;
  }

  #f_i2 {
    width: 65%;
    /*margin: 20px 0px 0px 0px;*/
  }

  #items_v1 {
    width: 95%;
  }

  #items_v2 {
    width: 95%;
  }

  #items_v3 {
    width: 95%;
  }

  .items1 {
    margin: 20px 30px 0px 30px;
    grid-template-rows: 30px;
    grid-template-columns: 240px;
    column-gap: 45px;
    height: 80%;
  }
  
  #C2_txt1 {
    font-size: 22px;
  }
  
  #C2_txt2 {
    margin: 0px 0px 0px 0px;
    font-size: 12px;
  }
  
  .items2 {
    margin: 20px 30px 0px 30px;
    grid-template-rows: 30px;
    grid-template-columns: 240px;
    column-gap: 45px;
    height: 80%;
  }
  
  #C2_txt3 {
    font-size: 22px;
  }
  
  #C2_txt4 {
    margin: 0px 0px 0px 0px;
    font-size: 12px;
  }
  
  .items3 {
    margin: 20px 30px 0px 30px;
    grid-template-rows: 30px;
    grid-template-columns: 240px;
    column-gap: 45px;
    height: 80%;
  }
  
  #C2_txt5 {
    font-size: 22px;
  }
  
  #C2_txt6 {
    margin: 0px 0px 0px 0px;
    font-size: 12px;
  }


  /* Container3 */
  .content3 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 75px);
    width: 100%;
  }

  .slideshow-inner {
    margin: 5px 0px 0px 0px;
  }

  #linea {
    width: 0.7%;
    height: 100%;
    margin: 10px 0px 0px -535px;
  }

  #num {
    font-size: 30px;
  }

  #C3_txt {
    font-size: 14.5px;
  }

  .mySlides {
    width: 70%;
    margin: 15px 0px 0px 0px;
    padding: 25px;
    border: 2.8px solid #00002B;
  }  

  .prevS, .nextS {
    cursor: pointer;
    position: absolute;
    padding: 8px;
    font-size: 30px;
  }

  .prevS {
    margin: -10px 0px 0px -580px;
  }

  .nextS {
    margin: -10px 0px 0px 580px;
  }

  .cua4 {
    column-gap: 10px;
  }

  .dot{
    height: 30px;
    width: 30px;
    margin: -50px 0px 0px 0px;
    border: #00002b 2.8px solid;
  }

  .active, .dot:hover {
    height: 30px;
    background: #ffffff;
  } 


  /* Container4 */
  .content4 {
    grid-column: 1 / 6;
    grid-template-columns: auto;  
    width: 100%;
  }

  .servicios {
    display: grid;
    justify-items: start;
  }

  #f_i4 {
    width: 65%;  
  }

  #f_i5 {
    width: 100%;  
  }


  /* Container5 */
  .content5 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }
    
  .juntos {
    width: 100%;
    height: 100%;
  }

  .talentos img {
    width: 100%;
    height: 100%;
  }

  .lugardelamano {
    width: 24%;
    height: 100%;
  }
    
  .lugardelamano img {
    width: 100%;
    height: 100%;
  }
    
  .todomano {
    width: 33%;
    padding: 0 0px;
  }
  
  #mano {
    width: 28%;
    height: 100%;
    margin: 0px 0px 0px 17px;
  }
    
  .barra {
    margin: 0px 0px 0px 0px;
    height: 100%;   
    width: 60px;
    justify-content: center;
  }
    
  .barra img {
    width: 5%;
    height: 70%;
    padding: 0 0px;
  }
    
  #capa1 {
    width: 100%;
    margin: -135px 0px 0px 0px;
    left: 0;
  }
    
  #capa2 {
    width: 100%;
    margin: -10px 0px 0px 0px;
    left: 0; 
  }
    
  #capa3 {
    width: 100%;
    margin: 108px 0px 0px 0px;
    left: 0;
  }
    
  #capa4 {
    width: 100%;
    margin: 225px 0px 0px 0px;
    left: 0;
  }
    
  .t1 a {
    font-size: 12px;
    width: 100px;
    height: 60px;
  }
    
  .t1 a:hover {
    color: #020236;
    font-size: 14px;
  }
    
  .t2 a {
    font-size: 12px;
    width: 100px;
    height: 60px;
  }
    
  .t2 a:hover {
    color: #020236;
    font-size: 14px;
  }
    
  .t3 a {
    font-size: 12px;
    width: 100px;
    height: 60px;
  }
    
  .t3 a:hover {
    color: #020236;
    font-size: 14px;
  }
    
  .t4 a {
    font-size: 12px;
    width: 100px;
    height: 60px;
  }
    
  .t4 a:hover {
    color: #020236;
    font-size: 14px;
  }
    
  .Textos {
    font-size: 12.5px;
    width: 33%;
    height: 30%;
    border: solid 2px #00002B;
  }
  
  #Mtext1 {
    position: absolute;
    width: 31%;
    height: auto;
    padding: 2px 5px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext2 {
    position: absolute;
    width: 31%;
    height: auto;
    padding: 2px 5px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext3 {
    position: absolute;
    width: 31%;
    height: auto;
    padding: 2px 5px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext4 {
    position: absolute;
    width: 31%;
    height: auto;
    padding: 2px 5px;
    margin: 0px 0px 0px 0px;
  }
  

  /* Container6 */
  .content6 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  .slide-window {
    height: 87%;
    width: 95%;
    align-items: center;
  }

  .noti_container {
    width: 60%;
    height: 70%;
  } 

  #texto1_t1 {
    padding: 10px 15px 5px 15px;
    font-size: 23px;
    line-height: 20px;
  }

  #texto1_t2 {
    padding: 0px 15px 0px 15px;
    font-size: 11px;
    line-height: 20px;
    text-align: justify;
  }

  #texto2_t1 {
    padding: 10px 15px 5px 15px;
    font-size: 19px;
    line-height: 20px;
  }

  #texto2_t2 {
    padding: 0px 15px 0px 15px;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
  }

  .esp_link {
    padding: 0px 15px 5px 15px;
  }

  #links_texto {
    width: 24%;
    height: 20%;
  }

  .slide-nav {
    margin: -55px 0px 0px 0px;
  }

  .slide-nav-bt {
    width: 4px;
    height: 4px;
    border: solid 4px #00002B;
  }

  .slide-nav-bt.active {
    width: 4px;
    height: 4px;
    border: solid 6px #fff;
  }


  /* Container7 */
  .content7 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  #C7_i1 {
    width: 60%;
  }

  .scroll-parent {
    width: auto;
    height: auto;
  }

  .scroll-parent::before, .scroll-parent::after {
    width: 15%;
  }

  .scroll-parent {
    width: 100%;
    height: 100%;
  }

  .logos {
    width: 100%;
    height: 100%;
    padding: 4%;
  }
  
  .logos img{
    width: 100%;
    height: 35%;
  }


  /* Container8 */
  .content8 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 80px);
    width: 100%;
  }

  .contactanos {
    margin: 0px 0px 0px 0px;
    margin-top: 10px;
    height: 80%;
  }

  #C8_all1 {
    width: 230px;
    height: 80px;
  }

  #C8_all2 {
    width: 55px;
    height: 65px;
  }

  .form-container {
    width: 100%;
    height: 80%;
    font-size: 30px;
  }

  .form {
    width: 100%;
  }

  #flecha {
    width: 7%;
    margin: 0px 0px -42px -35px;
  }

  .input {
    padding-bottom: 4px;
    border-bottom: 3px solid #ffffff;
    font-size: 25px;
  }

  .input-barra {
    padding-bottom: 0px;
    border-bottom: 2.5px solid #ffffff;
    font-size: 35px;
  }

  label {
    left: 0px;
    top: 3px;
    font-size: 25px;
  }

  .labelT {
    left: 0px;
    top: 18px;
    font-size: 19px;
  }

  .button {
    padding: 13px 15px;
    font-size: 15px;
    top: 50px;
  }

  .buttonE {
    padding: 13px 15px;
    font-size: 15px;
    top: 50px;
  }

  /* Primer Campo */
  .input:focus:invalid ~ .msg1:before {
    margin: 40px 0px 0px 0px;
    font-size: 12px;
  }

  /* Segundo Campo */
  .input:focus:invalid ~ .msg2:before {
    margin: 40px 0px 0px 0px;
    font-size: 12px;
  }

  /* Tercer Campo */
  .input:focus:invalid ~ .msg3:before {
    margin: 40px 0px 0px 0px;
    font-size: 12px;;
  }

  .label-step4 {
    margin: -10px 0px 0px 0px;
  } 


  /* Container9 */
  .content9 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  #C9_f9 {
    width: 40%;
    margin: 20px 0px 0px 0px;
  }

  .C9_icon {
    column-gap: 20px;
    margin: -40px 0px 40px 40px;
  }

  #linked {
    width: 130%;
  }

  #ig {
    width: 130%;
  }
} 


@media screen and (max-width: 665px) {
  /* Menu */
  section[id] {
    scroll-margin-top: 50px;
  }

  .topnav {
    padding: 10px 10px;
  }

  #logo {
    width: 80%;
  }

  #iconA {
    width: 35px;
    height: 27px;
  }

  #iconC {
    width: 35px;
    height: 20px;
  }

  .menu {
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    align-items: center;
    background-color: #00002B;
    overflow-y: auto;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .menu li {
    padding: 0;
  }

  .menu a {
    color: #ffffff;
    line-height: 45px;
    font-size: 15px;
  }

  .open-menu,
  .close-menu {
    display: block;
    border: none;
    background: none;
    cursor: pointer;
  }

  .close-menu {
    display: flex;
    align-self: flex-end;
    width: 100%;
    padding: 15px 10px;
    justify-content: flex-end;
    align-items: center;
  }

  .menu_opened {
    opacity: 1;
    pointer-events: all;
  }

  .open-menu:focus:not(:focus-visible),
  .close-menu:focus:not(:focus-visible) {
    outline: none;
  }

  .menu a::after {
    content: none;
  }

  .menu a:hover,
  .menu a.selected {
    color: #00E28B
  }

  #nav-wrapper {
    width: 100%;
    background: #00002B;
    padding: 0 10px;
    color: #ffffff;
    display: block;
  }

  .mobile-nav {
    display: flex;
    background: #00002B;
    color: #ffffff;
    height: 6%;
  }

  nav {
    background: #fff;
    padding: 0;
  }

  nav .nav-left {
    display: none;
  }

  nav .nav-right {
    justify-content: flex-start;
    height: 0;
    margin-top: 55px;
  }

  nav .nav-right ul {
    width: 100%;
    height: 100%;
  }

  nav .nav-right ul li {
    display: block !important;
    width: 100%;
  }

  nav .nav-right ul li a {
    display: flex;
    width: 100%;
    font-size: 12px;
    align-items: center;
    justify-content: center;
  }

  nav .nav-right ul li a:after {
    height: 0 !important;
  }

  .mobile-nav span:before {
    font-size: 24px;
  }

  .todo {
    grid-template-rows: repeat(9, 400px);
  }

  .container1 {
    padding: 51px 10px 0px 10px; 
  }

  .content {
    grid-column: 1 / 6;
    grid-template-columns: auto;
  }

  .me {
    width: 100%;
    margin: -30px 0px 0px 0px;
  }

  #f_1 {
    width: 100%;
  }

  #txt1 {
    font-size: 3rem;
    padding: 0 20px;
  }

  #txt2 {
    font-size: 2rem;
    margin: -17px 0px 0px 0px;
    padding: 0 20px;
  }

  .info {
    margin: -155px 0px 0px -20px;
  }

  .f1 {
    width: 97%;
    margin: -40px 0px -10px 0px;
  }

  #txt3 {
    font-size: 0.65rem;
    width: 64%;
  }

  #bottom {
    width: 15%;
  }


  /* Container2 */
  .container2 {
    padding: 8px;
  }

  .content2 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 70px);
    width: 100%;
  }

  #f_i2 {
    width: 70%;
    /*margin: 15px 0px 0px 0px;*/
  }

  #items_v1 {
    width: 90%;
  }

  #items_v2 {
    width: 90%;
  }

  #items_v3 {
    width: 90%;
  }

  .items1 {
    margin: 20px 30px 0px 30px;
    grid-template-rows: 23px;
    grid-template-columns: 210px;
    column-gap: 20px;
    height: 70%;
  }
  
  #C2_txt1 {
    font-size: 18px;
  }
  
  #C2_txt2 {
    margin: 0px 0px 0px 0px;
    font-size: 9.5px;
  }
  
  .items2 {
    margin: 10px 30px 0px 30px;
    grid-template-rows: 23px;
    grid-template-columns: 210px;
    column-gap: 20px;
    height: 70%;
  }
  
  #C2_txt3 {
    font-size: 18px;
  }
  
  #C2_txt4 {
    margin: 0px 0px 0px 0px;
    font-size: 9.5px;
  }
  
  .items3 {
    margin: 10px 30px 0px 30px;
    grid-template-rows: 23px;
    grid-template-columns: 210px;
    column-gap: 20px;
    height: 70%;
  }
  
  #C2_txt5 {
    font-size: 18px;
  }
  
  #C2_txt6 {
    margin: 0px 0px 0px 0px;
    font-size: 9.5px;
  }


  /* Container3 */
  .content3 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 70px);
    width: 100%;
  }

  #linea {
    width: 0.7%;
    height: 100%;
    margin: 15px 0px 0px -430px;
  }

  #num {
    font-size: 25px;
  }

  #C3_txt {
    font-size: 12.5px;
  }

  .mySlides {
    width: 70%;
    margin: 10px 0px 0px 0px;
    padding: 25px;
    border: 2px solid #00002B;
  }

  .prevS, .nextS {
    cursor: pointer;
    position: absolute;
    padding: 8px;
    font-size: 25px;
  }

  .prevS {
    margin: -20px 0px 0px -490px;
  }

  .nextS {
    margin: -20px 0px 0px 490px;
  }

  .cua4 {
    column-gap: 5px;
  }

  .dot{
    height: 25px;
    width: 25px;
    margin: -45px 0px 0px 0px;
    border: #00002b 2px solid;
  }

  .active, .dot:hover {
    height: 25px;
    background: #ffffff;
  } 
  

  /* Container4 */
  .content4 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  .servicios {
    display: grid;
    justify-items: start;
  }

  #f_i4 {
    width: 65%;  
  }

  #f_i5 {
    width: 100%;  
  }


  /* Container5 */
  .content5 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }
    
  .juntos {
    width: 100%;
    height: 100%;
  }

  .talentos img {
    width: 100%;
    height: 100%;
  }

  .lugardelamano {
    width: 24%;
    height: 100%;
  }
    
  .lugardelamano img {
    width: 100%;
    height: 100%;
  }
    
  .todomano {
    width: 33%;
    padding: 0 0px;
  }
  
  #mano {
    width: 28%;
    height: 100%;
    margin: 0px 0px 0px 14.5px;
  }
    
  .barra {
    margin: 0px 0px 0px 0px;
    height: 100%;   
    width: 50px;
    justify-content: center;
  }
    
  .barra img {
    width: 5%;
    height: 70%;
    padding: 0 0px;
  }
    
  #capa1 {
    width: 100%;
    margin: -112px 0px 0px 0px;
    left: 0;
  }
    
  #capa2 {
    width: 100%;
    margin: -7px 0px 0px 0px;
    left: 0; 
  }
    
  #capa3 {
    width: 100%;
    margin: 92px 0px 0px 0px;
    left: 0;
  }
    
  #capa4 {
    width: 100%;
    margin: 192px 0px 0px 0px;
    left: 0;
  }
    
  .t1 a {
    font-size: 13px;
    width: 100px;
    height: 50px;
  }
    
  .t1 a:hover {
    color: #020236;
    font-size: 16px;
  }
    
  .t2 a {
    font-size: 13px;
    width: 100px;
    height: 50px;
  }
    
  .t2 a:hover {
    color: #020236;
    font-size: 16px;
  }
    
  .t3 a {
    font-size: 13px;
    width: 100px;
    height: 50px;
  }
    
  .t3 a:hover {
    color: #020236;
    font-size: 16px;
  }
    
  .t4 a {
    font-size: 13px;
    width: 100px;
    height: 50px;
  }
    
  .t4 a:hover {
    color: #020236;
    font-size: 16px;
  }
    
  .Textos {
    font-size: 10.3px;
    width: 33%;
    height: 30%;
    border: solid 2px #00002B;
  }
  
  #Mtext1 {
    position: absolute;
    width: 31.3%;
    height: auto;
    padding: 2px 5px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext2 {
    position: absolute;
    width: 31.3%;
    height: auto;
    padding: 2px 5px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext3 {
    position: absolute;
    width: 31.3%;
    height: auto;
    padding: 2px 5px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext4 {
    position: absolute;
    width: 31.3%;
    height: auto;
    padding: 2px 5px;
    margin: 0px 0px 0px 0px;
  }
  

  /* Container6 */
  .content6 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  .slide-window {
    height: 85%;
    width: 95%;
    align-items: center;
  }

  .noti_container {
    width: 60%;
    height: 70%;
  } 

  #texto1_t1 {
    padding: 13px 15px 10px 15px;
    font-size: 1.3rem;
    line-height: 15px;
  }

  #texto1_t2 {
    padding: 0px 15px 0px 15px;
    font-size: 0.6rem;
    line-height: 16px;
    text-align: justify;
  }

  #texto2_t1 {
    padding: 13px 15px 10px 15px;
    font-size: 0.9rem;
    line-height: 15px;
  }

  #texto2_t2 {
    padding: 0px 15px 0px 15px;
    font-size: 0.63rem;
    line-height: 16px;
    text-align: justify;
  }

  .esp_link {
    padding: 0px 15px 5px 15px;
  }

  #links_texto {
    width: 24%;
    height: 20%;
  }

  .slide-nav {
    margin: -40px 0px 0px 0px;
  }

  .slide-nav-bt {
    width: 3px;
    height: 3px;
    border: solid 3px #00002B;
  }

  .slide-nav-bt.active {
    width: 3px;
    height: 3px;
    border: solid 4px #fff;
  }


  /* Container7 */
  .content7 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  #C7_i1 {
    width: 60%;
  }

  .scroll-parent {
    width: auto;
    height: auto;
  }

  .scroll-parent::before, .scroll-parent::after {
    width: 15%;
  }

  .scroll-parent {
    width: 100%;
    height: 100%;
  }

  .logos {
    width: 100%;
    height: 100%;
    padding: 4%;
  }
  
  .logos img{
    width: 100%;
    height: 35%;
  }


  /* Container8 */
  .content8 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 60px);
    width: 100%;
  }

  .contactanos {
    margin: 0px 0px 0px 0px;
    margin-top: 10px;
    height: 80%;
  }

  #C8_all1 {
    width: 190px;
    height: 60px;
  }

  #C8_all2 {
    width: 45px;
    height: 50px;
  }

  .form-container {
    width: 100%;
    height: 80%;
    font-size: 30px;
  }

  .form {
    width: 100%;
  }

  #flecha {
    width: 7%;
    margin: 0px 0px -33px -30px;
  }

  .input {
    padding-bottom: 1px;
    border-bottom: 3px solid #ffffff;
    font-size: 20px;
  }

  .input-barra {
    padding-bottom: 0px;
    border-bottom: 2.5px solid #ffffff;
    font-size: 30px;
  }

  label {
    left: 0px;
    top: -1px;
    font-size: 22px;
  }

  .labelT {
    left: 0px;
    top: 15px;
    font-size: 17px;
  }

  .button {
    padding: 10px 10px;
    font-size: 15px;
    top: 50px;
  }

  .buttonE {
    padding: 10px 10px;
    font-size: 15px;
    top: 50px;
  }

  /* Primer Campo */
  .input:focus:invalid ~ .msg1:before {
    margin: 32px 0px 0px 0px;
    font-size: 11px;
  }

  /* Segundo Campo */
  .input:focus:invalid ~ .msg2:before {
    margin: 32px 0px 0px 0px;
    font-size: 11px;
  }

  /* Tercer Campo */
  .input:focus:invalid ~ .msg3:before {
    margin: 32px 0px 0px 0px;
    font-size: 11px;
  }

  .label-step4 {
    margin: -10px 0px 10px 0px;
  } 

  /* Container9 */
  .content9 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  #C9_f9 {
    width: 40%;
    margin: 20px 0px 0px 0px;
  }

  .C9_icon {
    column-gap: 20px;
    margin: -30px 0px 30px 30px;
  }

  #linked {
    width: 100%;
  }

  #ig {
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
}


@media screen and (max-width: 560px) {
  /* Menu */
  section[id] {
    scroll-margin-top: 50px;
  }

  .topnav {
    padding: 10px 10px;
  }

  #logo {
    width: 80%;
  }

  #iconA {
    width: 35px;
    height: 27px;
  }

  #iconC {
    width: 35px;
    height: 20px;
  }

  .menu {
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    align-items: center;
    background-color: #00002B;
    overflow-y: auto;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .menu li {
    padding: 0;
  }

  .menu a {
    color: #ffffff;
    line-height: 45px;
    font-size: 15px;
  }

  .open-menu,
  .close-menu {
    display: block;
    border: none;
    background: none;
    cursor: pointer;
  }

  .close-menu {
    display: flex;
    align-self: flex-end;
    width: 100%;
    padding: 15px 10px;
    justify-content: flex-end;
    align-items: center;
  }

  .menu_opened {
    opacity: 1;
    pointer-events: all;
  }

  .open-menu:focus:not(:focus-visible),
  .close-menu:focus:not(:focus-visible) {
    outline: none;
  }

  .menu a::after {
    content: none;
  }

  .menu a:hover,
  .menu a.selected {
    color: #00E28B
  }

  #nav-wrapper {
    width: 100%;
    background: #00002B;
    padding: 0 10px;
    color: #ffffff;
    display: block;
  }

  .mobile-nav {
    display: flex;
    background: #00002B;
    color: #ffffff;
    height: 6%;
  }

  nav {
    background: #fff;
    padding: 0;
  }

  nav .nav-left {
    display: none;
  }

  nav .nav-right {
    justify-content: flex-start;
    height: 0;
    margin-top: 55px;
  }

  nav .nav-right ul {
    width: 100%;
    height: 100%;
  }

  nav .nav-right ul li {
    display: block !important;
    width: 100%;
  }

  nav .nav-right ul li a {
    display: flex;
    width: 100%;
    font-size: 12px;
    align-items: center;
    justify-content: center;
  }

  nav .nav-right ul li a:after {
    height: 0 !important;
  }

  .mobile-nav span:before {
    font-size: 24px;
  }

  .todo {
    grid-template-rows: repeat(9, 330px);
  }

  .container1 {
    padding: 51px 10px 0px 10px; 
  }

  .content {
    grid-column: 1 / 6;
    grid-template-columns: auto;
  }

  .me {
    margin: -10px 0px 0px 0px;
    width: 100%;
  }

  #f_1 {
    width: 100%;
  }

  #txt1 {
    font-size: 3rem;
    padding: 0 20px;
  }

  #txt2 {
    font-size: 2rem;
    margin: -17px 0px 0px 0px;
    padding: 0 20px;
  }

  .info {
    margin: -155px 0px 0px -20px;
  }

  .f1 {
    width: 97%;
    margin: -30px 0px 0px 0px;
  }

  #txt3 {
    font-size: 0.55rem;
    width: 65%;
  }

  #bottom {
    width: 14%;
  }


  /* Container2 */
  .container2 {
    padding: 8px;
  }

  .content2 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 70px);
    width: 100%;
  }

  #f_i2 {
    width: 70%;
    /*margin: 15px 0px 0px 0px;*/
  }

  #items_v1 {
    width: 90%;
  }

  #items_v2 {
    width: 90%;
  }

  #items_v3 {
    width: 90%;
  }

  .items1 {
    margin: 10px 20px 0px 20px;
    grid-template-rows: 20px;
    grid-template-columns: 190px;
    column-gap: 25px;
    height: 60%;
  }
  
  #C2_txt1 {
    font-size: 16px;
  }
  
  #C2_txt2 {
    margin: 0px 0px 0px 0px;
    font-size: 8px;
  }
  
  .items2 {
    margin: 0px 20px 0px 20px;
    grid-template-rows: 20px;
    grid-template-columns: 190px;
    column-gap: 25px;
    height: 60%;
  }
  
  #C2_txt3 {
    font-size: 16px;
  }
  
  #C2_txt4 {
    margin: 0px 0px 0px 0px;
    font-size: 8px;
  }
  
  .items3 {
    margin: 0px 20px 0px 20px;
    grid-template-rows: 20px;
    grid-template-columns: 190px;
    column-gap: 25px;
    height: 60%;
  }
  
  #C2_txt5 {
    font-size: 16px;
  }
  
  #C2_txt6 {
    margin: 0px 0px 0px 0px;
    font-size: 8px;
  }


  /* Container3 */
  .content3 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 60px);
    width: 100%;
  }

  .slideshow-inner {
    margin: 5px 0px 0px 0px;
  }

  #linea {
    width: 0.7%;
    height: 100%;
    margin: 5px 0px 0px -395px;
  }

  #num {
    font-size: 18px;
  }

  #C3_txt {
    font-size: 10.5px;
  }

  .mySlides {
    width: 70%;
    margin: 0px 0px 0px 0px;
    padding: 15px;
    border: 1.8px solid #00002B;
  }

  .prevS, .nextS {
    cursor: pointer;
    position: absolute;
    padding: 6px;
    font-size: 20px;
  }

  .prevS {
    margin: -15px 0px 0px -410px;
  }

  .nextS {
    margin: -15px 0px 0px 410px;
  }

  .cua4 {
    column-gap: 7px;
  }

  .dot{
    height: 25px;
    width: 25px;
    margin: -40px 0px 0px 0px;
    border: #00002b 2px solid;
  }

  .active, .dot:hover {
    height: 25px;
    background: #ffffff;
  } 
  

  /* Container4 */
  .content4 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  .servicios {
    display: grid;
    justify-items: start;
  }

  #f_i4 {
    width: 65%;  
  }

  #f_i5 {
    width: 100%;  
  }


  /* Container5 */
  .content5 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }
    
  .juntos {
    width: 100%;
    height: 100%;
  }

  .talentos img {
    width: 100%;
    height: 100%;
  }

  .lugardelamano {
    width: 24%;
    height: 100%;
  }
    
  .lugardelamano img {
    width: 100%;
    height: 100%;
  }
    
  .todomano {
    width: 33%;
    padding: 0 0px;
  }
  
  #mano {
    width: 28%;
    height: 100%;
    margin: 0px 0px 0px 14.5px;
  }
    
  .barra {
    margin: 0px 0px 0px 0px;
    height: 100%;   
    width: 45px;
    justify-content: center;
  }
    
  .barra img {
    width: 5%;
    height: 70%;
    padding: 0 0px;
  }
    
  #capa1 {
    width: 100%;
    margin: -92px 0px 0px 0px;
    left: 0;
  }
    
  #capa2 {
    width: 100%;
    margin: -7px 0px 0px 0px;
    left: 0; 
  }
    
  #capa3 {
    width: 100%;
    margin: 72px 0px 0px 0px;
    left: 0;
  }
    
  #capa4 {
    width: 100%;
    margin: 154px 0px 0px 0px;
    left: 0;
  }
    
  .t1 a {
    font-size: 12px;
    width: 100px;
    height: 45px;
  }
    
  .t1 a:hover {
    color: #020236;
    font-size: 14px;
  }
    
  .t2 a {
    font-size: 12px;
    width: 100px;
    height: 45px;
  }
    
  .t2 a:hover {
    color: #020236;
    font-size: 14px;
  }
    
  .t3 a {
    font-size: 12px;
    width: 100px;
    height: 45px;
  }
    
  .t3 a:hover {
    color: #020236;
    font-size: 14px;
  }
    
  .t4 a {
    font-size: 12px;
    width: 100px;
    height: 45px;
  }
    
  .t4 a:hover {
    color: #020236;
    font-size: 14px;
  }
    
  .Textos {
    font-size: 8.8px;
    width: 33%;
    height: 30%;
    border: solid 2px #00002B;
  }
  
  #Mtext1 {
    position: absolute;
    width: 30.5%;
    height: auto;
    padding: 2px 3px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext2 {
    position: absolute;
    width: 30.5%;
    height: auto;
    padding: 2px 3px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext3 {
    position: absolute;
    width: 30.5%;
    height: auto;
    padding: 2px 3px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext4 {
    position: absolute;
    width: 30.5%;
    height: auto;
    padding: 2px 3px;
    margin: 0px 0px 0px 0px;
  }

  
  /* Container6 */
  .content6 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  .slide-window {
    height: 85%;
    width: 95%;
    align-items: center;
  }

  .noti_container {
    width: 60%;
    height: 70%;
  } 

  #texto1_t1 {
    padding: 10px 15px 5px 15px;
    font-size: 1rem;
    line-height: 15px;
  }

  #texto1_t2 {
    padding: 0px 15px 0px 15px;
    font-size: 0.53rem;
    line-height: 13px;
    text-align: justify;
  }

  #texto2_t1 {
    padding: 10px 10px 5px 10px;
    font-size: 0.8rem;
    line-height: 15px;
  }

  #texto2_t2 {
    padding: 0px 10px 0px 10px;
    font-size: 0.53rem;
    line-height: 13px;
    text-align: justify;
  }

  .esp_link {
    padding: 0px 15px 5px 15px;
  }

  #links_texto {
    width: 24%;
    height: 20%;
  }

  .slide-nav {
    margin: -40px 0px 0px 0px;
  }

  .slide-nav-bt {
    width: 4px;
    height: 4px;
    border: solid 3px #00002B;
  }

  .slide-nav-bt.active {
    width: 4px;
    height: 4px;
    border: solid 5px #fff;
  }


  /* Container7 */
  .content7 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  #C7_i1 {
    width: 60%;
  }

  .scroll-parent {
    width: auto;
    height: auto;
  }

  .scroll-parent::before, .scroll-parent::after {
    width: 15%;
  }

  .scroll-parent {
    width: 100%;
    height: 100%;
  }

  .logos {
    width: 100%;
    height: 100%;
    padding: 4%;
  }
  
  .logos img{
    width: 100%;
    height: 35%;
  }


  /* Container8 */
  .content8 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 60px);
    width: 100%;
  }

  .contactanos {
    margin: 0px 0px 0px 0px;
    margin-top: 5px;
    height: 80%;
  }

  #C8_all1 {
    width: 160px;
    height: 60px;
  }

  #C8_all2 {
    width: 40px;
    height: 45px;
  }

  .form-container {
    width: 100%;
    height: 85%;
    font-size: 10px;
  }

  .form {
    width: 100%;
  }

  #flecha {
    width: 8%;
    margin: 0px 0px -23px -25px;
  }

  .input {
    padding-bottom: 1px;
    border-bottom: 2.5px solid #ffffff;
    font-size: 16px;
  }

  .input-barra {
    padding-bottom: 3px;
    border-bottom: 2.5px solid #ffffff;
    font-size: 24px;
  }

  label {
    left: 0px;
    top: 0px;
    font-size: 16px;
  }

  .labelT {
    left: 0px;
    top: 16px;
    font-size: 13px;
  }

  .button {
    padding: 10px 10px;
    font-size: 10px;
  }

  .buttonE {
    padding: 10px 10px;
    font-size: 10px;
  }

  /* Primer Campo */
  .input:focus:invalid ~ .msg1:before {
    margin: 25px 0px 0px 0px;
    font-size: 9px;
  }

  /* Segundo Campo */
  .input:focus:invalid ~ .msg2:before {
    margin: 25px 0px 0px 0px;
    font-size: 9px;
  }

  /* Tercer Campo */
  .input:focus:invalid ~ .msg3:before {
    margin: 25px 0px 0px 0px;
    font-size: 9px;
  }

  .label-step4 {
    margin: -13px 0px 0px 3px;
  }


  /* Container9 */
  .content9 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  #C9_f9 {
    width: 40%;
    margin: 20px 0px 0px 00px;
  }

  .C9_icon {
    column-gap: 5px;
    margin: -30px 0px 30px 30px;
  }

  #linked {
    width: 70%;
  }

  #ig {
    width: 70%;
    margin: 0px 0px 0px 0px;
  }
}


@media screen and (max-width: 480px) {
  /* Menu */
  section[id] {
    scroll-margin-top: 50px;
  }
  
  .topnav {
    padding: 10px 10px;
  }

  #logo {
    width: 65%;
  }

  #iconA {
    width: 35px;
    height: 27px;
  }

  #iconC {
    width: 35px;
    height: 20px;
  }

  .menu {
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    align-items: center;
    background-color: #00002B;
    overflow-y: auto;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .menu li {
    padding: 0;
  }

  .menu a {
    color: #ffffff;
    line-height: 45px;
    font-size: 15px;
  }

  .open-menu,
  .close-menu {
    display: block;
    border: none;
    background: none;
    cursor: pointer;
  }

  .close-menu {
    display: flex;
    align-self: flex-end;
    width: 100%;
    padding: 15px 10px;
    justify-content: flex-end;
    align-items: center;
  }

  .menu_opened {
    opacity: 1;
    pointer-events: all;
  }

  .open-menu:focus:not(:focus-visible),
  .close-menu:focus:not(:focus-visible) {
    outline: none;
  }

  .menu a::after {
    content: none;
  }

  .menu a:hover,
  .menu a.selected {
    color: #00E28B
  }

  #nav-wrapper {
    width: 100%;
    background: #00002B;
    padding: 0 10px;
    color: #ffffff;
    display: block;
  }

  .mobile-nav {
    display: flex;
    background: #00002B;
    color: #ffffff;
    height: 6%;
  }

  nav {
    background: #fff;
    padding: 0;
  }

  nav .nav-left {
    display: none;
  }

  nav .nav-right {
    justify-content: flex-start;
    height: 0;
    margin-top: 55px;
  }

  nav .nav-right ul {
    width: 100%;
    height: 100%;
  }

  nav .nav-right ul li {
    display: block !important;
    width: 100%;
  }

  nav .nav-right ul li a {
    display: flex;
    width: 100%;
    font-size: 12px;
    align-items: center;
    justify-content: center;
  }

  nav .nav-right ul li a:after {
    height: 0 !important;
  }

  .mobile-nav span:before {
    font-size: 24px;
  }

  .todo {
    grid-template-rows: repeat(9, 290px);
  }

  .container1 {
    padding: 51px 10px 0px 10px;
  }

  .content {
    grid-column: 1 / 6;
    grid-template-columns: auto;
  }

  .me {
    margin: -30px 0px 0px 0px;
    width: 100%;
  }

  #f_i1 {
    width: 100%;
  }

  .info {
    margin: -140px 0px 0px -25px;
  }

  #txt1 {
    font-size: 2.8rem;
  }

  #txt2 {
    font-size: 1.8rem;
    margin: -15px 0px 0px 0px;
  }

  .f1 {
    width: 96%;
    margin: -33px 0px -20px 0px
  }

  #txt3 {
    font-size: 0.4rem;
    width: 65%;
  }

  #bottom {
    width: 15%;
  }


  /* Container2 */
  .container2 {
    padding: 8px;
  }

  .content2 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 60px);
    width: 100%;
  }

  #f_i2 {
    width: 70%;
    /*margin: 10px 0px 0px 0px;*/
  }

  #items_v1 {
    width: 80%;
  }

  #items_v2 {
    width: 80%;
  }

  #items_v3 {
    width: 80%;
  }

  .items1 {
    margin: 0px 20px 0px 20px;
    grid-template-rows: 18px;
    grid-template-columns: 170px;
    column-gap: 0px;
    height: 70%;
  }
  
  #C2_txt1 {
    font-size: 13px;
  }
  
  #C2_txt2 {
    margin: 0px 0px 0px 0px;
    font-size: 6.5px;
  }
  
  .items2 {
    margin: 0px 20px 0px 20px;
    grid-template-rows: 18px;
    grid-template-columns: 170px;
    column-gap: 0px;
    height: 70%;
  }
  
  #C2_txt3 {
    font-size: 13px;
  }
  
  #C2_txt4 {
    margin: 0px 0px 0px 0px;
    font-size: 6.5px;
  }
  
  .items3 {
    margin: 0px 20px 0px 20px;
    grid-template-rows: 18px;
    grid-template-columns: 170px;
    column-gap: 0px;
    height: 70%;
  }
  
  #C2_txt5 {
    font-size: 13px;
  }
  
  #C2_txt6 {
    margin: 0px 0px 0px 0px;
    font-size: 6.5px;
  }


  /* Container3 */
   .content3 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 50px);
    width: 100%;
  }

  .slideshow-container {
    margin: 0px 0px 0px 0px;
  }

  #linea {
    width: 0.8%;
    height: 100%;
    margin: 5px 0px 0px -360px;
  }

  #num {
    font-size: 18px;
  }

  #C3_txt {
    font-size: 9.8px;
  }

  .mySlides {
    width: 75%;
    margin: 0px 0px 0px 0px;
    padding: 15px;
    border: 1.8px solid #00002B;
  }

  .prevS, .nextS {
    cursor: pointer;
    position: absolute;
    padding: 5px;
    font-size: 18px;
  }

  .prevS {
    margin: -13px 0px 0px -380px;
  }

  .nextS {
    margin: -13px 0px 0px 380px;
  }

  .cua4 {
    column-gap: 5px;
  }

  .dot{
    height: 20px;
    width: 20px;
    margin: -40px 0px 0px 0px;
    border: #00002b 2px solid;
  }

  .active, .dot:hover {
    height: 20px;
    background: #ffffff;
  }  


  /* Container4 */
  .content4 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  .servicios {
    display: grid;
    justify-items: start;
  }

  #f_i4 {
    width: 70%;  
  }

  #f_i5 {
    width: 100%;  
  }


  /* Container5 */
  .content5 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }
    
  .juntos {
    width: 100%;
    height: 100%;
  }

  .talentos img {
    width: 100%;
    height: 100%;
  }

  .lugardelamano {
    width: 25%;
    height: 100%;
  }
    
  .lugardelamano img {
    width: 100%;
    height: 100%;
  }
    
  .todomano {
    width: 30%;
    padding: 0 0px;
  }
  
  #mano {
    width: 29.2%;
    height: 100%;
    margin: 0px 0px 0px 14px;
}
    
  .barra {
    margin: 0px 0px 0px 0px;
    height: 100%;   
    width: 40px;
    justify-content: center;
  }
    
  .barra img {
    width: 5%;
    height: 70%;
    padding: 0 0px;
  }
    
  #capa1 {
    width: 100%;
    margin: -93px 0px 0px 0px;
    left: 0;
  }
    
  #capa2 {
    width: 100%;
    margin: -7px 0px 0px 0px;
    left: 0; 
  }
    
  #capa3 {
    width: 100%;
    margin: 73px 0px 0px 0px;
    left: 0;
  }
    
  #capa4 {
    width: 100%;
    margin: 153px 0px 0px 0px;
    left: 0;
  }
    
  .t1 a {
    font-size: 10px;
    width: 100px;
    height: 40px;
  }
    
  .t1 a:hover {
    color: #020236;
    font-size: 12px;
  }
    
  .t2 a {
    font-size: 10px;
    width: 100px;
    height: 40px;
  }
    
  .t2 a:hover {
    color: #020236;
    font-size: 12px;
  }
    
  .t3 a {
    font-size: 10px;
    width: 100px;
    height: 40px;
  }
    
  .t3 a:hover {
    color: #020236;
    font-size: 12px;
  }
    
  .t4 a {
    font-size: 10px;
    width: 100px;
    height: 40px;
  }
    
  .t4 a:hover {
    color: #020236;
    font-size: 12px;
  }
    
  .Textos {
    font-size: 7.7px;
    width: 33%;
    height: 30%;
    border: solid 2px #00002B;
  }
  
  #Mtext1 {
    position: absolute;
    width: 30.3%;
    height: auto;
    padding: 2px 3.5px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext2 {
    position: absolute;
    width: 30.3%;
    height: auto;
    padding: 2px 3.5px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext3 {
    position: absolute;
    width: 30.3%;
    height: auto;
    padding: 2px 3.5px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext4 {
    position: absolute;
    width: 30.3%;
    height: auto;
    padding: 2px 3.5px;
    margin: 0px 0px 0px 0px;
  }


  /* Container6 */
  .content6 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  .slide-window {
    height: 83%;
    width: 95%;
    align-items: center;
  }

  .noti_container {
    width: 60%;
    height: 70%;
  } 

  #texto1_t1 {
    padding: 3px 15px 5px 15px;
    font-size: 15px;
    line-height: 15px;
  }

  #texto1_t2 {
    padding: 0px 15px 0px 15px;
    font-size: 7.5px;
    line-height: 11px;
    text-align: justify;
  }

  #texto2_t1 {
    padding: 3px 10px 5px 10px;
    font-size: 11.5px;
    line-height: 15px;
  }

  #texto2_t2 {
    padding: 0px 10px 0px 10px;
    font-size: 8px;
    line-height: 10px;
    text-align: justify;
  }

  .esp_link {
    padding: 0px 15px 5px 15px;
  }

  #links_texto {
    width: 22%;
    height: 20%;
  }

  .slide-nav {
    margin: -32px 0px 0px 0px;
  }

  .slide-nav-bt {
    width: 4px;
    height: 4px;
    border: solid 3px #00002B;
  }

  .slide-nav-bt.active {
    width: 6px;
    height: 6px;
    border: solid 4px #fff;
  }


  /* Container7 */
  .content7 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  #C7_i1 {
    width: 60%;
  }

  .scroll-parent {
    width: auto;
    height: auto;
  }

  .scroll-parent::before, .scroll-parent::after {
    width: 15%;
  }

  .scroll-parent {
    width: 100%;
    height: 100%;
  }

  .logos {
    width: 100%;
    height: 100%;
    padding: 4%;
  }
  
  .logos img{
    width: 100%;
    height: 35%;
  }


  /* Container8 */
  .content8 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 50px);
    width: 100%;
  }

  .contactanos {
    margin: 0px 0px 0px 0px;
    margin-top: 5px;
    height: 80%;
  }

  #C8_all1 {
    width: 150px;
    height: 50px;
  }

  #C8_all2 {
    width: 33px;
    height: 40px;
  }

  .form-container {
    width: 100%;
    height: 85%;
    font-size: 0px;
  }

  .form {
    width: 100%;
  }

  #flecha {
    width: 8.5%;
    margin: 0px 0px -18px -25px;
  }

  .input {
    padding-bottom: 1px;
    border-bottom: 2px solid #ffffff;
    font-size: 14px;
  }

  .input-barra {
    padding-bottom: 1px;
    border-bottom: 2px solid #ffffff;
    font-size: 22px;
  }

  label {
    left: 0px;
    top: 0px;
    font-size: 14px;
  }

  .labelT {
    left: 0px;
    top: 12px;
    font-size: 12px;
  }

  .button {
    padding: 6px 8px;
    font-size: 10px;
    top: 30px;
  }

  .buttonE {
    padding: 6px 8px;
    font-size: 10px;
    top: 30px;
  }

  /* Primer Campo */
  .input:focus:invalid ~ .msg1:before {
    margin: 22px 0px 0px 0px;
    font-size: 7px;
  }

  /* Segundo Campo */
  .input:focus:invalid ~ .msg2:before {
    margin: 22px 0px 0px 0px;
    font-size: 7px;
  }

  /* Tercer Campo */
  .input:focus:invalid ~ .msg3:before {
    margin: 22px 0px 0px 0px;
    font-size: 7px;
  }

  .label-step4 {
    margin: -10px 0px 0px 0px;
  }

  
  /* Container9 */
  .content9 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  #C9_f9 {
    width: 40%;
    margin: 20px 0px 0px 0px;
  }

  .C9_icon {
    column-gap: 5px;
    margin: -20px 0px 20px 20px;
  }

  #linked {
    width: 70%;
  }

  #ig {
    width: 70%;
    margin: 0px 0px 0px 0px;
  }
}


@media screen and (max-width: 435px) {
  /* Menu */
  section[id] {
    scroll-margin-top: 50px;
  }

  .topnav {
    padding: 10px 10px;
  }

  #logo {
    width: 65%;
  }

  #iconA {
    width: 35px;
    height: 25px;
  }

  #iconC {
    width: 35px;
    height: 20px;
  }

  .menu {
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    align-items: center;
    background-color: #00002B;
    overflow-y: auto;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .menu li {
    padding: 0;
  }

  .menu a {
    color: #ffffff;
    line-height: 45px;
    font-size: 15px;
  }

  .open-menu,
  .close-menu {
    display: block;
    border: none;
    background: none;
    cursor: pointer;
  }

  .close-menu {
    display: flex;
    align-self: flex-end;
    width: 100%;
    padding: 12px 10px;
    justify-content: flex-end;
    align-items: center;
  }

  .menu_opened {
    opacity: 1;
    pointer-events: all;
  }

  .open-menu:focus:not(:focus-visible),
  .close-menu:focus:not(:focus-visible) {
    outline: none;
  }

  .menu a::after {
    content: none;
  }

  .menu a:hover,
  .menu a.selected {
    color: #00E28B;
  }

  .todo {
    grid-template-rows: repeat(9, 280px);
  }

  .container1 {
    padding: 50px 10px 0px 10px;
  }

  .content {
    grid-column: 1 / 6;
    grid-template-columns: auto;
  }

  .fondo {
    display: flex;
    align-items: flex-end;
  }

  #f_i1 {
    width: 100%;
  }

  .me {
    width: 100%;
    margin: -10px 0px 0px 0px;
  }

  .info {
    margin: -140px 0px 0px -25px;
  }

  #txt1 {
    font-size: 2.8rem;
  }

  #txt2 {
    font-size: 1.8rem;
    margin: -15px 0px 0px 0px;
  }

  .f1 {
    width: 96%;
    margin: -40px 0px 0px 0px;
  }

  #txt3 {
    font-size: 8px;
    width: 70%;
  }

  #bottom {
    width: 16%;
  }


  /* Container2 */
  .container2 {
    padding: 10px;
  }

  .content2 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 50px);
    width: 100%;
  }

  #f_i2 {
    width: 70%;
    /*margin: 10px 0px 0px 0px;*/
  }
  
  #items_v1 {
    width: 100%;
    height: 100%;
  }
  
  #items_v2 {
    width: 100%;
    height: 100%;
  }
  
  #items_v3 {
    width: 100%;
    height: 100%;
  }

  .items1 {
    margin: 10px 20px 0px 20px;
    grid-template-rows: 30px;
    grid-template-columns: 120px;
    column-gap: 30px;
    height: 50%;
  }
  
  #C2_txt1 {
    font-size: 12px;
  }
  
  #C2_txt2 {
    width: 100%;
    margin: -15px 0px 0px 0px;
    font-size: 6.8px;
  }

  .items2 {
    margin: 0px 20px 0px 20px;
    grid-template-rows: 30px;
    grid-template-columns: 120px;
    column-gap: 30px;
    height: 50%;
  }
  
  #C2_txt3 {
    font-size: 12px;
  }
  
  #C2_txt4 {
    width: 100%;
    margin: -15px 0px 0px 0px;
    font-size: 6.8px;
  }

  .items3 {
    margin: 0px 20px 0px 20px;
    grid-template-rows: 25px;
    grid-template-columns: 120px;
    column-gap: 30px;
    height: 50%;
  }
  
  #C2_txt5 {
    font-size: 12px;
  }
  
  #C2_txt6 {
    width: 100%;
    margin: -10px 0px 0px 0px;
    font-size: 6.8px;
  }


  /* Container3 */
  .content3 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 45px);
    width: 100%;
  }

  .slideshow-container {
    margin: 5px 0px 0px 0px;
  }

  #linea {
    width: 0.8%;
    height: 100%;
    margin: 5px 0px 0px -300px;
  }

  #num {
    font-size: 15px;
  }

  #C3_txt {
    font-size: 9px;
  }

  .mySlides {
    width: 75%;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    border: 1.7px solid #00002B;
  }

  .prevS, .nextS {
    cursor: pointer;
    position: absolute;
    padding: 5px;
    font-size: 15px;
  }

  .prevS {
    margin: -10px 0px 0px -340px;
  }

  .nextS {
    margin: -10px 0px 0px 340px;
  }

  .cua4 {
    column-gap: 5px;    
  }

  .dot{
    height: 20px;
    width: 20px;
    margin: -50px 0px 0px 0px;
    border: #00002b 1.7px solid;
  }

  .active, .dot:hover {
    height: 20px;
    background: #ffffff;
  }  


  /* Container4 */
  .content4 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  .servicios {
    display: grid;
    justify-items: start;
  }

  #f_i4 {
    width: 70%;  
  }

  #f_i5 {
    width: 100%;  
  }


  /* Container5 */
  .content5 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }
    
  .juntos {
    width: 100%;
    height: 100%;
  }

  .talentos img {
    width: 100%;
    height: 100%;
  }

  .lugardelamano {
    width: 25%;
    height: 100%;
  }
    
  .lugardelamano img {
    width: 100%;
    height: 100%;
  }
    
  .todomano {
    width: 30%;
    padding: 0 0px;
  }
  
  #mano {
    width: 28%;
    height: 100%;
    margin: 0px 0px 0px 14px;
}
    
  .barra {
    margin: 0px 0px 0px 0px;
    height: 100%;   
    width: 30px;
    justify-content: center;
  }
    
  .barra img {
    width: 5%;
    height: 70%;
    padding: 0 0px;
  }
    
  #capa1 {
    width: 100%;
    margin: -80px 0px 0px 0px;
    left: 0;
}
    
  #capa2 {
    width: 100%;
    margin: -5px 0px 0px 0px;
    left: 0; 
  }
    
  #capa3 {
    width: 100%;
    margin: 65px 0px 0px 0px;
    left: 0;
  }
    
  #capa4 {
    width: 100%;
    margin: 135px 0px 0px 0px;
    left: 0;
  }
    
  .t1 a {
    font-size: 9px;
    width: 100px;
    height: 35px;
  }
    
  .t1 a:hover {
    color: #020236;
    font-size: 11px;
  }
    
  .t2 a {
    font-size: 9px;
    width: 100px;
    height: 35px;
  }
    
  .t2 a:hover {
    color: #020236;
    font-size: 11px;
  }
    
  .t3 a {
    font-size: 9px;
    width: 100px;
    height: 35px;
  }
    
  .t3 a:hover {
    color: #020236;
    font-size: 11px;
  }
    
  .t4 a {
    font-size: 9px;
    width: 100px;
    height: 35px;
  }
    
  .t4 a:hover {
    color: #020236;
    font-size: 11px;
  }
    
  .Textos {
    font-size: 6.7px;
    width: 33%;
    height: 30%;
    border: solid 2px #00002B;
  }
  
  #Mtext1 {
    position: absolute;
    width: 30%;
    height: auto;
    padding: 2px 3px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext2 {
    position: absolute;
    width: 30%;
    height: auto;
    padding: 2px 3px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext3 {
    position: absolute;
    width: 30%;
    height: auto;
    padding: 2px 3px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext4 {
    position: absolute;
    width: 30%;
    height: auto;
    padding: 2px 3px;
    margin: 0px 0px 0px 0px;
  }


  /* Container6 */
  .content6 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  .noti_container {
      width: 60%;
      height: 80%;
  }

  .slide-window {
    height: 70%;
    width: 95%;
    align-items: center;
  }

  #texto1_t1 {
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    line-height: 10px;  
  }

  #texto1_t2 {
    padding: 0px 10px 0px 10px;
    font-size: 6px;
    line-height: 11px;
    text-align: justify;
  }

  #texto2_t1 {
    padding: 5px 10px 5px 10px;
    font-size: 10px;
    line-height: 10px;  
  }

  #texto2_t2 {
    padding: 0px 10px 0px 10px;
    font-size: 6px;
    line-height: 11px;
    text-align: justify;
  }

  .esp_link {
    padding: 0px 10px 0px 10px;
  }

  #links_texto {
    width: 24%;
    height: 20%;
  }

  .slide-nav {
    margin: -3vh 0px 3vh 0;
  }

  .slide-nav-bt {
    width: 4px;
    height: 4px;
    border: solid 3px #00002B;
  }

  .slide-nav-bt.active {
    width: 6px;
    height: 6px;
    border: solid 4px #fff;
  }


  /* Container7 */
  .content7 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  #C7_i1 {
    width: 60%;
  }

  .scroll-parent {
    width: auto;
    height: auto;
  }

  .scroll-parent::before, .scroll-parent::after {
    width: 15%;
  }

  .scroll-parent {
    width: 100%;
    height: 100%;
  }

  .logos {
    width: 100%;
    height: 100%;
    padding: 4%;
  }
  
  .logos img{
    width: 100%;
    height: 35%;
  }
    
  @keyframes logo-scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    
    100% {
      -webkit-transform: translateX(-227%);
      transform: translateX(-227%);
    }
  }


  /* Container8 */
  .content8 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 35px);
    width: 100%;
  }

  .contactanos {
    margin: 0px 0px 0px 0px;
    margin-top: 5px;
    height: 100%;
  }

  #C8_all1 {
    width: 130px;
    height: 35px;
  }

  #C8_all2 {
    width: 30px;
    height: 35px;
  }

  .form-container {
    width: 100%;
    height: 80%;
    font-size: 30px;
  }

  .form {
    width: 95%;
  }

  #flecha {
    width: 9%;
    margin: 0px 0px -25px -23px;
  }

  .input {
    padding-bottom: 1px;
    border-bottom: 2px solid #ffffff;
    font-size: 13px;
  }

  .input-barra {
    padding-bottom: 1px;
    border-bottom: 2px solid #ffffff;
    font-size: 18px;
  }

  label {
    left: 0px;
    top: 0px;
    font-size: 13px;
  }

  .labelT {
    left: 0px;
    top: -10px;
    font-size: 13px;
  }

  .button {
    padding: 7px 7px;
    font-size: 8px;
    top: 30px;
  }

  .buttonE {
    padding: 6px 8px;
    font-size: 9px;
    top: 30px;
  }

  /* Primer Campo */
  .input:focus:invalid ~ .msg1:before {
    margin: 20px 0px 0px 0px;
    font-size: 7px;
  }

  /* Segundo Campo */
  .input:focus:invalid ~ .msg2:before {
    margin: 20px 0px 0px 0px;
    font-size: 7px;
  }

  /* Tercer Campo */
  .input:focus:invalid ~ .msg3:before {
    margin: 20px 0px 0px 0px;
    font-size: 7px;
  }


  /* Container9 */
  .content9 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  #C9_f9 {
    width: 40%;
    margin: 20px 0px 0px 0px;
  }

  .C9_icon {
    column-gap: 5px;
    margin: -20px 0px 20px 20px;
  }

  #linked {
    width: 60%;
  }

  #ig {
    width: 60%;
    margin: 0px 0px 0px 0px;
  }
}


@media screen and (max-width: 390px) {
  /* Menu */
  section[id] {
    scroll-margin-top: 50px;
  }

  .topnav {
    padding: 10px 10px;
  }

  #logo {
    width: 65%;
  }

  #iconA {
    width: 35px;
    height: 25px;
  }

  #iconC {
    width: 35px;
    height: 20px;
  }

  .menu {
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    align-items: center;
    background-color: #00002B;
    overflow-y: auto;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .menu li {
    padding: 0;
  }

  .menu a {
    color: #ffffff;
    line-height: 45px;
    font-size: 15px;
  }

  .open-menu,
  .close-menu {
    display: block;
    border: none;
    background: none;
    cursor: pointer;
  }

  .close-menu {
    display: flex;
    align-self: flex-end;
    width: 100%;
    padding: 12px 10px;
    justify-content: flex-end;
    align-items: center;
  }

  .menu_opened {
    opacity: 1;
    pointer-events: all;
  }

  .open-menu:focus:not(:focus-visible),
  .close-menu:focus:not(:focus-visible) {
    outline: none;
  }

  .menu a::after {
    content: none;
  }

  .menu a:hover,
  .menu a.selected {
    color: #00E28B;
  }

  .todo {
    grid-template-rows: repeat(9, 260px);
  }

  .container1 {
    padding: 50px 10px 0px 10px;
  }

  .content {
    grid-column: 1 / 6;
    grid-template-columns: auto;
  }

  .fondo {
    display: flex;
    align-items: flex-end;
  }

  #f_i1 {
    width: 100%;
  }

  .me {
    width: 100%;
    margin: -10px 0px 0px 0px;
  }

  .info {
    margin: -140px 0px 0px -25px;
  }

  #txt1 {
    font-size: 2.8rem;
  }

  #txt2 {
    font-size: 1.8rem;
    margin: -15px 0px 0px 0px;
  }

  .f1 {
    width: 96%;
    margin: -30px 0px 0px 0px;
  }

  #txt3 {
    font-size: 0.43rem;
    width: 65%;
  }

  #bottom {
    width: 16%;
  }


  /* Container2 */
  .container2 {
    padding: 10px;
  }

  .content2 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 50px);
    width: 100%;
  }

  #f_i2 {
    width: 70%;
    /*margin: 10px 0px 0px 0px;*/
  }
  
  #items_v1 {
    width: 100%;
    height: 50px;
  }
  
  #items_v2 {
    width: 100%;
    height: 42px;
  }
  
  #items_v3 {
    width: 100%;
    height: 60px;
  }

  .items1 {
    margin: 10px 20px 0px 20px;
    grid-template-rows: 30px;
    grid-template-columns: 120px;
    column-gap: 30px;
    height: 75%;
  }
  
  #C2_txt1 {
    font-size: 12px;
  }
  
  #C2_txt2 {
    width: 100%;
    margin: -15px 0px 0px 0px;
    font-size: 5.5px;
  }

  .items2 {
    margin: 0px 20px 0px 20px;
    grid-template-rows: 30px;
    grid-template-columns: 120px;
    column-gap: 30px;
    height: 75%;
  }
  
  #C2_txt3 {
    font-size: 12px;
  }
  
  #C2_txt4 {
    width: 100%;
    margin: -15px 0px 0px 0px;
    font-size: 5.5px;
  }

  .items3 {
    margin: 0px 20px 0px 20px;
    grid-template-rows: 25px;
    grid-template-columns: 120px;
    column-gap: 30px;
    height: 75%;
  }
  
  #C2_txt5 {
    font-size: 12px;
  }
  
  #C2_txt6 {
    width: 100%;
    margin: -10px 0px 0px 0px;
    font-size: 5.5px;
  }


  /* Container3 */
  .content3 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 37px);
    width: 100%;
  }

  #linea {
    width: 0.8%;
    height: 100%;
    margin: 30px 0px 0px -265px;
  }

  #num {
    font-size: 15px;
  }

  #C3_txt {
    font-size: 8px;
  }

  .mySlides {
    width: 75%;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    border: 1.5px solid #00002B;
  }

  .prevS, .nextS {
    cursor: pointer;
    position: absolute;
    padding: 5px;
    font-size: 15px;
  }

  .prevS {
    margin: -10px 0px 0px -310px;
  }

  .nextS {
    margin: -10px 0px 0px 310px;
  }

  .dot{
    height: 20px;
    width: 20px;
    margin: -30px 0px 0px 0px;
    border: #00002b 1.5px solid;
  }

  .active, .dot:hover {
    height: 20px;
    background: #ffffff;
  }  


  /* Container4 */
  .content4 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  .servicios {
    display: grid;
    justify-items: start;
  }

  #f_i4 {
    width: 70%;  
  }

  #f_i5 {
    width: 100%;  
  }


  /* Container5 */
  .content5 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }
    
  .juntos {
    width: 100%;
    height: 100%;
  }

  .talentos img {
    width: 100%;
    height: 100%;
  }

  .lugardelamano {
    width: 28%;
    height: 100%;
  }
    
  .lugardelamano img {
    width: 100%;
    height: 100%;
  }
    
  .todomano {
    width: 30%;
    padding: 0 0px;
  }
  
  #mano {
    width: 31%;
    height: 100%;
    margin: 0px 0px 0px 15px;
  }
    
  .barra {
    margin: 0px 0px 0px 0px;
    height: 100%;   
    width: 30px;
    justify-content: center;
  }
    
  .barra img {
    width: 5%;
    height: 70%;
    padding: 0 0px;
  }
    
  #capa1 {
    width: 100%;
    margin: -67px 0px 0px 0px;
    left: 0;
}
    
  #capa2 {
    width: 100%;
    margin: -3px 0px 0px 0px;
    left: 0; 
  }
    
  #capa3 {
    width: 100%;
    margin: 58px 0px 0px 0px;
    left: 0;
  }
    
  #capa4 {
    width: 100%;
    margin: 118px 0px 0px 0px;
    left: 0;
  }
    
  .t1 a {
    font-size: 9px;
    width: 100px;
    height: 35px;
  }
    
  .t1 a:hover {
    color: #020236;
    font-size: 11px;
  }
    
  .t2 a {
    font-size: 9px;
    width: 100px;
    height: 35px;
  }
    
  .t2 a:hover {
    color: #020236;
    font-size: 11px;
  }
    
  .t3 a {
    font-size: 9px;
    width: 100px;
    height: 35px;
  }
    
  .t3 a:hover {
    color: #020236;
    font-size: 11px;
  }
    
  .t4 a {
    font-size: 9px;
    width: 100px;
    height: 35px;
  }
    
  .t4 a:hover {
    color: #020236;
    font-size: 11px;
  }
    
  .Textos {
    font-size: 6.5px;
    width: 33%;
    height: 30%;
    border: solid 2px #00002B;
  }
  
  #Mtext1 {
    position: absolute;
    width: 30%;
    height: auto;
    padding: 2px 3px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext2 {
    position: absolute;
    width: 30%;
    height: auto;
    padding: 2px 3px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext3 {
    position: absolute;
    width: 30%;
    height: auto;
    padding: 2px 3px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext4 {
    position: absolute;
    width: 30%;
    height: auto;
    padding: 2px 3px;
    margin: 0px 0px 0px 0px;
  }


  /* Container6 */
  .content6 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  .noti_container {
      width: 60%;
      height: 80%;
  }

  .slide-window {
    height: 73%;
    width: 95%;
    align-items: center;
  }

  #texto1_t1 {
    padding: 10px 10px 5px 10px;
    font-size: 0.75em;
    line-height: 10px;  
  }

  #texto1_t2 {
    padding: 0px 10px 0px 10px;
    font-size: 0.32rem;
    line-height: 11px;
    text-align: justify;
  }

  #texto2_t1 {
    padding: 10px 10px 5px 10px;
    font-size: 0.6em;
    line-height: 10px;  
  }

  #texto2_t2 {
    padding: 0px 10px 0px 10px;
    font-size: 0.32rem;
    line-height: 11px;
    text-align: justify;
  }

  .esp_link {
    padding: 0px 10px 0px 10px;
  }

  #links_texto {
    width: 24%;
    height: 20%;
  }

  .slide-nav {
    margin: -3vh 0vh 3vh 0vh;
  }

  .slide-nav-bt {
    width: 3px;
    height: 3px;
    border: solid 1px #00002B;
  }

  .slide-nav-bt.active {
    width: 5px;
    height: 5px;
    border: solid 3px #fff;
  }


  /* Container7 */
  .content7 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  #C7_i1 {
    width: 60%;
  }

  .scroll-parent {
    width: auto;
    height: auto;
  }

  .scroll-parent::before, .scroll-parent::after {
    width: 15%;
  }

  .scroll-parent {
    width: 100%;
    height: 100%;
  }

  .logos {
    width: 100%;
    height: 100%;
    padding: 4%;
  }
  
  .logos img{
    width: 100%;
    height: 35%;
  }

  /* Container8 */
  .content8 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 50px);
    width: 100%;
  }

  .contactanos {
    margin: 0px 0px 0px 0px;
    height: 80%;
  }

  #C8_all1 {
    width: 120px;
    height: 40px;
  }

  #C8_all2 {
    width: 27px;
    height: 30px;
  }

  .form-container {
    width: 100%;
    height: 75%;
    font-size: 30px;
  }

  .form {
    width: 95%;
  }

  #flecha {
    width: 9%;
    margin: 0px 0px -25px -23px;
  }

  .input {
    padding-bottom: 1px;
    border-bottom: 2px solid #ffffff;
    font-size: 13px;
  }

  .input-barra {
    padding-bottom: 1px;
    border-bottom: 2px solid #ffffff;
    font-size: 18px;
  }

  label {
    left: 0px;
    top: 0px;
    font-size: 13px;
  }

  .labelT {
    left: 0px;
    top: -10px;
    font-size: 13px;
  }

  .button {
    padding: 7px 7px;
    font-size: 8px;
    top: 30px;
  }

  .buttonE {
    padding: 6px 8px;
    font-size: 9px;
    top: 30px;
  }

  /* Primer Campo */
  .input:focus:invalid ~ .msg1:before {
    margin: 20px 0px 0px 0px;
    font-size: 7px;
  }

  /* Segundo Campo */
  .input:focus:invalid ~ .msg2:before {
    margin: 20px 0px 0px 0px;
    font-size: 7px;
  }

  /* Tercer Campo */
  .input:focus:invalid ~ .msg3:before {
    margin: 20px 0px 0px 0px;
    font-size: 7px;
  }


  /* Container9 */
  .content9 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  #C9_f9 {
    width: 40%;
    margin: 20px 0px 0px 0px;
  }

  .C9_icon {
    column-gap: 5px;
    margin: -20px 0px 20px 20px;
  }

  #linked {
    width: 60%;
  }

  #ig {
    width: 60%;
    margin: 0px 0px 0px 0px;
  }
}


@media screen and (max-width: 360px) {
  /* Menu */
  section[id] {
    scroll-margin-top: 50px;
  }

  .topnav {
    padding: 10px 10px;
  }

  #logo {
    width: 65%;
  }

  #iconA {
    width: 35px;
    height: 25px;
  }

  #iconC {
    width: 35px;
    height: 20px;
  }

  .menu {
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    align-items: center;
    background-color: #00002B;
    overflow-y: auto;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .menu li {
    padding: 0;
  }

  .menu a {
    color: #ffffff;
    line-height: 45px;
    font-size: 15px;
  }

  .open-menu,
  .close-menu {
    display: block;
    border: none;
    background: none;
    cursor: pointer;
  }

  .close-menu {
    display: flex;
    align-self: flex-end;
    width: 100%;
    padding: 12px 10px;
    justify-content: flex-end;
    align-items: center;
  }

  .menu_opened {
    opacity: 1;
    pointer-events: all;
  }

  .open-menu:focus:not(:focus-visible),
  .close-menu:focus:not(:focus-visible) {
    outline: none;
  }

  .menu a::after {
    content: none;
  }

  .menu a:hover,
  .menu a.selected {
    color: #00E28B;
  }

  .todo {
    grid-template-rows: repeat(9, 250px);
  }

  .container1 {
    padding: 50px 10px 0px 10px;
  }

  .content {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    align-content: normal;
  }

  .me {
    margin: 0px 0px 0px 0px;
    width: 100%;
  }

  #f_i1 {
    width: 100%;
  }

  .info {
    margin: -140px 0px 0px -25px;
  }

  #txt1 {
    font-size: 2.8rem;
  }

  #txt2 {
    font-size: 1.8rem;
    margin: -15px 0px 0px 0px;
  }

  .f1 {
    width: 97%;
    margin: -15px 0px 15px 0px;
  }

  #txt3 {
    font-size: 0.4rem;
    width: 65%;
  }

  #bottom {
    width: 16%;
  }


  /* Container2 */
  .container2 {
    padding: 5px;
  }

  .content2 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 50px);
    align-content: normal;
    width: 100%;
  }

  #f_i2 {
    width: 70%;
    /*margin: 10px 0px 0px 0px;*/
  }
  
  #items_v1 {
    width: 100%;
    height: 50px;
  }
  
  #items_v2 {
    width: 99%;
    height: 40px;
  }
  
  #items_v3 {
    width: 98%;
    height: 50px;
  }

  .items1 {
    margin: 0px 25px 0px 25px;
    grid-template-rows: 30px;
    grid-template-columns: 110px;
    column-gap: 25px;
    height: 75%;
  }
  
  #C2_txt1 {
    font-size: 12px;
  }
  
  #C2_txt2 {
    width: 100%;
    margin: -15px 0px 0px 0px;
    font-size: 5.5px;
  }

  .items2 {
    margin: 0px 25px 0px 25px;
    grid-template-rows: 30px;
    grid-template-columns: 110px;
    column-gap: 25px;
    height: 75%;
  }
  
  #C2_txt3 {
    font-size: 12px;
  }
  
  #C2_txt4 {
    width: 100%;
    margin: -15px 0px 0px 0px;
    font-size: 5.5px;
  }

  .items3 {
    margin: 0px 25px 0px 25px;
    grid-template-rows: 25px;
    grid-template-columns: 110px;
    column-gap: 25px;
    height: 75%;
  }
  
  #C2_txt5 {
    font-size: 12px;
  }
  
  #C2_txt6 {
    width: 100%;
    margin: -10px 0px 0px 0px;
    font-size: 5.5px;
  }


  /* Container3 */
  .content3 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 35px);
    width: 100%;
  }

  #linea {
    width: 0.8%;
    height: 100%;
    margin: 10px 0px 0px -255px;
  }

  #num {
    font-size: 13px;
  }

  #C3_txt {
    font-size: 7.3px;
  }

  .mySlides {
    width: 75%;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    border: 1.3px solid #00002B;
  }

  .prevS, .nextS {
    cursor: pointer;
    position: absolute;
    padding: 5px;
    font-size: 15px;
  }

  .prevS {
    margin: -10px 0px 0px -280px;
  }

  .nextS {
    margin: -10px 0px 0px 280px;
  }

  .cua4 {
    column-gap: 10px;
  }

  .dot{
    height: 15px;
    width: 15px;
    margin: -30px 0px 5px -5px;
    border: #00002b 1.3px solid;
  }

  .active, .dot:hover {
    height: 15px;
    background: #ffffff;
  }  


  /* Container4 */
  .content4 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  .servicios {
    display: grid;
    justify-items: start;
  }

  #f_i4 {
    width: 70%;  
  }

  #f_i5 {
    width: 100%;  
  }


  /* Container5 */
  .content5 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }
    
  .juntos {
    width: 100%;
    height: 100%;
  }

  .talentos img {
    width: 100%;
    height: 100%;
  }

  .lugardelamano {
    width: 30%;
    height: 100%;
  }
    
  .lugardelamano img {
    width: 100%;
    height: 100%;
  }
    
  .todomano {
    width: 28%;
    padding: 0 0px;
  }
  
  #mano {
    width: 33%;
    height: 100%;
    margin: 0px 0px 0px 15px;
}
    
  .barra {
    margin: 0px 0px 0px 0px;
    height: 100%;   
    width: 30px;
    justify-content: center;
  }
    
  .barra img {
    width: 5%;
    height: 70%;
    padding: 0 0px;
  }
    
  #capa1 {
    width: 100%;
    margin: -67px 0px 0px 0px;
    left: 0;
}
    
  #capa2 {
    width: 100%;
    margin: 0px 0px 0px 0px;
    left: 0; 
  }
    
  #capa3 {
    width: 100%;
    margin: 60px 0px 0px 0px;
    left: 0;
  }
    
  #capa4 {
    width: 100%;
    margin: 120px 0px 0px 0px;
    left: 0;
  }
    
  .t1 a {
    font-size: 8px;
    width: 100px;
    height: 30px;
  }
    
  .t1 a:hover {
    color: #020236;
    font-size: 9.5px;
  }
    
  .t2 a {
    font-size: 8px;
    width: 100px;
    height: 30px;
  }
    
  .t2 a:hover {
    color: #020236;
    font-size: 9.5px;
  }
    
  .t3 a {
    font-size: 8px;
    width: 100px;
    height: 30px;
  }
    
  .t3 a:hover {
    color: #020236;
    font-size: 9.5px;
  }
    
  .t4 a {
    font-size: 8px;
    width: 100px;
    height: 30px;
  }
    
  .t4 a:hover {
    color: #020236;
    font-size: 9.5px;
  }
    
  .Textos {
    font-size: 6px;
    width: 33%;
    height: 30%;
    border: solid 2px #00002B;
  }
  
  #Mtext1 {
    position: absolute;
    width: 29.8%;
    height: auto;
    padding: 1px 3px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext2 {
    position: absolute;
    width: 29.8%;
    height: auto;
    padding: 1px 3px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext3 {
    position: absolute;
    width: 29.8%;
    height: auto;
    padding: 1px 3px;
    margin: 0px 0px 0px 0px;
  }
    
  #Mtext4 {
    position: absolute;
    width: 29.8%;
    height: auto;
    padding: 1px 3px;
    margin: 0px 0px 0px 0px;
  }


  /* Container6 */
  .content6 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  .noti_container {
    width: 60%;
    height: 80%;
  }

  .slide-window {
    height: 80%;
    width: 95%;
    align-items: center;
  }

  #texto1_t1 {
    padding: 20px 10px 5px 10px;
    font-size: 0.75rem;
    line-height: 10px;  
  }

  #texto1_t2 {
    padding: 0px 10px 0px 10px;
    font-size: 0.3rem;
    line-height: 10px;
    text-align: justify;
  }

  #texto2_t1 {
    padding: 20px 10px 5px 10px;
    font-size: 0.55rem;
    line-height: 10px;  
  }

  #texto2_t2 {
    padding: 0px 10px 0px 10px;
    font-size: 0.3rem;
    line-height: 10px;
    text-align: justify;
  }

  .esp_link {
    padding: 0px 10px 15px 10px;
  }

  #links_texto {
    width: 24%;
    height: 20%;
  }

  .slide-nav {
    margin: -3vh 0px 3vh 0;
  }

  .slide-nav-bt {
    width: 3px;
    height: 3px;
    border: solid 2px #00002B;
    /*box-shadow: 0 0 0 0.5px #00002B, 0 0 0 2px white;*/
  }

  .slide-nav-bt.active {
    width: 5px;
    height: 5px;
    border: solid 3px white;
  }


  /* Container7 */
  .content7 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  #C7_i1 {
    width: 60%;
  }

  .scroll-parent {
    width: auto;
    height: auto;
  }

  .scroll-parent::before, .scroll-parent::after {
    width: 15%;
  }

  .scroll-parent {
    width: 100%;
    height: 100%;
  }

  .logos {
    width: 100%;
    height: 100%;
    padding: 4%;
  }
  
  .logos img{
    width: 100%;
    height: 35%;
  }


  /* Container8 */
  .content8 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 50px);
    align-content: normal;
    width: 100%;
  }

  .contactanos {
    margin: 0px 0px 0px 0px;
    height: 80%;
  }

  #C8_all1 {
    width: 120px;
    height: 40px;
  }

  #C8_all2 {
    width: 25px;
    height: 25px;
  }

  .form-container {
    width: 100%;
    height: 75%;
    font-size: 0px;
  }

  .form {
      width: 80%;
  } 

  #flecha {
    width: 10%;
    margin: 0px 0px -23px -25px;
  }

  .input {
    padding-bottom: 1px;
    border-bottom: 1.5px solid #ffffff;
    font-size: 15px;
  }

  .input-barra {
    padding-bottom: 1px;
    border-bottom: 1.5px solid #ffffff;
    font-size: 20px;
  }

  label {
    left: 0px;
    top: 3px;
    font-size: 13px;
  }

  .labelT {
    left: 0px;
    top: -5px;
    font-size: 12px;
  }

  .button {
    padding: 7px 7px;
    font-size: 8px;
    top: 30px;
  }

  .buttonE {
    padding: 5px 7px;
    font-size: 8px;
    top: 30px;
  }

  /* Primer Campo */
  .input:focus:invalid ~ .msg1:before {
    margin: 22px 0px 0px 0px;
    font-size: 7px;
  }

  /* Segundo Campo */
  .input:focus:invalid ~ .msg2:before {
    margin: 22px 0px 0px 0px;
    font-size: 7px;
  }

  /* Tercer Campo */
  .input:focus:invalid ~ .msg3:before {
    margin: 22px 0px 0px 0px;
    font-size: 7px;
  }

  
  /* Container9 */
  .content9 {
    grid-column: 1 / 6;
    grid-template-columns: auto;
    width: 100%;
  }

  #C9_f9 {
    width: 50%;
    margin: 20px 0px 0px 0px;
  }

  .C9_icon {
    column-gap: 0px;
    margin: -20px 0px 20px 20px;
  }

  #linked {
    width: 70%;
  }

  #ig {
    width: 70%;
    margin: 0px 0px 0px 0px;
  }
}



