@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900');

html, body {
    margin: 0;
    padding: 0 !important;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    background: #F0F0F0;
    color: #666666;
    font-size: 14px;
    width: 100%;
}

@media (max-width: 991px) {
	html, body {
		overflow: visible;
		height: auto;
	}
}

@media (min-width: 1200px) {
	.container {
	    width: 1000px;
	}
}

.monserrat {
	font-family: 'Montserrat', sans-serif;
}

.work_sans {
    font-family: 'Work Sans', sans-serif;
}
.blanco {
	color: #ffffff !important;
}

.fondo_blanco {
	background-color: #ffffff !important;
}

.borde_blanco {
	border-color: #ffffff !important;
}

.fondo_negro {
	background-color: #000000 !important;
}

.negro {
	color: #000000 !important;
}

.gris_oscuro {
	color: #373737 !important;
}

.rojo {
	color: #E0040B !important;
}

.fondo_rojo {
	background-color: #E0040B !important;
}

.borde_rojo {
	border-color: #E0040B !important;
}

.fondo_azul {
	background-color: #006DD9 !important;
}

.sombra {
	-webkit-box-shadow: 0px 0px 10px 3px rgba(112,112,112,0.2);
    -moz-box-shadow: 0px 0px 10px 3px rgba(112,112,112,0.2);
    box-shadow: 0px 0px 10px 3px rgba(112,112,112,0.2);
}

.btn_rojo_degrade {
	background: rgba(227,6,19,1) !important;
	background: -moz-linear-gradient(-11deg, rgba(227,6,19,1) 0%, rgba(94,11,0,1) 100%) !important;
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(227,6,19,1)), color-stop(100%, rgba(94,11,0,1))) !important;
	background: -webkit-linear-gradient(-11deg, rgba(227,6,19,1) 0%, rgba(94,11,0,1) 100%) !important;
	background: -o-linear-gradient(-11deg, rgba(227,6,19,1) 0%, rgba(94,11,0,1) 100%) !important;
	background: -ms-linear-gradient(-11deg, rgba(227,6,19,1) 0%, rgba(94,11,0,1) 100%) !important;
	background: linear-gradient(179deg, rgba(227,6,19,1) 0%, rgba(94,11,0,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30615', endColorstr='#5e0b00', GradientType=1 ) !important;
	color: white !important;
	border-radius: 10px !important;
	text-align: center; !important;
	padding: 10px 30px 10px 30px !important;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(94,11,0,1) !important;
	-moz-box-shadow: 0px 3px 0px 0px rgba(94,11,0,1) !important;
	box-shadow: 0px 3px 0px 0px rgba(94,11,0,1) !important;
	font-weight: bold !important;
	font-size: 15px !important;
}

.fondo_degrade {
	background: rgba(227,6,19,1) !important;
	background: -moz-linear-gradient(-11deg, rgba(227,6,19,1) 0%, rgba(94,11,0,1) 100%) !important;
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(227,6,19,1)), color-stop(100%, rgba(94,11,0,1))) !important;
	background: -webkit-linear-gradient(-11deg, rgba(227,6,19,1) 0%, rgba(94,11,0,1) 100%) !important;
	background: -o-linear-gradient(-11deg, rgba(227,6,19,1) 0%, rgba(94,11,0,1) 100%) !important;
	background: -ms-linear-gradient(-11deg, rgba(227,6,19,1) 0%, rgba(94,11,0,1) 100%) !important;
	background: linear-gradient(179deg, rgba(227,6,19,1) 0%, rgba(94,11,0,1) 100%) !important;
}

.formulario_contenido {
	background: #FFFFFF url('../images/flecha_form.png') center top no-repeat;
}

.btn_banner {
	background: white !important;
	color: #E30613 !important;
	border-radius: 30px !important;
}

