a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 0;
  background-color: #F5F5F7;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  user-select: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* --------reset------------ */
li a {
  text-decoration: none;
  color: #F5F5F7;
  font-size: 0.9rem;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

li a:hover {
  color: #E8104B;
  transition: 0.5s;
}

nav {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #1b1b22;
  padding: 0 20px;
  z-index: 99;
  position: fixed;
}

#logo {
  flex: 1 1 10px;
  padding-left: 40px;
}

.nav-links {
  display: flex;
  justify-content: space-around;
  line-height: 30px;
  flex: 1 1 500px;
}

.burger,
.menu-check {
  display: none;
}

.active {
  color: #E8104B;
  font-weight: bold;
}


/* ------------------------navegación---------------------- */
body {
  background-color: #F5F5F7;
}

a {
  color: #E8104B;
  font-family: Poppins, sans-serif;
}

h1 {
  line-height: 1;
  padding-bottom: 22px;
  font-family: Poppins, sans-serif;
  color: #1D1D1F;
  font-size: 3rem;
  font-weight: 600;
}

h2 {
  line-height: 1.3;
  font-family: Poppins, sans-serif;
  color: #1D1D1F;
  font-size: 1.4rem;
  padding-bottom: 6px;
  padding-top: 25px;
  font-weight: 600;
}

h3 {
  line-height: 1.3;
  font-family: Poppins, sans-serif;
  color: #ffffff;
  font-size: 1rem;
  padding-bottom: 10px;
}

p {
  line-height: 1.5;
  font-family: Poppins, sans-serif;
  color: #414141;
  font-size: 1rem;
  font-weight: normal;
}

b {
  font-weight: 600;
}

.texto-blanco-2 {
  font-size: 2rem;
  font-weight: 600;
}

#razones h2 {
  color: #ffffff;
}

.container,
.container-2,
.container-3,
.container-5 {
  display: flex;
  width: auto;
  height: auto;
  align-items: center;
  max-width: 1920px;
  margin: auto;
}

.container-3 {
  padding: 10% 0%;
}

footer {
  display: flex;
  width: auto;
  height: auto;
  align-items: flex-start;
  background-color: #262834;
  padding: 6% 3%;
}

.caja-politicas {
  margin-left: 6%;
  margin-right: 6%;
}

.caja-politicas h1 {
  padding-top: 100px;
  text-align: center;
}

.caja-politicas h2 {
  margin-top: 50px;
}

.caja-1 {
  flex: 1;
  text-align: center;
}

.caja-3 {
  flex: 1;
}

.caja-4 {
  flex: 1;
  text-align: center;
  order: 2;
}

.caja-5 {
  flex: 1;
  order: 1;
}

.caja-7 {
  flex: 1;
  padding: 0% 10% 0% 10%;
}

.caja-11 {
  flex: 1;
  text-align: center;
  margin-top: 60px;
  padding-bottom: 40px;
}

.caja-12 {
  flex: 1;
  padding: 5% 10% 5% 10%;
}

.caja-13 {
  flex: 1;
  text-align: center;
  padding: 5%;
}

.caja-flex {
  display: flex !important;
  flex-direction: row;
  gap: 35px;
  padding-bottom: 30px;
}

.caja-doble {
  display: flex;
  flex-direction: column;
}

.caja-20 {
  flex: 1;
  margin-top: 0px;
  background-color: #262834;
}

.caja-20 h3 {
  text-align: center;
  padding-top: 70px;
}

.contact-form {
  width: 100%;
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
}

#mail,
#message,
#name,
#subject {
  width: 100%;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  border: 1px solid #343644;
  margin: 6px 0;
  padding: 16px 18px;
  border-radius: 4px;
  font-size: 1rem;
}

#message {
  height: 110px;
  resize: vertical;
}

.btn {
  display: inline-block;
  background: #E8104B;
  padding: 14px 0;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 8px;
  width: 100%;
  border-radius: 100px;
  border-color: #E8104B;
  box-shadow: none;
}

.caja-9 {
  flex: 1;
  text-align: center;
}

.caja-10 {
  flex: 1;
}

.caja-10 img {
  height: 30px;
  width: auto;
  margin-left: 60px;
}

.blanco {
  color: #ffff;
  font-weight: 600;
}

.blanco-2 {
  color: #ffff;
}

