@charset "utf-8";

:root {
	--azulClaro: #08b5b2;
	--azulOscuro: #0f4c92;
	--verde: #2ED12A;
	--rosa: #ee1f92;
}

body, td, th, input, select, textarea{
	font-size:16px;
	color: #0a0a0a;
}
body{
	font-family: 'Lato', sans-serif;
	margin:0px;
	padding: 0px;
}
.cbp-block h1{color:#08b5b2;}
.cbp-block h2{color:#2ED12A;}
.cbp-block h3{color:#ee1f92;}
.cbp-block h4{color:#ccc;}
.cbp-block h5{color:#000;}
.cbp-block h6{color:#CCC;}

.p-x{padding-right: 0px!important; padding-left: 0px!important}
.p-y{padding-bottom: 0px!important; padding-top: 0px!important}


/* Estilos para las zebras */
.zebra { margin-top:15px; margin-bottom:20px;}
.zebra td { border-bottom: 1px solid #f1f1f1;}
.zebra tr.alt td {		background: #f7f7f7;}
.zebra tr.over td {	background: #E2E2E2;}
.zebra tr.title td { background-color: #D6D6D6; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; }

/* Retoques al jQuery UI*/
.ui-state-default, .ui-widget-content .ui-state-default { background:#A5A4A4; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: #3782c4; background-image:none; }
.ui-state-default, .ui-widget-content .ui-state-default * { color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active * { color:#FFF; border:none; }
.ui-widget-header, .ui-widget-content { border:none; background:#FFF; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#FFF; }
.ui-tabs-nav { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #626262; padding-bottom:5px; border:none; }
.ui-tabs .ui-tabs-nav li a{ padding:5px;}

.margin{margin: 5px;}
.clear{clear: both;}
.no-padding{padding:0px;}
.content-site{max-width:1200px;margin:0 auto;}

#MenuVertical{padding: 0; margin: 0; width: 172px; float: left;  margin-right: 27px;}
#MenuVertical li { list-style-position: inside; list-style-type: none; padding: 0px; margin-top: 3px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-image: url(vineta.gif); }
#MenuVertical li a { color: #3e545f; display: inline; list-style-position: inside; list-style-type: none; padding: 0px; font-size: 13px; font-weight: normal; text-decoration: none; margin: 0px; }

.ct-articulo-precio-relacionado, .ct-articulo-caja-precio{
	display: none!important;
}
#ct-articulo-precio{
	display: none!important;
}
/* General Styles */
.content-box {
	padding: 25px 10px;
}
.content-box .title {
	text-align: center;
}
.content-area {
	padding: 0 0 20px 0;
}

/* Colors */
.col-whi{
	color: #fff;
}
.col-bla{
	color: #000;
}

/* Paddings */
.pad-0{
	padding: 0;
}
.pad-1{
	padding: 1em;
}
.pad-3{
	padding: 3em;
}

/* Displays */
.dis-blo{
	display: block;
}
.dis-inl{
	display: inline-block;
}
.dis-flex{
	display: flex;
}

.bg-gray{
	background: #EDEFED;
}

/* Tags */
p {
	font-weight: 300;
	line-height: 1.5;
	text-align: justify;
}
a {
	transition: all 0.3s ease-in-out;
}
a:hover{
	text-decoration: none;
}
body .buscador .form-control:focus{
	outline: none !important;
	border: none !important;
}
section.home-section,.site-content-inside {
	padding-top:65px;
}
h2.title.border-black::after {
	background: #000;
}
.info-section p{
	text-align: center;
	font-size: 1.2em;
}
.info-section .row .col-xs-12 {
	padding: 0;
}
.intro {
	font-size: 16px;
	padding: 1em 1em;
}
.info-section b {
	font-family: 'Nexa-Bold';
}
.site-content{
	max-width: 1280px;
	margin: 0 auto;
}
.img-zoom-in,.img-zoom-out {
	overflow: hidden;
}
.img-zoom-in img,.img-zoom-out img{
	transition: all 0.3s ease-in-out;
}
.img-zoom-in:hover img{
	transform: scale(1.15);
}
.img-zoom-out img{
	transform: scale(1.15);
}
.img-zoom-out:hover img{
	transform: scale(1);
}
a.mm-navbar__title {
	font-size: 20px;
	font-weight: bold;
}

#main-logo{
	height: 100%;
	width: 150px;
	transition: all .3s ease;
}

/* REDES LATERALES */

.social-sticky {
	display: none;
	position: fixed;
	top: 0;
	margin-top: 32%;
	left: 20px;
	z-index: 150;
	transition: all 1s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
ul.social-list li {
	margin-bottom: 14px;
}
ul.social-list li a {
	background: #104c8f;
	width: 55px;
	display: block;
	text-align: center;
	color: #fff;
	height: 55px;
	padding: 4px;
	font-size: 34px;
	border-radius: 50%;
	border: 1px solid #fff;
	transition: background 0.3s ease;
}
ul.social-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
a.social-inst-icon:hover{
	background: #833ab4;
	background: -webkit-linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
	background: linear-gradient(to bottom, #be35a0, #fd1d1d, #fcb045);
}
a.social-what-icon {
	background: #25d366 !important;
}
a.social-fb-icon:hover {
	background: #37569E;
}
a.social-tw-icon:hover {
	background: #4DAAF3;
}


/* Fonts */
.text-upper{
	text-transform: uppercase;
}

/* Headlines */
.subtitle {
	font-size: 1.5em;
	line-height: 1.4em;
	margin: .6em 0;
}
.w-100{
	width: 100%;
}

.page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    background: #fff;
    text-align: center;
}
.page-loader > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.logo-loader {
    max-width: 260px;
}

.ct-articulo-btn-comprar{
	background: #2ED12A !important;
}
.ct-articulo-caracteristicas-producto .rating_pge{
	display: none;
}
#pge_ssl_widget{
	display: none;
}
/* HEADER */
header {
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
	left: 0;
	padding: 10px;
	transition: all .4s ease;
	background: #fff;
	box-shadow: 1px 0px 4px #7b7b7b;
}
.header-content {
	justify-content: space-between;
	align-items: center;
}
.nav-brand {
	max-width: 90px;
	transition: all .3s ease;
}
.nav-brand img{
	transition: all .2s ease;
}
.social-links, .navbar-header,.main-nav-mobile,.header-bottom,.bar-top,.buscador,.btn-carrito,.items-logs,.pay-icons {
	display: none;
}
a.toogle-menu {
	color: var(--verde);
	font-size: 40px;
	padding: 0 5px;
	line-height: 1;
}
.mm-menu {
	background:var(--azulClaro);
	border-color: rgba(0,0,0,.1);
	color: rgb(255, 255, 255);
}
.mm-navbar{
	background: var(--azulOscuro)!important;
}

ul.mm-listview {
	display: block !important;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
	color: var(--verde);
}
.mm-menu .mm-listview .mm-btn_next::after {
	border-color: rgb(255, 255, 255);
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
	border-color: rgb(255, 255, 255);
}
.slideHeader{
	min-height: 64px;
	max-height: 65px; 
}

/* Slider Home */
.slick-arrow {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 50;
	color: var(--azulOscuro);
	font-size: 30px;
	padding: 0 15px;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
.arrowRight{
	right: 0;
}
.banner-home .slick-arrow {
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
	z-index: 50;
	color: var(--azulOscuro);
	font-size: 30px;
	padding: 0 15px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	font-size: 3em;
}
.banner-home .arrowRight{
	right: 1em;
}

ul.slick-dots {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
ul.slick-dots li button {
	display: none;
}
.slick-arrow:hover{
	color: #A7CF3A;
}
span.arrow-right.slick-arrow {
	right: 0;
	left: auto;
}
.banner-home span.arrow-right.slick-arrow {
	right: 1em;
	left: auto;
}
.bar-bottom {
	display: flex;
	align-items: center;
}
a.toogle-search {
	color: #2ED12A;
	font-size: 28px;
	padding: 0 10px;
}
.buscador {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 65px;
	padding: 5px 10px;
	background:#EAEAEA;
	z-index: 2;
	visibility: hidden !important;
	opacity: 0 !important;
	transition: visibility 0s, opacity 0.5s linear;
}
.buscador-active {
	visibility: visible !important;
	opacity: 1 !important;
}
.buscador form {
	display: flex;
	align-items: center;
	border: 2px solid #3782c4;
	background: #fff;
	border-radius: 25px;
}
.buscador form .form-control {
	border: none;
	box-shadow: none;
	color: #000000;
	font-weight: 200;
	letter-spacing: 1px;
	border-radius: 30px;
}
button.btn-search {
	background: none;
	border: none;
	color: #2ED12A;
	font-size: 24px;
}

.content-header-top{
	max-width: 1280px;
	margin: 0 auto;
}
ul.slick-dots li.slick-active::before {
	content: "";
	width: 10px;
	height: 10px;
	background: #a4d300;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transform: translate(-50%,-50%);
}
ul.slick-dots li {
	width: 10px;
	height: 10px;
	background: var(--azulClaro);
	display: inline-block;
	margin: 5px;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	top: 31px;
}
.title {
	color: #193977;
	font-weight: 400;
	font-size: 22px;
	margin: 0;
	letter-spacing: 1px;
	position: relative;
	padding: 15px 0;
}
.title.title-arrow::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #0f4c90;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.title.title-arrow {
	padding-left: 22px;
}

.no-padding .cbp-block.row{
	padding: 0px;
}

/* Products Home */
.item-product-home {
	text-align: center;
	background: #fff;
	box-shadow: -1px 2px 10px 0px #b1aeae73;
	border-radius: 3px;
	max-width: 248px;
	margin: 12px 4px;
	max-height: 447px;
	min-height: 446px!important;
}
a.btn-product-home {
	background: var(--verde);
	color: #fff;
	padding: 8px 20px;
	border-radius: 5px;
	font-weight: 200;
	letter-spacing: 1px;
	font-size: 14px;
}
.product-bar {
	display: flex;
	justify-content: flex-end;
	padding: 10px;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .1);
	position: relative;
	z-index: 10;
}
a.btn-product-home:hover{
	opacity: .8;
}
.item-product-home figure {
	padding: 20px;
	overflow: hidden;
	position: relative;
}
.new-product-home {
	position: absolute;
	top: 0;
	left: 0;
	background: #0f4c90;
	z-index: 10;
	color: #fff;
	padding: 10px 12px;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 14px;
	border-right: 1px solid white;
}
.new-product-home::after {
	content: "";
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 15px solid #0f4c90;
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
}
.info-product-home {
	padding: 6px 10px;
	color: #0f4c90;
}
.info-product-home h4 {
	color: #0f4c90;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.2;
	max-height: 65px;
	overflow: auto;
	min-height: 59px !important;
}
.price-product-home {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 4px;
}
.content-products-home {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* NEWS */

.content-new {
	background: #fff;
	margin: 17px;
	box-shadow: 2px 1px 11px 0px rgba(0, 0, 0, 0.2);
}
.info-new {
	padding: 10px;
}
.info-new h4 {
	color: #193974;
}
.description-new {
	font-size: 14px;
	margin-bottom: 10px;
}
a.more-new {
	color: #77ca7f;
	font-weight: 300;
	font-size: 16px;
	text-decoration: underline;
}

/* Video */
.content-video-project {
	margin: 0 15px;
	position: relative;
}
img.icon-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 50;
	max-width: 90px;
}
.slide-project.slick-slide:not(.slick-active),.slide-project.slick-slide.slick-cloned.slick-active {
	position: relative;
}
.slide-project.slick-slide:not(.slick-active)::after,.slide-project.slick-slide.slick-cloned.slick-active {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
}
.slider-video .slick-arrow{
	padding: 0;
}
.content-videos {
	padding-bottom: 40px;
}

/* Footer */
#suscribete {
    width: 100%;
    margin: auto;
    background: #e4eaf7;
    height: 85px;
}

#contenedor_suscribete {
    max-width: 1170px;
    margin: auto;
    position: relative
}

#redes_texto {
    width: 50%;
    float: left;
    color: #3782c4;
    font-size: 1.2em;
    font-weight: 300;
    padding: 33px 0 0
}

#redes_texto span {
    padding-left: 14px
}

#redes_texto .fa-paper-plane {
    font-size: 1.5em
}

#redes_texto a .fa-facebook {
    width: 29px;
    height: 29px;
    background: #3a579f;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding-top: 6px;
    margin: 0 10px 0 18px;
    border: solid 1px #305290;
    transition: all .5s
}

#redes_texto a .fa-facebook:hover {
    background: #fff;
    color: #3a579f
}

#redes_texto a .fa-instagram {
    width: 29px;
    height: 29px;
    background: #2c679e;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding-top: 6px;
    margin-right: 10px;
    border: solid 1px #256095;
    transition: all .5s
}

#redes_texto a .fa-instagram:hover {
    background: #fff;
    color: #2c679e
}

#formulario_footer {
    width: 50%;
    float: left
}

#texto_suscribete {
    font-weight: 700
}
#formulario_footer #textbox33 {
    border-radius: 20px;
    height: 52px;
    margin-top: 14px;
}
#formulario_footer label {
    display: none;
}
#formulario_footer .F2_item_4 {
    background: #333f48;
    position: absolute;
    text-shadow: none;
    color: #fff;
    border: none;
    width: 110px;
    height: 52px;
    top: 19px;
    right: 0;
    border-radius: 0 20px 20px 0;
}
.bar-footer {
	background: #2ED12A;
	padding: 15px 5px;
}
.bar-footer * {
	text-align: center;
	color: #fff;
	font-weight: 100;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0 !important;
	padding: 0;
}
.footer-top {
	padding: 30px 5px;
}
.footer-top * {
	text-align: center;
	font-size: 14px;
	color: #252424;
}
h3.title-footer {
    font-size: 24px;
    color: #403f3f;
    margin: 10px 0 20px 0;
    padding-left: 10px;
}
.borders{
	border-left: 1px dotted;
    border-right: 1px dotted;
}
#menufooter{
	padding: 0;
	list-style: none;
}
.menufooter1 {
	padding: 25px 0;
	margin: 0;
	list-style: none;
}
.logos-footer .dis-flex {
	justify-content: center;
}
footer a:hover{
	color: #0f4c90;
}
.menufooter1 li {
	margin-bottom: 6px;
}
.footer-top i {
	color: #0f4c90;
}
.info-page-footer .dis-flex {
	justify-content: center;
	margin-bottom: 12px;
}
footer .site-content{
	margin: 0 auto !important;
}
@media (max-width: 768px){
	.item-product-home {
		min-height: 370px!important;
	}
}
@media (min-width: 480px){
	.content-new {
		display: flex;
		align-items: center;
	}
	.info-new {
		padding: 10px 20px;
	}
	.info-new h4 {
		font-size: 22px;
	}
}