/* Barra y Menu Superior */
	header .topbar {
		background: transparent;
	    top: 0;
	    left: 0;
	    right: 0;
		z-index: 998;
		position: fixed;
		height: 80px;
	}

	header.flyout .topbar {
		background: rgba(0,44,95,0.7);
	}

	header .logo img {
		max-height: 80px;
	}

	header .logo .fondo_logo {
		top: 0;
		left: 0;
		max-width: 450px;
		height: auto;
	}

	header .logo .fondo_logo img {
		max-height: inherit;
	}

	header.flyout .logo .fondo_logo {
		display: none;
	}

	#sidebar-wrapper {
	    z-index: 1000;
	    right: 340px;
	    width: 0;
	    height: 100%;
	    margin-right: -340px;
	    overflow-y: auto;
	    overflow-x: hidden;
	    background: rgba(26, 26, 26, 0.75);
	    -webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	    left: inherit;
	}

	#sidebar-wrapper::-webkit-scrollbar {
	  display: none;
	}

	.toggled #sidebar-wrapper {
	    width: 340px;
	}

	.sidebar-nav {
	    position: absolute;
	    top: 0;
	    width: 340px;
	    margin: 0;
	    padding: 0;
	    list-style: none;
	}

	.sidebar-nav li {
	    position: relative;
	    line-height: 20px;
	    display: inline-block;
	    width: 100%;
	}

	.sidebar-nav li a {
	    display: block;
	    color: #ddd;
	    text-decoration: none;
	}

	.sidebar-nav li {
	    border-top: 1px dashed #A2A2A2;
	}

	.sidebar-nav li a:hover,
	.sidebar-nav li a:active,
	.sidebar-nav li a:focus {
	    color: #fff;
	    text-decoration: none;
	    background-color: #ED1C24;
	}

	.sidebar-nav .dropdown-menu {
	    position: relative;
	    width: 100%;
	    padding: 0;
	    margin: 0;
	    border-radius: 0;
	    border: none;
	    background-color: #222;
	    box-shadow: none;
	}

	.hamburger {
	  	position: fixed;
	  	right: 10px;
	  	top: 10px;
	  	z-index: 999;
	  	display: block;
	 	width: 32px;
	  	height: 32px;
	  	background: #FFFFFF;
	  	border: none;
	    -webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	    border-radius: 5px;
	}

	.hamburger.is-open {
	  	background: #E0040B;
	}

	.hamburger:hover,
	.hamburger:focus,
	.hamburger:active {
	  outline: none;
	}

	.hamburger.is-closed .hamb-top,
	.hamburger.is-closed .hamb-middle,
	.hamburger.is-closed .hamb-bottom,
	.hamburger.is-open .hamb-top,
	.hamburger.is-open .hamb-middle,
	.hamburger.is-open .hamb-bottom {
	  	position: absolute;
	  	left: 20%;
	  	height: 4px;
	  	width: 60%;
	}

	.hamburger.is-closed .hamb-top,
	.hamburger.is-closed .hamb-middle,
	.hamburger.is-closed .hamb-bottom {
	  	background-color: #E0040B;
	}

	.hamburger.is-closed .hamb-top {
	  	top: 7px;
	}

	.hamburger.is-closed .hamb-middle {
	  	top: 50%;
	  	margin-top: -2px;
	}

	.hamburger.is-closed .hamb-bottom {
	  	bottom: 7px;
	}

	.hamburger.is-open {
	  	margin-right: 340px;
	}

	.hamburger.is-open .hamb-top,
	.hamburger.is-open .hamb-middle,
	.hamburger.is-open .hamb-bottom {
	  	background-color: #FFFFFF;
	}

	.hamburger.is-open .hamb-top,
	.hamburger.is-open .hamb-bottom {
	  	top: 50%;
	  	margin-top: -2px;
	}

	.hamburger.is-open .hamb-top {
	  	-webkit-transform: rotate(45deg);
	  	-webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
	}

	.hamburger.is-open .hamb-middle {
		display: none;
	}

	.hamburger.is-open .hamb-bottom {
	  	-webkit-transform: rotate(-45deg);
	  	-webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
	}

	@media (max-width: 991px) {
		header .topbar {
		    background: #FFFFFF;
		    height: 70px;
		}

		header .topbar:after {
		    content: " ";
		    display: block;
		    width: 95px;
		    height: 37px;
		    position: absolute;
		    left: 0;
		    top: 100%;
		    background: url('../images/bolitas-movil.png') left top no-repeat;
		}

		header .logo {
			padding: 10px;
		}

		header .logo .logo_movil img {
			height: 50px;
		}

		main {
			margin-top: 70px;
		}

		header.flyout .topbar {
			background: #FFFFFF;
		}

		.hamburger {
		  	background: #E0040B;
		}

		.hamburger.is-closed .hamb-top,
		.hamburger.is-closed .hamb-middle,
		.hamburger.is-closed .hamb-bottom {
		  	background-color: #FFFFFF;
		}

		.hamburger.is-open {
		  	background: #E0040B;
		}

		.hamburger.is-open .hamb-top,
		.hamburger.is-open .hamb-middle,
		.hamburger.is-open .hamb-bottom {
		  	background-color: #FFFFFF;
		}

		.hamburger.is-open {
		  	margin-right: 0;
		}

		#sidebar-wrapper {
		    right: 340px;
		    width: 0;
		    top: 70px;
		    height: 100%;
		    background: #1A1A1A;
		    margin-right: -340px;
		    left: inherit;
		}

		.toggled #sidebar-wrapper {
		    width: 100%;
		}

		.sidebar-nav {
		    top: 0;
		    width: 100%;
		}
	}
/* Fin Barra y Menu Superior */

