html, body {
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
} 
/* Estilos generales */
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
}

/*Animaciones*/
    /*aparación hacia arriba*/
@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}
    /*Aparición hacia la derecha*/
@keyframes fadeInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/*pop up*/
@keyframes popUp {
  from {
    transform: scale(0); /* Start at 0 scale */
  }
  to {
    transform: scale(1); /* Animate to full scale */
  }
}


/*Estilos de menú*/
/* contenedor del nav*/
header {
    position: fixed;
    width: 100vw;
    height: 6vh;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 98;
}
/*contenedor de los logos*/
.contenedor-logo {
    display: flex;
    align-items: center;
}

.contenedor-logo img {
    max-width: auto;
    max-height: 50px ;
    padding-left: 2%;
}
.contenedor-logo-2 {
    margin-right: 3%;
    display: flex;
    align-items: center;
}
.contenedor-logo-2 img{
  max-width: auto;
  max-height: 50px ;
  margin-right: 5%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 4%;
}

nav{
    width: 80%;
    text-align: center; 
    
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  text-align: center;
  justify-content: center;
  font-family: montserrat;
  
}

nav li {
  margin-top: 1%;
  position: relative;
}

nav a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #00436D; /* azul claro de la paleta */
  font-weight: bold;
  font-size: 1vw;
}

.span a {
    text-decoration: underline;
    color: #FF9500;
}


nav .submenu, nav .subsubmenu, nav .submenu-2{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}



nav .show {
  display: block;
}



/* Contenedor para la bandera y el texto */
.idioma-opcion {
    display: flex;
    align-items: center;
}

/* Bandera */
.content__lenguage{
  display: flex;
  flex-direction: row;
  justify-content: center; 
  align-items: center;
}

.en, .espa{
  width: 2.5vw;
  height: 2.5vw;
  margin-left: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.en img, .espa img{
  width: 100%;
  height: 50%;
}

/* Estilos para el menú hamburguesa */
#menu-hamburguesa {
    display: none;
    font-size: 24px;
    cursor: pointer;
    border: none;
    background-color: #fff;
    color: #00436D;
    font-size: 30px;
    border-radius: 25%;
}
/*Fin de los estilos del menú*/

/*Sección 1*/
.content__all__ally{
    position: relative; 
    width: 100%;
    height: 92vh;
    top: 8vh;
}

.content__ally{
    display: flex; 
    align-items: center; 
    justify-content: center;;
    height: 50%; 
    width: 100%;
    background-image: url('../img/business-concept-with-team-close-up.webp');
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: cover; 
}

.ally__info {
  text-align: center; 
 color: white;
      z-index: 2;
}

.ally__info p{
    padding-right: 2.5%;
    margin-left: 2.5%;
    font-weight: 100;
    font-size: 1.3vw;
}
.ally__info img{
    width: 5%;
    height: 5%;
}

.content__all__ally .overlay__ally {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color:rgba(0, 50, 120, 0.7);
  display: flex;
  flex-direction: column; 
  align-items: center; 
  justify-content: center; 
}

.content__trayectory{
    display: flex; 
    align-items: center; 
    justify-content: center;;
    height: 50%; 
    width: 50%;
}
.content__bottom__ally{
    position: relative;
    height: 50%; 
    width: 100%;
}

.content__trayectory{
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.content__trayectory h3{
    color: #00436D; /* azul claro de la paleta */
    font-size: 2vw;
}

.content__trayectory h2{
    color: #0C2B42; /*Color azul oscuro*/
    font-size: 8vw;
    margin-top: -5%;
    margin-bottom: -5%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1); 
    animation: popUp 1.3s ease-in-out forwards;
}

.content__trayectory h4{
   color: #00436D; /* azul claro de la paleta */
    font-size: 1.5vw;
}
.content__office{
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    right: 0;
}

.content__office h2{
    text-align: right;
    margin-right: 10%;
    color: #00436D; /* azul claro de la paleta */
    font-size: 2vw;
}


.content__office p{
    text-align: justify;
    margin-top: 10%;
    margin-right: 5%;
    margin-left: 5%;
    font-size: 1.2vw;
}
/*Fin sección1*/
/*Inicio sección 2*/

.section__expertise {
  top: 20vh;
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url('../img/backgroundwhoweare.webp');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;

}

.content__wrapper__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 149, 0, 0.3);
}

