@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Petrona:ital,wght@0,100..900;1,100..900&display=swap');


body,
html{
    background-color: #2C043F;
}

ul{
    list-style-type: none;
}

li{
    margin: 0 0 10px;
}

.container a{
    color: #fff;
}

.six{
    width: 100%;
    height: auto;
    background-color: #2C043F;
    padding: 0 0 10vh;
}

.six__cabecera{
    width: 100%;
    height: auto;
    min-height: 60vh;
    background-color: #2C043F;

    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;

    background-image: url("https://s2.elespanol.com/upload/marketing/suscripciones/musical-six/bg-six.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.six__section{
    background-color: #2C043F;
    width: 100%;
    height: auto;
    margin: 0 0 5vh;

    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.six__cabecera .six__center{
    width: 90%;
    max-width: 1500px;
    height: auto;

    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;

    margin: 40px 10px;
}

.six__section .six__center{
    width: 80%;
    height: auto;

    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;

    margin: 10px;
}

.six__box.img{
    width: 55%;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.six__box.text{
    width: 45%;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
}

.six__img{
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 20px 10px;
}

.six__sombra{
    width: 500px;
    height: 500px;
    background-color: rgba(230, 160, 255, 0.3);
    border-radius: 50%;
    filter: blur(100px);
    position: absolute;
}

.six__img.img-cabecera{
    z-index: 10;
}

.six__logo{
    width: 100%;
    max-width: 280px;
    margin: 0;
    height: auto;
    z-index: 10;
}

.six__section .six__img{
    max-width: 900px;
}

/* text */

.six__title{
    color: #fff;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    text-align: left;
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 20px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.six__title strong{
    color: #fff;
    display: block;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
}

.six__subtitle{
    color: #fff;
    font-family: "Open Sans" , "Roboto" , sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 19px;
    line-height: 26px;
    margin: 0 0 10px;
    max-width: 600px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.six__text{
    color: #fff;
    font-family: "Open Sans" , "Roboto" , sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 19px;
    line-height: 24px;
    margin: 10px 0 20px;
    max-width: 850px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.six__subtext{
    color: #fff;
    font-family: "Open Sans" , "Roboto" , sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 19px;
    margin: 5px 0 0;


    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.six__subtext.min{
    font-size: 14px;
    margin: 0;
}

.six__text a,
.six__subtext a{
    color: #fff;
}

.six__btn{
    width: auto;
    min-width: 180px;
    max-width: 300px;
    height: auto;

    font-family: "Open Sans" , "Roboto" , sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000 !important;
    background: #C49E53;
    background: linear-gradient(90deg,rgba(196, 158, 83, 1) 0%, rgba(242, 202, 121, 1) 50%, rgba(196, 158, 83, 1) 100%);
    border: 2px solid #F2CA79;
    padding: 8px 15px;
    margin: 15px 0 10px;
    border-radius: 7px;
    display: block;
    cursor: pointer;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.six__btn:hover{
    opacity: .8;
}

/* text cabecera */
.six__section .six__title{
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 10px;
    max-width: 800px;
    text-align: center;
}

/* arreglos header */
.content-main-header::before{
    display: none;
}
.main-header__link{
    justify-content: center;
}
.free-html.free-html--margin-b:first-of-type{
    margin-top: 0;
}

@media all and (max-width: 820px) {
    .six__cabecera{
        background-size: 400px;
    }
    .six__cabecera .six__center,
    .six__section .six__center,
    .six__box.text,
    .six__box.img{
        width: 95%;
    }
    .six__box.text{
        margin: 0 0 10px;
    }
    .six__cabecera .six__center{
        flex-flow: column nowrap;
        margin: 20px 10px;
    }
    .six__section{
        margin: 5vh 0;
    }
    
}