@media (min-width: 768px){	
	.info-contact-top {
		display: none;
	}
	.bar-top {
		display: flex;
		align-items: center;
		padding-right: 20px;
		justify-content: flex-end;
		transition: all .3s ease;
		max-width: 840px;
	}
	.social-top{
		min-width: 100%;
		text-align: right;
	}
	.social-top a {
		color: #1A3A73;
		border-radius: 50%;
		border: 1px solid;
		text-align: center;
		display: inline-block;
		width: 30px;
		height: 30px;
		font-size: 16px;
		padding-top: 2px;
		margin: 0 3px;
	}
	.social-top a:hover {
		color: var(--rosa);
	}
	.content-new {
		margin: 17px;
	}
}

@media (min-width: 992px){
	.social-sticky{
		display: block;
	}

	.content-info-header,.btn-carrito span {
		display: block;
		max-width: 730px;
	}
	.btn-carrito span.dis-flex{
		display: flex !important;
		justify-content: center;
	}
	.btn-carrito span.dis-flex i {
		margin-right: 5px;
		font-size: 15px;
	}
	.items-logs ul li a span {
		display: block;
	}
	.nav-mobile,a.toogle-search {
		display: none;
	}
	.nav-brand {
		max-width: 150px;
	}
	.info-contact-top {
		display: block;
		padding: 0 10px;
		font-size: 14px;
		color: #193974;
		width: 100%;
	}

	.bar-bottom{
		justify-content: flex-end;
		padding: 5px;
	}
	.btn-carrito {
		display: block;
		text-align: center;
		min-width: 145px;
	}
	.btn-carrito a {    
		display: block;
		color: var(--azulOscuro);
		margin: 6px 12px;
		padding: 5px;
		border-radius: 15px;
		line-height: 1.2;
		font-size: 14px;
		font-weight: 600;
	}
	.buscador form {
		flex-direction: row-reverse;
		border-radius: 30px;
		background: white;
	}
	.search-content {
		width: 100%;
		max-width: 260px;
	}
	.buscador {
		position: static;
		visibility: visible !important;
		opacity: 1 !important;
		background: none;
	}
	.buscador form .form-control {
		height: 40px;
	}
	header {
		padding: 0;
	}
	.items-logs {
		display: block;
	}
	.items-logs ul {
		display: flex;
		align-items: center;
		justify-content: center;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.items-logs ul li a {
		font-size: 12px;
		display: block;
		text-align: center;
		font-weight: 200;
		line-height: 1.2;
		padding: 0 6px;
		color: #a6a7b1;
		font-weight: 600;
	}
	.header-bottom {
		display: block;
		background: #fff;
		border-bottom: 5px solid var(--verde);
	}

	.content-header-top.header-content.dis-flex {
		display: flex;
		align-items: center;
	}

	nav.main-nav > ul{
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all .3s ease;
	}
	nav.main-nav > ul{
		padding: 0;
		margin: 0;
		list-style: none;
	}
	nav.main-nav > ul > li{
		/*padding: 5px 2%;	    */
		border-right: 1px solid #2B487D;
		transition: all .3s ease;
	}
	nav.main-nav > ul > li:last-child{
		border: none;
	}
	nav.main-nav > ul > li > a{
		display: flex;
		align-items: center;
		margin: 5px;
		font-size: 13px;
		color: #08B5B2;
		text-transform: uppercase;
		font-weight: 600;
		text-align: center;
		padding-left: 30px;
		position: relative;
		letter-spacing: 1px;
		line-height: 1em;
		height: 47px;
		padding: 0 14px 0 33px;
	}
	nav.main-nav > ul > li > a:hover{
		background: #77ca7f;;
		color: #fff;
	}
	nav.main-nav > ul > li > a::before{
		content: "";
		background: #fff0 url(https://s3.pagegear.co/261/69/2020/soporte/isotipo_pyp.png) no-repeat center center;
		width: 20px;
		height: 20px;
		position: absolute;
		/*border-radius: 50%;*/
		background-size: 21px;
		left: 5px;
		top: 50%;
		transform: translateY(-50%);
	}

	ul.submenu {
		display: flex;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: 95%;
		max-width: 1200px;
		list-style: none;
		flex: 1 1 0;
		flex-wrap: wrap;
		padding: 0;
		box-shadow: 0 8px 8px #0000005e;
		border-bottom: 5px solid var(--azulOscuro);
		padding-top: 8px;
	}

	ul.submenu li {
		flex-grow: 1;
		flex-basis: 0;
	}

	ul.submenu > li{
		border-left: 1px solid #efefef;
		border-right: 1px solid #efefef;
		background: #fff;
	}

	ul.submenu > li > a{
		font-size: 14px;
		font-weight: 600;
		display: block;
		line-height: 16px;
		margin: 7px 0px;
		color: #000;
		padding: 3px 5px;
	}

	ul.subsubmenu {
		display: block!important;
		list-style: none;
		padding: 0;
		font-size: 13px;
		line-height: 16px;
		padding: 0;
	}

	ul.subsubmenu > li > a{
		color: #464646;
		font-weight: 300;
		letter-spacing: 0.5px;
		padding: 3px 5px;
		display: block;
		transition: all .3s ease;
	}

	ul.subsubmenu > li > a:hover {
		background: #ee1f922b;
	}

	ul.subsubmenu > li > ul {
		list-style: none;
		padding: 5px;
		border-top: 1px solid var(--verde);
		font-weight: 300;
		background: #ececec87;
	}
	ul.subsubmenu > li > ul> li >a {
		color: #464646;
		display: block;
	}
	ul.subsubmenu > li > ul> li >a:hover {
		background: #ee1f922b;
	}


	.items-logs ul li a:hover{
		color: var(--azulOscuro);
	}
	.btn-carrito a:hover {
		background: #2ED12Aa6;
	}
	section.home-section, .site-content-inside {
		padding-top: 198px;
	}
	.footer-top * {
		text-align: left;
	}
	.info-page-footer .dis-flex {
		justify-content: flex-start;
	}
	/*h3.title-footer {
		padding-left: 40px;
	}*/
	.footer-top {
		padding: 40px 5px;
	}
	.bar-footer * {
		font-size: 12px;
	}
	.bar-footer {
		padding: 25px 5px;
	}
	.footer-top > .row {
		display: flex;
		align-items: center;
	}
	.menu-footer {
		/*padding-left: 50px;
		border-left: 1px solid #C8C8C8;
		border-right: 1px solid #C8C8C8;*/
	}
	.menufooter1 {
		list-style: initial;
	}
	.menufooter1 li {
		margin-bottom: 0px;
		font-size: 20px;
		color: #1a3775;
	}
	.footer-top .site-content > .row {
		display: block;
	}
	.logos-footer img {
		margin: 10px;
	}
	.pay-icons {
		display: block;
		position: fixed;
		right: 0;
		z-index: 100;
		background: #fff;
		top: 250px;
		box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.46);
	}
	.icon-pay {
		border-bottom: 1px solid #EAEBEB;
		padding: 15px 5px;
		max-width: 65px;
	}
	.icon-pay img {
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		transition: all .3s ease;
	}
	.icon-pay:hover img{
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		-o-filter: grayscale(0%);
		filter: grayscale(0%);
	}
	.mod-box .content-area {
		padding: 25px 0;
	}
	.mod-box {
		padding: 10px 10px 50px 10px;
		margin: 25px 0 35px 0px;
		background-size: contain !important;
		border: 1px solid #e2dede;
	}
	.mod-box .title {
		text-align: center;
		font-size: 20px;
	}
	.content-box .title {
		font-size: 28px;
		text-align: left;
		padding-left: 10px;
	}
	.content-area {
		padding: 10px 0 20px 0;
	}
	.content-box {
		padding: 50px 10px;
	}
	.fixed{
		transition: all .3s ease;
		transform: translateY(-65px);
	}

	.fixed .nav-brand a {
		transform: matrix(0.84,0.00,0.00,0.84,-17,17);
	}

	.slide.no-padding p {
		font-size: 11px;
	}
	.slide.no-padding div {
		padding: 0 5px;
	}

	.social-top {
		display: flex;
		justify-content: flex-end;
	}


}

