:root {
  --blanco: #ffffff;
  --negro: #161616;
  --azul: #005198;
  --rojo: #d42a2a;
  --gris: #f4f4f4;
}

@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Regular.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-SemiBold.ttf") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-SemiBoldItalic.ttf") format("opentype");
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-BoldItalic.ttf") format("opentype");
  font-style: italic;
  font-weight: 700;
}
html, body {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: var(--negro);
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 65px;
}

h2 {
  font-size: 55px;
}

h3 {
  font-size: 30px;
}

.d-pad {
  padding: 80px 5%;
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.italic {
  font-style: italic;
}

.separador {
  padding: 20px 5%;
}

.txt-azul {
  color: var(--azul);
}

.bg-gris {
  background-color: var(--gris);
}

.bg-azul {
  background-color: var(--azul);
}

a {
  color: unset;
  text-decoration: none;
}

.btn-cta {
  background-color: var(--rojo);
  color: var(--blanco);
  font-size: 18px;
  padding: 15px 75px;
  border: none;
  border-radius: 20px;
}

.gracias {
  background-image: url("../assets/img/map-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10%;
}

.gtitle {
  background-color: var(--azul);
  padding: 10px 30px;
  border-radius: 20px;
  display: inline-block;
}

.header {
  background-image: url("../assets/img/map-header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 5% 10%;
}
.header .logo {
  width: 16%;
  margin-bottom: 8%;
}
.header h1 {
  font-weight: 600;
}
.header h1 span {
  font-weight: 700;
  font-style: italic;
}
@media (min-width: 1920px) {
  .header {
    padding: 40px 5% 17%;
  }
}
@media (max-width: 579px) and (min-width: 0px) {
  .header {
    text-align: center;
  }
  .header .logo {
    width: 25%;
  }
}

.sec2 .box {
  margin-top: 8%;
}
.sec2 .box .d-flex {
  margin-top: 6%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec2 .box .d-flex .icono {
  width: 50px;
  margin-right: 25px;
}
.sec2 .btn-cta {
  padding: 15px 40px;
}
@media (max-width: 579px) and (min-width: 0px) {
  .sec2 .box {
    margin-top: 12%;
  }
}

.sec3 .box {
  margin-top: 8%;
}
.sec3 .box .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec3 .box .d-flex .icono {
  width: 50px;
  margin-right: 20px;
}
@media (max-width: 579px) and (min-width: 0px) {
  .sec3 .box {
    margin-top: 12%;
  }
}

.sec4 .box {
  background-color: var(--azul);
  padding: 5%;
  border-radius: 28px;
}
.sec4 .box h2 {
  line-height: 0.9;
  font-size: 45px;
}
.sec4 .box .btn-cta {
  display: inline-block;
  padding: 15px 55px;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 579px) and (min-width: 0px) {
  .sec4 .box {
    text-align: center;
    padding: 8%;
  }
  .sec4 .box h2 {
    font-size: 40px;
    margin-bottom: 8% !important;
  }
}

@media (max-width: 579px) and (min-width: 0px) {
  .sec5 img {
    margin-top: 12%;
  }
}

.sec6 .logo {
  width: 60%;
  margin-top: 8%;
}

.sec7 .box {
  margin-top: 8%;
}
.sec7 .box .icono {
  width: 100%;
}
@media (max-width: 579px) and (min-width: 0px) {
  .sec7 .box .icono {
    width: 50%;
  }
}

.footer .logo {
  width: 20%;
}
.footer .d-flex .icono {
  width: 55px;
  margin-right: 10px;
}
.footer form .form-control {
  background-color: var(--gris);
  padding: 22px 35px;
  border-radius: 20px;
  font-size: 18px;
  border: none;
}
@media (max-width: 579px) and (min-width: 0px) {
  .footer .cont {
    margin-top: 12% !important;
  }
}

.copyright .box {
  padding: 30px 30px 30px 18%;
  border-top-right-radius: 34px;
}
.desktop-item {
  display: block;
}

.mobile-item {
  display: none;
}

@media (max-width: 579px) and (min-width: 0px) {
  .desktop-item {
    display: none;
  }
  .mobile-item {
    display: block;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 22px;
  }
  .separador {
    padding: 0px 5%;
  }
  .separador img {
    width: 100% !important;
  }
}