﻿body{
    background: url(../images/fondo.jpg) no-repeat center center fixed;
    background-size: cover;
    font-family: 'Montserrat', sans-serif !important;
}

.cabecera{
    background: #2a2b2c;
}

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

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

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

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

nav ul li{
    width: 25%;
    float: left;
}

.menu, .menu-r{
    border: 0px solid white;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 20px;
}
.menu:hover{
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}


.datos{
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: gray;
}

.efecto{
    padding: 0;
}

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

.titulo{
    width: 100%;
    color: #5098d6;
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 30px;
}

.leyenda{
    background: #4f99d7;
    text-align: center;
    color: white;
    font-size: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.imagen-seccion img{
    width: 100%;

    border-radius: 14px;
}

.seccion{
    font-size: 20px;
    line-height: 25px;
}


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

.fondo-banner{
    background: rgb(79,153,215, 0.8);
    color: white;
    text-shadow: 2px 2px 2px black;
    font-size: 22px;
    line-height: 32px;
    padding: 20px;
}


.texto{
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
}


.imagenes{
    text-align: center;
}
.imagenes img{
    height: 100px;
    margin: 0 10px 12px;
}


footer{
    background: #2a2b2c;
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer img{
    width: 35px;
}

footer strong{
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}

footer a{
    color: white;
}

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

}

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

}

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

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