/* --------------------------
    color de:
    -barra superior
    -separador
    -titulo precio campaña
 -------------------------- */
:root {
  --theme-color-topbar: #ff000f;
  --theme-color-midbar: #1c1c1c;
  --theme-color-separator: #8930b2;
}

.hidden {
  display: none;
}

#heropage {
  flex-direction: column;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  height: 100vh;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.cyber_card hr {
  border: solid 0.5px #131419;
  color: #131419;
  background-color: #131419;
}

.flex {
  display: flex;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #000 !important;
}

.wpcf7 .ajax-loader {
  display: none;
}

.cyber_container {
  padding: 3em 2em;
}

.grecaptcha-badge {
  display: none;
}

.cyber_card_edit {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  background-color: darkmagenta;
  z-index: 4;
  width: 100px;
  height: 46px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
}

#ver_bases {
  border: 1px solid #fcb900;
  margin-top: 15px;
  padding: 10px 20px;
}

#ver_bases:visited {
  color: #fcb900 !important;
}


#filter-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  /* background-color: #fbc205; */
}

.container-botonera {
  /* width: 100%; */
  width: 95%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 8%;
  margin-top: 14px;
  /* height: 10%; */
}

.container-botonera .btn-botonera {
  height: 100%;
  background-color: #1c1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-weight: 600;
}

.container-botonera .btn-botonera a {
  color: #1c1c1c;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#modal_cotizar .modal-content .modal-header {
  padding: 2%;
}

h3.titulo_seccion {
  text-align: center;
}


/* AJUSTE DISEÑO PRECIOS */
.cyber_card_price {
  height: 100%;
}

.cyber_card .cyber_card_info_container .cyber_card_maininfo .cyber_card_price .cyber_card_uf {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.imagen-antes {
  position: absolute;
  height: 100%;
  width: 100%;
}

.imagen-antes img {
  height: 100%;
  width: 100%;
}

.cyber_card_uf_ok {
  height: 50%;
  width: 100%;
}

.separator {
  height: 15%;
  width: 100%;
}

.cyber_container,
.cyber-separador {
  display: none;
}

#seccion-cards {
  margin: 5vh 0;
  display: block;
}

.onepage_target {
  position: absolute;
  bottom: 120px;
  left: 0;
  top: unset;
}



/* -------------------------------------------------------------------------- */
/*                                ESTILO CARDS                                */
/* -------------------------------------------------------------------------- */
.cyber_container_cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 15px;
  max-width: 1600px;
  /* margin: 0 auto; */
  /* justify-content: center; */
}

/* @media only screen and (min-width: 768px){
  .cyber_container_cards {
    justify-content: between;
  }
} */
/* @media only screen and (min-width: 992px){
  .cyber_container_cards {
    max-width: 1600px;
    margin: 0 20px;
  }
} */
@media only screen and (min-width: 1200px){
  .cyber_container_cards {
    max-width: 1600px;
    margin: auto;
    justify-content: space-evenly;
  }
}

.cyber_card_shield {
  width: calc(25% - 28px);
  min-width: 300px;
  background-color: white;
  color: #fff;
  margin: 10px 10px;
  max-width: 340px;
  /* height: 500px; */
  /* max-width: 355px; */
}

/*ORDER ITEMS*/
.project_order_1 {
  order: 1;
}

.project_order_2 {
  order: 2;
}

.project_order_3 {
  order: 3;
}

.project_order_4 {
  order: 4;
}

.project_order_5 {
  order: 5;
}

.project_order_6 {
  order: 6;
}

.project_order_7 {
  order: 7;
}

.project_order_8 {
  order: 8;
}

.project_order_9 {
  order: 9;
}

.private {
  position: relative;
}

.cyber_container_cards .layer-black {
  background-color: transparent !important;
}

section {
  padding: 0;
}

.cyber_card {
  /* height: 100%; */
  height: 600px;
  padding-top: 0px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden;
  border: 1px solid #cccccc;
  padding-bottom: 10px;
}

.private .reservado {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  cursor: default;
}

.private .reservado .reserved-black-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0000006C, #0000009c, #000000d6, #0000009c, #0000006C);
}

.private .reservado .cybersale-reservado-text {
  color: #fff;
  font-weight: 800;
  font-size: 2.7rem;
  z-index: 4;
  /* margin-top: -80px; */
}

