@font-face {

  font-family: LatoRegular;

  src: url(../fonts/Lato-Regular.ttf);

}

@font-face {

  font-family: LatoBold;

  src: url(../fonts/Lato-Bold.ttf);

}


@font-face {

  font-family: LatoBlack;

  src: url(../fonts/Lato-Black.ttf);

}


@font-face {

  font-family: LatoLight;

  src: url(../fonts/Lato-Light.ttf);

}

@font-face {

  font-family: KingBasil;

  src: url(../fonts/BeautifulMess.ttf);

}


*{
	letter-spacing: 0.03rem
}


a{	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	-ms-transition: all 0.5s ease;}



/*

@media(min-width: 1200px){

	#contEspecial{

		width:1155px;

	}

}



@media (min-width: 992px){

	#contEspecial {

    width: 955px!important;

	}

}



@media (min-width: 768px){

	#contEspecial {

    width: 730px;

	}

}

*/



.navbar-toggle{

	background-color: white;

	border:1px solid #887464;

}



.navbar-toggle .icon-bar{

	background-color: #22c7d2;

}



.cortar{clear: both;}



.navbar-brand{

	width:100%;

	margin: 25px 0;

}



.navbar-brand img{

	margin:0 auto;

}



@media (min-width: 768px){



	.navbar-nav{

		float:left;

		left:50%;

		list-style-type:none;

		margin:0 auto;

		padding:0;

		position:relative;

	}



	.navbar-nav li{

		float:left;

 		position:relative;

 		right:50%;

	}



}



.navbar-nav li a{

	font-family: 'LatoRegular', sans-serif;

	color:#808285;

	font-size: 1.2em;

}



#activo{

	font-family: 'LatoRegular', sans-serif;

	color:#acacac;

	font-size: 1.3em;

	padding: 12px 15px;

}





.navbar-nav li a:hover{

	font-family: 'LatoBold', sans-serif;

	background-color: transparent;

}



.contenedorMenu{

	clear:both;

 	float:left;

 	overflow:hidden;

 	width:100%;

}



#fonFresco{	background-image: url("../imgs/fondoMenuFresco.jpg"); }

#fonFreezer{background-image: url("../imgs/fondoMenuFreezer.jpg"); }

#fonContacto{background-image: url("../imgs/fondoContacto.jpg"); }

#fonAbout{background-image: url("../imgs/fondoAbout.jpg"); }





.fondoFresco{

	width:100%;

	background-size: 100%;

	background-repeat: no-repeat;

	padding: 7% 0 ;

}



@media (max-width: 768px){

	.fondoFresco{

	padding: 1% 0 4% 0 ;

	}



	.fondoFresco h2{

		font-size: 5em!important;	

	}



	#video{

		display: none;

	}



	#realizarPedido{

		margin:30px auto;

	}

}





.fondoFresco h2{

	font-family: 'KingBasil', sans-serif;

	color: white;

	font-size: 8em;

	text-align: center;

}



#menusemanal{

	margin-bottom:40px;

	height: 492px;

	background-position: center;

	background-repeat: no-repeat;

	background-size: contain;

}



@media(max-width: 960px){

	#menusemanal{

		height:1000px;

	}

}



@media(max-width: 450px){

	#menusemanal{

		height:800px;

	}

}



#planes h3{

	color:#887566;

	font-family: 'LatoRegular', sans-serif;

	font-size: 1.2em;

	margin: 50px 0 20px 0;

}



.cajita{

	width:18%;

	border: 1px solid #c6d1d1;

	text-align: center;

	float: left;

	margin-right: 20px;

	cursor: pointer;

}



.cajita:nth-child(6){

	margin-right: 0;

}



@media (max-width: 992px){

	.cajita{

		margin-right: 18px;

		width:18%;

	}



	.cajita:nth-child(6){

	margin-right: 0;

	}



	.cajita h4{

	padding: 10px!important;

	}	

}



@media (max-width: 768px){

	.cajita{

		margin-right: 20px;

		width:48%;

		margin-bottom: 20px;

	}



	.cajita:nth-child(1), .cajita:nth-child(3), .cajita:nth-child(5){

	margin-right: 0;

	}



}



.cajita h4{

	font-family: 'LatoBold', sans-serif;

	background-color: #17c7d2;

	padding: 15px 25px;

	color: white;

	margin-top: 0;

}



.cajita h5{

	font-family: 'LatoBold', sans-serif;

	margin-top:20px;

	padding: 10px 0;

	margin-bottom: 0;

	color: #887566;

	font-size: 1.1em;

	background-color: #f2f2f2;

}



