@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamBoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Black.otf");
  src: url("../fonts/Gotham-Black.ttf") format("truetype"), url("../fonts/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black.svg") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.otf");
  src: url("../fonts/GothamBold.ttf") format("truetype"), url("../fonts/GothamBold.woff") format("woff"), url("../fonts/GothamBold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamBook.ttf") format("truetype"), url("../fonts/GothamBook.woff") format("woff"), url("../fonts/GothamBook.woff2") format("woff2"), url("../fonts/GothamBook.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamLight.ttf") format("truetype"), url("../fonts/GothamLight.woff") format("woff"), url("../fonts/GothamLight.woff2") format("woff2"), url("../fonts/Gotham-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Thin.otf");
  font-weight: 100;
  font-style: normal;
}
body {
  color: #fff;
  font-family: "Gotham", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

a {
  color: #b9b9b9;
}

.text-primary {
  color: #ff8900 !important;
}

header {
  background-color: #000;
  text-align: center;
}
header .logo {
  max-height: 180px;
  width: auto;
}

.btn-outline-primary {
  color: white !important;
  border-color: #ff8900;
}
.btn-outline-primary:hover {
  background-color: #ff8900;
  color: #fff;
  border-color: #ff8900;
}

.hero-section {
  position: relative;
  background-color: #000;
  padding: 8rem 0 !important;
  background: url("../images/hero2.webp") center/cover no-repeat;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
  z-index: 1;
}
.hero-section .ratio {
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 80px 60px rgba(0, 0, 0, 0.8), 0 0 120px 90px rgba(0, 0, 0, 0.5), 0 0 150px 110px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .hero-section .ratio {
    max-width: 90%;
  }
}
.hero-section .ratio iframe {
  border-radius: 4px;
  z-index: 5;
}

.brand-logos {
  background-color: #fff;
}
.brand-logos .brand-logo {
  height: 60px;
  width: auto;
  margin: 0 15px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.brand-logos .brand-logo.first {
  height: 100px;
}
.brand-logos .brand-logo:hover {
  opacity: 1;
}

.content-cards {
  background-color: black;
}
.content-cards .card {
  background-color: #ff8900;
  overflow: hidden;
  transition: transform 0.3s ease;
  border: none;
  /*  .card-img-placeholder {
  }*/
}
.content-cards .card:hover {
  transform: translateY(-5px);
}
.content-cards .card .card-body {
  padding: 1.5rem;
  background-color: #ff8900;
}
.content-cards .card .card-title {
  color: #fff;
  margin-bottom: 1rem;
}
.content-cards .card .card-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

.btn-primary {
  background-color: #ff8900;
  border-color: #ff8900;
}
.btn-primary:hover {
  background-color: rgb(204, 109.6, 0);
  border-color: rgb(204, 109.6, 0);
}

.accordion-section {
  background-color: #1e1e1e;
  font-size: 1rem;
}
.accordion-section .accordion .accordion-item {
  background-color: #000;
  border: 1px solid rgba(255, 137, 0, 0.1);
}
.accordion-section .accordion .accordion-item .accordion-button {
  background-color: #000;
  color: white;
  font-weight: 700;
  font-size: 1rem;
}
.accordion-section .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: rgba(255, 137, 0, 0.1);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #57380a;
}
.accordion-section .accordion .accordion-item .accordion-button::after {
  filter: invert(1);
}
.accordion-section .accordion .accordion-item .accordion-body {
  color: rgba(255, 255, 255, 0.8);
  padding: 2rem 1.5rem;
}

footer {
  background-color: #1e1e1e;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer-logo {
  max-height: 40px;
  width: auto;
}
footer .footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
footer .footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.7rem;
}
footer .footer-links a:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .brand-logos .brand-logo {
    height: 30px !important;
    margin: 10px;
  }
  .brand-logos .brand-logo.first {
    height: 60px !important;
  }
  header h5 {
    font-size: 1rem;
  }
  .materiales a {
    font-size: 1rem;
  }
  .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
