
/* Generales */
.dataContainer {
    width: 90%;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding: 100px 0;
}

.balls {
    position: absolute;
    z-index: 1;
}

.section {
    background-position: 50% 50%;
    width: 100%;
    /* min-height: 100%; */
    float: left;
    overflow: hidden;
}

/* Header */

.headerContainer {
    height: 80px;
    position: fixed;
    width: 100%;
    z-index: 2000;
}

.opacity {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: black;
}

.mediumOpacity {
    opacity: 0.4;
    filter: alpha(opacity=50);
}

.lightOpacity {
    opacity: 0.4;
    filter: alpha(opacity=50);
}

.darkOpacity {
    opacity: 0.6;
    filter: alpha(opacity=50);
}

.menuData {
}

.menuDataLinkedinLink {
    width: 20px;
    float: left;
    margin-left: 40px;
}

.menu {
    position: absolute;
    top: 0px;
    width: calc(100% - 10%);
    padding: 0 5%;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    backdrop-filter: blur(10px);
}

.menuLogo {
    max-width: 160px;
}

.menuLinkedinLink {
    width: 3%;
    float: left;
    margin-left: 2%;
    display: none;
}

.menuLinkedinLink:hover {
    cursor: pointer;
    opacity: 0.7;
}

.menuLinkedinImg {
    width: 100%;
}

.menuLogoImg {
    width: 100%;
    height: auto;
}

.menuItem {
    float: left;
    margin-top: 3px;
    display: block;
    text-decoration: none;
    font-size: 15px;
    margin-left: 40px;
    cursor: pointer;
}

.menuDots {
    position: relative;
}

.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.dot1 {
    background: #866839;
    opacity: 0.7;
}

.dot2 {
    background: #866839;
    opacity: 0.5;
}

.sectionHiddenDots {
    color: white;
}

.sectionSelected {
    color: white;
}

.sectionHiddenDots .menuDots {
    display: none;
}

.sectionSelected .menuDots {
    display: inline-block;
}


/* Section 1 */
#section1 {
    background-image: url('/files/site/backgroundHome.png');
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#section1 .dataContainer {
    width: 60%;
    margin: 50px 0 0 5%;
    min-width: 700px;
    justify-content: flex-start;
}

#section1 .dataContainer h2 {
    margin-bottom: 20px;
}

#section1 .dataContainer h2 span {
    color: #C0A06D;
}

#section1 .dataContainer p {
    font-size: 18px;
    line-height: 26px;
}

#section1 .dataContainer img{
    max-width: 240px;
    margin-top: 20px;
    margin-bottom: 50px;
}

#section1 .balls {
    right: 5%;
    bottom: 0;
}

/* Section 2 */
#section2 {
    background-color: #072A47;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    position: relative;
    top: -100px;
}

#section2 .dataContainer {
    justify-content: center;
    text-align: center;
    align-items: center;
}

#section2 .dataContainer h3 {
    margin-bottom: 20px;
    max-width: 900px;
}

#section2 .dataContainer h3 span {
    color: #C0A06D;
}

#section2 .dataContainer h3+p,
#section2 .dataContainer h3+p+p {
    margin-bottom: 30px;
    max-width: 680px;
}

#section2 .dataContainer2 h3 {
    max-width: 670px;
    margin: 0 auto;
    font-size: 20px;
}

#section2 .dataContainer2 h3 span {
    color: #C0A06D;
}

#section2 .dataContainer3 {
    display: flex;
    justify-content: space-between
}

#section2 .dataContainer3 div {
    width: 30%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    margin-top: 30px
}

#section2 .dataContainer3 div h4,
#section2 .dataContainer3 div p {
    text-align: left;
    margin-bottom: 10px;
}

/* Section 3 */
#section3 {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

#section3 .balls {
    left: 0;
    top: 0;
    z-index: -1;

}

#section3 h3+p{
    text-align: center;
    max-width: 800px;
    margin-top: 20px;
}

.sliderContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #072A47;
    border-radius: 30px;
    padding: 20px;
    width: fit-content;
    margin: 15px 15px 100px 15px;
    position: relative;
}

.elipse {
    width: 100%;
    border-radius: 50%;
}

.elipseContainer {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    position: absolute;
    top: -60px;
}

.sliderData {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    padding-top: 70px;
    align-items: flex-start;
    text-align: left;
}

.sliderData h4,
.sliderData p:not(:last-child) {
    margin-bottom: 15px
}

.section3container,
.buttonsSection3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
}

.section3container { 
    /* margin-bottom: 100px; */
}

.buttonsSection3 {
    margin: 30px 0 100px 0;
}

.buttonsSection3 div {
    margin: 0 5px;
    background: #FFFFFF1A;
    padding: 12px 24px;
    border-radius: 100px;
    font-size: 18px;
    cursor: pointer;
    transition: .3s all ease-in-out;
}

.buttonsSection3 div:hover {
    background: #FFFFFF;
    color: #103757;
}

.buttonsSection3 div.selected {
    background: #FFFFFF;
    color: #103757;
}

/* Section 4 */
#section4 {
    background-color: #072A47;
    border-radius: 100px;
    padding: 100px 0;
    z-index: 2;
    position: relative;
}

.section4title {
    width: 90%;
    margin: auto;
    text-align: center;
    max-width: 700px;
    margin-bottom: 40px;
}

.section4title h3 {
    color: #C0A06D;
    margin-bottom: 20px;
}

.section4title h3+p {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px
}

/* ====== Vars para ajustar rÃ¡pido ====== */
:root {
    --stack-overlap: 24px;     /* cuÃ¡nto se solapan entre sÃ­ */
    --open-padding: 48px;      /* aire interno extra cuando estÃ¡ abierta */
    --radius: 24px;
}

/* Contenedor */
.section4container {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    isolate: isolate;
}

/* Tarjeta base */
.section4containerDiv {
    position: relative;
    border-radius: var(--radius);
    min-height: 120px;         /* alto cerrado */
    overflow: hidden;
    padding: 0 20px;           /* sin pb en cerrado */
    background-clip: padding-box;
    z-index: 1;                /* capa base; el abierto sube */
}

/* Header a 120px */
.section4ImageContainer {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.section4ImageContainer img {
    height: 50px;
    display: block;
}

.open {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    user-select: none;
}

/* Cuerpo con transiciÃ³n suave (sin jQuery slide) */
.dataTextSection4 {
    overflow: hidden;
    max-height: 0;             /* cerrado */
    transition: max-height 240ms ease;
}

.dataTextSection4 h2 {
    font-weight: 500;
}

.dataTextSection4container {
    display: flex;
    margin-top: 20px;
}

.dataTextSection4container div{
   width: 48%;
}

.dataTextSection4container div img{
    margin-top: 20px;
    width: 250px;
}

.dataTextSection4container div p:not(:last-child){
    margin-bottom: 5px
}

.dataTextSection4container div p:last-child{
    margin-bottom: 10px
}

.dataTextSection4container .date{
    font-size: 12px;
    margin-top: 10px;
}

/* Solapado SIEMPRE (cerrado y abierto) */
.section4containerDiv+.section4containerDiv {
    margin-top: calc(var(--stack-overlap) * -1);
}

/* Abierto: aire interno y por encima del resto */
.section4containerDiv.is-open {
    z-index: 10;
    padding-bottom: var(--open-padding);
}

/* Abierto: extender fondo para cubrir la junta con el de abajo
   y que el solapado se vea prolijo tambiÃ©n cuando estÃ¡ abierto */
.section4containerDiv.is-open::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--stack-overlap) * -1);
    height: var(--stack-overlap);
    background: inherit;       /* mismo color que la tarjeta */
    border-bottom-left-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
    pointer-events: none;
}

