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

:root {
    --background-clr: #fff;
    --main-clr: #33605A;
    --main-clr-focused:#315954;
    --footer-clr: #000;
    --accent-clr: #B9853C;
}

* {
    font-family: 'Open Sans', sans-serif;
    
}

h2 {
    text-align: center;
    padding-top: 1rem;
}

hr {
    border-top: 3px solid var(--main-clr);
}

/* Navbar */
nav {
    background-color: var(--main-clr);
}

.navbar-brand {
    margin-right: 32px;
}

.hide-mobile {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.show-mobile {
    display: none !important;
}


.nav-link {
    font-size: 1.4rem;
    margin-right: 12px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: flex;
    align-items: center;
}

.nav-link i {
    margin-right: 5px;
}

#podcast-nav {
    font-size: 1.6rem;
    font-weight: bolder;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

/* Go up button */
.goup {
    position: fixed;
    display: flex;
    justify-content: center;
    right: 20px;
    bottom: 50px;
    z-index: 3;

    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 1px #3a6862;

    color: var(--background-clr);
    background-color: var(--main-clr);
    text-decoration: none;
    font-size: 40px;

    transition: transform 250ms ease;
}

.goup:hover {
    color: var(--background-clr);
    background-color: var(--main-clr-focused);
    transform: translateY(-4px);
}

/* Carousel */
.carousel-item {
    height: 24rem;
    position: relative;
    background-color: black;
    color: var(--background-clr);
}

.carousel-item .container {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}

.overlay-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.6;
}

.overlay-img2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.8;
}


.slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.slide-content {
    display: flex;
    width: 70%;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
}

.btn-primary {
    background-color: var(--main-clr);
    width: 5rem;
    border: none;
}

.btn-primary:hover {
    background-color: var(--main-clr-focused);
}

.slide-play-btn {
    display: flex;
    height: 8em;
    width: 8em;
    margin:2em;
    align-items: center;
    justify-content: center;
}

.slide-play-btn i {
    position: absolute;
    color: var(--main-clr);
    font-size: 8em;
    z-index: 1;
}

.pb-background {
    width: 70px;
    height: 70px;
    background-color: var(--background-clr);
}

.slide-play-btn:hover i {
    color: var(--main-clr-focused);
}

.podcast-carrousel{
    background-color: var(--main-clr);
    height:80px;
    width:80px;
    float: left;
    border-radius: 40px;
}

.podcast-carrousel:hover{
    background-color: var(--main-clr-focused) !important;
}


.carrousel-podcast-image{
    transform: translate(15px,15px);
}

/* Social links */
.social {
    margin: 4.8rem auto;
}

.btn-secondary {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: var(--main-clr);
    border-color: var(--main-clr);
    border-width: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icon {
    color: var(--background-clr);
}

.btn img {
    position: absolute;
}

.btn i {
    position: absolute;
}

.btn p {
    transform:translateY(80px);
    color: black;
}

.btn-secondary:hover {
    background-color: var(--background-clr);
}

.btn-secondary:hover .social-icon {
    color: var(--main-clr);
}

.btn-secondary:hover .social-white{
    opacity: 0;
}

/* About */
.about h2 {
    color: var(--main-clr);
}

.intro {
    text-align: center;
    margin-bottom: 8rem;
}

.info {
    display: flex;
    margin-bottom: 8rem;
    align-items: center;
}

#d-2 h3 {
    text-align: end;
}

.description i {
    display: block;
    color: var(--main-clr);
    font-size: 20px;
}

.fa-quote-right {
    text-align: end;
}

.info h3 {
    color: var(--main-clr);
    margin-bottom: 20px;
}

.description p {
    margin: 10px 0;
    padding: 0 25px;
}

#info-2 {
    flex-direction: row-reverse;
}

.info img {
    width: 300px;
}

.info #img-1 {
    margin-right: 5rem;
}

.info #img-2 {
    margin-left: 5rem;
}

/* Premios */

.prize-box{
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8rem;
    flex-wrap: wrap;
}

.prize{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 250px;
    background-color: #B9853C;
    border-radius: 25px 0;
    text-decoration: none;
    color: #fff;
    margin: 1rem;
    transition: all .2s ease-in-out;
}

.prize:hover{
    color: white;
    transform: scale(1.05);
}

.prize-img{
    width: 250px;
    border-radius: 25px 0;
}

.prize-desc{
    text-align: center;
    margin: 10px;
    font-weight: 600;
    
}

.prizes h2{
    color: var(--main-clr);
}



/* Donaciones */

.donaciones h2 {
    color: var(--main-clr);
    margin-bottom: 20px;
    text-align: center;
}

.donaciones h3 {
    color: var(--main-clr);
    text-align: center;
    margin: 20px 0 40px 0;
}

.donaciones p {
    text-align: center;
}

.donaciones .beneficios {
    display: flex;
    justify-content: center;
}

.donaciones .beneficios ul {
    list-style-type: none;
    font-size: larger;
    color: var(--main-clr);
}

.donaciones .beneficios ul li{
    display: flex;
    align-items: center;
}

