@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* -------------------------------------------------------------------------- */
/*                                   GENERAL                                  */
/* -------------------------------------------------------------------------- */
.landing-main-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.landing-main-container img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.fixed.cotizar {
    display: none;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translate(0, 0);
  }

  40% {
    transform: translate(0, -20px);
  }

  60% {
    transform: translate(0, -10px);
  }
}
.landing-main-container .hidden {
  display: none;
}
.landing-main-container .gimme-some-air {
    height: calc(var(--header-nav-space) + 10px);
    width: 100%;
    display: block;
    background-color: #062f6d;
}
.navbar {
    height: 110px;
    box-shadow: none!important;
}
/*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;
}



/* -------------------------------------------------------------------------- */
/*                                    HERO                                    */
/* -------------------------------------------------------------------------- */
#heropage {
    height: calc(100vh - var(--header-nav-space));
    width: 100%;
    /* background-position: center; */
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    position: relative;
}

#heropage .hero-logo-container {
    width: 45%;
    height: auto;
    position: absolute;
    transform: translateX(-5%);
    right: 0;
    bottom: 0;
}
#heropage .hero-text-container {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 58%;
    text-align: center;
}
#heropage .hero-text-container p {
    color: white;
    line-height: 2rem;
    font-size: 1.7rem;
    font-weight: 400;
}
#heropage .hero-text-container strong {
    color: #ffcc00;
    line-height: 2rem;
    font-size: 1.7rem;
    font-weight: 600;
}
#heropage .chevron {
    position: absolute;
    width: 10%;
    height: 20%;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
#heropage .btn-ver-ofertas {
    /* height: 25%; */
    width: 100%;
    text-align: center;
    padding: 5px 5px;
    /* background-color: #062f6d; */
    background-color: transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 15%;
    cursor: pointer;
    transition: transform 0.5s ease;
}
#heropage .btn-ver-ofertas p {
    color: white;
    font-size: 1rem;
    font-weight: 500;
}
#heropage .btn-ver-ofertas:hover {
  transform: scale(1.2);
}
#heropage .img-flechita {
    height: 50%;
    width: 100%;
    cursor: pointer;
}
#heropage .img-flechita img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    animation: bounce 2.5s infinite;
}
#heropage .hero-black-layer {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0000006C;
    display: none;
}

