body,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

html {

}

body {
    height: auto;
    overflow-x: hidden;
    background-color: #ffffff;
}

ul {
    list-style: none;
}

a {
    text-decoration: none !important;
    cursor: pointer;
    outline: none;
}

button,
submit {
    border: none;
    outline: none;
    cursor: pointer;
}
.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
header {

}
@media (min-width: 991px) {
    header {
        height: 6.51vw;
    }
    
}
@media (min-width: 1920px) {
    /* header {
        height: 125px;
    } */
}


@font-face {
    font-family: din-condMed;
    src: url("typo/DINPro-CondMedium.bf27039ecba4.otf");
}

@font-face {
    font-family: din-condBold;
    src: url("typo/DINPro-CondBold.481d38e7ec5b.otf");
}
@font-face {
    font-family: din-condBlack;
    src: url("typo/DINPro-CondBlack.2e36241f4b44.otf");
}
/* Under line */
.underline-animation {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease; /* Smooth transition for all properties */
}

.underline-animation::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: #595959; /* Change color as desired */
    transition: width 0.3s ease; /* Smooth transition only for the width property */
}

.underline-animation:hover::after {
    width: 100%; /* Full width when hovered over */
}
.line-bottom {
    border-bottom: 1px solid black;
}


@media (max-width: 576px) {
	section {
        min-height: calc(100vh - 20vw);
        height: 100%;
        margin: 20vw 0 -5px 0;
    }
}
@media (min-width: 576px) and (max-width: 992px) {
    section {
        margin: 16.5vw 0 -5px 0;
        min-height: calc(100vh - 16.5vw);
    }
}
@media (min-width: 991px) {
	section {
        min-height: calc(100vh - (1.04vw * 3));
    }
}
@media (min-width: 1920px) {
	section {
        min-height: calc(100vh - (20px * 3));
    }
}
/* Menu Laptop */

@media (min-width: 991px) {
    .menu-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background-color: rgba(18,21,21,.7);
        display: none;
    }
    
    .sub-menu-pc {
        margin-top: 6.51vw;
        padding: 1.04vw 0 0 0;
        height: 13.27vw;
        position: fixed;
        z-index: 2;
        width: 100%;
        background: white;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
        -webkit-font-smoothing: antialiased;
    }
    #sub-menu-pc-info,
    #sub-menu-pc-sostenibilidad {
        position: absolute;
        /* right: 5.05vw;  uncomment when final menu*/
        display: none;
    }
    #sub-menu-pc-info {
        right: 6.5vw;
    }
    #sub-menu-pc-sostenibilidad {
        right: 21vw;
    }
    .menu-logo-jardin {
        width: 17.7vw;
        margin: 0.78vw 0;
    }
    .menu-pc {
        font-family: din-condBold;
        color: #000000;
        background-color: #ffffff;
        position: fixed;
        height: 6.51vw;
        z-index: 999;
        width: 100vw;
        visibility: visible;
        border-bottom: 1px solid black;
    }
    .menu-pc div a,
    .sub-menu-pc-category div a {
        font-family: din-condBold;
        color: #000000;
        font-size: 1.46vw;
        transition: .3s color;
    }
    .menu-pc div a:hover,
    .sub-menu-pc-category div a {
        color: #595959;
    }
    .menu-pc span {
        border: 1px solid black;
        height: 6.52vw;
    }
    .menu-ticket-button {
        width: 8.41vw;
        margin: 1.3vw;
    }
    .menu-pc div a:hover > .menu-info-arrow {
        fill: #595959;
    }
}
@media (min-width: 1920px) {
    /* .sub-menu-pc {
        margin-top: 125px;
        padding: 20px 0 0 0;
        height: 205px;
    } */
    /* #sub-menu-pc-info { uncomment when final menu
        right: 97px;
    } */
    /* #sub-menu-pc-info {
        right: 330px;
    }
    .menu-pc {
        height: 125px;
    }
    .menu-logo-jardin {
        width: 150px;
        margin: 15px 0;
    }
    .menu-pc div h3 {
        font-size: 38px;
        margin-top: 20px;
    }
    .menu-pc div a,
    .sub-menu-pc-category div a {
        font-size: 28px;
    }
    .menu-pc span {
        border: 1px solid black;
        height: 125px;
    }
    .menu-ticket-button {
        width: 200px;
    } */
}

/* Menu Mobile */
.nav-menu-mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    /* height: 50px; */
    z-index: 999;
    background: #ffffff;
    border-bottom: 1px solid black;
}
.menu-mobile {
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    width: 70%;
    background-color: #ffffff;
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
    z-index: 2;
    overflow-y: scroll;
    
}
.menu-mobile div a {
    font-family: din-condBold;
    color: #000000;
}
.background-menu {
    position: fixed;
    z-index: -1;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(18,21,21,0);
    transition: background-color 0.3s ease-in-out;
}
.background-menu.is-active {
    z-index: 1;
    background-color: rgba(18,21,21,0.7);
}
.menu-mobile.is-active {
    transform: none !important;
}

