﻿body{
    background: url(../images/fondo.webp) no-repeat top center fixed;
    background-size: cover;
    font-family: "Barlow Condensed", sans-serif;
}

.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;

    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(20%, rgba(255,255,255,0.8)), color-stop(40%, rgba(255,255,255,0.6)), color-stop(60%, rgba(255,255,255,0.4)), color-stop(80%, rgba(255,255,255,0.2)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

    padding-top: 7px;
    padding-bottom: 100px;

    transition: all 1s;
}

.cabecera-ayuda{
    background: url(../images/sliders/trios-musicales.webp) no-repeat center center;
    background-size: cover;
    height: 220px;
}

.blanco{
    background: rgba(255,255,255,1);
    padding-bottom: 7px !important;
}

.logotipo, .logotipo a{
    font-family: "Agbalumo", serif;
    font-size: 43px;
    color: #745425;
    text-decoration: none;
}
.logotipo img{
    width: 120%;
}

.datos{
    text-align: center;
    font-weight: bold;
    font-size: 28px;
}
.datos a{
    font-size: 33px;
    background: white;
}
.datos strong{
    font-weight: bold;
}
.datos img{
    height: 40px;
}




.efecto{
    padding: 0;
}


.secciones{
    padding-top: 40px;
    padding-bottom: 80px;
}


.seccion{
    cursor: pointer;
}
.seccion:hover{
    font-weight: bold;
}
.seccion img{
    width: 100%;
    height: 250px;

    object-fit: cover;
}

.seccion strong{
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: black;
    font-weight: lighter;
    display: inline-block;
}


.informacion{
    background: white;
    margin-bottom: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
}



.texto{
    font-size: 22px;
    line-height: 32px;
    padding: 50px;
}

.img1{
    background: url(../images/trios-romanticos-para-novios.webp) no-repeat center center;
    background-size: cover;
}
.img2{
    background: url(../images/repertorio-musical-de-trios-romanticos.webp) no-repeat center center;
    background-size: cover;
}
.img3{
    background: url(../images/contrata-trios-para-tus-eventos.webp) no-repeat center center;
    background-size: cover;
}
.img4{
    background: url(../images/trios-musicales.webp) no-repeat center center;
    background-size: cover;
}
.img5{
    background: url(../images/contratacion-de-trios-musicales-economicos.webp) no-repeat center center;
    background-size: cover;
}
.img6{
    background: url(../images/trios-musicales-para-todo-tipo-de-eventos.webp) no-repeat center center;
    background-size: cover;
}

.img{
    border-radius: 150px 0 0 50px;
}
.alrevez{
    border-radius: 0 150px 50px 0;
}

.video iframe{
    width: 100%;
    height: 600px;
}


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


.repe{
    background: white;
    padding: 22px;
}
.repe ul{
    list-style: none;
    padding: 0;
}
.repe ul li{
    font-size: 20px;
}
.repe strong{
    font-family: "Agbalumo", serif;
    font-size: 26px;
}


.video iframe{
    width: 100%;
    height: 300px;
}


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


.btn-verde{
    background: #24d366;
    color: white;
    font-size: 22px;
}
.btn-verde:hover{
    background: #24d366;
    color: white;
    font-weight: bold;
}


.contratacion{
    position: relative;
    background: url(../images/fondo-contratacion.webp) no-repeat center center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}
.contratacion .container{
    position: relative;
    z-index: 2;
}

.textoContratacion{
    text-align: center;
    color: white;
    font-size: 22px;
    line-height: 32px;
}


.palabras{
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
}


.imagen img{
    width: 100%;
}



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


.leyenda1{
    font-size: 18px;
}


.precio{
    border: 10px solid #98724e;
    background: #66461e;
    text-align: center;
    color: white;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 6px 10px;

    border-radius: 50px 100px;
}
.precio strong{
    width: 100%;
    font-size: 30px;
    display: inline-block;
}


footer{
    background: #66461e;
    background: -moz-linear-gradient(top, #66461e 0%, #98724e 44%, #66461e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66461e), color-stop(44%, #98724e), color-stop(100%, #66461e));
    background: -webkit-linear-gradient(top, #66461e 0%, #98724e 44%, #66461e 100%);
    background: -o-linear-gradient(top, #66461e 0%, #98724e 44%, #66461e 100%);
    background: -ms-linear-gradient(top, #66461e 0%, #98724e 44%, #66461e 100%);
    background: linear-gradient(top, #66461e 0%, #98724e 44%, #66461e 100%);

    color: white;
    font-size: 26px;
    padding-top: 12px;
    padding-bottom: 12px;
}
footer img{
    height: 30px;
}
footer a{
    color: white;
}


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

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .cabecera{
        position: relative;
        padding-bottom: 10px;
    }
}

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

}

@media screen and (max-width:768px){
    .img{
        height: 300px;
    }
}

@media screen and (max-width:576px){
    .datos a{
        font-size: 25px;
    }
}


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 24px;
    color: white;
    padding: 6px 17px;
    border-radius: 12px;

    box-shadow: 2px 2px 2px white;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}