@font-face {
  font-family: "Cooper-Black";
  src: local("Cooper-Black"), url("../fonts/Cooper-Black.ttf") format("opentype");
}
@font-face {
  font-family: "Cooper-Bold";
  src: local("Cooper-Bold"), url("../fonts/Cooper-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "Cooper-Medium";
  src: local("Cooper-Medium"), url("../fonts/Cooper-Medium.ttf") format("opentype");
}
@font-face {
  font-family: "SF-Pro-Text-Medium";
  src: local("SF-Pro-Text-Medium"), url("../fonts/SF-Pro-Text-Medium.otf") format("opentype");
}
@font-face {
  font-family: "SF-Pro-Text-SemiBold";
  font-weight: 500;
  src: local("SF-Pro-Text-SemiBold"), url("../fonts/SF-Pro.ttf") format("opentype");
}
@font-face {
  font-family: "SF-Pro-Text-Black";
  src: local("SF-Pro-Text-Black"), url("../fonts/SF-Pro-Text-Black.otf") format("opentype");
}
body {
  background-color: white;
  font-family: "SF-Pro-Text-Medium";
  position: relative;
  color: #1a1a1a;
}

.logo img {
  max-width: 150px;
  padding-top: 10%;
}

.hero {
  background-image: url("../images/dat-hero-v1.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 100vh;
  background-position: top right;
  position: relative;
}
@media (max-width: 767px) {
  .hero {
    background-image: none;
    height: unset;
  }
}
@media (max-width: 767px) {
  .hero h2 {
    text-align: center;
  }
}
.hero .img-cuadrilla {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 1;
}
.hero .img-circle {
  position: absolute;
  right: 28%;
  bottom: 10%;
  width: 8%;
  z-index: 5;
}
.hero .img-arrow {
  margin-top: 60px;
  width: 3%;
  position: relative;
  z-index: 4;
}
.hero .hero-sub-1 {
  font-size: 6rem;
  font-family: "Cooper-Bold";
  display: block;
  letter-spacing: -2px;
}
@media (max-width: 767px) {
  .hero .hero-sub-1 {
    font-size: 3rem;
  }
}
.hero .hero-sub-2 {
  font-size: 6rem;
  font-family: "Cooper-Black";
  display: block;
  letter-spacing: -2px;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .hero .hero-sub-2 {
    font-size: 3rem;
  }
}
.hero .hero-mobile {
  position: relative;
  flex-direction: column;
  align-items: center;
}
.hero .hero-mobile .img-cuadrilla-mobile {
  position: absolute;
  z-index: 40;
}
.hero .hero-mobile .img-arrow-mobile {
  width: 10%;
  margin-top: 20px;
  position: relative;
  z-index: 50;
}
.hero .hero-mobile .image {
  background-image: url("../images/dat-hero-mobile-v1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 60%;
  background-position: top right;
  position: relative;
  margin-top: 30px;
  width: 100vw;
}
.hero .hero-mobile .img-circle-mobile {
  position: absolute;
  right: 20px;
  width: 60px;
  bottom: -30px;
}
.hero .hero-text {
  font-size: 3rem;
  line-height: 3.4rem;
  max-width: 40%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .hero .hero-text {
    font-size: 2rem;
    line-height: 2.4rem;
    max-width: unset;
    padding: 20px 0px 40px;
  }
}

.red {
  background-color: #F90000;
  padding: 60px 0px;
}
@media (max-width: 767px) {
  .red {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
.red .img-circle-white {
  margin: 20px 0px;
}
.red ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.red ul li {
  font-size: 2rem;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding: 15px 0px;
}

.final-dot {
  position: relative;
  display: inline-block !important;
}
.final-dot span {
  position: relative;
  z-index: 6;
}
.final-dot:after {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: -5px;
  bottom: 0px;
  background: #F90000;
  z-index: 3;
}
@media (max-width: 767px) {
  .final-dot:after {
    width: 15px;
    height: 15px;
  }
}

.nuestro-metodo {
  background-image: url("../images/dat-textura-circle.svg");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .nuestro-metodo {
    margin-bottom: 60px;
    background-size: 40%;
    padding-bottom: 0px;
    background-position: left bottom;
  }
}
.nuestro-metodo h4 {
  font-size: 2rem;
}
.nuestro-metodo ul {
  list-style: none;
}
@media (max-width: 767px) {
  .nuestro-metodo ul {
    padding-left: 40%;
  }
}
.nuestro-metodo ul .item-number {
  font-size: 9rem;
  font-family: "SF-Pro-Text-Black";
}
@media (max-width: 767px) {
  .nuestro-metodo ul .item-number {
    font-size: 4rem;
  }
}
.nuestro-metodo ul .item-number:after {
  content: "";
  width: 100%;
  margin-left: calc(-100% - 60px);
  border-bottom: 3px solid #f2f2f2;
  display: inline-block;
}
@media (max-width: 767px) {
  .nuestro-metodo ul .item-number:after {
    margin-left: -110%;
    border-bottom: 2px solid #f2f2f2;
  }
}
.nuestro-metodo ul li:nth-child(2) .item-number:after {
  width: 92%;
  margin-left: calc(-92% - 60px);
}
@media (max-width: 767px) {
  .nuestro-metodo ul li:nth-child(2) .item-number:after {
    margin-left: -110%;
  }
}
.nuestro-metodo ul .item-text {
  font-size: 3rem;
  line-height: 3.3rem;
}
@media (max-width: 767px) {
  .nuestro-metodo ul .item-text {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}
.nuestro-metodo ul li {
  padding: 30px 0px;
}
@media (max-width: 767px) {
  .nuestro-metodo ul li {
    padding: 10px 0px;
  }
}

.congreso {
  background-image: url("../images/centro.jpg");
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 40%;
}

.nuestros-servicios {
  background-color: #FEFDF7;
}
.nuestros-servicios .servicios-flex {
  margin: 100px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .nuestros-servicios .servicios-flex {
    grid-template-columns: 1fr;
    margin: 40px 0px;
  }
}
.nuestros-servicios .servicios-flex .servicios-card {
  background: white;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
.nuestros-servicios .servicios-flex .servicios-card .servicios-title {
  font-size: 3rem;
  font-family: "Cooper-Black";
  letter-spacing: -1px;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .nuestros-servicios .servicios-flex .servicios-card .servicios-title {
    font-size: 2.5rem;
  }
}
.nuestros-servicios .servicios-flex .servicios-card .servicios-title span {
  position: relative;
  z-index: 5;
  display: inline;
  width: min-content;
}
.nuestros-servicios .servicios-flex .servicios-card .servicios-title img {
  position: relative;
  z-index: 1;
  margin-left: -2px;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 6px;
}
.nuestros-servicios .servicios-flex .servicios-card .servicios-text {
  font-size: 2rem;
  line-height: 2.3rem;
  margin-top: 20px;
  margin-bottom: 50px;
  flex-grow: 1;
}
.nuestros-servicios .servicios-flex .servicios-card .ver-mas {
  text-align: right;
  color: #F90000;
  font-size: 2rem;
  line-height: 2.3rem;
  font-family: "SF-Pro-Text-Black";
  display: block;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .nuestros-servicios .servicios-flex .servicios-card .ver-mas {
    font-size: 1.5rem;
  }
}
.nuestros-servicios .servicios-flex .servicios-card .popup {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  height: fit-content;
  max-height: 80vh;
  width: 80%;
  background: white;
  z-index: 180;
  padding: 50px;
  padding-bottom: 100px;
}
.nuestros-servicios .servicios-flex .sabermas-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.nuestros-servicios .servicios-flex .sabermas-card .text {
  font-size: 3.5rem;
  line-height: 4rem;
  max-width: 250px;
  text-align: center;
  font-family: "SF-Pro-Text-SemiBold";
}
@media (max-width: 767px) {
  .nuestros-servicios .servicios-flex .sabermas-card {
    margin: 40px 0px;
  }
}

.rosada {
  background-image: url("../images/rosada.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 40%;
}

.trabajar-con-nosotros {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 100px 10px;
  font-family: "SF-Pro-Text-SemiBold";
  margin-bottom: 40px;
}
.trabajar-con-nosotros .text {
  font-size: 4rem;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .trabajar-con-nosotros .text {
    text-align: center;
    font-size: 3.5rem;
    line-height: 4rem;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

.footer-logo {
  margin-bottom: 60px;
}

footer {
  margin-bottom: 40px;
}
footer .footer-flex {
  display: flex;
  justify-content: center;
  align-content: center;
}
footer .footer-flex .footer-social-media {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  footer .footer-flex .footer-social-media img {
    width: 40px;
  }
}
footer .footer-flex .footer-email a {
  font-family: "SF-Pro-Text-SemiBold";
  font-size: 1.5rem;
  color: #1a1a1a;
  display: flex;
  gap: 5px;
  align-items: center;
}
footer .footer-flex .footer-email a:hover, footer .footer-flex .footer-email a:focus {
  color: #1a1a1a;
}
footer .footer-flex .footer-email a img {
  width: 30px;
}
@media (max-width: 767px) {
  footer .footer-flex {
    align-content: center;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
}

.action.primary {
  background-color: #F90000;
  padding: 10px 30px;
  font-size: 2rem;
  color: white;
  display: inline-block;
  border-radius: 30px;
}
.action.primary:hover, .action.primary:focus {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #1a1a1a;
}

.cooper-title {
  font-size: 6rem;
  font-family: "Cooper-Black";
  display: block;
  letter-spacing: -2px;
}
@media (max-width: 767px) {
  .cooper-title {
    font-size: 3.5rem;
  }
}

.nav-desktop {
  position: absolute;
  top: 0px;
  z-index: 99;
}
.nav-desktop ul {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 20px 0px;
  margin: 0px;
}
.nav-desktop ul a {
  color: #1a1a1a;
}
.nav-desktop ul a:hover, .nav-desktop ul a:active {
  color: #1a1a1a;
}

.nav-bar {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: space-between;
  align-items: flex-start;
}
.menu-toggler {
  left: 10px;
  top: 10px;
  opacity: 0;
  position: absolute;
}
.menu-toggler:checked + .show-menu span {
  background: transparent;
}
.menu-toggler:checked + .show-menu:after {
  top: 9px;
  transform: rotate(45deg);
  background: white;
}
.menu-toggler:checked + .show-menu:before {
  top: 9px;
  transform: rotate(-45deg);
  background: white;
}
.menu-toggler:checked ~ .nav-mobile {
  display: block;
  transform: translateX(0);
}

.show-menu {
  width: 32px;
  height: 22px;
  display: flex;
  left: auto;
  cursor: pointer;
  align-items: center;
  position: relative;
  justify-content: center;
  z-index: 999;
}
.show-menu span, .show-menu:before, .show-menu:after {
  width: 100%;
  height: 4px;
  background: #1a1a1a;
  border-radius: 3px;
}
.show-menu:before, .show-menu:after {
  content: "";
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
}
.show-menu:before {
  top: 0;
}
.show-menu:after {
  top: 18px;
}

.nav-mobile {
  right: 0;
  top: 0px;
  bottom: 0;
  width: 100%;
  position: fixed;
  transition: all 0.3s ease;
  transform: translateX(100%);
  background: white;
  background: black;
  z-index: 99;
}
.nav-mobile__menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.nav-mobile__link {
  color: #1a1a1a;
  color: white;
  padding: 15px 20px;
  font-size: 2rem;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 20px;
}
.nav-mobile__link:hover, .nav-mobile__link:active {
  color: white;
}

body.popup-open {
  position: relative;
  overflow: hidden;
}
body.popup-open:after {
  background: rgba(15, 15, 15, 0.33);
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.popup {
  position: relative;
}
.popup .cooper-title {
  font-size: 3rem;
  line-height: 3.5rem;
  margin: 0px;
}
.popup .final-dot:after {
  width: 18px;
  height: 18px;
  right: -12px;
}
.popup .cerrar-popup.container {
  font-size: 0px;
  position: relative;
  width: 100%;
}
.popup .cerrar-popup {
  display: inline-block;
  height: 30px;
  width: 30px;
  font-size: 0px;
  width: 30px;
  height: 30px;
  display: block;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.popup .cerrar-popup:before, .popup .cerrar-popup:after {
  content: "";
  right: 0px;
  top: 0px;
  position: absolute;
  transition: all 0.3s ease;
  width: 30px;
  height: 4px;
  border-radius: 3px;
}
.popup .cerrar-popup:after {
  content: "";
  transform: rotate(45deg);
  background: #1a1a1a;
}
.popup .cerrar-popup:before {
  content: "";
  transform: rotate(-45deg);
  background: #1a1a1a;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 800px;
  max-width: 80%;
  margin: auto;
  margin-top: 30px;
}
.form-grid input[type=text], .form-grid textarea {
  width: 100%;
  height: 45px;
  line-height: 30px;
  padding: 10px 20px;
  border: 2px solid transparent;
  border-radius: 10px;
  outline: none;
  background-color: #f8fafc;
  color: #0d0c22;
  transition: 0.5s ease;
}
.form-grid textarea {
  resize: none;
}
.form-grid button[type=submit] {
  width: 100%;
  border: 0px none;
}
.form-grid .full {
  grid-column: 1/3;
}
.form-grid .input:focus, .form-grid input:hover {
  outline: none;
  border-color: rgb(129, 140, 248);
  background-color: #fff;
  box-shadow: 0 0 0 5px rgba(129, 140, 248, 0.3);
}
.form-grid label.error {
  padding: 5px 20px;
  font-size: 14px;
  color: #cd0000;
  display: inline-block;
}

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