.nav-menu-mobile div div h3 {
    font-family: din-condBold;
    color: #000000;
}
.hamburger {
    margin-right: 20px;
}

@media (max-width: 576px) {
    .nav-menu-mobile {
        height: 20vw;
    }
    .menu-mobile {
        padding: 20vw 0 0 0;
    }
    .menu-logo-jardin-mv {
        padding: 3vw;
        height: 18vw;
    }
    .nav-menu-mobile div div h3 {
        margin-top: 7.29vw;
        margin-left: 4.08vw;
        font-size: 6.25vw;
    }
    .menu-mobile div a {
        font-size: 7vw;
    }
    .menu-mobile > div {
        margin: 5.2vw;
        padding-bottom: 1.74vw;
        border-bottom: 1px solid black;
    }
    .menu-mobile > div:last-child {
        border: none;
    }

    #collapseInfo > div,
    #collapseSostenibilidad > div {
        margin: 0 5.2vw 5.2vw 0;
        padding-bottom: 1.74vw;
        border-bottom: 1px solid black;
    }
    
    .menu-ticket-button-mv {
        width: 70%;
    }
    .rrss-mv > a {
        width: 13%;
        margin-right: 5px;
    }
    .rrss-mv > a:last-child {
        margin-right: 0;
    }
}

@media (min-width: 576px) and (max-width: 992px) {
    .nav-menu-mobile {
        height: 16.5vw;
    }
    .hamburger-box,
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 6.05vw !important;
    }
    .menu-mobile {
        width: 60%;
        padding: 16.5vw 0 0 0;
    }
    .menu-logo-jardin-mv {
        padding: 2.02vw;
        height: 14.5vw;
    }
    .nav-menu-mobile div div h3 {
        margin-top: 5.0454vw;
        margin-left: 3.027vw;
        font-size: 3.83vw;
    }
    .menu-mobile div a {
        font-size: 3.63vw;
    }
    .menu-mobile > div {
        margin: 2.02vw 3.027vw;
        padding-bottom: 1.21vw;
        border-bottom: 1px solid black;
    }
    .menu-mobile > div:last-child {
        border: none;
    }

    #collapseInfo > div,
    #collapseSostenibilidad > div {
        margin: 0 5.2vw 5.2vw 0;
        padding-bottom: 1.74vw;
        border-bottom: 1px solid black;
    }
    
    .menu-ticket-button-mv {
        width: 50%;
    }
    .rrss-mv > a {
        width: 10%;
    }
    .rrss-mv > a:last-child {
        margin-right: 0;
    }
}