.card-contenidos {
  height: 80%;
  width: 100%;
  /* border: 1px solid #cccccc; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.interior-card-contenidos {
  height: 95%;
  width: 95%;
}

.super-separador {
  height: 3%;
  width: 100%;
  display: none;
}

.card-title {
  width: 100%;
  height: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1c1c1c;
}

.card-title p {
  color: white;
  font-size: 1.8rem;
  font-weight: 500;
}

.card-imagen-planta {
  width: 100%;
  height: 63%;
  overflow: hidden;
  background-color: #fff;
}

.card-imagen-planta img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.card-detalles {
  width: 100%;
  height: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ffcc00;
}

.card-depto {
  color: #1c1c1c;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 5px;
  /* font-size: 1.6rem; */
  /* line-height: 1.6rem; */
}

.card-tipo {
  color: #1c1c1c;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8rem;
  margin-bottom: 5px;
  /* font-size: 1.4rem; */
  /* line-height: 1.4rem; */
}

.card-superficies {
  width: 100%;
  height: 7%;
  background-color: #ffff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 14px;
}

.s-util {
  color: #1c1c1c;
  font-size: 1.1rem;
  font-weight: 700;
}

.s-dot {
  color: #1c1c1c;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.s-terra {
  color: #1c1c1c;
  font-size: 1.1rem;
  font-weight: 500;
}

.precio-text {
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.container-botonera .cotizar-button {
  background-color: #ffcc00;
  color: #1c1c1c;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.6rem;
  transition: transform 0.5s ease;
}

.container-botonera .cotizar-button:hover {
  transform: scale(1.1);
}

.precio-antes {
  /* height: 10%; */
  width: 100%;
  height: 8%;
  display: flex;
  justify-content: center;
  padding-bottom: 16px;
  margin-top: 16px;
}
.contenedor-interior-precio-antes {
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}
.precio-antes-texto {
  color: black;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 600;
  /* width: 40%; */
  height: 80%;
  display: flex;
  align-items: center;
}
.precio-antes-uf {
  position: relative;
  width: 60%;
  height: 80%;
}
.precio-number {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: black;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.tachado {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.8;
}
.tachado img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}







/* -------------------------------------------------------------------------- */
/*                        PERSONALIZA GRACIAS COTIZADOR                       */
/* -------------------------------------------------------------------------- */
.sendok p {
  font-weight: 400;
  font-size: 1.6rem;
}


/* -------------------------------------------------------------------------- */
/*                                BARRA STICKY                                */
/* -------------------------------------------------------------------------- */
#pestana-beneficios {
  position: fixed;
  background-color: #ffbb00;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 200px;
  width: auto;
  z-index: 10;
  /* display: flex; */
  box-shadow: -10px 10px 5px -6px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -10px 10px 5px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -10px 10px 5px -6px rgba(0, 0, 0, 0.75);
  display: none;
}

#pestana-beneficios .pest-title {
  width: 50px;
  height: 100%;
  cursor: pointer;
  background-color: #240a3a;
}

#pestana-beneficios img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

#pestana-beneficios .pest-contenedor {
  display: none;
  width: auto;
  height: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 0 0 20px;
}

#pestana-beneficios .pest-beneficio {
  height: 90%;
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#pestana-beneficios .pest-beneficio img {
  height: 80%;
}

#pestana-beneficios .pest-flechita {
  width: 90px;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
}

#pestana-beneficios .pest-flechita img {
  height: 25%;
}

#pestana-beneficios .pest-beneficio p {
  color: red;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  text-align: center;
  height: 10%;
}

#pestana-beneficios .pest-beneficio.casiteveo {
  filter: grayscale(1);
  opacity: 15%;
}

/* -------------------------------------------------------------------------- */
/*                               BARRA DE SCROLL                              */
/* -------------------------------------------------------------------------- */
/* Scrollbar para navegadores WebKit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #1b0833;
}

::-webkit-scrollbar-thumb {
  background-color: #ffcc00;
  border-radius: 10px;
  border: 2px solid #1b0833;
}

/* Scrollbar para Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #ffcc00 #1b0833;
}

/* -------------------------------------------------------------------------- */
/*                         EMPIEZA DISEÑO BOTON FILTRO                        */
/* -------------------------------------------------------------------------- */
/* #filter-container {
  display: none !important;
} */

#filter-container .filter-buttons .conchali {
  display: none;
}

.filter-title {
  width: 60%;
  margin: 20px auto;
  text-align: center;
  font-weight: 600;
}

.filter-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 62.5px;
}

.filter-button {
  background: linear-gradient(to right, #ffa500, #ff8c00);
  color: #111;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 32px;
  border: 4px solid #ff9800;
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  min-width: 220px;
}

/* Hover: eleva ligeramente y reduce la sombra */
.filter-button:hover {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.65);
}

/* Active: sensación de presión, como si el botón se hundiera */
.filter-button.active {
  /* background: linear-gradient(90deg, #6b2c91, #2d0053); */
  background: #000;
  color: #ffc700;
  font-size: 1.2rem;
  font-weight: 500;
  border: 4px solid #5a1a84;
}