/* -------------------------------------------------------------------------- */
/*                                    CARDS                                   */
/* -------------------------------------------------------------------------- */
#seccion-cards {
    margin-bottom: 10vh;
    display: block;
    /* padding: 0 8vw; */
    width: 100%;
    position: relative;
}
.layer-black {
  background-color: transparent !important;
}
.cards-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
    max-width: 1600px;
    gap: 25px;
    width: 90vw;
}
.cyber_card_shield {
    width: calc(28%);
    height: 450px;
    min-width: 300px;
    background-color: white;
    color: #fff;
    margin: 20px;
    max-width: 340px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.layer-black {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.cyber_card {
    height: 100%;
    width: 100%;
    padding-top: 0px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    /* overflow: hidden; */
}
.card-contenidos {
    background-color: #e5e5e5;
    height: 88%;
    width: 100%;
}
.interior-card-contenidos {
    height: 100%;
    width: 100%;
    position: relative;
}
.card-header {
    height: 15%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.title-card {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 15px;
}
.title-card p {
    font-size: 1.1rem;
    color: var(--pebal-blue);
    font-weight: 600;
}
.entrega {
    width: 50%;
    height: 100%;
}
.banda-entrega {
    position: absolute;
    top: calc(50% + 5px);
    right: -12px;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: translateY(-50%);
}
.card-image {
    background-color: #e5e5e5;
    height: 60%;
    width: 100%;
    padding: 15px 25px;
}
.card-unit-details {
    height: 10%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.card-unit-details p {
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    color: #334564;
    font-weight: bold;
}
.card-price {
    height: 15%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.precio-antes {
    height: 100%;
    width: 40%;
    position: relative;
}
.pa-interior {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.pa-title {
    font-family: "Roboto", sans-serif;
    font-size: 0.8rem;
    line-height: 0.8rem;
    color: #3b352e;
    font-weight: 500;
    text-align: center;
    width: 100%;
}
.pa-uf {
    font-family: "Roboto", sans-serif;
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #3b352e;
    font-weight: 700;
    text-align: center;
    width: 100%;
}
.po-interior {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.po-title {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    color: #a21c21;
    font-weight: 800;
    text-align: start;
    width: 100%;
}
.po-uf {
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    line-height: 1.5rem;
    color: #3b352e;
    font-weight: 800;
    text-align: start;
    width: 100%;
}
.precio-oferta {
    height: 100%;
    width: 45%;
}
.card-price-separador {
    height: 100%;
    width: 15%;
}
.super-separador {
    height: 2%;
    width: 100%;
}
.botonera {
    height: 10%;
    width: 100%;
}
.boton-cotizar {
    height: 100%;
    width: 100%;
    /* background: linear-gradient(to right, #b26a00, #00c853); */
    background-color: #003475;
    color: white;
    padding: 12px 24px;
    border: none;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.boton-cotizar:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
/* .entrega {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 50%;
    height: auto;
    z-index: 1;
    transform: translateY(-50%);
} */
.interior-entrega {
    height: 100%;
    width: 100%;
    position: relative;
}
.interior-entrega p {
    position: absolute;
    top: 50%;
    right: -12px;
    width: 100%;
    z-index: 1;
    transform: translateY(-50%);
    font-size: 0.9rem;
    line-height: 0.9rem;
}
.sello-campana {
    position: absolute;
    bottom: -10px;
    right: -25px;
    width: 80px;
    height: 80px;
    z-index: 1;
    display: none;
}
/* -------------------------------------------------------------------------- */
/*                                EDITAR CARDS                                */
/* -------------------------------------------------------------------------- */
.cyber_card_edit:link, .cyber_card_edit:visited, .cyber_card_edit:hover, .cyber_card_edit:active {
    text-decoration: none;
    color: black;
}
/* -------------------------------------------------------------------------- */
/*                              Privado / Reservado                           */
/* -------------------------------------------------------------------------- */
.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; */
}

/* -------------------------------------------------------------------------- */
/*                         EMPIEZA DISEÑO BOTON FILTRO                        */
/* -------------------------------------------------------------------------- */
/* #filter-container {
  display: none !important;
} */

#filter-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  /* background-color: #fbc205; */
}

.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;
  justify-content: center;
  gap: 20px;
  margin-bottom: 62.5px;
}

.filter-button {
    background: #e5e5e5;
    color: #062f6d;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 10px 32px;
    border: 1px solid #b7b7b7;
    border-radius: 999px;
    box-shadow: 0 0 10px rgb(131 130 129 / 50%);
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    min-width: 170px;
}

/* 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);
    border: 1px solid #b7b7b7;
}

/* Active: sensación de presión, como si el botón se hundiera */
.filter-button.active {
    /* background: linear-gradient(to right, #b26a00, #00c853); */
    background-color: #B2292E;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
}

/* -------------------------------------------------------------------------- */
/*                                  COTIZADOR                                 */
/* -------------------------------------------------------------------------- */
#cotizador-evento {
    font-family: 'Arial';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999998;
}
#cotizador-evento .interior-cot-evento {
    position: relative;
    top: 50%;
    left: 50%;
    height: 90%;
    width: 90%;
    color: #1c1c1c;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #e5e5e5;
    max-height: 500px;
    max-width: 1200px;
    transform: translate(-50%, -50%);
}
#cotizador-evento .ice-cerrar {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #780606;
    color: #fff;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    font-weight: 700;
}
#cotizador-evento .ice-frame-cot {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.icef-title {
    width: 100%;
    height: 10%;
    background-color: #062f6d;
}
.icef-title p {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    padding-left: 10px;
    text-transform: uppercase;
    color: #ffff;
}
.icef-content {
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.icef-planta {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.unidad-title {
    height: 10%;
    width: 100%;
    padding-left: 10px;
}
.icef-cont-planta {
    height: 90%;
    width: 100%;
    padding: 20px;
}
.icef-planta img {
    height: 90%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.icef-cot-data {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.icef-cot-details {
    width: 100%;
    height: 50%;
    padding-top: 10px;
}
.icef-cot-form {
    width: 100%;
    height: 50%;
}
.coti-depto-proyecto {
    height: 100%;
    width: 100%;
    text-align: start;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
}
/* Tabla Detalles Cotizacion */
#table-unit-details {
    width: 80%;
    margin: 0 auto;
}
.cot-table-espacio {
    height: 10px;
}
.cot-table-title {
    text-align: start;
}
#table-unit-details td {
    font-size: 0.8rem;
}
/* -------------------------------------------------------------------------- */
/*                                  Cotizador                                 */
/* -------------------------------------------------------------------------- */
#formulario-cotizador-evento {
    height: 100%;
    width: 80%;
    margin: 0 auto;
    /* padding: 15px 0; */
}
#formulario-cotizador-evento form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    max-height: 230px;
}
#formulario-cotizador-evento .cot-input {
    width: 100%;
    height: 100%;
}
#formulario-cotizador-evento input:-webkit-autofill {
    background-color: #e5e5e5 !important;
    -webkit-box-shadow: 0 0 0px 1000px #e5e5e5 inset;
    box-shadow: 0 0 0px 1000px #e5e5e5 inset;
    -webkit-text-fill-color: #000; /* Opcional: fuerza el color del texto */
}
#formulario-cotizador-evento input {
    width: 100%;
    color: var(--pebal-blue);
    height: 25px;
    border: 1px solid var(--pebal-blue);
    border-radius: 5px;
    padding-left: 10px;
    background-color: #e5e5e5;
}
#formulario-cotizador-evento input::placeholder {
    color: var(--pebal-blue);
    /* padding-left: 10px; */
}
#formulario-cotizador-evento .cot-input.form-submit {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
#formulario-cotizador-evento #btn-cotizar {
    margin: 0;
    padding: 0;
    width: 60%;
    margin-left: 46px;
    background: linear-gradient(to right, #b26a00, #00c853);
    color: white;
    border: none;
}
#formulario-cotizador-evento #btn-cotizar:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
#formulario-cotizador-evento .cot-input input:-webkit-autofill,
#formulario-cotizador-evento .cot-input input:-webkit-autofill:hover,
#formulario-cotizador-evento .cot-input input:-webkit-autofill:focus,
#formulario-cotizador-evento .cot-input textarea:-webkit-autofill,
#formulario-cotizador-evento .cot-input textarea:-webkit-autofill:hover,
#formulario-cotizador-evento .cot-input textarea:-webkit-autofill:focus,
#formulario-cotizador-evento .cot-input select:-webkit-autofill,
#formulario-cotizador-evento .cot-input select:-webkit-autofill:hover,
#formulario-cotizador-evento .cot-input select:-webkit-autofill:focus {
    /* Fuerza el fondo gris incluso con autocompletado */
    -webkit-box-shadow: 0 0 0px 1000px #e5e5e5 inset;
    box-shadow: 0 0 0px 1000px #e5e5e5 inset;

    /* Elimina transición rara de color que a veces impide el cambio inmediato */
    transition: background-color 0s;

    /* Opcional: establece color de texto si se ve afectado por el autocompletado */
    -webkit-text-fill-color: #000;
}


@media screen and (max-width: 768px){
    #heropage{
        height: calc(100vh - var(--header-nav-space-mobile));
        background-position: center;
    }
}

@media screen and (max-width: 991.9px){
    .interior-cot-evento{
        max-height: 90vh!important;
    }
    .icef-content{
        flex-direction: column;
        overflow-y: scroll;
    }

    .icef-planta,.icef-cot-data{
        width: 100%;
    }
    #heropage .chevron {
        width: 30%;
    }
    #heropage .hero-logo-container {
        width: 100%;
    }
    .unidad-title {
        height: 15%;
        padding: 0 10px;
    }
    #formulario-cotizador-evento {
      min-height: 190px;

    }
    #formulario-cotizador-evento .cot-input.form-submit {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    #formulario-cotizador-evento .cot-input.form-submit p {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: fit-content;
    }
    #formulario-cotizador-evento #btn-cotizar {
        padding: 0 20px;
    }
    #formulario-cotizador-evento .success-container {
        padding-top: 30px;
    }


}