@font-face {
	font-family: 'Nunito_Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Nunito_Regular'), url('../fonts/2018/Nunito-Regular.ttf')format('truetype');
}
@font-face {
	font-family: 'Nunito_Light';
	font-style: normal;
	font-weight: normal;
	src: local('Nunito_Light'), url('../fonts/2018/Nunito-Light.ttf')format('truetype');
}
@font-face {
	font-family: 'Nunito_Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Nunito_Bold'),url('../fonts/2018/Nunito-Bold.ttf')format('truetype');
}
@font-face {
	font-family: 'Nunito_ExtraBold';
	font-style: normal;
	font-weight: normal;
	src: local('Nunito_ExtraBold'),url('../fonts/2018/Nunito-ExtraBold.ttf')format('truetype');
}
@font-face {
	font-family: 'Nunito_BoldItalic';
	font-style: normal;
	font-weight: normal;
	src: local('Nunito_BoldItalic'),url('../fonts/2018/Nunito-BoldItalic.ttf')format('truetype');
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/common/flame_loader.gif') 50% 50% no-repeat #000;
}

.call-fixed{
    z-index: 99;
    position: fixed;
    top: 45vh;
    right: 0;
}


div #flashMessage{
	display: none;
	visibility: hidden;

}

.gif-shark-two{
    display: none;
}
.displayRecetasImag{
	padding-top:20px;
}
.container-fluid.banner-promo {
	float: right;
	margin: 0;
	top: 70pt;
	left: 55px;
	position: absolute;
	padding: 0;
	z-index: 9999;
	transform: rotate(-30deg);
}
.container-fluid.banner-promo {
	animation-duration: 3s;
	animation-name: slidein;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
@keyframes slidein {
	from {
		transform: rotate(10deg);
		-ms-transform: rotate(10deg); /* IE 9 */
		-webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
	}

	to {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg); /* IE 9 */
		-webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
	}
}
.orange {
	color: #F48220;
}
#masinfo{
	color: #FFFF;
	font-size: 1pt;
}
.navbar {
	font-family: Nunito_Light;
	border-radius: 0;
}
.navbar-inverse {
	background-color: black;
	z-index: 10000;
}
.navbar-inverse .navbar-nav > li > a {
	color: #E6E6E6;
	font-size: 11pt;
	text-transform: uppercase;
	padding-top: 16px;
	padding-bottom: 2px;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #FFFF;
}
.navbar-inverse .navbar-nav > li > .active-nav {
	color: rgb(255, 255, 255);
}
/*.navbar-inverse .navbar-nav > li > .b-right {

	border-right: 1px solid #E6E6E6;
	padding-right: 24px;
    padding-left: 24px;
}*/
.navbar-inverse .navbar-nav > li a.active {
	/*background-color: #F48220;*/
	color: #F48220;

}
.center-banner {
	position: absolute;
	text-align: center;
	font-size: 35px;
	background-color: rgba(0,0,0,0.6);
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: Nunito_Regular;
}
.btn-orange {
	background-color: #F48220;
	color: #ffffff;
	font-family: Nunito_Light;
	text-decoration: none;
	padding: 10px 20px;
}
.banner-home {
	position: relative;
    background-color: white;
	border-top: 8px solid #bec2c9;
}
.banner-home h1{
    font-family: 'Nunito_Regular';
	color: #1a1a1a;
    font-size: 20pt;
    margin: 10px auto;
}
.grills{
	margin-bottom: 100px;
}
.grills2 div {
	padding-bottom: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.c20 {
	background-image: url("../img/index/c20/img1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	width: 100%;
	height: 200px;
}
.c20:hover {
	background-image: url("../img/index/c20/img2.png");
}
.c20i {
	background-image: url("../img/index/c20i/img1.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	width: 100%;
	height: 200px;
}
.c20i:hover {
	background-image: url("../img/index/c20i/img2.png");
}
.c40 {
	background-image: url("../img/index/c40/img3.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	width: 100%;
	height: 200px;
}
.c40:hover {
	background-image: url("../img/index/c40/img4.png");
}
.c40i {
	background-image: url("../img/index/c40i/img3.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	width: 100%;
	height: 200px;
}
.c40i:hover {
	background-image: url("../img/index/c40i/img4.png");
}
.dg-banner {
	padding: 0;
}
.grills h2 {
	font-family: 'Nunito_Bold';
	font-size: 18pt;
	margin-bottom: 1px;
}
.grills p {
	font-family: 'Nunito_Regular';
	font-size: 15pt;
	color: #1a1a1a;
}
.grills a {
	font-family: 'Nunito_Regular';
	font-size: 14pt;
	color: #ffffff;
}
.grills a:hover {
	background-color: #F48220;
	text-decoration: none;
}

.grills button, .btn-shop-buy{
    border-style: none;
    padding: 10px 20px;
    border-radius: 2px;
    margin-top: 2rem;
}

.btn-shop-buy{
    margin-left: 41%;
    background-color: #F48220;
    font-family: 'Nunito_Regular';
	font-size: 14pt;
	color: #ffffff;
}

.btn-shop-buy:hover{
    color: #ffffff;
}
.grills2 h2 {
	font-family: Nunito_Regular;
	font-size: 18pt;
	margin-bottom: 1px;
}
.grills2 p {
	font-family: Nunito_Regular;
	font-size: 15pt;
	color: #7E7E7E;
	margin-bottom: 50px;
}
.grills2 a {
	background-color: #1A1A1A;
	font-family: Source-Regular;
	font-size: 14pt;
	color: #ffffff;
	padding: 10px 30px;
	margin-bottom: 1000px;
}
.grills2 a:hover {
	background-color: #F48220;
	text-decoration: none;
}
.h-work-img {
	margin-top: 50px;
	margin-bottom: 50px;
}
.d-info {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 200px;
}
.d-info h2 {

	font-family: Nunito_Regular;
	font-size: 16pt;
}
.d-info hr {
	width: 40px;
	border: 1px solid #1A1A1A;
}
.d-info p {
	font-family: Nunito_Light;
	font-size: 14pt;
}
.fbook {
	background-color: #E6E6E6;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: Nunito_ExtraBold;
}
.textface {
	text-transform: uppercase;
}
.textface > span {
	font-size: 16pt;
}
.textface > i {
	margin-right: 7px;
}
.hrface {
	border-top: 1px solid #B8B8B8;
}
.hrinsta {
	border-top: 1px solid #B8B8B8;
	width: 99%;
}
.stwitter {
	background-color: #E6E6E6;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: Nunito_ExtraBold;
}
.container-instagram {
	font-family: Nunito_ExtraBold;
	background-color: #e6e6e6;
	padding-top: 30px;
	padding-bottom: 52px;
}
.footer-two{
    padding-top: 20px;
    padding-bottom: 0px;
}
.title-footer-section{
    position: relative;
    margin-bottom: 15px;
}
.hr-white{
    margin: 0px auto;
    width: 25%;
}
.hr-orange{
    width: 10%;
    border: 3px solid #F48220;
    position: absolute;
    bottom: 0px;
    margin: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, 50%);
}
.p-footer{
    font-family: 'Nunito-Regular';
}
.h4-footer-section{
    font-family: 'Nunito_Regular';
    margin-bottom: 10px;
    font-size: 12pt !important;
}
.img-logos-footer{
    display: flex;
    align-content: center;
}
.img-logos-footer img{
    margin: 0 10px;
    width: 100px;
}
.footer {
    padding: 0;
    background-color: #1A1A1A;
    font-family: 'Nunito_ExtraBold';
    color: #ffffff;
	/*background-image: url('../img/common/FooterMesa.png');
    background-repeat: no-repeat;
    background-position: center;*/
}
.footer-icon {
	padding: 0;
}
.footer .site-map  div {
	padding: 0;
}
.footer .site-map  div > ul {
	list-style-type:none;
	padding: 0;
}
.footer .site-map  div > ul > li > a{
	text-decoration: none;
	color: #ffffff;
	font-size: 12pt;
    font-family: 'Nunito_Regular';
    cursor: pointer;
}
.img-redes {
	width: 30px;
    margin:  0px 10px;
}
.box-redes-footer{
    display: flex;
    justify-content: center;
}
.footer-right .contact h4{
	font-size: 16pt;
}
.footer-right .contact p {
	font-size: 13pt;
}
.footer-right .nletter {
	margin-top: 8px;
}
.nletter{
    margin-bottom: 45px;
}

.footer-right .nletter fieldset {
	margin-top: 10px;
}

.fieldset{
    background: none;
	border: 1px solid white; 
	color: white;
    padding: 2px 2px 2px 3px;
    display: flex;
    position: relative;
    width: 300px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
}
.nletter{
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}
input:focus {
	outline:none;
}
#email-footer {
	background-color: transparent;
	border: none;
	color: white;
	margin: 0;
    width: 90%;
}
#email-footer::-webkit-input-placeholder {
	color: #1A1A1A;
}
#email-footer::-moz-placeholder {
	color: #1A1A1A;
}
#email-footer:-ms-input-placeholder {
	color: #1A1A1A;
}
#email-footer:-moz-placeholder {
	color: #1A1A1A;
}
#send-footer {
	background-color: transparent;
	border: none;
	margin: 0;
    position: absolute;
    right: 0px;
}
.power-by {
	background-color: #1A1A1A;
	color: #E6E6E6;
	padding: 10px 0px;
	font-family: 'Nunito-Regular';
}
.color-orange{
    color: #F48220;
}
#pagination-index {
	padding: 6px;
	background-color: transparent;
	margin-top: -50px;
}
#pagination-index .pagination-span {
	display: inline-block;
	zoom: 1;
	cursor: pointer;
	float: right;
}
#pagination-index .pagination-span span {
	display: block;
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: transparent;
	border: 2px solid #FFFFFF;
}
#pagination-index .pagination-span.active span, #pagination-index .pagination-span:hover span {
	background-color: #FFFFFF;
}
/****NOSOTROS****/
.main-text {

    text-align: center;
}
.history-text {
	font-family: Nunito_Regular;
	text-align: center;
}


