:root {
    --bgheader: #0b1321;
    --lheader: #a9d1dd;
    --inpcolor: #c9caea;
    --patinadoracolor: #2b5362;
    --container1: #634184;
    --container2: #300a49;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

html,
body{
    width: 100%;
    overflow-x: hidden;
}

/*BGcopos*/
#bg__copos {
    width: 100%;
    height: 2400px;
    position: absolute;
    z-index: 3;
    top: 8rem;
    left: 0;
}

/*header*/
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bgheader);
    width: 100%;
    height: 120px;
    text-align: center;
}

.logo {
    margin-left: 3rem;
    max-width: 8rem;
}

.open__menu,
.close__menu {
    display: none;
    color: #fff;
    font-size: 2rem;
}

.nav-links {
    display: flex;
    align-items: center;
    padding-left: 4rem;
}

nav ul {
    margin-right: 3rem;
    gap: 1.5rem;
}

.nav-links li a {
    text-transform: uppercase;
    color: var(--lheader);
    font-size: 14px;
    font-weight: bold;
}

.nav-links li a:hover {
    color: #fff;
}

.copos {
    background: url('../src/images/copo_texto_1.png')no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0px;
}

.copos2 {
    background: url('../src/images/copo_texto_2.png')no-repeat;
    background-size: cover;
    background-position: center;
    padding: 34px 0px;
}

.icons {
    padding: 100px 0px;
    color: #fff;
    font-size: 16px;
    padding: 0;
}


/*container*/
#familia {
    background: url('../src/images/Family_2.jpg')no-repeat;
    background-size: cover;
    background-attachment: fixed;
    max-width: 100%;
    height: 100vh;
    position: relative;
    z-index: -10;
}

#familia img {
    position: absolute;
    top: 7.5rem;
    right: 3.5rem;
    max-width: 350px;
    max-height: 300px;
}

.video__container {
    max-width: 100%;
    position: relative;
    z-index: 5;

}


.video__container iframe {
    position: absolute;
    z-index: 5;
    top: 10rem;
    right: 5rem;
    max-width: 300px;
    max-height: 200px;
}

#patinadores {
    background: url('../src/images/degradado.jpg')no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 170rem;
}

#patinadora__container {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: -11.8rem;
    right: 0;
}

#patinadora {
    position: absolute;
    z-index: 10;
    width: 50%;
    max-width: 800px;
    left: 0;
    top: -9rem;
}

.text1__patinadora {
    position: absolute;
    right: 5rem;
    top: 3rem;
    margin-top: -20px;
    text-transform: uppercase;
    text-align: center;
    color: var(--patinadoracolor);
    font-size: 2.6rem;
    max-width: 70%;

}

.patinadores__container {
    z-index: 12;
    position: absolute;
    top: 62rem;
    right: 1rem;
    width: 40%;
    max-width: 38%;
    height: 28rem;
    max-height: 28rem;
    background: var(--container1);
}

.text__patinadores {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 2rem;

}

#silueta_2 {
    position: absolute;
    z-index: 8;
}

#silueta_1,
#silueta_3 {
    position: absolute;
    z-index: 5;
}

#silueta_1 {
    top: 54rem;
    right: 24rem;
    width: 1000px;
    max-width: 550px;
}

#silueta_2 {
    top: 70rem;
    right: 38rem;
    width: 500px;
    max-width: 550px;
}

#silueta_3 {
    top: 66rem;
    right: 64rem;
    width: 550px;
    max-width: 600px;
}

#tickets {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

#bg__tickets {
    position: absolute;
    bottom: 24rem;
    right: 2rem;
    z-index: 12;
    width: 60%;
    max-height: 650px;
}

.text__tickets {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    position: absolute;
    z-index: 17;
    bottom: 58rem;
    right: 16rem;
}

.box__1,
.box__2 {
    position: absolute;
    z-index: 17;
    background: var(--container2);
    width: 320px;
    height: 390px;
    max-height: 390px;
}

.box__1 {
    bottom: 32rem;
    right: 9rem;
}

.box__2 {
    bottom: 32rem;
    right: 31rem;
}

