.body {
  margin: 0;
  padding: 0;
  background: #FFF;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.body a {
  text-decoration: none;
}

section.preheader {
  width: 100%;
  background: #B43435;
  color: #FFF;
  font-size: 12px;
  padding: 10px 0;
}
section.preheader a {
  color: #FFF;
  text-decoration: none;
}
section.preheader a.mail {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
section.preheader .social {
  text-align: right;
}
section.preheader .social a {
  margin-left: 15px;
  font-size: 16px;
}

.fixed-header {
  position: fixed;
  width: 100%;
  z-index: 2;
}

section.main-header {
  background: #313132;
  padding: 10px 0;
}
section.main-header figure.cdi-logo {
  margin: 0;
}
section.main-header figure.cdi-logo img {
  height: 100px;
  transition: all 0.2s ease-out;
}
section.main-header .nav {
  width: 100%;
  align-self: center;
}
section.main-header .nav ul.main-nav {
  width: 100%;
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
section.main-header .nav ul.main-nav li {
  display: inline-block;
  margin-left: 30px;
}
section.main-header .nav ul.main-nav li a {
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  transition: all 0.2s;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
section.main-header .nav ul.main-nav li a:hover {
  color: #B43435;
}
section.main-header.shrinked figure.cdi-logo img {
  height: 40px;
}

section.hero-banner {
  width: 100%;
  height: 750px;
  margin: 0;
  margin-top: 149px;
  padding: 0;
  background: url("../img/hero-banner-1.jpg") center top no-repeat;
  background-size: cover;
  display: inline-block;
}
section.hero-banner .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 159px;
}
section.hero-banner .hero-title {
  background-image: url(../img/vive-la-nueva-tradicion.svg);
  background-repeat: no-repeat;
  background-position: right 30px bottom;
  background-size: 400px auto;
}
section.hero-banner .hero-title h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 110px;
  line-height: 0.8em;
  letter-spacing: -6px;
  text-transform: uppercase;
  text-align: right;
  color: #FFF;
}
section.hero-banner .hero-form .form-container {
  max-width: 380px;
  background: rgba(0, 0, 0, 0.85);
  padding-bottom: 30px;
}
section.hero-banner .hero-form .form-container h2 {
  font-size: 24px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  margin: 0px 0 25px 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
section.hero-banner .hero-form .form-container input, section.hero-banner .hero-form .form-container textarea {
  width: 90%;
  display: block;
  background: #FFF;
  border: none;
  border-radius: 3px;
  margin: 10px auto;
  font-size: 12px;
  height: 35px;
  padding: 10px 5px;
}
section.hero-banner .hero-form .form-container textarea {
  height: 100px;
}
section.hero-banner .hero-form .form-container button {
  display: block;
  width: 90%;
  margin: 15px auto;
  background: #B43435;
  color: #FFF;
  text-align: center;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
}
section.hero-banner .hero-form .form-container .form-feedback {
  margin: 20px;
  color: #FFF;
}
section.hero-banner .brochure-cta p {
  max-width: 380px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
}
section.hero-banner .brochure-cta .btn-cta-brochure {
  display: block;
  max-width: 380px;
  padding: 10px;
  text-align: center;
  background: #B43435;
  color: #FFF;
  text-decoration: none;
}
section.hero-banner.fixed {
  margin-top: 120px;
}

section.picture-grid .grid-pic {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.picture-grid .grid-pic.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
section.picture-grid .grid-pic.wide:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
section.picture-grid .grid-pic .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: all 0.2s;
}
section.picture-grid .grid-pic .overlay:hover {
  opacity: 1;
}
section.picture-grid .grid-pic .overlay p {
  color: #FFF;
  font-size: 32px;
  text-align: center;
}

section.models-section {
  background: #EDEAE7;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 50px;
}
section.models-section h1 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  color: #333;
}
section.models-section p, section.models-section li {
  font-size: 14px;
  color: #333;
}
section.models-section li {
  margin-bottom: 10px;
}
section.models-section .text-content {
  margin: 0;
}
section.models-section .right-column {
  padding-left: 30px;
}
section.models-section .single-model {
  background: #FFF;
  margin-top: 30px;
}
section.models-section .single-model figure img {
  width: 100%;
  height: auto;
}
section.models-section .single-model .model-details {
  padding: 0 25px 25px 20px;
}
section.models-section .single-model .feature-box {
  background: #F4F4F5;
  border-radius: 5px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.models-section .single-model .feature-box p {
  font-size: 12px;
  color: #999;
  margin: 0;
  margin-left: 15px;
}
section.models-section .single-model .feature-box h3 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0;
  margin-left: 15px;
}
section.models-section .carousel .carousel-control-next, section.models-section .carousel .carousel-control-prev {
  width: 6%;
}
section.models-section .carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
section.models-section .carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

section.surroundings {
  background: #323232;
  padding: 60px 0 80px 0;
}
section.surroundings h1 {
  color: #FFF;
  font-weight: 400;
  margin-bottom: 50px;
}
section.surroundings .surrounding-pic {
  display: block;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.surroundings .surrounding-pic .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: all 0.2s;
}
section.surroundings .surrounding-pic .overlay:hover {
  opacity: 1;
}
section.surroundings .surrounding-pic .overlay p {
  color: #FFF;
  font-size: 18px;
  text-align: center;
}

section.contact {
  background: #EDEAE7;
}
section.contact .map-iframe {
  width: 100%;
  filter: saturate(0);
}
section.contact .contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.contact .contact-form h1 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  margin-left: 20px;
  margin-bottom: 20px;
}
section.contact .contact-form input, section.contact .contact-form textarea {
  width: 90%;
  max-width: 450px;
  display: block;
  background: #FFF;
  border: none;
  border-radius: 3px;
  margin-left: 20px;
  font-size: 12px;
  height: 35px;
  padding: 10px 5px;
  margin-bottom: 15px;
}
section.contact .contact-form textarea {
  height: 100px;
}
section.contact .contact-form button {
  display: block;
  width: 90%;
  max-width: 250px;
  margin-left: 20px;
  background: #B43435;
  color: #FFF;
  text-align: center;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
}
section.contact .contact-form p.form-feedback {
  margin: 30px;
}