.gray68 {
	color: #686868;
	/*font-weight: 600;*/
}
.video-weare iframe {
	width: 100%;
}
.blacksep {
	padding: 0;
}
.cover-weare {
	text-align: center;
	height: 480px;
}
.cover-weare h1 {
	font-family: Nunito_ExtraBold;
	color: #FFFFFF;
	padding-top: 200px;
}
.c-value {
	height: 480px;
}
input[type="text"]::-webkit-input-placeholder{
	color: black;
	font-weight: 800;
}
input[type="number"]::-webkit-input-placeholder{
	color: black;
	font-weight: 800;
}
input[type="email"]::-webkit-input-placeholder{
	color: black;
	font-weight: 800;
}
.button_contact{
	background-color: #F48220;
	border: none;
	color: white;
	padding: 14px 30px 10px 32px;
	text-align: center;
	text-decoration: none;
	display: flex;
	font-size: 12pt;
	font-family:  'Nunito_Light';
    border-radius: 10px;
}
.button_contact_off{
	background-color: white; /* Green */
	border-color: gray;
	color: black;
	padding: 10px 22px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 17pt;
	font-weight: 900;
	font-family:  Nunito_Regular;
}

/****techincal****/
.cover-technical {
	text-align: center;
	height: 480px;
}
.cover-technical h1 {
	font-family: Nunito_ExtraBold;
	color: #FFFFFF;
	padding-top: 200px;
}
.technical-info {
	font-family: Nunito_Light;
}
.technical-info h2, .technical-info h3 {
	font-family: Nunito_Regular;
}
.technical-info .info-title {
	font-family: Nunito_Regular;
}
.plack-black {
	border-top: 2px solid #1A1A1A;
	width: 50px;
}

