﻿body{
    background: black;
    font-family: 'Ubuntu Condensed', sans-serif;
}

.chat{
    position: fixed;
    bottom: 170px;
    left: 50px;
    z-index: 100;
    background: #42c12d;
    width: 220px;

    border-radius: 10px;
}
.chat2{
    position: fixed;
    bottom: 105px;
    left: 50px;
    z-index: 100;
    background: #42c12d;
    width: 220px;

    border-radius: 10px;
}
.chat3{
    position: fixed;
    bottom: 40px;
    left: 50px;
    z-index: 100;
    background: #42c12d;
    width: 220px;

    border-radius: 10px;
}
.chat img, .chat2 img, .chat3 img{
    width: 25%;
    float:left;
}
.chat span, .chat2 span, .chat3 span{
    border: 0px solid red;
    width: 69%;
    font-size: 22px;
    line-height: 20px;
    font-weight: bold;
    color: white;
    padding: 4px 10px;
    float:left;

    border-radius: 10px;
}


.cabecera{
    border-top: 10px solid #d3b05c;
    padding-top: 5px;
    padding-bottom: 5px;
}


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

.leyenda strong{
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    line-height: 40px;
    color: #d3b05c;
}
.leyenda span{
    color: white;
    font-size: 30px;
}

.datos{
    color: white;
    text-align: center;
    font-size: 30px;
}
.datos p{
    margin-bottom: 2px;
}
.datos img{
    width: 30px;
}


.nav{
    background: rgb(161,135,25);
    background: linear-gradient(184deg, rgba(161,135,25,1) 0%, rgba(251,216,134,1) 100%);
}
nav a{
    text-decoration: none;
    color: white;
}
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: 28px;
    color: black;
    padding: 0px 0;
    cursor: pointer;
}
.menu:hover, .menu-r:hover{
    background: #a18719;
    color: white;
}


.efecto{
    padding: 0;
}


.leyenda-roja{
    background:#d2d2d2;
    color: black;
    text-align: center;
}
.leyenda-roja strong{
    width: 100%;
    font-size: 32px;
    display: inline-block;
}
.leyenda-roja span{
    font-size: 27px;
    font-weight: lighter;
}

.contenido{
    padding-top: 30px;
    padding-bottom: 30px;
}

.titulo{
    text-align: center;
    color: #d3b05c;
    font-size: 40px;
    margin-bottom: 20px;
}

.seccion{
    color: white;
    font-size: 24px;
    line-height: 34px;
}

.imagen .iframe{
    width: 100%;
}


.servicios{
    background: rgb(161,135,25);
    background: linear-gradient(184deg, rgba(161,135,25,1) 0%, rgba(251,216,134,1) 100%);
    padding-top: 20px;
    padding-bottom: 20px;
}

.card{
    border: 0;
}
.card-body{
    background: black;
    font-size: 22px;
    line-height: 32px;
    color: white;
}
.card-body iframe{
    width: 100%;
}
.card-title{
    color: yellow;
    font-size: 26px;
}


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


.palabras{
    background: #464646;
    color: white;
    font-size: 22px;
    line-height: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.img{
    height: 230px;
    overflow: hidden;
    margin-bottom: 20px;
}
.img img{
    width: 100%;
}


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


.repertorio{
    color: yellow;
    font-size: 20px;
    line-height: 30px;
}
.repertorio strong{
    font-size: 24px;
    font-weight: bold;
}


footer{
    background: black;
    color: white;
    font-size: 23px;
    line-height: 33px;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer strong{
    width: 100%;
    font-size: 26px;
    color: #d3b05c;
    display: inline-block;
    margin-bottom: 20px;
}


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

}

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

}

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

}

@media screen and (max-width:768px){
    .logotipo img{
        width: 100%;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu-r{
        display: block;
    }
}

@media screen and (max-width:576px){
    .leyenda{
        text-align: center;
    }
    .logotipo img{
        width: 60%;
    }
}