@media (min-width: 1200px){

	.fixed{
		transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
		transform: translateY(-83px);
	}
	.nav-brand a {
		transition: width .5s ease-in-out;
	}
	.fixed .nav-brand a {
		transform: matrix(0.57,0.00,0.00,0.57,-50,28);
	}

	.subir {
		transform: translateY(-83px);
	}

	.slide.no-padding div {
		padding: 0 13px;
	}

	.slide.no-padding p {
		font-size: 13px;
	}

	#main-logo{
		width: 250px;
	}

	.bar-top{
		max-width: 1020px;
	}
	nav.main-nav > ul > li {
		padding: 6px 10px;
	}
	.header-content {
		align-items: flex-start;
	}
	.nav-brand {
		max-width: 200px;
	}
	.bar-bottom {
		padding-bottom: 5px;
	}
	.content-info-header {
		width: 100%;
		max-width: 892px;
	}
	.search-content {
		width: 100%;
		max-width: 417px;
	}
	.btn-carrito {
		width: 23%;
	}
	.slick-arrow {
		font-size: 50px;
		padding: 0;
	}
	.arrowRight, .arrowLeft{
		font-size: 27px;
		padding: 0;
	}
	.intro {
		padding: 1em 1em;
	}
	.info-product-home h4 {
		min-height: 38px;
	}
	.title {
		font-size: 28px;
	}
	.slider-video .slick-arrow {
		padding: 0 80px;
	}
	.content-videos {
		padding-bottom: 60px;
	}
	.menu-footer {
		/*padding-left: 80px;*/
	}
}
/* PopUp */
.modal-popUp .modal-dialog {
    width: 100%;
    max-width: 1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    margin: 0;
    padding: 15px;
}
.modal-popUp button.close span {
    line-height: 1;
}
.modal-popUp .modal-body,.modal-popUp .modal-body .col-xs-12 {
    padding: 0 !important;
}
.modal-popUp button.close {
    position: absolute;
    background: white;
    right: -8px;
    top: -12px;
    z-index: 1;
    width: 25px;
    height: 25px;
    opacity: 1 !important;
    border-radius: 50%;
}


