header nav li a,
.hero__right .btn-send,
.clients__grid a,
.copy .btn,
.footer__left p a {
  transition: all 0.7s cubic-bezier(0.18, 0.32, 0.17, 0.99);
}
html {
  font-family: "Poppins", sans-serif !important;
  scroll-behavior: smooth;
}

.imgXtracking {
  width: auto;
  height: 500px;
}	
.btns-prueba {
  gap: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
}
.flex {
  display: flex;
}
.client-title {
  margin-bottom: 40px;
}
.container {
  max-width: 1230px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.seccion {
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 1;
  transform: translateY(0);
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 3rem 2rem;
}

.card {
  display: flex;
  background: white;
  height: 235px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 2rem;
  width: 300px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.card img {
  height: 60px;
  margin-bottom: 1rem;
}

.card h3 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.card p {
  font-size: 1rem;
  margin-top: 0.8rem;
  color: #555;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.seccion.oculta {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.ver-mas-btn {
  display: inline-block;
  padding: 2px 10px;
  color: #FA8002;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.1s ease;
}

.ver-mas-btn:active {
  background-color: #ffe6cc;
  transform: scale(0.96);
}

.blog__grid-content {
  display: flex;
  gap: 20px;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  background-color: white;
  align-items: center;
}

.photo {
  width: 250px;
  height: auto;
  border-radius: 10px;
}

.blog-text h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #333;
}

.titulo-blog {
  font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  color: #888 !important;
}

.ver-mas-btn {
  color: #f7941d;
  font-weight: 600;
  text-decoration: none;
}

.ver-mas-btn:hover {
  text-decoration: underline;
}

/* Detalle */
#vista-detalle {
  background-color: white;
  padding: 30px;
  font-size: 15px;
}

.detalle-header {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 10px;
  justify-content: flex-start;
}

.detalle-header button {
  background-color: #f7941d;
  color: white;
  border: none;
  padding: 5px 13px;
  font-size: xx-large;
  border-radius: 28px;
  cursor: pointer;
}

.detalle-header button:hover {
  background-color: #e98213;
}

