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

.efecto{
    background: url(../images/fondo-efecto.jpg) no-repeat center center;
    background-size: cover;
    height: 80vh;
    padding: 0;
}

.cabecera{
    background: rgba(256,256,256,1);
    background: -moz-linear-gradient(top, rgba(256,256,256,1) 0%, rgba(256,256,256,0.8) 20%, rgba(256,256,256,0.6) 40%, rgba(256,256,256,0.4) 60%, rgba(256,256,256,0.2) 80%, rgba(256,256,256,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(256,256,256,1)), color-stop(20%, rgba(256,256,256,0.8)), color-stop(40%, rgba(256,256,256,0.6)), color-stop(60%, rgba(256,256,256,0.4)), color-stop(80%, rgba(256,256,256,0.2)), color-stop(100%, rgba(256,256,256,0)));
    background: -webkit-linear-gradient(top, rgba(256,256,256,1) 0%, rgba(256,256,256,0.8) 20%, rgba(256,256,256,0.6) 40%, rgba(256,256,256,0.4) 60%, rgba(256,256,256,0.2) 80%, rgba(256,256,256,0) 100%);
    background: -o-linear-gradient(top, rgba(256,256,256,1) 0%, rgba(256,256,256,0.8) 20%, rgba(256,256,256,0.6) 40%, rgba(256,256,256,0.4) 60%, rgba(256,256,256,0.2) 80%, rgba(256,256,256,0) 100%);
    background: -ms-linear-gradient(top, rgba(256,256,256,1) 0%, rgba(256,256,256,0.8) 20%, rgba(256,256,256,0.6) 40%, rgba(256,256,256,0.4) 60%, rgba(256,256,256,0.2) 80%, rgba(256,256,256,0) 100%);
    background: linear-gradient(to bottom, rgba(256,256,256,1) 0%, rgba(256,256,256,0.8) 20%, rgba(256,256,256,0.6) 40%, rgba(256,256,256,0.4) 60%, rgba(256,256,256,0.2) 80%, rgba(256,256,256,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    padding-top: 20px;
    padding-bottom: 200px;
}

.logotipo img{
    width: 100%;
}


nav{
    margin-top: 20px;
}

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

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

nav ul li{
    width: 21%;
    float: left;
    margin: 0 2%;
}

.menu, .menu-r{
    background: rgba(256,256,256,0.5);
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 8px 20px;
    cursor: pointer;
}
.menu-r{
    display: none;
}

.menu:hover, .activo, .menu-r:hover{
    background: #403229;
    color: white;
}


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

.titulo{
    text-align: center;
    margin-bottom: 30px;
}
.titulo div{
    background: #403229;
    color: white;
    font-size: 27px;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
    display: inline-block;
    padding: 8px 12px;

    border-radius: 40px;
}


.texto{
    font-size: 18px;
    line-height: 28px;
}

.seccion{
    font-size: 18px;
    line-height: 28px;
}

.seccion strong{
    font-size: 22px;
}

.imagen-seccion img{
    width: 100%;
}

.imagen1{border-radius: 60px 0 0 100px;}
.imagen2{border-radius: 0 60px 100px 0;}


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


.ser{
    text-align: center;
}
.ser strong{
    font-size: 20px;
    line-height: 40px;
    color: #403229;
    text-decoration: underline;
}
.ser img{
    width: 100%;

    border-radius: 20px;
}


ul li{
    margin-bottom: 12px;
}


footer{
    background: black;
    color: white;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer strong{
    font-size: 28px;
    text-shadow: 2px 2px 2px black;
}

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

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .cabecera{
        position: relative;
    }
    .blanco .logotipo img{
        width: 90%;
    }
}

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

}

@media screen and (max-width:768px){
    .menu-r{
        display: block;
    }
    nav{
        margin: 14px 0 !important;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
        margin: 0;
    }
    .menu{
        color: black;
        font-size: 18px;
        padding: 8px 0 !important;
    }

    .efecto{
        height: 500px !important;
    }

    footer a{
        color: white;
        font-size: 17px;
    }
}

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