/* Home */
	.pestanas_ecommerce {
		margin-top: -97px;
		color: #202020;
	}

	.pestanas_ecommerce .pestana {
		background: #EAEAEA;
		color: #B2B2B2;
		overflow: hidden;
		height: 97px !important;
	}

	.pestanas_ecommerce .pestana.servicios {
		border-radius: 10px 0 0 0;
	}

	.pestanas_ecommerce .pestana.productos {
		border-radius: 0 10px 0 0;
	}

	.pestanas_ecommerce .pestana.activa {
		background: #FFFFFF;
		color: #202020;
	}

	.pestanas_ecommerce .detalle {
		overflow: visible;
	}

	.pestanas_ecommerce .detalle_item {
		overflow: hidden;
		border: 1px solid #E8E8E8;
	}

	.pestanas_ecommerce .detalle_hover a {
		color: #202020;
		text-decoration: none;
	}

	.pestanas_ecommerce .detalle_hover:hover {
		background: red;
		border-radius: 10px;
		color: white;
		background: rgba(227,6,19,1) !important;
		background: -moz-linear-gradient(-11deg, rgba(227,6,19,1) 0%, rgba(94,11,0,1) 100%) !important;
		background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(227,6,19,1)), color-stop(100%, rgba(94,11,0,1))) !important;
		background: -webkit-linear-gradient(-11deg, rgba(227,6,19,1) 0%, rgba(94,11,0,1) 100%) !important;
		background: -o-linear-gradient(-11deg, rgba(227,6,19,1) 0%, rgba(94,11,0,1) 100%) !important;
		background: -ms-linear-gradient(-11deg, rgba(227,6,19,1) 0%, rgba(94,11,0,1) 100%) !important;
		background: linear-gradient(179deg, rgba(227,6,19,1) 0%, rgba(94,11,0,1) 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30615', endColorstr='#5e0b00', GradientType=1 ) !important;
	}

	.pestanas_ecommerce .detalle_hover:hover a {
		color: white;
		text-decoration: none;
	}

	.pestanas_ecommerce .detalle_hover:hover img {
		filter: brightness(0) invert(1);
	}

	.lista_items .detalle_item {
		overflow: hidden;
	}

	.lista_items .detalle_hover {
		background: white;
		border-radius: 10px;
	}

	.lista_items .detalle_hover a {
		color: #202020;
		text-decoration: none;
	}

	.lista_items .detalle_hover:hover {
		background: red;
		border-radius: 10px;
		color: white;
		background: rgba(227,6,19,1) !important;
		background: -moz-linear-gradient(-11deg, rgba(227,6,19,1) 0%, rgba(94,11,0,1) 100%) !important;
		background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(227,6,19,1)), color-stop(100%, rgba(94,11,0,1))) !important;
		background: -webkit-linear-gradient(-11deg, rgba(227,6,19,1) 0%, rgba(94,11,0,1) 100%) !important;
		background: -o-linear-gradient(-11deg, rgba(227,6,19,1) 0%, rgba(94,11,0,1) 100%) !important;
		background: -ms-linear-gradient(-11deg, rgba(227,6,19,1) 0%, rgba(94,11,0,1) 100%) !important;
		background: linear-gradient(179deg, rgba(227,6,19,1) 0%, rgba(94,11,0,1) 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30615', endColorstr='#5e0b00', GradientType=1 ) !important;
	}

	.lista_items .detalle_hover:hover a {
		color: white;
		text-decoration: none;
	}

	.lista_items .detalle_hover:hover img {
		filter: brightness(0) invert(1);
	}

	@media (max-width: 991px) {
		.pestanas_ecommerce {
			margin-top: -67px;
		}

		.pestanas_ecommerce .pestana {
			height: 67px !important;
		}

		.lista_items .detalle_hover img,
		.pestanas_ecommerce .detalle_hover img {
			height: 70px
		}
	}
/* Fin Home */

/* Footer */

footer {
	background: #1D1D1D;
}
/* Fin Footer */