.table-inf{
    font-size: 18px;
    font-family: Nunito_Regular;
    color: #5F5F5F;
}
.page-wrap2 {
	margin-left: auto;
	margin-right: auto;
	width: 1220px;
	height: 100%;
	display: inline-table;
	margin-bottom: 20px;
}
.page-wrap3 {
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	height: 100%;
	display: inline-table;
	margin-bottom: 20px;
}
#content{
	text-align: center;
}
/*Recetas*/
.recetaSemanal{
	background-color: white;
	margin-bottom: -1px;
	padding-bottom: 30px;
	display: inherit;
	width: inherit;

}
.tituloRecetaSemana{
	font-family: Nunito_Regular
}
.recetaSemanal .imgSemanal{
	width: 550px;
	height: 400px;
}
.tituloSemanal{
	font-family: Nunito_Regular;
}
.descripcionSemanal{
	font-family: SourceSansPro_Italic;
	font-size: large;
	height: 195px;
	color: #8B8B8B;
}
.compartirText{
	padding-left: 0px;
}
.redes_sociales{
	font-family: Nunito_Regular;
	font-size: larger;
	display: inline-block;
	width: 100%;
	text-align: left;
}
.recetasPasadas{
	margin-left: 20px;
}
.otrasRecetas{
	margin-top: 50px;
	margin-bottom: 0px;
}
.recetaIzquierda{
	background-color: white;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0px;
}
.recetaDerecha{
	background-color: white;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 0px;
}
.recetaImgIzquierda{
	width : 577px;
	height: 380px;
}
.recetaImgDerecha{
	width: 577px;
	height: 380px;
}
.nombreRecetasPasadas{
	font-family: Nunito_Regular;
}
.pMasInfo{
	font-family: Nunito_Regular;
	margin-bottom: 35px;
	font-size: x-large;
}
.displayRecetasImag{
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px
}
#masinfo {
    color: #FFFF;
    font-size: 26px;
}
/***************************************FIN RECETAS**********************************/
/*************************************INFO RECETAS**********************************/
.infoImagenReceta {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:auto;
}
.trianguloDetalle{
	position: absolute;
	right: -2px;
	top: 0;
}
.textoInfoGris{
	font-family: Nunito_Regular;
	font-size: large;
	color: #8B8B8B;
}
.autorReceta{
	color 	: #F48220;
	font-size: larger;
}
.divImageReceta{
	position:relative;
	height:460px;
}
.infoRecet h1{
	font-size: 21px;
	font-style: italic;
}
.infoRecet {
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-top: 20px;
}
.compartirInfoReceta{
	font-family: Nunito_Regular;  font-size: large;
}
/******************************TERMINA INFO RECETAS***********************************************/


