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


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

.blanco{
    padding-top: 6px;
    padding-bottom: 6px;
}
.blanco .logotipo img{
    width: 75%;
}

.cabecera-ayuda{
    position: relative;
    height: 162px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    border-bottom: 1px solid black;
    background: white;
    padding-top: 12px;
    padding-bottom: 12px;
}

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

    transition: all 0.2s;
}

.dato{
    text-align: center;
    font-size: 19px;
}
.dato img{
    width: 30px;
}


.efecto{
    padding: 0;
}


.seccion{
    background: #024e91;
    color: white;
    font-size: 18px;
    padding: 40px;
}
.seccion strong{
    width: 100%;
    text-align: center;
    font-size: 21px;
    text-shadow: 2px 2px 2px black;
    display: inline-block;
}
.seccion a{
    color: white;
}

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


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

.texto{
    background: #f5f5f7;
    font-size: 20px;
    line-height: 30px;
    padding: 30px;
}


.imagen img{
    width: 100%;
}


.nosotros{
    position: relative;
    background: url(../images/fondo-nosotros.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 130px;
    margin-bottom: 30px;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}
.nosotros .container{
    position: relative;
    z-index: 2;
}
.textito{
    color: white;
    font-size: 22px;
    line-height: 32px;
}


footer{
    background: black;
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer img{
    width: 30px;
}
footer a{
    color: white;
}
footer strong{
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}


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

}

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

}

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

}

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

}

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