footer {
    height: 100%;
    width: 100%;
    background-image: url('../src/images/degradado_contacto.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.container__form {
    background-image: url('../src/images/fondo_contactanos.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    margin: 0 auto;
    width: 90%;
    height: 800px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;

}

.container__form h1 {
    margin: 50px 0px 0 20px 0;
    font-size: 30px;
    font-weight: bold;
    color: var(--lheader);
    margin-top: 1rem;
}

.contacto__icon {
    width: 50px;
}

#siguenos {
    margin: 320px 0 0 0;
}

.container__form .info,
textarea {
    color: #FFFFFF;
    font-weight: bold;
    background: var(--inpcolor);
    border: none;
    width: 80%;
    padding: 15px 10px;
    font-size: 15px;
    margin-bottom: 20px;
    outline: 0px;
    transition: all 300ms ease;
}

.container__form .info {
    margin-top: 1rem;
}

.container__form .info:hover,
textarea:hover {
    border: solid 2px var(--lheader);
}

.container__form h1 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 3rem;
}

.container__form .info {
    font-size: 24p;
}

textarea {
    max-width: 525px;
    min-width: 525px;
    max-height: 280px;
    min-height: 260px;
    height: 260px;
}

.container__form .btn__enviar {
    padding: 15px;
    font-size: 16px;
    border: none;
    outline: 0px;
    background: var(--lheader);
    color: #ffffff;
    cursor: pointer;
    transition: all 300ms ease;
}

.container__form .btn__enviar:hover {
    background: var(--inpcolor);
}


/*Responsive*/
@media screen and (max-width:1200px) {

    /*BGcopos*/
    #bg__copos {
        width: 100%;
        max-height: 2300px;
    }

    .text1__patinadora {
        top: -1rem;
        right: 1.6rem;
        font-size: 2rem;
    }

    #patinadores {
        height: 136rem;
    }

    .patinadores__container {
        top: 44rem;
    }

    .text__patinadores {
        font-size: 2rem;
    }

    #silueta_1 {
        max-width: 500px;
        right: 16rem;
        top: 36rem;
    }

    #silueta_2 {
        max-width: 440px;
        right: 30rem;
        top: 54rem;
    }

    #silueta_3 {
        max-width: 450px;
        right: 50rem;
        top: 51rem;
    }

    #bg__tickets {
        bottom: 22rem;
        width: 55%;
        max-height: 650px;
    }

    .text__tickets {
        font-size: 1.8rem;
        position: absolute;
        bottom: 46rem;
        right: 10rem;
    }

    .box__1,
    .box__2 {
        background: var(--container2);
        width: 220px;
        height: 340px;
        max-height: 300px;
    }

    .box__1 {
        bottom: 26rem;
        right: 8rem;
    }

    .box__2 {
        bottom: 26rem;
        right: 23rem;
    }

    /*FOOTER*/
    .container__form {
        background-position: center;
        height: 650px;
    }

    .container__form h1 {
        margin: 50px 0px 0 20px 0;
        font-size: 20px;
        margin-top: 0.5rem;
    }

    .contacto__icon {
        width: 35px;
    }

    #siguenos {
        margin: 200px 0 0 0;
    }

    .container__form .info,
    textarea {
        width: 74%;
        padding: 20px 10px;
        font-size: 13px;
        margin-top: 0.5rem;
        margin-bottom: 10px;
    }

    .container__form .info {
        margin-top: 0.5rem;
    }

    .container__form h1 {
        font-size: 24px;
        margin-top: 1rem;
    }

    textarea {
        max-width: 360px;
        min-width: 380px;
        max-height: 10rem;
        min-height: 160px;
    }

    .container__form .btn__enviar {
        padding: 20px;
        font-size: 14px;
    }
}