.page-wrapInfoRecetas {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	height: auto;
	display: inline-table;
	margin-bottom: 2%;
}
.page-wrapInfoRecetas .row{
	width: 100%;
}

.td-str{
    font-size: 23px;
    color: #000000;
    border-right: 1px solid #ddd;
}
.h1-inf{
    font-family: Nunito_Regular;
    font-size: 45px;
}
.h2-inf{
    font-size: 25px;
    font-family: Nunito_ExtraBold;
}
.table-inf .tr{
    margin-bottom: 20px;
}
.form-horizontal .form-group {
    margin-left: 335px;
    width: 100%;
}
.form-p{
    text-align: left;
    padding-left: 19px;
}
.input-rg{
    margin-left: 320px;
}
.input-rg2{
    padding-left: 0px;
}
.nom{
    width: 9.9%;;
}
.calle{
    width: 23%;
}
#rg{
    font-family: Nunito_Regular;
}
.bn-rg{
    background-color: #1A1A1A;
    font-family: Nunito_Regular;
    font-size: 28px;
    color: #ffffff;
    padding: 0px 23px;
    margin-bottom: 100px;
    margin-left: 0px;
}
.input-rg p{
    font-family: Nunito_Regular;
    font-size: 16px;
    color: #999;
}

.form-control::-moz-placeholder {
    color: #000;
    font-family: Nunito_Regular;
    font-size: 16px;
}
.form-horizontal .input-lg{
    border-radius: 1px;
    height: 43px;
    margin-bottom: 10px;
}
.form-control{
    border: 2px solid #58595B;
    border-radius: 0px;
    background-color: white;
    color:  #1A1A1A;
    font-family: 'Nunito-Regular';
}
.form-control:focus{
    border-color: #F48220;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 130, 32, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 130, 32, .6);
}
select{
    font-family: Nunito_Regular;
}
.page-wrap-rg{
        width: 1200px;
        margin: auto;
}
#text-dr p{
    font-family: Nunito_Regular;
    color: #777777;
    font-size: 17px;
}
#text-dr p strong{
    font-family: Nunito_Regular;
    color: #000;
}
#text-dr {
    margin-left: 293px;
    margin-bottom: 35px;
    padding-left: 5px;
    width: 591px;
}
.form-dts.form-group{
    width: 50%;
    margin-left: 297px;
}
.bn-dr{
    background-color: #1A1A1A;
    font-family: Nunito_Regular;
    font-size: 20px;
    color: #ffffff;
    padding: 0px 10px;
    margin-bottom: 100px;
    margin-left: 296px;
}
.form-group.col-sm-12.input-rg {
    margin-left: auto;
}