section.footer {
  background: #323232;
  padding: 20px 0;
}
section.footer a {
  color: #FFF;
  text-decoration: none;
}
section.footer h3 {
  font-size: 22px;
  color: #FFF;
}
section.footer p {
  font-size: 16px;
  color: #999;
}
section.footer figure.cdi-logo {
  margin: 0;
}
section.footer figure.cdi-logo img {
  height: 100px;
}

@media (max-width: 575.98px) {
  .preheader .col.email {
    margin-left: 10px;
  }
  .preheader .col.social {
    margin-right: 10px;
  }
  section.main-header {
    padding: 20px 0;
  }
  section.main-header figure.cdi-logo {
    text-align: center;
  }
  section.main-header figure.cdi-logo img {
    height: 80px;
  }
  section.main-header .nav {
    display: none;
  }
  section.main-header.shrinked {
    padding: 10px 0;
  }
  section.hero-banner {
    height: 800px;
    background-image: url(../img/hero-banner-1-mobile.jpg);
  }
  section.hero-banner .container {
    margin-top: 80px;
  }
  section.hero-banner .hero-title {
    height: 200px;
    background-size: contain;
    margin-bottom: 30px;
  }
  section.hero-banner .hero-form .form-container {
    max-width: initial;
  }
  section.hero-banner .brochure-cta p {
    margin: 30px auto;
    margin-bottom: 10px;
  }
  section.hero-banner .brochure-cta a {
    margin: 0 auto;
  }
}
section.models-section h1 {
  font-size: 24px;
}
section.models-section .right-column {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
section.models-section .single-model .feature-box {
  margin-bottom: 20px;
}

section.surroundings .surrounding-pic {
  margin-bottom: 20px;
}

section.contact .contact-form {
  padding: 50px 0 30px 0;
}

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