.content__expertise__header h2 {
  text-align: center;
  color: #0C2B42; /* azul claro concorde*/
  font-weight: bold;
  font-size: 3.5vw;
  padding-top: 2.5%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.content__all__wrappers {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.wrapper {
  max-width: 1200px;
  position: relative;
}

.wrapper i {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  width: 46px;
  height: 46px;
  display: flex;
  text-align: center;
  border-radius: 50%;
  line-height: 46px;
  cursor: pointer;
  font-size: 1.2rem;
  color: #FF9500; /* Tono amarillo mostaza de la paleta*/
  transform: translateY(-50%);
  justify-content: center;
  align-items: center;
}

.wrapper i:first-child {
  left: -5%;
}

.wrapper i:last-child {
  right: -5%;
}

.wrapper .carousel {
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  scroll-behavior: smooth;
}

.carousel .dragging {
  scroll-behavior: auto;
  cursor: grab;
}

.carousel .dragging img {
  pointer-events: none;
}

.carousel {
  display: flex;
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente */
}

.carousel img {
  height: 350px;
  object-fit: cover;
  width: calc(90% / 3 - 5px); /* Ajusta el ancho para que las imágenes ocupen un tercio del contenedor */
  margin-left: 2%;
  border-radius: 25px;
  aspect-ratio: 1.3 / 1;
  
}

.carousel img:first-child {
  margin-left: 0px;
}

/*Fin sección 2*/
/*Inicio sección 3*/

.content_section__3{
    position: relative;
    width: 100%;
    height: 100vh;
}
.content__mision__vision{
    display: flex; 
    flex-direction: row;
    height: 50vh; 
    width: 100%;
    background-image: url('../img/business-concept-with-team-close-up.webp');
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: cover; 
}

.content__mision, .content__vision{
display: flex;
flex-direction: column;
margin-top: 3vh;
align-items: center;
color: white;
font-weight: normal;
z-index: 8;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 1); 
width: 50%;
}
.content__mision__vision .overlay__vision__and__mision{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  background-color:rgba(0, 50, 120, 0.7);
  display: flex;
  flex-direction: column; 
  align-items: center; 
  justify-content: center; 
}

.content__mision h2, .content__vision h2{
    font-size: 2.5vw;
}
.content__mision i, .content__vision i{
    font-size: 2.5vw;
}

.content__mision p, .content__vision p{
    margin-top: 2.5%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    font-size: 1.25em;
    text-align: justify;
}

.title__values{
    position: absolute;
    color: white;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 10vh;
    margin-top: -4%;
}

.title__values h2{
    background-color:#00436D; /*Azul claro de la paleta*/
    padding-right: 3.5%;
    padding-left: 3.5%;
    padding-top: 0.2%;
    padding-bottom: 0.2%;
    font-size: 2.5vw;
    margin-left: 40%;
    margin-right: 40%;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);

}
.content__values {
  position: relative;
  top: 6%;
  width: 100%;
  height: 30vh;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px; /* Ajusta el espacio entre elementos */
}

.content__values ul {
  flex-basis: 100%;
  flex-grow: 1;
  color: #0C2B42; /*Color azul oscuro*/
  font-size: 1.8vw;
  text-align: justify;
  list-style: none; /* Elimina los marcadores de lista */
  display: grid; /* Hace que cada <ul> sea un contenedor grid */
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 40px;
  align-items: center;
  justify-content: center;
}

.content__values li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* Estilos para cada elemento de la lista */
  border-radius: 4px;
}

.content__values ul span{
    font-weight: bold;
}

.content__values button{
  position: absolute;
    background-color: #00436D; /*Azul claro de la paleta*/
    width: 15%;
    color: white;
    font-weight: bold;
    padding: 0.5%;
    border: none;
    border-radius: 12px;
    font-size: 1.2vw;
    cursor: pointer;
    box-shadow: 0 2px 10px #0C2B42; 
      grid-area: button; /* Define el nombre del área para el botón */
  justify-self: center; /* Centra el botón horizontalmente */
}

.content__values  a{
    text-decoration: none;
    color: 

}

.content__values a{
  color: white;
}
.content__values a:visited {
  color: white;
}

.content__values button:hover{
    box-shadow: 0 2px 10px  #21607D;
    color:  #FF9500; /* Tono amarillo mostaza de la paleta*/
     
}
/*Fin sección 3*/


