*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:argestadisplay ;
}
@font-face {
    font-family:'argestadisplay';
    src: url('../fonts/argestadisplay-regular-webfont.woff') format('woff2'),
         url('../fonts/argestadisplay-regular-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* SECCIÓN HEADER */
header{
    background-color: rgba(229, 204, 151, .8);
    width: 100%;
    height: 7%;
    display: flex;
    justify-content: space-around;
    align-items:center;
    position:fixed;
    z-index:2;
}
header .logo_header{
    height: 100%;
}
header .logo_header img{
    height: 100%;
}
header .secciones_header{
    width: 70%;
    height: 50%;
    padding: 5px;
    display: flex;
    justify-content:end;
    align-items: center;
}
header .secciones_header a{
    margin-right: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    scroll-behavior: smooth;
    transition: 1s;
}
header .secciones_header a:hover{
    transform: scale(110%);
    color: rgb(250, 246, 236);
}
/* SECCIÓN REDES */
#redes{
    background-color: rgb(229, 204, 151);
    width: 40px;
    height: 150px;
    position: fixed;
    top: 100px;
    right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
#redes a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 20px;
}
#redes a:hover{
    color: rgb(250, 246, 236);
}
/* SECCIÓN CABECERA */
#cabecera{
    height: 100vh;
    display: flex;
    justify-content: space-between; 
    align-items: center;
}
#cabecera img{
    position:absolute;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    width: 100%;
    height: 100%;
}
#cabecera .texto{
    width: 45%;
    padding: 20px;
    margin: 130px 100px 40px 100px;
    
}
#cabecera .texto h2{
    text-transform: uppercase;
    text-decoration:underline;
    font-weight:normal;
    font-size:15px ;
    letter-spacing: 2px;
}
#cabecera .texto h1{
    margin: 15px 0px 10px 0px;
    font-size:24px ;
    font-weight:normal;
}
#cabecera .texto .entradilla{
    margin-top:15px;
    font-size:15px;
}
#cabecera .texto p{
    margin-top: 10px;
    font-size:15px;
    font-family: 'Montserrat', sans-serif;
}
#cabecera .texto .botones{
    display:flex;   
}
#cabecera .texto .botones a{
    background-color: rgb(229, 204, 151);
    margin-top: 20px;
    margin-right: 50px;
    padding: 10px;
    border-radius: 7px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    scroll-behavior: smooth;
    transition: 1s;
}
#cabecera .texto .botones a:hover{
    color: rgb(250, 246, 236);
}
#cabecera .desplazado{
    position: relative; top: 100px;
    height: 85%;
    width: 50%;
    margin-right:  100px ;
    z-index: 1;
}
#cabecera .desplazado img{
    position:absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    animation-name: animacion;
    animation-duration: 3s;
}
@keyframes animacion{
    0%{
transform: scale(80%);
    }
    100%{
transform: scale(100%);
    }
}

/* SECCIÓN PRODUCTOS */
#productos{
    background-color: rgb(250, 246, 236);
    height: 170vh;
    padding: 90px 100px 20px 100px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#productos .titulo{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 2px;
}
#productos .galeria{
    padding: 0px 30px 0px 30px;
    width: 30%;
    height: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#productos .galeria img{
    width: 90%;
    height: 80%;
    object-fit: cover;
    object-position: center;
}
#productos .galeria h2{
    margin-top: 15px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#productos .galeria p{
    margin-top: 10px;
    font-size: 13px;
}
/* SECCIÓN CONTACTO */
#contacto{
    background-color: rgb(250, 246, 236);
    height: 600px;
    padding: 40px 100px 40px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#contacto .contacto_mapa{
    width: 48%;
    height: 100%;
}
#contacto .contacto_mapa input{
    border:none;
    margin-top: 5px;
    background-color:rgb(250, 246, 236);
}
#contacto .contacto_mapa button{
    border:none;
    margin-top: 5px;
    background-color:rgb(250, 246, 236);
    transition: 1s;
}
#contacto .contacto_mapa button:hover{
 background-color: rgb(243, 232, 203);
 border: none;
}
.contacto{
    margin-bottom: 25px;
    font-size: 20px;
}
.mapa{
    width: 100%;
    height: 100%;
}
.fijo{
    background-color: rgb(229, 204, 151);
    width: 50px;
    height: 50px;
    font-size: 30px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    justify-content: center;
    text-align: end;
}
.fijo a{
    color: rgb(0, 0, 0);
}
.fijo a:hover{
    color: rgb(250, 246, 236);
}
form{
    padding: 20px;
    width: 100%;
    height: 100%;
    background-color: rgb(229, 204, 151);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-box-shadow: 6px 6px 7px 0px rgba(219,219,219,1);
    -moz-box-shadow: 6px 6px 7px 0px rgba(219,219,219,1);
    box-shadow: 6px 6px 7px 0px rgba(219,219,219,1);
}
form type[text]{
    margin-top: 20px;
    height: 60px;
}
input,button{
    margin-bottom: 10px;
    width: 100%;
    padding:5px;
}
.mensaje{
    height: 40vh;
}
/* SECCIÓN FOOTER */
#footer{
    background-color: rgb(250, 246, 236);
    padding: 60px 100px 20px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
}
#footer .articulos{
    width: 23%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
#footer .articulos h2{
    padding: 20px 0px 20px 0px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#footer .articulos p{
    padding: 0px 20px 0px 20px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
#footer .redes_footer{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
#footer .redes_footer a{
    color: rgb(0, 0, 0);
    text-decoration: none;
    margin: 30px 20px 0px 0px;
}
#footer .redes_footer a:hover{
    color: rgb(229, 204, 151);
}

/* SECCIÓN COPYRIGHT */
#copyright{
    background-color: rgb(229, 204, 151);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content:center;
}
.copyright{
text-transform: uppercase;
font-size: 10px;
}