.cajita h6{

	margin-top: 0;

	font-family: 'LatoRegular', sans-serif;

	margin-bottom:0;

	padding-bottom: 10px;

	color: #17c7d2;

	font-size: 2em;

}



.primerPrecio{

	background-color: #f2f2f2;

}



.cajita p{

	font-family: 'LatoBold', sans-serif;

	color: #887566;

	font-size: 1.2em;

}





@media (max-width: 549px){

	.cajita{

		margin-left:5%;

		width:90%;

		margin-bottom: 20px;

	}

}



#sinsal{

	font-family: 'LatoRegular', sans-serif;

	color: #887566;

	font-size: 1.4em;

	text-align: center;

	width:70%;

	margin: 40px auto;

}



#realizarPedido{

	color: white;

	font-family: 'LatoLight', sans-serif;

	background-color: #17c7d2;

	font-size: 1.5em;

	padding:15px 40px;

	width:240px;

	margin:10px auto;

	border:none;



	transition: all 0.5s ease;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	-ms-transition: all 0.5s ease;

}



#realizarPedido:hover{

	background-color: #887566;

	text-decoration: none;

}



#realizarPedido:active, #realizarPedido:focus{

	text-decoration: none;

}



#lineaGris{

	width:80%;

	text-align: center;

	border-bottom: 1px solid #e6e7e8;

	margin: 30px auto;

	height:1px;

}



#socialMedia i{

	background-color: #17c7d2;

	border-radius: 50%;

	padding-top: 6px;

	width:35px;

	height:35px;

	margin: 0 5px;

	color: white;

}



#socialMedia i:nth-child(1){

	padding-right: 1px;

	font-size: 1.6em;

}



#socialMedia i:nth-child(0){

	padding-right: 2px;

	padding-top:7px;

	font-size: 1.5em;

}



#socialMedia i:hover{

	background-color: #887566;

}



#datosContacto{

	font-family: 'LatoLight', sans-serif;

	font-size: 1.3em;

	color: #666666;

	text-align: center;

	width:70%;

	margin: 40px auto;

}



#insta{

	padding-left: 2px;

}



.fotoComidas{

	margin-bottom: 25px;

}



@media(max-width: 768px){

	.menus{

		padding: 0 5px;

	}

}



.menus a{

	font-family: 'LatoBold', sans-serif;

	color:#887566;

	font-size: 1.2em;

}



@media(max-width: 500px){

	.menus a{

	font-size: 1em;

	}

}



.menus a:hover{

	text-decoration: none;

	color:#17c7d2;

}



.menus img{

	margin:0px auto;

}



.menusIcons .menus img{

	max-width: 175px

}



#empresa{

	background-color: #887566;

	padding: 25px;

	margin-top:100px;

	height: 400px;

	margin-bottom: 50px;

}



#video{

	padding: 0;

	height:430px;

	margin-top: 100px;

}



@media(min-width: 769px){

	#empresa{

		width:50%!important;	

	}

}



@media(max-width: 768px){

	#empresa{

		width: 100%!important;	

	}

}





#empresa h2{

	font-family: 'KingBasil', sans-serif;

	color: white;

	font-size: 7em;

	text-align: center;

	margin: 40px 0 0 0;

}



@media(max-width: 960px){

	#empresa h2{

		font-size: 4.5em;

		margin-bottom: 20px;

	}

}



@media(max-width: 500px){

	#empresa{

		height: 500px;

	}

}



#empresa p{

	font-family: 'LatoLight', sans-serif;

	color:white;

	font-size: 1em;

	line-height: 1.3em;

	margin-bottom: 40px;

}



#videoImage{

	background-image: url(../imgs/fondoVideo.jpg);

	background-repeat: no-repeat;

	height:400px;

	width: 100%;

	background-position: center center;

}



#celeste{

	width: 100%;

	height: 100%;

	background-color: #17c7d2;

	opacity: 0.4;

}



#videoImage img{

	position: absolute;

	top:35%;

	left:43%;

}



.navbar-collapse, .navbar-collapse.in {

	text-align: center;

}



.fondoFreezer{

	width:100%;

	background-image: url("../imgs/fondoMenuFreezer.jpg");

	background-size: 100%;

	background-repeat: no-repeat;

	padding: 7% 0 ;

}



#opciones{

	margin: 40px 0;

	position: relative;

}



#opciones li{

	list-style: none;

	background-color: #17c7d2;

	padding:10px;

	width: 100%;

	margin: 5px 0;

}



#opciones a{

	font-family: 'LatoBold', sans-serif;

	color: white;

	font-size: 1.1em;

	cursor: pointer;

	transition: all 0.5s ease;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	-ms-transition: all 0.5s ease;

}