.donaciones .beneficios p {
    font-weight: 600;
    display: inline-block;
    margin: 0;
    text-align: left;
}

.donaciones .beneficios ul i {
    margin-right: 15px;
    font-size: 25px;
}

.donaciones .embeds-box {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0 0 0;
}

.donaciones .embeds-box .ivoox .embed{
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
}

#button_subscribe_ivoox1234707{
    width: 320px;
}

#boton_fansus{
    width: 320px;
}

.embed{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.patreon{
    background-color: red;
    border-color: red;
}

/* Historia Jazz */

.museum {
    margin-bottom: 80px;
}

.museum h2 {
    color: var(--main-clr);
    margin-bottom: 20px;
    text-align: center;
}

.museum .content h3 {
    color: var(--main-clr);
    margin: 20px 0 40px 0;
}

.museum .content-1 .image{
    width: 100%;
    display: flex;
    justify-content: center;
}

.museum .content .video {
    display: flex;
    justify-content: center;
}

.museum .content .photos {
    display: flex;
    justify-content: center;
    position: relative;
}

.museum .content .photos img {
    width: 70%;
    transition: opacity 500ms ease-out;
}

#harlem2 {
    position: absolute;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    opacity: 0;
}

#harlem2:hover{
    opacity: 1;
}

.content .photo-copy {
    text-align: center;
}

.museum .content .video {
    margin-top: 20px;
}

.museum .content .video iframe {
    width: 70%;
}

.museum .sabermas {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.museum .sabermas a {
    position: relative;
    border: solid 2px var(--main-clr);
    color: var(--main-clr);
    font-weight: 600;
    transition: transform 250ms ease;
}

.museum .sabermas a:hover {
    transform: scale(1.01);
}

/* Podcast */
#podcast h2{
    color: var(--main-clr);
}

p.centered {
    text-align: center;
    margin-left: 20%;
    width: 60%;
}

#podcast-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
}

.owl-item {
    display: flex;
    justify-content: center;
}

.podcast-element {
    height: 300px;
    width: 300px;
    margin: 1rem 2rem;
    border-radius: 20px;
    -webkit-filter: drop-shadow(0px 0px);
            filter: drop-shadow(0px 0px);

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;

    text-decoration: none;
    color: var(--background-clr);
    transition: transform 500ms ease, -webkit-filter 500ms ease;
    transition: transform 500ms ease, filter 500ms ease;
    transition: transform 500ms ease, filter 500ms ease, -webkit-filter 500ms ease;
}

.podcast-element:hover {
    color: var(--background-clr);
    transform: scale(1.05);
    -webkit-filter: drop-shadow(3px 2px 3px black);
            filter: drop-shadow(3px 2px 3px black);
}

.podcast-element img {
    position: absolute;
    width: 100%;
    border-radius: 20px;
    
    transition: -webkit-filter 500ms ease;
    
    transition: filter 500ms ease;
    
    transition: filter 500ms ease, -webkit-filter 500ms ease;
}

.podcast-element:hover img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
}

.podcast-element h3 {
    z-index: 1;
    font-size: 20px;
    padding: 3px 10px;
    margin-bottom: 0;
    background-color: var(--main-clr);
}

.podcast-element p{
    z-index: 1;
    width: 100%;
    padding: 4px 1.5rem;
    background-color: rgba(0, 0, 0, .7);
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: -1;
}

.owl-nav button i{
    font-size: 50px;
}

.owl-nav button{
    width: 50px !important;
    color: var(--main-clr) !important;
    opacity: .8;
}

.owl-nav button:hover{
    background-color: transparent !important;
    opacity: 1 !important;
}

.owl-dots {
    padding: 0 40px;
    position: absolute;
    bottom: 16px;
}

.owl-dot span{
    background-color: var(--main-clr) !important;
    opacity: .5;
}

.active span{
    opacity: 1;
}

/* Radio player */
.radio {
    position: -webkit-sticky; /*Safari*/
    position: sticky;
    display: flex;
    flex-direction: column;
    
    width: 100%;
    bottom: 0;
    z-index: 2;
}

.collapsible {
    height: 28px;
}

.collapsible .content {
    display: flex;
    position: absolute;
    top: 28px;
    border-bottom: 5px solid black;

}

.radio .panel {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: var(--accent-clr);
    padding: 5px 2rem 5px 2rem;
    z-index: 2;
}

.radio-btns {
    display: inline-block;
}

.radio-btns button {
    height: 100%;
    margin-right: 1rem;
    background-color: transparent;
    border: none;
    color: black;
}

.radio-btns button:hover {
    color: white;
}

.title {
    display: flex;
    align-items: center;

    margin-left: .5rem;
}

.volume {
    margin-left: auto;
    display: flex;
    align-items: center;
}

#vol-button {
    width: 30px;
    margin-left: 1rem;
    border: none;
    background: none;
}

.volume #volume-control {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    margin-left: 1rem;
    width: 8rem;
    height: 5px;
    background: var(--background-clr);
    outline: none;
    border-radius: 5px;
}

.volume #volume-control::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: var(--footer-clr);
    border: none;
    border-radius: 50%;

}

