/* reset de estilos */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* hasta aquí reset de estilos */

* {
    padding: 0;
    margin:  argin: 0;
    box-sizing: border-box;
}

body{
    position: relative;
    margin: 0px;
    padding: 0px;
    font-family:'Open Sans', sans-serif;
    font-size: 12px;
    color: navy;
}

div {
    display: block;
}

ul{
    list-style: none;
    padding: 0px;  
    margin: 0;
}

h1{
    font-size: 40px;
}

h2{
    font-size: 28px;
}

h3{
    font-size: 23px;
}

p{
    font-size: 16px;
    display: block;
}

img{
    margin: 0px;
}

.arriba {
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(Imagenes/IMGINICI.jpg);
        min-height: 663px;
        background-position: center;
        width: 100%;
        text-align: center;
        padding: 0px 40px;
}

.menu {
        width: 100%;
        height: 80px;
        padding: 15px 20px;
        font-size: 14px;
        font-weight: 800;
    
}

#imagen {
        margin: auto;
        margin-bottom: 50px;
        padding-top: 20px;
    
}

.lanzador-menu{
        text-decoration: none;
        font-weight: bold;
        color: #0a1fda;
        padding: 8px 13px;
        background-color: #d03b40;
        border-radius: 5px;
}

.navegacion a{
    display: block;
    text-decoration: none;
    font-weight: bold;
    margin: auto;
    font-size: 16px;
    padding: 5px 20px 5px 5px;
}

.arribainfo {
        width: 100%;
        margin: auto;
        margin-top: 10em;
}

.izquierdaArriba {
        float: left;
        background-color: #bd1622;
        width: 100%;
        color: #ffcb30;
        text-align: center; 
        min-height: 200px;
        padding: 50px 50px;
}

.derechaArriba {
        float: left;
        background-color: #ffcb30;
        width: 100%;
        color: #bd1622;
        text-align: center;
        min-height: 200px;
        padding: 50px 50px;
}

.medio {
        float: left;
        background-size: cover;
        background-repeat: no-repeat;
        background-image:url(Imagenes/Fondo2.jpg);
        min-height: 549px;
        background-position: left;
        width: 100%;
        text-align: center;
        padding: 0px 40px;
}

.medioinfo {
        width: 100%;
        margin: auto;
        margin-top: 150px;
}

.abajoMedio {
        border: 2.5px solid;
        padding: 10px;
        margin-top: 40px;
        max-width: 300px;
        margin: auto;
        margin-top: 30px;
}

.productos {
        overflow: auto;
        width: 100%;
        background-color: #f5f0ed;
        padding: 0px;
        color: #241d1b;
        margin: 0px;
        text-align: center;
}

.productosImg {
        float: left;
        min-height: 25%;
        width: 100%;
        padding-top: 30px;
          padding-bottom: 30px;
        
}

.izquierdaAbajo {
        float: left;
        background-color: #bd1622;
        width: 100%;
        color: #ffcb30;
        text-align: center; 
        min-height: 100px;
        padding: 50px 50px;
}

.derechaAbajo {
        float: left;
        background-color: #ffcb30;
        width: 100%;
        color: #bd1622;
        text-align: center;
        min-height: 200px;
        padding: 50px 50px;
}

.abajo {
        float: left;
        background-color: #241d1b;
        width: 100%;
        min-height: 80px;
        padding: 30px 20px;
        color: #f5f0ed;
}


/* ----- Media queries -----*/

@media screen and (max-width: 600px){
    
    .js .navegacion{
        max-height: 0;
        max-width: 200px;
        margin: auto;
        overflow: hidden;
        transition: max-height .5s;
        position: absolute;
        top: 85px;
        left: 28px;
        right: 30px;
        background-color: #d03b40;
       
    }
    
    .js .navegacion a{
        padding: 5px 10px;
        color: #0a1fda;
        border-bottom: 1px solid rgba(65, 23, 216, 0.918);
       
    }
    
    .js .navegacion a:hover {
        color: #0a1fda;
        border-bottom: 1px solid #241d1b;
    }    
    
   .js .navegacion.menu-desplegado{
        text-align:left;
        max-height: 200px;
        padding: 0px;
    }   
}

@media screen and (min-width: 450px){
       
    h1{
    font-size: 40px;
    }   

    h2{
        font-size: 22px;
    }

    h3{
        font-size: 18px;
    }
    
    p{
        font-size: 15px;
    
    }
    
    .abajo {
        height: 150px;
        padding: 70px 40px;
        
}

}

@media screen and (min-width: 601px){
    
    .menu {
        width: 100%;
        height: 80px;
       
    }
    
    .lanzador-menu{
        display: none;
    }
    
    .navegacion{
        position: absolute;
        top:38px;
        right: 40px;
        
    }
    
    .navegacion a{
        text-decoration: none;
        font-weight: bold;
        margin: auto;
        font-size: 12px;
        padding: 5px 5px 0px 0px;
    }
    
    .navegacion li{
        display: inline-block;
        
    }

    .navegacion a:hover {
        color:  #d03b40;
    }    

    .hover{
        color: #0a1fda;
    }
   
#imagen {
        position: absolute;
        top:13px;
        left: 40px;
        padding-top: 5px;
      }

.arribainfo {     
       max-width: 490px;
    }
    
.medioinfo{
    width: 490px;}
    }

@media screen and (min-width: 700px){
    
     h1{
       font-size: 40px;
    }   

    h2{
        font-size: 24px;
    }

    h3{
        font-size: 20px;
    }
    
    p{
        font-size: 16px;
    }
    
      .navegacion a{
        font-size: 14px;
    }
    
    .izquierdaArriba {
        width: 50%;
        min-height: 300px;
    }

    .derechaArriba {
            width:50%;
            min-height: 300px;
    }
    
    .izquierdaAbajo {
        width: 50%;
        min-height: 300px;
    }

    .derechaAbajo {
            width:50%;
            min-height: 300px;       
    }
    
    .productos {
        float: left;
        width: 100%;
        padding: 0px 40px 40px;
        color: #241d1b;
        text-align: center; 
    }
    
    .productosImg {
            overflow: hidden;
            min-height: 455px;
            width: 50%; 
            padding: 30px 15px 0px 0px;
    }
}

@media screen and (min-width: 1000px){
     
    .navegacion a{
        font-size: 16px;
        padding: 5px 15px 5px;
    }
    
        img{
        float: left;
        padding: 0px 20px;
        
    }

    .productosImg {
            min-height: 265px;
            width: 50%;
            text-align: left;
            padding: 15px;
              
    }   
}


