@import url('https://fonts.googleapis.com/css?family=Poiret+One');
@import url('https://fonts.googleapis.com/css?family=Grand+Hotel');

body, html {
	font-family: 'Poiret One', cursive;
	margin: 0;
	width: 100%;
	background-color: #EEEEEE;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

p {
	margin: 0;
}

input {
	background-color: #FFF;
}

input:focus {
	outline: none;
	background-color: #FFF;
}

textarea:focus {
	outline: none;
}

select:focus {
	outline: none;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder { color: #607D8B !important; } /* WebKit */
:-moz-placeholder { color: #607D8B !important; } /* Firefox 18- */
::-moz-placeholder { color: #607D8B !important; } /* Firefox 19+ */
:-ms-input-placeholder { color: #607D8B !important; } /* IE 10+ */

footer {
	width: 100%;
	height: auto;
	float: left;
}

h3 {
	font-family: 'Poiret One', cursive;
	font-weight: 400;
	text-align: left;
	font-size: 16px;
	color: #333;
	font-style: normal !important;
	margin:10px 0px 10px 0px;
}

.wrapper {
	display: none;
}

.faceSlide {
	position: absolute;
	margin-top: 450px;
	z-index: 1000;
	color: #FFF;
	font-size: 26px;
	right: 20px;
	padding: 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	transition: all 0.3s;
}

.faceSlide span {
	font-size: 14px;
	color: #FFF;
	position: absolute;
	right: 30px;
	transition: all 0.3s
}

.faceSlide i {
	font-size: 44px;
}

.titleUbicacion {
	width: 100%;
	height: 50px;
	float: left;
	font-weight: 400;
	color: #333;
	text-align: center;
	margin-top: 20px;
	font-size: 32px;
}


.headerProducts {
	width:100%;
	background-color: #E0E0E0;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.headerProducts h2 {
	font-family: 'Poiret One', cursive;
	font-weight: 700;
	text-align: left;
	font-size: 30px;
	color: #333;
	font-style: normal !important;
	margin:10px 0px 10px 0px;
}

.headerProducts h2 i {
	font-size: 34px !important;
	color: #333;
}

.titles {
	float:left;
	margin-top:25px;
	width:90%;
	margin-left: 5%;
}

.titles h2 {
	font-family: 'Poiret One', cursive;
	font-weight: 900;
	text-align: left;
	font-size: 40px;
	color: #1976D2;
	font-style: normal !important;
	margin:0px 0px 20px 0px;
}

.titles h2 i {
	font-size: 45px !important;
	color: #333;
}

h3 {
	font-family: 'Poiret One', cursive;
	font-weight: 800;
	text-align: left;
	font-size: 44px;
	color: #0D47A1;
	font-style: normal !important;
    margin: 0px 0px 40px 0px;
}

.lineTitleLarge {
  letter-spacing: 2px;
  position: relative
}
.lineTitleLarge::after {
    left: 28%;
    border-bottom: 1px solid #0089CC;
    bottom: -50%;
    content: "";
    margin-bottom: 14px;
    position: absolute;
    width: 70%;
}

.titleLogin {
	float: left;
	font-family: 'Poiret One', cursive;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	color: #333;
	font-style: normal !important;
	margin:7px 20px 0px 0px;
}

.contentTitleProducts {
	width: 100%;
	padding-left: 1%;
	text-align: left;
}


.contentSearchProductsHome {
	width: 70%;
}

.contentSearchProductsHome input {
	width: 100% !important;
	height: 30px !important;
	font-size: 24px !important;;
	color: #333;
	border: 0;
}

.contentSearchProducts {
	width: auto;
	display: none;
}

.contentSearchProducts input {
	width: 400px !important;
}

.contentBtnCarrito {
	width: auto;
}

.btnCarrito {
	background-color: #2196F3;
    color: #FFF;
    padding: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 22px;
    margin: 5px;
    transition: all 0.3s;
}

.btnCarrito:hover {
	cursor: pointer;
	background-color: #0D47A1;
}

.btnCarrito i {
	font-size: 18px;
}

.centerFlex {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.flex {
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
  	padding: 35px 0px 35px 0px;
}

.contentLogos {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.contentLogos img {
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
	max-width: 200px;
	max-height: 100px;
	margin: 15px;

	filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
	filter: Gray(); /* IE4-8 and 9 */

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contentLogos img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.flexTitle {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: flex-start;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.flexTitle h3 {
	margin: 30px 0px 30px 3% !important; 
}

.flexTitleCenter {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.flexTitleCenter h3 {
	color: #448AFF !important;
	font-size: 40px !important;
}

.flexTitlePromo {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.flexTitlePromo h3 {
	color: #FF1744 !important;
	margin: 40px 0px 40px 0px !important;
	font-size: 64px !important;
}

.headerGral {
	background-image: url('../images/header.jpg');
    /* Full height */
    height: 100%; 
    height: 120px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.parallaxHome {
    background-image: url('../slide/1.jpg');
    /* Full height */
    height: 100%; 
    height: 700px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.parallaxHome2 {
    background-image: url('../slide/2.jpg');
    /* Full height */
    height: 100%; 
    height: 700px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

header {
	width: 100%;
	height: auto;
	position: absolute;
	background-color:transparent;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

nav {
	width: 100%;
	margin-top: 0px;
	z-index: 990;
	height: 120px;
	position: fixed;
	background: rgba(0,0,0,0.4);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='transparent',GradientType=0 );
}

nav ul {
	width: auto;
	height: auto;
	margin: 5px 0px 0px 0px;
	padding: 0;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: flex-end;
  	text-align: right;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

li {
	margin: 0;
}

nav li {
	width: auto;
	height: auto;
	list-style-type: none;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	padding:5px;
	margin-top: 0px;
	margin-right: 15px;
	cursor: pointer;
	color: #FFF;
	transition:all 0.7s;
	font-family: 'Poiret One', cursive;
	vertical-align: middle;
}

nav li:hover {
	background-color: rgba(255,255,255,0.7);
	color: #000;
}

.lineNav {
	width: 2px;
	height: 30px;
	margin-top: 7px;
	background-color: #757575;
	float: left;
	margin-right: 18px;
}

.liYellow {
	background-color: #FF1744;
}

.liRed {
	background-color: #C20D9E;
}

.liGreen {
	background-color: #8BC34A;
}

.liBlue {
	background-color: #2196F3;
}

.liGrey {
	background-color: #FF9800;
}

.contentGral {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.content {
	width: 90%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
  	margin-left: 5%;
  	margin-bottom: 20px;
  	padding: 30px;
  	box-shadow: 0px 0px 20px #EEEEEE;

  	background-color: #FFF;
}

.content p {
	padding: 25px;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	font-family: 'Poiret One', cursive;
	background-color: #FFF;
}

.content p b {
	color: #1976D2;
	font-weight: 700;
}

.topHeader {
	width: 100%;
	height: 30px;
	background-color:#9AC810;
}

.bgColor {
	width: 100%;
	background-color: #536DFE;
	padding-bottom: 30px;
}

.bgTransparent {
	background-color: rgba(253, 255, 255, 0.3) !important;
	box-shadow: 0px 0px 0px #FFF !important;
	color: #FAFAFA !important;
}

.bgTransparent b {
	color: #FFF !important;
}

.center {
	width: 1024px;
	height: auto;
	margin: 0 auto;
}

.contentLogoSearch {
	width: 100%;
	height: auto;
	padding-top: 3px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: flex-end;
  	text-align: right;
  	align-self: center;
  	align-content: center;
  	align-items: center;
  	z-index: 1000;
}

.logo {
	width: auto;
	height: auto;
	z-index: 1000;
	position: absolute;
	text-align: center;
	margin-top: 10px;
	margin-left: 20px;
}

.logo h1 {
	font-family: 'Poiret One', cursive;
	color: #FFF;
	font-size: 26px;
	margin: 0;
	font-weight: 700;
	text-align: right;
	text-shadow: 0px 0px 5px #000;
	-webkit-text-shadow: 0px 0px 5px #000;
	-moz-text-shadow: 0px 0px 5px #000;
	-o-text-shadow: 0px 0px 5px #000;
}

.logo img {
	max-width: 500px;
}

.logoMobile {
	display: none;
}

.leftSearchHeader {
	width: 33%;
}

.contentSearchHeader {
	width: 100%;
	/*padding: 25px;*/
}

.contentSearchHeader span {
	margin-right: 21px;
}

.contentSearchHeader input {
	width: 75% !important;
	height: 30px !important;
	padding: 3px !important;
	font-family: 'Poiret One', cursive;
	font-size: 18px !important;
	color: #333 !important;
}

.contentSearchHeader p {
	font-family: 'Poiret One', cursive;
	font-size: 18px !important;
	color: #FFF !important;
	text-shadow: 0px 0px 5px #000;
	font-weight: 300;
}

.contentBtnUser {
	float: right;
}


.btnUser {
	width: auto;
	height: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	list-style-type: none;
	text-align: center;
	padding:3px;
	float: left;
	font-size: 16px;
	color: #FFF;
	cursor: pointer;
	transition:all 0.7s;
	font-family: 'Poiret One', cursive;
	font-weight: 800;
	margin-top: 3px;
	margin-left: 5px;
}

.btnUser i {
	font-size: 14px;
	color: #FFF;
	margin-top: 3px;
}

.addressSlide {
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 40px;
	float: left;
	text-align: center;
	font-size: 22px;
	color: #FFF;
	font-weight: 400;
	font-family: 'Poiret One', cursive;
	margin-top: 190px;
	padding-top: 8px;
}

.msgerror {
	width: auto;
	height: auto;
	position: fixed;
	bottom: 10px;
	right: 10px;
	margin-left: 10px;
	background-color: rgba(198,40,40,0.9);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	line-height: 20px;
	text-align: center;
	padding: 20px;
	color:#FFF;
	font-size: 22px;
	display: none;
	z-index: 2000;
	display: none;
	font-family: 'Poiret One', cursive;
	font-weight: 300;
}

#cargando {
	min-width: 200px;
	height: 55px;
	position: fixed;
	left: 45%;
	top: 45%;
	background-color: rgba(66, 165, 245, 0.8);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	line-height: 20px;
	text-align: center;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
	color:#FFF;
	font-size: 26px;
	display: none;
	z-index: 9000;
	font-family: 'Poiret One', cursive;
	font-weight: 300;
}

#cargando img {
	vertical-align: middle;
}

.contentList {
	width: 100%;
	height: auto;
	float: left;
}

/* CARRITO DE PEDIDO */
.contentGralCarrito {
	width: 100%;
	min-height: 550px;
	float: left;
	margin-top: 120px;
}

.contentGralBackground {
	width: 100%;
	height: auto;
	float: left;
	background-color: rgba(255,255,255,0.6);
}

.msgPedidoSave {
	width: auto;
	height: auto;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	line-height: 20px;
	text-align: center;
	padding: 15px;
	color:#FF5252;
	font-size: 22px;
	z-index: 2000;
	font-family: 'Poiret One', cursive;
	font-weight: 300;
	border: 3px solid #FF5252;
	display: none;
}

.titleCarrito {
	width: 100%;
	height: 40px;
	float: left;
	background-color: #FF9800;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
}

.contentCarrito {
	width: 100%;
	height: auto;
	float: left;
}

.imgCarrito {
	width: 20%;
	height: 35px;
	float: left;
}

.codCarrito {
	width: 15%;
	height: 25px;
	float: left;
	padding-top: 10px;
}

.nameCarrito {
	width: 35%;
	height: 25px;
	float: left;
	text-align: left;
	padding-left: 5%;
	padding-top: 10px;
}

.precioCarrito {
	width: 5%;
	height: 25px;
	float: left;
	padding-top: 10px;
	text-align: center;
}

.cantCarrito {
	width: 5%;
	height: 25px;
	float: left;
	padding-top: 10px;
	text-align: center;
}

.cantCarrito input {
	width: 50px;
	height: 25px;
	margin-left: 20px;
	border: 1px solid #CCC;
	text-align: center;
	font-family: 'Poiret One', cursive;
	font-size: 14px;
	color: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

.lineCarrito {
	width: 100%;
	height: 45px;
	float: left;
	background-color: rgba(255,255,255,0.6);
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #CCC;
}

.contentBtnVolver {
	width: 90%;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 5%;
}

.prodTotales {
	min-width: 150px;
	height: 50px;
	float: right;
	text-align: center;
	font-family: 'Poiret One', cursive;
	font-size: 16px;
	color: #333;
	font-weight: 300;
	margin-top: 15px;
}

.contentTotales {
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
}

.obsCarrito {
	width: 100%;
	height: auto;
	float: left;
}

.obsCarrito textarea {
	width: 80%;
	height: 80px;
	float: left;
	margin-left: 10%;
	border: 1px solid #CCC;
	font-family: 'Poiret One', cursive;
	font-size: 14px;
	color: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	margin-bottom: 15px;
}

.titleHCarrito {
	width: 90%;
	height: 40px;
	float: left;
	font-size: 34px;
	font-weight: 300;
	color: #333;
	text-align: center;
}

.btnVolverDetail {
	width: auto;
	height: auto;
	float: left;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 16px;
	font-weight: 300;
	color: #A40661;
	background-color: #78909C;
	cursor: pointer;
	text-align: center;
	margin-left: 5%;
	transition: all 0.3s;
}
.btnVolverDetail:hover {
	background-color: #333;
}

.btnVolverDetail i {
	font-size: 18px;
}

.btnAceptarPedido {
	min-width: auto;
	height: auto;
	float: left;
	margin-left: 35%;
	margin-bottom: 45px;
	margin-top: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	background-color: #F44336;
	padding: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnAceptarPedido:hover {
	background-color: #B71C1C;
}

.btnAceptarPedido i {
	font-size: 24px;
}


.btnAceptarPedidoReg {
	min-width: auto;
	height: auto;
	float: left;
	margin-left: 3%;
	margin-bottom: 45px;
	margin-top: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	background-color: #F44336;
	padding: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnAceptarPedidoReg:hover {
	background-color: #B71C1C;
}

.btnAceptarPedidoReg i {
	font-size: 24px;
}

.btnFinalizarPedido {
	min-width: auto;
	height: auto;
	float: left;
	margin-left: 20%;
	margin-bottom: 45px;
	margin-top: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	background-color: #F44336;
	padding: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnFinalizarPedido:hover {
	background-color: #B71C1C;
}

.btnFinalizarPedido i {
	font-size: 24px;
}


.btnGuardarPedido i {
	font-size: 24px;
}

.btnGuardarPedido {
	width: 200px;
	height: 20px;
	float: left;
	margin-left: 40px;
	margin-bottom: 45px;
	margin-top: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	background-color: #666;
	padding: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnGuardarPedido:hover {
	background-color: #333;
}

.btnActualizarJuguete {
	width: auto;
	height: auto;
	float: left;
	margin-left: 35px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	font-size: 17px;
	font-weight: 300;
	color: #FFF;
	background-color: #7299FF;
	padding: 5px;
	cursor: pointer;
	text-align: center;
	transition: all 0.3s;
}

.btnActualizarJuguete:hover {
	background-color: #2B65FF;
}

.btnBorrarJuguete {
	width: auto;
	height: auto;
	float: left;
	margin-left: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	font-size: 17px;
	font-weight: 300;
	color: #FFF;
	background-color: #E53935;
	padding: 5px;
	cursor: pointer;
	text-align: center;
	transition: all 0.3s;
}

.btnBorrarJuguete:hover {
	background-color: #B51C17;
}

.sinCarrito {
	width: 100%;
	height: auto;
	float: left;
}

.sinCarrito p{
	margin-top: 25px;
	margin-bottom: 25px;
	width: 80%;
	height: 160px;
	text-align: center;
	margin-left: 10%;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	background-color: rgba(255,255,255,0.5);
	font-family: 'Poiret One', cursive;
	padding-top: 90px;
	font-size: 34px;
	font-weight: 300;
}

.contenedor {
    display: table;
    width: 100%;
    text-align: center;
    border-top: 1px solid #EEEEEE;
    margin: 0 auto;
}
.filaPar {
    display: table-row;
}

.filaImpar {
    display: table-row;
    background-color: #EEEEEE;
}

#headerList {
	background-color: #42A5F5;
	color: #FFF;
	height: 45px;
}

.columna {
    display: table-cell;
    vertical-align: middle;
    padding: 3px;
    border-bottom: 1px solid #EEEEEE;
}

.columna input {
	width: 40px !important;
	padding: 5px;
	font-family: 'Poiret One', cursive;
	text-align: center;
	margin-left: 10px;
	border: 1px solid #666;
}

.contentList {
	width: 100%;
	height: auto;
	float: left;
}

.contentHeaderList {
	width: 100%;
	height: 35px;
	float: left;
	background-color: #BDBDBD;
}

.headerList {
	width: auto;
	height: auto;
	margin-top: 7px;
	float: left;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	color: #FFF;
}

.list {
	width: auto;
	min-height: 13px;
	float: left;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	color: #333;
	padding-top: 2px;
}

.contentList {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #CCC;
}

/* RESERVA */
.centerReserva {
	width: 550px;
	height: auto;
	margin: 0 auto;
}

.contentReserva {
	width: auto;
	height: auto;
	float: left;
}

.titleReserva {
	width: 100%;
	height: 52px;
	float: left;
	padding-top: 18px;
	margin-top: 15px;
	color:#FFF;
	background-color: #42A5F5;
	text-align: center;
}

.titleReserva h1 {
	margin:0;
	font-size: 30px;
	font-family: 'Poiret One', cursive;
	font-weight: 300;
}

.contentPriceReserva {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

.contentPriceReserva p {
	margin-top: 35px;
	margin-bottom: 25px;
	font-size: 36px;
	color: #333;
}

.labelPagar {
	font-size: 18px;
}

.columnLeft {
	width: 33%;
	height: 200px;
	float: left;
	text-align: left;
}

.columnLeft p{
	float: left;
	margin: 25px 0px 0px 22%;
}

.columnCenter {
	width: 33%;
	height: 200px;
	float: left;
}

.columnCenter a {
	color: #FFF;
	transition: all 0.3s;
}

.columnCenter a:hover {
	color:#880E4F;
}

.columnRight {
	width: 33%;
	height: 150px;
	float: left;
	text-align: center;
	padding-top: 50px;
}

.columnCenter p {
	margin-top: 40px;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 18px;
}

/* DIALOG */
.html5-dialog {
	width: 80%;
	position: fixed;
	top: 5%;
	left: 13%;
	z-index: 9000;
	display: none;
}
.html5-dialog dialog {
	width: 80%;
	z-index: 3000;
	box-shadow: 0px 0px 40px #666;
	-webkit-box-shadow: 0px 0px 40px #666;
	-moz-box-shadow: 0px 0px 40px #666;
	-o-box-shadow: 0px 0px 40px #666;
	border:0;
	display: none;
}

/* DIALOG */
.html5-dialog-carrito {
	width: 90%;
	position: absolute;
	left: 3%;
	top:10%;
}
.html5-dialog-carrito dialog {
	width: 90%;
	z-index: 3000;
	box-shadow: 0px 0px 40px #666;
	-webkit-box-shadow: 0px 0px 40px #666;
	-moz-box-shadow: 0px 0px 40px #666;
	-o-box-shadow: 0px 0px 40px #666;
	border:0;
	display: none;
}

#show {
	background-color: #009688;
	border-radius: 3px;
	color: #FFF;
	border-width: 0;
	min-width: 200px;
	height: auto;
	padding: 15px;
	position: absolute;
	margin-bottom: 10px;
	margin-top: -7px;
	right: 30%;
	transition: all 0.3s;
}

#show:hover {
	background-color: #004D40;
	cursor: pointer;
}

#show i {
	color: #FFF;
}

.show {
	background-color: #009688;
	border-radius: 3px;
	color: #FFF;
	border-width: 0;
	min-width: 200px;
	height: auto;
	padding: 15px;
	position: absolute;
	margin-bottom: 10px;
	margin-top: -7px;
	right: 30%;
	transition: all 0.3s;
}

.show:hover {
	background-color: #004D40;
	cursor: pointer;
}

.show i {
	color: #FFF;
}

.html5-dialog button#exit {
	background-color: #E91E63;
	border-radius: 3px;
	color: #fff;
	border-width: 0;
	width: 80px;
	height: 30px;
	line-height: 28px;
	margin-top: 10px;
}
.html5-dialog button#show:hover {
	background-color: #1abc9c;
}
.html5-dialog button#exit:hover {
	background-color: #880E4F;
	cursor: pointer;
}
.html5-dialog dialog::backdrop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 3000;
}

.html5-dialog-carrito button#exit {
	background-color: #E91E63;
	border-radius: 3px;
	color: #fff;
	border-width: 0;
	width: 80px;
	height: 30px;
	line-height: 28px;
	margin-top: 10px;
}
.html5-dialog-carrito button#exit:hover {
	background-color: #880E4F;
	cursor: pointer;
}

table {
	border: 0px solid #333;
	border-collapse: 0;
	padding: 0;
	text-align: center;
	box-shadow: 0px 0px 20px #BBB;
	margin: 15px auto;
}

tr {
	border: 1px solid #CCC;
	border-collapse: 0;
	padding: 5px;
	margin: 0;
	background-color: #EEEEEE;
}
td {
	border: 1px solid #CCC;
	border-collapse: 0;
	padding: 10px;
	margin: 0;
}

.titleTalle {
	background-color: #D81B60;
	color:#FAFAFA;
}

/* FORM */
.contentForm {
	width: 86%;
	height: auto;
	float: left;
	background-color: #FFF;
	margin: 25px 5% 25px 5%;
	padding: 2%;
	box-shadow: 0px 0px 35px #CCC;
	-webkit-box-shadow: 0px 0px 35px #CCC;
	-moz-box-shadow: 0px 0px 35px #CCC;
	-o-box-shadow: 0px 0px 35px #CCC;
}

.labelForm {
	width: 100%;
	height: 15px;
	float: left;
	text-align: left;
}

.labelForm p {
	margin: 0;
	font-size: 12px;
	color: #E91E63;
	text-align: left;
}

.contentInputForm {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 15px;
}

.contentInputForm input {
	border:0;
	font-size: 16px;
	background-color: #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding-left: 2%;
	width: 98%;
	height: 45px;
	color: #E91E63;
	font-family: 'Poiret One', cursive;
}

.contentTextForm {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 15px;
}

.contentTextForm textarea {
	border:0;
	font-size: 16px;
	background-color: #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding-left: 2%;
	width: 98%;
	height: 150px;
	color: #333;
	font-family: 'Poiret One', cursive;
}

.contentForm button {
	height: auto !important;
	padding: 10px;
	float: right;
	border:0;
	text-align: center;
	color:#FFF;
	background-color: #1976D2 !important;
	margin-top: 20px;
	font-family: 'Poiret One', cursive;
	font-size: 20px;
	transition: all 0.3s;
}

.contentForm button:hover {
	background-color: #0F4882;
	cursor: pointer;
}

.h3 {
	font-family: 'Poiret One', cursive;
	font-weight: 300;
	font-size: 16px;
	color: #333;
	margin: 15px 0px 0px 15px;
}

.banner {
	width: auto;
	height: auto;
	position: absolute;
	top: 380px;
	right: 20px;
}

.banner img {
	width: 240px;
}

.contentObs {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.contentObs label {
	color: #333;
	font-size: 16px;
}

.contentObs textarea {
	width: 100%;
	height: 50px;
	border: 2px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: 'Poiret One', cursive;
	font-size: 14px;
	color: #666;
	padding-left: 10px;
	margin-top: 10px;
	background-color: #FAFAFA;
}

.col2 {
	width: 50%;
	height: auto;
	float: left;
}

.txtEnvios {
	font-size: 42px;
	font-weight: 800;
	text-shadow: 0px 0px 10px #000;
	color: #FFF;
}

.faceSlide a {
	width: 34px;
	height: 34px;
	float: left;
	background-color: rgba(30,137,230,0.7);
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-o-border-radius: 22px;
	text-align: center;
	color: #FFF;
	margin-left: 10px;
	transition: all 0.4s;
}

.faceSlide a i {
	font-size: 22px;
    margin-top: 7px;
    color: #FAFAFA;
}

.faceSlide a:hover {
	background-color: rgba(255,23,68,1);
}
/* CAPACITACION */
.contentCapacitacion {
	width: 350px;
	height: auto;
	background-color: #FFF;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
  	margin: 10px;

  	padding: 1%;
  	box-shadow: 0px 0px 30px #CCC;
  	-webkit-box-shadow: 0px 0px 30px #CCC;
  	-moz-box-shadow: 0px 0px 30px #CCC;
  	-o-box-shadow: 0px 0px 30px #CCC;
}

.floatImgCapacitacion {
	width: 100%;
}

.imgNotice img {
	max-width: 100%;
}
/*
.floatImgCapacitacion img {
	max-width: 100%;
	max-height: 350px;
}
*/
.btnCapacitacion {
	width: 80%;
	padding: 2%;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	background-color: #448AFF;
	color: #FFF;
	font-size: 18px;
	font-weight: 800;
	border: 3px solid #2962FF;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	transition: all 0.3s;
}

.btnCapacitacion:hover {
	background-color: #0D47A1;
	color: #FFF;
	cursor: pointer;
}

/* NOTICES */
.flexNotices {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
  	margin-bottom: 25px;
}


.contentNotice {
	width: 48%;
	height: auto;
	background-color: #FFF;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.contentNoticeGral {
	width: 24%;
	height: auto;
	background-color: #FFF;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;

  	padding: 1%;
  	box-shadow: 0px 0px 30px #CCC;
  	-webkit-box-shadow: 0px 0px 30px #CCC;
  	-moz-box-shadow: 0px 0px 30px #CCC;
  	-o-box-shadow: 0px 0px 30px #CCC;
}

.titlesNews {
	float:left;
	margin-top:10px;
	width: 100%;
	margin-left: 0%;
}

.titlesNews h2 {
	font-weight: 800;
	text-align: center;
	font-size: 24px;
	color: #333;
	font-style: normal !important;
	margin:0px 0px 20px 0px;
}

.hoverNews {
	width: 24%;
	height: 0px;
	position: absolute;
	margin-top: 0px;
	transition: all 0.5s;
}

.contentNoticeGral:hover .hoverNews {
	display: block;
	height: 280px;
	background-color: rgba(0,0,0,0.4);
	transition: all 0.5s;
}

.contentNoticeGral:hover .btnMas {
	display: block;
}

.contentBtnNews {
	height: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
}

.btnMas {
	width: 120px;
	height: 35px;
	padding-top: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	display: none;
	color: #FFF;
	text-align: center;
	margin-top: 80px;
	transition: all 0.3s;
}

.btnMas i {
	font-size: 94px;
}

.btnWhatsapp {
	background-color: #41c300;
	font-size: 22px;
	font-weight: 700;
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 10px;
	transition: all 0.3s;
}

.btnWhatsapp:hover {
	background-color: #008b00;
	cursor: pointer;
}