@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"], body {
	font-family: 'Ubuntu', sans-serif !important;
}
.mainSlider {
	background-color: #eeeeee;
	border-top:6px solid #eeeeee; border-bottom:6px solid #eeeeee; 
}
/******* menu top **********/ 
.topMenu {
	background-color: transparent;
}
/******* esta es la barra azul, si le agregas una clase antes haces que se oculte solo en el index...**********/ 

.cms-home nav{
	display: none;
}

.headerTop{padding: 10px 0 5px;}
.topMenu::before {
	background-color: #eeeeee;
	content: '';
	position: absolute;
	width: 100%;
	height: 15px;
	top: 0;
	left: 0
}
.topMenu .login_menu li {
	position: relative;
	top: -5px;
}
.topMenu .login_menu li a {
	background-color: #1979c3;
	color: white !important;
	padding: 10px 20px !important;
	font-size: 13px;
	border-right: 0px;
	display: block;
	line-height: 14px;
	font-weight: 700;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.topMenu .login_menu li a:hover {
	background-color: #07385f;
}
.topMenu .login_menu li a i {
	color: #f6d540;
	font-size: 1.3em;
	margin-top: -5px;
	padding-right: 3px;
	transition: all 0.2s linear
}
.topMenu .login_menu li a:hover i {
	transform: scale(1.3);
}
#cssmenu #menu-button {
	float: left;
	display: none
}

@media (min-width: 767px) {
header .logo {
	margin: 0 0;
	position: relative;
	top: -10px;
}
}

@media (max-width: 767px) {

	.mainSlider {
	padding-bottom: 0;
	border-bottom: 0;}

.logo {
	float: left !important;
}
.topMenu .login_menu li {
	top: -34px;
	left: -70px;
	float: left;
	margin-right: 3px;
}
.topMenu .login_menu li a {
	padding: 8px 14px !important;
}
.topMenu .login_menu li a i {
	padding-right: 0
}
.topMenu .login_menu li:first-child {
	display: block !important;
}
.headerTop {
	position: relative;
	margin-top: 15px
}
}
.cartBlock {
	text-align: right
}
.circle_icon {
	border: 2px solid #eeeeee;
	color: #1979c3;
	background-color: white;
}
.cartBlock .imagen {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #eeeeee;
	color: #1979c3;
}
.cartBlock .texto {
	float: left;
	padding-right: 20px;
	height: 50px;
	padding-left: 10px;
}
.cart {
	margin-top: 0
}
.customCart, .botonAyuda, .botonBalnearios {
	vertical-align: top;
	position: relative;
	display: inline-block;
	height: 50px;
	margin-right: 15px;
	border-right: 1px solid #ddd;
	text-align: left
}
.botonAyuda .imagen {
	background-image: url('../images/icono_ayuda.jpg');
	background-size: 68%;
	background-repeat: no-repeat;
	background-position: center center;
}
.botonBalnearios .imagen {
	background-image: url('../images/icono_balnearios.jpg');
	background-size: 76%;
	background-repeat: no-repeat;
	background-position: center center;
}
.customCart {
	border-right: none !important;
}
.cartBlock p {
	margin: 0 0;
	padding: 0 0;
	color: #999;
	font-size: 10px;
	text-align: left;
	max-width: 150px;
	line-height: 1.15em;
}
.mycart {
	font-weight: 700;
	color: #227dbc;
	font-size: 16px;
}
.cartBlock a {
	font-weight: 700;
	color: #227dbc;
	font-size: 16px;
	text-align: left !important;
}

@media (max-width: 400px) {
.cartBlock {
	padding: 0 0;
}
.topMenu .login_menu {
	right: 60px;
}
}

@media (min-width: 401px) and (max-width: 767px) {
.topMenu .login_menu {
	right: 25%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.cartBlock .texto {
	display: none !important;
}
.customCart, .botonAyuda, .botonBalnearios {
	border-right: none !important
}
.botonAyuda {
	margin-right: -3px;
}
}

@media (max-width: 767px) {
.cartBlock .texto {
	display: none !important;
}
.customCart, .botonAyuda, .botonBalnearios {
	border-right: none !important
}
.botonAyuda {
	margin-right: -3px;
}
.customCart .cart {
	margin-top: 0;
	top: auto;
	right: 0;
	position: relative;
	margin-left: 15px;
}
.circle_icon {
	width: 40px;
	height: 40px;
	margin-top: 0
}
.cartBlock {
	float: right;
}
.cartBlock .imagen {
	width: 40px;
	height: 40px;
}
.minicart-wrapper {
	margin-top: 0
}
.logo {
	max-width: 150px;
	height: auto
}
}

.customCart .minicart-wrapper .action.showcart{text-align: center !important}
.circle_icon i {color: #1979c3 !important; }
.customCart .minicart-wrapper .action.showcart .counter.qty{right: -8px}
.welcome{opacity: 0}