footer {
    width: auto;
    padding: 4rem;
}

.margin__social__mobile {
    display: none;
}

.wrapper {
    display: flex;
    flex-wrap: wrap;
}

.botonCompraTicketsFooter {
    background: #FFF;
    box-shadow: 0px 2.176px 21.37px 0px #00A0DD;
    color: #00A0DD;
    padding: 1rem;
    font-size: 1.1vw;
    width: 100%;
    /*margin: auto;
    */display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 3rem;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.wrapper>div {
    width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 9rem;
    height: auto !important;
}

.fiximgposition {
    max-width: 220px;
    margin-top: 1rem;
}

.lineHeight-small {
    line-height: 1.1;
}

.marginT05 {
    /* margin-top: 0.5em; */
    margin: 0 0 1em 0;
}

.marginT1 {
    margin-top: 1em;
    text-align: center;
}

.marginR05 {
    /* margin-right: 0.3em; */
    margin: 0;
}

.marginT2 {
    display: flex;
    gap: 1rem;
    /* justify-content: space-between; */
    align-items: center;
    align-content: center;
    margin: 0;
}

.marginR05 img {
    width: 2.1875vw;
    height: 2.1875vw;
}

.marginR05 img:nth-child(6) {
    width: 2.96875vw !important;
    height: 2.1875vw;
}

.ytFt {
    width: 2.96875vw !important;
    height: 2.1875vw;
}

.margin {
    margin-top: 0px !important;
    top: 0;
    /* background-color: blue; */
    height: auto !important;
    width: 100%;
}

.margin li {
    max-width: 100%;
    /* background-color: red; */
}

.margin a {
    line-height: 1.5;
    font-weight: 500;
    font-size: 1.2rem;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

.margin a:hover {
    opacity: 0.7;
    color: #00A0DD;
}

.botonCompraTicketsFooter:hover {
    background: #00A0DD !important;
    color: #FFF !important;
    opacity: 1 !important;
}

.smallImgFooter {
    max-width: 110px;
}

.txtWhite {
    color: white;
}

.margin__social {
    gap: 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.margin__social__icons {
    display: flex;
    gap: 3rem;
}

.marginT1 img {
    width: 50%;
    height: 3.515625vw;
    margin: 0 0 1.171875vw;
}

.marginT1 span {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;
    text-decoration-line: underline;
}

.marginT1 .mail-img {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0;
}

.divS {
    width: 135px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    gap: 1em;
    margin-top: 2rem;
}

.divS img {
    width: 100%;
    height: 45px;
    margin: 0;
}

.divS a {
    margin: 0;
}

.divS a svg {
    width: 13.2rem;
    height: auto;
}

.marginR05 .qlwapp-whatsapp-icon {
    font-family: "qlwapp-whatsapp" !important;
    position: inherit;
    font-size: 2.4rem;
    line-height: 1.5;
}

.qlwapp-icon {
    position: inherit;
    font-size: 2.4rem;
    line-height: 1.5 !important;
}

footer {
    /* background-image: linear-gradient(120deg, #1D2543, #0D111D); */
    background-color: #000020;
    /* background-color: #12182A; */
    /* border-top: 5px solid #1595F3; */
    color: white;
    /* line-height: 1.5; */
}

footer > strong {
    color: #1595F3;
    font-weight: 600;
    font-size: 1.3vw;
    line-height: 1.5;
}

footer span {
    font-weight: 500;
    font-size: 1.1vw;
    line-height: 1.5;
}

footer a {
    color: white;
    line-height: 1.5;
}

footer .blue {
    color: #09A7F6;
    font-weight: bold;
    font-size: 19px;
}

footer ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    /* gap: 1rem; */
    margin-top: 2rem;
}

@media screen and (min-width: 300px) and (max-width: 768px) {
    footer {
        /* min-width: 320px;
        max-width: 768px; */
        width: 100%;
        gap: 2rem;
        /* padding: 5rem 0 10rem; */
    }
    .wrapper>div {
        width: 100%;
        flex: 1 1 100%;
        padding: 0;
        margin: 0;
        height: auto !important;
    }
    footer>div:nth-child(1)>div {
        padding: 0;
    }
    .divS {
        padding: 0;
        justify-content: center;
    }
    .divS img {
        width: 100% !important;
        height: 45px !important;
    }
    footer div {
        padding: 0;
        margin: auto;
    }
    .marginR05 img {
        width: 28px;
        height: 28px;
    }
    .ytFt {
        width: 38px !important;
        height: 28px;
    }
    .marginT1 img {
        width: 50%;
        height: auto;
    }
    .botonCompraTicketsFooter {
        font-size: 1.5rem !important;
        padding: 1.6rem 1rem !important;
        width: 100% !important;
    }
    .margin__social__icons {
        gap: 1.5rem !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 912px) {
    .botonCompraTicketsFooter {
        font-size: 1.5rem !important;
        padding: 1.6rem 1rem !important;
        width: 100% !important;
    }
}

@media screen and (min-width: 913px) and (max-width: 990px) {
    .fontEvent {
        font-size: 1.7rem !important;
    }
    .fechaEvento {
        font-size: 1.4rem !important;
    }
    .botonCompraTicketsFooter {
        font-size: 1.5rem !important;
        padding: 1rem 3rem !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 991px) {
    .margin__social__mobile {
        display: flex;
        flex-direction: column;
    }
    .margin__social {
        display: none !important;
    }
    .margin {
        width: auto;
        text-align: center;
    }
    .wrapper>div {
        flex-wrap: wrap;
        gap: 3rem;
    }
    footer ul {
        margin-top: 0;
    }
    .botonCompraTicketsFooter {
        margin-top: 1rem;
    }
    .fontEvent {
        font-size: 4.5rem;
    }
    .fechaEvento {
        font-size: 2.5rem;
    }
    footer strong {
        font-size: 1.7rem;
    }
    footer span {
        font-size: 1.4rem;
    }
    .marginT05 {
        text-align: center;
    }
    .divS {
        justify-content: center;
    }
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
    .marginT1 img {
        width: 100%;
        height: 57px;
        object-fit: scale-down;
    }
    .wrapper>div {
        flex: 1 1 48%;
        flex-direction: row;
        justify-content: center;
        gap: 3rem;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1280px) {
    .fiximgposition {
        width: 90%;
    }
}

@media screen and (min-width: 1281px) {
    footer .blue {
        font-size: 1.484375vw;
    }
    footer span {
        font-size: 1.1vw;
    }
    footer ul {
        font-size: 1.40625vw;
    }
    footer p {
        font-size: 1.40625vw;
    }
    footer strong {
        font-size: 1.3vw;
    }
    .margin a {
        font-size: 1.25vw;
    }
    footer a {
        font-size: 1.40625vw;
    }
    .fiximgposition {
        max-width: 13vw;
    }
    #socialmediaFooter img {
        width: 1.875vw!important;
        height: 1.875vw!important;
        border-radius: 50%;
    }
    .marginT1 span {
        font-size: 1.54vw;
    }
    .marginT1 .mail-img {
        width: 1.25vw;
        height: 1.25vw;
    }
    .qlwapp-icon,
    .marginR05 .qlwapp-whatsapp-icon {
        font-size: 1.625vw;
    }
    .divS {
        width: 10.320562939796716vw;
    }
    .divS>a>svg {
        width: 10.320562939796716vw !important;
    }
    .marginT2 {
        gap: 1vw;
    }
}

@media screen and (min-width: 1400px) {
    footer {
        padding: 5em;
    }
    .divS img {
        height: 3vw;
    }
}

@media screen and (min-width: 2700px) {
    footer {
        min-height: 22vw;
    }
}