#axaDiv {
    background: #103757;
    z-index: 1;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#merianDiv {
    background: #184A73;
    z-index: 2;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#manDiv {
    background: #145284;
    z-index: 3;
}


/* Section 5 */
#section5 {
    background-image: url('/files/site/background5.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 100px 0;
    top: -100px;
    position: relative;
    z-index: 1;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.section5container{
    width: 90%;
    margin: auto;
    max-width: 900px;
    backdrop-filter: blur(10px);
    background: #0000001A;
    padding: 50px 0;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.line{
    width: 100%;
    height: 0.5px;
    background-color: white;
    margin: 30px 0;
}

.section5container p{
    width: 90%;
    font-size: 15px;
}

.section5container h2{
    margin-bottom: 20px;
}


/* Section 6 */

#section6{
   width: 90%;
   margin: auto;
   padding-bottom: 60px;
}

.section6DataContainer{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.containerInfoMap{
    display: flex;
    align-items: flex-end;
    margin-bottom: 55px;
}



#mapContainer {
    float: left;
    max-width: 360px;
    width: 25%;
    position: relative;
    /* margin-top: 9%; */
}

#mapImage {
    width: 100%;
}

#contactContainer {
}

.contactInfoRow {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 15px;
}

.contactName {
    color: #dedede;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 700;
}

.contactDescription {
    font-size: 13px;
    margin-bottom: 5px;
}

.contactNumber {
    color: #dedede;
    font-size: 13px;
}

.contactMail {
    color: #dedede;
    font-size: 13px;
    margin-bottom: 7px;
    border-bottom: 0.5px solid #dedede;
    width: fit-content;
}

#contactFormContainer {
    /* width: 30%; */
}

.dataTextSection5 {
    width: 100%;
    margin-top: 5%;
    font-size: 16px;
    margin-left: 0%;
    overflow-wrap: break-word;
    float: right;
    line-height: 1.5;
    /* background-color: white; */
}

.dataTitleSection5 {
    font-size: 25px;
    color: #dedede;
}

#contactFormInputsContainer {
    width: 100%;
    margin-top: 40px;
    margin-right: 70px;
}

.contactInputContainer {
    width: 500px;
    height: 50px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid white;
    border-radius: 10px;
}

.contactTextInput {
    background: transparent;
    height: 50px;
    line-height: 51px;
    width: 100%;
    padding-left: 15px;
}

.contactTextInput::placeholder{
  font-size: 12px;
   color: white;
    opacity: .5
}

.contactTextareaContainer {
    width: 500px;
    height: 250px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid white;
    border-radius: 10px;
}

.contactTextarea {
    height: 100%;
    width: 100%;
    background: transparent;
    padding: 15px 10px;
    font-size: 12px;
    border: none;
    resize: none;
}

.contactTextarea::placeholder{
    color: white;
    opacity: .5
}



#sendButton {
    background-color: #866839;
    opacity: 1;
    text-align: center;
    border-radius: 100px;
    width: fit-content;
    padding: 15px 35px;
    font-size: 16px;
}

#sendButton:hover {
    opacity: 0.8;
    cursor: pointer;

}

/* */

#mobileMenuDiv {
    display: block;
    position: fixed;
    width: 100%;
    top: 100px;
    right: 0px;
    height: 0px;               /* cerrado */
    overflow: hidden;          /* <- oculta contenido cuando estÃ¡ cerrado */
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    backdrop-filter: blur(10px);
    z-index: 10;
    color: #FEFEFE;
    /* padding-top se aplica SOLO cuando estÃ¡ abierto */
}

#mobileMenuDiv.open {
    height: 100%;
    padding-top: 20px;         /* <- movido acÃ¡ */
}

#mobileMenuDivBackground {
    display: none;
}

#mobileMenuDivBackground.show {
    display: block;
}