.detalle-layout {
  text-align: justify;
  font-family: "Poppins", sans-serif;
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

.detalle-text {
  font-size: 20px;
  color: #484a47;
  line-height: 30px;
  margin-bottom: 20px;
}
.detalle-text-2 {
  font-size: 20px;
  color: #484a47;
  line-height: 38px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.detalle-text-3 {
  font-size: 20px;
  color: #484a47;
  line-height: 26px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.detalle-footer {
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: justify;
  color: #444;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}

.detalle-layout img {
  width: 458px;
  height: 338px;
  border-radius: 20px;
}

.detalle-layout div {
  /* max-width: 600px; */
  color: #444;
}

.blog__grid-content {
  display: flex;
  max-width: 27%;
  margin: 0 15px;
  margin-bottom: 80px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  border-radius: 15px;
  border: 1px solid #484a4724;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog__grid-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1); /* efecto al pasar el mouse */
}

.blog__grid {
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
}

/* Estilos generales para el contenido del blog */
.blog__grid h3 {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: #484A47;
  font-weight: 100;
  margin-top: 5px;
  line-height: 25px;
}

.blog__grid-content h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #484A47;
  font-weight: 200;
  margin-top: 12px;
  margin-bottom: 1px;
  line-height: 25px;
}

/* Responsividad para pantallas medianas (tabletas) */
@media (max-width: 1024px) {
  .blog__grid-content {
    max-width: 45%; /* Dos elementos por fila */
  }
}

/* Responsividad para pantallas pequeñas (móviles) */
@media (max-width: 768px) {
  .detalle-layout {
    text-align: justify;
    font-family: "Poppins", sans-serif;
    display: flex;
    gap: 23px;
    margin-top: 22px;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .detalle-layout img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

  .blog__grid {
    flex-direction: row; /* Los elementos se alinean en fila */
    justify-content: center;
    align-items: center; /* Centra los elementos */
  }

  /* Ajustar el tamaño de las fuentes en móviles */
  .blog__grid h3 {
    font-size: 15px;
    line-height: 20px;
  }

  .blog__grid-content h4 {
    font-size: 16px;
  }
}

.blog__grid {
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
}

/* Estilos generales para el contenido del blog */
.blog__grid h3 {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: #484A47;
  font-weight: 100;
  margin-top: 5px;
  line-height: 25px;
}

.blog__grid-content h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #484A47;
  font-weight: 200;
  margin-top: 12px;
  margin-bottom: 1px;
  line-height: 25px;
}

/* Responsividad para pantallas medianas (tabletas) */
@media (max-width: 1024px) {
  .blog__grid-content {
    max-width: 45%; /* Dos elementos por fila */
  }
}

/* Responsividad para pantallas pequeñas (móviles) */
@media (max-width: 768px) {
  .blog__grid {
    flex-direction: column; /* Cambiar a columna en móviles */
    align-items: center; /* Centra los elementos */
  }

  .blog__grid-content {
    max-width: 85%;
    margin-right: 0; /* Quitar margen horizontal */
    margin-bottom: 20px; /* Espacio entre los elementos */
    flex-direction: column; /* Asegura que los elementos se apilen en columna */
    justify-content: flex-start;
    align-items: center; /* Centra los elementos dentro de su contenedor */
  }

  /* Ajustar el tamaño de las fuentes en móviles */
  .blog__grid h3 {
    font-size: 15px;
    line-height: 20px;
  }

  .blog__grid-content h4 {
    font-size: 16px;
  }
}

.ver-mas-btn {
  display: inline-block;
  padding: 0px 5px;
  color: #FA8002;
  border-radius: 10px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.ver-mas-btn:hover {
  background-color: #f56a000a; /* Color un poco más oscuro al pasar el cursor */
}

.titulo-blog{
  font-weight: 600 !important;
}
.titulo-detalle{
  font-family: "Poppins", sans-serif !important;
  color: #888 !important;
  padding-top: 10px;
  font-size: 23px !important;
  font-weight: 600 !important;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .container {
    padding: 0 20px;
  }
}

.text-center {
  text-align: center;
}

p {
  font-family: "Karla", sans-serif;
}

.bg-grey {
  background: #484A47;
}

.fancybox-infobar {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

h2 {
  font-family: "Poppins", sans-serif;
  color: #484A47;
  font-size: 40px !important;
  text-transform: uppercase;
  letter-spacing: -2px;
}

h2 span {
  font-family: "Karla", sans-serif;
  color: #FA8002;
}

h2 b {
  color: #FA8002;
}

header {
  padding: 0 70px;
  height: 111px;
  position: fixed;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  z-index: 99;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Cambia los valores a tu gusto */
}

@media (min-width: 768px) and (max-width: 1099px) {
  header {
    padding: 0 20px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  header {
    padding: 0;
    text-align: center;
    height: 100px;
    box-shadow: 0px 0px 96px 0px rgba(0, 0, 0, 0.32);
  }
}

header .logo {
  float: left;
  margin-top: 28px;
}

@media (min-width: 768px) and (max-width: 1099px) {
  header .logo {
    margin-top: 35px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  header .logo {
    float: none;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  header .logo img {
    width: 170px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  header .logo img {
    width: 190px;
  }
}

header .logo p {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #484A47;
  text-align: right;
  margin-top: 5px;
}

@media (min-width: 768px) and (max-width: 1099px) {
  header .logo p {
    font-size: 10px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  header .logo p {
    display: block;
    text-align: center;
    font-size: 10px;
    margin-top: 9px;
  }
}

header .logo p span {
  color: #FA8002;
}

header nav {
  float: right;
  margin-top: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
  header nav {
    display: none;
  }
}

header nav li {
  margin-right: 80px;
}

@media (min-width: 768px) and (max-width: 1099px) {
  header nav li {
    margin-right: 30px;
  }
}

header nav li:nth-child(3) {
  margin-right: 60px;
}

@media (min-width: 768px) and (max-width: 1099px) {
  header nav li:nth-child(3) {
    margin-right: 20px;
  }
}

header nav li:last-child {
  margin-right: 0;
}

header nav li a {
  color: #484A47;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1099px) {
  header nav li a {
    font-size: 12px;
  }
}

header nav li a:hover {
  color: #FA8002;
}

header nav li a.selected {
  color: #FA8002;
}

header nav li .whatsapp {
  border: 2px solid #01E677;
  border-radius: 4px;
  padding: 15px 21px 15px 50px;
}

header nav li .whatsapp:hover {
  color: #01E677;
}

header nav li .whatsapp img {
  position: absolute;
  left: 17px;
  top: 14px;
}

header nav li .whatsapp.selected {
  color: #484A47;
}


.blog {
  margin: 90px 0;
}

.blog-text {
  display: flex;
  margin: 32px 32px;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}
.blog-text h2{
  color: #FA8002;
}

.photo {
  width: 100%;
  height: 260px;
  background-size: cover;
  border-radius: 15px;
}
.blog {
  margin-top: 130px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .blog {
    margin-top: 90px;
  }
}

.blog h2 {
  font-size: xxx-large !important;
  margin-bottom: 100px;
}
.blog-text h2 {
  font-size: xx-large !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .blog h2 {
    font-size: 35px !important;
    margin-bottom: 62px;
  }
}

/* .blog__grid {
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
}

.blog__grid h3 {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: #484A47;
  font-weight: 100;
  margin-top: 5px;
  line-height: 25px;
}
.blog__grid-content h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #484A47;
  font-weight: 200;
  margin-top: 12px;
  margin-bottom: 1px;
  line-height: 25px;
} */

@media (min-width: 768px) and (max-width: 1099px) {
  .blog__grid h3 {
    font-size: 15px;
  }
  .blog__grid h4 {
    font-size: 10px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .blog__grid h3 {
    font-size: 15px;
    /* max-width: 80%; */
    margin: 50px auto 0;
  }
  .blog__grid h4 {
    margin: 14px 0px -34px 2px;
  }
}

.blog__grid h3 span {
  color: #FA8002;
}

.hero {
  height: 800px;
  background: url(../images/bg-image.jpg) no-repeat;
  background-size: cover;
  margin-top: 111px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hero {
    margin-top: 100px;
    height: auto;
    padding-bottom: 50px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .hero .flex {
    flex-direction: column;
  }
}

.hero__left {
  width: 60.9756097561%;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .hero__left {
    width: 48.7804878049%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .hero__left {
    width: 100%;
  }
}

.hero__left h1 {
  color: #fff;
  font-size: 58px;
  letter-spacing: -1px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  padding-top: 80px;
  padding-bottom: 26px;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .hero__left h1 {
    font-size: 45px;
    padding-top: 88px;
    padding-bottom: 35px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .hero__left h1 {
    font-size: 43px;
    padding-top: 40px;
    padding-bottom: 35px;
    text-align: center;
    line-height: 50px;
  }
}

.hero__left p {
  font-size: 20px;
  color: #fff;
  line-height: 35px;
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .hero__left p {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .hero__left p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

.hero__left video {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0px 0px 96px 0px rgba(0, 0, 0, 0.32);
}

.hero__right {
  width: 39.0243902439%;
  padding-top: 50px;
  padding-left: 100px;
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .hero__right {
    width: 48.7804878049%;
    padding-left: 60px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .hero__right {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
}

.hero__right p {
  font-size: 20px;
  color: #fff;
  line-height: 35px;
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .hero__right p {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .hero__right p {
    font-size: 16px;
  }
}

.hero__right form {
  width: 300px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hero__right form {
    width: 100%;
  }
}

.hero__right form .field {
  margin-top: 15px;
  max-width: 266px;
  margin-bottom: 15px;
}

.hero__right form .formulario__grupo {
  margin-top: 15px;
  max-width: 266px;
  margin-bottom: 15px;
}

.hero__right form .formulario__grupoDos {
  margin-top: 15px;
  max-width: 298px;
  margin-bottom: 15px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hero__right form .field {
    max-width: 100%;
  }
  .hero__right form .formulario__grupoDos {
    max-width: none
  }

  .hero__right form .formulario__grupo {
    max-width: 100%;
  }
}

.hero__right form .field label {
  display: block;
  font-family: "Karla", sans-serif;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}

.hero__right form .formulario__grupo label {
  display: block;
  font-family: "Karla", sans-serif;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}

.hero__right form .field input {
  background-color: rgb(0 0 0 / 74%) !important;
  border: 2px solid #fff;
  padding: 15px;
  font-family: "Karla", sans-serif;
  font-size: 15px;
  color: #fff;
  width: 100%;
  margin-bottom: 25px;
}

.hero__right form .formulario__grupo input {
  background-color: rgb(0 0 0 / 74%) !important;
  border: 2px solid #fff;
  padding: 15px;
  font-family: "Karla", sans-serif;
  font-size: 15px;
  color: #fff;
  width: 100%;
  margin-bottom: 25px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hero__right form .field input {
    box-sizing: border-box;
  }

  .hero__right form .formulario__grupo input {
    box-sizing: border-box;
  }
}

.hero__right form .field input::placeholder {
  color: #fff;
}

.hero__right form .formulario__grupo input::placeholder {
  color: #fff;
}

.hero__right form .field input:focus {
  background: white;
  color: #484A47;
}

.hero__right form .formulario__grupo input:focus {
  background: white;
  color: #484A47;
}

.hero__right form .field input:focus::placeholder {
  color: #484A47;
}

.hero__right form .formulario__grupo input:focus::placeholder {
  color: #484A47;
}

.hero__right form .terms {
  margin: 20px 0;
}

.hero__right form .terms label {
  font-family: "Karla", sans-serif;
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
}

.hero__right form .terms label a {
  color: #fff;
  text-decoration: underline;
}

.hero__right .btn-send {
  display: flex;
  width: 100%;
  background: #FA8002;
  border: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 0;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
}

.hero__right .btn-send:hover {
  background: #484A47;
}

.know {
  margin-top: 300px;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .know {
    margin-top: 100px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .know {
    margin-top: 80px;
  }
}

.know h2 {
  margin-bottom: 40px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .know h2 {
    font-size: 35px !important;
  }
}

.know p {
  font-size: 20px;
  color: #484A47;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  line-height: 35px;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .know p {
    font-size: 16px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .know p {
    font-size: 16px;
    line-height: 30px;
  }
}

.know__app {
  margin: 100px auto 0;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .know__app {
    margin-top: 50px;
    justify-content: flex-start;
    overflow-x: scroll; /* Fuerza la scrollbar a estar siempre visible */
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #888 #f1f1f1; /* Firefox: thumb y track */
}

/* WebKit (Chrome, Safari, Edge) */
.know__app::-webkit-scrollbar {
    height: 8px; /* Grosor de la scrollbar horizontal */
}

.know__app::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color de fondo */
    border-radius: 4px;
}

.know__app::-webkit-scrollbar-thumb {
    background: #888; /* Color de la barra */
    border-radius: 4px;
}

.know__app::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color al pasar el mouse */
}
}

@media (min-width: 768px) and (max-width: 1099px) {
  .know__app img {
    width: 30%;
  }
}

.benefits {
  margin-top: 130px;
}
.optimiza_gestion{
  margin-top: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .benefits {
    margin-top: 90px;
  }
}

.benefits h2 {
  margin-bottom: 110px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .benefits h2 {
    font-size: 35px !important;
    margin-bottom: 62px;
  }
}

.benefits__grid {
  flex-wrap: wrap;
  justify-content: space-between;
}

.benefits__grid-content {
  max-width: 250px;
  margin-right: 100px;
  margin-bottom: 80px;
  display: block;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .benefits__grid-content {
    max-width: 183px;
    margin-right: 54px;
    margin-bottom: 60px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .benefits__grid-content {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
  }
}

.benefits__grid-content:nth-child(3n+3) {
  margin-right: 0;
}

.benefits__grid-content img {
  width: 250px;
  height: 250px;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .benefits__grid-content img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .benefits__grid-content img {
    width: 50%;
    height: auto;
  }
}

.benefits__grid h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #484A47;
  font-weight: 700;
  margin-top: 50px;
  line-height: 25px;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .benefits__grid h3 {
    font-size: 15px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .benefits__grid h3 {
    font-size: 15px;
    max-width: 80%;
    margin: 50px auto 0;
  }
}

.benefits__grid h3 span {
  color: #FA8002;
}

.clients {
  margin-top: 90px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .clients {
    margin-top: 10px;
  }
}

.clients h2 {
  margin-bottom: 100px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .clients h2 {
    font-size: 35px !important;
  }
}

.clients__grid {
  justify-content: space-between;
}

@media (min-width: 320px) and (max-width: 767px) {
  .clients__grid {
    flex-direction: column;
  }
}

.clients__grid a {
  background: #EBEBEB;
  display: block;
  border-radius: 6px;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .clients__grid a {
    width: 30%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .clients__grid a {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .clients__grid a img {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .clients__grid a img {
    width: 100%;
  }
}

.clients__grid a .info {
  background: #EBEBEB;
  padding: 30px;
}

.clients__grid a .info h3 {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #484A47;
  font-size: 20px;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .clients__grid a .info h3 {
    font-size: 15px;
  }
}

.clients__grid a .info p {
  color: #484A47;
  font-size: 13.5px;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .clients__grid a .info p {
    font-size: 11px;
  }
}

.clients__grid a:hover {
  box-shadow: 0px 0px 96px 0px rgba(0, 0, 0, 0.32);
}

.client-logos {
  margin-top: 90px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .client-logos {
    margin-top: 0;
  }
}

.client-logos ul {
  flex-wrap: wrap;
}

.client-logos ul li {
  width: 238px;
  height: 210px;
  justify-content: center;
  display: flex;
  align-items: center;
}

@media (min-width: 320px) and (max-width: 767px) {
  .client-logos ul li {
    width: 50%;
    height: 130px;
  }
}


.copy {
  margin-top: 60px;
}

.copy .container {
  padding: 74px 0;
}

.copy h3 {
  color: #fff;
  font-size: 55px;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  max-width: 930px;
  margin: 0 auto 60px;
  line-height: 60px;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .copy h3 {
    width: 80%;
    font-size: 45px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .copy h3 {
    font-size: 30px;
    letter-spacing: 0px;
    max-width: 90%;
    line-height: 45px;
  }
}

.copy span {
  color: #FA8002;
  font-family: "Karla", sans-serif;
}

.copy .btn {
  background: #FA8002;
  border: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 40px;
}

.copy .btn:hover {
  background: #fff;
  color: #FA8002;
}

.quotes {
  margin: 90px 0;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .quotes {
    margin: 100px 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .quotes {
    margin: 40px 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .quotes .flex {
    flex-direction: column;
  }
}

.quotes__content {
  padding: 60px;
  border-right: 1px solid #E6E6E6;
}

@media (min-width: 320px) and (max-width: 767px) {
  .quotes__content {
    border-bottom: 1px solid #E6E6E6;
    border-right: none;
    padding: 20px;
    margin-bottom: 30px;
    padding-bottom: 50px;
  }
}

.quotes__content:last-child {
  border-right: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .quotes__content:last-child {
    border-bottom: none;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .quotes__content {
    padding: 30px;
  }
}

.quotes__content-inner {
  max-width: 280px;
  position: relative;
}

@media (min-width: 320px) and (max-width: 767px) {
  .quotes__content-inner {
    max-width: 100%;
    text-align: center;
  }
}

.quotes__content-inner img {
  position: absolute;
}

@media (min-width: 320px) and (max-width: 767px) {
  .quotes__content-inner img {
    position: relative;
  }
}

.quotes__content-inner .popsy {
  top: -20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .quotes__content-inner .popsy {
    top: 0;
  }
}

.quotes__content-inner .text {
  padding-top: 80px;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .quotes__content-inner .text {
    font-size: 14px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .quotes__content-inner .text {
    padding-top: 20px;
  }
}

.quotes__content-inner p {
  color: #484A47;
  line-height: 30px;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .quotes__content-inner p {
    font-size: 12px;
  }
}

.quotes__content-inner h3 {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #484A47;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .quotes__content-inner h3 {
    font-size: 18px;
  }
}

.quotes__content .quote {
  display: block;
  margin-bottom: 60px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .quotes__content .quote {
    margin-bottom: 0;
  }
}

.footer {
  background: #FA8002;
  padding: 70px 0;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .footer {
    padding: 70px 30px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer {
    text-align: center;
  }
}

.footer__left {
  float: left;
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer__left {
    float: none;
  }
}

.footer__left h3 {
  text-transform: uppercase;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer__left p {
  color: #fff;
  line-height: 25px;
}

.footer__left p a {
  color: #fff;
}

.footer__left p a:hover {
  color: #484A47;
}

.footer__legal {
  margin-top: 18px;
}

.footer__left p .footer__policy-link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-transform: uppercase;
}

.footer__left p .footer__policy-link:hover {
  background: #fff;
  color: #FA8002;
}

.footer__right {
  float: right;
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer__right {
    float: none;
    margin-top: 60px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer__right ul {
    justify-content: center;
  }
}

.footer__right ul li {
  margin-right: 20px;
}

.footer__right ul li:last-child {
  margin-right: 0;
}

.footer__right ul li .twitter {
  position: relative;
  top: 2px;
}

.footer__right p {
  margin-top: 12px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.formulario__input-error {
  font-size: 12px !important;
  margin-bottom: -4px !important;
  margin-top: -10px !important;
  line-height: 12px !important;
  text-align: justify;
  margin-left: 20px;
  display: none;
}

.formulario__input-error-activo {
  display: block;
}

.formulario__grupo-terminos,
.formulario__mensaje,
.formulario__grupo-btn-enviar {
  grid-column: span 2;
}

.formulario__mensaje-error {
  height: 50px !important;
  line-height: 20px !important;
  background: #F66060;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  display: none !important;
}


.formulario__mensaje-error-activo {
  display: block !important;
}

.formulario__mensaje-error p {
  margin: 0;
  font-size: 16px !important;
  line-height: 22px !important;
}

.formulario__mensaje p {
  margin: 0;
  font-size: 16px !important;
  line-height: 22px !important;
}

.formulario__mensaje-exito {
  font-size: 16px !important;
  color: #bce0b7 !important;
  border-width: 3px !important;
  border-style: solid im !important;
  border-color: #61c753 !important;
  background-size: 25px 50px !important;
  display: none !important;
  background: #119200 !important;
  margin: 10px;
  padding: 15px;
  text-align: center;
  line-height: 12px !important;
  border-radius: 3px;
}

.formulario__mensaje-exito-activo {
  display: block !important;
}

.formulario__grupo-btn-enviar {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.formulario__grupo-btn-enviar img{
  height: 51px;
  cursor: pointer;
  display: flex;
  background: white;
  border-radius: 9px;
}

.formulario__input:focus {
  background-color: rgb(0 0 0 / 74%) !important;
  border-right: 3px solid transparent !important;
  border-left: 3px solid transparent !important;
  border-bottom: 3px solid #003663 !important;
  border-top: 1px solid transparent !important;
  box-shadow: 2px 2px 10px #003663 !important;
  color: #ffffff !important;
  background: url("../images/check.png") no-repeat 95% 50% lightgreen;
  background-size: 25px;
}

/* ----- -----  Estilos para Validacion ----- ----- */
.formulario__grupo-correcto .formulario__validacion-estado {
  color: #1ed12d !important;
  opacity: 1 !important;
}

.formulario__grupo-incorrecto ::placeholder {
  color: #960505 !important;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
  background-color: rgb(0 0 0 / 74%) !important;
  border-right: 3px solid transparent !important;
  border-left: 3px solid transparent !important;
  border-bottom: 3px solid #960505 !important;
  border-top: 1px solid transparent !important;
  box-shadow: 2px 2px 10px #960505 !important;
  color: #ffffff !important;
  background: url("../images/uncheck.jpg") no-repeat 95% 50%;
  background-size: 25px;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input {
  background-color: rgb(0 0 0 / 74%) !important;
  border-right: 3px solid transparent !important;
  border-left: 3px solid transparent !important;
  border-bottom: 3px solid #960505 !important;
  border-top: 1px solid transparent !important;
  box-shadow: 2px 2px 10px #960505 !important;
  color: #ffffff !important;
  background: url("../images/uncheck.jpg") no-repeat 95% 50%;
  background-size: 25px;
}

.formulario__grupo-incorrecto .formulario__label {
  color: #960505 !important;
}

.formulario__checkbox {
  font-family: "Poppins", sans-serif;
  margin-right: 10px;
}
.formulario__checkbox a {
  font-family: "Poppins", sans-serif;

}

.formulario__label {
  font-family: "Poppins", sans-serif;
}

.formulario__label input{
  cursor: pointer !important;
}

.formulario__label {
  display: block !important;
  font-weight: 700 !important;
  padding-bottom: 10px !important;
  font-size: 15px;
}

.formulario__checks {
  color: white;
}