.celeste {
  color: #97AABD;
}

.celeste a {
  color: #97AABD;
}

.alinear {
  padding: 0% 10% 0% 10%;
}


p a .google {
  color: #E8104B;
}

.alinear-2 {
  padding: 0% 10% 0% 10%;
}

.alinear-3 {
  padding: 0% 10% 8% 10%;
}

.alinear-3 img {
  padding-bottom: 30px;
}

.texto-izq {
  text-align: left;
}

.incluye {
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 40px;
}

.caja-titulo {
  text-align: center;
  padding: 13% 20% 7% 20%;
  flex: 1;
}

img {
  max-width: 100%;
  height: auto;
}

.separador {
  padding-top: 40px;
  padding-left: 8%;
  padding-right: 8%;
}

.linea-separadora {
  position: relative;
  width: 1px;
  height: 30vh;
  margin: 0 auto;
  background-color: #707070;
}

hr {
  width: 70%;
  height: 1px;
  margin: auto;
  background-color: #707070;
  margin-top: 20px;
  border: none;
}

strong {
  font-weight: 600;
}

.creditos {
  text-align: center;
  padding: 20px 10px 30px 10px;
  background-color: #000;
}

.creditos a {
  color: #F5F5F7;
}

.creditos-color {
  color: #F5F5F7;
  font-size: 0.8rem;
}

.separacion-icono {
  padding-left: 50px;
}

.boton,
.boton-2,
.boton-3,
.whatsapp {
  background-color: #E8104B;
  color: white;
  border-radius: 100px;
  border-style: solid;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9rem;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  letter-spacing: 1px;
  margin-top: 30px;
  font-weight: 600;
  line-height: normal;
}


.boton-2:hover {
  transition: 0.5s;
  background-color: #FF0046;
}

.btn-whatsapp {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 999;
}

.whatsapp {
  transition: 0.5s;
  background-color: #25D366;
}

.whatsapp:hover {
  background-color: #2cb75f;
}

.boton-3 {
  transition: 0.5s;
  color: #FF004C;
  background-color: transparent;
  border: 1px solid #FF004C;
}

.boton-3:hover {
  color: #fff;
  background-color: #FF004C;

  .roja {
    background-color: #fff;
  }
}

.iconos {
  text-align: center;
  padding: 50px 40px;
}

.iconos img {
  padding-bottom: 30px;
}

.caja-titulo-2 {
  text-align: center;
  padding: 80px 40px 60px 40px;
}

.animado {
  opacity: 0;
  transition: all 1s;
}