/* Cabezotes */
	.home_banner {
		width: 340px;
	}

	.banner-inner {
		background-size: contain;
		background-position: top center;
		background-size: auto 95%;
	}

	.bx-wrapper {
		margin: 0;
		width: 100%;
		height: 100%;
		position: relative;
	}

	.bx-wrapper .bx-viewport{
		margin: 0;
		width: 100%;
		height: 100%;
	}

	.bx-wrapper .bx-viewport .bxslider,
	.bx-wrapper .bx-viewport .bxslider2 {
		width: 100%;
		height: 100%;
		margin: 0;
	}

	.bx-wrapper .bx-viewport .bxslider li {
		height: 100%;
		width: 100%;
	}

	.bxslider_home .bx-wrapper .bx-viewport li img {
		margin: 0 auto;
	}

	.bxslider_servicios .bx-wrapper .bx-viewport li img {
		margin: 0;
	}

	.bxslider_home .bx-wrapper .bx-controls,
	.bxslider_servicios .bx-wrapper .bx-controls{
		position: absolute;
	    width: auto;
	    z-index: 99;
	}

	.bxslider_home .bx-wrapper .bx-controls{
	    right: 0;
	    top: 40%;
	}

	.bxslider_servicios .bx-wrapper .bx-controls{
	    left: 15%;
	    top: 100%;
	}

	.bxslider_home .bx-wrapper .bx-controls .bx-controls-direction,
	.bxslider_servicios .bx-wrapper .bx-controls .bx-controls-direction {
		display: none;
	}

	.bxslider_home .bx-wrapper .bx-controls .bx-pager,
	.bxslider_servicios .bx-wrapper .bx-controls .bx-pager {
		position: relative;
		bottom: inherit;
		padding: 0;
	}

	.bxslider_home .bx-wrapper .bx-pager .bx-pager-item {
		width: 70px;
		display: block;
		margin-bottom: 5px;
	}

	.bxslider_home .bx-wrapper .bx-pager .bx-pager-item:last-child {
		margin-bottom: 0;
	}

	.bxslider_servicios .bx-wrapper .bx-pager .bx-pager-item {
		height: 50px;
		display: inline-block;
		margin-right: 5px;
	}

	.bxslider_servicios .bx-wrapper .bx-pager .bx-pager-item:last-child {
		margin-right: 0;
	}

	.bxslider_home .bx-wrapper .bx-pager.bx-default-pager a,
	.bxslider_servicios .bx-wrapper .bx-pager.bx-default-pager a {
		text-indent: 0;
		font-size: 18px;
		display: block;
	    background: none;
	    text-decoration: underline;
	    width: auto;
	    height: 100%;
	    margin: 0;
	}

	.bxslider_home .bx-wrapper .bx-pager.bx-default-pager a {
	    color: white;
	    text-align: left;
	    padding: 5px 0 5px 10px;
	    border-radius: 25px 0 0 25px;
	}

	.bxslider_servicios .bx-wrapper .bx-pager.bx-default-pager a {
	    color: #444444;
	    text-align: center;
	    padding: 10px 10px 0 10px;
	    border-radius: 25px 25px 0 0;
	}

	.bxslider_home .bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bxslider_home .bx-wrapper .bx-pager.bx-default-pager a.active,
	.bxslider_servicios .bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bxslider_servicios .bx-wrapper .bx-pager.bx-default-pager a.active {
	    background: #E0040B;
		opacity: 1;
	}

	.bxslider_servicios .bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bxslider_servicios .bx-wrapper .bx-pager.bx-default-pager a.active {
	    color: white;
	}

	.bxslider_aliados .bx-wrapper .bx-controls .bx-controls-direction .bx-prev{
		left: -16px;
	}

	.bxslider_aliados .bx-wrapper .bx-controls .bx-controls-direction .bx-next{
		right: -16px;
	}

	@media (max-width: 991px) {
		.bxslider_home .bx-wrapper .bx-pager .bx-pager-item {
			width: 35px;
			text-align: left;
			display: block;
			margin-bottom: 5px;
		}

		.bxslider_home .bx-wrapper .bx-pager.bx-default-pager a {
			font-size: 14px;
		    padding: 5px 0 5px 7px;
		    border-radius: 25px 0 0 25px;
		}

		.bxslider_servicios .bx-wrapper .bx-controls {
			position: initial;
			left: inherit;
		}

		.bxslider_servicios .bx-wrapper .bx-controls .bx-pager {
			display: none;
		}

		.bxslider_servicios .bx-wrapper .bx-controls .bx-controls-direction {
			display: inherit;
		}

		.bxslider_servicios .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
		.bxslider_servicios .bx-wrapper .bx-controls .bx-controls-direction .bx-next{
			top: 25%;
		}

		.bxslider_servicios .bx-wrapper .bx-controls .bx-controls-direction .bx-prev{
			left: 5px;
		}

		.bxslider_servicios .bx-wrapper .bx-controls .bx-controls-direction .bx-next{
			right: 5px;
		}

		.header-text {
			padding: 0 !important;
			line-height: 1 !important;
		}

		.header-text .f-40 {
			font-size: 20px !important
		}

		.header-text {
			font-size: 12px !important;
			padding: 0 !important;
		}

		.link_cabezote {
			padding: 10px !important;
		}

		.rectangle_slider .border_blanco_header {
			background-size: 25px;
		}
	}
/* Fin Cabezotes */

