@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Quicksand');
@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url('https://fonts.googleapis.com/css?family=Noto+Serif');
@import url(menu.css);
@import url(contacto.css);
@import url(../carrito/css/carrito.css);
@import url(fontello.css);
@import url(prod.css);
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #803000;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 1px;
}
h1{
    font-size: 65px;
    /*font-weight: bold;*/
    color: #FFF;
    text-shadow: 2px 2px 3px #0b233e;
}

.fondo01{
    background-color: #F5A11A;
    background: -webkit-linear-gradient(transparent, #F5A11A, transparent); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(transparent, #F5A11A, transparent); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, #F5A11A, transparent); /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, #F5A11A, transparent); /* Standard syntax */
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
article{
    /*width: 33%;*/
    min-width: 250px;
    padding: 10px;
    background: #FFF;
}
p{
    text-align: left;
}
li{
  text-align: left;
}
/*****************la firma**********/
.contentImgs{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*
/******FORMULARIO*******/
#espacio_encabezado{
    height: 50px;
}
body{
    font-family: 'Questrial', sans-serif;
    font-size: 18px;
    /*background-color: #E6EBED;*/
    background-image: url('../img/fondo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.logo{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 200px;
    height: 100px;
    float: left;
    background-image: url(../img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}
header{
    width: 100%;
    height: 50px;
    /*background: #faf0b8;*/
    background: rgba(250, 240, 184, 0.7);
    border-bottom: solid 1px #faf0b8;
    color: #07364A !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0px 3px 20px #faf0b8;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
}
header .contenedor{
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.icon-menu{
    color: #08193e;
}
.contenedor{
    max-width:1200px; 
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}
.ir-arriba {
    display:none;
    padding:10px 7px; 
    background:#FFF;
    font-size:20px;
    color:#07364A;
    border-radius: 50%;
    cursor:pointer;
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index:500;
    box-shadow: 0px 2px 10px #ccc;
    opacity: .6;
    transition: 1s;
}
.ir-arriba:hover{
    box-shadow: 0px 2px 10px #ccc;
    opacity: 1;
    transition: 1s;
    
}
ul{
    font-size: 16px;
    padding: 5px;
}
ul li li{
    margin-left: 25px;
}
h2{
    margin: 60px 0 40px 0;
    font-family: 'Noto Serif', serif;
    font-weight: normal;
    font-size: 35px;
    color: #BC2A0A;
}
h3{
    font-family:'Quicksand', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
    color: #0e2b4d;
}
h4{
    font-family: 'Noto Serif', serif;
    letter-spacing: 1px;
    font-size: 30px;
    margin: 10px 0 10px 0;
    text-align: center;
    font-weight: normal;
    color: #0e2b4d;
}
header .contenedor{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
section{
    width: 100%;
    min-height: 463px;
    margin:0;
}
#bienvenidos{
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}

footer{
    width: 100%;
    min-height: 300px;
    max-height: 450px;
    margin-top: 40px;
    background-image: url(../img/chica.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 332px;
    /*background-size: 55%;*/
    /* background-color: #0e2b4d; */
    padding-top: 100px;
    /* background: linear-gradient(to bottom, #fff5ba, #f5a11b); */
    color: white !important;
    position: relative;
    transition: background-size 1s;
}
footer .contenedor{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 0px 20px;
}
footer p{ text-align: right; }
footer .contenedor .privacidad a{
    font-size: 14px;
    text-decoration: none;
}
footer img{
    border: none;
    border-radius: 0;
}
.copy{
    font-size: 15px;
    /*color: white;*/
}
.sociales{
    /*width: 100%;*/
    text-align: center;
    margin: 0 10px;
    z-index: 10;
    /*position: absolute;
    top: 50%;
    left: 72%;
    transform: translate(-26px, -25px);*/
}
.sociales a{
    color: #BC2A0A;
    border-radius: 50%;
    font-size: 30px;
    padding: 6px 5px;
    background: white;
    text-decoration: none;
}
.sociales a:hover{ color: #344dd3; }
.swallinput{ display: none; }
.detallePedido input[type='text']{
    padding: 12px;
}
@media (min-width:768px){
    .sociales{ width:auto; }
    footer .contenedor{ justify-content: flex-end; }
    .article{ margin-top: 0px; }
    footer{ background-size: 400px; }
}
@media (min-width:1024px){
    .logo{
        background-image: url(../img/logo.png);
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        width:306px;
        height: 165px;
        left: 20px;
        top: -10px;
    }
    .contenedor{
        width:1050px;
    }
    header{ height: 110px;}
    #espacio_encabezado{
        height: 110px;
    }
    footer{ background-size: 500px; }
}