/**********************************************************************************************************/
.footer .site-map div > ul > li > a:hover{
	color: #F48220;
}
#errmsg
{
	color: red;
}
/*****************************TIENDA**************************************************************/
.pasos{
	margin-top: 20px; margin-bottom: 50px;
}
.espacioPasos{
	margin-top: 45px;
}
.flecha{
	margin-top: 45px;
}
.contProdr{
	font-family: 'Nunito_Bold';
    padding: 50px 0px;
}
.contProdr h3{
    
}
.contImg{
	margin-top: 40px;
}
.grills2 .precioButton{
	background-color: #999999;
}
.apartaloPrecio{
	margin-top: 20px;
}
.contPedFon{
	font-size: 12pt;
}
.contPedFon h3{
	margin-bottom: 40px;
	font-family:  Nunito_Regular;
}
.formCol{
	margin-bottom: 25px;
}
.selectPrices{
	border-width: 0; background-color: #F2F2F2; width: 100%; padding: 10px;
}
.selectPrices option b{
	font-weight: 900;
}
.cantidad{
	margin-bottom: 25px;
}
.inputCantidad{
	border-width: 0; background-color: #F2F2F2; width: 100%; padding: 10px;
}
.textTotal{
	font-size: larger;
}
.termsCondi{
	margin-bottom: 20px; margin-top: 20px;
}
/*7 columnas*/
.col-xs-17, .col-sm-17, .col-md-17, .col-lg-17 {
	position: relative;
	min-height: 1px;
	max-height: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-17 {
	width: 14.2857142857%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-17 {
		width: 14.2857142857%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-17 {
		width: 14.2857142857%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-17 {
		width: 14.2857142857%;
		float: left;
	}
}
.titulos{
	text-align: left;
	margin-bottom: 50px;
	padding-left: 0px;
}
.titulosF{
	margin-bottom: 25px;
	padding-left: 0px;
	padding-right: 0px;
}

.titulos2{
	margin-bottom: 100px;
	padding-left: 0px;
}
.nombreCol{
	 padding-left: 0px;
	 text-align: center;
	padding-right: 0px;
 }
.nombreColR{
	font-family: Nunito_Regular;
	color: #8B8B8B;
	text-align: left;
}
.nombreCol2{
	padding-left: 0px;
	text-align: left;
}
/*7 columnas*/
.titulosF .sub-box-titulo{
    padding-bottom: 10px;
}
.titulosF.nuevo input {
    height: 40px;
}
.titulosF.nuevo select {
    height: 40px;
}
.textoGracias {
    font-size: xx-large;
    font-family: Nunito_Regular;
}
#estilosTab, th , td  {
        border: 0px solid grey;
        border-collapse: collapse;
        padding: 5px;
    }
    table tr:nth-child(odd) {
        background-color: #f1f1f1;
    }
    table tr:nth-child(even) {
        background-color: #ffffff;
    }

.comp{
	font-family: Nunito_Regular;
    font-size: 30px;
    padding-bottom: 20px;
}
#errmsg1,#errmsg2,#errmsg3,#errmsg4,#errmsg5,#emailOK {
    color: red;
}

a:link{
	text-decoration: none;

}
/*--------------------------------------------------------------------*/
/*Menu 2018*/
.menu-logo{
    height: 30px;
}
/*--------------------------------------------------------------------*/
/*footer 2018*/
.box-email-footer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: space-around;
    padding-bottom: 10px;
    padding-top: 10px;
}
.p-email-footer{
    font-family: "Nunito-Regular";
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 0px;
}
.p-email-footer span{
    color: #F48220;
}
/*--------------------------------------------------------------------*/
/*Tienda 2018*/
/*--------------------------------------------------------------------*/
.bg-orange{
    background-color: #F48220;    
}
.sub-menu-orange{
    height: 160px;
    position: relative;
    margin-top: 70px;
}
.padre-subMenu{
    padding-top: 2%;
    padding-bottom: 2%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: flex;
}
.hijo-subMenu{
    margin-left: 40px;
    margin-right: 40px;
}
.img-subMenu{
    height: 70px !important;
    cursor: pointer;
}
.titlle-subMenu{
    color: white;
    font-size: 20px;
    font-family: 'Nunito_Light';
    cursor: pointer;
    margin-top: 12px;
    margin-bottom: 0px;
}
.hijo-subMenu:hover h1{
    text-decoration: none;
}
.bg-img-asador-c25{
    background-image: url(../img/tienda/2018/bg-asador.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    overflow: hidden;
    position: relative;
}
.bx-border{
    -webkit-box-shadow: 0 0 0px #ccc;
    border:0px solid #fff;
    box-shadow: 0 0 0px #ccc;

}
.bg-img-asador-wallpaper{
    background-image: url(../img/tienda/2018/bg-asador.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    overflow: hidden;
    position: relative;

}
.img-item{
    height: 400px !important;
    text-align: center;
}
.oculto{
    position: absolute;
    width: 100%;
    height: 100%;
}
.oculto-hijo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
}
.box-text-father{
    position: absolute;
}
.white-text{
    color: white;
}
.title-asador{
    font-family: 'Nunito-Bold';
    font-size: 35pt;
    margin-top: -30%;
    margin-left:41%;
}
.sub-title-asador{
    font-family: 'Nunito_Regular';
    font-size: 16pt;
    margin-left: 41%;
}
.btn-buy{
    font-family: 'Nunito-Bold';
    color: #FFFFFF;
    border: none;
    background: none;
    font-size: 15pt;
}

.btn-shop-buy-new{
    margin-left: 41%;
    background-color: #F48220;
    font-family: 'Nunito-Bold';
    color: #FFFFFF;
    border: none;
    font-size: 15pt;
    padding: 0.5% 1%;
}

.btn-buy:hover{
    color: #ffffff;
}

.img-asador{
    width: 42%;
    margin-left: 15%;
    padding-top: 7%;
  
}

.flecha{
    display: none;
}
.hijo-subMenu{
        position: relative;
    }
#flecha1{
        display: block;
    }
