/*
.rowdies-extra-light {
    font-family: "Rowdies", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.rowdies-light {
    font-family: "Rowdies", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.rowdies-regular {
    font-family: "Rowdies", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.rowdies-bold {
    font-family: "Rowdies", sans-serif;
    font-weight: 700;
    font-style: normal;
}
*/

body {
    background-color: rgb(4, 4, 4);
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
    /*background: transparent;*/
    margin: 0;
    padding: 0;

    font-family: "Quicksand";
    font-weight: 300;
}

a {
    text-decoration: none;
    color: aliceblue;
}

ul {
    list-style-type: none;
}

h2{
    color:aliceblue;
}
p,label{
    color:aliceblue;
}

/* HEADER */

.header-fixed {
    float: left;
    position: relative;
    /*min-height: 1px;*/
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;    
    /*height: 40px;    */
    z-index: 1000;
    padding: 0px 0px;
    background-color: #171d25;
    opacity: 0.7;
}


/* MENU LOGO */

.menu-fixed {
    float: left;
    position: relative;
    /*min-height: 1px;*/
    position: fixed;
    top: 50px;
    left: 0px;
    width: 100%;
    /*height: 40px;    */
    z-index: 1000;
    padding: 0px 0px;
    /*background-color: #395d7e;*/
    background-color: rgba(5, 5, 5, 0.4);
}


/* MAIN */

.main{
    /*background-color: rgba(35, 55, 74, 0.4);*/
    width: 100%;
    align-items: center;
    text-align: center;
}

.titulo-main{
    padding-top: 10px;
}

.barra-social {
    margin: 0px 100px;
    padding: 30px 0px;
}


.container {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
}

.lista-correo {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
}

.lista-social {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
    align-self: center;
}

.lista-social li {
    display: inline;
    margin-left: 20px;
    font-size: large;
    font-weight: 300;
    letter-spacing: 2px;

}

.lista-social li:hover {
    border-bottom: white solid 2px;
    padding-bottom: 5px;
}


.logo-pequeño {
    display: none;
}

.menu-menu {
    display: none !important;
}

.menu-menu button {
    background-color: transparent;
    border: none;
    font-family: "Rowdies";
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    color: aliceblue;
}

.menu-mobile {
    display: none;
    float: left;
    position: relative;
    /*min-height: 1px;*/
    position: fixed;
    top: 100px;
    left: 10px;
    width: 100px;
    /*height: 40px;    */
    z-index: 1000;
    padding: 10px 10px;
    /*background-color: rgba(35, 55, 74, 0.7);*/
    background-color: rgba(5, 5, 5, 0.4);
}

.menu-mobile ul,
li {
    margin: 0;
    padding: 0;
}


@media all and (max-width: 1400px) and (min-width: 0px) {

    .menu-fixed {
        top: 96px;
    }

}



@media all and (max-width: 1200px) and (min-width: 0px) {

    .barra-social {
        margin: 0px 30px;
    }
    .menu-fixed {
        top: 96px;
    }

}

@media all and (max-width: 1060px) and (min-width: 0px) {

    .menu-fixed {
        top: 37px;
    }

    .logo-grande {
        display: none;
    }

    .logo-pequeño {
        display: block;
    }

    .lista-social li {
        font-size: 12px;
        margin-left: 10px;
    }

    .barra-social {
        margin: 0px 20px;
    }

    .lista-correo {
        font-size: 10px;
    }

    .lista-social img {
        width: 25px;
    }

    .barra-social {
        padding: 3px 0px;
    }



}

@media all and (max-width: 660px) and (min-width: 0px) {

    .lista-social li {
        display: none;
    }

    .menu-obl {
        display: inline !important;
    }

    .menu-menu {
        display: inline !important;
    }

    .menu-mobile {
        display:none;
    }
}

/*
.menu-click:focus + .menu-mobile {
    display: initial !important;
}
*/
/*
.menu-menu:hover  .menu-mobile  {
    visibility: visible;
}

.menu-mobile :target {
    visibility:hidden;
}
*/
.menu-menu:focus-within .menu-mobile {
    display: block;
}


/* LISTA CARRUSEL */

