﻿body{
    background: url(../images/fondo-gris.webp) no-repeat center center fixed;
    background-size: cover;
    font-family: 'Montserrat', sans-serif !important;
}

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

    border-radius: 10px;

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


.cabecera{
    padding-top: 6px;
    padding-bottom: 26px;
}

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

.leyenda{
    font-weight: bold;
    text-align: center;
    font-size: 32px;
    padding: 12px 0;
}

.datos{
    text-align: center;
    font-size: 20px;
}

.menu-r{
    display:none;
}

#menu{
    background: #56151a;
    background-image: linear-gradient(180deg, #ffff7c 0, #ffff6f 12.5%, #fff565 25%, #ffda5c 37.5%, #f2bd53 50%, #dda14c 62.5%, #c98a46 75%, #b77642 87.5%, #a8663f 100%);
}

#menu a{
    color: black;
    text-decoration-line: none;
}

nav ul{
    margin-bottom: 0;
}

nav ul li{
    width: 16.3%;
    display: inline-block;
}

.menu, .menu-r{
    text-align: center;
    color: black;
    font-size: 20px;
    padding: 8px 0;
    cursor: pointer;
}
.menu:hover, .menu-r:hover{
    font-weight: bold;
}


.efecto{
    width: 100%;
    margin: 0;
    padding: 0;
}
.efecto img{
    width: 100%;
}


.contenido{
    background: #56151a;
    padding-top: 50px;
    padding-bottom: 50px;
}

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


.seccion{
    font-size: 22px;
    line-height: 30px;
    color: white;
}

.imagen-seccion img{
    width: 100%;
}


.banner{
    background: url(../images/fondo-banner.webp) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}
.banner2{
    background: url(../images/fondo-banner2.webp) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}


.texto-banner{
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 22px;
    line-height: 32px;
    padding: 30px;
}
.texto-banner ul li{
    margin-bottom: 10px;
}

.titulo-banner{
    background: rgba(0, 0, 0, 0.6);
    width: 30%;
    color: white;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    padding: 30px;
    margin-bottom: 30px;
    display: block;
}

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


footer{
    /* background-image: linear-gradient(180deg, #ffff7c 0, #ffff6f 12.5%, #fff565 25%, #ffda5c 37.5%, #f2bd53 50%, #dda14c 62.5%, #c98a46 75%, #b77642 87.5%, #a8663f 100%); */
    font-size: 22px;
    line-height: 32px;
    padding-top: 50px;
    padding-bottom: 50px;
}
footer strong{
    color: #56151a;
    font-size: 27px;
}


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

}

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

}

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

@media screen and (max-width:768px){
    .logotipo img{
        width: 30%;
    }
    .titulo-banner{
        width: 100%;
    }
}

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