@media screen and (max-width:880px) {

    /*BGcopos*/
    #bg__copos {
        max-height: 1500px;
    }

    .open__menu {
        margin-right: 2.5rem;
    }

    .open__menu:hover {
        color: var(--lheader);
    }

    .open__menu,
    .close__menu {
        display: block;
    }

    .nav {
        opacity: 0;
        visibility: hidden;
    }

    .nav {
        padding-top: 3rem;
        display: flex;
        gap: 1rem;
        flex-direction: column;
        align-items: end;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 11;
        background: var(--bgheader);
        pad: 2rem;
        box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .5);
        transition: all 280ms;
    }

    .nav.visible {
        opacity: 1;
        visibility: visible;
    }

    .nav-links {
        flex-direction: column;
        align-items: end;
    }

    .close__menu {
        margin-right: 3rem;
        display: block;
    }

    .icons {
        padding-top: 2rem;
        margin: 0 auto;
        font-size: 2rem;
    }

    #familia {
        height: 60vh;
    }

    #familia img {
        position: absolute;
        max-width: 280px;
        max-height: 200px;
    }

    .video__container iframe {
        max-width: 220px;
        max-height: 120px;
    }

    #patinadora__container {
        top: -7rem;
    }

    #patinadora {
        top: -8rem;
    }

    .text1__patinadora {
        top: 0;
        text-align: center;
        font-size: 1.6rem;
    }

    #patinadores {
        max-height: 96rem;
    }

    .patinadores__container {
        max-height: 16rem;
        top: 34rem;
    }

    .text__patinadores {
        font-size: 1.5rem;
    }

    #silueta_1 {
        max-width: 350px;
        right: 13rem;
        top: 29rem;
    }

    #silueta_2 {
        max-width: 280px;
        right: 22rem;
        top: 40rem;
    }

    #silueta_3 {
        max-width: 300px;
        right: 36rem;
        top: 37rem;
    }

    #bg__tickets {
        bottom: 14rem;
    }

    .text__tickets {
        font-size: 1.5rem;
        bottom: 31.5rem;
        right: 7rem;
    }

    .box__1,
    .box__2 {
        background: var(--container2);
        width: 160px;
        max-height: 220px;
    }

    .box__1 {
        bottom: 17rem;
        right: 6rem;
    }

    .box__2 {
        bottom: 17rem;
        right: 17rem;
    }

    /*FOOTER*/
    .container__form {
        background-position: center;
        height: 480px;
    }

    .container__form h1 {
        margin: 50px 0px 0 20px 0;
        font-size: 18px;
        margin-top: 0.1rem;
    }

    .contacto__icon {
        width: 35px;
    }

    #siguenos {
        margin: 140px 0 0 0;
    }

    .container__form .info,
    textarea {
        width: 65%;
        padding: 12px 10px;
        font-size: 10px;
        margin-top: 0.1rem;
        margin-bottom: 10px;
    }

    .container__form .info {
        margin-top: 0.1rem;
    }

    textarea {
        max-width: 200px;
        min-width: 240px;
        max-height: 7rem;
        min-height: 80px;
    }

    .container__form .btn__enviar {
        padding: 10px 5rem;
        font-size: 12px;
    }
}

@media (max-width:650px) {
    /*BGcopos*/
    #bg__copos {
        max-height: 1300px;
    }
    .text1__patinadora {
        font-size: 1.2rem;
    }

    #patinadores {
        height: 71rem;
    }

    .patinadores__container {
        top: 24rem;
    }

    .text__patinadores {
        font-size: 1rem;
    }

    #silueta_1 {
        max-width: 250px;
        right: 10rem;
        top: 20rem;
    }

    #silueta_2 {
        max-width: 200px;
        right: 16rem;
        top: 28rem;
    }

    #silueta_3 {
        max-width: 220px;
        right: 26rem;
        top: 26rem;
    }

    #bg__tickets {
        bottom: 10rem;
    }

    .text__tickets {
        font-size: 1rem;
        bottom: 23rem;
        right: 6rem;
    }

    .box__1,
    .box__2 {
        background: var(--container2);
        width: 110px;
        max-height: 150px;
    }

    .box__1 {
        bottom: 12.5rem;
        right: 5.5rem;
    }

    .box__2 {
        bottom: 12.5rem;
        right: 13rem;
    }

    /*FOOTER*/
    .container__form {
        background-position: center;
        height: 340px;
    }

    .container__form h1 {
        margin: 0 0px 0 20px 0;
        font-size: 14px;
        margin-top: -2rem;
    }

    .contacto__icon {
        width: 25px;
    }

    #siguenos {
        margin: 100px 0 0 0;
    }

    .container__form .info,
    textarea {
        width: 65%;
        padding: 8px 10px;
        font-size: 7px;
        margin-top: 0.1rem;
        margin-bottom: 10px;
    }

    .container__form .info {
        margin-top: 0.1rem;
    }

    textarea {
        max-width: 180px;
        min-width: 180px;
        max-height: 5rem;
        min-height: 60px;
    }

    .container__form .btn__enviar {
        padding: 10px 4rem;
        font-size: 8px;
    }
}