/* TERMINA DISEÑO BOTON FILTRO */

/* -------------------------------------------------------------------------- */
/*                                  NUEVO HERO                                */
/* -------------------------------------------------------------------------- */

.hero-logo-container {
  width: 25%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 33%;
  transform: translateX(-50%);
}

.hero-logo-container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.hero-text-container {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 58%;
  text-align: center;
}

.hero-text-container p {
  color: white;
  line-height: 2rem;
  font-size: 1.7rem;
  font-weight: 400;
}

.hero-text-container strong {
  color: #ffcc00;
  line-height: 2rem;
  font-size: 1.7rem;
  font-weight: 600;
}

.chevron {
  position: absolute;
  width: 10%;
  height: 15%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.btn-ver-ofertas {
  height: 25%;
  width: 100%;
  text-align: center;
  padding: 0px;
  background-color: #ffcc00;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 15%;
  cursor: pointer;
  transition: transform 0.5s ease;
}

.btn-ver-ofertas p {
  color: black;
  font-size: 1rem;
  font-weight: 600;
}

.btn-ver-ofertas:hover {
  transform: scale(1.2);
}

.img-flechita {
  height: 50%;
  width: 100%;
  cursor: pointer;
}

.img-flechita img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  animation: bounce 2.5s infinite;
}

/* -------------------------------------------------------------------------- */
/*                                BAJADA LOGOS                                */
/* -------------------------------------------------------------------------- */

.contenedor-bajada-principal {
  background-color: #ffcc00;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* height: 25vh; */
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.contenedor-imagen-bajada {
  width: 55%;
  height: auto;
  display: flex;
  align-items: center;
}

.contenedor-imagen-bajada img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.cyber_bajada {
  width: 80%;
  margin: 0 auto 5vh auto;
}

.cyber_bajada p {
  text-align: center;
  font-size: 2rem;
  line-height: 2.3rem;
  color: #ffcc00;
  text-transform: uppercase;
  font-weight: 500;
}



@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translate(0, 0);
  }

  40% {
    transform: translate(0, -20px);
  }

  60% {
    transform: translate(0, -10px);
  }
}


@media screen and (max-width:1023px) {
  .wpcf7-form .flex {
    width: 80%;
  }

  #preloader-section .preloader-content .pl-image-content {
    height: 55vh;
    text-align: center;
  }

  #heropage .contenido_seccion_in .extension {
    font-size: 5.65vw;
    max-width: 100%;
  }

  #heropage .contenido_seccion_in .home_interior {
    display: block;
  }

  #preloader-section .preloader-content .pl-image-content img {
    width: 90vw;
    height: auto;
    margin-top: 10vh;
  }

  #preloader-section .preloader-content .pl-form-content #pl-form {
    width: 100%;
  }

  #preloader-section .preloader-content .pl-form-content #pl-form #email {
    width: 60%;
    margin-left: 12%;
  }

  #emailsend2 {
    width: 20vw;
    position: relative;
    top: 0px;
  }

  .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    left: -8%;
    width: 300px;
    text-align: center;
  }
}


@media screen and (max-width:768px) {

  /* -------------------------------------------------------------------------- */
  /*                                    HERO                                    */
  /* -------------------------------------------------------------------------- */
  .hero-logo-container {
    width: 70%;
  }

  .hero-text-container p {
    color: white;
    line-height: 1.3rem;
    font-size: 1.2rem;
    font-weight: 400;
  }

  .hero-text-container strong {
    color: #ffcc00;
    font-weight: 600;
    line-height: 1.3rem;
    font-size: 1.2rem;
  }

  .chevron {
    width: 35%;
    bottom: 5%;
  }

  /* .contenedor-bajada-principal {
    height: 15vh;
  } */

  .contenedor-imagen-bajada {
    width: 90%;
    margin-top: 25px;
  }

  .cyber_bajada p {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }

  .cyber_container {
    width: 100% !important;
  }

  .filter-buttons {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
  }

  .filter-button {
    font-size: 0.8rem;
    min-width: 185px;
    padding: 5px 20px
  }

  .filter-button.active {
    font-size: 1rem;
  }

  .subsidio-ds01 {
    width: 70%;
  }

  #pestana-beneficios {
    height: 200px;
  }

  #pestana-beneficios .pest-contenedor {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1px;
  }

  #pestana-beneficios .pest-beneficio {
    height: 45%;
    width: 75px;
  }

  #pestana-beneficios .pest-beneficio img {
    height: 80%;
  }

  #pestana-beneficios .pest-beneficio p {
    font-size: 6px;
    height: 10%;
    line-height: 8px;
  }

  .cyber_container_cards {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
}