#opciones li:hover{

	background-color: #887566;

	text-decoration: none;

}



#opciones a:hover {

	text-decoration: none;

}



@media(min-width: 992px){

	#opciones{

		left:-15px;

	}

}



@media(max-width: 768px){

	#opciones{

    width: 100%;
    left: 0;
    margin: 0;
    display: contents;

	}

}



.listadofreezer{

	border: 1px solid #dddddd;

	padding:40px 0;

}





.listadofreezer ul li{

	font-family: 'LatoRegular', sans-serif;

	color: #887566;

	font-size: 1.1em;

	line-height: 2.5em;

	width: 90%;

}



#meriendas{

	display: none;

	height: 777px;

	margin-bottom: 10px;

}



#meriendas h3{

	color: #887566;

	font-family: 'LatoRegular', sans-serif;

	margin-left: 20px;

}



@media(min-width: 768px){

	#listadoMerienda{

		width: 50%;

		float: left;

	}

	#listadoMerienda2{

		width: 50%;

		float: right;

	}

}



@media(min-width: 1200px){

	#listadoCarnes, #listadoVegetariano, #meriendas, .itemListadoFreezer{

		height: 777px;

	}

}



@media(max-width: 1200px){

	#listadoCarnes, #listadoVegetariano, #meriendas, .itemListadoFreezer{

		height: 625px;

	}

	.listadofreezer ul li{

		line-height: 1.8em;

	}

}



@media(max-width: 992px){

	#listadoCarnes, #listadoVegetariano, #meriendas, .itemListadoFreezer{

		height: 497px;

	}

	.listadofreezer{

		padding:20px 0;

	}



	.listadofreezer ul li{

		font-size: 1em;

		line-height: 1.45em;

		width: 100%;

	}

}



@media(max-width: 768px){

	#listadoCarnes, #listadoVegetariano, #meriendas, .itemListadoFreezer{

		height: auto;

	}



	.listadofreezer ul li{

		font-size: 1.1em;

		line-height: 1.8em;

		width: 90%;

	}

}



#tituloprecios{

	background-color: #17c7d2;

	margin-top: 25px;

}



#tituloprecios h2{

	font-family: 'LatoBold', sans-serif;

	color: white;

	font-size: 1.2em;

	margin-top: 15px;

}



.precios{

	border:1px solid #dddddd;

	padding-bottom: 10px!important;

}



.precios h3{

	font-family: 'LatoBold', sans-serif;

	color: #887566;

	font-size: 1em;

}



.precios p{

	font-size: 0.9em;

	color: #666666;

}



@media(min-width: 768px){

	.primero{

		border-right: 0;

	}

}



@media(max-width: 768px){

	.primero{

		border-bottom: 0;

	}

	.segundo{

		border-bottom: 0;

	}

	.segundosegundo{

		padding: 0 15px!important;

	}



	.primero{

		padding: 0 15px!important;

	}



	.primeroprimero{

		padding: 0 15px!important;

	}



}



@media(max-width: 992px){

	.tercero{

		padding-bottom: 0!important;

	}

}



@media(max-width: 1200px){

	.primero{

		padding:0;

	}	



	.primeroprimero{

		padding:0 0 0 15px;

	}



	.segundosegundo{

		padding:0 ;

	}

}



#map {

    height: 240px;

    margin-top: 50px;

    width: 100%;

}



#formulario{

	margin: 30px 0;

}



#formulario label{

	width: 100%;

	font-family: 'LatoLight', sans-serif;

	font-size: 1.3em;

	color: #666666;

	margin:20px 0 15px 0;

	letter-spacing: 0.05em;

}



#formulario input, #formulario textarea{

	width: 100%;

	padding: 9px;

	border:1px solid #dddddd;

}



@media(min-width: 768px){



	#infoContacto{

		padding-top: 80px;

	}



}



#infoContacto img{

	float: left;

	margin: 0 10px 10px 0;

}



#infoContacto p{

	padding: 5px 0 0 8px;

	font-family: 'LatoLight', sans-serif;

	font-size: 1.05em;

	color: #666666;

	letter-spacing: 0.025em;

}



.btnenviar{

	position: relative;

	top:-25px;

}



#listadoCarnes{

	display: block;

}



#listadoVegetariano{

	display: none;

}



#contCorazon h4{

	font-family: 'LatoBold', sans-serif;

	color: #00b4bc;

	font-size: 1.3em;

	margin:16px 0 5px 0;

}



#contCorazon{

	padding:50px 0 30px 0;

}



