@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:wght@100;300;400;500;700&display=swap');

* { 
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box; 
}

.body {
  text-align: center;
  background-color: whitesmoke;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  width: 100%;
}

header {
    background-color:  whitesmoke;
    display: flex;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-top:20px;
    padding-bottom: 20px;
    justify-content:space-between;
    position: fixed;
    top: 0px;
    z-index: 999;
    width:100%;
    height: 80px;
}

.Logo {
  width: 200px;
  display: flex;
  align-items: center;
  animation-name: Banner;
  animation-duration: 5s;
  animation-delay: 2s;
  margin-left: 10px;
  
}

@keyframes Banner {
  from { opacity: 0;
  }
  to { opacity: 1;

  }
}


  @media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
      max-width: 728px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
      max-width: none;
    }
  }
  
  .nav-link {
    opacity: 1;
    direction: ltr;
    color: #333333;
    text-transform: none;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: border-box;
    border-bottom: 1px solid #ff0000;
    margin-right: 10px;
    border-radius: 3px;
    padding-bottom: 0;
    font-size: 14px;
    font-weight:300;
    text-decoration: none;
    transition: opacity .2s;
    transform: translate(0);
    position: relative;
    z-index: 5;
  }

  .nav-link:hover {
    color: #aca6a6;
  }
 #capacitaciones-link, #consultoria-link {
    opacity: 1;
    direction: ltr;
    color: #333333;
    text-transform: none;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: border-box;
    border-bottom: 1px solid #ff0000;
    margin-right: 10px;
    border-radius: 3px;
    padding-bottom: 0;
    font-size: 14px;
    font-weight:300;
    text-decoration: none;
    transition: opacity .2s;
    transform: translate(0);
    z-index: 5;
  }

  #capacitaciones-link:hover{
    color: #aca6a6;
    border-bottom-color: #ff0000;
    border-radius: 0;
  }
  #consultoria-link:hover{
    color: #aca6a6;
    border-bottom-color: #ff0000;
    border-radius: 0;
  }
  .opciones {
    text-decoration: none;
    display: flex;
    justify-content: flex-end ;
    align-items: center;
  }
  .dropdown {  
    position: relative;  
  } 
  .dropdown-menu {  
    display: none; /* Oculta el menú de dropdown por defecto */  
    position: absolute;  
    background-color: #333333;  
    list-style-type: none;  
    margin-top: 10px;  
    padding: 5px 0;  
    width: 150px;  
    border-radius: 3px;  
    justify-content: center;
    z-index: 1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px ;
    left: 50%; /* Posiciona el menú en el centro horizontalmente */  
    transform: translateX(-50%); /* Ajusta la posición para centrarlo */
}  


.dropdown-menu li {  
  padding: 5px 10px; 
}  

.dropdown-menu li a {  
  color: whitesmoke;  
  text-decoration: none;  
  display: block;
  font-size: 12px;
  font-weight: 200; 
  text-align: left;
  margin-top: 2px;
}  

.dropdown-menu li a:hover {  
  color:#ff0000;
}  
.dropdown-menu.show {  
  display: block !important; /* Agregamos esta línea para mostrar el menú cuando tenga la clase "show" */  
}  


.Portada1 {
  margin-top: 80px;
  width: 100%;
  height: auto;
  justify-content: center ;
  align-items: center;
  object-fit: cover; /* Asegura que la imagen cubra el área sin distorsionarse */
}

