﻿body{
    font-family: 'Montserrat', sans-serif;
}


.blanco{
    background: rgba(0, 0, 0, 0.9) !important;

    box-shadow: 1px 1px 10px #d8ba49;
}
.blanco .logotipo img{
    width: 65%;
}


.chat{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1000;
    width: 60px;
}
.chat img{
    width: 100%;
}
.chat span, .llamada span{
    position: absolute;
    top: 12px;
    left: -180%;
    border: 0px solid red;
    background: white;
    font-weight: bold;
    color: gray;
    padding: 4px 10px;

    border-radius: 10px;

    box-shadow: 2px 0px 10px gray;
}



.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
    border-top: 5px solid #d8ba49;
}
.cabecera-efecto{
    background: url(../images/sliders/1.webp) no-repeat center center;
    background-size: cover;
    height: 270px;
}

.logotipo{
    text-align: center;
}
.logotipo img{
    width: 80%;

    transition: all 0.2s;
}

.datos p{
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 2px 2px 2px black;
    margin-bottom: 5px;
}
.datos .dato{
    background: #d8ba49;
}
.datos img{
    width: 30px;
}


nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 20%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    text-align: center;
    font-size: 19px;
    color: white;
    cursor: pointer;
}
.menu:hover, .menu-r{
    font-weight: bold;
    color: #d8ba49;
}


.efecto{
    padding: 0;
}


.pagos{
    font-size: 30px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pagos img{
    height: 100px;
}


.seccion{
    background: black;
    color: white;
    font-size: 20px;
    padding: 40px;
}
.seccion strong{
    font-size: 23px;
    color: #d8ba49;
}

td{
    text-align: center;
    color: white;
}


.img1{
    background: url(../images/mariachis.webp) no-repeat top center;
    background-size: cover;
}
.img2{
    background: url(../images/mariachis-df.webp) no-repeat top center;
    background-size: cover;
}
.img4{
    background: url(../images/contratacion-de-mariachis-en-ciudad-de-mexico.webp) no-repeat center center;
    background-size: cover;
}
.img5{
    background: url(../images/mariachis-para-eventos.webp) no-repeat center center;
    background-size: cover;
}



.contenido{
    background: url(../images/fondo-gris.avif) no-repeat center center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

.seccion2{
    font-size: 20px;
    padding: 40px;
}
.seccion2 strong{
    font-size: 23px;
    color: #d8ba49;
}


.titulo{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}


.imagen img{
    width: 100%;
}


.textito{
    font-size: 13px;
}


.video{
    margin-bottom: 20px;
}
.video iframe{
    width: 100%;
    height: 240px;
}


.galeria img{
    margin-bottom: 20px;
}


.form-group{
    margin-bottom:12px;
}


.repertorio{
    background: black;
    color: white;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}



footer{
    background: black;
    color: white;
    font-size: 18px;
    line-height: 23px;
    padding-top: 30px;
    padding-top: 30px;
}
footer strong{
    width: 100%;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 12px;
}
footer img{
    width: 30px;
}




@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){
    .cabecera{
        position: relative;
    }
}

@media screen and (max-width:992px){
    .blanco .logotipo img, .logotipo img{
        width: 30%;
    }
}

@media screen and (max-width:768px){
    .blanco .logotipo img, .logotipo img{
        width: 40%;
    }
    nav{
        margin: 12px 0 !important;
    }
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .img{
        height: 250px;
    }
}

@media screen and (max-width:576px){
    .blanco .logotipo img, .logotipo img{
        width: 50%;
    }
}