/* Radios: texto a la derecha, control a la izquierda */
.form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    background: none !important;
}
.form-check-input {
    order: 2;
    margin-left: 0;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
.form-check-input:checked {
  background-color: #A9B198; /* Un verde vibrante, puedes usar cualquier color HEX, RGB o nombre de color */
  border-color: #332E27; /* El mismo color para el borde para que coincida */
}
.form-check-label {
    order: 1;
    margin-bottom: 0;
    flex: 1;
}

.btn-submit{
    width: 250px;
}
.line-separador{
    border-bottom: solid 1px #727272;
}
.form-check-label{
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 21px;
/* identical to box height, or 131% */
display: flex;
align-items: center;
letter-spacing: 1px;
color: #332E27;
}
/* Eliminar color de fondo en el acordeón y sus elementos */
.accordion,
.accordion-item,
.accordion-button,
.accordion-body {
    background: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
/* Bootstrap Accordion: triángulo como icono de colapsado */
.accordion-button::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 10px;
    vertical-align: middle;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #332E27;
    transition: transform .2s;
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}
.accordion-button {
    background: none !important;
    box-shadow: none !important;
}
/* Cambia la imagen dentro del botón .btn-primary al hacer hover */
.btn-primary img {
    transition: 0.2s;
}
.btn-primary:hover img {
    content: url('../img/arrow-h.svg');
}
/* Centrar flower-boton-right en la esquina inferior derecha de .box */

/* Centrar flower-top-left en la esquina superior izquierda de .box */
.box {
    position: relative;
}

body {
    background-color: #EFDEC9;
    font-family: 'Montserrat', Arial, sans-serif;
    color: #332E27;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

h1, h3, .navbar-brand {
    font-family: 'Bebas Neue', 'Montserrat', Arial, sans-serif;
    letter-spacing: 1px;
}

h2 {
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
}
h3{
font-family: 'Bebas Neue';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 45px;

}
h4{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    align-items: center;
    text-align: center;
}
.box{
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 20px;
    border-color: #FFFFFF;
    border-radius: 20px;
    border-color: white;
    border-style: solid;
    border-width: thin;
}

.imagen-ficha-post{
    
    height:226px!important; 
    object-fit:cover!important;
}
.card-title{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    leading-trim: both;
    text-edge: cap;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #332E27;
}
.btn-primary:hover{
    background-color: #332E27;
    border: 2px solid #FFF;
    color:#A9B198;
}

.btn-primary{
    box-sizing: border-box;
    border: 2px solid #332E27;
    border-radius: 10px;
    /* VER MÁS */
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    leading-trim: both;
    text-edge: cap;
    display: block;
    align-items: center;
    color: #332E27;
    background-color: transparent;
}
.card-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    leading-trim: both;
    text-edge: cap;
    display: flex;
    align-items: center;
}

.header {
    z-index: 1030;
    background-color: #332E27 !important;
    color: #fff !important;
}
p{
    font-size: 18px;
    text-align: justify;
}
.footer {
  height: 100px;
  background: #332E27;
  box-shadow: -8px 17px 7px rgba(0, 0, 0, 0.01), -4px 9px 6px rgba(0, 0, 0, 0.05), -2px 4px 5px rgba(0, 0, 0, 0.09), 0px 1px 3px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.box .flower-top-left {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(25%, -50%);
    /* Opcional: ajustar z-index si es necesario */
    z-index: 2;
}
.box .flower-boton-right {
    position: absolute;
    bottom: 400px;
    /*bottom: 0;*/
    right: 0;
    transform: translate(50%, 50%);
    z-index: -2;
}
.box .flower-top-right{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    z-index: 2;
}
.box .flower-boton-right-2 {
    position: absolute;
    bottom: -50px;
    right: -100px;
    transform: translate(50%, 50%);
    transform: scaleX(-1);
    z-index: -2;
}
.box .flower-boton-left{
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-100px, 50px);
    z-index: 2;
}
/* Cambia la imagen de WhatsApp al hacer hover */
.rs-icon-ws {
    transition: filter 0.2s;
}
.rs-icon-ws:hover {
    content: url('../img/ws-h.png');
}

.rs-icon-in {
    transition: filter 0.2s;
}
.rs-icon-in:hover {
    content: url('../img/in-h.png');
}

.rs-icon-fb {
    transition: filter 0.2s;
}
.rs-icon-fb:hover {
    content: url('../img/fb-h.png');
}

.rs-icon-tt {
    transition: filter 0.2s;
}
.rs-icon-tt:hover {
    content: url('../img/tt-h.png');
}
.btn-arrow:hover{
    content: url('../img/arrow-h.svg');
}
.rs-icon{
    height: 40px;
    width: 40px;
}
.accordion-button:not(.collapsed) {
    color: #332E27;
}
.accordion-button{
font-family: 'Bebas Neue';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 45px;


}

/* Bootstrap breakpoints y tamaños estándar */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
h2 {
    font-size: 42px;
}
    .box .flower-boton-right {
        position: relative;
        transform: translate(120%, 50%);
        margin-top: -160px;
    }
    .box .flower-boton-left {
        position: relative;
        transform: translate(0%, 50%);
        margin-top: -140px;
    }
    
    .box .flower-top-right{
        position: relative;
        transform: translate(0%, -50%);
        margin-bottom: -160px;
    }
    .box .flower-top-left {
        position: relative;
        transform: translate(-50%, -50%);
        margin-bottom: -160px;
    }

    .container, .container-sm {
        max-width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .container, .container-md {
    max-width: 720px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container, .container-lg {
    max-width: 960px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .container, .container-xl {
    max-width: 1140px;
  }
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .container, .container-xxl {
    max-width: 1320px;
  }
}



@media (max-width: 768px) {

}
.nopadding{
    padding-right: 0px;
    padding-left: 0px;
}

/* Estilos para las estadísticas y gráficas */
.statistics-container {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.statistics-container.show {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.chart-container {
    margin-bottom: 40px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    backdrop-filter: blur(10px);
}

.chart-title {
    font-family: 'Bebas Neue', cursive;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #332E27;
    margin-bottom: 20px;
    text-align: center;
}

.chart-bars {
    display: flex;
    align-items: end;
    justify-content: space-around;
    height: 200px;
    gap: 10px;
    margin-bottom: 15px;
    padding-top: 30px; /* Espacio para los valores encima de las barras */
}

.bar-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 80px;
}

.bar {
    width: 100%;
    background: linear-gradient(180deg, #A9B198 0%, #332E27 100%);
    border-radius: 4px 4px 0 0;
    position: relative;
    transition: all 0.3s ease;
    animation: growBar 1s ease-out;
    min-height: 0;
    transform-origin: bottom;
}

@keyframes growBar {
    from { 
        transform: scaleY(0);
        opacity: 0.7;
    }
    to { 
        transform: scaleY(1);
        opacity: 1;
    }
}

.bar:hover {
    filter: brightness(1.1);
    transform: scale(1.02);
}

.bar-value {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #332E27;
    background: rgba(255, 255, 255, 0.9);
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
}

.bar-label {
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 400;
    color: #332E27;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.5px;
    max-width: 100%;
    word-wrap: break-word;
}

.statistics-summary {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(169, 177, 152, 0.1);
    border-radius: 16px;
}

.total-responses {
    font-family: 'Bebas Neue', cursive;
    font-size: 32px;
    color: #332E27;
    margin-bottom: 10px;
}

.summary-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #332E27;
    text-align: center;
}

/* Responsivo para tablets */
@media (max-width: 1024px) and (min-width: 769px) {
    .chart-container {
        margin-bottom: 45px;
    }
    
    .chart-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 25px;
    }
    
    .chart-bars {
        height: 160px;
        gap: 8px;
    }
    
    .bar-container {
        max-width: 70px;
    }
}

/* Responsivo para gráficas en móvil */
@media (max-width: 768px) {
    .chart-container {
        margin-bottom: 50px;
        padding: 15px;
    }
    
    .chart-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
        padding-bottom: 15px;
        border-bottom: 2px solid rgba(51, 46, 39, 0.2);
    }
    
    .chart-bars {
        height: 120px;
        gap: 5px;
        margin-top: 20px;
        padding-top: 15px;
    }
    
    .bar-container {
        max-width: 50px;
    }
    
    .bar-label {
        font-size: 7px;
        margin-top: 8px;
        line-height: 1.1;
    }
    
    .bar-value {
        font-size: 9px;
        top: -20px;
        padding: 1px 4px;
    }
    
    .total-responses {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .statistics-summary {
        margin-bottom: 25px;
    }
}
#baneada {
  position: relative;
  display: inline-block;
  /*padding-left: 40px; 
  padding-right: 40px;*/
}

#baneada::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 32px; /* Ajusta según el tamaño real */
  height: 32px;
  background: url('../img/quote-in.svg') no-repeat center center;
  background-size: contain;
  margin-right: 8px;
}

#baneada::after {
  content: "";
  display: inline-block;
  vertical-align:bottom;
  width: 32px;
  height: 32px;
  background: url('../img/quote-out.svg') no-repeat center center;
  background-size: contain;
  margin-left: 8px;
}

.border-imagen{
    border-radius: 10px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.00) 100%), rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
}