.lista-carr{
    display: flex;
    align-items: center;  
    text-align: center;  
    margin-bottom: 20px;
    background-color: #0f0f0f;

    padding: 24px;
    border-radius: 5px;
}

.lista-carr-item {
    flex: 1 1 auto;
    margin: 35px 10px;
    border: 1px solid black;
    border-radius: 10px;
    background-color: rgb(0, 0, 0);
    padding: 10px;
    color: rgb(13, 14, 15);
    display: flex;
    align-items: center;   
}
.bio-item {
    margin: 10px;
    color: #81a0b0;
}
.musica {
    background-color: rgb(12, 9, 3) !important;
    
}
.biografia {
    background-color: rgba(5, 5, 5, 0.4) !important;    
    font-weight: 100;        
    flex: 1 auto;
}

.mi-musica{
    margin-bottom: -60px;
}
.mi-musica iframe{
    padding: 0;
    margin: -10px 0px;
}

.mi-videos{
    margin-bottom: 20px;
}


.fecha-tour{
    font-size: 40px;
    margin: -65px 0px;    
    background-color: rgba(0, 0, 0,1);
    border-radius: 15px;
    padding: 35px 30px;
    flex: 1 auto;

}

.imagen-marco{
    /*    
    background-image: url('../img/fondo-marco1.jpg');
    background-position: top left; /* Center the image */
    /*background-repeat: no-repeat; /* Do not repeat the image */
    /*background-size: cover; /* Resize the background image to cover the entire container */
    /*background-color: #002132;
    */
}

.imagen-tour1{
    background-image: url('../img/fondo-tour.jpg');
    background-image: url('../img/fondo-tour_claro1.jpg');
}
.imagen-tour2{
    background-image: url('../img/fondo-tour2.jpg');
    background-image: url('../img/fondo-tour_claro2.jpg');
}

.imagen-tour3{
    background-image: url('../img/fondo-tour3.jpg');
    background-image: url('../img/fondo-tour_claro1.jpg');
}


.mas-detalle{
    font-size: 12px;   
    margin: 10px;
    cursor: pointer;
    text-decoration: underline
}

.fecha-tour div{
    padding: 0 0;
    position: relative;
    top: 4px;
}
.fecha-tour p{
    margin: 0;
    padding: 0;
    line-height: 0;
}
.fecha-tour span{
    font-size: 20px;
}


.bar {
    font-size: 20px;
    margin-left: 10px;
    color: rgb(4, 32, 23);
    font-weight: 600;
}

.hora {
    font-size: 15px;
    font-weight: 800;
    margin-left: 10px;
    color: rgb(54, 133, 107);
}


.news {
    padding: 0 35px;
    color: #81a0b0;
    font-size: 15px;
    font-weight: 800;
}
.fecha {
    background-color: rgb(255, 242, 242);
    padding: 10px;
    border-radius: 5px;
    margin: 25px;
}
@media all and (max-width: 660px) and (min-width: 0px) {
    .lista-carr{
        display: grid;
        align-items: center;    
    }

    .lista-carr-item{
        margin: 60px 10px;
        display: grid;
        align-items: center;   
    }
    .ver-todas a{
        padding: 5px 20px !important; 
    }

    .mas-detalle{
        position: relative;
        top:60px;
        left:5px;
    }
}


.ver-todas {
    margin: 0px;
    padding: 15px;   
}
.ver-todas a{
    border: 1px solid rgb(56, 56, 56);
    border-radius: 5px;
    padding: 5px 10px;   
    background-color: rgb(19, 20, 26);
}

.footer{
    text-align: center;
    display: grid;
}
.form input {
    width: 250px;
}
.form fieldset {
    align-items: center;
    align-content: center;
    align-self: center;
    border: none;    
}
.form2 p{
    padding: 0;
    margin: 0;
}
.form2 fieldset {
    margin: 0;
    padding: 0;    
    border: none;
}
.form button, .form2 button{
    background-color: #e8f7ff;
    border: rgb(83, 83, 83) solid 1px;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.lista-carr-item2{
    text-align: center;
}

.footer a{
    color: rgb(25, 34, 43);    
    font-weight: 600;
}

.copyright {
    font-size: 13px;
    font-weight: 500;
    margin: 10px;
    color: #440b0b;
}