.flecha {
  display: inline-block;
  background-color: #fff;
  width: 15px;
  height: 12px;
  clip-path: polygon(58.287% 98.138%, 58.287% 98.138%, 58.06% 97.816%, 57.854% 97.474%, 57.671% 97.114%, 57.509% 96.737%, 57.372% 96.345%, 57.258% 95.941%, 57.168% 95.525%, 57.103% 95.1%, 57.064% 94.668%, 57.05% 94.231%, 57.05% 94.231%, 57.064% 93.793%, 57.103% 93.361%, 57.168% 92.937%, 57.258% 92.521%, 57.372% 92.117%, 57.509% 91.725%, 57.671% 91.348%, 57.854% 90.988%, 58.06% 90.646%, 58.287% 90.324%, 84.894% 55.529%, 4.902% 55.529%, 4.902% 55.529%, 4.567% 55.512%, 4.236% 55.46%, 3.911% 55.375%, 3.593% 55.258%, 3.284% 55.108%, 2.984% 54.928%, 2.696% 54.717%, 2.42% 54.476%, 2.158% 54.207%, 1.912% 53.91%, 1.912% 53.91%, 1.685% 53.588%, 1.479% 53.246%, 1.295% 52.885%, 1.134% 52.508%, 0.996% 52.116%, 0.881% 51.711%, 0.792% 51.295%, 0.727% 50.87%, 0.687% 50.438%, 0.674% 50%, 0.674% 50%, 0.687% 49.562%, 0.727% 49.13%, 0.792% 48.705%, 0.881% 48.289%, 0.996% 47.884%, 1.134% 47.493%, 1.295% 47.115%, 1.479% 46.755%, 1.685% 46.413%, 1.912% 46.091%, 1.912% 46.091%, 2.158% 45.793%, 2.42% 45.524%, 2.696% 45.284%, 2.984% 45.073%, 3.284% 44.892%, 3.593% 44.743%, 3.911% 44.625%, 4.236% 44.54%, 4.567% 44.489%, 4.902% 44.471%, 84.894% 44.471%, 58.287% 9.676%, 58.287% 9.676%, 58.165% 9.522%, 58.047% 9.361%, 57.936% 9.194%, 57.829% 9.021%, 57.728% 8.844%, 57.632% 8.661%, 57.542% 8.473%, 57.458% 8.28%, 57.379% 8.083%, 57.307% 7.882%, 57.307% 7.882%, 57.241% 7.677%, 57.181% 7.469%, 57.128% 7.258%, 57.081% 7.045%, 57.041% 6.829%, 57.008% 6.612%, 56.981% 6.393%, 56.961% 6.173%, 56.948% 5.951%, 56.942% 5.729%, 56.942% 5.729%, 56.942% 5.507%, 56.949% 5.285%, 56.963% 5.063%, 56.984% 4.843%, 57.012% 4.625%, 57.046% 4.408%, 57.087% 4.192%, 57.134% 3.979%, 57.188% 3.769%, 57.249% 3.561%, 57.249% 3.561%, 57.316% 3.356%, 57.389% 3.156%, 57.468% 2.959%, 57.553% 2.767%, 57.643% 2.58%, 57.74% 2.398%, 57.842% 2.221%, 57.949% 2.049%, 58.062% 1.882%, 58.179% 1.722%, 58.179% 1.722%, 58.302% 1.568%, 58.429% 1.421%, 58.561% 1.28%, 58.696% 1.147%, 58.836% 1.021%, 58.979% 0.902%, 59.126% 0.791%, 59.276% 0.688%, 59.429% 0.593%, 59.586% 0.505%, 59.586% 0.505%, 59.745% 0.426%, 59.906% 0.355%, 60.069% 0.293%, 60.233% 0.24%, 60.399% 0.195%, 60.566% 0.159%, 60.735% 0.132%, 60.904% 0.114%, 61.073% 0.104%, 61.244% 0.104%, 61.244% 0.104%, 61.414% 0.112%, 61.583% 0.129%, 61.751% 0.155%, 61.919% 0.19%, 62.085% 0.234%, 62.25% 0.286%, 62.413% 0.347%, 62.574% 0.417%, 62.733% 0.495%, 62.89% 0.581%, 62.89% 0.581%, 63.044% 0.676%, 63.194% 0.778%, 63.342% 0.889%, 63.485% 1.006%, 63.625% 1.131%, 63.761% 1.264%, 63.893% 1.403%, 64.02% 1.55%, 64.144% 1.703%, 64.262% 1.862%, 98.086% 46.093%, 98.086% 46.093%, 98.313% 46.415%, 98.518% 46.757%, 98.702% 47.117%, 98.863% 47.494%, 99.001% 47.886%, 99.115% 48.29%, 99.205% 48.706%, 99.269% 49.131%, 99.309% 49.563%, 99.322% 50%, 99.322% 50%, 99.309% 50.437%, 99.269% 50.87%, 99.205% 51.294%, 99.115% 51.71%, 99.001% 52.114%, 98.863% 52.506%, 98.702% 52.883%, 98.518% 53.243%, 98.313% 53.585%, 98.086% 53.907%, 64.262% 98.138%, 64.262% 98.138%, 64.016% 98.435%, 63.755% 98.704%, 63.479% 98.944%, 63.191% 99.155%, 62.891% 99.335%, 62.582% 99.484%, 62.264% 99.601%, 61.939% 99.686%, 61.609% 99.738%, 61.274% 99.755%, 61.274% 99.755%, 60.94% 99.738%, 60.61% 99.686%, 60.285% 99.601%, 59.967% 99.484%, 59.658% 99.335%, 59.358% 99.155%, 59.07% 98.944%, 58.794% 98.704%, 58.533% 98.435%, 58.287% 98.138%)
}

.roja {
  width: 10px;
  height: 8px;
  background-color: #E8104B;
}

.cargando {
  display: none;
  width: 13px;
  height: 13px;
  border: 2.5px solid #fff;
  border-radius: 100%;
  border-top-color: transparent;
  animation: rotacion 2s linear infinite;
  vertical-align: middle;
  margin-left: 10px;
}