.volume #volume-control::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: var(--footer-clr);
    border: none;
    border-radius: 50%;
}

.selector-btn {
    border: none;
    background-color: var(--footer-clr);
    color: var(--background-clr);
    margin: -5px 15px -5px 0;
    padding: 0 10px;
}

#acustic-btn {
    background-color: black;
    color: white;
}

#electrico-btn {
    background-color: black;
    color: white;
    border-radius: 0 5px 0px 0;
    transform: translateX(-5px);
}

.radio-select {
    background-color: transparent;
    border: none;
    font-size: smaller;
    padding: 4px 8px;
}

.radio-select:hover {
    background-color: var(--accent-clr) !important;
    color: white !important;
}

.active-radio {
    color:black !important;
    background-color: var(--accent-clr) !important;
    box-shadow: none;
}

/* Footer */
footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 30px 0;
    background-color: var(--footer-clr);
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-links a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.footer-links a i {
    color: var(--background-clr);
}

.contact-info {
    list-style: none;
    color: var(--background-clr);
    margin-bottom: 0;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 20px;
    text-align: right;
    list-style-position: inside;
}

.contact p {
    display: inline;
    margin-right: 5px;
}

.contact li i {
    margin-left: 10px;
}

/* Custom <767px */
@media screen and (max-width: 767px) {
    /* Navbar */
    .navbar{
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-brand img {
        width: 80px;
    }
    
    .hide-mobile {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
        padding-bottom: 8px;
    }

    .nav-link {
        font-size: 1rem;
        flex-direction: row-reverse;
    }

    .nav-link i {
        margin-right: 0px;
        margin-left: 10px;
    }

    #podcast-nav {
        font-size: 1rem;
        font-weight: normal;
    }
    /* Go up button */
    .goup {
        bottom: 70px;
        right: 10px;
    }

    /* Carousel */
    .carousel-item {
        height: calc(100vh - 72.8px - 2rem);
    }

    .slide-content {
        flex-direction: column;
        justify-content: space-around;
    }
    
    .slide-text {
        text-align: center;
    }

    .slide-play-btn {
        margin-right: 0;
    }
    
    .slide-play-btn i {
        font-size: 5em;
    }

    .pb-background {
        width: 40px;
        height: 40px;
    }

    /* Social links */
    .social {
        margin: 2.4rem auto;
    }

    .btn-secondary {
        height: 50px;
        width: 50px;
        background-color: transparent;
        border: none;
    }
    
    .social-icon {
        color: var(--main-clr);
    }

    .btn p {
        transform: translateY(50px);
    }

    .btn-secondary .social-white {
        opacity: 0;
    }

    /* Podcasts */
    .podcast-element {
        -webkit-filter: grayscale(0) drop-shadow(0px 0px);
                filter: grayscale(0) drop-shadow(0px 0px);
        transform: none;
        transition: none;
    }

    .podcast-element:hover {
        -webkit-filter: grayscale(0) drop-shadow(0px 0px);
                filter: grayscale(0) drop-shadow(0px 0px);
        transform: none;
    }

    .podcast-element img {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%);
    }

    .owl-dots {
        position: relative;
        bottom: 0px;
    }

    /* About */
    .intro {
        margin-bottom: 4rem;
    }

    .info {
        margin-bottom: 4.5rem;
    }
    
    #info-1 {
        flex-direction: column;
    }

    #d-2 h3 {
        text-align: start;
    }

    #info-2 {
        flex-direction: column;
    }

    .info img {
        border-radius: 50%;
        max-width: 250px;
        width: 100%;
        margin-bottom: 2rem;
    }

    .info #img-1 {
        margin-right: 0;
    }

    .info #img-2 {
        margin-left: 0;
    }

    /* Premios */

    .prize-img{
        width: 200px;
    }
    .prize{
        width: 200px;
    }

    /* Donaciones */

    .donaciones .embeds {
        flex-direction: column;
    }

    .donaciones .embeds-box {
        flex-direction: column;
    }

    /* Radio */

    #vol-button {
        height: 3rem;
        width: 3rem;
    }

    #audio-icon {
        font-size: 20px;
    }

    #volume-control {
        display: none;
    }

    /* Footer */
    footer {
        flex-direction: column;
        height: 25rem;
        padding: 10px 0;
    }

    footer a {
        justify-content: center;
    }

    footer .contact-info {
        justify-self: center;
        align-self: center;
        padding: 0 0;
    }


    .contact {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .contact p {
        margin-right: 0px;
    }
}

@media screen and (max-height: 465px) and (max-width: 767px) {
    .slide-content {
        justify-content: center;
    }
}

@media screen and (max-width: 576px) {
    /*Social links*/
    .social a {
        margin: 30px 30px;
    }

    /* Historia Jazz */
    .museum .content-1 .image img {
        width: 100%;
    }

    .museum .content .photos img {
        width: 90%;
    }

    .museum .content .video iframe {
        width: 90%;
    }
}

@media screen and (max-width: 372px) {
    /* footer */
    .footer-links {
        margin-bottom: 20px;
    }

    .embeds iframe {
        margin: 0;
        width: 100%;
    }
}