@media (max-width:500px) {
    /*BGcopos*/
    #bg__copos {
        max-height: 1000px;
    }
    .text1__patinadora {
        top: -3rem;
        right: 0.6rem;
        font-size: 0.8rem;
    }

    #patinadores {
        height: 51rem;
    }

    .patinadores__container {
        max-height: 9rem;
        top: 16rem;
    }

    .text__patinadores {
        font-size: .6rem;
    }

    #silueta_1 {
        max-width: 180px;
        right: 8rem;
        top: 13rem;
    }

    #silueta_2 {
        max-width: 170px;
        right: 12rem;
        top: 18rem;
    }

    #silueta_3 {
        max-width: 180px;
        right: 20rem;
        top: 17rem;
    }

    #bg__tickets {
        bottom: 8rem;
    }

    .text__tickets {
        font-size: 0.8rem;
        bottom: 18rem;
        right: 5rem;
    }

    .box__1,
    .box__2 {
        background: var(--container2);
        width: 90px;
        max-height: 115px;
    }

    .box__1 {
        bottom: 10rem;
        right: 4.5rem;
    }

    .box__2 {
        bottom: 10rem;
        right: 10.5rem;
    }

    /*FOOTER*/
    .container__form {
        background-position: center;
        height: 270px;
    }

    .container__form h1 {
        margin: -3rem 0 10px 0;
        font-size: 9px;

    }

    .contacto__icon {
        width: 15px;
    }

    #siguenos {
        margin: 90px 0 0 0;
    }

    .container__form .info,
    textarea {
        width: 65%;
        padding: 6px 10px;
        font-size: 5px;
        margin-top: 5px;
        margin-bottom: 6px;
    }

    textarea {
        max-width: 130px;
        min-width: 130px;
        max-height: 2rem;
        min-height: 40px;
    }

    .container__form .btn__enviar {
        margin-top: 1rem;
        padding: 6px 3rem;
        font-size: 5px;
    }
}

@media (max-width:350px) {
    /*BGcopos*/
    #bg__copos {
        max-height: 700px;
    }
    .nav-links {
        line-height: 0.8;
    }

    .nav-links li a {
        font-size: 10px;
    }

    .open__menu {
        font-size: 1.5rem;
    }

    .icons {
        font-size: 18px;
    }

    #familia {
        height: 50vh;
    }

    #familia img {
        right: 1.8rem;
        position: absolute;
        top: 8rem;
        max-width: 200px;
        max-height: 160px;
    }

    .video__container iframe {
        right: 3rem;
        max-width: 150px;
        max-height: 80px;
    }

    #patinadora {
        width: 200px;
    }

    .text1__patinadora {
        top: -2rem;
        font-size: 0.6rem;
    }

    #patinadores {
        height: 34rem;
    }

    .patinadores__container {
        max-height: 6rem;
        top: 10rem;
    }

    .text__patinadores {
        font-size: .5rem;
    }

    #silueta_1 {
        max-width: 120px;
        right: 6rem;
        top: 8rem;
    }

    #silueta_2 {
        max-width: 100px;
        right: 9rem;
        top: 11.8rem;
    }

    #silueta_3 {
        max-width: 120px;
        right: 14.5rem;
        top: 10rem;
    }

    #bg__tickets {
        right: 1rem;
        bottom: 6rem;
    }

    .text__tickets {
        font-size: 0.6rem;
        bottom: 13rem;
        right: 3rem;
    }

    .box__1,
    .box__2 {
        background: var(--container2);
        width: 60px;
        max-height: 80px;
    }

    .box__1 {
        bottom: 7.5rem;
        right: 3rem;
    }

    .box__2 {
        bottom: 7.5rem;
        right: 7rem;
    }

    /*FOOTER*/
    .container__form {
        background-position: center;
        height: 180px;
    }

    .container__form h1 {
        margin: -4rem 0 1px 0;
        font-size: 7px;

    }

    .contacto__icon {
        width: 10px;
    }

    #siguenos {
        margin: 60px 0 0 0;
    }

    .container__form .info,
    textarea {
        width: 60%;
        padding: 5px 4px;
        font-size: 2.8px;
    }

    .container__form .info {
        margin-bottom: 0.1px;
    }

    textarea {
        max-width: 80px;
        min-width: 80px;
        max-height: 2rem;
        min-height: 30px;
    }

    .container__form .btn__enviar {
        margin-top: 0.1rem;
        padding: 4px 1.7rem;
        font-size: 4px;
    }
}