#heroVideo {
  box-shadow: #000 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.contact-us {
  background: #1e1e1e url(../images/bg2.jpg) no-repeat center/cover;
  padding: 3rem 0;
}
.contact-us h3 {
  color: #ff8900;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.contact-us form .form-floating {
  position: relative;
  margin-bottom: 1rem;
}
.contact-us form .form-floating > .form-control,
.contact-us form .form-floating > .form-select {
  height: 40px;
  background-color: #303030;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.9rem;
  padding: 0.5rem 0.75rem;
}
.contact-us form .form-floating > .form-control:focus,
.contact-us form .form-floating > .form-select:focus {
  /*background-color: rgba($primary-color, 0.05);*/
  border-color: #ff8900;
  box-shadow: 0 0 0 0.25rem rgba(255, 137, 0, 0.25);
}
.contact-us form .form-floating > .form-control::-moz-placeholder, .contact-us form .form-floating > .form-select::-moz-placeholder {
  color: transparent;
}
.contact-us form .form-floating > .form-control::placeholder,
.contact-us form .form-floating > .form-select::placeholder {
  color: transparent;
}
.contact-us form .form-floating > label {
  padding: 1rem 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  transition: all 0.2s ease-in-out;
}
.contact-us form .form-floating > .form-select ~ label {
  z-index: -1;
}
.contact-us form .form-floating > .form-select ~ label::after {
  background-color: transparent;
}
.contact-us form .form-floating > .form-control:not(:-moz-placeholder) ~ label {
  color: white;
  transform: scale(0.85) translateY(-1.5rem);
  opacity: 1;
}
.contact-us form .form-floating > .form-control:focus ~ label,
.contact-us form .form-floating > .form-control:not(:placeholder-shown) ~ label,
.contact-us form .form-floating > .form-select:focus ~ label,
.contact-us form .form-floating > .form-select:not([value=""]):valid ~ label {
  color: white;
  transform: scale(0.85) translateY(-1.5rem);
  opacity: 1;
}
.contact-us form .form-floating > .form-control:not(:-moz-placeholder) ~ label::after {
  background-color: #ff8900;
  color: white;
}
.contact-us form .form-floating > .form-control:focus ~ label::after,
.contact-us form .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.contact-us form .form-floating > .form-select:focus ~ label::after,
.contact-us form .form-floating > .form-select:not([value=""]):valid ~ label::after {
  background-color: #ff8900;
  color: white;
}
.contact-us form .form-floating > textarea.form-control {
  height: 120px;
  padding-top: 2rem;
}
.contact-us form .g-recaptcha {
  margin-bottom: 1rem;
}
.contact-us form .btn-primary {
  background-color: #ff8900;
  border: none;
  padding: 1rem 2rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  transition: all 0.3s ease;
}
.contact-us form .btn-primary:hover {
  background-color: rgb(204, 109.6, 0);
  transform: translateY(-2px);
}
.contact-us form .invalid-feedback {
  color: #dc3545;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.contact-us form small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
}
.contact-us a {
  color: #ff8900;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .contact-us a {
    font-size: 0.85rem;
  }
}
.contact-us a:hover {
  text-decoration: underline;
}

.nav-tabs {
  border-color: transparent;
}
.nav-tabs .nav-link {
  max-width: 31vw;
  height: 60px;
  color: white;
  font-size: 1rem;
  background-color: black;
  border: 1px solid #ff8900;
  border-bottom: transparent;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .nav-tabs .nav-link {
    font-size: 0.85rem;
  }
}
.nav-tabs .nav-link.active {
  color: white;
  background-color: #ff8900;
  border-color: #ff8900;
}

.tab-content {
  background-color: #000;
  padding: 1rem;
  border: 1px solid #ff8900;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
}

.swiper {
  padding-bottom: 40px;
}

.executivesSwiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}
.executivesSwiper .card {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.executivesSwiper .card-body {
  flex-grow: 1;
}
.executivesSwiper .swiper-pagination {
  position: static;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.executivesSwiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #ff8900;
  opacity: 0.5;
  width: 12px;
  height: 12px;
}
.executivesSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ff8900;
}

@media (max-width: 768px) {
  .executivesSwiper .swiper-slide {
    width: 83.3333333333%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .executivesSwiper .swiper-slide {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .executivesSwiper .swiper-slide {
    width: 25%;
  }
}
.swiper-pagination-bullet {
  background-color: white;
}

.swiper-pagination-bullet-active {
  background-color: #ff8900;
}/*# sourceMappingURL=styles.css.map */