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


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
}
.chat img{
    width: 100%;
}


.cabecera-ayuda{
    border: 0px solid red;
    height: 220px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: white;
    margin-bottom: 20px;
}

.blanco{
    box-shadow: 5px 5px 10px black;
}
.blanco .logotipo1 img{
    width: 50% !important;
}
.blanco .logotipo2 img{
    width: 90% !important;
}

.logotipo img{
    width: 100%;

    transition: all 1s;
}

.datos{
    background: #f7f7f7;
    text-align: center;
    font-size: 22px;
    padding: 12px 0;
}
.datos strong{
    font-size: 25px;
    color: red;
}
.datos p{
    margin-bottom: 0;
}
.datos img{
    width: 30px;
}


.linea{
    border-top: 6px solid #ab9a88;
    border-bottom: 6px solid #ab9a88;
    background: #141314;
    text-align: center;
    font-size: 30px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}
.linea h1{
    margin-bottom: 0;
}

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


.imagenes{
    text-align: center;
}
.imagenes img, .imagenes video{
    height: 330px !important;
    vertical-align:top !important;
    margin: 0 12px 20px;
    display: inline-block;
}


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


footer{
    background: #ab9a88;
    color: white;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer strong{
    width: 100%;
    font-size: 23px;
    text-shadow: 2px 2px 2px black;
    display: inline-block;
    margin-bottom: 10px;
}
footer a{
    color: white;
}
footer img{
    width: 30px;
}


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

}

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

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

}

@media screen and (max-width:768px){
    .imagenes img, .imagenes video{
        width: 80%;
        height: auto !important;
        margin: 0 10% 20px;
    }
}

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