/*Footer */

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* For modern browsers */
    background: linear-gradient(0deg, #FF6EA9 0%, #E9FFBA);
    /* For older browsers */
    background: -webkit-linear-gradient(0deg, #FF6EA9 0%, #E9FFBA);
    background: -moz-linear-gradient(0deg, #FF6EA9 0%, #E9FFBA);
    background: -o-linear-gradient(0deg, #FF6EA9 0%, #E9FFBA);
    padding: 15px 0;
    position: relative;
    color:#000000;
}
.footer-container-rrss > h3 {
    font-family: din-condBold;
    color: #000000;
}
.copyright {
    color: #000000;
    font-family: din-condMed;
    font-size: 20px;
    margin: 0;
}
.container-legal-link {
    border-top: 1px solid black;
}
.legal-link >* {
    padding: 0 .5vw;
    font-size: .9rem;
    color: #000000;
    font-family: din-condMed;
    margin: 0;
}

@media (min-width: 576px) {
    footer {
        padding: 1.04vw 0;
    }
    .legal-link >*,
    .copyright {
        font-size: 1.04vw;
    }
    .footer-container-rrss > div > a {
        width: 2.08vw;
    }
    .footer-container-rrss > div > a:not(:last-child) {
        margin-right: 0.78vw;
    }
    .footer-container-rrss > h3 {
        font-size: 1.66vw;
        margin-bottom: 1.042vw;
    }
    .container-legal-link > div,
    .footer-container-rrss {
        margin-right: 10.42vw;
    }
    .container-legal-link > div {
        margin-left: 10.42vw;
    }
}
@media (min-width: 1920px) {
    footer {
        padding: 20px 0;
    }
    .legal-link >*,
    .copyright {
        font-size: 20px;
    }
    .footer-container-rrss > div > a {
        width: 40px;
    }
    .footer-container-rrss > div > a:not(:last-child) {
        margin-right: 15px;
    }
    .footer-container-rrss > h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .container-legal-link > div,
    .footer-container-rrss {
        margin-right: 200px;
    }
    .container-legal-link > div {
        margin-left: 200px;
    }
}
/* form footer */
#subscription-message {
    display: none;
}
#form-suscription > h3,
#subscription-message > p {
    font-family: din-condBold;
    color: #000000;
}
#form-suscription > div > p,
#form-suscription > div > p > a {
    color: #000000;
    font-family: din-condMed;
    margin-bottom: 0;
    transition: .3s color;
}
#form-suscription > div > p > a:hover {
    color: #595959;
}
#submit-form-suscription {
    color: #595959;
}
#usermail::placeholder {
    font-family: din-condBold;
    color: #828282;
}
#usermail {
    font-family: din-condBold;
    outline: none;
    color: #000000;
}
#submit-form-suscription {
    font-family: din-condBold;
    background-color: #000000;
    color: #ffffff;
    transition: .3s;
}
#submit-form-suscription:hover {
    background-color: #828282;
    color: #ffffff;
}
#subscribe-checkbox:checked {
    filter: grayscale(1);
}
@media (min-width: 576px) {
    #form-suscription > h3 {
        font-size: 1.66vw;
        margin-bottom: 1.042vw;
    }
    #subscribe-checkbox {
        width: 1.46vw;
        height: 1.46vw;
    }
    #form-suscription > div > p {
        font-size: 1.46vw;
    }
    #subscription-message > p {
        font-size: 1.66vw;
    }
    #container-form-suscription {
        width: 100%;
        margin-left: 10.42vw;
    }
    #usermail::placeholder {
        font-size: 1.66vw;
    }
    #usermail {
        width: 70%;
        height: 3.90vw;
        font-size: 1.66vw;
        padding-left: 1.04vw;
    }
    #submit-form-suscription {
        width: 23%;
        height: 3.90vw;
        margin-left: 2%;
        font-size: 1.66vw;
    }
}
@media (min-width: 1920px) {
    #form-suscription > h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    #subscribe-checkbox {
        width: 28px;
        height: 28px;
    }
    #form-suscription > div > p {
        font-size: 28px;
    }
    #subscription-message > p {
        font-size: 32px;
    }
    #container-form-suscription {
        width: 100%;
        margin-left: 200px;
    }
    #usermail::placeholder {
        font-size: 32px;
    }
    #usermail {
        width: 70%;
        height: 75px;
        font-size: 32px;
        padding-left: 20px;
    }
    #submit-form-suscription {
        width: 23%;
        height: 75px;
        margin-left: 2%;
        font-size: 32px;
    }
}
/* footer mobile */
@media (max-width: 576px) {
    #container-form-suscription,
    .footer-container-rrss,
    .container-legal-link > div {
        width: 90%;
        margin: 0 auto;
    }
    #usermail {
        width: 100%;
        padding-left: 1.73vw;
        
    }
    #submit-form-suscription {
        width: 30%;
    }
    #usermail,
    #submit-form-suscription {
        height: 8.68vw;
        font-size: 4.16vw;
    }
    .footer-container-rrss > div > a {
        width: 10%;
    }
    .legal-link >* {
        font-size: 3.47vw;
    }
    .copyright {
        font-size: 3.2vw;
    }
}

/* custom scrollbar*/
/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 100px white;
    box-shadow: inset 0 0 100px white; 
    background: rgba(255,255,255,.7);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #374668;
    -webkit-box-shadow: inset 0 0 5px grey;
        box-shadow: inset 0 0 5px grey; 
    background-position: center;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
/*background: #25636C;*/
    opacity: .4;
}


/* Banner sponsor footer */

@keyframes move-letters {
    0% {
      left: 0;
    }

    100% {
      left: -100%;
    }
}
.banner-wrapper-img {
    height: 45px;
    position: relative;
    display: block;
    /* For modern browsers */
    background: linear-gradient(0deg, #FF6EA9 0%, #E9FFBA);
    /* For older browsers */
    background: -webkit-linear-gradient(0deg, #FF6EA9 0%, #E9FFBA);
    background: -moz-linear-gradient(0deg, #FF6EA9 0%, #E9FFBA);
    background: -o-linear-gradient(0deg, #FF6EA9 0%, #E9FFBA);
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    overflow: hidden;
}
.banner-imgs {
    display: flex;
    align-items: center;
    width: 200%;
    overflow: hidden;
    height: 45px;
    animation: move-letters 45s linear infinite;
    position: absolute;
}

@media (max-width: 576px) {
    .banner-imgs {
        animation: move-letters 35s linear infinite;
    }
    .banner-wrapper-text,
    .banner-text {
        height: 7.8125vw;
        margin-top: -0.86vw;
    }
    .banner-imgs img.logo-banner {
        height: 7.5vw;
    }
}
@media (min-width: 576px) and (max-width: 991px)  {
    .banner-wrapper-img,
    .banner-imgs {
        height: 4.16vw;
    }
    .banner-imgs img.logo-banner {
        height: 4vw;
    }
}
@media (min-width: 991px) {
    .banner-wrapper-img,
    .banner-imgs {
        height: 4.16vw;
    }
    .banner-imgs img.logo-banner {
        height: 4vw;
    }
}
