/******************

    Margenes top

******************/
.margin__top-20 {
  margin-top: 20px;
}
/***********************
    
    End margenes top

***********************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.hamburger-btn-container {
  display: none;
}
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #1a1a1a;
  color: #fff;
}
h1 {
  display: inline;
  margin: 0;
  padding: 0;
}
h2 {
  display: inline;
  font-weight: 600;
  font-size: 1.5rem;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.container p {
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}
.txt__subtitulo {
  font-size: 1em;
  margin-bottom: 10px;
}
.txt__subtitulo h1 {
  font-size: 1em;
}
.top-bar {
  background-color: #000;
  padding: 5px 0;
  font-size: 12px;
  font-weight: 700;
  color: #aaa;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar .social-icons a {
  margin-left: 15px;
  font-size: 14px;
  transition: color 0.3s ease;
}
.top-bar .social-icons a:hover {
  color: #fff;
}
.main-nav {
  position: absolute;
  padding: 15px 0;
  top: 10px;
  width: 100%;
}
.main-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-nav .logo img {
  height: 50px;
}
.main-nav .nav-links {
  display: flex;
  gap: 30px;
}
.main-nav .nav-links a {
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}
.main-nav .nav-links a:hover {
  border-bottom-color: #fecb00;
}
.hero-somos {
  background-image: url("/images/quienes-somos.jpg");
  background-size: cover;
  background-position: center;
  height: 82vh;
  display: flex;
  align-items: center;
  position: relative;
}
.hero-somos .hero-content {
  display: grid;
  grid-template-columns: max-content;
}
.hero-somos .hero-content img {
  position: absolute;
}
.hero-somos .hero-content h3 {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 5px;
}
.hero-somos .hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.hero-somos .hero-content .cta-button {
  background-color: #fecb00;
  color: #000;
  padding: 10px 20px;
  font-weight: 700;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  width: 310px;
}
.hero-somos .hero-content .cta-button:hover {
  background-color: #ffd94a;
}
.bienvenida__somos-contenido {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 30px;
  width: 100%;
}
.somos__texto {
  display: grid;
  width: 100%;
}
.somos__imagen {
  display: grid;
  width: 100%;
}
.somos__imagen img {
  display: block;
  width: 100%;
}
.mision__vision {
  background: #f7f7f7;
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 30px;
  padding: 3% 20% 3% 20%;
  width: 100%;
}
.mision__vision-textos {
  display: grid;
  padding: 3%;
  width: 100%;
}
.mision__vision h3 {
  color: #333;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.texto__complemento {
  background: #fff;
  padding: 5% 20% 1% 20%;
  display: grid;
  grid-template-columns: 1fr 60%;
  gap: 30px;
  width: 100%;
}
.texto__complemento h3 {
  color: #333;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.texto__complemento-texto {
  display: grid;
  width: 100%;
}
.texto__complemento-foto {
  display: grid;
  width: 100%;
}
.texto__complemento-foto img {
  display: block;
  width: 100%;
}
.general {
  background: #fff;
  padding: 2% 20% 5% 20%;
  display: grids;
  width: 100%;
}
.general p {
  color: #333;
  font-size: 1rem;
  line-height: 1.5rem;
}
.hero-emprender {
  background-image: url("/images/emprender-hidalgo-ixmiquilpan.jpg");
  background-size: cover;
  background-position: center;
  height: 82vh;
  display: flex;
  align-items: center;
  position: relative;
}
.hero-emprender .hero-content {
  display: grid;
  grid-template-columns: max-content;
}
.hero-emprender .hero-content img {
  position: absolute;
}
.hero-emprender .hero-content h3 {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 5px;
}
.hero-emprender .hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.hero-emprender .hero-content .cta-button {
  background-color: #fecb00;
  color: #000;
  padding: 10px 20px;
  font-weight: 700;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  width: 310px;
}
.hero-emprender .hero-content .cta-button:hover {
  background-color: #ffd94a;
}
.areas {
  background: #fff;
  display: grid;
  padding: 5% 20%;
  grid-template-columns: 100%;
  width: 100%;
}
.areas__titulo {
  display: grid;
  width: 100%;
}
.areas__tipos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
.tipo {
  display: grid;
  width: 100%;
}
.tipo h3 {
  color: #333;
}
.emprender {
  background: #f5f5f5;
  padding: 5% 20% 5% 20%;
  display: grid;
}
.emprender h3 {
  color: #333;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.textos__generales {
  background: #fff;
  padding: 1% 20% 5% 20%;
  display: grid;
  width: 100%;
}
.textos__generales h4 {
  color: #333;
}
.textos__generales .subtitulos {
  color: #333;
}
.textos__generales-titulo {
  display: grid;
  width: 100%;
  padding: 0 20% 3% 20%;
  justify-content: center;
}
.textos__generales-txt {
  display: grid;
  width: 100%;
}
.textos__generales-contenedor {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  border-radius: 10px;
  width: 100%;
}
.textos__generales-producto {
  display: grid;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
}
.producto__line {
  display: grid;
  width: 100%;
}
.producto__line img {
  width: 100%;
}
.producto__line .nombre-producto {
  background: #00314a;
  padding: 3%;
  font-size: 0.6em;
  border-radius: 0 3px 0 0;
  width: 100px;
}
.columna {
  display: grid;
  width: 100%;
}
.columna a {
  background: #a0b7d7;
  color: #00414b;
  font-size: 0.8em;
  border-radius: 5px;
  text-align: center;
  font-weight: 600;
  padding-top: 2px;
  height: 20px;
  width: 90%;
}
.columna p {
  color: #333;
  font-size: 0.8em;
}
.familias__beneficiadas {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
  width: 100%;
}
.familias__beneficiadas .verde {
  background: #88e78d;
}
.familias__beneficiadas .beige {
  background: #eec197;
}
.familias__beneficiadas .localidad {
  background: #000;
  border-radius: 5px;
  padding: 4px 10px;
  text-align: center;
  font-size: 0.7em;
  width: 60%;
}
.familias__beneficiadas .pad20 {
  padding: 20px 5px;
}
.line {
  display: grid;
  width: 100%;
}
.line img {
  width: 100%;
  border-radius: 10px;
}
.familia {
  display: grid;
  border-radius: 10px;
  padding: 5%;
  width: 100%;
}
.dos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.gris {
  background: #efefef;
}
.titulos__generales {
  display: grid;
  justify-content: center;
  padding: 3% 0;
  width: 100%;
}
.bienvenida__productos {
  background: #fff;
  display: grid;
  padding: 5% 20%;
  width: 100%;
}
.bienvenida__productos h2 {
  color: #333;
}
.hero-productos {
  background-image: url("/images/productos-familia-hogar.jpg");
  background-size: cover;
  background-position: center;
  height: 82vh;
  display: flex;
  align-items: center;
  position: relative;
}
.hero-productos .hero-content {
  display: grid;
  grid-template-columns: max-content;
}
.hero-productos .hero-content img {
  position: absolute;
}
.hero-productos .hero-content h3 {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 5px;
}
.hero-productos .hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.hero-productos .hero-content .cta-button {
  background-color: #fecb00;
  color: #000;
  padding: 10px 20px;
  font-weight: 700;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  width: 310px;
}
.hero-productos .hero-content .cta-button:hover {
  background-color: #ffd94a;
}
.productos {
  display: grid;
  gap: 30px;
  padding-bottom: 30px;
  grid-template-columns: repeat(2, 1fr);
}
.productos__contenedor {
  display: grid;
  width: 100%;
}
.productos__titulo {
  display: grid;
  width: 100%;
}
.productos__titulo h4 {
  color: #333;
}
.productos__listado {
  display: grid;
  width: 100%;
}
.productos__home {
  background: #fff;
  padding: 1% 20% 5% 20%;
  display: grid;
  grid-template-columns: 100%;
}
.productos__home-titulos {
  display: grid;
  padding-bottom: 20px;
  width: 100%;
}
.productos__home__textos {
  display: grid;
  padding: 3% 0;
  width: 100%;
}
.productos__home__textos p {
  color: #313131;
  font-size: 1rem;
  line-height: 1.5rem;
}
.productos__home__fotos {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}
.productos__home__fotos-uno {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.productos__home__fotos-uno a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.productos__home__fotos-uno img {
  display: block;
  width: 70%;
}
.hero-visas {
  background-image: url("/images/tramite-visa-americana.jpg");
  background-size: cover;
  background-position: center;
  height: 82vh;
  display: flex;
  align-items: center;
  position: relative;
}
.hero-visas .hero-content {
  display: grid;
  grid-template-columns: max-content;
}
.hero-visas .hero-content img {
  position: absolute;
}
.hero-visas .hero-content h3 {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 5px;
}
.hero-visas .hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.hero-visas .hero-content .cta-button {
  background-color: #fecb00;
  color: #000;
  padding: 10px 20px;
  font-weight: 700;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  width: 310px;
}
.hero-visas .hero-content .cta-button:hover {
  background-color: #ffd94a;
}
.subtitulo {
  color: #1a1a1a;
  font-size: 1.4rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
}
p {
  color: #1a1a1a;
  font-size: 1rem;
  line-height: 1.5rem;
}
.bienvenida__visas {
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 50%;
  gap: 30px;
  padding: 5% 20% 5% 20%;
  width: 100%;
}
.bienvenida__visas-texto {
  display: grid;
  width: 100%;
}
.bienvenida__visas-texto h2 {
  color: #1a1a1a;
  display: inline;
  font-size: 1.4rem;
  font-weight: 500;
}
.bienvenida__visas-foto {
  display: grid;
  width: 100%;
}
.bienvenida__visas-foto img {
  display: block;
  width: 100%;
}
.razones {
  background: #eef2f6;
  padding: 5% 20%;
}
.razones__titulo {
  display: grid;
  padding-bottom: 20px;
  width: 100%;
}
.razones__opciones {
  background: #fff;
  border-radius: 10px;
  box-shadow: -0.244px 6.996px 27px 0px rgba(13,11,13,0.08);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
  padding: 3%;
  width: 100%;
}
.razones__opcion {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.razones .razon__titulo {
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 600;
  height: 45px;
  margin-bottom: 10px;
}
.hero {
  height: 82vh;
  background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("/images/reunificacion-familiar-hidalgo.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}
.hero .hero-content {
  display: grid;
  grid-template-columns: max-content;
}
.hero .hero-content img {
  position: absolute;
}
.hero .hero-content h3 {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 5px;
}
.hero .hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.hero .hero-content .cta-button {
  background-color: #fecb00;
  color: #000;
  padding: 10px 20px;
  font-weight: 700;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  width: 360px;
}
.hero .hero-content .cta-button:hover {
  background-color: #ffd94a;
}
.features-cards {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: -190px;
  padding: 0 60px;
  position: relative;
  z-index: 10;
}
.card {
  flex: 1;
  padding: 80px 30px 30px 30px;
  cursor: pointer;
  height: 15vh;
  border-radius: 8px;
  text-align: left;
  color: #fff;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}
.card i {
  font-size: 40px;
  margin-bottom: 20px;
}
.card h2 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.card p {
  font-size: 0.8rem;
  font-weight: 700;
}
.card img {
  position: absolute;
  top: 20px;
}
.card-pink {
  background-color: #e83f8c;
}
.card-lime {
  background-color: #8cc63f;
}
.card-green {
  background-color: #76b76a;
}
.formulario__lead {
  display: grid;
  gap: 7px;
  margin-top: 20px;
  width: 100%;
}
.formulario__lead input {
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  border: 0;
  padding: 15px;
}
.formulario__lead button {
  background: #c65f5f;
  border: 0;
  border-radius: 3px;
  color: #fff;
  padding: 10px;
  width: 150px;
}
.formulario__lead .form__separador {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 20px;
  width: 100%;
}
.formulario__lead .top__10 {
  margin-top: 10px;
}
.cta__verde-2 {
  border-radius: 7px;
  background: #69c685;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}
.cta__verde {
  border-radius: 7px;
  background: #69c685;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  margin-top: 20px;
  width: 250px;
}
.bienvenida {
  background: #eef2f6;
  display: grid;
  grid-template-columns: 1fr 50%;
  padding: 7% 20% 8% 20%;
  width: 100%;
}
.bienvenida h4 {
  color: #1a1a1a;
  font-size: 2rem;
}
.bienvenida p {
  color: #1a1a1a;
  font-size: 1rem;
}
.lead {
  background: #eef2f6;
  display: grid;
  gap: 30px;
  padding: 5% 20%;
  width: 100%;
}
.lead__titulo {
  display: grid;
  width: 100%;
}
.lead__content {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 40px;
  width: 100%;
}
.lead__content-foto {
  width: 100%;
}
.lead__content-foto img {
  display: block;
  width: 100%;
}
.lead__content-formulario {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.lead__content-formulario p {
  color: #1a1a1a;
  margin-bottom: 10px;
}
.pilares {
  background: #fff;
  display: grid;
  position: relative;
  padding: 10% 20% 7% 20%;
  width: 100%;
}
.pilares__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: absolute;
  padding: 10% 20%;
  top: -250px;
  width: 100%;
}
.pilares__content-poder {
  background: #000;
  box-shadow: 8px 8px 16px #666;
  position: relative;
  width: 100%;
}
.pilares__content-poder img {
  display: block;
  width: 100%;
}
.pilares__content-poder a {
  background: #fff;
  color: #1a1a1a;
  padding: 10px 20px;
  position: absolute;
  left: 30%;
  bottom: -15px;
}
.pilares__reunificacion {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 60%;
  gap: 30px;
  margin-top: 9%;
}
.pilares__reunificacion-foto {
  display: grid;
  width: 100%;
}
.pilares__reunificacion-foto img {
  display: block;
  width: 100%;
}
.pilares__reunificacion-texto {
  display: grid;
  width: 100%;
}
.pilares__reunificacion-texto p {
  color: #1a1a1a;
  line-height: 1.5rem;
}
.txt__descripcion {
  font-size: 0.9rem;
  font-weight: 600;
  color: #919191;
}
.txt__titulos {
  color: #313131;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.txt__titulos-lead {
  color: #1a1a1a;
  font-size: 2.2rem;
  font-weight: 500;
}
.casos__exito {
  background: #fff;
  padding: 5% 20%;
}
.casos__exito-fotos {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 20px;
  width: 100%;
}
.casos__exito-fotos .fotos {
  display: grid;
  width: 100%;
}
.casos__exito-fotos .fotos img {
  display: block;
  width: 100%;
}
.casos__exito-fotos .fotos__fila {
  display: grid;
  grid-template-columns: 100%;
  width: 100%;
}
.casos__exito-fotos .fotos__fila-dos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}
.casos__exito-fotos .fotos__fila-dos img {
  display: block;
  width: 100%;
}
.casos__exito-fotos .fotos__fila-uno {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.casos__exito-titulo {
  display: grid;
  padding-bottom: 20px;
  width: 100%;
}
.productos {
  background: #fff;
  padding: 1% 20% 5% 20%;
}
.productos-titulos {
  display: grid;
  padding-bottom: 20px;
  width: 100%;
}
.productos__textos {
  display: grid;
  padding: 3% 0;
  width: 100%;
}
.productos__textos p {
  color: #313131;
  font-size: 1rem;
  line-height: 1.5rem;
}
.productos__fotos {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}
.productos__fotos-uno {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.productos__fotos-uno a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.productos__fotos-uno img {
  display: block;
  width: 70%;
}
.tipos__visa {
  background: #fff;
  padding: 5% 20%;
  width: 100%;
}
.tipos__visa-titulo {
  display: grid;
  margin-bottom: 20px;
  width: 100%;
}
.tipos__visa-contenido {
  display: grid;
  width: 100%;
}
.tipos__visa-contenido--listado {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}
.tipo__visa-dudas {
  background: #eef2f6;
  display: grid;
  padding: 20px;
  margin-top: 40px;
  width: 100%;
}
.tipos__visa-contenido--listado {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}
.visa__tipo {
  display: grid;
  border: 1px solid #efefef;
  margin-top: 40px;
  padding: 20px;
  width: 100%;
}
.visa__tipo-titulo {
  display: grid;
  padding: 10px;
  width: 100%;
}
.visa__tipo-contenido {
  display: grid;
  width: 100%;
}
.visa__tipo h2 {
  color: #333;
  font-size: 1.2em;
}
.testimonios {
  background: #eef2f6;
  padding: 5% 20%;
  display: grid;
  width: 100%;
}
.testimonios__titulo {
  display: grid;
  padding: 10px;
  width: 100%;
}
.testimonios__personas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 10px;
  width: 100%;
}
.testimonio {
  display: grid;
  width: 100%;
}
.testimonio__foto {
  display: flex;
  justify-content: center;
  padding: 4%;
  width: 100%;
}
.testimonio__foto img {
  border-radius: 50%;
  display: block;
  width: 80%;
}
.testimonio__nombre {
  display: grid;
  justify-content: center;
  width: 100%;
}
footer {
  background: #262626;
  color: #fff;
  display: grid;
}
.footer__bottom {
  background: #000;
  padding: 17px;
  display: flex;
  width: 100%;
}
.footer__bottom p {
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
  width: 100%;
}
.footer__content {
  display: grid;
  padding: 2% 20%;
  width: 100%;
}
.footer__top {
  display: grid;
  grid-template-columns: 40% 1fr;
  width: 100%;
}
.footer__top-izquierda {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 45%;
  width: 100%;
}
.footer__top-izquierda a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.footer__top-izquierda a img {
  width: 65px;
  height: auto;
}
.footer__top-derecha {
  background: #4da06a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3% 30% 3% 3%;
  width: 100%;
}
.btn__blanco {
  background: #fff;
  margin-left: 20px;
  padding: 10px 20px;
  color: #000;
}
.btn__blanco:hover {
  background: #333;
  color: #fff;
  transition: background 0.3s ease, color 0.3s ease;
}
.open {
  left: 0 !important;
}
@media (max-width: 1500px) {
  .bienvenida {
    padding: 7% 20% 12% 20%;
  }
  .bienvenida h4 {
    font-size: 1.5em;
  }
}
@media (max-width: 1300px) {
  .bienvenida {
    padding: 15% 20% 12% 20%;
  }
  .bienvenida__visas {
    padding: 10%;
  }
  .hero .hero-content h3 {
    font-size: 2em;
  }
  .razones__opciones {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-content h1 {
    font-size: 1em;
  }
  .card {
    height: auto;
    padding: 25px;
  }
  .card h2 {
    font-size: 0.8rem;
  }
  .card img {
    display: none;
  }
  .features-cards {
    padding: 0 30px;
  }
  .razones {
    padding: 5% 10%;
  }
  .tipos__visa {
    padding: 5% 10%;
  }
}
@media (max-width: 1200px) {
  .bienvenida {
    grid-template-columns: 100%;
    padding: 15% 10% 12% 10%;
  }
  .bienvenida__titulo {
    margin-bottom: 20px;
  }
  .casos__exito {
    padding: 5% 10%;
  }
  .txt__titulos-lead {
    font-size: 1.5rem;
    padding: 5% 10%;
  }
  .productos__home__fotos {
    grid-template-columns: repeat(2, 1fr);
  }
  .productos {
    padding: 5% 10%;
  }
  .pilares {
    padding: 10% 10% 7% 10%;
  }
  .pilares__content {
    top: -200px;
    padding: 10% 12%;
  }
  .hero-visas {
    height: 60vh;
  }
}
@media (max-width: 1000px) {
  .bienvenida__visas {
    grid-template-columns: 100%;
  }
  .pilares__content {
    top: -150px;
  }
  .productos__home {
    padding: 1% 10% 5% 10%;
  }
  .nav-links {
    display: none;
  }
  .tipos__visa-contenido--listado {
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonios {
    padding: 5% 10%;
  }
}
@media (max-width: 700px) {
  .hero-visas .hero-content h3 {
    font-size: 2rem;
  }
  .hero-content h1 {
    display: block;
  }
  .testimonios__personas {
    grid-template-columns: repeat(2, 1fr);
  }
  .hamburger-btn-container {
    display: block;
  }
  .productos__home__fotos {
    grid-template-columns: 100%;
  }
  .nav-links {
    background: rgba(0,0,0,0.8);
    flex-direction: column;
    height: 100vh;
    top: 0;
    position: absolute;
    padding-top: 10px;
    width: 100%;
  }
  .razones__opciones {
    grid-template-columns: 100%;
  }
  .main-nav .nav-links {
    padding-left: 20px;
    left: -750px;
  }
  .main-nav {
    top: 0;
  }
  .main-nav .container {
    width: 100%;
  }
  .bienvenida {
    padding: 7% 10% 12% 10%;
  }
  .features-cards {
    display: none;
  }
  .pilares__reunificacion-foto img {
    display: none;
  }
  .tipos__visa-contenido--listado {
    grid-template-columns: 100%;
  }
  .productos__fotos {
    grid-template-columns: 100%;
  }
  .hero {
    height: 60vh;
  }
  .pilares__content {
    top: -115px;
  }
  .pilares__reunificacion {
    grid-template-columns: 100%;
  }
  .lead__content {
    grid-template-columns: 100%;
  }
  .lead__content-foto img {
    display: none;
  }
  .footer__top {
    grid-template-columns: 100%;
  }
  .footer__top-izquierda {
    padding: 15px;
  }
  .hamburger-btn-container {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    z-index: 101;
  }
  .hamburger-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
  }
  .hamburger-btn .bar {
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
  .menu-open > .hamburger-btn-container .hamburger-btn .bar:nth-child(2) {
    opacity: 0;
  }
  .menu-open > .hamburger-btn-container .hamburger-btn .bar:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .menu-open > .hamburger-btn-container .hamburger-btn .bar:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
}
@media (max-width: 600px) {
  .lead {
    padding: 5%;
  }
  .formulario__lead {
    width: 90%;
  }
  .hero-visas {
    height: 50vh;
  }
  .casos__exito-fotos {
    grid-template-columns: 100%;
  }
  .hero {
    height: 40vh;
  }
  .pilares__content {
    top: 0;
    position: relative;
    grid-template-columns: 100%;
  }
  .testimonios__personas {
    grid-template-columns: 100%;
  }
}
@media (max-width: 500px) {
  .footer__top-derecha {
    display: block;
    padding: 5px;
  }
  .footer__top-derecha p {
    padding-bottom: 15px;
  }
  .formulario__lead .form__separador {
    grid-template-columns: 100%;
  }
  .hero .hero-content h3 {
    font-size: 1.5rem;
  }
  .txt__subtitulo h1 {
    display: block;
  }
  .lead {
    padding: 5% 10%;
  }
  .logo {
    position: absolute;
    top: 20px;
    left: 25px;
  }
}
