/* Fonts */
.rowdies-light {
    font-family: "Rowdies", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.rowdies-regular {
    font-family: "Rowdies", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.rowdies-bold {
    font-family: "Rowdies", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.asap {
    font-family: "Asap Condensed", sans-serif;
}

.white {
    color: white;
}

/* End Fonts   */

:root {
    --section-heigth: 600px;
    --section-width: 1100px;
    --time:30s
}

* {
    box-sizing: border-box;
    min-width: 0;
    margin: 0;
    padding: 0;
}

section {
    height: var(--section-heigth);
    max-width: var(--section-width);
    margin: 0 auto;
}

h1,
h2,
h3,
h4 {
    text-wrap: balance;
}

p {
    text-wrap: pretty;
}

img {
    width: 100%;
}

footer {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input {
    width: 100%;
    font-family: "Asap Condensed", sans-serif;
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 10px;
    border: none;
}

.button {
    font-family: "Asap Condensed", sans-serif;
    font-size: 30px;
    color: white;
    background: none;
    border: 1px solid white;
    border-radius: 30px;
    padding: 5px 10px;
}

.logo-container {
    position: absolute;
    width: 150px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.header {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 10;
}

.social-links {
    max-width: var(--section-width);
    height: 50px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: end;
    padding: 0 10px;
    margin: 0 auto;
}

.social-links a {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background {
    background: linear-gradient(#DB3B00, #E48E00, #DB3B00, #E48E00)
}

.hero-container {
    height: calc(var(--section-heigth) - 50px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-text {
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.7);
    font-size: 100px;
    line-height: 110px;
    letter-spacing: -15px;
}

.float-text {
    position: absolute;
    top: 140px;
    left: 450px;
    line-height: 70px;
}

.hero-img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.hero-img>img {
    width: auto;
    height: 100%;
}

.linea {
    max-width: var(--section-width);
    margin: 0 auto;
    transform: translateY(-50px);
    z-index: 0;
}

.especialidad {
    padding-top: 80px;
}

.especialidad-text {
    margin: 0;
    font-size: 90px;
    line-height: 70px;
}

.especialidad-img {
    position: relative;
    width: 700px;
    margin: 0 auto;
    font-size: 30px;
}

.comvis-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 230px;
    padding-right: 100px;
}

.comvis-img-container {
    width: 450px;
}

.comvis-text>p {
    font-size: 45px;
    text-align: center;
}

.comvis-text>h3 {
    font-size: 45px;
    text-align: center;
    font-family: "Rowdies", sans-serif;
}


.tickets {
    background-image: url("resources/BOLETOS-PORTAFOLIO.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-top: 100px;
    overflow: hidden;
}

.tickets>section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-rigth {
    width: fit-content;
}

.box-rigth>.button {
    background-color: #DB3B00;
    width: fit-content;
    padding: 5px 30px;
    margin-left: auto;
    margin-right: 0;
}

.tickets-text {
    font-size: 90px;
    line-height: 72px;
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.7);
}

.tickets-content {
    font-size: 40px;
    font-weight: lighter;
    margin: 20px 0;
}

.scroll {
    background-color: white;
    position: relative;
    width: 100vw;
    height: 100px;
    overflow: hidden;
}

.scroll div {
    position: absolute;
    width: 1500px;
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
    animation: scroll2 var(--time) linear infinite;
}

.scroll div:nth-child(2){
    transform: translateX(100%);
    animation: scroll var(--time) linear infinite;
}


@keyframes scroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes scroll2 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.logos-wrapper img{
    height: 80px;
    width: auto;
}

.light-sign {
    max-width: 500px;
    margin: 10px 0 0 auto;
}

.form-out {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.form-out-text {
    font-size: 80px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-out h4 {
    font-size: 70px;
    line-height: 60px;
}

.form-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.text-animation {
    transition: opacity 0.5s, transform 0.5s;
}

.hide-text {
    opacity: 0;
    transform: translateY(-20px);
}

.hero-container-sm {
    display: none;
}

.footer-img {
    width: 50px;
    margin: 0 20px;
}

.footer-text {
    color: rgb(58, 58, 58);
    font-size: 20px;
    text-align: center;
}

@media only screen and (max-width: 1100px) {
    section {
        height: auto;
        width: fit-content;

    }

    .logo-container {
        width: 80px;
        top: 0;
        left: 10px;
        transform: none;
    }

    .hero-container {
        display: none;
    }

    .hero-container-sm {
        display: block;
    }

    .hero-container-sm>.hero-img {
        position: static;
        margin: 0 auto;
        height: 60vh;
        width: fit-content;
    }

    .hero-img>img {
        transform: scale(1.15);
    }

    .hero-text {
        letter-spacing: -8px;
        line-height: 0.8;
    }

    .linea {
        max-width: 550px;
        transform: none;
    }

    .comvis-container {
        flex-direction: column;
        padding-top: 0;
        padding-right: 0;
        width: 100vw;
    }

    .tickets {
        margin-top: 30px;
        padding: 50px 0;
    }

    .form-out {
        flex-direction: column;
        padding-bottom: 30px;
    }

    .text-animation {
        transition: none;
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    section {
        height: auto;
        width: fit-content;
        max-width: 100vw;
    }

    h2 {
        font-size: 70px !important;
    }

    img {
        max-width: 100vw !important;
    }

    footer {
        font-size: 10px;
    }

    .button {
        margin: 0 auto;
        width: 70vw;
        font-family: "Asap Condensed", sans-serif;
        text-align: center;
        font-size: 25px;
        color: white;
        background: none;
        border: 1px solid white;
        border-radius: 30px;
        padding: 5px 10px;
    }

    .background {
        padding-bottom: 30px;
        overflow-x: hidden;
    }

    .hero-container-sm {
        padding-top: 30px;
    }

    .especialidad {
        padding-top: 40px;
    }

    .especialidad-text {
        font-size: 50px;
        line-height: 50px;
        padding-left: 10px;
        margin-bottom: 15px;
    }

    .especialidad-img {
        width: 90%;
    }

    .comvis-img-container {
        width: 70vw;
    }

    .tickets {
        padding: 20px 0;
        padding-top: 150px;
        background-position-y: bottom;
    }

    .tickets-text {
        font-size: 35px;
        line-height: 25px;
    }

    .tickets-content {
        font-size: 28px;
        margin: 10px 0;
    }

    .line-break {
        display: none;
    }

    .form-out {
        padding-bottom: 0;
    }

    .form-out-text {
        width: 100vw;
        font-size: 60px;
        padding: 20px 0;
    }

    .form-out-text>h4 {
        font-size: 50px;
        line-height: 40px;
    }

    .hide-text {
        display: none;
    }


    .footer-img{
        width: 40px;
    }

    .footer-text{
        font-size: 13px;
    }
}