﻿body{
    background: #f7f7f7;
    font-family: 'Roboto', sans-serif;
}


.cabecera{
    padding-top: 12px;
    padding-bottom: 12px;
}

.logotipo img{
    width: 100%;
}

nav a{
    color: #054893;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 20%;
    float: left;
    margin: 0 2.5%;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    text-align: center;
    font-size: 20px;
    color: #054893;
    padding: 10px 0;
    cursor: pointer;
}
.menu:hover, .activo, .menu-r:hover{
    background: #054893;
    color: white;
}


.llamar{
    background: #054893;
    text-align: center;
    color: white;
    font-size: 20px;
    padding: 12px 20px;
    display: inline-block;
}


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


.linea{
    background: #0079ff;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.lineaAzul{
    background: #054893;
}


.servicios{
    padding-top: 50px;
    padding-bottom: 60px;
}

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

.s{
    text-align: center;
    padding: 12px 12px;
}
.s img{
    width: 100%;
    margin-bottom: 12px;
}
.s strong{
    font-size: 27px;
}
.s p{
    font-weight: lighter;
    font-size: 14px;
}
.azul{
    background: #054893;
    color: white;
}
.azulRey{
    background: #0079ff;
    color: white;
}
.blanco{
    background: white;
}


.contenidoAzul{
    background: #054893;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contenidoAzul strong{
    font-size: 40px;
}
.contenidoAzul p{
    font-size: 18px;
    font-weight: lighter;
}


.leyenda-abajo{
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 40px;
}



.fondo{
    position: relative;
    background: url(../images/fondo.webp) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}
.fondo .container{
    position: relative;
    z-index: 2;
}
.fondo strong{
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    color: white;
    margin-bottom: 12px;
    display: inline-block;
}
.fondo p{
    color: white;
    font-size: 18px;
    font-weight: lighter;
}


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


.seccion{
    font-size: 22px;
    line-height: 42px;
}
.seccion strong{
    width: 100%;
    color: #0079ff;
    font-size: 25px;
    display: inline-block;
}

.imagen img{
    width: 100%;
}


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


footer{
    background: white;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}
footer strong{
    width: 100%;
    font-size: 26px;
    display: inline-block;
    margin-bottom: 12px;
}
footer p{
    color: #054893;
    font-size: 18px;
    line-height: 27px;
}


.redes{
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}
.redes img{
    width: 45px;
    margin: 0 7px;
}


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

}

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

}

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

}

@media screen and (max-width:768px){
    nav{
        margin: 12px 0 !important;
    }
}

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