/* Detalle Producto */
	.contenido_interno {
		margin-top: -50px;
		background: white;
		position: relative;
		z-index: 9;
		border-radius: 5px;
	}

	.detalle_input {
		max-width: 100%;
		border-radius: 5px;
		border: 1px solid #E4E4E4;
		text-align: center;
		height: 32px;
	}

	.detalle_input:focus{
	    outline: none;
	}

	.opciones_detalle {
		background: rgba(240, 240, 240, 0.4);
		margin-left: -25px;
		margin-right: -15px;
	}

	.select_opcion {
		width: 100%;
		height: 32px;
		border-radius: 5px;
		border: 1px solid #E4E4E4;
		background: transparent;
		padding: 0 10px;
	}

	.cuantos_quieres {
		background: rgba(255, 242, 0, 0.3);
		border: #FFF200 1px solid;
		border-radius: 5px;
	}

	.precio_detalle {
		background: #F2F2F2 url('../images/tag.png') 15px center no-repeat;
		padding-left: 90px !important;
	}

	.galeria_detalle {
		background: white;
	}

	.btn_carrito {
    	width: 100%;
    	bottom: 50px;
    	z-index: 999;
	}

	.btn_procomprar {
		background: #12D62D;
		border-radius: 25px;
	}

	.relacionados {
		background: url('../images/detalle_relacionados.jpg') center/cover no-repeat;
		margin-top: -50px;
		margin-bottom: -30px;
	}

	@media (max-width: 991px) {
		.contenido_interno {
			margin-top: 0;
			border-radius: 0;
		}

		.fix_sombra {
			-webkit-box-shadow: none;
	    	-moz-box-shadow: none;
	    	box-shadow: none;
		}
	}
/* Formularios */
	.form_servicios_wrapper {
		bottom: -50px;
		right: 80px;
		width: 400px;
		background: #2e3092;
		color: white;
		z-index: 9999;
	}

	.formulario_contacto_mapa {
		top: 15%;
		left: 0;
		width: 400px;
		background: #1c1c26;
		color: white;
		border-radius: 0 15px 15px 0;
		z-index: 9999;
	}

	#markerPopUp {
	    position: absolute;
	    display: none;
	    -webkit-border-radius: 8px;
	    -moz-border-radius: 8px;
	    border-radius: 8px;
	    -moz-background-clip: padding;
	    -webkit-background-clip: padding-box;
	    background-clip: padding-box;
	    background: white;
	    margin-top:-35px;
	    border: 1px solid #93a8a9;
	    -webkit-box-shadow: inset 1px 1px 0px #ffffff, inset 1px 1px 2px rgba(147, 168, 169, 0.8), 7px 7px 0px rgba(0, 0, 0, 0.3);
	    -moz-box-shadow: inset 1px 1px 0px #ffffff, inset 1px 1px 2px rgba(147, 168, 169, 0.8), 7px 7px 0px rgba(0, 0, 0, 0.3);
	    box-shadow: inset 1px 1px 0px #ffffff, inset 1px 1px 2px rgba(147, 168, 169, 0.8), 7px 7px 0px rgba(0, 0, 0, 0.3);
	    margin-left: 35px;
	}

	#markerPopUp .head {
	    border-bottom: 1px dashed #5f5f5f;
	    padding: 7px;
	    color: #bd9b60 !important;
	    font-size: 18px;
	    font-weight: 800;
	    white-space: nowrap;
	    margin: 0;
	    text-align: center;
	}

	#markerPopUp .content {
	    padding: 7px;
	    font-size: 14px;
	    color: #2b2b31 !important;
	}

	.contacto-img {
		bottom:0;
		height:110%;
	}

	.form-contact h3 {
	    margin: 0px 0px 20px;
	}

	.form-contact p {
	    margin: 0px auto;
	    line-height: 15px;
	}

	.form-contact .field {
	    margin-bottom: 5px;
	}

	.form-contact .field select,
	.form-contact .field input,
	.form-contact .field textarea {
	    color: #666666;
	    background: #FFFFFF;
	    border: 1px solid #E4E4E4;
	    border-radius: 5px;
	    padding: 20px 10px;
	    box-shadow: none;
	    width: 100%;
	}

	.form-contact .field select:disabled,
	.form-contact .field input:disabled,
	.form-contact .field textarea:disabled {
	    color: #666666;
	    background: #f1f1f1;
	    border: 1px solid #E4E4E4;
	}

	.form-contact .field select {
	    padding: 0 10px;
	    color: #ededed;
	    height: 40px;
	}

	.especial.form-contact .field input,
	.especial.form-contact .field textarea {
	    background: #ededed;
	}

	.control-label {
		color: #666666;
	}

	.focused .control-label {
		color: #666666;
	}

	.form-contact .field.focused  select {
	    color: #666666;
	}

	.especial .focused .control-label {
		color: #666666;
	}

	.form-contact button { border-radius: 25px; }
	.form-contact .terminos input { width: 16px; height: 16px; }
	.form-contact .field input::-webkit-input-placeholder {
	   color: #666666;
	}

	.form-contact .field input:-moz-placeholder { /* Firefox 18- */
	   color: #666666;
	}

	.form-contact .field input::-moz-placeholder {  /* Firefox 19+ */
	   color: #666666;
	}

	.form-contact .field input:-ms-input-placeholder {
	   color: #666666;
	}

	.terminos a{
		/*color: white !important;*/
	}

	.especial .terminos a{
		color: inherit !important;
	}

	.especial .terminos a{
		color: inherit !important;
	}

	.btn-success {
		background-color: #61d250 !important;
	}

	.btn-success:hover {
		background-color: #3e9831 !important;
	}

	label.error{
		position: absolute;
		top: 100%;
		right: 15px;
		color: red;
		font-size: 11px;
	}

	#wterminos,
	#wterminos-movil {
    	padding: 5px;
	}

	#wterminos.error,
	#wterminos-movil.error {
		background: #ffb0b0;
    	border: 1px solid #858585;
	}

	.forma_wrapper.error {
		background: #ffb0b0;
    	border: 1px solid #858585;
	}

	.especial label.error {
		color: red;
	}

	.especial label.error {
		color: red;
	}

	#div_modal_ciudad,
	#div_ciudad,
	#div_barrio {
	    align-self: flex-end;
	}

	select.error,
	textarea.error,
	input.error{
		background: #ffb0b0 !important;
	}

	.contacto_wrapper {
		margin-top: -58px;
		border-radius: 0 0 7px 7px;
		overflow: hidden;
	}

	.formulario_servicios {
		margin-top: -50px;
		margin-bottom: -50px;
	}

	@media (max-width: 991px) {
		.form-contact.especial {
			padding-bottom: 20px !important;
		}
		.rectangle_header_servicios {
			padding: 20px 0 !important;
		}
		.especial .p-15,
		.especial .col-xs-12 {
			padding: 0 !important;
		}

		.form_servicios_wrapper {
			position: relative;
		    width: 90%;
		    margin: 0 auto;
		    right: initial;
		    bottom: initial;
		}

		.form_servicios_wrapper .col-xs-6,
		.form_servicios_wrapper .col-xs-12 {
			padding-left: 0 !important;
			padding-right: 0 !important;
		}
		.formulario_contacto_mapa {
			position: relative;
		    width: 100%;
		    border-radius: 0;
		}
		.formulario_contacto_mapa .col-xs-12 {
			padding: 0 !important;
		}

		.formulario_servicios {
			margin-top: -0;
			margin-bottom: -0;
		}
	}