.flecha{
    position: absolute;
    width: 20px;
    z-index: -1;
}
.arrow-back{
    position: absolute;
    height: 100px;
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}
.arrow-next{
    position: absolute;
    height: 100px;
    right:  0%;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);    
}
/*------Detalle Tienda 2018------*/
.text-white{
    color: white;
}
.sub-menu-orange-two{
    height: 100px;
    position: relative;
    margin-top: 40px;
    display: flex;
}
.sub-menu-orange-two p{
    margin: auto;
}
.cover{
    border: 1px solid #DEDEDE;
    height: 400px;
    position: relative;
}
.img-gl-galery{
    position: absolute;
    left: 70%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
}
.galery{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
.border-galery{
    border: 1px solid #DEDEDE;
    width: 100%;
    height: 50px;
    margin-bottom: 14px;
    position: relative;
}
.border-galery img{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(0, -50%);
}
.border-galery:hover{
    border: 2px solid #F48220;
}
.owl-carousel{
    display: block;
    position: relative;
}
.galery-box-two{
        display: none;
    }
.owl-theme .owl-controls .owl-page span{
    background-color: #F48220;
}
.hr-gray{
    margin: 0px auto;
    width: 100%;
    border: 1px solid black;
}
.hr-orange-two{
    width: 50%;
    border: 3px solid #F48220;
    position: absolute;
    bottom: 0px;
    margin: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, 50%);
}
.h1-detalle{
    font-family: 'Nunito-Bold';
    font-size: 13pt;
    margin: 0px;
}
.h2-detalle{
    font-family: 'Nunito_Bold';
    font-size: 11pt;
    margin-top: 0px;
}
.contPrincipal{
    padding-top: 50px;
    padding-bottom: 50px;
}
.border-galery.active{
    border: 3px solid #F48220;
}
.shadow{
    -webkit-box-shadow: 0px 12px 14px 0px rgba(227,227,227,1);
-moz-box-shadow: 0px 12px 14px 0px rgba(227,227,227,1);
box-shadow: 0px 12px 14px 0px rgba(227,227,227,1);
}
.stars{
    display: flex;
    align-content: center;
    justify-content: space-around;
    height: 20px;
}
.stars img{
    width: 15px;
    margin: 0px 3px;
}
.datos-uno h1{
    font-family: 'Nunito_Regular';
    font-size: 11pt;
    margin: 5px 0px;
}
.datos-dos h1{
    font-family: 'Nunito_Bold';
    font-size: 12pt;
    margin: 10px 0px;
}
.datos-tres h1{
    font-family: 'Nunito_BoldItalic';
    font-size: 14pt;
    margin: 10px 0px;
}
.datos-tres{
    margin: 20px 0px;
}
.datos-tres h2{
    font-family: 'Nunito-Bold';
    font-size: 13pt;
    margin: 0px;
}
.title-footer-section h3{
    font-family: 'Nunito-Bold';
    font-size: 18pt;
    margin: 10px 0px;
    color:  #F48220;
    margin-left: 30px;
}