@keyframes rotacion {
  100% {
      transform: rotate(360deg);
  }
}

.envio-formulario .flecha {
  display: none;
}

.envio-formulario .cargando {
  display: inline-block;
}

.icono{
  width: 14px;
  height: 14px;
}

.mostrarArriba {
  animation: mostrarArriba 1s;
}

@keyframes mostrarArriba {
  0% {
    transform: translateY(60px);
  }

  100% {
    transform: translateY(0);
  }
}

@media (max-width: 1160px) {
  .checkbtn {
    display: block;
  }

  label.logo {
    padding-left: 10px;
  }

  nav ul li a {
    font-size: 14px;
    color: #F5F5F7;
    font-weight: 300;
  }

  ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: -100%;
    text-align: center;
    transition: all 0.5s;
    padding-top: 70px;
  }

  nav ul li {
    display: block;
    line-height: 5px;
  }

  nav ul li a {
    font-size: 20px;
  }

  #check:checked~ul {
    left: 0;
  }

  .burger {
    position: relative;
    display: block;
    cursor: pointer;
  }

  .burger span {
    padding: 1px 20px;
    background: #E8104B;
    margin: 7px 0px;
    display: block;
    border-radius: 50px;
    transition: all 0.5s ease;
  }

  .nav-links {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    flex-direction: column;
    align-items: center;
    transition: transform 1s ease;
    background: #1b1b22;
  }

  .nav-open {
    transform: translateX(-100%);
  }

  .toggle .line1 {
    transform: rotateZ(45deg) translateY(300%);
    background: #E8104B;
  }

  .toggle .line2 {
    opacity: 0;
  }

  .toggle .line3 {
    transform: rotateZ(-45deg) translateY(-300%);
    background: #E8104B;
  }

  footer {
    display: block;
  }

  .caja-10,
  .caja-9 {
    padding-top: 40px;
  }

  h2 {
    font-size: 1rem;
  }

  p {
    font-size: 0.8rem;
  }

  .boton-2 {
    margin-bottom: 35px;
  }

  .caja-13 > .contact-form {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (max-width: 900px) {
  .container,
  .container-2,
  .container-3 {
    display: block;
  }

  .container-2 h2 {
    margin-top: 30px;
  }

  .container-2 h3 {
    margin-top: 30px;
  }

  .centrado {
    text-align: center;
    padding: 8% 10% 5% 10%;
  }

  .alinear-2 {
    padding: 3% 10% 8% 10%;
  }

  .alinear-3 {
    padding: 8% 10% 8% 10%;
  }

  .caja-7 {
    padding: 10% 10% 0% 10%;
  }

  .boton-2 {
    margin-bottom: 50px;
  }

  h2 {
    font-size: 1.4rem;
  }

  .caja-13 {
    padding: 8%;
  }

  .caja-13 img {
    padding-bottom: 5px;
  }

  .linea-separadora {
    position: relative;
    width: 40vh;
    height: 1px;
    margin: 0 auto;
    max-width: 450px;

  }
}

@media screen and (max-width: 769px) {
  .caja-titulo {
    padding: 25% 5% 15% 5%;
  }

  .caja-titulo-2 {
    text-align: center;
    padding: 70px 40px 40px 40px;
  }

  #logo {
    padding-left: 0px;
  }

  h3 {
    font-size: 1rem;
  }

  h4 {
    font-size: 1rem;
  }

  .centrado-2 {
    padding: 6% 7% 6% 7%;
  }

  .logo-centrado {
    text-align: center;
  }

  #iconos {
    text-align: center;
  }

  .incluye {
    padding-left: 10%;
    padding-right: 10%;
  }

  .contact-form {
    padding-left: 6%;
    padding-right: 6%;
  }

  .caja-13 > .contact-form {
    padding: 0;
  }

  p {
    font-size: 1rem;
  }

  .caja-flex {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 45px;
  }

  hr {
    width: 100%;
    height: 1px;
  }
}

@media screen and (max-width: 416px) {
  .caja-titulo {
    padding: 36% 5% 15% 5%;
  }

  h1 {
    font-size: 3rem;
  }

  .boton,
  .boton-2 {
    font-size: 1rem;
  }

  h2 {
    padding-top: 10px;
  }
}