/* font-family: 'Swanky and Moo Moo', cursive;
 font-family: 'Josefin Sans', sans-serif;*/
/* font-family: 'Anton', sans-serif;
font-family: 'Arvo', serif;
font-family: 'Lobster', cursive;*/
/*html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}*/
body{
	font-family: 'Arvo', serif;
	/*margin: 0px -210px 0px 0px;*/
	width:auto;
	margin:0px;
	padding:0px;
	}
.fondo img{
	width:100%;
	display:flex;
}
.menu{
	height: 100%;
    display: flex;
    text-align: center;
    list-style: none;
	 font-family: 'Josefin Sans', sans-serif
}
ul,ol,li{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
.navegador a{
    text-decoration: none;
    color: white;
    padding: 0 .7em;
    font-weight: bolder;
    height: 100%;
    display: flex;
    align-items: center;
}
.navegador{
	background-color:#5ECBFF;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3em;
    flex:1;
}
.navegador .menu{
	height: 100%;
    display: flex;
    text-align: center;
    list-style: none;
	color:white;
}
.ubicacion{
    font-size: 18px;
    height: 2.3em;
    background: #111111;
    color: white;
    text-align: center;
    line-height: 2.3em;
    font-weight: 500;
	display:flex;
}

.ubicacion p{
    margin: 0;
}

.ubicacion .u2{
    display: none;
}
.contprinc{
	padding: 5% 5%;
}
.contprinc .nprod h1{
	text-align: center;
	font-size: 50px;
	font-family:'Lobster', cursive;
	
}
.contprinc .barra{
	 background: green;
    width: 700px;
    height: 2px;
    margin: 6px -105px;
}
.nprod{
	grid-column: 1/-1;
	padding: 0px 30px;
}
.contprod{
	 display: grid;
    justify-content: center;
    grid-template: repeat(3,auto)/repeat(2,minmax(100px,200px));
    grid-column-gap: 120px;
    grid-row-gap: 50px;
    margin-bottom: 50px;
	text-align: center;
	padding: 30px 0px;
}
.somos{
	width:auto;
}
.contprod .prod{
	padding: 0px;
	border-radius: 20px;
	transition: transform 0.3s ease-in-out 0.1s;
	box-shadow: 70px 60px 60px 21px;
	background: rgba(83,83,83,1.00);
	color: white;
}
.prod img:hover{
	transform: scale(1.2);
}
.somos h1{
	text-align: center;
	padding: 30px;
	font-size: 50px;
	background: black;
	color:white;
	font-family:'Lobster', cursive;
}
.somos h3{
	text-align: center;
	font-size: 20px;
	padding: 30px;
}
.contacto h1{
	font-family:'Lobster', cursive;
	font-size: 50px;
	background: black;
	color:white;
	padding: 30px;
	text-align: center;
}
.contacto{
	width:auto;
}	

.contacto .medios{
	display:flex;
	margin: 2% 35%;
	padding: 2%;
	align-content: center;
	justify-content: center;
}
.contacto .redes{
	padding: 45px;
	align-items: center;
	display:flex;
	margin: 0px auto;
	justify-content: center;
}
.contacto .medios h4{
	text-align: center;
	margin: 2%;
	font-size: 20px;
}
.contacto .text{
	padding: 20px;
	font-size: 20px;
}
.visita h1{
	text-align: center;
	padding: 30px 10px;
	font-size: 50px;
	background: black;
	color:white;
	font-family:'Lobster', cursive;
}
.visita .mapa iframe{
	align-items: center;
	justify-content: center;
	display:flex;
	margin-left: 35%;
	
}
footer{
	background:rgba(0,0,0,1.00);
    margin: 0;
    color: white;
}
footer p{
	font-size: 14px;
    padding: 0.4em;
    margin: 0;
    text-align: center;
}
footer a{
	text-decoration: none;
    color: white;
}

/*............--------------------------------...........................*/
.burger-button.fas{
    width: 50px;
    height: 50px;
    border: 2px solid #0C99C1;
    border-radius: 50%;
    background-color: rgba(34, 185, 202,.95);;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    position: fixed;
    z-index: 5;
    right: 30px;
    bottom: 30px;
    display: none;
}

@media screen and (max-width: 1023px){
    
    /* .container-images{
        height: auto;
        grid-template-columns: 50% 50%;
        grid-template-rows: repeat(2, 1000px);
    } */
       
    .favorito-sabor h4{
        font-size: 1.3em;
    }
    .favorito-sabor p{
        font-size: 1em;
    }
    .contacto-item{
        font-size:40px;
    }
    .contacto-item{
        width: initial;
    }
}
