*, *::before, *::after {
  box-sizing: border-box;
}

html{
    height: 100%;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    background: #faf9f8;
    margin: 0 auto;
    scroll-behavior: smooth;
}

body{
    height: 100%;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    background: #faf9f8;
    margin: 0 auto;
}

img{
    width: 100%;
}

p{
    font-size: 1.2rem;
    color: #262626;
    text-align: justify;
    text-indent: 30px; 
}

h1{
    margin: 1.9rem auto;
    font-size: 2rem;
    color: #74392d;
    text-align: center;
    
}

h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7rem;
    color: #262626;
    text-align: center;
}

h3{
    
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    color: #262626;
    text-align: justify;
}

h4{
    
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    color: #262626;
    text-align: justify;
}


.activo{
    color: #656565;
    text-decoration: underline;  
}

a{
    text-decoration: none;
}

hr{
    border: 1px solid #b04636;
}

.parr_cero{
    font-size: 1.2rem;
    color: #262626;
    text-align: left;
    text-indent: 0px; 
}

/* Menu */

header{
    width: 100%;
    background-color: #FFF;
    position: fixed;
    z-index:9999;
}

#btn-menu{
    display: none;
}

.center{
    text-align: center;
}

header label{
    display: none;
    width: 30px;
    height: 30px;
    padding: 10px;
    border-right: 1px solid #FFF;
}

header label:hover{
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
}

main{
    width: 100%;
    clear: both;
}


    #ban_sup{
        padding-top: 0px;
    }

.menu ul{
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content:flex-end;
}

.menu ul li{    
    border-left: 1px solid #FFF;
    font-size: 1.2rem;
    margin: 0;
}

.menu ul li:hover{
    background: rgba(0, 0, 0, 0.3);    
}

.menu ul li a{
    display: block;
    padding: 15px 20px;
    color: #343434;
    text-decoration: none;
}

.menu_secundario{
    font-size: 1.2rem;  
    color: #262626;
    margin: 10px;
    list-style-type:disc;
}

/* Banner */


#logo{
    width: 30%;
    margin: 0 auto;
}

.principal{
    display: block;
    width: 64%;
    float: left;
    padding: 0 0 0 15px;
}

.principal img{
    width: 100%;
    margin: 0 auto;
}

.principal p a{
    text-decoration: none;
    color: #262626;
}

.lateral{
    display: block;
    width: 34%;
    float: right;
    padding: 0 15px 0 0;
    margin-bottom: 15px;
}

.contenido-lateral{
    width: 100%;
    background-color: #f0f0f0;
    border-radius: 15px;
    padding: 20px;
}

.contenido-lateral img{
    display: block;
    width: 80%;
    margin: 0 auto;
    max-width: 420px;
}


/* contenido */


.contenido{
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    align-items: center;
}

.info{
    width: 48%;
    margin: 5px;
    display: block;
    padding: 5px;
}

.tres{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.cuadro{
    width: 33%;
    display: block;
}

.texto{
    width: 75%;
    text-align: center;
    margin: 18px auto;
}

.uno{
    width: 15%;
    margin: 20px auto;
}

.linea{
    width: 30%;
    margin: auto;
    border: 2px solid #698dae;
    border-radius: 2px;
}


.colorv{
    color: #487a17;
}

/* Footer */

footer{
    display: flex;
    clear: both;
    color: #FFFFFF;
    background-color: #b04636;
    justify-content: space-around;
}

.pie-pagina{
    display: block;
    width: 30%;
    padding: 30px;
    text-align: justify;
}

.pie-color{
    color: #FFFFFF;
}

.pie-pagina p a{
    text-decoration: none;
}

/* Media */

@media screen and (max-width: 768px){
        
 header label{
    display: block;     
    width: 50px;
    height: 50px;
    padding: 10px;
    }
    
 p{
    font-size: 0.8rem;
    color: #262626;
    text-align: justify;
    text-indent: 30px; 
}

h1{
    margin: 1rem auto;
    font-size: 1.2rem;
    color: #74392d;
    text-align: center;
    
}

h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: #262626;
    text-align: center;
}

h3{
    
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #262626;
    text-align: justify;
}
    
    .contenedor img{
        width: 100%;
    }
    
    .contenido {
        width: 100%;
    }
    
    #logo{
        width: 60%;
        margin: 0 auto;
    }
    
    .principal{
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    }
    
    
    .lateral{
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    }
    
    footer{
        display: block;
    clear: both;
    color: #FFFFFF;
    background-color: #b04636;
    }
    
    .pie-pagina{
    display: block;
    width: 80%;
    padding: 15px;
    text-align: justify;
        margin: 0 auto;
        font-size: 0.8rem;
    }
    
    .pie-pagina h4{    
        font-size: 0.8rem;
    }
    
    .pie-pagina p{    
        font-size: 0.8rem;
    }
    
    
    
    .info{
        width: 100%;
    }
    
    #imagen_ban_sup{
        padding-top: 40px;
    }
    
    #ban_sup{
        padding-top: 40px;
    }
    
    .menu{
        position: absolute;
        background-color: #884839;
        width: 70%;
        margin-left: -70%;
        transition: all 0.5s;
    }
        
    .menu ul{
        flex-direction: column;
    }
    
    .menu ul li{
        border-top:  1px solid #FFF;
    }
    
    
.menu ul li a{
    color: #fff;
}
    
    #btn-menu:checked ~ .menu{
        margin: 0;
        z-index:9999;
        text-align: center;
    }
    
    #imagen_0{
        display: none;
    }

}

/* 

*/