.mobileMenuItem {
    position: relative;
    width: 90%;
    margin: auto;
    line-height: 25px;
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.mobileMenuItem img{
    width: 20px;
}

@media only screen and (max-width: 1000px) {
 .menuData {
        display: none;
    }

    .menuLogo {
        width: 26%;
    }

    .menuLinkedinLink {
        width: 22px;
        position: relative;
        right: 69px;
        display: block;
        float: right;
    }

    .menuBtn {
        display: block;
        position: relative;
        width: 30px;
        height: 30px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        float: right;
        color: white;
    }

    .menuBtn .icon {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        position: absolute;
        height: 3px;
        width: 30px;
        top: 10px;
        right: 0px;
        background-color: white;
        border-radius: 100px;
    }

    .menuBtn .icon:before {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        position: absolute;
        width: 30px;
        height: 3px;
        background-color: white;
        content: "";
        top: -10px;
        right: 0px;
        border-radius: 100px;
    }

    .menuBtn .icon:after {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        position: absolute;
        width: 30px;
        height: 3px;
        background-color: white;
        content: "";
        top: 10px;
        right: 0px;
        border-radius: 100px;
    }

    .menuBtn.open .icon {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        background: transparent;
    }

    .menuBtn.open .icon:before {
        -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
        transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
    }

    .menuBtn.open .icon:after {
        -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
        transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
    }

    .menuBtn:hover {
        cursor: pointer;
    }
}

@media only screen and (max-width: 800px) {
    /* Section 1 */
    #section1 .dataContainer {
        margin: 0px 0 0 5%;
        min-width: auto;
        width: 90%;
    }

    #section1 .dataContainer h2{
        margin-bottom: 20px;
        max-width: 400px;
        font-weight: 500;
    }

    #section1 .dataContainer p{
        font-size: 14px;
        line-height: 20px;
    }

       #section1 .dataContainer img{
        max-width: 150px;
    }

    #section1 .balls{
        height: 200px;
    }

    #section2 .dataContainer{
        justify-content: left;
        align-items: baseline;
        text-align: left;
    }

    .dataContainer2{
        width: 100%;
    }

    #section2 .dataContainer2 h3{
        margin: 40px 0 20px;
        max-width: unset;
    }

    #section2 .dataContainer3 div h4, #section2 .dataContainer3 div p{
        text-align: left;
    }

    #section2 .dataContainer3{
        flex-direction: column;
    }

    #section2 .dataContainer3 div{
        width: 100%;
        max-width: unset;
    }

    /* Section 2 */
    #section2{
        border-radius: 30px;
    }

    /* Section 3 */
    .buttonsSection3 div{
        margin: 5px;
        text-align: center;
        padding: 10px 18px;
        font-size: 15px;
    }

    .sliderData{
        max-width: unset;
    }
    
    #section3 .balls{
        display: none;
    }

    /* Section 4 */
    #section4{
    border-radius: 30px;
        }

    .dataTextSection4container{
        flex-direction: column;
        margin-top: 0;
    }

    .dataTextSection4container div img{
        max-width: 200px;
    }

    .dataTextSection4container div{
        width: 100%;
    }

    /* Section 5 */
    #section5{
        border-radius: 30px;
    }
    /* Section 6*/
    .section6DataContainer{
        flex-direction: column;
    }
    #contactFormContainer, .contactInputContainer, .contactTextareaContainer{
        width: 100%
    }
    #contactContainer{
        margin-right: 20px;
        width: calc(100% - 150px)
    }
    .contactInfoRow:first-child{
        margin-top: 0
    }
    .containerInfoMap{
     width: 100%;
     margin-bottom: 0;
        margin-top: 50px;
     align-items: flex-start;
    }
    .containerInfoMap img{
        width: 130px;
        object-fit: contain;
    }
}

/* Opcional: bloquear scroll del body cuando el menÃº estÃ¡ abierto */
body.no-scroll { overflow: hidden; }