/*Footer*/
footer {
  flex-shrink: 0; /* Evita que el footer se comprima */
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.inicial{
  width: 30%;
  display: flex;
  flex-direction: column;
}

.info__footer{
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
}

.info__footer p{
   font-size: 0.8em;
}


.logo__footer { /* New class for logo container */
width: 100%;
margin-left: 2%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.logo__footer img {
  max-width: 90px; /* Adjust max width as needed */
  max-height: 80px;
  margin-right: 5px; /* Add margin between logos */
}


.logo__footer p{
   font-size: 0.7vw;
   margin-left: 4%;
}


.info__footer{
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.info__footer p{
  left: 0;
   font-size: 2vw;
   color: rgba(0, 121, 190, 1);
   font-weight: bold;
   text-shadow: 2px solid #0C2B42;
   margin-left: 15%;
}



.developed__by{
  top: 100%;
  bottom: 0;
    width: auto;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.developed__by p{
    font-size: 0.7em;
}

.logo__footer__2 { /* New class for logo container */
margin-left: 0;
margin-right: 2%;
width: 100%;
  display: flex;
  justify-content: flex-end;
}

.logo__footer__2 img {
  max-width: 90px; /* Adjust max width as needed */
  max-height: 80px;
  margin-right: 5px; /* Add margin between logos */
}


.logo__footer__2 p{
  margin-right: 4%;
   font-size: 0.7vw;
}

.developed__by__2{
    top: 100%;
  bottom: 0;
    width: auto;
    justify-content: center;
    text-align: center;
    align-items: center;
  color: #fafafa;
   font-size: 0.7em;
}
/*Fin del footer*/

/*Fin footer*/




@media screen and (max-width: 1300px){

.content__all__wrappers{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 25%;
}

.content__expertise__header h2{
  font-size: 4.5VW;
}

 .wrapper{
    width: 90vw;
    margin-top: -15%;
}   

 .carousel img{
    height: 350px;
    object-fit: cover;
    width: calc(90%/2);
    margin-left:5%;
    border-radius: 25px;

} 


}


@media screen and (max-width: 850px){

/*Menú responsive*/ 

header{
  width: 100vw;
}
  .contenedor-logo {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.contenedor-logo-2 {
  width: auto;
  margin-left: 5%;
  margin-right: 5%;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.contenedor-logo img{
  max-width: 15vw;
}

.contenedor-logo-2 img{
  max-width: 15vw;
  margin-right: 0%;
}


header nav {
  display: none; /* Mantenemos el menú oculto */
  justify-content: center; /* Centramos el menú (por si lo mostramos más tarde) */
}



header button#menu-hamburguesa {
  position: absolute;
  margin-left: -15%;
  justify-content: left;
  display: unset;
  z-index: 250;
}
    header nav.active {
    display: block;
    text-align: center;
    position: fixed;
   background-color: #00436D;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    padding-bottom: 10%;
    }

    nav.active ul{
      display: block;
        margin-top: 15%;
        transition: height 1s ease;
       background-color:#00436D; /* azul claro de la paleta */
        justify-content: center;
    }


nav.active ul .submenu, nav.active ul .subsubmenu,  nav.active ul .submenu-2 {
  display: none; /* Initially hide the submenu */
}

nav.active ul .submenu.show, nav.active ul .submenu-2.show {
  display: block; /* Show the submenu when it has the .show class */
 background-color: #00436D; /* Set the background color */
  width: 100%;
  margin-top: 0;
  margin-left: -5%;
}

        nav.active ul .subsubmenu.show{
      display: block;
      background-color:#00436D; /* azul claro de la paleta */
      width: 100%;
      margin-top: 0;
      margin-left: 0%;
    }

nav .submenu-2.show{
  display: block;
  background-color:#00436D; /* azul claro de la paleta */
      width: 100%;
      margin-top: 0;
      margin-left: 0%;
}

    nav.active li {
        margin-top: 2%;
        text-align: center;
        display: block;
    }
  

    nav.active a {
        color: #fff;
        font-size: 1.5em;
    }

    nav.active li.span a{
    color: #FF9500; 
    text-decoration: none;
}



/*Capa oscura*/
.superoverlay{
position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, 0.5);
  z-index: 2;
}

/*Fin capa oscura*/

/*fin del Menú responsive*/



/*Sección 1*/

.content__all__ally{
    position: relative; 
    width: 100%;
    height: 190vh;
    top: 8vh;
}

.content__ally{
    display: flex; 
    align-items: center; 
    justify-content: center;;
    height: 60vh; 
    width: 100%;

}

.ally__info {
  text-align: center; 
  color: white;
  z-index: 2;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 1); 
}

.ally__info h1{

  text-shadow: 5px 5px 10px rgba(0, 0, 0, 1); 
}

.ally__info p{
    padding-right: 5%;
    margin-left: 5%;
    font-weight: bold;
    font-size: calc(0.8vw + 0.5rem);
}
.ally__info img{
    width: 20vw;
    height: 20vw;
    
}
.content__all__ally .overlay__ally {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vh;
  display: flex;
  flex-direction: column; 
  align-items: center; 
  justify-content: center; 
}
.content__bottom__ally{
    position: relative;
    height: 130vh; 
    width: 100%;
}
.content__trayectory{
    display: flex; 
    align-items: center; 
    justify-content: center;;
    height: 65vh; 
    width: 100%;
}

.content__trayectory h3{
    color: #00436D; /* azul claro de la paleta */
    font-size: 2.5em;
}

.content__trayectory h2{
    color: #0C2B42; /*Color azul oscuro*/
    font-size: 8em;
    margin-top: -5%;
    margin-bottom: -5%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
    animation: popUp 1.3s ease-in-out forwards;
}

.content__trayectory h4{
   color: #00436D; /* azul claro de la paleta */
    font-size: 9vw;
}
.content__office{
    position: relative;
    width: 100%;
    height: 65vh;
    background-color: #00436D; /* azul claro de la paleta */
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
}

.content__office h2{
    text-align: center;
    margin-right:0;
    color: white;
    font-size: 3em;
}


.content__office p{
    margin-top: 5%;
    color: white;
    font-size: 0.8em;
    text-align: justify;
    margin-right: 5%;
    margin-left: 5%;
}
/*Fin sección1*/
/*Inicio sección 2*/

.section__expertise{
    top:0;
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

}


.content__expertise__header h2{
    text-align: center;
   color: #0C2B42; /* azul claro concorde*/
    font-weight: bold;
    font-size: 2.5em;
    padding-top: 10%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 

}

.wrapper {
  width: 80vw;
}

.carousel img {
  width: 100%;
  height: 350px; /* Asegúrate de que la altura ocupe todo el espacio disponible */
  object-fit: cover; /* Hace que la imagen se ajuste al contenedor manteniendo su proporción y cubriendo todo el espacio */
  margin-left: 1%;
}





/*Fin sección 2*/
/*Inicio sección 3*/
.content_section__3{
    height: 150vh;
}
.content__mision__vision{
    flex-direction: column;
    height: 75vh; 
    width: 100%;
}

.content__mision, .content__vision{
width: 100%;
height: 50%;
margin-top: 1vh;
}
.content__mision__vision .overlay__vision__and__mision{
  height: 75vh;
}

.content__mision h2, .content__vision h2{
    font-size: 6vw;
}
.content__mision i, .content__vision i{
    font-size: 8vw;
}

.content__mision p, .content__vision p{
    margin-top: 2.5%;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 0.8em;
    text-align: justify;
}

.title__values{
    margin-top: -10%;
}

.title__values h2{
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 0.3%;
    padding-bottom: 0.3%;
    font-size: 6vw;
    margin-left: 30%;
    margin-right: 30%;
}

.content__values ul {
  margin: 0 auto; /* Centra el contenedor horizontalmente */
  padding: 20px; /* Añade espacio alrededor de los elementos */
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60%, 1fr)); /* Ajusta el ancho mínimo de las columnas */
  grid-gap: 1rem;
  align-items: center;
  justify-content: center;
}
.content__values li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* Estilos para cada elemento de la lista */
  padding: 4vw;
}

.content__values ul span{
    font-weight: bold;
}

.content__values button{
  position: absolute;
    background-color: #00436D; /*Azul claro de la paleta*/
    width: auto;
    color: white;
    font-weight: bold;
    padding: 0.5%;
    margin-top: 2%;
    border: none;
    border-radius: 12px;
    font-size: 2.5vw;
    cursor: pointer;
    box-shadow: 0 2px 10px #0C2B42; 
      grid-area: button; /* Define el nombre del área para el botón */
  justify-self: center; /* Centra el botón horizontalmente */
}

.content__values button:hover{
    box-shadow: 0 2px 10px  #21607D;
    color:  #FF9500; /* Tono amarillo mostaza de la paleta*/
     
}

.values li{

  font-size: 3vw;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 0;
}

/*Fin sección 3*/
/*Inicio del footer*/
footer {
  width: 100%;
  height: 10vh;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inicial{
  width: 30%;
  display: flex;
  flex-direction: column;
}

.logo__footer { /* New class for logo container */
width: 100%;
  display: flex;
  align-items: center;
}

.logo__footer img {
  max-width: 30px; /* Adjust max width as needed */
  max-height: 90px;
  margin-right: 5px; /* Add margin between logos */
}


.logo__footer p{
   font-size: 1.5vw;
}


.info__footer{
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.info__footer p{
  left: 0;
   font-size: 2vw;
   color: rgba(0, 121, 190, 1);
   font-weight: bold;
   text-shadow: 2px solid #0C2B42;
}


.info__footer p{
    margin-left: 15%;
}

.nav__footer{
    width: auto;
}

.nav__footer a{
    font-size: 0.3em;
}
.developed__by{
  top: 100%;
  bottom: 0;
    width: auto;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.developed__by p{

    font-size: 0.3em;
}

.logo__footer__2 { /* New class for logo container */
margin-left: 0%;
width: 100%;
  display: flex;
}

.logo__footer__2 img {
  max-width: 30px; /* Adjust max width as needed */
  max-height: 90px;
  margin-right: 5px; /* Add margin between logos */
}


.logo__footer__2 p{
   font-size: 1.5vw;
}

.developed__by__2{
    top: 100%;
  bottom: 0;
    width: auto;
    justify-content: center;
    text-align: center;
    align-items: center;
  color: #fafafa;
   font-size: 0.3em;
}
/*Fin del footer*/
}