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

.cintillo{
    background: black;
    color: white;
    font-size: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.cintillo a{
    color: white;
}

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


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

nav ul{
    list-style: none;
    padding: 0;
}

nav a, nav a:hover{
    text-decoration: none;
    color: black;
}

nav ul li{
    width: 32.33%;
    float: left;
    margin-left: 1%;
}

.menu-r{
    display: none;
    cursor: pointer;
}

.menu, .menu-r{
    border-bottom: 3px solid transparent;
    text-align: center;
    color: #1e9392;
    font-size: 20px;
    padding: 20px 0;
}

.menu:hover, .activo, .menu-r:hover{
    border-bottom: 3px solid #1e9392;
    background: white;
}

.datos button{
    width: 100%;
    margin-bottom: 10px;
}


.efecto{
    padding: 0;
}


.leyenda{
    font-size: 20px;
    line-height: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}


.azul{
    background: #0f3991;
}

.seccion-azul{
    text-align: justify;
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding: 40px;
}

.imagen-azul{
    overflow: hidden;
    padding: 0;
}
.imagen-azul img{
    width: 100%;
}


.servicios{
    background: url(../images/fondo-gris.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.titulo{
    text-align: center;
    margin-bottom: 30px;
}


.amarillo{
    background: #ffe6c4;
    font-size: 27px;
}

.capa img{
    width: 100%;
}

.seccion{
    font-size: 22px;
    line-height: 32px;
}

.imagen-seccion img{
    width: 70%;
    margin: 0 15%;
}


.contamos{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 50px;
}
.contamos img{
    height: 150px;
    margin-top: 20px;
}


footer{
    background: #1e9392;
    color: white;
    font-size: 19px;
    line-height: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer strong{
    width: 100%;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 30px;
}


@media screen and (max-width:1200px){
    .logotipo{
        text-align: center;
    }
}

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

}

@media screen and (max-width:768px){
    .logotipo img{
        width: 30%;
    }
    .datos{
        margin-top: 20px;
    }
    .datos button{
        width: 48%;
    }

    .capa{
        margin-bottom: 30px;
    }
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
}

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