/* --------------------------------------------------
:: CSS BEL PROJECT
-------------------------------------------------- */
:root {
    --verde-profundo: #1F3F36;
    --verde-logo: #6E7B2F;
    --fondo: #F5F4F1;
    --fondo-menu: #FEFEFE;
    --texto: #2F2F2F;
    --verde-seccion: #2C5247;
    --arena: #D8B8A6;
    --blanco: #FFFFFF;
    --fondo-calido: #F5F4F1;
    --texto-principal: #2F2F2F;
    --verde-principal: #1F3F36;
    --acento-puntos: #6E7B2F;
    --fondo-verde: #102a25;
    --color-acento: #e1bc9f;
    --texto-blanco: #ffffff;
    --card-bg: #1A3D38;
    --bs-accordion-color: #1A3D38;
    --bs-accordion-bg: #D8B8A6;
    --bs-accordion-btn-bg: #6E7B2F;
    --bs-accordion-active-color: #2F2F2F;
    --bs-accordion-active-bg: #D8B8A6;

}
p {
    color: var(--texto-principal);
    font-size: 1.2rem;
}
* { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; }
/*body { font-family: 'Inter', sans-serif; background-color: var(--fondo); color: var(--texto); line-height: 1.6; }*/

body {
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
    color: #2F2F2F;
}

/* Navegación */
header { padding: 1rem 5%; display: flex; justify-content: space-between; align-items: center; background: var(--fondo-menu); position: sticky; top: 0; z-index: 100; }
.logo { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--verde-logo); font-weight: 600; text-decoration: none; }
nav a { text-decoration: none; color: var(--verde-profundo); margin-left: 20px; font-size: 16px; text-transform: uppercase; letter-spacing: 1px; }
nav a:hover { color: var(--verde-logo); }

h1, h2 { font-family: 'Cormorant Garamond', serif; letter-spacing: 0.5px; }
h1 { font-size: 52px; color: var(--verde-profundo); line-height: 1.1; }
h2 { font-size: 36px; color: var(--verde-seccion); margin-bottom: 2rem; }

.container { margin: 0 auto; padding: 4rem 2rem; }

.btn { display: inline-block; padding: 1rem 2rem; background: var(--verde-profundo); color: var(--blanco); text-decoration: none; transition: background 0.3s; }
.btn:hover { background: var(--verde-logo) }

.grid-servicios {
    background-color: #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 10px;
    padding: 10px;
    font-family: 'Exo 2', sans-serif;
}
.accordion {
    color: var(--verde-profundo);
    font-size: 13px;

}
footer { background: var(--verde-profundo); color: var(--blanco); padding: 4rem 0; margin-top: 4rem; }
footer a { color: var(--blanco); }
.copywrite-text {
    color: var(--blanco);
    font-size: 13px;
}
.copywrite-text-a {
    font-size: 12px;
}
.card-servicio {
    background-color: var(--fondo-calido);
    width: 100%;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    color: var(--texto-principal);
    height: 70vh;
}
.card-servicio h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 24px;
    color: var(--verde-principal);
    letter-spacing: 0.2px;
}
.card-servicio p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 30px;
    opacity: 0.9;
}
.card-servicio ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.card-servicio li {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 18px;
    padding-left: 30px;
    position: relative;
    font-weight: 400;
}

/* Recreación de los puntos (bullets) */
.card-servicio li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: var(--texto-principal);
    border-radius: 50%;
}

/* Estilo para el último elemento sin margen inferior */
.card-servicio li:last-child {
    margin-bottom: 0;
}
/***
* text
 */
body {
    margin: 0;
    box-sizing: content-box;
}
a {
    color: var(--verde-profundo);
}
a:hover {
    color:  var(--verde-logo);
}
.text-color-primary {
    color: var(--verde-seccion);
}
.text-color-secundary {
    color: var(--arena);
}
.text-color-tertiary {
    color: #85858d;
}
.text-left {
    text-align: left!important;
}
.text-110 {
    font-size: 1.1em!important;
}
.text-20x {
    font-size:20px;
}
.text-p {
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
}
.text-hover-link:hover,
.text-hover-link:focus {
    text-decoration: underline;
}
.help-block {
    color: #d80000;
}
.breadcrumb-area-car .breadcrumb-content h2 {
    font-size: 3.5rem;
    color: #848aa6;
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: -1px;
}
.h-60 {
    height: 60% !important;
}
.color-primary {
    color: var(--blanco);
}
/***
* panel cookies
 */
.panel-cookies {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color:#fff;
    display: block;
    left: 0;
    min-height: 50px;
    padding-bottom: 10px;
    position:fixed;
    right: 0;
    text-align:center;
    width:100%;
    z-index:99999;
}
.panel-footer-secundary {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    border-top: 1px solid #e7eaec;
    text-align: center;
}
.text-underline {
    text-decoration: underline;
}
/***
* changes in theme.min.css
 */
.content-space-2 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}
/***
* class eoi
 */
.border-bottom-eoi {
    border-bottom: 2px solid #3f3e3c;
}
.content-space-eoi {
    padding-top:2.5rem!important;
    padding-bottom:2.5rem!important;
    min-height: 500px;
}
/***
* breadcrumb
 */