/* Fin formularios */

/* Puntos */
.gm-style-iw *{ overflow: visible !important; }
.sucursal_html{ width: 380px; min-height:105px; font-size: 15px; color: black; position: relative;}
.sucursal_html .foto{ position: absolute; width: 100px; height: 100%;}
.sucursal_html .foto img{ width: 100px; max-height: 100px; }
.sucursal_html .info{ float: left; width: 270px; margin-left: 110px; }
.sucursal_html .info small{ font-size: 12px; color: #666; display: block; margin-top:10px; }
.sucursal_html b{ display:block; font-size: 17px; padding-bottom: 5px; margin-bottom:5px; border-bottom: solid 1px silver; }

.regalo {
	background: #ededed;
}

.regalo_header {
	height: 60px;
}

.regalo.abierto .regalo_header:after {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px dashed #cccccc;
}

.regalo .regalo_tarjetas {
	height: 0;
	overflow: hidden;
	display: none;
}

.regalo.abierto .regalo_tarjetas {
	height: auto;
	margin-top: 20px !important;
	padding-bottom: 20px !important;
	display: block;
}

.seltar input {display:none;}

.tarjeta_img {
	border: 1px solid transparent;
	opacity: 0.7;
}

input.error + .tarjeta_img {
  border: 1px solid red;
  opacity: 1;
}

input:checked + .tarjeta_img {
  border: 1px solid black;
  opacity: 1;
}

.azul_raro {
	color: #93bfc6;
}

.azul_raro2 {
	color: #6c9ba3;
}

.switch {
  position: relative;
  display: inline-block;
  width: 74px;
  height: 43px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e4371f;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 7px;
  padding: 5px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 39px;
  width: 70px;
  left: 2px;
  bottom: 2px;
  background: url(../images/switch.png) left center no-repeat;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #75cf4e;
}

input:checked + .slider:before {
  background-position: right center;
}

.borde-derecho {
	border-right: 1px dotted #cccccc;
}

.datos_acceso {
	background: #aacadf url(../images/datos_acceso.png) left top/70% auto no-repeat;
}

.btn_cumple {
	border-radius: 25px;
	height: 35px;
	overflow: hidden;
	background: url('../images/torta.png') center left no-repeat, url('../images/torta.png') center right no-repeat;
	background-color: #a7609c;
	padding: 10px 50px 10px 50px;
}

.menu_lateral ul li {
	list-style-type: disc;
	list-style-position: inside;
}

.menu_lateral ul li.actual {
	text-decoration: underline;
}

.menu_lateral ul li a {
	position: relative;
	left: -10px;
}

@media (max-width: 991px) {

	.regalo_header {
		height: auto;
	}

	.cajon_movil {
		background: #eeeeee;
    	border-radius: 15px;
	}

	.btn_cupon {
		margin-top: 0;
	}

	.btn_cupon.abierto {
		margin-top: 0;
	}

}

#modalNotificar .modal-dialog {
	margin-top: 350px;
}

