/* Styles for Socio Cineplanet Section */

.header-pages {
    background-color: rgba(64, 64, 64, 0.9); /* Medium dark gray background */
}

.banner-section {
    background: transparent;
    color: white;
    padding: 0;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

.banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 0;
    position: relative;
    height: 100vh;
    min-height: 100vh;
}

.banner-content {
    width: 100%;
    height: 100%;
}

.banner-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

/* Descubre Section */
.descubre-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    text-align: center;
    background-color: #ffffff; 
    color: #004A8C;
    gap: 20px; /* Space between text and image */
}

.descubre-section h2 {
    font-size: 2rem;
    margin: 0;
    font-weight: bold;
}

.descubre-section img {
    max-width: 400px;
    height: 48px;
    object-fit: contain;
}

/* Socio Benefits Section */
.socio-benefits {
    padding: 50px 20px;
    background-color: #ffffff;
    color: #0D1F40;
}

.benefits-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    gap: 10px;
}

.benefits-text {
    flex: 1;
}

.benefits-text p {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.0;
    max-width: 250px;
}

.explorar-btn {
    background: transparent;
    border: 2px solid #0071CE;
    border-radius: 25px;
    color: #0071CE;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s;
}

.explorar-btn:hover {
    background: white;
    color: black;
}

.benefits-image {
    flex: 1;
    text-align: center;
}

.benefits-image img {
    width: 600px;
    height: auto;
    border-radius: 10px;
}

/* Más Beneficios Section */
.mas-beneficios {
    padding: 10px 20px;
    background-color: #ffffff;
    color: #004A8C;
    text-align: center;
}

.mas-beneficios p {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 80px;
}

.mas-beneficios .panels-container {
    display: flex;
    overflow-x: auto;
    gap: 0;
    scroll-snap-type: x mandatory;
    padding: 5px 0;
    cursor: grab;
}

.mas-beneficios .panels-container.active {
    cursor: grabbing;
}

.mas-beneficios .panels-container::-webkit-scrollbar {
    display: none;
}

.mas-beneficios .panel img {
    width: 850px;
    height: auto;
    max-width: 100%;
}

.cards-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.card {
    text-align: center;
    max-width: 200px;
}

.card img {
    width: 200px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.panel-columns {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 20px;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.column img {
    width: 100px;
    height: auto;
}

/* Scrollable Panels Section */
.scrollable-panels {
    padding: 10px;
    background-color: #F4F4F4;
}

.panels-container {
    display: flex;
    overflow-x: auto;
    gap: 25px;
    scroll-snap-type: none;
    padding: 5px 0;
    cursor: grab;
    height: 100%;
}

.panels-container.active {
    cursor: grabbing;
}

.panels-container::-webkit-scrollbar {
    display: none;
}

.panel {
    min-width: 100%;
    text-align: center;
}

.panel-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    margin-left: -35px;
}

.panel-content img:first-child {
    max-width: 400px;
    height: auto;
}

.side-images {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.image-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.side-images img {
    width: 60px;
    height: auto;
}

.visitas-btn, .puntos-btn {
    background: linear-gradient(to left,#082077, #0374B6);
    color: white;
    border: none;
    padding: 8px 80px;
    border-radius: 15px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
}

.second-panel-content .visitas-btn {
    margin-left: 30px;
}



/* Second Panel */
.second-panel-content {
    display: flex;
    align-items: stretch;
    gap: 180px;
    justify-content: flex-start;
    height: 100%;
}

.left-side {
    text-align: left;
    margin-left: 100px;
    margin-top: 50px;
}

.italic-text {
    font-style: italic;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 40px;
    max-width: 200px;
    line-height: 1.4;
    text-align: center;
}

.vertical-line {
    border-left: 2px dotted #000;
    height: 100%;
}

.carita-single {
    margin-left: 10px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carita-single img {
    width: 150px;
    height: 140px;
}

.carita-text {
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
    max-width: 150px;
    color: #7E7E7E;
}

.right-side {
    margin-left: 20px;
}

.right-side {
    margin-left: 20px;
    display: flex;
    gap: 20px;
}

.caritas-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.carita-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right-side img {
    width: 120px;
    height: auto;
}

.dos-image img {
    width: 200px;
    height: auto;
}

.carita-desc {
    margin-top: 5px;
    font-size: 18px;
    text-align: center;
    max-width: 250px;
    line-height: 1.2;
    color: #7E7E7E;

}

.panel img {
    max-width: 100%;
    height: auto;
}

