@font-face {
    font-family: 'Neue Plak Extended';
    src: url('../fonts/NeuePlak-ExtendedRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue Mono';
    src: url('../fonts/MaisonNeueMono-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue Mono';
    src: url('../fonts/MaisonNeueMono-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue Mono';
    src: url('../fonts/MaisonNeueMono-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Plak Extended';
    src: url('../fonts/NeuePlak-ExtendedBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


:root {
  --white: #fff;
  --black: #000000;
  --blue: #001940;
  --blue-2: #0075FF;
  --orange: #ff4612;
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    font-size: 100%;
    font-family: 'Neue Plak Extended', sans-serif;
    list-style-type: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    width: 100vw !important;
    overflow-x: hidden !important;
    background-color: #202020;
    color: white;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Maison Neue Mono', sans-serif;
}
a {
  text-decoration: none;
}

h2 {
  font-size: 48px;
  letter-spacing: 2px;
  font-weight: 800;
}

/* Nav */

nav {
  width: 100%;
  position: fixed !important;
  top: 25px;
  z-index: 100;
  transition: all 0.5s ease;
}

.top {
  top: 0px;
}

nav .container {
  width: 100%;
  background: #2a2a2a !important;
  box-shadow: 0px 37px 36px -16px #0000004d ;
  z-index: 100;
  height: 80px;
  padding: 10px 30px;
}

.logo {
  height: 33px;
}

.mega-menu {
  background: transparent;
  border-radius: 0px;
  border: none;
  min-width: 200px;
}

.mega-menu ul {
  list-style: none;
}

.mega-menu ul li {
  padding: 10px;
  font-size: 14px;
  background-color: #2a2a2a;
}

.mega-menu ul li:hover {
  background-color: #f0903aed;
}

.mega-menu a {
  text-decoration: none;
  color: white;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.offcanvas {
  align-items: end;
  background: none;
}

.nav-link {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  color: #d8d8d8 !important;
  margin-inline: 5px;
}

.nav-link:hover {
  color: #f0903a !important;
}

.nav-link span {
  margin-left: 0.5rem;
  margin-top: 3px;
}

.close {
  padding: 10px 0px 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  color: #d8d8d8;
}

.ft-12 {
  font-size: 12px;
}

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

.fa-search {
  margin-top: 13px;
  margin-left: 15px;
  font-size: 15px;
  color: #d8d8d8;
  cursor: pointer;
}


.btn-base {
  background-color: #c0986e;
  color: #d8d8d8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 14px;
  font-weight: 500;
  font-size: 15px;
  max-width: 200px;
  transition: all 0.3s ease;
}

.btn-base:hover {
  background-color: #818181;
  color: #d8d8d8;
}

.style2 {
  background-color: #946f12;
  border-radius: 10px;
  padding: 10px 20px;
}

.fa-bars {
  color: #d8d8d8;
  font-weight: 400;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  border: none;
  box-shadow: none;
}

.navbar-toggler span {
  color: #d8d8d8;
}

.offcanvas-top {
  display: block;
  height: auto;
}

.offcanvas-body {
  background-color: #2a2a2a;
}

/*Footer*/

footer {
  display: block;
  font-size: 12px;
  padding-inline: 3%;
  color: white;
}

footer .container {
  width: 70%;
  margin-inline: auto;
}

.footer a {
  color: white;
}

.footer h4 {
  font-size: 18px;
  color: white;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.footer h4::after {
  content: "";
  position: absolute;
  width: 75%;
  height: 2px;
  background-color: #c0986e;
  bottom: 0px;
  left: 75%;
  transform: translateX(-80%);
}

.footer .columna .titulo {
  position: relative;
}

.footer .col {
  margin: 0 1rem;
}

footer .list-unstyled li{
  margin-top: 0.5rem;
}

.footer-bottom {
  padding-top: 1rem;
  margin-top: 1rem;
  text-align: center;
  padding-bottom: 1rem;
  font-size: 13px;
  font-family: var(--font_400);
}

.footer-bottom p {
  color: var(--white) !important;
}

.logo-footer {
  width: 150px;
}

.columna {
  padding-inline: 10px;
}

.columna i {
  margin-right: 5px;
  color: #c0986e;
}

/*Main*/
main {
  margin-top: 100px;
}

.mw-250 {
  max-width: 250px;
}

.mw-350 {
  max-width: 350px;
}

.propuesta-section {
  color: white;
  padding-bottom: 80px;
}

.propuesta-section h1 {
  font-size: 48px;
  font-style: ;
  letter-spacing: 2px;
  font-weight: 700;
}

.propuesta-section h2 {
  font-size: 18px !important;
  color: #d8d8d8;
}

.propuesta-section .col-xl-5 {
  padding: 250px 0 150px 50px;
}

.propuesta-section .col-xl-7 .img-superior {
  margin-top: 150px;
  max-width: 350px;
  border: 4px solid #d8d8d8;
  position: absolute;
  left: 0;
}

.propuesta-section .col-xl-7 .img-inferior {
  max-width: 380px;
  border: 4px solid #d8d8d8;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.fa-play {
  color: white;
  padding: 15px;
  border-radius: 50%;
  border: 2px solid white;
  animation: pulse 2s infinite;
  transition: all 0.5s ease;
}

.fa-play:hover {
  color: #f0903a;
  background-color: white;
}

@keyframes pulse {
  0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
      box-shadow: 0 0 15px 15px rgba(255, 255, 255, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.beneficios-section {
  background-color: #2a2a2a;
  color: #d8d8d8;
  padding-top: 40px;
  font-weight: 600;
}

.beneficios-section .container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

.centrar-y {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.centrar-x {
  display: flex;
  justify-content: center;
  align-items: center;
}


.beneficios-section .first p {
  max-width: 250px;
  font-weight: 400;
}

.beneficios-section .far, .beneficios-section .fas {
  width: 30px;
  font-size: 30px;
  color: #c0986e;
  margin-bottom: 10px;
}

.beneficio {
  margin-bottom: 20px;
  margin-inline: auto;
}

.productos-section {
  margin: 80px 0;
}

.productos-section img {
  max-width: 350px;
  margin-inline: auto;
}

.productos-section p {
  color: white;
  font-size: 24px;
}

.regalos-section {
  margin: 80px 0;
}

.regalos-section h2 {
  font-size: 36px;
  letter-spacing: 1.5px;
  color: white;
}

.regalos-section p {
  font-size: 18px;
  color: white;
  margin-bottom: 40px;
}

.producto {
  margin-bottom: 36px;
}

.producto img {
  border:;
}

.producto .ct-producto .img-fluid {
  transition: all 0.5s ease;
  cursor: pointer;
}

.producto .ct-producto:hover .img-fluid {
  transform: scale(0.9);
}

.producto .info h4 {
  color: white;
  font-size: 20px;
  font-weight: 500;
  margin-top: 18px;
}

.producto .info {
  margin-bottom: 8px;
}

.producto .info p {
  color: #d8d8d8;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 20px;
}

.producto a {
  color: #facfa1;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
}


/*Acordeon*/

.accordion {
  --bs-accordion-bg: none;
}

.accordion-body {
  padding: 20px 0;
  max-width: 400px;
  color: #d8d8d8;
  margin-inline: auto;
}

.accordion-header button {
  border-radius: 10px !important;
  background-color: #2a2a2a;
  color: white;
  font-weight: 600;
  margin-bottom: 16px;
  padding: 20px 30px !important;
}

.accordion-item {
  border: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #2a2a2a;
  color: white;
}

.accordion-button.collapsed:focus, .accordion-button.collapsed:active {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed):focus, .accordion-button.collapsed:active {
  box-shadow: none !important;
}
/*configuracion inicial*/
.accordion-button::after {
  background-image: url("../images/icons/abajo.png");
  transform: var(--bs-accordion-btn-icon);
}


/*cuando no esta activo*/
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/icons/abajo.png");
  transform: var(--bs-accordion-btn-icon);
}

/*cuando esta activo*/
.accordion-button[aria-expanded="true"]::after {
  background-image: url("../images/icons/arriba.png");
}

/*cuando esta activo*/
.accordion-button[aria-expanded="true"] {
  background-color: #3a3a3a;
}

.preguntas-section {
  position: relative;
}

.preguntas-section h2 {
  font-size: 36px;
  letter-spacing: 1.5px;
  color: white;
}

.img-flotante {
  position: absolute;
  left: 0;
  width: 40vw;
  max-width: 600px;
}

.preguntas-section a {
  margin-top: 80px;
}

.beneficios2-section {
  color: #d8d8d8;
  padding-top: 40px;
  font-weight: 600;
  margin: 120px 0;
}

.beneficios2-section .container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

.beneficios2-section .beneficio {
  max-width: 275px;
  margin-inline: auto;
}

.beneficios2-section .beneficio .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  min-height: 100px;
}

.beneficios2-section .beneficio .redondo {
  background-color: #c0986e;
  border-radius: 50%;
  margin-right: 5px;
  display: flex !important;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 10px;
}

.beneficios2-section .beneficio .redondo img{
  width: 40px;
}

.beneficios2-section .beneficio .info span {
  font-size: 20px;
  font-weight: 700;
  line-height: 16px !important;
}

.beneficios2-section .beneficio p {
  font-size: 16px;
  line-height: 20px;
  margin-top: 12px;
  margin-bottom: 0;
  font-weight: 400;
  color: #d8d8d8;
}

.clientes-section {
  margin: 80px 0 150px 0;
}

.clientes-section .cliente {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}

.clientes-section .cliente:hover {
  background-color: #00000080;
  cursor: pointer;
}

.clientes-section h2 {
  font-size: 42px;
  letter-spacing: 2px;
  color: white;
}

.mfp-content {
  background-color: rgba(0, 0, 0, 0.5);
}

.mfp-figure::after {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mfp-figure figure {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cabezera-section {
  margin: 150px 0 50px 0;
  padding: 40px 0 100px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.imagen-fondo {
  position: absolute;
  width: 100% !important;
  object-fit: cover;
  height: auto;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.5;
}

.banner {
  height: 100vh;
  width: 100%;
  color: var(--white);
}

.cabezera-section .indice {
  margin-top: 32px;
}

.cabezera-section .indice * {
  color: white;
}

.redes {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 36px;
}

.redes i {
  color: #f0903a;
  background-color: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  transition: all 0.5s ease;
}

.redes i:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.contacto-section {
  color: white;
}

.contacto-section .container {
  box-shadow: 0px 37px 36px -16px #0000004d;
}

.contacto-section p {
  font-weight: 500;
  font-size: 17px;
}

.contacto-section .col-lg-6 {
  padding: 80px 40px 150px 40px;
}

.bg-gold {
  background-color: #f0903a;
}

.contacto-section h2 {
  font-size: 42px;
  letter-spacing: 2px;
  color: white;
  margin-bottom: 24px;
}

.contacto-section h4 {
  font-size: 22px;
  color: white;
}

.contacto {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: start;
  align-items: center;
}

.contacto i{
  width: 30px;
  margin-right: 5px;
}

.bg-brown {
  background-color: #2a2a2a;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="number"]:focus
input[type="email"]:focus, input[type="password"]:focus, textarea:focus{
    border: 1px solid #f0903a !important;
    box-shadow: 0 0 6px #f0903a !important;
}

.form-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1rem;
}

textarea {
  height: 150px;
  resize: none;
}

.regalos-section .ft-54 {
  font-size: 54px;
}

.regalos-section .ft-16 {
  font-size: 24px;
  margin-top: 18px;
}

.miniaturas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  max-width: 250px;
}

.fw-700 {
  font-weight: 700;
}

.producto-section .info h2 {
  font-size: 48px;
  letter-spacing: 2px;
  margin-top: 42px;
  margin-bottom: 56px;
}

.producto-section .info p {
  font-size: 18px;
}

.btn-presupuesto {
  background-color: #c0986e;
  color: #d8d8d8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 14px;
  font-weight: 600;
  font-size: 18px;
  max-width: 300px;
  transition: all 0.3s ease;
  border-radius: 10px;
  padding: 15px 20px;
  margin-top: 50px;
}

.btn-presupuesto:hover {
  transform: scale(1.05);
}

.contenedor-formulario {
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  display: flex;
  align-items: center;
  position: fixed;
  margin-left: 50%;
  transform: translate(-50%,0);
  color: #252324;
  z-index: 101;
  top: 0;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  background-color: rgba(36, 34, 35, 0.8);
  backdrop-filter: blur(1px);
  z-index: -1;
  max-height: 100vh;
  overflow-y: auto;
  padding-bottom: 6rem;
  top: 0;
}


.form-presupuesto {
  height: 100vh;
  max-width: 650px;
  margin-inline: auto;
  overflow-y: auto;
  padding: 40px 50px;
  background-color: #252324;
  color: white;
}

.form-presupuesto h3::after {
  content: "";
  position: absolute;
  width: 75%;
  height: 2px;
  background-color: #c0986e;
  bottom: 0px;
  left: 75%;
  transform: translateX(-80%);
}

.form-presupuesto h3 {
  font-size: 20px;
  padding: 24px;
  margin-bottom: 36px;
}

.form-presupuesto .cerrar_form {
  cursor: pointer;
}

.form-presupuesto h3::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 4px;
  background-color: #c0986e;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.form-presupuesto input, .form-presupuesto textarea{
  background-color: #FFFFFF4F;
  border-color: #FFFFFF4F;
  color: white;
}

.form-presupuesto input:focus{
  background-color: #FFFFFF4F;
  color: white;
}


.form-presupuesto .btn-base {
  max-width: 100%;
  height: 50px;
  font-size: 16px;
  margin-top: 18px;
}

.form-presupuesto .btn-base:hover {
  background-color: transparent;
  color: #c0986e;
  border: 1px solid #c0986e;
}

.form-presupuesto::-webkit-scrollbar{
  width: 10px;
}

.form-presupuesto::-webkit-scrollbar-thumb{
  background-color: #c0986e;
}

/*configuracion inicial*/
.sin-icono .accordion-button::after {
  background-image: none;
}


/*cuando no esta activo*/
.sin-icono .accordion-button:not(.collapsed)::after {
  background-image: none;
}

/*cuando esta activo*/
.sin-icono .accordion-button[aria-expanded="true"]::after {
  background-image: none;
}

.preguntas-titulo a {
  height: 50px;
  font-size: 18px;
  width: 130px;
}

.nosotros-section {
  margin-bottom: 80px;
}

.nosotros-section h2 {
  font-size: 36px;
}

.nosotros-section p {
  font-size: 18px;
}

.nosotros-section ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 10px;
}

.nosotros-section li {
  color: white;
  text-align: start;
  border-radius: 5px;
}

.nosotros-section li i{
  color: #946f12;
  margin-right: 8px;
}

.mw-400 {
  max-width: 400px;
}

.nosotros-section .btn-base {
  margin-top: 34px;
  font-size: 18px;
  height: 50px;
}

.datos-section {

}

.datos-section h2{
  font-size: 48px;
  margin-bottom: 24px;
}

.datos-section .datos {
  text-align: center;
}

.dato {
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}

.datos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 10px;
}
.ct-dato {
  padding: 20px;
  text-align: center;
}

.ps-productos {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ps-producto img{
  max-height: 450px;
  max-width: 100%;
}

.ps-productos-section {
  margin: 80px 0;
}
.pasarela img {
  transition: all 0.5s ease;
}

.pasarela:hover img {
  opacity: 0.4;
}

.terminos-section h2 {
  font-size: 28px;
  font-weight: 500;
  font-weight: 400;
}

.condiciones-section a {
  color: #c36;
  transition: all 0.5s ease;
}

.condiciones-section a:hover {
  color: #A52A53;
}

.condiciones-section .row:not(:last-child){
  padding-bottom: 12px;
  border-bottom: 1px solid white;
}

.condiciones-section h4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.ft-20 {
  font-size: 20px
}

.fw-600 {
  font-weight: 600;
}
