@font-face {
    font-family: OldLondon;
    src: url(font/OldLondon.ttf);
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    /* font-family: "OldLondon"; */
    /*font-family: "Montserrat", sans-serif;*/
    font-family: "Finlandica", sans-serif;
    font-weight: 100;
}

a.fab:hover {
    color: #bd5050 !important;
}

button{
    width: 100%;
}
.active{
    text-decoration: line-through!important;
}

.video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 690%;
    height: 160%;
    transform: translate(-50%, -50%);
    pointer-events: none; /* Esto deshabilita la interacción con el video */
}

.content {
    position: relative;
    color: black;
    text-align: center;
    height: 100vh;
}

.video-container-content {position: relative;width: 560px;height: 500px;margin: auto auto;margin-top: 140px;margin-bottom: 20px;color: #fff;}
.banner-home{
    margin-bottom: 20px;
}
.video-container-content h4{
        font-weight: 800;
        color: #fff;
        margin-top: 30px;
}
.video-container-content p{
    color: #fff;
}
.video-container-content img {width: 100%;/* margin-left: 15%; */position: relative;/* margin: 15% 0 30px 22%; */box-shadow: 2px 2px 12px 8px rgb(0 0 0 / 28%);}
h2 {
    font-size: 60.7px;
    font-weight: 900;
    margin: 30px 0 0px;
    color: #292929;
}
h3 {
    margin: 0px 0 40px;
}
li {
    font-size: 30px;
    list-style: none;
    color: #484848;
}
/* Ocultar el título y el logo de YouTube */
.video-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Ajusta la opacidad según tus necesidades */
}

.social-icons {
    margin: auto;
    width: 234px;
    margin-top: 0px;
}

.social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 24px;
    text-decoration: none;
    transition: color 0.3s;
}


.navbar {
    /* left: 0; */
    /* right: 0; */
    top: 0;
    /* width: 100%; */
    /* background-color: rgba(0, 0, 0, 0.7); */
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
    /* width: 852px; */
    position: fixed;
    /* margin: auto; */
}

.navbar a {
    color: white;
    padding: 14px 20px;
    text-decoration: none;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
}

.navbar a:hover {
    /*background-color: rgba(255, 255, 255, 0.3);*/
    color: white;
    text-decoration: line-through;
}

.navbar .menu-icon {
    display: none;
    font-size: 28px;
}

.menu {
    /* display: flex; */
    WIDTH: 180PX;
    TEXT-ALIGN: CENTER;
}
.menu img {
    width: 84px;
    margin: -9px 0 0 0;
    box-shadow: none;
}
#logo {
    width: 100px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}
#logo img{
    width: 100px;
}
#videos{
    background-color: black;
}
#videos h2{
    color: #dedede;
    font-weight: 900;
    margin-bottom: 0px;
}
#videos h3{
    color:#fff;
    font-size: 18pt;
    margin-top: 0px;
    text-align: center;
}
#videos iframe{
    width: 100%;
    height: 270px;
}
#discografia h2 {
    margin-bottom: 0px;
}

#discografia img{
    width: 250px;
    height: 250px;
}

#discografia .container{
    max-width: 620px;
}

#discografia h3{
    font-size: 16pt;
    margin: 20px 0 0 0;
    font-weight: 800;
    color: #333;
}

#discografia p{
    margin:0;
}
#discografia .social-container{
    padding: 10px;
    background-color: #f1f1f1;
}
#discografia .social-container button{
width: 100%;
margin-top: 10px;;
}
#discografia .social-icons a{
    color:#aa4545;
}
#discografia .social-icons a:hover{
    color:#b41616;
}
#discografia article{
    margin-bottom: 25px;
}

#contacto{
    background-color: black;
    color: #f1f1f1;
}
#contacto h2{
    color:#fff;
}
#contacto input, textarea{
    margin-bottom: 15px;
    width: 100%;
}
#contacto textarea{
    height: 100px;
}
#contacto label{
    font-size: 20pt;
    text-align: left;
}

.block-center-v{
    min-height: 100vh;
    align-items: center;
    flex-wrap: nowrap;
    align-content: space-around;
    flex-direction: column;
    justify-content: center;
}

.block-center-h{
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* Móviles en orientación vertical y horizontal */
@media (max-width: 767px) {
    .menu a {
        color: white;
        padding: 0px 20px;
        text-decoration: none;
        text-align: left;
        font-size: 19px;
        font-weight: 900;
    }
    h2 {
        font-size: 50.7px;
        margin: 30px 0px 30px;
    }
    .menu {
        display: none;
        flex-direction: column;
        width: 100%;
    }
    .navbar {
        padding: 0px 0px;
    }

    .navbar .menu-icon {
        display: block;
        cursor: pointer;
    }

    .navbar.active .menu {
        display: flex;
    }
    #tour h2{
        font-size: 32pt;
    }
    #tour ul {
        padding-left:0!important;
    }
    #tour li{
        font-size: 14pt;
        padding: 0 10px;

    }
    .block-center-v{
        /* height: auto; */
        min-height: 100vh;
    }
    
    .block-center-h{
        height: auto;
        min-height: 100vh;
    }

    .content{
        height: auto;
        min-height: 100vh;
    }

    .banner-home{
        display: none;
    }
    #logo {
        width: 170px;
        position: absolute;
        top: 25%;
        right: 0;
        left: 0;
        z-index: 9;
        margin: auto;
    }

    #logo img {
        width: 170px;
    }
    .video-container-content {
        position: absolute;
         width: auto;
         height: auto;
        bottom: 40px;
        left: 0;
        right: 0;
    }
    #videos iframe {
        height: 160px;
    }
    #contacto label {
        font-size: 13pt;
    }
}

/* Tabletas en orientación vertical y horizontal, y pequeños portátiles */
@media (min-width: 768px) and (max-width: 1023px) {

}

/* Portátiles y escritorios */
@media (min-width: 1024px) and (max-width: 1439px) {
    .video-container-content {
        width: 560px;
    }

    .video-container-content img {
        width: 100%;
    }
   
}

/* Monitores grandes y ultra anchos */
@media (min-width: 1440px) {
    .video-container-content {
        width: 830px;
    }

    .video-container-content img {
        width: 469px;
    }

}