/*MIS ESTILOS */

.sm_texto .cbp-block > div > p {
    margin: 0;
    line-height: 1.1em;
}
.sm_texto {
    padding-top: 1rem;
}

.content-header-top {
    padding: 0 1rem;
}

.cbp-card{
	transition: all .3s ease;
}
.cbp-card:hover {
    transform: scale(1.07);
    box-shadow: 0px 0px 6px 2px var(--azulClaro);
}



/*productos*/

.producto {
    display: block;
    width: 100%;
    max-width: 250px;
    background: #fff;
    height: 400px;
    margin: auto;
    position: relative;
    padding: 1rem;
    box-shadow: 0px 1px 3px 1px #0000001f;
    overflow: hidden;
    border-radius: 10px;
    transition: all .3s ease;
}

.producto:hover {
    transform: scale(1.03);
    box-shadow: 0px 1px 6px 2px #00000040;
}

.img-pro {
    display: block;
    width: 100%;
    height: 220px;
    background-size: contain;
    background-position: center;
}

.over {
    display: flex;
    width: 100%;
    height: 100%;
    background: #0000003d;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
    opacity: 0%;
    transition: all .3s ease;
}

.img-pro:hover .over{
	opacity: 100%;
}

.nuevo-pro {
    position: absolute;
    width: 70px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2ED12A;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.nuevo-pro:before {
    content: "";
    display: block;
    position: absolute;
    left: -29px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 15px 0;
    border-color: #0000 #2ED12A #0000 #0000;
}

.nuevo-pro:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 30px;
    border-color: #0000 #0000 #2ED12A #0000;
    position: absolute;
    left: -29px;
    bottom: 0;
}