#modalNotificar .modal-content {
	border-radius: 4px;
}

#modalBogota .close,
#modalSplash .close,
#modalNotificar .close{
	opacity: 1;
	width: 25px;
	height: 25px;
	top: 10px;
	right: 10px;
	background: url('../images/cerrar2.png') center no-repeat !important;
	background-size: contain !important;
	z-index: 999;
}

.titulo-historial {
	border-radius: 5px 5px 0 0;
}

.titulo-historial .icono img{
	width: 70px;
	height: 70px;
	margin-top: -35px;
}

.modal-historial.aprobado .modal-header,
.titulo-historial.aprobado {
	background: #12D62D;
}

.modal-historial.pendiente .modal-header,
.titulo-historial.pendiente {
	background: #F58220;
}

.modal-historial.rechazado .modal-header,
.titulo-historial.rechazado {
	background: #E0040B;
}

.modal-carrito .modal-dialog {
	position: relative;
}

.modal-historial .modal-content {
	border-radius: 5px;
	overflow: hidden;
}

.modal-historial .modal-body {
	background: #FFFFFF;
}

.cond_entrega:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	background: url('../images/entrega.png') center/cover no-repeat;
}
.cond_aprobacion:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	background: url('../images/aprobacion.png') center/cover no-repeat;
}
.cond_antes:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	background: url('../images/antes.png') center/cover no-repeat;
}


@media (max-width: 991px) {
	.track_tag {
		position: inherit;
		height: 45px;
		line-height: 37px;
	}

	.track_input {
		padding-left: 0;
		text-align: left;
	}
}

/** Lista Noticias **/
.pestanas_noticias {
    height: 43px;
    margin-top: -43px;
    position: relative;
    overflow: hidden;
}

.pestana_noticias {
    display: inline-block;
    padding: 8px 15px;
    margin-right: -4px;
    border-top: 5px solid transparent;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 600;
}

.pestana_noticias:hover,
.pestana_noticias.activa {
    background: #F0F0F0;
    border-top: 5px solid #E0040B;
    color: #373737 !important;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.wrapper_noticias {
    display: inline-block;
    position: relative;
    padding: 10px;
}

.wrapper_noticias_inner {
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(112,112,112,0.2);
    -moz-box-shadow: 0px 0px 10px 3px rgba(112,112,112,0.2);
    box-shadow: 0px 0px 10px 3px rgba(112,112,112,0.2);
    border-radius: 5px;
    overflow: hidden;
    background: white;
}

.noticias_categoria {
    color: #6A6A6B;
    font-size: 13px;
    line-height: 1;
    padding: 20px 15px 10px;
}

.noticias_titulo {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 0 15px;
    height: 50px;
}

.noticias_titulo .wrap_c {
    text-align: left;
}

.noticias_fecha {
    color: #666666;
    font-size: 11px;
    line-height: 1;
    padding: 10px 15px 20px;
}

