@charset "UTF-8";
/*==============================================*/
/*              CLASES GENERALES                */
/*==============================================*/
@font-face {
  font-family: "MadeTommyLight";
  src: url("../fonts/MadeTommyLight.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MadeTommyRegular";
  src: url("../fonts/MadeTommyRegular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MadeTommyBold";
  src: url("../fonts/MadeTommyBold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MadeTommyMedium";
  src: url("../fonts/MadeTommyBold.otf");
  font-weight: normal;
  font-style: normal;
}
.btnAS:hover {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}

body {
  min-height: 100%;
  font-family: "MadeTommyLight";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  overflow-x: hidden !important;
  max-width: 100vw !important;
  background-color: #fff;
  padding: 0px;
}

.noVisible {
  visibility: hidden;
  position: absolute;
  margin-top: -100000px;
}

.btnAR {
  margin-top: 18px;
  border-radius: 0px;
  font-size: 22px !important;
  font-family: "MadeTommyMedium";
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background-color: transparent;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  width: 200px;
  padding: 9px;
  text-align: center;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}
.btnAR:hover {
  background-color: #fff;
  color: #4d9ad1;
}

.btnAS {
  margin-top: 18px;
  font-size: 22px !important;
  font-family: "MadeTommyMedium";
  text-decoration: none;
  display: inline-block;
  color: #4d9ad1;
  background-color: #fff;
  width: fit-content;
  padding: 9px;
  text-align: center;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}
.btnAS:hover {
  background-color: #4d9ad1;
  color: #fff;
}

.divider {
  width: 100%;
  height: 4px;
  border-radius: 100%;
  background-color: #4d9ad1;
}

nav {
  padding: 9px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 100;
}
@media screen and (max-width: 800px) {
  nav {
    height: 70px;
    flex-direction: row;
    width: 100vw;
  }
  nav h3 {
    margin-left: unset !important;
  }
}

#enlacesNav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
}
#enlacesNav ul {
  display: flex;
  justify-content: center;
  width: 100% !important;
}
#enlacesNav li {
  margin: 0 10px;
}
#enlacesNav a {
  text-decoration: none;
  font-weight: bold;
  transition: 0.35s ease-in-out;
  font-family: "MadeTommyRegular";
  color: #273d44 !important;
}
#enlacesNav a:hover {
  cursor: pointer;
  color: #4d9ad1 !important;
}
@media screen and (max-width: 800px) {
  #enlacesNav {
    height: 90vh !important;
  }
}

@media (max-width: 800px) {
  #enlacesNav {
    justify-content: center;
    align-items: center;
    display: none; /* Hide menu on small screens */
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 70px; /* Start below the navbar */
    left: 0;
    background-color: #fff;
    z-index: 1000;
    height: 100vh;
    transition: all 0.3s ease-in-out;
  }
}
#enlacesNav.active {
  display: flex; /* Show menu when active */
}

.enlaces-sociales {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.enlaces-sociales .social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding: 9px !important;
  margin-right: 25px;
}
.enlaces-sociales .social i {
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  padding: 9px;
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  border-radius: 1000px;
}
@media (max-width: 768px) {
  .enlaces-sociales .social {
    margin-top: 18px;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .enlaces-sociales {
    height: 50vh !important;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
}

.language {
  display: block;
  width: fit-content !important;
  padding: 9px !important;
  color: #0a3754;
  border-radius: 10px;
  background-color: transparent;
  text-decoration: none;
  text-wrap: nowrap;
  font-size: 14px;
}
.language:hover {
  border: none;
  color: white !important;
  background-color: #0a3754;
  background-color: white;
}

.brand {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  padding: 9px;
  width: 100px;
}
.brand img {
  width: 100px;
  height: auto;
}

.no-scroll {
  overflow: hidden;
}

#enlacesNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#enlacesNav ul li {
  padding: 0px;
}
#enlacesNav ul a {
  margin: 0px;
  text-decoration: none;
  padding: 9px;
  color: #0a3754;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #enlacesNav ul {
    width: 90vw;
    flex-direction: column;
    margin: auto !important;
    text-align: center;
  }
  #enlacesNav ul li {
    margin-bottom: 18px;
    width: 100%;
  }
  #enlacesNav ul li a {
    text-align: center;
  }
}