.intro {
  margin-top: 50px;
  width: 80%;
  color: #333333;
  text-align: justify;
  font-size: 16px;
}
.li {
  font-weight: 500;
  color: #ff0000;
}
.dh2 {
  width: 100%;
  justify-content: center;
  align-items: center;
}
h2, h3 {
  color: #ff0000;
  font-size: 30px;
  text-align: center;
  margin-top: 50px;
  
}
.card {
    width: 300px;
    text-align: center;
    background-color: whitesmoke;
    /*border: 1px solid #ff0000;*/
    border-radius: 10px;
    margin: 15px;
    height: auto;
    text-decoration: none;
    display: block;
  }
  
  .card:hover {
    transform: translate(0, -10px);
  }
  
  .filosofía {
    text-align: center;
    width: 980px;
    min-width: 0;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    text-decoration-style: none;
    justify-content: center;
  }
  
  .pilares {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    font-style: none;
    justify-content: center;
    align-items: center;
  }
  
 .titu {
    color: #ff0000;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }
  
  .descripci-n {
    color:#333333;
    text-align: justify;
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight:400;
    font-size: 14px;
  }
  
  .foto1 {
    text-align: center;
    width: 180px;
    height: 300px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    transform: translate(0);
    /*box-shadow: 0 2px 5px #178784;*/
  }

 /* PESTAÑA CONSULTORÍA*/
  .analisis {
    width: 80%;
  }
  .grillahis {
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: 100px;
    margin-bottom: 50px;
}

.sec1 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.titu_ana {
    width: 80%;
    color: #ff0000;
    text-align: left;  
    font-size: 25px;  
    font-weight: 400;
    /*text-shadow: 4px 4px 3px #808080;*/
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration:underline #ff0000;
    }
    .titu_ana:hover {  
  color:#aca6a6;
}  

.contenidodos {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    text-align: justify;
    color:#333333;
    font-weight:400;
    font-size: 14px;
}
.img3 {
    width: 80%;
    height: auto;
    justify-content: center;
    align-items: center;
}

/*PESTAÑA CONTACTO*/
h1 {
  color:#ff0000;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  font-size: 30px;
  font-weight: 500;
  padding-top: calc(80px + 2rem);
  padding-bottom: 10px;
}

.recuadro {
  display: flex;
  flex-direction: column;
  justify-items: center;
  background-color: #aca6a6;
  padding: 20px;
  border-radius: 5px;
  width: 50%;
  box-shadow: 2px 2px 6px #ff0000;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
  margin-left: auto ;
  margin-right: auto;
}

.contacto {
width: 100%;
}
.solicitud {
font-size: 20;
font-weight: 600;
color: #ff0000;
font-size: 30px;
font-weight: 500;
text-shadow: 2px 2px 4px #333333;
}
.encabezado {
margin-top: 20px;
margin-bottom: 20px;
display: flex;
flex-direction: column;
color:#333333;
}

.detalle {
text-align: center;
width: 80%;
justify-content: center;
align-items: center;
margin: auto;
font-size: 14px;
font-weight: 1oo;
}

.form-group {
  display: block;
  margin-top: 80px;
  margin: 20px;
 }

label {
  display: block;
  width: 100%;
}
input, textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #ff0000;
  border-radius: 4px;
  margin: 0;
  
}

#mensaje {
  height: 150px;
  margin: 0;
}

button {
  background-color:#333333;
  color: whitesmoke;
  border: none;
  padding: 12px;
  cursor: pointer;
  border-radius: 4px;
}
button:hover {
background-color:#ff0000;
}
.wtsp {
margin-top: 10px;
margin-bottom: 30px;
}

.wtsp1 {
color: #333333;
font-size: 30px;
font-weight: 600;
}
.wtsp2 {
color: #333333;
font-size: 20px;
font-weight: 400;
}

