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


.blanco .logotipo img{
    width: 40%;
}


.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-ayuda{
    position: relative;
    background: #c6c6c6;
    height: 135px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #c6c6c6;
    font-size: 20px;
}
.cabecera img{
    width: 30px;
}

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

    transition: all 1s;
}

.efecto{
    padding: 0;
}


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

.gris{
    background: url(../images/fondo.webp) no-repeat center center;
    background-size: cover;
}

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

.texto{
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}
.seccion{
    font-size: 18px;
    line-height: 25px;
}
.seccion strong{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.img img{
    width: 100%;
}


.img1{
    background: url(../images/1.webp) no-repeat center center;
    background-size: cover;
}

.banner{
    position: relative;
    background: url(../images/fondo-banner.webp) no-repeat center center;
    background-size: cover;
    font-size: 20px;
    color: white;
    margin-bottom: 30px;
    
    padding-top: 30px;
    padding-bottom: 30px;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}
.banner .container{
    position: relative;
    z-index: 2;
}
.titulo-blanco{
    color: white;
    margin-bottom: 30px;
}
.icono{
    text-align: center;
    padding: 0 20px;
}
.icono img{
    height: 50px;
}


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


footer{
    background: #c6c6c6;
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer img{
    width: 30px;
}
footer strong{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
footer iframe{
    width: 100%;
    height: 220px;
}


.aviso{
    font-size: 15px;
    color: gray;
    padding-top: 20px;
    padding-bottom: 20px;
}


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

}

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

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

}

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

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