h2 {
    font-family: 'Libre Baskerville', serif;
}

/* header */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.5s ease;
    height: 65px;
    background: #000;
    border-bottom: solid 5px #c51e35;
}
.sticky-gray {
    background: #272626;
    border-bottom: 5px solid #c51e35;
}
.header img {
    width: 160px;
}
.header-main-container {
    padding: 1px 42px;
}
.a-header {
    display: inline-block;
    margin-top: 13px;
}
.logo-desktop {
    font-size: 2.5rem;
    color: #ffff;
    text-shadow: 1px 1px 1px #000;
    font-weight: 700;
    margin: 0;
}
.logo-mobile {
    font-size: 2.5rem;
    color: #000;
    text-shadow: 1px 1px 1px #fff;
    font-weight: 700;
    margin: 0;
}
.hidden {
    display: none;
}
.right {
    margin-top: 13px;
    float: right !important;
}
header span {
    font-size: 0;
}
span a.btn-fb {
    background-position: 0 0;
    background-repeat: no-repeat;
}
span a.btn-twt {
    background-position: 0 -43px;
    background-repeat: no-repeat;
}
span a.btn-wsp {
    background-position: 0 -86px;
    background-repeat: no-repeat;
}
.right span a {
    background-image: url(https://s3.amazonaws.com/glr-demo/2020/04/13/icons-white-1586816732.svg);
    padding-top: 5px;
}
span [class*="btn-"] {
    display: inline-block;
    width: 43px;
    height: 43px;
    margin-left: 10px;
}

@media (max-width: 500px) {
    .header-main-container {
        padding: 1px 10px;
    }

}

/*header site*/

.site__header {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top__header {
    padding-top: 300px;
    height: 100vh;
    background-color: #ccc;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background-image: url("../fondo.png");
    background-size: cover;
    background-position: center;
}

.title__container {
    bottom: 0;
    background: rgba(0, 0, 0, 0.77);
    height: 400px;
    padding-top: 15px;
    position: absolute;
    box-shadow: 0px -75px 75px 60px rgba(0, 0, 0, 0.77);
    width: 100%;
}

.title__container h1 {
    text-align: center;
    font-family: 'Alfa Slab One', cursive;
    font-size: 74px;
    /* font-weight: 800; */
    color: #fff;
    /* padding: 0 50px; */
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
}

.title__container p {
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 40px 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #fff;
    width: 700px;
    line-height: 25px;
    font-weight: 800;
    text-align: justify;
}

/* footer */

footer {
    padding: 35px 5px;
    margin-top: 30px;
    border-top: solid #c51e35;
    background-color: #000000;
    font-family: 'Montserrat', sans-serif;
}
footer p, footer h1, footer h3 {
    margin: 0;
    color: white;
}
.creditos {
    width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: auto;
}
.creditos i {
    border-bottom: solid 2px #c51e35;
}
.creditos h2 {
    color: #fff;
    font-size: 35px;
    margin: 0;
}
.credito p, .credito h3 {
    display: inline;
    font-size: 14px;
}
.credito-first {
    text-align: justify;
    padding: 15px 0;
}
footer h3, div.credito {
    margin: 5px;
}
div.credito {
    text-align: center;
}

div.flourish-credit {
    display: none !important;
}

.container__results {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}

.button__other__results_ancor {
    text-decoration: none;
}

.button__other__results {
    width: 300px;
    margin: 0 auto;
    background: #000;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    line-height: 25px;
    border-radius: 20px;
    color: #fff;
    margin-top: 30px;
}

.flourish-embed {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 70px;
}

.button__site {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 70px;
}

@media (max-width: 1024px) {
    .title__container h1 {
        font-size: 50px;
        width: 696px;
    }

    .title__container p {
        width: 565px;
    }

    .container__results {
        width: 90%;
    }

    .creditos {
        width: 500px;
    }

    .button__site {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .title__container {
        height: 450px;
    }
    
    .title__container h1 {
        font-size: 40px;
        padding: 0 20px;
        width: 300px;
    }

    .title__container p {
        font-size: 17px;
        padding: 40px 20px 10px;
        width: calc(88% - 40px);
    }

    .creditos {
        width: 90%;
    }
}