.breadcrumb-container {
    background-color: #f8f8f8;
    border-bottom: 1px solid #f4f4f4;
}
/***
 *    Buttons
 */
.button-01 {
    -webkit-transition: all ease-in-out 300ms;
    cursor: pointer;
    background: #3CCCF0;
    border-radius: 5px;
    border: 1px solid rgba(215, 255, 232, 0.4);
    box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 5px 5px;
    transition: all ease-in-out 300ms;
}
.button-01:hover {
    color: #fff;
    box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0px, -10px) scale(1.2);
    transform: translate(0px, -2px) scale(1.0);
    background: #ff0057;
}
.button-02 {
    -webkit-transition: all ease-in-out 300ms;
    cursor: pointer;
    background: #85858d;
    border-radius: 5px;
    box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    min-width: 100px;
    padding: 8px;
    text-align: center;
    transition: all ease-in-out 300ms;
}
.button-02:hover {
    -webkit-transform: translate(0px, -10px) scale(1.2);
    box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
    transform: translate(0px, -2px) scale(1.0);
    background: #333;
    color: #fff;
    text-decoration: none;
}
.button-02-default {
    -webkit-transition: all ease-in-out 300ms;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: inline-block;
    min-width: 100px;
    padding: 8px 8px;
    text-align: center;
    transition: all ease-in-out 300ms;
}
.button-02-default:hover {
    -webkit-transform: translate(0px, -10px) scale(1.2);
    box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
    transform: translate(0px, -2px) scale(1.0);
    background: #333;
    color: #fff;
    text-decoration: none;
}
.button-03 {
    -webkit-transition: all ease-in-out 300ms;
    cursor: pointer;
    background: #3f51b5;
    border-radius: 5px;
    box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    min-width: 80px;
    padding: 3px 3px;
    text-align: center;
    transition: all ease-in-out 300ms;
}
.button-03:hover {
    -webkit-transform: translate(0px, -10px) scale(1.2);
    box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
    transform: translate(0px, -2px) scale(1.0);
    background: #333;
    color: #fff;
    text-decoration: none;
}
.area-services {
    position: relative;
    z-index: 1;
    background: #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Exo 2', sans-serif;
}
.area-collaborators {
    display: flex;
    background-color: var(--fondo-verde);
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
    /*min-height: 550px;
    position: relative;
    overflow: hidden;*/
}
.content-section {
    flex: 1.5;
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}
/* Contenedor principal estilo banner/tarjeta */
.canvas-container {
    display: flex;
    background-color: var(--fondo-verde);
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}

/* section collaborators */
.content-section {
    flex: 1.5;
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.title-collaborators {
    font-size: 56px;
    font-weight: 400;
    color: var(--color-acento);
    margin-bottom: 40px;
    letter-spacing: 0.5px;
}

.text-acento {
    color: var(--color-acento);
}

.tagline-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.accent-line {
    width: 1.5px;
    height: 50px;
    background-color: var(--color-acento);
    margin-right: 25px;
    opacity: 0.8;
}

.tagline {
    font-size: 26px;
    font-style: italic;
    color: var(--texto-blanco);
    font-weight: 300;
    letter-spacing: 0.5px;
}

.contact-footer {
    margin-top: auto;
}

.link-web {
    display: inline-block;
    color: var(--color-acento);
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(225, 188, 159, 0.3);
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.link-web:hover {
    border-bottom-color: var(--color-acento);
    opacity: 0.8;
}

.phone-number {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    letter-spacing: 1.5px;
}

.image-section {
    flex: 1;
    /* Usamos una imagen de stock que representa el arte fluido de la captura */
    background-image: url('../images/banzeiroimage.png');
    background-size: cover;
    background-position: center;
    position: relative;
}

.image-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, var(--fondo-verde), transparent 20%),
    rgba(225, 188, 159, 0.1);
}
@media (max-width: 900px) {
    .canvas-container {
        flex-direction: column;
        height: auto;
    }
    .image-section {
        height: 350px;
        order: -1;
    }
    .content-section {
        padding: 50px 40px;
        text-align: center;
        align-items: center;
    }
    .tagline-wrapper {
        flex-direction: column;
        margin-bottom: 60px;
    }
    .accent-line {
        width: 50px;
        height: 1.5px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .title { font-size: 42px; }
    .tagline { font-size: 22px; }
}

/* section contact */
.contact-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 3rem;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.contact-input, .contact-textarea {
    background: transparent; border: 1px solid var(--arena); padding: 1rem; color: var(--verde-logo);
    font-family: 'Inter', sans-serif; outline: none;
}
.contact-input:focus, .contact-textarea:focus {
    border-color: var(--text-light);
}
.contact-button {
    background: var(--arena); color: var(--verde-profundo); border: none; padding: 1rem;
    font-weight: 600; cursor: pointer; transition: 0.3s;
}
button:hover { background: var(--fondo-calido); }

.info-contacto p { margin-bottom: 1rem; }

/* accordion */
.accordion-button {
    font-family: 'Exo 2', sans-serif;
    color: var(--texto-principal);
    font-size: 1.2rem;
    background-color: var(--fondo-calido);
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
}
.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
