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

.cabecera-ayuda{
    height: 170px;
}

.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff9f0;
    padding-top: 10px;
    padding-bottom: 10px;

    transition: all 1s;
}

.blanco{
    padding-top: 3px;
    padding-bottom: 3px;
}
.blanco .logotipo img{
    width: 50%;
}

.logotipo img{
    width: 90%;

    transition: all 1s;
}

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

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

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

.menu{
    text-align: center;
    font-size: 20px;
    padding: 8px 0;
}
.menu:hover, .activo{
    background: #7d9d92;
    font-weight: bold;
    color: white;
}


.datos{
    text-align: center;
}
.datos p{
    font-size: 19px;
    margin-bottom: 3px;
}
.datos img{
    width: 30px;
}


.efecto{
    padding: 0;
}


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

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


.cuadros img{
    width: 100%;
}
.cuadros strong{
    width: 100%;
    text-align: center;
    font-size: 22px;
    display: inline-block;
}


.seccion{
    font-size: 22px;
    line-height: 32px;
}
.seccion strong{
    width: 100%;
    text-align: left;
    display: inline-block;
    margin-bottom: 20px;
}


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


.imagenes{
    text-align: center;
}
.imagenes img{
    border: 5px solid #cb804e;
    width: auto;
    margin: 0 10px 30px 0;

    border-radius: 5px;
}


footer{
    background: #7d9d92;
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer a{
    color: white;
}
footer img{
    width: 30px;
}
footer strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    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){

}

@media screen and (max-width:576px){
    .logotipo{
        text-align: center;
    }
    .logotipo img{
        width: 60%;
    }
}