#burger {
  display: none;
  cursor: pointer;
  z-index: 101; /* Ensures it is on top of the content */
  margin-right: 25px;
  color: #0a3754;
}
@media (max-width: 768px) {
  #burger {
    display: block; /* Show burger on small screens */
  }
}

#burger i {
  color: #0a3754;
}

footer {
  width: 100vw;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  min-height: 200px;
  flex-direction: column;
  background-color: #4d9ad1;
}
footer img {
  width: 100px;
  filter: brightness(3000);
}
footer p {
  color: #fff;
}
footer p a {
  color: #fff;
}
@media screen and (max-width: 800px) {
  footer p {
    width: 95%;
    color: #fff;
    font-size: 12px !important;
    text-align: center;
  }
}
footer .enlaces {
  width: 70vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px;
}
footer .enlaces a {
  text-decoration: none;
  color: #fff;
  margin: 18px;
  font-size: 22px !important;
}

.copyright {
  font-family: "MadeTommyRegular";
  text-align: center;
  color: #fff;
}
.copyright a {
  text-decoration: none;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .copyright {
    width: 85vw;
  }
}

/* =========================
   TOP / HERO
========================= */
.contenedorTopInicio {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 100vh;
  overflow: hidden;
}
.contenedorTopInicio img {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .contenedorTopInicio {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contenedorTopInicio img {
    height: 100vh;
    width: auto;
    margin-left: 200px;
  }
}

.contTopInicio {
  display: flex;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  backdrop-filter: brightness(0.3);
  background-color: rgba(44, 83, 128, 0.4);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0%;
}
.contTopInicio h1 {
  font-family: "MadeTommyBold";
  font-size: 48px !important;
  color: #fff;
  text-transform: uppercase;
}
.contTopInicio p {
  font-size: 22px !important;
  color: #fff;
  width: 70%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .contTopInicio {
    padding: 9px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .contTopInicio p {
    width: 90%;
    text-align: center;
  }
  .contTopInicio h1 {
    width: 90%;
    font-size: 24px !important;
    text-align: center;
  }
}

/* =========================
   BANNER SEO / QUIÉNES SOMOS
========================= */
.contenedor-banner-seo {
  position: relative;
  width: 100vw;
  height: fit-content;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .contenedor-banner-seo {
    margin-top: 100px;
    height: fit-content;
  }
}

.contenido-contenedor-seo {
  position: relative;
  width: 70vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 75px;
  padding-bottom: 75px;
}
.contenido-contenedor-seo h2 {
  font-family: "MadeTommyBold";
  font-size: 48px !important;
  color: #0a3754;
  margin-bottom: 25px;
}
.contenido-contenedor-seo p {
  margin-top: 25px;
  font-family: "MadeTommyRegular";
  font-size: 22px !important;
  color: #0a3754;
}
@media screen and (max-width: 800px) {
  .contenido-contenedor-seo {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.contenido-cards-seo {
  position: relative;
  width: 70vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 9px;
  gap: 9px;
}

.card-seo {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  max-width: 25% !important;
}
@media screen and (max-width: 800px) {
  .card-seo {
    max-width: unset !important;
    width: 100%;
    margin-bottom: 25px;
  }
}
.card-seo .img-card-seo {
  width: 90%;
  height: 30%;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-seo .img-card-seo img {
  width: 350px;
  height: auto;
}
.card-seo .body-card-seo {
  padding-top: 18px;
  padding-bottom: 18px;
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card-seo .body-card-seo h3 {
  font-family: "MadeTommyBold";
  color: #0a3754;
  font-size: 22px !important;
  text-transform: uppercase;
}
.card-seo .body-card-seo p {
  font-family: "MadeTommyRegular";
  color: #0a3754;
  font-size: 22px !important;
}
.card-seo a {
  display: block;
  text-align: center;
  width: 90%;
  padding: 9px;
  border-radius: 100px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-family: "MadeTommyBold";
  font-size: 22px !important;
  background-color: #0a3754;
}

/* =========================
   IDENTIDAD (Misión / Visión / Valores)
   NUEVO - mantiene tu estilo
========================= */
#identidad {
  width: 100vw;
  height: fit-content;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
}

.contenedor-identidad {
  width: 70vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .contenedor-identidad {
    width: 85vw;
  }
}
.contenedor-identidad h2 {
  font-family: "MadeTommyBold";
  font-size: 48px !important;
  color: #0a3754;
  text-transform: uppercase;
  text-align: center;
}
.contenedor-identidad .divider {
  width: 120px;
  height: 3px;
  margin-top: 15px;
  margin-bottom: 35px;
}

.grid-mvv {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
}
@media screen and (max-width: 800px) {
  .grid-mvv {
    flex-direction: column;
  }
}

.card-mvv {
  flex: 1;
  min-width: 280px;
  border-radius: 15px;
  padding: 25px;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.card-mvv h3 {
  font-family: "MadeTommyBold";
  color: #0a3754;
  font-size: 22px !important;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.card-mvv p {
  font-family: "MadeTommyRegular";
  color: #0a3754;
  font-size: 22px !important;
  margin: 0;
}
.card-mvv ul {
  margin: 0;
  padding-left: 18px;
}
.card-mvv ul li {
  font-family: "MadeTommyRegular";
  color: #0a3754;
  font-size: 22px !important;
  margin-bottom: 8px;
}

/* =========================
   SOLUCIONES / PRODUCTO
========================= */
#producto {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contenedor-soluciones {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 70%;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width: 800px) {
  .contenedor-soluciones {
    width: 80%;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.contenedor-soluciones .contenido-soluciones {
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contenedor-soluciones .contenido-soluciones h2 {
  font-family: "MadeTommyBold";
  color: #0a3754;
  font-size: 48px !important;
  text-transform: uppercase;
}
.contenedor-soluciones .contenido-soluciones p {
  font-family: "MadeTommyRegular";
  color: #0a3754;
  font-size: 22px !important;
  width: 70%;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .contenedor-soluciones .contenido-soluciones {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .contenedor-soluciones .contenido-soluciones p {
    width: 100%;
    margin-top: 10px;
  }
}

.hero-soluciones {
  width: 100%;
  height: fit-content;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .hero-soluciones {
    height: fit-content;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.contenido-hero-soluciones {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .contenido-hero-soluciones {
    width: 80%;
    margin-top: 0px;
  }
  .contenido-hero-soluciones img {
    margin-bottom: 25px;
  }
}
.contenido-hero-soluciones img {
  width: 100%;
  height: auto;
}
.contenido-hero-soluciones p {
  font-family: "MadeTommyRegular";
  color: #0a3754;
  font-size: 22px !important;
}
.contenido-hero-soluciones a {
  text-align: center;
  display: block;
  width: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 9px;
  color: #fff;
  font-family: "MadeTommyBold";
  transition: 0.35s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
}
.contenido-hero-soluciones a:hover {
  background-color: #fff;
  color: #0a3754;
}

/* =========================
   CERTIFICACIONES (NUEVO)
========================= */
#certificaciones {
  width: 100vw;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  #certificaciones {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.contenedor-certificaciones {
  width: 70vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contenedor-certificaciones h2 {
  font-family: "MadeTommyBold";
  color: #0a3754;
  font-size: 48px !important;
  text-transform: uppercase;
  text-align: center;
}
.contenedor-certificaciones .divider {
  width: 120px;
  height: 3px;
  background-color: #0a3754;
  margin-top: 15px;
  margin-bottom: 35px;
  border-radius: 100px;
}
.contenedor-certificaciones p {
  font-family: "MadeTommyRegular";
  color: #0a3754;
  font-size: 22px !important;
  text-align: center;
  width: 80%;
  margin-bottom: 35px;
}
@media screen and (max-width: 800px) {
  .contenedor-certificaciones p {
    width: 95%;
  }
}
@media screen and (max-width: 800px) {
  .contenedor-certificaciones {
    width: 85vw;
  }
  .contenedor-certificaciones h2 {
    font-size: 24px !important;
  }
}

.grid-certs {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
}
@media screen and (max-width: 800px) {
  .grid-certs {
    flex-direction: column;
  }
}

.cert {
  flex: 1;
  min-width: 260px;
  border-radius: 15px;
  padding: 18px;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-align: left;
  font-family: "MadeTommyBold";
  color: #0a3754;
  font-size: 22px !important;
  text-transform: uppercase;
}
.cert img {
  width: 100px;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animacion-fade {
  animation-name: fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

.img-hero-soluciones {
  width: 40%;
  position: relative;
  height: 300px;
  display: block;
}
@media screen and (max-width: 800px) {
  .img-hero-soluciones {
    width: 90%;
  }
}

.img-hero-soluciones img {
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: auto;
  border-radius: 15px;
  filter: drop-shadow(6px 6px 14px rgba(0, 0, 0, 0.285));
  transition: transform 0.35s ease-in-out;
}
@media screen and (max-width: 800px) {
  .img-hero-soluciones img {
    height: 150px;
  }
}

.ps-1 {
  z-index: 4;
  transform: translate(0px, 0px);
}

.ps-2 {
  z-index: 3;
  transform: translate(25px, 25px);
}

.ps-3 {
  z-index: 2;
  transform: translate(50px, 50px);
}

.ps-4 {
  z-index: 1;
  transform: translate(75px, 75px);
}

.contenedor-contacto {
  width: 100vw;
  position: relative;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #0a3754;
}
@media screen and (max-width: 800px) {
  .contenedor-contacto {
    flex-direction: column;
  }
}

.contenedor-form {
  width: 70%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 800px) {
  .contenedor-form {
    width: 80%;
    align-items: center;
    justify-content: center;
  }
}

.contenido-contacto {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: fit-content;
}
.contenido-contacto h2 {
  font-family: "MadeTommyBold";
  color: #4d9ad1;
  font-size: 48px !important;
  text-transform: uppercase;
  text-align: center;
}
.contenido-contacto p {
  font-family: "MadeTommyRegular";
  color: #fff;
  font-size: 22px !important;
}
.contenido-contacto img {
  width: 100%;
  border-radius: 30px;
  height: auto;
}
@media screen and (max-width: 800px) {
  .contenido-contacto {
    width: 80%;
  }
  .contenido-contacto h2 {
    font-size: 24px !important;
  }
}

.form-contacto {
  padding: 9px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  border: 2px solid #0a3754;
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  .form-contacto {
    width: 90%;
    margin-top: 25px;
  }
}
.form-contacto .form-group {
  width: 90%;
  padding: 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.form-contacto .form-group label {
  text-align: left;
  font-family: "MadeTommyRegular";
  font-size: 22px !important;
  color: #fff;
  font-style: italic;
  margin-bottom: 9px;
}
.form-contacto .form-group input,
.form-contacto .form-group select {
  border: 2px solid;
  border-color: #4d9ad1;
  width: 100%;
  border-radius: 15px;
  padding: 9px;
}
.form-contacto .form-group textarea {
  border: 2px solid;
  border-color: #4d9ad1;
  width: 100%;
  border-radius: 5px;
  padding: 9px;
}
.form-contacto .form-group-row {
  width: 50% !important;
  padding: 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.form-contacto .form-group-row label {
  text-align: left;
  font-family: "MadeTommyRegular";
  font-size: 22px !important;
  color: #fff;
  font-style: italic;
  margin-bottom: 9px;
}
.form-contacto .form-group-row input {
  border: 2px solid;
  border-color: #4d9ad1;
  width: 100%;
  border-radius: 15px;
  padding: 9px;
}
@media screen and (max-width: 800px) {
  .form-contacto .form-group-row {
    width: 100% !important;
  }
}
.form-contacto .input-group {
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-contacto button {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-color: #4d9ad1;
  background-color: #fff;
  border-width: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.form-contacto button:hover {
  background-color: #0a3754;
  color: #fff;
}

.txtLegal {
  font-size: 12px !important;
  width: 50%;
  color: #fff;
}

.form-check {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.form-check h4 {
  color: #fff;
}
.form-check input {
  width: 20px;
  height: 20px;
}

/*# sourceMappingURL=main.css.map */
