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


.llamar{
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 100;
    width: 55px;
}
.llamar img{
    width: 100%;
}

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


.cabecera-ayuda{
    position: relative;
    height: 107px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;

    box-shadow: 2px 2px 2px black;
}

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

nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 25%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    text-align: center;
    font-size: 20px;
    padding: 12px 0;
    cursor: pointer;
}
.menu:hover, .menu-r:hover{
    background: #ff2229;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}


.datos{
    text-align: center;
}
.datos img{
    width: 30px;
}


.efecto{
    position: relative;
    background: url(../images/efecto.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 400px;
    padding-bottom: 100px;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
}

.efecto .container{
    position: relative;
    z-index: 2;
}

.efecto h1{
    font-size: 40px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 2px black;
}
.efecto h2{
    color: white;
    font-size: 22px;
    font-weight: lighter;
    text-shadow: 2px 2px 2px black;
}


.servicios{
    text-align: center;
}
.servicios img{
    height: 80px;
    margin: 30px 0;
}

.s{
    padding-top: 40px;
    padding-bottom: 40px;
}
.s strong{
    color: #ff2229;
    color: black;
    font-size: 30px;
}

.gris1{background: #f1f2f5;}
.gris2{background: #ddd;}
.gris3{background: #f7f7f7;}


.seccion{
    font-size: 22px;
    line-height: 42px;
}
.seccion strong{
    font-size: 25px;
}
.imagen img{
    width: 100%;

    border-radius: 10px;
}


.nosotros{
    padding-top: 40px;
    padding-bottom: 40px;
}


.atencion{
    position: relative;
    background: url(../images/fondo-atencion.jpg) no-repeat center center;
    background-size: cover;
    color: #f3d102;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding-top: 60px;
    padding-bottom: 60px;
}
.fondo-azul{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(12,70,187, 0.7);
    width: 100%;
    height: 100%;
}
.atencion .container{
    position: relative;
    z-index: 2;
}


.contacto{
    background: #f7f7f7;
    font-size: 22px;
    line-height: 32px;
    padding-top: 60px;
    padding-bottom: 60px;
}

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


@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){
    .logotipo img{
        width: 60%;
    }
    nav{
        margin: 20px 0 !important;
    }
    .efecto{
        padding-top: 200px;
        padding-bottom: 200px;
    }
}

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