#contCorazon p{

	font-family: 'LatoRegular', sans-serif;

	color: #666666;

	font-size: 1.17em;

	text-align: justify;

}



#fotoAbout{

	width:98%;

	margin:0 1%;

}



#segundoCont{

	margin-bottom: 40px;

}



@media(min-width: 768px){

	#segundoCont{

		padding-top: 41px;

		margin-bottom: 80px;

	}

}



#pedidosOnline{

	color: #00b4bc;

	text-decoration:none;

}



#linkAbout{

	color: white;

}



#pedidosOnline:hover, #linkAbout:hover{

	text-decoration:none;

}



.popup-position{

	position: fixed;

	top: 0;

	left: 0;

	background-color: rgba(0, 0, 0, 0.7);

	width: 100%;

	height: 100%;

	z-index: 1009;

}



#popup-wrapper{

	max-width: 50%;

	margin: 2.5% auto;

}



@media(max-width: 768px){

	#popup-wrapper{

	max-width: 70%;

	}

}



#popup-container{

	background-color: #FFF;

	padding:20px;

	border-radius: 5px;

}



#popup-container a{

	width: 50px;

	height: 50px;

}



#cerrar{

	position:relative;

	top:10px;

	right:10px;

	float: right;

	z-index: 44;

}



#popupimg{

	max-width: 95%;

	margin:0 auto;

}



#descuento{

	background-color: #887566;

	width: 100%;

	padding:15px 0 2px 0;

}



#descuento h6{

	color: white;

	font-family: 'LatoBold', sans-serif;

}



#descuento p{

	color: white;

	font-family: 'LatoRegular', sans-serif;

}



.fotoFreezer2{

	background-image: url('../imgs/fotoFreezerCarnes1.jpg');

 	background-position: center;

 	background-size: contain;

 	background-repeat: no-repeat;

 	width: 50%;

 	padding-right: 0;

 	padding-left: 0;

}





@media(min-width: 1200px){

	.fotoFreezer2{

		height: 869px;

	}

}



@media(max-width: 1200px){

	.fotoFreezer2{

		height: 717px;

	}

}



@media(max-width: 992px){

	.fotoFreezer2{

		height: 548px;

	}

}



@media(max-width: 768px){

	.fotoFreezer2{

		height: 0px;

		width: 100%;

		padding: 26% 0;

		background-size: 100%;

		background-position: top center;

	}

}



.cajita{

	-moz-transform: scale(0.95, 0.95);

	-o-transform: scale(0.95, 0.95);

	-ms-transform: scale(0.95, 0.95);

    -webkit-transform: scale(0.95, 0.95);

    transform: scale(0.95, 0.95);



    -moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	-ms-transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    transition: all 0.5s ease;

}



.cajita:hover{

	-moz-transform: scale(1, 1);

	-o-transform: scale(1, 1);

	-ms-transform: scale(1, 1);

    -webkit-transform: scale(1, 1);

    transform: scale(1, 1);



    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);

}



#seleccionaUnPlan{

	color: #666666;

	font-family: 'LatoRegular', sans-serif;

	margin-bottom: 25px;

}



@media(max-width: 768px){

	.listadofreezer{

		width:100%!important;

	}

}



#detoxContent{

	padding-top: 30px

}



#detoxContent h4{

	font-family: 'LatoBlack';

	font-size: 18px;

	color:#00b4bc;

	margin-top: 30px

}



#detoxContent p{

	color:#887566;

	font-family: 'LatoRegular';

}



#detoxContent p strong{

	font-family: 'LatoBold';

	font-weight: 500

}



#ulDetox{

	border:1px solid #dddddd;

	padding:4% 7% 4% 10%;

}



@media(max-width: 450px){

	#ulDetox{

		padding:4% 10% 4% 20%;

	}

}



#ulDetox li{

	margin:20px 0;

	color:#887566;

	font-size: 18px;

	font-family: 'LatoBold'

}



#divider{

	width: 135px;

	height: 6px;

	border-radius: 4px;

	display: block;

	margin:40px auto 20px auto;

	background: #00b4bc

}



.detoxPrice h3{

	color:#887466;

	font-size: 18px;

	font-family: 'LatoBold';

}



.detoxPrice h2{

	color:#666666;

	font-size: 40px;

	font-family: 'LatoRegular';

	margin-top: 10px

}



@media(max-width: 992px){

	.third{

		border-left: 1px solid #dddddd!important;

	}

}



@media(max-width: 768px){

	.third{

		border-right: 1px solid #dddddd!important;

		border-bottom: none

	}

}