.noticias_mask {
    width: 100%;
    height: 100%;
    background-color: rgba(224, 4, 11, 0.75);
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.noticias_mask .link_ver {
    font-size: 16px;
    font-weight: 600;
    width: 150px;
    padding: 10px 0;
    display: inline-block;
    background: transparent;
    color: #FFFFFF;
    border-radius: 25px;
    border: 1px solid white;
}

.noticias_mask .link_ver:hover, .noticias_mask .link_ver a:hover {
    color: #FFFFFF !important;
    text-decoration: none;
}

.wrapper_noticias:hover .noticias_mask {
    opacity: 1;
    z-index: 99;
}
/** Fin Lista Noticias **/

/** Detalle Noticias **/
.noticia_titulo {
    font-size: 38px;
}

.noticia_imagen {
    padding: 30px 0;
}

.info_complementaria h3 {
    font-size: 22px !important;
}

.info_complementaria .noticia_corta,
.info_complementaria .noticia_larga {
    font-size: 16px !important;
}

.info_complementaria .noticia_corta img,
.info_complementaria .noticia_larga img {
    max-width: 100% !important;
}
/** Fin Detalle Noticias **/

/** Concesionarios **/
.ciudades {
    top: -66px;
    width: 500px;
    margin-left: 90px;
}

.puntos_titulo {
    background: #E0040B;
    padding: 10px;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    border-radius: 7px 7px 0 0;
}

.puntos_titulo img {
    vertical-align: bottom;
}

.puntos_lista {
    background: white;
    padding: 30px 20px;
}

.puntos_select {
    border: 1px solid #E4E4E4;
    width: 100%;
    height: 32px;
    font-size: 14px;
}

.puntos_scrollable {
    margin-top: 20px;
    height: 350px;
    overflow-y: scroll;

}

.punto_wrapper {
    padding: 20px 0;
    border-bottom: 1px solid #C4C4C4;
}

.punto_wrapper:last-child {
    border-bottom: none;
}

.punto_datos div {
    line-height: 1;
    font-size: 14px;
}

div.punto_nombre {
    font-size: 18px;
}
/** Fin Concesionarios **/

.borde_horario:before {
	position: absolute;
	content: " ";
	height: 70%;
	top: 15%;
	left: 0;
	border-left: 1px solid #707070;
}

.b-r-5 {
	border-radius: 5px;
}

.conector-ver:before {
	content: " ";
	position: absolute;
	top: 100%;
	left: 16px;
	height: 95px;
	margin-top: -6px;
	border: 1px solid #777777;
}

.conector-hor:before {
	content: " ";
	position: absolute;
	top: 50%;
	height: 0;
	width: 30px;
	left: 16px;
	border: 1px solid #777777;
}

.aviso_envio {
	background: #EFEFEF;
}

.aviso_envio.error {
	background: #ffb0b0;
	border: 1px solid #858585;
}

.botones_redes {
    display: inline-block;
    line-height: 39px;
    font-size: 16px;
    vertical-align: middle;
}

.jssocials-shares {
    margin: 0;
}

.jssocials-share {
    margin: 0 0 0 10px;
}

img.jssocials-share-logo {
    height: auto;
}

.rayado {
	font-weight: 400 !important;
	text-decoration: line-through;
	font-size: 30px !important;
}

.btn_header {
	border: 1px solid white;
}

@media (max-width: 991px) {
	.track_button {
		right: 61px;
	}

	.track_input {
		padding-right: 80px;
		padding-left: 5px;
	}

	.noticias_categoria {
	    color: #666666;
	    font-size: 12px;
	    line-height: 1;
	    padding: 10px;
	}

	.noticias_titulo {
	    color: #666666;
	    text-transform: uppercase;
	    font-size: 12px;
	    font-weight: bold;
	    line-height: 1;
	    padding: 0 10px;
	    height: 72px;
	}

	.row-eq-height {
		display: inherit;
	}

	.pestanas_noticias {
		height: 42px;
		margin-top: -41px;
	}

	.pestana_noticias {
		padding: 10px;
		font-size: 12px;
	}

	.pestana_noticias:hover,
	.pestana_noticias.activa {
		font-size: 14px;
		border-top: 3px solid #000000;
	}

	.noticia_titulo {
		font-size: 20px;
	}

	.noticia_imagen {
		padding: 0;
		margin: 0 -15px;
		margin-bottom: 15px;
	}

	.arrow_faq {
		top: 12px;
	}

	.contacto_wrapper {
		margin-top: -20px;
		border-radius: 7px;
	}

	.borde_horario:before {
		border: none;
	}

	.borde_derecho,
	.borde_izquierdo {
		border: none;
	}

	#mapa {
		min-height: 450px !important;
		height: 450px !important;
	}

	.puntos_select {
		color: white;
		background: transparent;
		font-size: 20px;
		text-align: center;
	}

	.puntos_select option {
		color: white;
		background: #E0040B;
		font-size: 20px;
		text-align: center;
	}

	.puntos_lista {
		padding-top: 0;
	}

	.wrapper_gracias {
		padding-top: 85px;
	}

	.imagen_gracias {
		width: 170px;
		margin-top: -85px;
	}

	.modal-especial .modal-dialog {
		margin-top: 135px;
	}

    body.modal-open {
         position: fixed;
         width: 100%;
    }

    #search-input {
        font-size: 32px;
        padding: 0;
    }

	.sm-fondo_blanco {
		background: white !important;
	}

	.sm-fondo_transparente {
		background: transparent !important;
	}

	.sm-fix-rapido {
		box-shadow: none;
		border-radius: 0;
	}

	.row-eq-height-fix {
		display: initial;
	}

	.fondo-movil-detalles {
		background: #E4E4E4 url('../images/flecha_detalles.png') center top no-repeat !important;
	}
}