.data-pro {
    display: flex;
    flex-direction: column;
    height: 128px;
    padding: 1.5rem 0 1rem;
}
.tt-pro {
    font-size: 15px;
    line-height: 1em;
    font-weight: 400;
    margin: 0;
    color: #3e3e3e;
}
.precio-pro {
    margin: auto;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #3e3e3e;
}
.data-add {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.btn-cal {
    color: #3782CB;
    height: 100%;
    border: 1px solid #ccc;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: all .3s ease;
}
input.btn-cal {
    min-width: 48px;
    text-align: center!important;
    font-size: 14px;
    font-weight: 400;
    color: #474747;
}
a.submit {
    width: 100%;
    min-width: 110px;
    text-align: center;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #3782CB;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
}

button.btn-cal:hover,
button.btn-cal:focus {
    background: #cccccc8f;
}
a.submit:hover{
	background: var(--azulOscuro);
}





@media (min-width: 1500px){

	.fixed .nav-brand a {
		transform: matrix(0.58,0.00,0.00,0.58,-65,17);
	}

	ul.submenu{
		padding-top: 9px;
	}

	.slick-arrow {
		left: -30px;
	}
	span.arrow-right.slick-arrow {
		right: -30px;
		left: auto;
	}
	.banner-home .slick-arrow {
		left: 1em;
		font-size: 3em;
	}
	.banner-home span.arrow-right.slick-arrow {
		right: 1em;
		left: auto;
	}
}



/*Toast*/

#toast {
	visibility: hidden;
	max-width: 50px;
	height: 50px;
	/*margin-left: -125px;*/
	margin: auto;
	background-color: #2ED12A;
	color: #fff;
	text-align: center;
	border-radius: 2px;

	position: fixed;
	z-index: 1;
	left: 0;right:0;
	bottom: 30px;
	font-size: 17px;
	white-space: nowrap;
}
#toast #img{
	width: 50px;
	height: 50px;

	float: left;

	padding-top: 16px;
	padding-bottom: 16px;

	box-sizing: border-box;


	background-color: #398131;
	color: #fff;
}
#toast #desc{


	color: #fff;

	padding: 16px;

	overflow: hidden;
	white-space: nowrap;
}

#toast.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;} 
	to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
	from {min-width: 50px} 
	to {min-width: 350px}
}

@keyframes expand {
	from {min-width: 50px}
	to {min-width: 350px}
}
@-webkit-keyframes stay {
	from {min-width: 350px} 
	to {min-width: 350px}
}

@keyframes stay {
	from {min-width: 350px}
	to {min-width: 350px}
}
@-webkit-keyframes shrink {
	from {min-width: 350px;} 
	to {min-width: 50px;}
}

@keyframes shrink {
	from {min-width: 350px;} 
	to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
	from {bottom: 30px; opacity: 1;} 
	to {bottom: 60px; opacity: 0;}
}

@keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 60px; opacity: 0;}
}
