.sub-title-footer-section img{
    width: 25px;
    position: absolute;
}
.h1-envio{
    font-family: 'Nunito-Bold';
    font-size: 12pt;
    margin: 0px;
    text-align: left;
}
.box-type-pay{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0px;
}
.box-type-pay img{
    height:15px;
    margin: 10px 8px;
}
.box-security{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 40px;
    margin: 20px 0px;
}
.box-security img{
    width: 20px;
    margin-right: 10px;
}
.box-security p{
    font-size: 8pt;
    font-family: 'Nunito_Regular';
}
.btn-star-buy{
    background-color: #F48220;
    color: white;
    border: none;
    padding: 10px 50px;
    font-family: 'Nunito-Regular';
}
.title-box-section-back{
    text-align: center;
    font-family: 'Nunito-Bold';
    font-size: 14pt;
}
.border-cont-gray{
    padding: 15px;
    border: 1px solid #DEDEDE;
    height: 345px;
}
.border-cont-gray-two{
    padding: 0px;
    border: 1px solid #DEDEDE;
    height: 345px;
}
.title-section-back{
    font-family: 'Nunito-Bold';
    font-size: 13pt;
    text-align: left;
    margin: 0px;
    margin-top: 10px;
}
.box-cont-section-back{
    padding: 0px 15px;
}
.p-section-back{
    font-family: 'Nunito_Regular';
    font-size: 11pt;
    text-align: left;
    margin: 0px;
    width: 108%;
}
.hr-orange-back{
    border: 2px solid #F48220;
    margin: 0px;
}
.h3-section-back{
    font-family: 'Nunito-Bold';
    color:  #F48220;
    text-align: left;
    font-size: 13pt;
    margin: 15px 0px;
}
.section-two-white{
    padding: 30px 0px;
}
.box-star-back{
     display: flex;
     justify-content: space-between;
    flex-direction: row;
    height: 44px;
}
.sub-box-star-back{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
.sub-box-star-back img{
    width: 18px;
    margin-right: 5px;
}
.img-bg-recetas{
    background-image: url(../img/tienda/2018/carnee.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 170px;
    margin-bottom: 30px;
}
.owl-theme .owl-controls{
    display: none !important;
}
/*------Resumen 2018------*/
.img-producto-resumen{
    width: 150px;
}
.h3-sub-title-footer-section{
    margin: 0px !important;
    margin-top: 10px !important;
}
.resumen-pedido{
    margin: 50px 0px;
}
.security-resumen{
    margin: 10px 0px !important;
    justify-content: center !important;
}
.security-resumen p{
    width: 200px;
}
/*------Footer 2018------*/
.site-map ul{
    text-align: left;
}
.img-recetas{
	width: 100%;
    height: 170px;
}



/*Recetario*/

/*End Recetario*/
/*--------Home 2018----------*/
.banner-home-section{
    padding: 0;
}
.carb-slider-container{
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}

.carb-slider-container img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.bg-parallax{
    background-image: url(../img/index/2018/bg-display.jpg);
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.box-center-trapecio{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 3;
}
.black-trapecio-top{
    width: 800px;
    height: 60px;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-top: 60px solid rgba(26,26,26,.9);
    position: relative;
    margin-top: 30px;
}
.black-trapecio-bottom{
    width: 800px;
    height: 60px;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-bottom: 60px solid #DC5212;
    position: relative;
}
.h1-trapecio-top{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -180%);
    -webkit-transform: translate(-50%, -180%);
    color: white;
    font-size: 14pt;
    font-family: 'Nunito_ExtraBold';
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    width: 100%;
}
.h1-trapecio-bottom{
     position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 80%);
    -webkit-transform: translate(-50%, 80%);
    color: white;
    font-size: 14pt;
    font-family: 'Nunito_ExtraBold';
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    width: 100%;
}
.box-img-asador-index{
    position: absolute;
    right: 0px;
    top: 50px;
}
.img-asador-home{
    position: absolute;
    z-index: 3;
    bottom: 0px;
    right: 50px;
}
.gif-shark{

    background-image:url(../img/index/2018/sharktank2.gif);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    margin-bottom: -395%;
    z-index: 5000;
 
}
.hr-gray-index{
    margin: 0 auto;
    border: 1px solid #1a1a1a;
    position: relative;
    width: 200px;
}

.hr-orange-index{
    border: 3px solid #F48220;
    position: absolute;
    bottom: 0px;
    margin: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, 50%);
    width: 100px;
}
.border-index-gray{
    border: 1.5px solid #DEDEDE;
    position: relative;
}
.box-content-grills{
    padding: 15px;
}
.hr-orange-grills{
    border: 2px solid #F48220;
    width: 80%;
    margin: 0px;
}
.text-orange-index{
    color: #F48220;
    font-family: 'Nunito_Regular';
    font-size: 13pt;
    margin:  10px 0px;
}
.btn-buy-index{
    padding: 8px 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.btn-buy-index a{
    display: block;
    width: 100%;
    height: 100%;
}

.banner-index{
    background-image: url(../img/index/2018/bg-display-two.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 8px solid #bec2c9;
}
.banner-index h1{
    color: white;
    font-family: 'Nunito_Regular';
    font-size: 14pt;
    padding: 40px 0px;
    line-height: 18pt;
}
.h-work{
    position: relative;
}
.h-work-div{
    margin-bottom: 50px;
}
.h-work-div p{
    font-family: 'Nunito_Regular';
    font-size: 13pt;
    line-height: 23pt;
}
.bg-black{
    background-color: #1a1a1a;
}
.bg-black2{
    background-color: #f5f5f5;
}
.banner-hot{
    height: 250px;
    position: relative;
}
.img-hot{
    background-image:url(../img/index/2018/funcionamiento.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
}
.box-proceso{
    overflow: hidden;
}
.img-proceso{
    height: 200px;
    position: relative;
    overflow: hidden;
}
.sub-box-proceso-1{
    position: absolute;
    bottom: 0px;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
}
.sub-box-proceso-1 img{
    max-width: 185px;
}
.sub-box-proceso-2{
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 40%);
    -webkit-transform: translate(-50%, 40%); 
}
.sub-box-proceso-2 img{
    max-width: 300px;
}
.sub-box-proceso-3{
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 40%);
    -webkit-transform: translate(-50%, 40%); 
}
.sub-box-proceso-3 img{
    max-width: 210px;
}
.proceso-cont h1{
    font-family: 'Nunito_bold';
    font-size: 24pt;
    margin: 10px 0px;
}
.proceso-cont h2{
    font-family: 'Nunito_Regular';
    font-size: 15pt;
    margin: 10px 0px;
}
.proceso-cont h3{
    font-family: 'Nunito_Regular';
    font-size: 13pt;
}
.bg-white-bottom{
    position: relative;
    margin-bottom: 70px;
    overflow: hidden;
}
.bg-gradiant-orange{
    position: absolute;
    top: 140px;
    left: 0px;
    width: 100%;
    height: 60px;
    z-index: -1;
    background: linear-gradient(to right, #F48220 , #DC5212);
}

/*-------Tienda Resumen --------*/
.h4-sub-title-footer-section{
	font-family: 'Nunito-Bold';
    margin: 0px !important;
    margin-top: 10px !important;
}
.h5-sub-title{
	font-family: 'Nunito-Bold';
}
label.error {
	background: url(../img/unchecked.gif) no-repeat;
	padding-left: 16px;
	margin-left: .3em;
}
input.error {
    border: 1px solid red;
}
select.error {
    border: 1px solid red;
}
/*----------Nosotros 2018----------*/
.bg-parallax-nosotros{
    background-image: url(../img/nosotros/2018/bg_nosotros.jpg);
    height: 500px;
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;   
}
.text-orange{
    color: #F48220;    
}
.h1-text-nosotros{
    text-transform: none;
    font-size: 16pt;
}
.bg-dark{
    background-color:#1a1a1a;
}

.img-logo-shark{
    background-image:url(../img/index/2018/sharktank.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
    margin-top: 5%;
    position: relative;
   
}

.box-video-history{
    overflow: hidden;
    height: 350px;
}
.box-video-history iframe{
    width: 100%;
    height: 350px;
}
.h1-titulo-principal{
    font-family: 'Nunito_Regular';
    color: #1a1a1a;
    font-size: 20pt;
    margin: 10px auto;
}
.bg-opinion{
    background-image: url(../img/nosotros/2018/bg-opinion.jpg);
    height: 200px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
.bg-opinion p{
    color: white;
    font-family: 'Nunito_Regular';
    font-size: 14pt;
}
.box-opinion{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
}
.box-dream{
    padding: 50px 0px;
}
.box-dream p{
    font-family: 'Nunito_Regular';
    font-size: 11pt;
    line-height: 20pt;
    margin: 20px 0px;
    text-align: justify;
}
.box-history{
    padding: 50px 0px;
}
.box-history p{
    font-family: 'Nunito_Regular';
    font-size: 11pt;
    line-height: 20pt;
    margin: 20px 0px;
    text-align: justify;
}
/*-------Contacto 2018-------*/
.bg-parallax-contacto{
    background-image: url(../img/index/2018/bg_contacto.jpg);
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.formulario input{
    font-family: 'Nunito_Regular';
    border-radius: 10px;
}
.formulario textarea{
    resize: none !important;
    border-radius: 10px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #1a1a1a;
        font-family: 'Nunito_Regular';
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #1a1a1a;
   opacity:  1;
        font-family: 'Nunito_Regular';
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #1a1a1a;
   opacity:  1;
        font-family: 'Nunito_Regular';
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #1a1a1a;
        font-family: 'Nunito_Regular';
}
::-ms-input-placeholder { /* Microsoft Edge */
    color:    #1a1a1a;
        font-family: 'Nunito_Regular';
}

::placeholder { /* Most modern browsers support this now. */
      color:    #1a1a1a;
}
.button_contact img{
    width: 25px;
    margin-left: 5px; 
}
.redes-contacto{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 40px;
}
.redes-contacto img{
    width: 30px;
    margin-right: 10px;
}
.box-principal-titulo{
    margin-bottom: 50px;
}
.cont-principal-contacto{
    padding: 60px 0px;    
}
.datos-contacto{
    text-align: left;
}
.p-regular-contacto{
    margin: 0px;
}
.p-bold-contacto{
    font-family: 'Nunito_Bold';
    font-size: 16pt;
    margin: 0px;
}
.sub-box-contacto{
    margin-bottom: 15px;
}
.hr-orange-contacto{
    border: 2px solid #F48220;
    width: 40%;
    margin: 0px;
}
/*----------Curso 2018-----------*/
.bg-parallax-curso{
     background-image: url(../img/cursos/bg-cursos.jpg);
    height: 690px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
/*------Formulario OpenPay 2018--------*/