.wtspb {  
font-size: 50px;   
width: 100px;   
height: auto; 
color: #ff0000;  
}  
.wtspb i {  
font-size: 50px;   
} 
.wtspb:hover {
color: #333333;
}
/*PESTAÑA TRANSPORTE*/
.ser_trans {
 margin-top: 80px;
 width: 100%;
 color: whitesmoke;
 position: absolute;
 font-size: 40px;
 font-weight: 500;
 justify-content: center;
 align-items: center;
 background: linear-gradient(to bottom, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.8));
 padding: 20px;
}
.trans {
  width: 200px;
  height: auto;
  justify-content: center;
  align-items: center;
}
.intro_trans {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 80%;
  color: #333333;
  text-align: justify;
}
/*PESTAÑA DE POLÍTICAS Y TÉRMINOS*/
.termi {
  width: 80%;
  font-size: 14px;
  font-weight: 300;
  justify-content: center;
  align-items: center;
}

 /*FOOTER*/ 
  .footer-dark-pau {
    color: whitesmoke;
    -webkit-text-stroke-color: #178784;
    background-color: #333333;
    border-bottom: 1px solid whitesmoke;
    padding: 50px 30px 15px;
    width: 100%;
    position: relative;
    margin-top: 50px;
  }
  
  .container-6 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
  }
  
  .footer-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  
  .footer-content {
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .footer-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  
  .title-small {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
  }
  
  .footer-link {
    color: whitesmoke;
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 200;
    line-height: 16px;
    text-decoration: none;
  }
  
  .footer-link:hover {
    color: #0c0c0c;
  }
  
  .footer-social-block {
    justify-content: flex-start;
    align-items: center;
    margin-top: 12px;
    margin-left: 0;
    display: flex;
  }
  
  .footer-social-link {
    margin-left: 12px;
    color: whitesmoke;
  }
  .footer-social-link:hover {
    margin-left: 12px;
    color: #0c0c0c;
  }
  
  .footer-divider {
    background-color: #ff0000;
    width: 100%;
    height: 1px;
    margin-top: 70px;
    margin-bottom: 15px;
  }
  
  .footer-copyright-center {
    text-align: center;
    font-size: 14px;
    font-weight: 200;
    line-height: 16px;
  }

@media screen and (max-width: 1020px) {
    
    /* Adaptación del submenú para móvil */
    .dropdown-menu {
        position: static; /* Cambia a flujo normal en móvil */
        box-shadow: none;
        padding: 0;
        z-index: auto;
        transform: none;
    }
    
    /* Muestra el submenú cuando JS añade la clase "show" */
    .dropdown-menu.show {
        display: block; /* Asegura que el JS gane cualquier conflicto */
    }
}
  @media screen and (max-width: 991px) {
    .hamburger {  
      cursor: pointer;  
      width: 30px;  
      height: 30px;  
      display: flex;  
      flex-direction: column;  
      justify-content: space-around;  
      margin: 10px;  
  }  
  
  ._layer {  
      height: 2px;  
      background-color: #ff0000;  
      transition: all 0.3s ease;  
  }  
  
  .opciones { 
      display: none; /* Ocultar el menú por defecto */  
      background-color: #333333;  
      width: 200px;  
      position: fixed;  
      top: 80px; /* Ajusta esto según sea necesario */  
      right: 0; /* Ajusta esto según sea necesario */  
      z-index: 999;
      max-height: 300px; /* Altura máxima para el scroll */  
      overflow-y: auto; /* Permitir scroll vertical */ 
      padding-top: 80px;    
      padding-bottom: 10px;
     
    }  
  
  .opciones.active {  
      display: flex; /* Usamos flex o block para mostrarlo */
      flex-direction: column;
      align-items: flex-start; 
     
 }  
  #capacitaciones-link {
    border: none;
    padding: 10px;  
    text-decoration: none;  
    color: whitesmoke;  
    display: block;
    text-align: left; 
    margin-left: -10px;
   
  }
  #consultoria-link {
    border: none;
    padding: 10px;  
    text-decoration: none;  
    color: whitesmoke;  
    display: block;
    text-align: left; 
    margin-left: -10px;
    
    
  }

  .nav-link, .dropdown-menu li a {  
      padding: 10px;  
      text-decoration: none;  
      color: whitesmoke;  
      display: block;
      text-align: left;
      margin-left: 10px;
  }
  .nav-link:hover {  
     color: #aca6a6;  
  }  
  .dropdown-menu li a:hover {
      color: #aca6a6;
  }
  .dropdown-menu {  
      list-style: none;  
      padding: 0;  
      margin: 0;  
      position: relative; 
      z-index: auto;
      box-shadow: none;
      margin-left: 0;
  }  
  .dropdown-menu.show {  
        display: block; 
    }

   #servicios-link:hover {
    color: #aca6a6;
   }
   
 .ser_trans {
  font-size: 20px;
 }
 

  .card {
    width: 250px;
  }
  
    .link-block, .link-block-2 {
      text-decoration: none;
    }
  
    .titu , .listpost {
      color: #ff0000;
      margin-top: 10px;
      padding-left: 0;
      font-size: 15px;
      font-weight: 400;
    }
  
    .descripci-n {
      color: #333333;
      font-size: 12px;
      font-weight: 500;
    }
  
    .foto1 {
      width: 195px;
    }
  
    .ver {
      padding-right: 10px;
    }
  
    .text-block {
      padding-left: 10px;
      font-size: 25px;
    }
   
  }
  
   @media screen and (max-width: 767px) {
    /*HEADER*/
    .nav-link {
      font-weight: 300;
    }
    .Logo {
      width: 150px;
    }
    .nav-link-2, .nav-link-3 {
      font-weight: 300;
    }
    /*PESTAÑAS*/
    .intro, .intro_trans {
    font-size: 14px;
   }
    h2, h3 {
    font-size: 20px;
   }
   .grillahis {
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sec1 {  
    order: 2; /* Sec1 vendrá después de Sec2 */  
}  

  .sec2 {  
    order: 1; /* Sec2 vendrá antes de Sec1 */  
}  
  .titu_ana {
    width: 80%;
    color: #ff0000;
    text-align: left;  
    font-size: 17px;  
    font-weight: 400;
    /*text-shadow: 4px 4px 3px #808080;*/
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}
.contenidodos {
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
  text-align: justify;
  color:#333333;
  font-weight:400;
  font-size: 12px;
}
.img3 {
  width: 70%;
}
.ver {
  text-align: center;
  padding-bottom: 0;
  padding-right: 10px;
}

   /*PESTAÑA INDEX*/
   .foto1 {
    width: 200px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .filosofía {
    display: grid;
    grid-template-columns:repeat(1, 1fr);  
    width: 300px;
  }
  .titu {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    padding-left: auto;
    
  }
  .card {
    align-content: center;
    margin: auto;
  }

  .descripci-n {
    display: flex;
    justify-items: center;
    padding: 0;
    width: 300px;
    margin: 0;
  }

  /*PESTAÑA CONSULTORÍA*/
  .analisis {
    width: 80%;
  }
  /*CAPACITACIONES*/
  .Ver {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .img3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
   /*CONTACTO*/

    .recuadro {
      width: 80%;
    }

    /*FOOTER*/
    .text-block {
      font-size: 20px;
    }
    .footer-dark-pau {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .footer-wrapper {
      flex-direction: column;
      align-items: center;
    }
  
    .footer-content {
      grid-template-columns: 1fr;
      margin-top: 40px;
    }
  
    .footer-block {
      align-items: center;
    }
  
    .footer-link:hover {
      color: rgba(26, 27, 31, .75);
    }
  
    .footer-social-block {
      margin-top: 20px;
      margin-left: -20px;
    }
  
    .footer-social-link {
      margin-left: 20px;
    }
  
    .footer-divider {
      margin-top: 60px;
    }
  }


  @media screen and (max-width: 600px) {
   
   .ser_trans { 
    font-size: 17px ;}

   /*PESTAÑA CONTACTO*/

   .solicitud {
    font-size: 22px;
   }
    .wtsp1 {
      font-size: 18px;
  }
  .encabezado {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    color:#333333;
    }
    
    .detalle {
    font-size: 12px;
    font-weight: 1oo;
    }
    .form-group {
      margin-top: 80px;
      margin: 20px;
      justify-items: center;
    }
    /*PESTAÑA CONTACTO*/
    label {
      font-size: 14px;
    }
   }
  
  @media screen and (max-width: 479px) {
    /*HEADER*/
    .nav-link, .nav-link-2, .nav-link-3 {
      font-weight: 300;
    }
    /*PESTAÑAS*/
    .titu {
      margin-top: 10px;
      padding-left: 0;
    }
  
    .descripci-n {
      width: auto;
    }
  
    .foto1 {
      width: 210px;
    }
   /*PESTAÑA CONTACTO*/
   .recuadro {
      width: 100%;
    }
    /*FOOTER*/
    .container-6 {
      max-width: none;
    }
  }
  
  #w-node-_5bf6c77f-0e01-c040-b105-4539d87b216f-85a1cf18, #w-node-_5bf6c77f-0e01-c040-b105-4539d87b2178-85a1cf18, #w-node-_5bf6c77f-0e01-c040-b105-4539d87b2183-85a1cf18 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  