
@font-face {
    font-family: 'Rubik_Black';
    src: url('../fonts/Rubik-Black.eot');
    src: url('../fonts/Rubik-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rubik-Black.woff2') format('woff2'),
         url('../fonts/Rubik-Black.woff') format('woff'),
         url('../fonts/Rubik-Black.ttf') format('truetype'),
         url('../fonts/Rubik-Black.svg#Rubik_Black') format('svg');
    font-weight: normal; font-style: normal; font-display: swap;
}

@font-face {
    font-family: 'Rubik_ExtraBold';
    src: url('../fonts/Rubik-ExtraBold.eot');
    src: url('../fonts/Rubik-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rubik-ExtraBold.woff2') format('woff2'),
         url('../fonts/Rubik-ExtraBold.woff') format('woff'),
         url('../fonts/Rubik-ExtraBold.ttf') format('truetype'),
         url('../fonts/Rubik-ExtraBold.svg#Rubik_ExtraBold') format('svg');
    font-weight: normal; font-style: normal; font-display: swap;
}

@font-face {
    font-family: 'Rubik_Bold';
    src: url('../fonts/Rubik-Bold.eot');
    src: url('../fonts/Rubik-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rubik-Bold.woff2') format('woff2'),
         url('../fonts/Rubik-Bold.woff') format('woff'),
         url('../fonts/Rubik-Bold.ttf') format('truetype'),
         url('../fonts/Rubik-Bold.svg#Rubik_Bold') format('svg');
    font-weight: normal; font-style: normal; font-display: swap;
}

@font-face {
    font-family: 'Rubik_Medium';
    src: url('../fonts/Rubik-Medium.eot');
    src: url('../fonts/Rubik-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rubik-Medium.woff2') format('woff2'),
         url('../fonts/Rubik-Medium.woff') format('woff'),
         url('../fonts/Rubik-Medium.ttf') format('truetype'),
         url('../fonts/Rubik-Medium.svg#Rubik_Medium') format('svg');
    font-weight: normal; font-style: normal; font-display: swap;
}

@font-face {
    font-family: 'Rubik_Light';
    src: url('../fonts/Rubik-Light.eot');
    src: url('../fonts/Rubik-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rubik-Light.woff2') format('woff2'),
         url('../fonts/Rubik-Light.woff') format('woff'),
         url('../fonts/Rubik-Light.ttf') format('truetype'),
         url('../fonts/Rubik-Light.svg#Rubik_Light') format('svg');
    font-weight: normal; font-style: normal; font-display: swap;
}

@font-face {
    font-family: 'Rubik_Regular';
    src: url('../fonts/Rubik-Regular.eot');
    src: url('../fonts/Rubik-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rubik-Regular.woff2') format('woff2'),
         url('../fonts/Rubik-Regular.woff') format('woff'),
         url('../fonts/Rubik-Regular.ttf') format('truetype'),
         url('../fonts/Rubik-Regular.svg#Rubik_Regular') format('svg');
   font-weight: normal; font-style: normal; font-display: swap;
}

@font-face {
    font-family: 'Rubik_SemiBold';
    src: url('../fonts/Rubik-SemiBold.eot');
    src: url('../fonts/Rubik-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rubik-SemiBold.woff2') format('woff2'),
         url('../fonts/Rubik-SemiBold.woff') format('woff'),
         url('../fonts/Rubik-SemiBold.ttf') format('truetype'),
         url('../fonts/Rubik-SemiBold.svg#Rubik_SemiBold') format('svg');
    font-weight: normal; font-style: normal; font-display: swap;
}


html{
	-webkit-tap-highlight-color: transparent;
}

body {
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Rubik_Light';
	color: #3d4a56;
	background-color: #f2efe9;
	padding: 0!important;
}

p{
	font-size: 17px;
}

strong{
	font-family: 'Rubik_Medium';
}

table {
	font-size: 1em;
	position: relative;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}

select, input, textarea {
	color: #3d4a56;
}

select, input, textarea {
	font-family: 'Rubik_Regular';
}


input[type="submit"],
button,
a.button,
.btn,
a.btn {
    display: inline-block;
    height: 48px;
    margin: 0 0 0 0;
    padding: 0 30px 0 30px;
    border: 0 none;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    font-family: 'Rubik_Light';
    letter-spacing: 0px;
    text-align: center;
	border-radius: 10px;
    background: #014fb7;
    outline: 0;
    cursor: pointer;
    position: relative;

    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

input[type="submit"] i,
button i,
a.button i,
.btn i,
a.btn i{
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 100%;
	margin-left: 10px;
	background: url(../images/icon_arrow.png) no-repeat center;
	position: relative;

	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

input[type="submit"]:hover,
button:hover,
a.button:hover,
.btn:hover,
a.btn:hover{
	background-color: #0062bd;
}


input[type="submit"]:hover i,
button:hover i,
a.button:hover i,
.btn:hover i,
a.btn:hover i{
	left: 8px;
}

a {
	color: #3d4a56;
}

ins {
	background-color: #fcd700;
	color: #3d4a56;
	text-decoration: none;
}

mark {
	background-color: #fcd700;
	color: #3d4a56;
	font-style: italic;
	font-weight: bold;
}

blockquote {
	padding: 16px;
	background: #eee;
}

h1, h2, h3, h4, h5, h6,
table thead th {
	font-family: 'Rubik_Light';
	color: #3d4a56;
	font-weight: normal;
}

h1{
	font-size: 35px;
}
h2{
	font-size: 25px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 23px;
}
h5{
	font-size: 22px;
}
h6{
	font-size: 20px;
}


/* contenidos */


.central-wrapper {
	width: 1360px;
	margin: 0 auto;
	position: relative;
}

.content-wrap .central-wrapper{
	
}

.wrap_home {
	margin: -25px 0 0 0;
	position: relative;
	z-index: 5;
}

.wrap_home .central-wrapper{
	background-color: #fff;
	padding: 0 38px 0 38px;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.page{
	width: 100%;
	min-height: 100%;
	padding-top: 0px;
	position: relative;
	z-index: 10;
	overflow-x: hidden;
	clear: both;
	background-color: #f2efe9;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#header{
	height: auto;
	margin: 0;
	padding: 0;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 13%);
	z-index: 99999;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    z-index: 100000;
}


/* logo */

.logo_top{
	float: left;
	padding: 15px 0 25px 0;
	position: relative;
	z-index: 4;
}

.logo_top img{
	width: 221px;
	height: 81px;
	margin: 0 0 0 0;
	vertical-align: middle;
}

.logo_top a{
	display: block;
	position: relative;
	z-index: 3;
}


/*navigation*/


.right_navigation{
	text-align: right;
}

.nav_top{
	padding: 8px 0 8px 0;
}

.nav_top ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

.nav_top ul li{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.nav_top ul li a{
	display: block;
	margin: 0 0px 0px 30px;
    padding: 6px 0 6px 30px;
	font-size: 14px;
	position: relative;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.icon_quienes{
	background: url(../images/icon_quienes.png) no-repeat 0px 1px;
}

.icon_ubicacion{
	background: url(../images/icon_ubicacion.png) no-repeat 6px 0px;
}

.icon_contact{
	background: url(../images/icon_contacto.png) no-repeat 0px 1px;
}

.nav_top ul li a:hover{
	color: #014fb7;
	text-decoration: underline;
}

.nav_principal{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}



/* boton categorias */

a.btn_categorias{
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

/* menu categorias animado */

.btn_cat_top span{
	width: 48px;
    height: 48px;
	display: block;
	margin: 0;
	position: relative;

	background-color: #2968bc;
	border: solid 1px #1852ae;
	border-radius: 6px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

a.btn_categorias:hover span{
	background-color: #014fb7;
	border-color: #014fb7;
}

.btn_cat_top b {
	display: block;
	width: 5px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;

	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.btn_cat_top b:nth-child(1) {
    margin-top: 6px;
    margin-left: -12px;
}

.btn_cat_top b:nth-child(2) {
    margin-top: 6px;
    margin-left: 0;
}

.btn_cat_top b:nth-child(3) {
    margin-top: -6px;
    margin-left: 0;
}

.btn_cat_top b:nth-child(4) {
    margin-top: -6px;
    margin-left: 12px;
}

.btn_cat_top b:nth-child(5) {
    margin-top: 6px;
    margin-left: 12px;
}


@-webkit-keyframes menu_toggler_b_1 {
    0%, 60% {
	    margin-top: 6px;
	    margin-left: -11px;
	}
	70%, 90% {
	    margin-top: 6px;
	    margin-left: 0;
	}
	100% {
	    margin-top: -6px;
	    margin-left: 0;
	}
}

@keyframes menu_toggler_b_1 {
	0%, 60% {
	    margin-top: 6px;
	    margin-left: -12px;
	}
	70%, 90% {
	    margin-top: 6px;
	    margin-left: 0;
	}
	100% {
	    margin-top: -6px;
	    margin-left: 0;
	}
}

@-webkit-keyframes menu_toggler_b_2 {
    0%, 10% {
	    margin-top: 6px;
	    margin-left: 0;
	}
	20%, 40% {
	    margin-top: -6px;
	    margin-left: 0;
	}
	100%, 50% {
	    margin-top: -6px;
	    margin-left: 12px;
	}
}

@keyframes menu_toggler_b_2 {
	0%, 10% {
	    margin-top: 6px;
	    margin-left: 0;
	}
	20%, 40% {
	    margin-top: -6px;
	    margin-left: 0;
	}
	100%, 50% {
	    margin-top: -6px;
	    margin-left: 12px;
	}
}

@-webkit-keyframes menu_toggler_b_3 {
    0% {
	    margin-top: -6px;
	    margin-left: 0;
	}
	10%, 70% {
	    margin-top: -6px;
	    margin-left: -12px;
	}
	80%, 90% {
	    margin-top: 6px;
	    margin-left: -12px;
	}
	100% {
	    margin-top: 6px;
	    margin-left: 0;
	}
}

@keyframes menu_toggler_b_3 {
	 0% {
	    margin-top: -6px;
	    margin-left: 0;
	}
	10%, 70% {
	    margin-top: -6px;
	    margin-left: -12px;
	}
	80%, 90% {
	    margin-top: 6px;
	    margin-left: -12px;
	}
	100% {
	    margin-top: 6px;
	    margin-left: 0;
	}
}

@-webkit-keyframes menu_toggler_b_4 {
    0%, 30% {
	    margin-top: -6px;
	    margin-left: 12px;
	}
	100%, 40% {
	    margin-top: 6px;
	    margin-left: 12px;
	}
}

@keyframes menu_toggler_b_4 {
    0%, 30% {
	    margin-top: -6px;
	    margin-left: 12px;
	}
	100%, 40% {
	    margin-top: 6px;
	    margin-left: 12px;
	}
}

@-webkit-keyframes menu_toggler_b_5 {
    0%, 20% {
	    margin-top: 6px;
	    margin-left: 12px;
	}
	30%, 50% {
	    margin-top: 6px;
	    margin-left: 0;
	}
	60%, 80% {
	    margin-top: -6px;
	    margin-left: 0;
	}
	90% {
	    margin-top: -6px;
	    margin-left: -12px;
	}
	100% {
	    margin-top: 6px;
	    margin-left: -12px;
	}
}

@keyframes menu_toggler_b_5 {
    0%, 20% {
	    margin-top: 6px;
	    margin-left: 12px;
	}
	30%, 50% {
	    margin-top: 6px;
	    margin-left: 0;
	}
	60%, 80% {
	    margin-top: -6px;
	    margin-left: 0;
	}
	90% {
	    margin-top: -6px;
	    margin-left: -12px;
	}
	100% {
	    margin-top: 6px;
	    margin-left: -12px;
	}
}

.btn_cat_top.animate b:nth-child(1) {
    -webkit-animation-name: menu_toggler_b_1;
    animation-name: menu_toggler_b_1;
}

.btn_cat_top.animate b:nth-child(2) {
    -webkit-animation-name: menu_toggler_b_2;
    animation-name: menu_toggler_b_2;
}

.btn_cat_top.animate b:nth-child(3) {
    -webkit-animation-name: menu_toggler_b_3;
    animation-name: menu_toggler_b_3;
}

.btn_cat_top.animate b:nth-child(4) {
    -webkit-animation-name: menu_toggler_b_4;
    animation-name: menu_toggler_b_4;
}

.btn_cat_top.animate b:nth-child(5) {
    -webkit-animation-name: menu_toggler_b_5;
    animation-name: menu_toggler_b_5;
}

/* menu principal */

.menu_principal{
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 0px;
}

.menu_principal li{
	display: inline-block;
	vertical-align: middle;
}

.menu_principal li a{
	display: block;
	padding: 5px 13px 5px 14px;
	font-size: 16px;
	line-height: 22px;
	color: #3d4a56;
	font-family: 'Rubik_Medium';

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.menu_principal li a:hover{
	color: #0062bd;
}


/* buscador content */


.nav_principal form{
	display: inline-block;
	vertical-align: middle;
}

.search-container{
	display: inline-block;
	vertical-align: middle;
	width: 394px;
	position: relative;
	background-color: #fff;
	border: solid 2px #2968bc;
	border-radius: 6px;
}

.search-container input[type="text"] {
	width: 100%;
	height: 44px;
	margin: 0 0 0 0;
	padding: 4px 20px 4px 10px;
	border-radius: 6px;
	background-color: transparent;
	border: none;
	font-size: 16px;
	line-height: 17px;
	color: #000;
	font-family: 'Rubik_Light';
	font-weight: normal;
	position: relative;
	z-index: 2;	
}

.search-container button {
	width: 50px;
	height: 100%;
	padding: 0;
	background: #2968bc url(../images/ico_search.png) no-repeat center;
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	z-index: 4;
	outline: 0;
	border-radius: 0px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.search-container button:hover{
	background-color: #014fb7;
}

.buscador_movil{
	display: none;
}

.search-container:hover{
	border-color: #014fb7;
}


/* W h a t s a p p */


a.btn_whatsapp{
	width: 177px;
	height: 46px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 15px;
	padding: 8px 0 0 50px;
	background: #028b62 url(../images/ico_wsap.png) no-repeat 13px center;
	font-size: 18px;
	color: #ffffff;
	font-family: 'Rubik_Bold';
	text-align: left;
	letter-spacing: 1.5px;
	border-radius: 6px;
	border: solid 1px #00835c;

	position: relative;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

a.btn_whatsapp:hover{
	background-color: #008b3a;
	border-color: #008b3a;
}

a.btn_whatsapp p{
	margin: 0 0 0 0;
	font-size: 10px;
	color: #adffee;
	font-family: 'Rubik_Medium';
	text-transform: uppercase;
	letter-spacing: 1.1px;
	line-height: 10px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

a.btn_whatsapp:hover p{
	color: #8dffe7;
}



/*  - - - - - -   M E N U   C A T E G O R I A S  D E S P L E G A B L E - - - - - - */


.menu_categorias{
	display: none;
	width: 100%;
	height: 100%;
	background: #fafafa;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	overflow-y: scroll;
}

.overflow_hidden{
	overflow: hidden!important;
}

.menu_categorias_top{
	padding-top: 37px;
	padding-bottom: 50px;
}

a.btn_cerrar_cat{
	display: block;
	float: left;
	padding: 0 0 0 22px	;
	font-size: 16px;
	line-height: 35px;
	background: url(../images/cerrar_categoria.svg) no-repeat 0px 10px;
}

a.btn_cerrar_cat:hover{
	text-decoration: underline;
}

.btns_right_menu{
	margin: 0 0 0 180px;
	text-align: right;
}

.btns_right_menu.btns_cat_movil{
	display: none;
}

.btns_right_menu a{
	display: inline-block;
	vertical-align: middle;

	display: inline-block;
    height: 48px;
    margin: 0 0 0 0;
    padding: 0 30px 0 30px;
    border: 0 none;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    font-family: 'Rubik_Light';
    letter-spacing: 0px;
    text-align: center;
    border-radius: 10px;
    background: #014fb7;
    outline: 0;
    cursor: pointer;
    position: relative;

    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.btns_right_menu a:hover{
	background: #0062bd;
}

.menu_enlaces{
	padding: 0 0px 40px 0px;
	text-align: justify;
}

.menu_enlaces:after{
	width: 100%;
	content:"";
	display: inline-block;
}

.list_enlaces{
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	width: 24%;
}

.list_enlaces.destacados-50{
	display: none;
}

.list_enlaces h3{
	margin: 0 0 8px 0;
}

.list_enlaces h3 a{
	display: block;
	padding: 13px 20px 13px 20px;
	background-color: #f2efe9;
	font-size: 15px;
	color: #014fb7;
	font-family: 'Rubik_Regular';
	letter-spacing: 0px;
	text-align: left;
	border-radius: 10px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.list_enlaces h3 a:hover{
	background: #e6c300;
	color: #000;
}

.list_enlaces ul{
	margin: 0 0 0 15px;
}

.list_enlaces ul li a{
	display: block;
    padding: 5px 0 5px 0px;
    font-size: 15px;
    line-height: 17px;
}

.list_enlaces ul li a i{
	margin: -4px 5px 0 0;
    vertical-align: middle;
}

.list_enlaces ul li a:hover{
	text-decoration: underline;
}

.menu_categorias.mostrar_menu_cat{
	display: block;
	animation: menuLevel2Show 0.3s ease-out forwards;
	-webkit-animation: menuLevel2Show 0.3s ease-out forwards;
}


@-webkit-keyframes menuLevel2Show {
  0% {
    opacity: 0;
    margin-top: 30px;
  }
  10% {
    opacity: 0;
    margin-top: 30px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@keyframes menuLevel2Show {
  0% {
    opacity: 0;
    margin-top: 30px;
  }
  10% {
    opacity: 0;
    margin-top: 30px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

.overlay_menu_cat{
	position: fixed;
    left: 0;
    top: 78px;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 43%);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.overlay_menu_cat.mostrar_menu_cat {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}





/*-----------------------------------*/


.banner_widgets{
	padding: 0 0 0 0;
	overflow: hidden;
}


/* SLIDER BANNER PRINCIPAL */



.slider_principal{
	width: auto;
	position: relative;
	overflow: hidden;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.container_slider {
	/*max-width: 1400px;
	padding: 0 0 0 0;
	margin-left: auto;
	margin-right: auto;*/
    text-align: left;
    position: initial;
}

.static {
  position: static;
}

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-slide-text{
	margin: 0px 0 0 0;
}


.owl-slide-text h1{
	margin: 0 0 0px 0;
	font-size: 50px;
	line-height: 54px;
	color: #fff;
	font-family: 'Rubik_Bold';
	letter-spacing: 1px;
}

.owl-slide-text h2{
	margin: 0 0 20px 0;
	font-size: 55px;
	line-height: 54px;
	color: #e6c300;
	font-family: 'Rubik_Bold';
	letter-spacing: 1px;
}

.owl-slide-text h3{
    width: 50%;
	margin: 0 0 0px 0;
	font-size: 17px;
	line-height: 23px;
	color: #fff;
	font-family: 'Rubik_Regular';
	letter-spacing: 0.5px;
}

/*.url_banner{*/
/*	display: block;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	position: absolute;*/
/*	top: 0px;*/
/*	left: 0px;*/
/*	z-index: 10;*/
/*}*/

body .owl-slide-text a{
	margin-top: 40px;
	display: inline-block!important;
}

.owl-carousel .owl-slide {
	position: relative;
	height: 464px;
	background-color: #050915;
	border-radius: 0px;
	overflow: hidden;
}

.owl-carousel .owl-slide-animated {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.05s;
  transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}



.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
  background: #fff;
  border: 1px solid var(--main-black-color);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
   background: #000;
}

.owl-carousel .owl-stage{
	background-color: #d9d9d9;
}

/*.owl-carousel .owl-stage-outer:before{
	content: "";
	width: 100%;
	height: 117px;
	background: url(../images/ond_slider.png) no-repeat center bottom ;
	position: absolute;
	bottom: -5px;
	left: 0px;
	z-index: 2;
}*/

.btn_ver{
	display: inline-block;
	margin: 30px 0 0 0;
	width: 157px;
	height: 37px;
	color: #ff5d00;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	position: relative;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.btn_ver:before{
	content: "";
	width: 100%;
	height: 100%;
	border: solid 2px #ff5d00;
	background-color: transparent;

	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;

	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
}

.btn_ver span{
	display: block;
	padding: 10px 0 0 0;
	position: relative;
	z-index: 2;
}

.btn_ver:hover:before{
	background-color: #ff5d00;
	-webkit-transform: skewX(15deg);
	-moz-transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	transform: skewX(15deg);
}

.btn_ver:hover span{
	color: #fff;
}

.owl-theme .owl-nav.disabled+.owl-dots{
	padding: 20px 0 20px 0;
	margin-top: 0px!important;
	text-align: left;
	top: auto!important;
	left: 0px!important;
	right: 0px!important;
	bottom: 24px!important;
	z-index: 20;
}

.owl-carousel .owl-dots .owl-dot span{
	display: none!important;
}

.owl-theme .owl-dots .owl-dot{
	width: 13px!important;
	height: 13px!important;
	margin: 0 5px 0px 5px!important;
	background-color: #b6b6c2!important;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	-khtml-border-radius: 100px;
}

.owl-theme .owl-dots .owl-dot.active{
	width: 30px!important;
	background-color: #e6c300!important;
}



/* widget secundarios */



.widgets_secundarios{
	background-color: #e8ebef;
	padding: 80px 0 25px 0;
	position: relative;
}

.widgets_secundarios:after {
    content: "";
    width: 100%;
    height: 126px;
    background: url(../images/wave_widgets_foote.png) no-repeat center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.widgets_secundarios .central-wrapper{
	text-align: justify;
	z-index: 3;
}

.secudn_movil{
	display: none!important;
}

.widgets_secundarios .central-wrapper:after{
	width: 100%;
	content:"";
	display: inline-block;
}

.widg_sec{
	width: 23.4444444%;
	height: 174px;
	display: inline-block;
	vertical-align: top;
	padding: 0 40px 0 40px;
	text-align: left;
	background: rgb(0,105,172);
	background: linear-gradient(55deg, rgba(0,105,172,1) 14%, rgba(23,194,211,1) 69%);

	box-shadow: 0px 7px 14px rgb(0 7 24 / 12%);

	-webkit-border-radius: 30px;
	-webkit-border-top-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius: 30px;
	-moz-border-radius-topright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-radius: 30px;
	border-top-right-radius: 1px;
	border-bottom-left-radius: 1px;
}

.widg_sec i{
	display: block;
	width: 99px;
	height: 87px;
	margin: -40px 0 20px 0;
	line-height: 87px;
	text-align: center;
	background: url(../images/bg_icon_widget.png) no-repeat;
}

.widg_sec i img{
	display: inline;
	vertical-align: middle;
}

.widg_sec h5{
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

.widg_sec p{
	margin: 0 0 0 0;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	letter-spacing: 0px;
}

.widg_sec p a{
	color: #fff;
	text-decoration: underline;
}




/* - - - - C  O  N  T  E  N  I  D  O  S - - - - */




/* CATEGORIAS DESTACADAS */


.categorias_destacadas{
	padding: 10px 0 10px 0;	
}

.categorias_destacadas .slick-dotted.slick-slider{
	margin-bottom: 30px;
}

.categorias_destacadas .slick-slider{
	margin-left: -12px;
	margin-right: -11px;
}

.categorias_destacadas .slick-dots {
    bottom: -30px;
}

figure.cat_item {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
	border: none;
	position: relative;
	text-align: center;
}

figure.cat_item a{
	display: block;
	height: 180px;
	padding: 0px 0px 0 0px;
	margin: 50px 4px 0 4px;
	background: #f2efe9;
	border-radius: 10px;
	position: relative;

	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

figure.cat_item:hover a{
	background: #eef2fa;
}

.categorias_destacadas .img_category{
	margin: 0px 0 0 0;
}

.categorias_destacadas .img_category img{
	display: inline-block!important;
	margin: -50px 0 0 0;
	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

figure.cat_item:hover .img_category img{
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.categorias_destacadas .nombre_cat{
	height: 54px;
	margin: 5px 12px 0 12px;
	padding: 15px 0 0 0;
	font-size: 17px;
	line-height: 19px;
	font-family: 'Rubik_Medium';
	border-top: solid 1px #d0d0d0;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

figure.cat_item:hover .nombre_cat{
	color: #014fb7;
}

.btn_ver_prodd{
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
	font-size: 15.5px;
	color: #777b80;
	font-family: 'Rubik_Regular';
	letter-spacing: 0px;
}

.btn_ver_prodd i{
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 6px;
	margin-left: 10px;
	background: url(../images/arrow_azul.png) no-repeat center;
	position: relative;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

figure.cat_item:hover .btn_ver_prodd{
	color: #5f6369;
}

.btn_ver_prodd:hover i{
	left: 8px;
}



/* CARROUSELES PRODUCTOS HOME*/


.cont_carrouseles{
	margin: 0 0 0 0;
	padding: 0 0px 0px 0px;
	background-color: transparent;
	position: relative;
}

.titulos_home{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: solid 1px #e2e2e2;
	position: relative;
}

.titulos_home h2{
	display: inline-block;
	margin: 0px 0 -2px 0;
	padding: 0 0 17px 0;
	font-size: 24px;
	letter-spacing: 0px;
	position: relative;
	z-index: 2;
}

.titulos_home h2:before{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #e6c300;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

.titulos_home h3{
	display: inline-block;
	margin: 0px 0 -2px 0;
	padding: 0 0 10px 0;
	font-size: 22px;
	letter-spacing: 0px;
	position: relative;
	z-index: 2;
}

.titulos_home h3:before{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #e6c300;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}


.btn_ver_mas{
	display: inline-block;
    margin: 0px 0px 0 0px;
    padding: 7px 15px 5px 15px;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    position: relative;
    top: -3px;
    background-color: #00a64b;
    border-radius: 100px;
    font-family: 'Rubik_Regular';
    z-index: 2;

    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.btn_ver_mas:before{
	content: "";
	width: 15px;
	height: 100%;
	background-color: #fafafa;
	position: absolute;
	top: 0px;
	right: -15px;
}

.btn_ver_mas span{
	display: inline-block;
}

.btn_ver_mas i{
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 8px;
	font-size: 20px;
}

.btn_ver_mas:hover{
	background-color: #00a758;
    color: #fff!important;
}




/* OFERTAS MÁS POPULARES */


.ofertas_home{
	padding-top: 40px;
	padding-bottom: 5px;
	background-color: #00a758;	
}


.ofertas_home figure.producto_item{
	margin-bottom: 0px;
	border-color: #00a758;
}


/* productos items */


.productos_carrousel{
	margin-top: 15px;
}

.productos_carrousel .central-wrapper{
	padding-bottom: 0px;
}

.slick-slide {
    margin: 12px 8px;
}

.productos_carrousel .slick-slide{
	margin: 30px 0px 20px 0px;
}

figure.producto_item {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0px 15px 0px 15px;
	background: #fff;
	border-left: solid 1px #f2f2f2;
	border-right: solid 1px #f2f2f2;
	position: relative;
	text-align: center;

	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

figure.producto_item a{
	display: block;
}

figure.producto_item .img_producto{
	height: auto;
	margin: 0px -10px 10px -10px;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
}

figure.producto_item img {
	display: inline-block;
	vertical-align: top;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

figure.producto_item:hover img{
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

figure.producto_item figcaption {
	margin-top: 0;
	padding: 16px 15px 10px 15px;
	position: relative;
	background-color: #f2f2f4;

	-webkit-border-radius: 26px;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-top-right-radius: 1px;
	-moz-border-radius: 26px;
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 1px;
	border-radius: 26px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
}

.marca_item_prodd{
	margin: 5px 0 8px 0;
	text-transform: uppercase;
	font-family: 'Rubik_Regular';
	font-size: 14px;
	color: #666666;
	letter-spacing: 0.5px;
	text-align: left;
}

figure.producto_item .rpc_price {
	margin: 11px 0 15px 0;
}

figure.producto_item .rpc_price ins {
	display: inline-block;
	vertical-align: bottom;
	font-size: 24px;
	line-height: 25px;
	color: #000000;
	background-color: transparent;
}

figure.producto_item .rpc_price del {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 8px;
	font-size: 16px;
	line-height: 17px;
	color: #585858;
	text-decoration: line-through;
}

figure.producto_item .rpc_title {
	margin: 0px 0 10px 0;
	text-align: left;
}

figure.producto_item .rpc_title a{
	height: 38px;
	max-width: 100%;
	color: #0062bd;

	font-size: 16px;
	line-height: 18px;
	font-family: 'Rubik_Medium';
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;

	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	line-clamp: 2;

	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;

	overflow: hidden;
	text-overflow: ellipsis;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

figure.producto_item .rpc_title a:hover{
	color: #de4310;
}

.marca_producto {
	width: 125px;
    position: absolute;
    top: 10px;
    left: 18px;
    z-index: 3;
}

figure.producto_item:hover .marca_producto img,
figure.producto_item:hover .read-more img{
	-webkit-transform: scale(1);
	transform: scale(1);
}

.oferta_producto {
	height: 23px;
    margin: 0 0 0 0;
    text-align: left;
    position: absolute;
    top: 8px;
    right: 15px;
}


.oferta_producto span{
	display: inline-block;
    padding: 0 13px 0 13px;
    background: #ffd101;
    text-align: center;
    color: #000;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.5px;
    border-radius: 5px;
}

.oferta_producto p{
	margin: 8px 0 0 0;
	font-size: 12px;
	color: #27AE60;
}

.ofertas_home .oferta_producto p{
	font-size: 14px;
}

.oferta_producto.verde span {
	background: #30de8e;
	border: 0px solid transparent;
}

.oferta_producto p {
    color: #0066CC;
}

.dscto_producto_oferta{
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	padding: 0 15px 0 15px;
	font-size: 18px;
    line-height: 33px;
    font-family: 'Rubik_Regular'!important;
	color: #000;
	background: #30de8e;
	border: none;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.dscto_producto_envio_gratis{
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	padding: 0 16px 0 16px;
	font-size: 12px;
	line-height: 28px;
	color: #fff;
	background: #0066CC;
	border: 1px solid #0066CC;
	border-radius: 10px;
}

figure.producto_item .read-more {
	display: block;
    height: 45px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 17px;
    line-height: 45px;
    color: #fff;
    font-family: 'Rubik_Regular';
    background: #028b62;
    border: solid 0px transparent;
	
	border-radius: 10px;

    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

figure.producto_item .read-more:hover{
	background: #e6c300;
	color: #000;
}

figure.producto_item .read-more i{
	width: 24px;
    height: 100%;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: top;
    line-height: 43px;
    background: url(../images/icon_wsap.png) no-repeat center;
}

figure.producto_item .read-more:hover i{
	left: 0px;

	animation: myAnimmm 2s ease 0s 1 normal forwards;
}


@keyframes myAnimmm {
	0% {
		animation-timing-function: ease-in;
		opacity: 1;
		transform: translateX(-12px);
	}

	24% {
		opacity: 1;
	}

	40% {
		animation-timing-function: ease-in;
		transform: translateX(-10px);
	}

	65% {
		animation-timing-function: ease-in;
		transform: translateX(-8px);
	}

	82% {
		animation-timing-function: ease-in;
		transform: translateX(-6px);
	}

	93% {
		animation-timing-function: ease-in;
		transform: translateX(-4px);
	}

	25%,
	55%,
	75%,
	87%,
	98% {
		animation-timing-function: ease-out;
		transform: translateX(0px);
	}

	100% {
		animation-timing-function: ease-out;
		opacity: 1;
		transform: translateX(0px);
	}
}


figure.producto_item .read-more .hover_wsp{
	display: none;
}

figure.producto_item .read-more:hover img{
	display: none;
}

figure.producto_item .read-more:hover .hover_wsp{
	display: inline;
}

figure.producto_item a.ver_detalle_prox{
	margin: 10px 0 0 0;
    padding: 5px 0 5px 0;
    font-size: 15.5px;
    color: #777b80;
    font-family: 'Rubik_Regular';
    letter-spacing: 0px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

figure.producto_item a.ver_detalle_prox i{
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 6px;
    margin-left: 12px;
    background: url(../images/arrow_azul.png) no-repeat center;
    position: relative;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

a.ver_detalle_prox:hover{
	color: #484b4e;
}

a.ver_detalle_prox:hover i{
	animation: myAnimi 2s ease 0s 1 normal forwards;
}


@keyframes myAnimi {
	0% {
		animation-timing-function: ease-in;
		opacity: 1;
		transform: translateX(-12px);
	}

	24% {
		opacity: 1;
	}

	40% {
		animation-timing-function: ease-in;
		transform: translateX(-10px);
	}

	65% {
		animation-timing-function: ease-in;
		transform: translateX(-8px);
	}

	82% {
		animation-timing-function: ease-in;
		transform: translateX(-4px);
	}

	93% {
		animation-timing-function: ease-in;
		transform: translateX(-2px);
	}

	25%,
	55%,
	75%,
	87%,
	98% {
		animation-timing-function: ease-out;
		transform: translateX(0px);
	}

	100% {
		animation-timing-function: ease-out;
		opacity: 1;
		transform: translateX(0px);
	}
}


/* slick slider carrouseles */


.slick-slider{
	position: initial!important;
	margin-left: 0px;
	margin-right: -1px;
}

button.slick-arrow before{
	display: none!important;
}

button.slick-arrow {
	width: 22px!important;
	height: 39px!important;
	top: 16px!important;
	opacity: 0.6!important;
	z-index: 10;
}

button.slick-arrow:hover,
button.slick-arrow:focus{
	opacity: !important;
}

.slick-prev{
	background: url(../images/slickprev.png) no-repeat center!important;
	right: 22px!important;
	left: auto!important;
}

.slick-next{
	background: url(../images/slicknext.png) no-repeat center!important;
	right: -4px!important;
}

.slick-initialized .slick-slide{
	padding-top: 6px!important;
}

button.slick-arrow:hover{
	opacity: 1!important;
}


/* - - - - M A R C A S   H O M E ---- */



.banner_bottom{
	margin: 20px 0 20px 0;
}

.cont_bnr_btm{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 260px;
	padding: 30px 0 0 0;
	background-color: #f1f1f5;
	border-radius: 10px;
}

.left_bnr_btm{
	width: 680px;
	margin: -20px 0 0 0;
}

.right_bnr_btm{
	width: 526px;
}

.cont_bnr_btm h3{
	font-size: 26px;
}

.cont_bnr_btm h3 strong{
	font-size: 28px;
}

.cont_bnr_btm a.btn{
	margin: 20px 0 0 0;
}


/* - - - - M A R C A S   H O M E ---- */


.marcas_home{
	margin-top: 50px;
	padding-bottom: 20px;
	position: relative;
	background-size: cover;
}

.marcas_home .slick-slide{
	margin: 10px 0 0 0;
    padding: 20px 0 20px 0!important;
}

.marcas_home_slider {
	margin-left: 0px;
    margin-right: 0;
}

figure.marcas_itemx {
	height: auto;
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	position: relative;
	text-align: center;

	background: transparent;
    border: solid 0px transparent;

	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.img_marcaa{
	display: flex;
	width: 100%;
	height: 117px;
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #fff;
	border-left: solid 1px #f2f2f2;
	border-right: solid 1px #f2f2f2;
}

.img_marcaa img{
	width: auto;

	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.marcas_itemx:hover img{
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.img_marcaa:before{
	content: "";
	width: 100%;
	height: 12px;
	background: url(../images/shadow_marca.png) no-repeat center;
	position: absolute;
	bottom: -12px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
}

figure.marcas_itemx span{
	display: block;
	padding: 10px 0 0 0;
}

figure.marcas_itemx span h4{
	font-size: 15px;
	color: #7a8691;
	text-transform: uppercase;
	font-family: 'Rubik_Medium';
	letter-spacing: 1px;
}


figure.marcas_itemx:hover span h4{
	color: #014fb7;
}



/* footer productos */



.bnr_bn_amarillo {
	margin: 60px 0 20px 0;
}

.bnr_bn_amarillo .cont_bnr_btm{
	background-color: #e6c300;
}

.bnr_bn_amarillo .cont_bnr_btm h3{
	color: #1c2227;
}

.marcas_section .img_marcaa{
	width: auto;
	margin: 0 10px 0 10px;
	padding: 0 15px 0 15px;
	border: none;
	border-radius: 8px;
}



/* - - - - P R O D U C T O S - - -  */



/* detalle producto */


.top_detalle{
	padding: 26px 0 26px 0;
	background-color: #e6c300;
}

.top_detalle .breadcrumb_top{
	width: auto;
	position: initial;
	float: left;
	padding: 14px 0 14px 0;
}

.top_detalle .breadcrumb_top a,
.top_detalle .breadcrumb_top i{
	color: #000!important;
}

.top_detalle .breadcrumb_top a:first-child{
	background: url(../images/icon_home_detalle.png) no-repeat 0px 0px;
}

.top_detalle a.btn{
	float: right;
	color: #014fb7;
	font-family: 'Rubik_Regular';
	background-color: #f2efe9;
}

.top_detalle a.btn i{
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 100%;
	margin-left: 0px;
	margin-right: 10px;
	background: url(../images/flecha_right.png) no-repeat center;
	position: relative;
}

.top_detalle a.btn:hover{
	background-color: #fff;	
}

/* detalle blanco */



.detalle_principal{
	margin: 0 0 0 0;
	padding: 20px 0px 40px 40px;
	background-color: #fff;
}

.left_detalle_producto{
	float: right;
	width: 54%;
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	z-index: 10;
}

.right_detalle_producto{
	float: left;
	width: 46%;
	margin: 0 0 0 0;
    padding: 20px 20px 0 0;
    position: relative;
    z-index: 10;
}


/* descripcion corta */

.descripcion_corta{
	margin: 20px 0 20px 0;
    padding: 20px 0 15px 0;
	font-size: 17px;
	line-height: 28px;
	color: #3d4a56;
	font-family: 'Rubik_Regular';
	border-top: solid 1px #d7d7d7;
}


/* galeria */


.cont_galeria{
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	position: relative;
	overflow: hidden;
}


.cont_galeria .wishlist{
	z-index: 1000;
}

.img_galeria{
	padding: 0 0 0 0;
	background-color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.img_galeria a{
	display: block;
	position: relative;
}

.cont_galeria .slick-slider{
	position: relative!important;
	margin-left: -0px;
	margin-right: -0px;
}

.cont_galeria .slick-slide{
	margin: 0!important;
	padding: 0!important;
}

.slick-slide img{
	margin-left: auto;
	margin-right: auto;
}

/* galeria bottom*/

.galeria_bottom{
	margin: 40px 0 0 0;
	padding-left: 60px;
	padding-right: 60px;
}

.slider-nav .slick-slide {
	margin: 10px 10px 15px 10px!important;
    padding: 8px 4px 8px 4px!important;
    background-color: #fff;
    border: solid 1px #ececef;
	border-radius: 10px;
}

.slider-nav .slick-slide.slick-current{
	border-color: #c9c9c9;
}

.thumb{
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.thumb img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cont_galeria .slick-next,
.cont_galeria .slick-prev{
	width: 45px!important;
	height: 100%!important;
	top: 0px!important;
	z-index: 20;
	opacity: 0.4!important;

	-webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.cont_galeria .slick-next{
	background: url(../images/galeri_right.png) no-repeat center!important;
    right: 0px!important;
}

.cont_galeria .slick-prev{
	background: url(../images/galeri_left.png) no-repeat center!important;
    right: auto!important;
    left: 0px!important
}

.cont_galeria .slick-next:hover,
.cont_galeria .slick-prev:hover{
	opacity: 0.8!important;
}

.easyzoom {
    float: left;
}

.easyzoom img {
    display: block;
}


/* compartir*/


.compartir_producto{
	margin: 25px 0 0px 0;
}

.compartir_producto span{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #3d4a56;
	font-family: 'Rubik_Regular';
}

.compartir_producto a{
	display: inline-block;
	vertical-align: middle;
	width: 37px;
	height: 37px;
	margin: 0 3px 0 3px;
	background-color: #fff;
	font-size: 20px;
	line-height: 38px;
	text-align: center;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.compartir_producto a:hover{
	background-color: #e6c300;
	color: #000;
}

.ico_whatsapp {
    color: #25aa25;
    font-size: 22px!important;
}

.ico_facebook {
    color: #3b5998;
}

.ico_twitter {
    color: #3aa0ed;
}

.ico_linkedin{
	color: #007bb5;
}

.ico_email {
    color: #fb5427;
}

.ico_link {
    color: #3d4a56;
}



/*  D E S C R I P C I O N  */



.descipciones_producto{
	margin: 40px 40px 10px 0px;
	padding: 0 0 0 0;
}

.tab_desct {
	width: auto;
	padding: 0 0 0 10px;
	background-color: #f5f5f5;
}

.tab_desct button {
	display: inline-block;
	vertical-align: top;
	height: auto;
	margin: 0 10px 0px 10px;
	padding: 25px 20px 25px 20px;
	font-size: 16px;
	line-height: 25px;
	color: #3d4a56;
	font-family: 'Rubik_Medium';
	text-align: left;
	background-color: transparent;
	cursor: pointer;
	transition: 0.3s;
}

.tab_desct button i{
	display: inline-block;
	vertical-align: top;
	width: 22px;
	height: 23px;
	margin: 0px 8px 0 0px;
	background: none;
	text-align: center;
	overflow: hidden;
}

.tab_desct button:hover i{
	left: 0px 
}

.tab_desct button.active_desct i img{
	margin: -23px 0 0 0;
}

.tab_desct button:hover {
	text-decoration: underline;
}

.tab_desct button.active_desct {
	color: #014fb7;
}

.tab_desct button.active_desct:hover{
	text-decoration: none;
}

/*.tabcontent_desct {
	padding: 0 0 0 0;
}
*/

.txt_detalles_producto{
	margin: 0 0 0 0;
	padding: 20px 40px 0px 40px;
	background-color: #fff;
}

.txt_detalles_producto p{
	margin: 0 0 20px 0;
	font-size: 17px;
	line-height: 30px;
	color: #3d4a56;
	text-align: justify;
}

.tt-table-03 tbody tr td {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: solid 1px #eeeeee;
	font-size: 17px;
	font-family: 'Rubik_Regular';
}

.tt-table-03 tbody tr td:first-child {
	width: 350px;
	font-size: 17px;
	font-family: 'Rubik_Light';
}



.txt_detalles_producto iframe{
	padding: 40px 40px 40px 40px;
    background-color: #f2efe9;
    border-radius: 10px;
}


/* - - - D E S C R I P C I O N E S   D E L   P R O D U C T O - - - */




.descripcion_producto{
	padding: 30px 0 0 0px;
}

.box_descripcion{
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	background-color: #fff;
	box-shadow: 0px 8px 15px rgb(0 0 0 / 8%);

	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 30px;
	border-radius: 10px;
	border-top-right-radius: 30px;
}

.descripcion_producto h4{
	margin: 0 0 0px 0;
	padding: 10px 25px 10px 25px;
	font-size: 16px;
	line-height: 25px;
	position: relative;
	letter-spacing: 0.8px;

	color: #fff;
	text-transform: uppercase;
	background: rgb(0,105,172);
	background: linear-gradient(80deg, rgba(0,105,172,1) 33%, rgba(23,194,211,1) 100%);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}


.txt_descripcion{
	padding: 15px 25px 20px 25px
}

.txt_descripcion,
.txt_descripcion p{
	font-size: 16px;
	line-height: 26px;
	font-family: 'Rubik_Regular';
}

.txt_descripcion table{
	line-height: 17px;
}

.txt_descripcion em{
	font-size: 16px;
}

.txt_descripcion iframe{
	overflow: hidden;
	-webkit-border-radius: 10px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius: 10px;
    -moz-border-radius-topright: 25px;
    border-radius: 10px;
    border-top-right-radius: 25px;
}

a.btn.btn_descargar{
	width: 335px;
	margin-bottom: 10px;
	text-align: left;
	background: #5f6061;
}

a.btn.btn_descargar:last-child{
	margin-bottom: 0px;
}

a.btn.btn_descargar:hover{
	background-color: #000;
}

a.btn.btn_descargar i{
	font-size: 20px;
	margin-right: 5px;
}


/*titulo precio producto*/


.titulo_detalle{
	font-size: 45px;
	line-height: 50px;
	color: #115dc2;
	font-family: 'Rubik_Medium';
	letter-spacing: 0.2px;
}


/* top detalle */


.header_titulo{
	margin: 0 0 25px 0;
}

.header_titulo span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px 0 0;
	color: #3d4a56;
}

.header_titulo span strong{
	margin: 0 5px 0 0;
	font-size: 15px;
	font-family: 'Rubik_Regular';
}

.header_titulo span.marca_detalle{
	padding: 3px 13px 3px 13px;
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.3px;
	background-color: #cc4422;
	font-family: 'Rubik_Medium';
	border-radius: 5px;
}

.header_titulo span.codigox{
	text-transform: uppercase;
}

.header_titulo span.codigox strong{
	text-transform: initial;
}


/* titulo producto */


.titulo_producto{
	margin: 0 0 13px 0;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #00b0ca;
}


/* valoraciones estrellas */


.valoracion_estrellas{
	margin: 20px 0 25px 0;
	font-size: 16px;
	line-height: 20px;
	color: #3d4a56;
}

.valoracion_estrellas img{
	display: inline-block;
}

.valoracion_estrellas span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}


/* descargas */


.content_descargas{
	margin: 18px 0 18px -10px;
}

.content_descargas a{
	height: 48px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 10px;
	padding: 0 25px 0 25px;

	font-size: 16px;
	line-height: 48px;
	color: #000;
	font-family: 'Rubik_Regular';
	background: #f0f1f5;
    border-radius: 5px;

    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.content_descargas a i{
	width: 21px;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 15px;
	background: url(../images/btn_descargar.png) no-repeat center;
}

.content_descargas a:hover{
	background-color: #e6c300;
}


/* solicitar cotizacion */


.cotizacion_prod {
	margin: 20px 0 0 0;
	padding: 30px 40px 20px 40px;
	background-color: #f2efe9;
	border-radius: 10px;
}

.cotizacion_prod .titulos_home{
	margin-bottom: 30px;
	border-color: #d3d3d3;
}

.cotizacion_prod a.wsp_coti,
.cotizacion_prod a.email_coti{
	display: inline-block;
	vertical-align: top;
	height: 51px;
	margin: 0px 0 13px 0;
	padding: 6px 30px 0 63px;
	font-size: 19px;
	color: #fff;
	font-family: 'Rubik_SemiBold';
	border-radius: 5px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.cotizacion_prod a.wsp_coti strong,
.cotizacion_prod a.email_coti strong{
	display: block;
	margin: 0 0 0 0;
	font-family: 'Rubik_SemiBold';
}

.cotizacion_prod a.wsp_coti span,
.cotizacion_prod a.email_coti span{
	display: block;
	margin: 0 0 0 0;
	font-size: 16px;
	font-family: 'Rubik_Light';
	letter-spacing: 3px;
}

.cotizacion_prod a.wsp_coti span{
	letter-spacing: 2px;
}

.cotizacion_prod a.wsp_coti{
	background: #028b62 url(../images/icon_wsp_detalles.png) no-repeat 16px 7px;
	letter-spacing: 3px;
	line-height: 19px;
}

.cotizacion_prod a.email_coti{
	background: #014fb7 url(../images/icon_operator.png) no-repeat 16px 7px;
	letter-spacing: 1px;
	line-height: 18px;
}


.cotizacion_prod a.wsp_coti:hover{
	background-color: #008b3a;
}


.cotizacion_prod a.email_coti:hover{
	background-color: #0062bd;
}

/* cantidad / agregar al carrito */


.cantidad_agregar{
	margin: 20px 0 20px 0;
	padding: 18px 0 18px 25px;
	background-color: #ffffff;
	border:solid 2px #e6e6e6;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.quantity_add{
	height: 53px;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	border:solid 1px #373737;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.quantity_add input[type=button]{
	display: inline-block;
	width: 52px;
	height: 53px;
	border: 0px solid transparent;
	background: transparent;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 24px;
	color: #000;

	text-align: center;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.quantity_add input[type=button]:hover{
	background-color: #dee4ed;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}

.quantity_add input[type="number"]{
	display: inline-block;
	width: 100px;
	height: 53px;
	vertical-align: top;
	border: none;
	background: transparent;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 20px;
	color: #000;
	text-align: center;
	-webkit-appearance: none;
	appearance:         none;
	-moz-appearance: textfield;
}

.quantity_add input[type="number"]::-webkit-outer-spin-button,
.quantity_add input[type="number"]::-webkit-inner-spin-button{
 -webkit-appearance: none;
}

button.add_to_cart_button {
	vertical-align: top;
	height: 53px;
	margin: 0 0 0 15px;
	padding: 0 45px 0 45px;
	font-size: 18px;
	line-height: 50px;
}

button.add_to_cart_button i{
	width: 30px;
    height: 100%;
    margin: 0 4px 0 -10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 45px;
}

button.add_to_cart_button i img{
	display: inline;
    vertical-align: middle;
}


/* envio cotizar */


.envio_cotizar{
	margin: 35px 0 20px 0;
}

.envio_cotizar a{
	display: inline-block;
	vertical-align: top;
	height: 45px;
	padding: 0 30px 0 30px;
	text-align: center;
	letter-spacing: 0px;
	line-height: 43px;
	text-transform: uppercase;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.envio_cotizar a img{
	vertical-align: middle;
	margin: -3px 8px 0 0;
}

a.btn_envio{
	font-size: 16px;
	color: #333333;
	border: solid 1px #cacaca;
	text-decoration: underline;
}

a.btn_envio:hover{
	background-color: #febf04;
}

a.btn_cotizar{
	margin-left: 20px;
	background-color: #00a758;
	color: #fff;
	font-size: 18px;
}

a.btn_cotizar:hover{
	background-color: #1ab76d;;
}


/*envios*/

.envio_producto{
	margin: 0 0 0 0;
	padding: 25px 30px 25px 30px;
	background: #e8ebef;
	border: solid 1px #e8ebef;

	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 30px;
	border-radius: 10px;
	border-top-right-radius: 30px;
}

.envio_producto img{
	float: left;
    margin: 8px 0 0 0;
}

.envio_producto span{
	display: block;
    padding: 0 0 0 80px;
}

.envio_producto span a{
	margin: 5px 0 0 0;
	background: #5f6061;
}


/*.envio_producto span:last-child{
	margin-bottom: 0px;
}
*/
/*.envios_peru{
	background: url(../images/ico_envio.png) no-repeat 0px 2px;
}

.metod_pago{
	background: url(../images/ico_metodo_pago.png) no-repeat 0px 2px;
}

.tiempo_estimado{
	background: url(../images/ico_tiempo.svg) no-repeat 0px 0px;
}
*/

.metod_pago img{
	display: inline-block;
	vertical-align: text-bottom;
	margin: 0 6px 0 6px;
}

.tiempo_estimado p{
	margin-bottom: 0px;
	font-size: 14px;
}

/*valoraciones del producto*/


.valoracion_comentario{
	margin: 0px 0 0 0;
	padding: 0;
	background: transparent;
	color: #3d4a56;
}

.reviewrating{
	margin: 0 0 0 0;
	overflow: hidden;
}

.rating_left{
	float: left;
	width: 30%;
	padding: 23px 0 0 0;
	text-align: center;
}

.rating_right{
	float: right;
	width: 62%;
}

.rating_left strong{
	display: block;
	margin: 0 0 10px 0;
	font-size: 40px;
	line-height: 38px;
}

.stars_total span{
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 0 2px;	
}

.stars_total em{
	display: block;
	margin: 13px 0 0 0;
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
}

.rating_right li{
	margin: 0 0 9px 0;
}

.rating_right li strong{
	width: 11px;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
}

.rating_right li img{
	display: inline-block;
	vertical-align: middle;
	margin: -4px 3px 0 7px;
}

.barra_blanca{
	width: 192px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	background: #e4e9ed;
	border-radius: 4px;
}

.barra_blanca span{
	display: block;
	height: 8px;
	background: #FFC000;
	border-radius: 4px;
}

.rating_right li em{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 2px;
	font-size: 15px;
	line-height: 15px;
	font-style: normal;
}


/*  boton deja tu Opionión*/

.dejaTu_Opinion{
	display: block;
	margin: 28px 0 35px 0;
	font-size: 18px;
	line-height: 22px;
	color: #00a155;
	text-decoration: underline;
}

.dejaTu_Opinion i{
	margin-right: 8px;
    font-size: 17px;
}

.dejaTu_Opinion:hover{
	text-decoration: underline;
}


/* opiniones */


.opiniones_producto{
	margin: 0 0 0 0;
}

.opiniones_producto li{
	margin-bottom: 30px;
}

.opiniones_producto li h6{
	margin: 0 0 7px 0;
	font-size: 16px;
	line-height: 18px;
}

.opiniones_producto li .stars_total{
	margin: 0 -2px 2px -2px;
}

.opiniones_producto li .stars_total img{
	width: 18px;
	height: 18px;
}

.opiniones_producto li p{
	font-size: 18px;
	line-height: 24px;
}




/* complementa tu compra */




.cont_relacionados{
	margin: 45px 0 0 0;
	padding: 45px 0 25px 0;
	background-color: #fff;
}

.cont_relacionados .central-wrapper{
	padding-bottom: 0px;
}

.cont_relacionados figure.producto_item{
	margin-bottom: 0px;
}




/* M E N U   R E S P O N S I V E */



.hidden {
  overflow: hidden;
}

.menu_movil {
	display: none;
	margin: 0 0 0 0;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1000;
}

.menu_movil.open{
	width: 100%;
	height: 100%;
	position: fixed;
}

.menu_movil nav {
  width: 100%;
  height: 68px;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.menu_movil nav ~ ul {
	display: flex;
	width: 100%;
	height: 70%;

	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 1%;
	right: 1%;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	list-style: none;
	transition: 0s;
}

.menu_movil nav ~ ul > li {
	width: 80%;
	padding: 10px 10px 10px 10px;
	cursor: pointer;
	font-size: 18px;
	text-align: left;
	border-bottom: solid 1px rgb(239 239 239);
}

.menu_movil nav ~ ul > li a{
	display: inline-block;
	color: #3d4a56;
	position: relative;

	font-family: 'Rubik_Regular';
}

.menu_movil nav ~ ul > li:hover a {
	color: #014fb7;
}

.menu_movil nav.open ~ ul {
  transition: 0.75s ease-in-out;
  visibility: visible;
  opacity: 1;
}

#drop {
	cursor: pointer;
	position: fixed;
	width: 48px;
    height: 48px;
    top: 25px;
    right: 20px;
	border-radius: 0 150% 150%;
}

.menu_movil nav.open > #drop{
	transition: 0.5s ease-in-out;
	box-shadow: 0 0 0 1070px #fff, inset 0 0 0 20px #fff;
	position: relative;
	top: -10px;
}

#drop.active {
  border-radius: 50%;
  animation: drop 0.3s forwards;
}

#drop > div {
	height: 100%;
	width: 100%;
	background-color: #e6c300;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 6px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#drop span {
  display: block;
  background-color: #4a4c56;
  width: 32px;
  height: 3px;
  margin: 3px 0;
  transition: 0.5s;
  border-radius: 0px;
}

#drop b{
	display: block;
	position: absolute;
    top: 12px;
    left: -42px;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
}

#drop span.open:nth-child(1) {
	margin: 5px 0 -16px 0px;
	transform: rotate(45deg) translate(5px, 5px);
}

#drop span.open:nth-child(2) {
	margin: 27px 0 -4px 0px;
	transform: rotate(-45deg) translate(5px, -5px);
}

#drop span.open:nth-child(3) {
  opacity: 0;
}

#drop .desaparecer,
.menu_movil.open #drop b{
	opacity: 0;
}

@keyframes drop {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(30px) rotate(45deg);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}


.menu_movil.open #drop span{
	background-color: #014fb7;
}

.menu_movil.open #drop > div{
	background-color: #fff;
}




/* WIDGETS HOME */



.content_widgets_home{
	padding: 20px 0 20px 0;
	margin: 0 -11px 0 -11px;
}

.widgets_tienda{
	margin: 0 0 0 0;
	text-align: center;
	position: relative;
}

.widgets_tienda .slick-slide{
	margin: 0 12px 0 12px!important;
	padding: 0!important;	
}

.slick-dots{
	bottom: -50px;
}

.slick-dots li{
	width: auto;
	height: auto;
	margin: 0 5px 0 5px;
	vertical-align: top;
}

.slick-dots li button{
	width: 10px;
	height: 11px;
	background-color: #a9b1bb;
}

.slick-dots li.slick-active button{
	width: 35px;
	background-color: #e6c300;
}

.slick-dots li button:hover{
	opacity: 0.9;
}

.slick-dots li button:before{
	display: none;
}

.box_widget{
	height: auto!important;
	margin: 0 0 0 0;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
	border: 1px solid #ececef;
	border-radius: 10px;
}

.box_widget img{
	border-radius: 10px;
}

.box_widget a:hover{
	animation: myAnimopacity 2s ease 0s 1 normal forwards;
}



@keyframes myAnimopacity {
	0% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}


/*.zoom_img img{
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.zoom_img:hover img{
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}*/

/*.widget_marca{
	padding: 96px 0 0 0;
	background:url(../images/bg_marcas_widget.jpg) no-repeat;
	background-size: cover;
}

.widget_linea_economica{
	text-align: left;
}*/

/*.widget_linea_economica{
	background:url(../images/linea_economica.jpg) no-repeat;
}
*/

.widget_marca h1{
	margin: 0 0 40px 0;
	font-size: 40px;
	line-height: 38px;
}

.widget_marca ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.widget_marca ul li{
	display: inline-block;
	vertical-align: middle;
}

.widget_marca ul li a{
	width: 128px;
	height: 102px;
	margin: 0 2px 0 2px;
	padding: 0 10px 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;

	box-shadow: inset 1.47578px -1.47578px 1.47578px rgba(0, 0, 0, 0.25);
	filter: blur(0.737892px);
	border-radius: 5.85261px;
	overflow: hidden;
}

.widget_marca ul li a img{
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.widget_marca ul li a:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.widget_marca p{
	margin: 15px 0 0 0;
	font-size: 20px;
	line-height: 24px;
}



/* - - - W I D G E T S   F O O T E R - - - */


.widgets_footer{
	padding: 60px 0 40px 0;
	text-align: justify;
}

.widgets_footer .central-wrapper:after{
	width: 100%;
	content:"";
	display: inline-block;
}

.item_widgets{
	display: inline-block;
	vertical-align: top;
	width: 24%;
	height: 245px;
	padding: 15px 20px 20px 30px;
	background-color: #fff;
	border: solid 1px #ececef;
	border-radius: 10px;
	text-align: left;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.item_widgets:hover{
	border: solid 1px #d7d7df;
}

.item_widgets h5{
	margin: 13px 0 10px 0;
	font-size: 20px;
	color: #3d4a56;
	font-family: 'Rubik_Medium';
	letter-spacing: -0.3px;
}

.item_widgets p{
	margin: 0 0 0 0;
	font-size: 16px;
	line-height: 20px;
	color: #69747f;
	font-family: 'Rubik_Regular';
	letter-spacing: -0.3px;
}


.item_widgets:hover img{
-webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


  
  @-webkit-keyframes flipInY {
  0% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
  }
  40% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  }
  60% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  opacity: 1;
  }
  80% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  }
  }
  @keyframes flipInY {
  0% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
  }
  40% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  }
  60% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  opacity: 1;
  }
  80% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  }
  } 


/* - - - - - F O O T E R - - - - - - */



#footer{
	overflow: hidden;
	padding: 0px 0 0 0;
	margin: 0 0 0 0;
}


/* formularios */


.form_row{
	margin: 0 -8px 0 -8px;
}

.form_cell{
	padding: 0 8px 0 8px;
}

.form_float{
	float: left;
	width: 50%;
}

.form_row input.form_element,
.form_row select.form_element{
	display: block;
	width: 100%;
	height: 50px;
	margin: 0 0 10px 0;
	padding: 5px 15px 5px 15px;
	background: #fff;
	font-size: 16px;
	line-height: 40px;
	color: #3d4a56;
	font-family: 'Rubik_Regular';
	letter-spacing: 0px;

	border: solid 0px transparent;
	outline: none;
	vertical-align: inherit;
	border-radius: 10px;
}


.form_cell p{
	margin: 4px 0 0 0;
	font-size: 18px;
	color: #111;
	font-family: 'Rubik_Regular';
}

.form_cell p a{
	color: #3d4a56;
	text-decoration: underline;
}

.form_row input[type=button],
.form_row input[type="submit"] {
	display: block;
	width: 200px;
	margin: 30px 0 0 0;
}

::-webkit-input-placeholder {
	color: #3d4a56;
	font-family: 'Rubik_Regular';
}

:-moz-placeholder {
	color: #3d4a56;
	font-family: 'Rubik_Regular';
}

::-moz-placeholder {
	color: #3d4a56;
	font-family: 'Rubik_Regular';
}

:-ms-input-placeholder {
	color: #3d4a56;
	font-family: 'Rubik_Regular';
}



/*  F O O T E R   F O O T E R   */



.footer_footer{
	padding: 60px 0 0 0;
	background: #f8f8f8;
	position: relative;
}

.listados_footer{
	text-align: justify;
}

.listados_footer:after {
    width: 100%;
    content: "";
    display: inline-block;
}

.col_footer{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px 0;
	text-align: left;
}

.col_footer h4{
	margin: 32px 0 28px 0;
	font-size: 20px;
	color: #3d4a56;
	font-family: 'Rubik_Medium';
}


/* formulario */

.form_footer{
	width: 389px;
	min-height: 403px;
	display: inline-block;
	vertical-align: top;
	padding: 34px 30px 30px 30px;
	margin: 0 0 0 0;
	background-color: #e6c300;
	border-radius: 10px;
	text-align: left;
}

.col_footer .form_footer h4{
	margin: 0 0 10px 0;
	color: #000;
}

.col_footer .form_footer p{
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 23px;
	color: #000;
}

.col_footer .form_footer .form_row input[type="submit"] {
	display: block;
	width: 100%;
	margin: 0px;
}


/* listados */

.col_footer ul li{
	display: none;
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
}

.col_footer ul li:nth-child(1),
.col_footer ul li:nth-child(2),
.col_footer ul li:nth-child(3),
.col_footer ul li:nth-child(4),
.col_footer ul li:nth-child(5),
.col_footer ul li:nth-child(6),
.col_footer ul li:nth-child(7),
.col_footer ul li:nth-child(8),
.col_footer ul li:nth-child(9){
	display: block;
}

.col_footer ul li a{
	display: block;
	margin: 0 0 0 0;
	padding: 7px 0 7px 15px;
	color: #3e464e;
	font-size: 16px;
	letter-spacing: -0.3px;
	position: relative;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.col_footer ul li a:before{
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	top: 7px;
	left: 0px;
	z-index: 2;
	color: #3e464e;
}

.col_footer ul li a:hover,
.col_footer ul li a:hover:before{
	color: #014fb7;
}

.col_footer ul li a:after{
	content: "";
	width: 0%;
	height: 1px;
	background-color: #3e464e;
	position: absolute;
	bottom: -1px;
	left: 0px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.col_footer ul li a:hover:after{
	width: 100%;
	opacity: 0.3;
}

/* datos contacto footer */


.col_contcto{
	width: 23%;
}

.logo_footerx{
	width: 187px;
	margin-top: 0px;
	margin-bottom: 24px;
}

.col_contcto span{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 20px 55px;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.col_contcto span h5{
	margin: 0 0 2px 0;
	font-size: 16px;
	color: #3d4a56;
	font-family: 'Rubik_Medium';
}

.col_contcto span a{
	display: block;
	font-size: 21px;
	text-decoration: underline;
	position: relative;
}

.col_contcto span a:hover{
	color: #014fb7;
}

span.wsp_footer a{
	padding-left: 30px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

span.wsp_footer a:hover{
	color: #028b62;
}

span.wsp_footer a:before{
	content: "\f232";
	font-family: "FontAwesome";
	font-size: 27px;
	color: #028b62;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

span.wsp_footer{
	background-image: url(../images/atencion_icon.png);
}

span.email_footer{
	background-image: url(../images/ventas_icon.png);
}

span.dire_footer{
	background-image: url(../images/direccion_icon.png);
}

span.redes_bottom{
	background-image: url(../images/redes_icon.png);
}

span.redes_bottom a{
	display: inline-block;
	margin: 6px 10px 0 0;
	width: 45px;
	height: 45px;
	background-color: #fff;
	color: #0062bd;
	font-size: 22px;
	line-height: 45px;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	border: solid 1px #ececef;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.redes_bottom a:hover{
	background-color: #0062bd;
	color: #fff!important;
	border-color: #0062bd;
}




/* botoom footer */


.bottom_footer{
	padding: 15px 0 15px 0;
	background-color: #dfdfdf;
	font-size: 17px;
	color: #1c2024;
	text-align: center;
}

.copy{
	float: left;
	text-align: left;
	padding: 11px 0 0 0;
}

.sisweb{
	float: right;
	text-align: right;
	padding: 11px 0 0 0;
}

.sisweb a{
	text-decoration: underline;
	color: #1c2024;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sisweb a:hover{
	color: #014fb7;;
	text-decoration: underline;
}

.metodos_pago{
	display: inline-block;
	vertical-align: middle;
}


body #chat_whatsapp .flotante_ws{
	background-color: #028b62 ;
	box-shadow: 0px 4px 15px rgb(60 60 60 / 49%);
    box-shadow: 0px 4px 15px rgb(60 60 60 / 49%);
}

body #chat_whatsapp .flotante_ws:hover{
	background-color: #008b3a;
}



/* - - - - - B A N N E R   I N T E R N A  S  / T I T U L O S - - - - - - */



.top_internas {
	height: 243px;
	background:#00479e url(../images/banner_interiores.jpg) no-repeat center;
	background-size: cover!important;
	position: relative;
}

.center_header{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.breadcrumb_top{
	width: 1360px;
	padding: 25px 0 15px 0;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}

.breadcrumb_top a{
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	color: #fff;
	font-family: 'Rubik_Regular';
}

.breadcrumb_top i{
	display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 6px;
    color: #fff;
    font-size: 17px;
}

.breadcrumb_top a:first-child {
    width: 19px;
    height: 18px;
    margin: -4px 0 0 0;
    font-size: 0px;
    color: transparent;
    background: url(../images/icon_home.png) no-repeat 0px 0px;
}

.tittle_seccion{
	padding: 20px 0 0 0;
}

.tittle_seccion h1{
	margin: 0 0 0px 0;
	font-size: 44px;
	line-height: 45px;
	color: #fff;
	font-family: 'Rubik_Bold';
	text-transform: uppercase;
}

.tittle_seccion h1 .tt-title-total{
	display: none!important;
}



/* - - - - - S E C C I Ó N   M A R C A S - - - - - - */



/* listado de marcas */

.marcas_top{
	padding: 0px 0 0px 0;
}

.marcas_top .marcas_home{
	margin: 0 0 0 0;
	padding: 40px 30px 40px 30px;

	position: relative;
	background-color: #fff;

	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.marcas_top button.slick-arrow{
	top: 59px!important;
}

.marcas_top .slick-next{
	right: 26px!important;
}

.marcas_top .slick-prev{
	right: 52px!important;
}

/*
.marcas_top .slick-dots li button{
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0;
	border: 1px solid #444444;
	background: rgba(255, 255, 255, 0.65);

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
}

.marcas_top .slick-dots li.slick-active button{
	background: #444444;
}

.marcas_top .slick-dots li button:before{
	display: none;
}

.marcas_top  .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
*/

/* produdctos por marca */

.marca_columna{
	padding: 30px 0 0 0;
	margin-bottom: 30px;
}

.logo_marca{
	float: left;
	width: 185px;
	height: 458px;
	background: #FFFFFF;

	border: 2px solid #e5aa5c;
	border-radius: 10px;
}

.logo_marca a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.logo_marca a span{
	padding-left: 10px;
	padding-right: 10px;
}

.logo_marca strong{
	display: block;
	height: 39px;
	margin: 30px 0 0 0;
    padding: 0;
    background: #e5aa5c;
    border-radius: 100px;
    font-size: 14px;
    line-height: 39px;
    color: #000;
   
    cursor: pointer;

    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.logo_marca strong:hover{
	background: #ffa938;
}

/* listado productos destacados por marca*/


.list_productos_marca{
	margin: 0 -13px 0 200px;
}

.list_productos_marca li{
	width: 24%;
	padding: 0 14px 0 14px;
	display: inline-block;
	vertical-align: top;
}

.descuento_bottom{
	height: 23px;
	margin: 0 0 0 0;
	text-align: left;
	position: absolute;
	top: -40px;
	right: 0px;
}

.descuento_bottom span{
	display: inline-block;
    padding: 0 16px 0 12px;
    background: #30de8e;
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.descuento_bottom.azul span {
	display: inline-block;
	padding: 5px 8px 3px 8px;
	background: #0066CC;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	color: #fff;
}

.wishlist {
	width: 22px;
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 3;
	cursor: pointer;
}

.wishlist i{
	color: #a2a2a2;
	font-size: 22px;
	font-weight: 600;
}
.wishlist:hover i,
.wishlist.active i {
	color: #ef5452;
}


figure.producto_item:hover .wishlist img{
	-webkit-transform: scale(1);
	transform: scale(1);
}

.colores_producto_item{
	height: auto;
	margin: 0 0 0 0;
	position: absolute;
    top: -32px;
    left: 10px;
}

.colores_producto_item a{
	display: inline-block!important;
	vertical-align: top;
	width: 24px;
	height: 24px;
	margin: 0 0 0 0;
	background-color: transparent;
	border-radius: 100%;
	border: solid 1px #cfcfcf;
}




/* - - - -  S E C C I Ó N   C A T E G O R I A   D E   P R O D U C T O- - - - */



/* BANNER POR CADA CATEGORIAS */

.iluminacion_led{
	background: #00479e url(../images/Iluminacion-Led.jpg) no-repeat center;
}

.paneles_y_fluorescentes_led{
	background: #00479e url(../images/Paneles-y-Fluorescentes-Led.jpg) no-repeat center;
}

.luminarias_de_alumbrado_publico_led{
	background: #00479e url(../images/Luminarias-de-Alumbrado-Publico-Led.jpg) no-repeat center;
}

.luminarias_de_piso_y_piscina_led{
	background: #00479e url(../images/Luminarias-de-Piso-y-Piscina-Led.jpg) no-repeat center;
}

.luminarias_de_emergencia_led{
	background: #00479e url(../images/Luminarias-de-Emergencia-Led.jpg) no-repeat center;
}


.luminarias_industriales_high_bay_led{
	background: #00479e url(../images/Luminarias-Industriales-High-Bay-Led.jpg) no-repeat center;
}

.luminarias_interiores{
	background: #00479e url(../images/Luminarias-Interiores.jpg) no-repeat center;
}

.accesorios_de_iluminacion_y_electricidad{
	background: #00479e url(../images/Accesorios-de-Iluminacion-y-Electricidad.jpg) no-repeat center;
}

.tableros_y_cajas_de_pase{
	background: #00479e url(../images/Tableros-y-Cajas-de-Pase.jpg) no-repeat center;
}

.ferreteria_electrica{
	background: #00479e url(../images/Ferreteria-Electrica.jpg) no-repeat center;
}

.interruptores_industriales{
	background: #00479e url(../images/Interruptores-Industriales.jpg) no-repeat center;
}

.cables_electricos{
	background: #00479e url(../images/Cables-Electricos.jpg) no-repeat center;
}





/* filtro de productos */

/*btn filtros*/

.content_btn_filtrox{
	position: absolute;
	top: 15px;
	left: 0px;
	z-index: 3;
}

.content_btn_filtrox a.btn{
	width: 220px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #014fb7;
	font-size: 16px;
	font-family: 'Rubik_Regular';
	text-transform: uppercase;
	letter-spacing: 2px;
}

.content_btn_filtrox a.btn i{
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 17px;
	margin: -2px 0 0 20px;
	background: url(../images/cerrar_filtro.png) no-repeat center;
}

.content_btn_filtrox a.btn:hover i{
	left: 0;
}

.content_btn_filtrox a.btn:hover{
	background-color: #0062bd;
}


/*expandir listado */

.expandir_listado .filtros_left{
	width: 0px;
	overflow: hidden;
	opacity: 0;
}

.expandir_listado .productos_listado{
	margin: 0 0 0 0;
}

.expandir_listado .content_btn_filtrox a.btn{
	margin: 0 0 0 25px
}

.expandir_listado .content_btn_filtrox a.btn i{
	background: url(../images/abrir_filtro.png) no-repeat center;
}

.expandir_listado .filtros_orden{
	padding: 0 0 0 270px 
}



/* FILTROS LATERAL  */


.filtros_left{
	float: left;
}

.overlay_filtros_movil{
	position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 43%);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.overlay_filtros_movil.is-visible {
	opacity: 1;
	visibility: visible;
	z-index: 20;
}

.filtros_content{
	width: 340px;
	padding: 90px 20px 0 0;
}

.filtros_content h3{
	margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 19px;
    line-height: 20px;
    color: #333e48;
    font-family: 'Rubik_Medium';
}

.filtros_seleccionados{
	margin: 0px 0 0px 0;
}

.filtros_seleccionados span{
	display: inline-block;
	vertical-align: top;
	height: 30px;
	margin: 10px 0 20px 0;
	padding: 0 9px 0px 9px;
	background: #de4511;
	border-radius: 5px;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
}

.filtros_seleccionados span a{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 6px 0 7px;
	background:url(../images/close_filtro.svg) no-repeat;
}

.box_filtros{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.box_filtros li{
	margin: 0 0px 0 0px;
	border-bottom: 1px solid rgba(194, 194, 194, 0.333);
}



/* Categorias */


.tt-collapse.box_filtros li{
	margin: 0 0 0 0;
}

.tt-collapse.box_filtros li li{
	margin: 0 0 0 0px;
	border-bottom: 0px solid transparent;
}

.tt-collapse.box_filtros li ul{
	margin: -2px 0 8px 0;
}

.tt-collapse.box_filtros li ul li a{
	padding-left: 32px;
}

.accordion-menu li.active a{
	color: #0047a7;
}

.accordion-menu li a{
	padding: 11px 0 11px 0;
	font-size: 16px;
	font-family: 'Rubik_Regular';
	color: #333e48;
	letter-spacing: -0.3px;
	background-color: transparent!important;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.accordion-menu li a:hover{
	color: #014fb7;
}

.accordion-menu li li a{
	padding: 7px 0 7px 10px!important;
	font-family: 'Rubik_Light';
}

.tt-collapse-content{
	margin: 11px 0 0 0;
}

body .accordion-menu li > a > svg{
	fill: #014fb7;
	width: 13px;
}

/* check style*/

.label_check {
	display: block;
	margin: 11px 0 11px 0;
	padding: 0px 0 0px 33px;
	font-size: 16px;
	color: #333e48;
	font-family: 'Rubik_Regular';
	letter-spacing: -0.3px;
	cursor: pointer;
	position: relative;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;

}

.label_check:hover{
	color: #014fb7;
}

.label_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: -2px;
	left: 0;
	height: 22px;
	width: 22px;
	background: #fff;
	border: solid 1px #cccccc;
	border-radius: 5px;
}

.label_check input:checked ~ .checkmark {
	background-color: #014fb7;
	border-color: #014fb7;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.label_check input:checked ~ .checkmark:after {
	display: block;
}

.label_check .checkmark:after {
	left: 6px;
    top: 2px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

ul.mt24-filtro-marcas{
	margin-top: 25px;
}


/* filtro orden listado de productos */

.productos_listado{
	margin: 0px 0 0 340px;
	padding: 25px 25px 30px 25px;
	background-color: #fff;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.filtros_orden{
	height: 45px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 17px;
	color: #333e48;
	border-bottom: solid 1px #e8e8e8;	
}

.filtros_movil{
	display: none;
}

.filtros_orden h3{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 15px;
}

.filtros_orden a{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 10px;
	padding: 0 20px 0px 20px;
	color: #333e48;
	line-height: 25px;
	border-radius: 5px;
	background-color: #f2efe9;
	text-decoration: none;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;

}

.filtros_orden a:hover{
	text-decoration: none;
	background-color: #e6c300;
}

.filtros_orden a.active_orden{
	background-color: #e6c300;
	text-decoration: none;
}

.filtros_orden a.active_orden:hover{
	text-decoration: none;
}

.cantidad_encontrados{
	float: right;
	margin: 2px 0 0 0;
}



/* listado de productos */


.list_productos_general{
	margin: 35px 0 0 0;
	text-align: center;
}

.list_productos_general li{
	width: 25%;
	margin: 0 -2px 20px -2px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.list_productos_general .marca_producto {
    width: 105px;
}

.list_productos_general figure.producto_item .rpc_title a{
	font-size: 16px;
    line-height: 21px;
}

.list_productos_general figure.producto_item .read-more{
	font-size: 16px;
    line-height: 48px;
}

.list_productos_general figure.producto_item a.ver_detalle_prox{
	padding-bottom: 6px;
	font-size: 14px;
}


/* paginado */


.cont_paginado{
	margin: 35px 0 20px 0;
	text-align: center;
}

.cont_paginado li{
	list-style: none;
	display: inline-block;
	vertical-align: top;
}

.cont_paginado a{
	display: inline-block;
	vertical-align: top;
	width: 63px;
	height: 63px;
	margin: 0 8px 0 8px;
	border-radius: 5px;
	background: url(../images/bg_paginate.png) no-repeat center;
	border: 0px solid transparent;
	text-align: center;
	font-size: 18px;
	line-height: 63px;
	color: #333e48;
	font-family: 'Rubik_Light';

	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.cont_paginado a:hover{
	opacity: 0.6;
}

.cont_paginado a.paginate_active{
	background: url(../images/active_paginate.png) no-repeat center;
	color: #fff;
	opacity: 1!important;
}

.cont_paginado .prev a{
	font-size: 20px;
    font-weight: bold;
    color: #014fb7;
	border-color: transparent;
}

.cont_paginado .next a{
	font-size: 20px;
    font-weight: bold;
    color: #014fb7;
	border-color: transparent;
}





/* - - - -  S E C C I Ó N   C A R R I T O   D E   C O M P R A S  - - - - */




body .breadcrumb_top .btn_regresar{
	display: block;
	width: auto;
	padding: 0 0 0 24px;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	background: url(../images/ico_regresar.svg) no-repeat 0px 0px;
	background-size: 15px 15px;
}

body .breadcrumb_top .btn_regresar:hover{
	text-decoration: underline;
}

.carrito_left{
	float: left;
	width: 68%;
	padding: 20px 0 0 30px;
}

.carrito_right{
	float: right;
	width: 30.5555%;
	padding: 30px 100px 0 0;
}

.carrito_left h1{
	margin: 0 0 0 0;
	font-size: 22px;
	line-height: 23px;
}

.cant_productos_lista{
	display: block;
	margin: 10px 0 0 0;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
}

/*listado carrito*/

.list_carrito{
	margin: 25px 0 0 0;
	padding-bottom: 20px;

	background: #FFFFFF;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 8%);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.top_listado_carrito{
	height: auto;
	padding: 10px 10px 10px 24px;
	background: #000;
	color: #fff;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.top_listado_carrito span{
	display: inline-block;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #fff;
}

.nom_prod_list{
	width: 43%;
}

.precio_prod_list{
	width: 16.3%;
	text-align: center;
}

.cant_prod_list{
	width: 17.22222%;
	text-align: center;
}

.total_prod_list{
	width: 15%;
	text-align: center;
}

.img_prod_list{
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	background: #FFFFFF;
	border: 0px solid #E6E6E6;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0px 7px 13px rgb(0 23 34 / 10%);
	border-radius: 10px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.img_prod_list:hover{
	border-color: #888;
}

.img_prod_list a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.list_carrito ul{
	margin: 0px 0 0 0;
	padding: 0 0 0 0px;
}

.list_carrito ul li{
	margin: 0 0 20px 0;
	padding: 18px 10px 28px 22px;
	border-bottom: solid 1px #d9d9d9;
}

/*.list_carrito ul li:last-child{
	border-color: transparent;
}*/

.datos_prod{
	display: inline-block;
	vertical-align: middle;
	width: 243px;
	margin: 0 0 0 20px;
}

.datos_prod strong{
	display: block;
    margin: 0 0 8px 0;
    font-size: 12px;
    line-height: 13px;
}

.datos_prod h6{
	font-size: 16px;
	line-height: 24px;
}

.datos_prod h6 a:hover{
	text-decoration: underline;
}

.atributos_prod_list{
	margin: 0px 0 0 0;
}

.atributos_prod_list p{
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.atributos_prod_list p:last-child{
	margin-bottom: 0px;
}

.atributos_prod_list p a{
	color: #0066CC;
	text-decoration: underline;
	 -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.atributos_prod_list p a:hover{
}

.atributos_prod_list p span{
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 26px;
	margin: -3px 7px 0 10px;
	border-radius: 50px;
	text-align: center;
}

.atributos_prod_list p span.talla_prod_list{
	background: #E6E6E6;
	border-radius: 5px;
	font-size: 12px;
	line-height: 28px;
}

.precio_del_producto{
	display: inline-block;
	vertical-align: middle;
	width: 16.3%;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
}

.txt_precio_movil,
.txt_quitar_movil{
	display: none;
}

.list_carrito ul li .quantity_add{
	height: auto;
	vertical-align: middle;
}

.list_carrito ul li .quantity_add input[type=button]:last-child{
	margin-left: 2px;
}

.list_carrito ul li .quantity_add input[type=button]{
	width: 45px;
	height: 40px;
	font-size: 23px;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.list_carrito ul li .quantity_add input[type=button]:last-child{
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;

	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.list_carrito ul li .quantity_add input[type="number"]{
	width: 70px;
	height: 40px;
	margin: 0 -6px 0 -5px;
	font-size: 15px;
}

.precio_total_prod{
	display: inline-block;
	vertical-align: middle;
	width: 15.111%;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
}

.eliminar_prod_list{
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: url(../images/icon_eliminar_azul.svg) no-repeat center;
	border-radius: 5px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.eliminar_prod_list:hover{
	background-color: #cfcfcf;
}



/* Left Carrito */


.paga_con_seguridad {
	text-align: right;
	padding-right: 17px;
}

.paga_con_seguridad span{
	display: block;
    padding: 3px 29px 4px 0px;
    font-size: 12px;
    line-height: 25px;
    color: #27ae60;
    background: url(../images/icon_pago_calidad.svg) no-repeat right 2px;
}

.paga_con_seguridad img{
	margin-left: 15px;
}

.resumen_cart{
	width: 340px;
	margin: 65px 0 30px 0;
	padding: 35px 15px 17px 15px;
	background: #FFFFFF;
	box-shadow: 0px 8px 15px rgb(0 0 0 / 8%);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.resumen_cart h3{
	margin: 0 0 40px 0;
	padding: 0 20px 0 20px;
	font-size: 18px;
	line-height: 16px;
	color: #111;
}

/*sub total*/
.sub_total_cart{
	margin: 20px 0 20px 0;
	padding: 0 20px 0 20px;
}

.sub_total_cart strong{
	float: left;
	font-size: 16px;
}

.sub_total_cart span{
	float: right;
	font-size: 18px;
}

/*envio*/
.envio_resumen_cart{
	margin: 20px 0 20px 0;
	padding: 0 20px 0 20px;
}

.envio_resumen_cart strong{
	float: left;
	font-size: 16px;
}

.envio_resumen_cart span{
	float: right;
	font-size: 16px;
}

.envio_resumen_cart span a{
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #0066CC;
	text-decoration: underline;

	 -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;

}

.envio_resumen_cart span a:hover{
}

/*descuento por volumen*/
.descto_x_volumen{
	height: 43px;
	margin: 20px 11px 20px 11px;
	padding: 0 8px 0 8px;
	background: #27ae60;
	color: #fff;
	line-height: 44px;
}

.descto_x_volumen strong{
	float: left;
	font-size: 16px;
}

.descto_x_volumen span{
	float: right;
	font-size: 18px;
}


/*descuento adicional*/
.descto_adicional{
	height: 43px;
	margin: 18px 11px 18px 11px;
	padding: 0 8px 0 8px;
	background: #0066CC;
	color: #fff;
	line-height: 44px;
}

.descto_adicional strong{
	float: left;
	font-size: 16px;
}

.descto_adicional span{
	float: right;
	font-size: 18px;
}


/* cupon descuento*/

.cupon_descuento{
	margin: 25px 0 0 0;
	padding: 0px 20px 10px 20px;
}

.cupon_descuento strong{
	display: block;
	margin: 0 0 16px 0;
	font-size: 16px;
}

.cupon_descuento input[type="text"]{
	width: 100%;
	height: 40px;
	margin: 0 0 0 0;
	padding: 0 0 0 16px;
	background: #FFFFFF;
	border: 1px solid #dbdbdb;
	border-radius: 10px;
}

/*monto total*/

.monto_total_cart{
	margin: 30px 10px 0 10px;
	padding: 20px 11px 20px 11px;
	border-top: solid 1px #000;   
}

.monto_total_cart strong{
	float: left;
	font-size: 16px;
}

.monto_total_cart span{
	float: right;
	font-size: 20px;
	color: #0059a0;
}



/* estas ahorrando*/

.estas_ahorrando{
	margin: 20px 0px 0 0px;
	padding: 10px 20px 10px 20px;
	font-size: 14px;
	line-height: 16px;
	color: #27AE60;
	text-align: center;
}

.estas_ahorrando span{
	margin-left: 10px;
}

/* procesar compra*/

.button_precesar_compra{
	width: 100%;
}

.button_precesar_compra:before{
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 20px;
	height: 16px;
	margin: 0px 10px 0 0;
	background: url(../images/icon_procesar_pedido.svg) no-repeat;
}


.button_precesar_compra:disabled{
	background: #E6E6E6;
	cursor: default;
	pointer-events: none;
	color: #808080;
}

.button_precesar_compra:disabled:before{
	background: url(../images/icon_procesar_pedido_disable.svg) no-repeat;
}


/* te asesoramos */

.te_asesoramos{
	margin: 0 0px 0 0px;
	padding: 37px 38px 38px 38px;
	color: #fff;

	background: #000;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.te_asesoramos h5{
	margin: 0 0 25px 0;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
}

.te_asesoramos a{
	display: block;
    margin: 14px 0 14px 0;
    padding: 7px 0 7px 29px;
    font-size: 12px;
    color: #fff;
    background-size: 20px 20px!important;
}

.te_asesoramos a:hover{
	text-decoration: underline;
}

a.btn_terminos{
	background: url(../images/icon_terminos.svg) no-repeat center left;
}

a.btn_preg_frec{
	background: url(../images/icon_preguntas.svg) no-repeat center left;
}

a.btn_contactar{
	background: url(../images/icon_contact.svg) no-repeat center left;
}



/* - - - - P R O C E S O   D E   C O M P R A   - - - - */


.proceso_compra{
	margin: 35px 0 50px 0;
}

ul.tabs {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
}

ul.tabs li {
	display: inline-block;
	vertical-align: top;
	width:33%;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	font-size: 14px;
	line-height: 17px;
	font-style: italic;
	background-color: transparent;
	text-transform: uppercase;
}

ul.tabs li.active{
	font-style: normal;
}

.tab_content{
	position: relative;
	z-index: 3;
}

.cont_tabs{
	margin: 0 0 0 0;
	padding: 58px 147px 50px 147px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	background-color: #fff;	

	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

}


/* iniciar sesion */
.iniciar_sesion{
	width: 378px;
	padding-bottom: 30px;
}

.cont_tabs h5{
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 16px;
}

.cont_tabs .form_row input.form_element,
.cont_tabs .form_row select.form_element{
	height: 50px;
	border-color: #000;
	background-color: #fff;

	font-size: 16px;
    color: #222;
    font-family: 'Rubik_Regular';
    border: solid 2px #999999;
}

.btn_olvidaste_contrasena{
	display: block;
	margin: 10px 0 20px 0;
	padding: 0 0 0 0;
	font-size: 14px;
	line-height: 16px;
	color: #0062af;
	text-align: right;
	text-decoration: underline;
}

.boton_sesion{
	width: 100%;
}

.boton_sesion:before{
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 24px;
	height: 24px;
	margin: -3px 15px 0 0;
	background: url(../images/icon_sesion.svg) no-repeat;
	background-size: 24px 24px;
}

.boton_sesion:disabled{
	background: #E6E6E6;
	cursor: default;
	pointer-events: none;
	color: #808080;
}

.boton_sesion:disabled:before{
	background: url(../images/icon_sesion_disable.svg) no-repeat;
}

.btn_sesion_facebook,
.btn_sesion_google{
	display: block;
	width: 100%;
	height: 50px;
	margin: 18px 0 0 0;
	background: #000500;
	border-radius: 10px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;

	 -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;

}

.btn_sesion_facebook:hover,
.btn_sesion_google:hover{
	opacity: 0.8;
}


.btn_sesion_facebook{
	background: #1877F2;
	color: #fff;
}

.btn_sesion_facebook:before{
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 25px;
	height: 25px;
	margin: -4px 15px 0 0;
	background: url(../images/icon_fb.svg) no-repeat center;
}

.btn_sesion_google{
	background: #fff;
	color: #000;
	border: solid 1px #000;
}

.btn_sesion_google:before{
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 25px;
	height: 25px;
	margin: -4px 15px 0 0;
	background: url(../images/icon_google.svg) no-repeat center;
}

/* datos cliente*/

.mostrar_datos{
	display: none;
}

.fotm_datos_cliente .form_row input.form_element{
	font-size: 14px;
	border-radius: 5px;
}

.fotm_datos_cliente .form_row select.form_element{
	font-size: 14px;
	background: #000;
	color: #F7EC00;
	position: relative;
	border-radius: 5px;
	background-image: url(../images/icon_arrow_down.svg);
	background-position: right 50%;
	background-repeat: no-repeat;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
}

.element_ruc{
	width: 150px;
	float: left;
}

.element_nro_ruc{
	width: 449px;
	float: right;
}

.fotm_datos_cliente .checkmark{
	width: 27px;
	height: 27px;
	background-color: #fff;
	border-radius: 5px;
}

.fotm_datos_cliente .label_check{
	margin: 5px 0 24px 0;
	padding: 7px 0 6px 34px;
	font-size: 14px;
}

.fotm_datos_cliente .label_check .checkmark:after{
	left: 7px;
    top: 1px;
    width: 11px;
    height: 17px;
    border-width: 0 4px 4px 0;
}

.boton_siguiente{
	float: right;
	padding: 0 15px 0 15px;
	font-size: 15.7555px;
	line-height: 28px;
	color: #B8B8B8;
	background-color: transparent;
	background-image: url(../images/icon_arrow_right.svg);
	background-repeat: no-repeat;
	background-position: center right
}

/* 3 filas*/
.fotm_datos_cliente .form_row .row_3{
	width: 33.3%;
	float: left;
}

.fotm_datos_cliente .form_row .tiempo_llegada_despacho{
	margin: 10px 0 20px 0px;
	font-size: 13px;
	line-height: 20px;
}

.fotm_datos_cliente .form_row .tiempo_llegada_despacho strong{
}

/* metodos de pago*/

.metodos_de_pago{
	padding: 30px 0 30px 0;
	text-align: justify;
}

.metodos_de_pago:after{
	width: 100%;
	content:"";
	display: inline-block;
}

.metodos_de_pago a{
	display: inline-block;
	vertical-align: top;
	width: 161px;
	height: 124px;
	text-align: center;
	border: solid 1px transparent;

	background: #F1F1F3;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	border-radius: 10px;

	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.metodos_de_pago a span{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.metodos_de_pago a.active_metodo{
	border-color: #000;
}

.metodos_de_pago a:hover{
	opacity: 0.7;
}




/* - - - - P R O C E S O   C O R R E C T O   - - - - */


.fin_proceso_top{
	margin: 0 65px 0 65px;
	padding: 32px 32px 0 32px;
	height: 136px;
	background: #FAFAFA;
	border: 1px solid #F1F1F3;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

.fin_proceso_top_icon{
	float: left;
}

.fin_proceso_top_txt{
	margin: 0 0 0 110px;
	padding: 9px 0 0 0;
}

.fin_proceso_top_txt h3{
	margin: 0 0 15px 0;
	font-size: 24px;
	line-height: 25px;
}

.fin_proceso_top_txt p{
	margin: 0 0 0 0;
	font-size: 14px;
	line-height: 16px;
	color: #808080
}

.resumen_proceso{
	margin: 20px 65px 0 65px;
	padding: 60px 135px 60px 135px;

	background: #FFFFFF;
	border: 1px solid #F1F1F3;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

.resumen_proceso h3{
	font-size: 16px;
	line-height: 16px;
}

.resumen_proceso .carrito_left{
	width: 63%;
	padding: 20px 0 0 44px;
}

.resumen_proceso .carrito_right{
	width: 31%;
	padding: 0 44px 0 0;
}

.resumen_proceso .list_carrito{
	margin: 0px 0 0 0;
}

.resumen_proceso .list_carrito ul li{
	margin: 30px 0 30px 0;
	padding: 0 0 0 0;
	border: none;
}

.resumen_proceso .img_prod_list{
	width: 74px;
	height: 74px;
	float: left;
}

.resumen_proceso .datos_prod{
	display: block;
	width: auto;
	margin: 0 0 0 100px;
}

.resumen_proceso .datos_prod strong{
	font-size: 9px;
}

.resumen_proceso .datos_prod h6{
	font-size: 12px;
	line-height: 18px;
}

.resumen_proceso .cantidad_total{
	font-size: 12px;
	line-height: 18px;
}

.resumen_proceso .atributos_prod_list p{
	display: inline-block;
	vertical-align: top;
	margin: 0 25px 0 0;

	font-size: 9px;
	line-height: 10px;
}

.resumen_proceso .atributos_prod_list p span{
	width: 19px;
	height: 19px;
}

.resumen_proceso .atributos_prod_list p span.talla_prod_list{
	font-size: 9px;
	line-height: 23px;
}

.resumen_proceso .resumen_cart{
	width: auto;
	padding: 0 0 0 0;
	border: 0px solid transparent;
    box-shadow: 0px 0px 0px transparent;
}

.resumen_proceso .direccion_llegada{
	margin: 0 11px 40px 11px;
	padding: 0 0 20px 0;
	border-bottom: solid 1px #000
}

.resumen_proceso .direccion_llegada p{
	margin: 0 0 8px 0;
	font-size: 14px;
	line-height: 18px;
}

.resumen_proceso .monto_total_cart{
	border:none;
}


.resumen_proceso .sub_total_cart strong,
.resumen_proceso .envio_resumen_cart strong{
	font-size: 14px;
}

.resumen_proceso .sub_total_cart span,
.resumen_proceso .envio_resumen_cart span{
	font-size: 15px;
}

.resumen_proceso .sub_total_cart,
.resumen_proceso .envio_resumen_cart{
	margin: 10px 0 10px 0;
}

.resumen_proceso .descto_x_volumen,
.resumen_proceso .descto_adicional{
	height: 37px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 37px;
}

.resumen_proceso .descto_x_volumen strong,
.resumen_proceso .descto_adicional strong,
.resumen_proceso .monto_total_cart strong{
	font-size: 13.7931px;
}

.resumen_proceso .descto_x_volumen span,
.resumen_proceso .descto_adicional span,
.resumen_proceso .monto_total_cart span{
	font-size: 15.5172px;
}

.resumen_proceso .monto_total_cart{
	margin: 0px 10px 0 10px;
	padding: 10px 11px 20px 11px;
}

.resumen_proceso .estas_ahorrando{
	padding-left: 0px;
	padding-right: 0px;
	font-size: 15px;
}



/*   P E R F I L   C L I E N T E   */


.men_left_perfil{
	width: 230px;
	min-height: 646px;
	float: left;
	margin: 20px 0 50px 27px;
	padding: 33px 0 0 0;
	background: #E6E6E6;
	
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

}

.detalle_menu_perfil{
	margin: 30px 0 0 320px;
	padding: 30px 50px 50px 0;
}

.detalle_menu_perfil .cont_tabs{
	padding: 20px 30px 20px 30px;
    border: 0px solid #F1F1F3;
    box-shadow: 0 0 0 transparent;
    border-radius: 0px;
    background-color: #fff;
}

body .detalle_menu_perfil .form-default .form-group label:not(.error){
	color: #000;
}

.men_left_perfil ul.tabs li{
	display: block;
	width: auto;
	height: 37px;
	margin: 16px 0 16px 0;
	padding: 0 0 0 20px;
	cursor: pointer;

	font-size: 16px;
	line-height: 39px;
	font-style: normal;
}

.men_left_perfil ul.tabs li:hover{
	text-decoration: underline;
}

.men_left_perfil ul.tabs li.active{
	background: #febf04;
	color: #000!important;
}

.perfil_top{
	margin: 0 17px 30px 17px;
    padding: 0 24px 23px 24px;
    border-bottom: solid 1px #bebebe;
}

.menu_perfil_lateral{
	display: none;
}

.imagen_perfil{
	margin: 0 0 20px 0;
	width: 80px;
	height: 80px;
	background: #C4C4C4;
	border-radius: 50px;
	overflow: hidden;
}

.perfil_top p{
	margin: 0 0 0 0;
	font-size: 16px;
	line-height: 24px;
}

.cerrar_sesion_cuenta{
	display: block;
	margin: 50px 0 0 0;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 15px;
	line-height: 17px;
	color: #0062af;
	text-decoration: underline;
}

.cerrar_sesion_cuenta:hover{
	text-decoration: underline;
}

.cont_tabs h4{
	margin: 0 0 23px 0;
	font-size: 24px;
	line-height: 28px;
}



/* seguimiento de pedidos */

.mi_pedido_top{
	height: 57px;
	padding: 18px 30px 0 32px;
	border-radius: 10px;
	background: #e6e6e6;
}

.mi_pedido_top strong{
	font-size: 18.24px;
	line-height: 22px;
}

.mi_pedido_top span{
	float: right;
	font-size: 15px;
	line-height: 22px;
}

/* listado de productos seguimiento */

.list_seguimiento{
    margin: 25px 0 0 0;
}

.list_seguimiento .img_prod_list{
	width: 69px;
	height: 69px;
}

.list_seguimiento .datos_prod{
	width: 60%;
}

.list_seguimiento ul li{
	margin: 0 0 20px 0;
    padding: 16px 40px 16px 40px;
    border-bottom: solid 0px transparent;
    background: #dddee5;
}

.list_seguimiento .datos_prod strong{
	font-size: 11px;
}

.list_seguimiento .datos_prod h6,
.list_seguimiento .atributos_prod_list p {
	font-size: 15px;
	line-height: 20px;
}

.list_seguimiento .atributos_prod_list p{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
}

.list_seguimiento .atributos_prod_list {
	margin: 0px 0 0 0;
}

.list_seguimiento .cant_precio_seguimiento{
	float: right;
	width: 20%;
	padding: 12px 0 0 0;
	font-size: 15.0126px;
	line-height: 23px;
	text-align: right;
}

.list_seguimiento .cant_precio_seguimiento strong{
	display: block;
}

/* datos entrega seguimiento*/

.datos_entrega_seguimiento{
	margin: 50px 0 0px 0;
	padding: 40px 80px 0px 80px;
	border-top: solid 1px #000;
}

.img_seguimiento{
	margin: 30px 0 0 0;
	text-align: center;
}

.seguimiento_top{
	margin: 0 0 0 0;
	text-align: center;
}

.seguimiento_top span{
	display: inline-block;
	vertical-align: top;
	margin: 0 25px 0 25px;
	text-align: right;
	font-size: 16px;
	line-height: 20px;
}

.seguimiento_top span strong{
	display: block;
}



/* - - -COLOREAR  - - */



.header_top{
	background-color: #fff;
	position: relative;
    z-index: 998;
}

body header .tt-search .tt-dropdown-menu .tt-search-input{
	font-size: 16px!important;
}

body header .tt-search .tt-dropdown-menu .tt-btn-search{
	top: 29px;
}

body header .tt-search .tt-dropdown-menu .tt-btn-close{
	top: -30px;
}
	
body .list_enlaces ul li a{
	text-align: left;
}

body .menu_categorias li a:hover {
    color: #000!important;
}


.div_radio input:checked ~ span.radio {
    background-color: #25D366!important;
    border: solid 2px #25D366!important;
}

.div_checkbox{
	line-height: 22px;
}

body .form_cell input[type="radio"]{
	width: 17px;
	height: 17px;
	position: relative;
    top: -1px;
}

body .btn_olvidaste_contrasena:hover{
	text-decoration: underline;
}


body .detalle_menu_perfil .form-default .form-control{
	width: 100%; 
	border-color: #d0d0d0;
	background-color: #fff;
}

body .detalle_menu_perfil .tt-table-shop-01 thead th,
body .detalle_menu_perfil .tt-table-shop-02 thead th{
	background: #e6e6e6;
	text-align: left;
	padding-left: 10px;
}

body .tt-table-shop-02 tbody td:first-child,
body .tt-table-shop-01 tbody td:first-child{
	padding-left: 10px;
}

.tt-table-shop-01 tbody td a:hover,
.tt-table-shop-02 tbody td a:hover{
	text-decoration: underline;
}

body .detalle_menu_perfil  table {
    font-size: 14px;
}

.detalle_menu_perfil h3.tt-title{
    font-size: 18px;
}

.list_seguimiento .datos_prod h6{
	min-height: 69px;
	display: flex;
	align-items: center;
}

.mt24_eliminarLista{
	background: #000500;
    color: #F7EC00;
    border-color: #000500;

    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.03em;
    position: relative;
    outline: 0;
    padding: 6px 31px 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
    cursor: pointer;
    border-radius: 6px;
    transition: color 0.2s linear, background-color 0.2s linear;
}


body .perfil_carrito.mt24-body-carrito-menu a p{
	margin: 0px 0 0;
}

body .tt-modal-addtocart.desctope .tt-cart-total .tt-total .tt-price {
    color: #000;
    font-size: 20px;
}

.tt-modal-addtocart.desctope .tt-cart-total .tt-total{
	font-size: 15px;
}

body .tt-modal-addtocart.desctope .tt-modal-messages [class^="icon-"] {
    color: #444;
}

body .modal .modal-header .close{
	color: #fff;
}

body .div_confirmacion{
	border-color: #c9d3e7;
	background-color: #fff;

	box-shadow: 0px 8px 15px rgb(0 0 0 / 8%);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

body .div_confirmacion.active,
body .div_confirmacion.active:hover{
	border-color: #e5aa5c;
}

body .div_confirmacion:hover{
	border-color: #a5a5a5;
}

body .div_radio span.radio{
	border-color: #b9b9b9;
	top: 13px;
}

body .div_confirmacion label{
	min-height: 24px;
}

body #one-page-checkout .div_confirmacion h6 {
    margin-bottom: 15px;
    font-size: 18px;
}

body .div_confirmacion span{
	font-size: 14px;
	color: #222;
	border-color: #bbb;
}

body .div_confirmacion span b{
	color: #222;
}


body #one-page-checkout .div_confirmacion .datos .descripcion_completa{
	color: #444;
}

body .div_checkbox span{
	border-color: #b9b9b9;
}

body .form_direccion h4{
	margin-bottom: 10px;
	font-size: 18px;
}

body #one-page-checkout input[type="text"],
body #one-page-checkout input[type="tel"],
body #one-page-checkout select,
body #one-page-checkout textarea{
	border-color: #9d9d9d!important;
	border-radius: 8px;
}

body .sidebar_resumen_pedido{
	background: #e8ebef;

	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

}

body .sidebar_resumen_pedido table thead th{
	background: #0062af;
	color: #fff;
}

body .sidebar_resumen_pedido table th{
	color: #000;
}

body .alert-informativo{
	border-top-color: #e9ac00;
}

body .alert .alert-text{
	font-size: 15px;
    letter-spacing: -0.5px;
    color: #333;
    line-height: 18px;
}

body .alert .alert-text a,
body .div_checkbox a{
	color: #0071E3;
}


body .modal .modal-body:not(.no-background){
	/*-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 30px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 20px;*/
}

body .modal .modal-footer{
	background-color: #fff;
	-webkit-border-radius: 0px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius: 0px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-radius: 0px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.modal .modal-body{
	font-size: 18px;
}

body #one-page-checkout .div_datos_factura input{
	margin-bottom: 10px;
}

body .sidebar_resumen_pedido table td{
	color: #000;
	line-height: 19px;
}

body td.mt24-total-carrito {
}

body .tt-modal-quickview .tt-product-single-info .tt-title{
	font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}

body .modal-content .tt-product-single-info .tt-price .sale-price {
	color: #000;
	font-size: 22px;
}

body .modal-content .old-price{
	font-size: 16px !important;
	line-height: 18px;
}

body .modal-content .tt-product-single-info .tt-price{
	color: #000;
	font-size: 22px;
}

.modal-content .tt-product-single-info {
	padding-left: 15px;
}

.modal-content .tt-product-single-info .tt-add-info ul{
	font-size: 15px;
}

.modal-content .tt-product-single-info .tt-add-info ul li b{
	font-size: 14px;
}

.modal-content .atributos_color a{
	height: auto;
	margin-bottom: 0px;
	text-align: left;
	line-height: initial;
}

.modal-content .atributos_color a strong{
	display: none!important;
}

html body .modal-content .atributos_color a span{
	margin-top: 0px;
	width: 30px !important;
	height: 29px !important;
}

.modal-content .tt-product-single-info .tt-swatches-container form {
    margin-top: 0px;
}

.modal-content .tt-product-single-info .tt-wrapper{
	margin-top: 10px;
	font-size: 14px;
	line-height: 19px;
}

.modal-content .tt-product-single-info .tt-row-custom-01 .btn.btn-lg{
	height: 50px;
	font-size: 16px;
	line-height: 49px;
}

.modal-content .tt-product-single-info .tt-row-custom-01 .btn.btn-lg i {
    font-size: 25px;
    top: 4px;
}

.modal-content .tt-product-single-info .tt-add-info ul {
    font-size: 18px;
}

.modal-content .cont_galeria{
	margin-right: 0px;
}

.modal-content .atributos_talla{
	margin: 0 0 0 0px;
}


body .tt-product-single-info .tt-price .old-price,
body .tt-product-single-info .tt-price .old-price .money{
	color: #666;
}

body .modal-content .tt-product-single-info .tt-row-custom-01{
    margin-bottom: 15px;
}

.modal-content .tt-input-counter.style-01 .minus-btn:before,
.modal-content .tt-input-counter.style-01 .plus-btn:before{
	color: #111;
	font-weight: bold;
}

.modal-content .tt-input-counter.style-01 span{
	color: #111;
	font-weight: bold;
}

.modal-content .atributos_talla span{
	margin: 0 0 3px 0;
	font-size: 14px;
	line-height: 26px;
	color: #191919;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-transform: uppercase !important;
}

.modal-content .tt-product-single-info img{
    border-radius: 50%;
}

.modal-content .tt-input-counter.style-01 input{
	border: solid 1px #c1c1c1;
}



/* . -. . . . */


.agregar_al_carrito_desktop .atributos_color a{
	text-align: left;
	line-height: 41px;
}

.agregar_al_carrito_desktop .atributos_color a span{
	margin-top: -4px;
}

.agregar_al_carrito_desktop .atributos_color a span img{
	border-radius: 50%;
    width: 95%;
    margin: 3px 0 0 0;
}

.right_cart_top .mt24_opciones{
	font-size: 13px;
    line-height: 19px;
}

.list_carrito .datos_prod h6{
	font-size: 15px;
    line-height: 19px;
}

.list_carrito .atributos_prod_list p{
    margin: 0 0 7px 0;
}



/*  chekout  sucess */



.tt-desktop-header,
.tt-mobile-header{
	background-color: #000;
}

.tt-mobile-header .tt-top-line{
	border-color: transparent;
}

body .body-mensajes{
	margin: 20px 0 30px 0!important;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 13%);
	border-radius: 10px;
}

body .body-mensajes h2 {
    font-size: 20px !important;
    padding-bottom: 20px !important;
}

body .body-mensajes p{
	margin: 0 0 30px 0;
	font-size: 16px;
	line-height: 24px;
}

body .body-mensajes p b{
	font-weight: normal;
}

body .body-mensajes a{
	color: #009adf;
}

body .body-mensajes .mensaje_importante{
	background-color: #e5e5e5;
    margin: 15px 0px 21px 0px;
    line-height: 24px;
    border-radius: 10px;
    border: solid 1px #c5c5c5;
}

body .body-mensajes .mensaje_importante b{
	font-weight: normal;
	color: #000;
}

body  .body-mensajes h3{
	text-transform: uppercase;
	margin: 20px 0 20px 0px;
}

body .body-mensajes .bloque{
	border-radius: 10px;
}

body .body-mensajes .bloque img{
	border-radius: 10px;
}

body .body-mensajes a.btn{
	height: 50px!important;
	background: #000500!important;
	border-color: #000500!important;
	color: #F7EC00!important;
	line-height: 41px!important;
}

body .body-mensajes a.btn:hover{
	background: #F7EC00!important;
    border-color: #F7EC00!important;
    color: #000500!important;
}

body div#section-contacto .form-default .form-group {
    margin-bottom: 15px;
}

body .nuestras_tiendas a{
	text-decoration: underline;
}

body .nuestras_tiendas span i{
	width: 15px;
    font-size: 15px!important;
    text-align: center;
    margin-right: 5px;
}

body .nuestras_tiendas .item .ubigeo{
	margin-bottom: 8px;
}

body .nuestras_tiendas .item .telefonos,
body .nuestras_tiendas .item .celulares,
body .nuestras_tiendas .item .emails,
body .nuestras_tiendas .item .horario {
    margin-top: 15px;
    margin-bottom: 11px;
    line-height: 18px;
}

body .info_content h4 {
	text-transform: uppercase;
	margin-bottom: 7px;
    font-size: 16px;
}

body .info_content p {
	margin: 0 0 0 0;
    font-size: 14px;
}


/* PAGINAS DINANIMCAS */


#pagina-dinamica {
	padding-top: 40px;
}

#pagina-dinamica h1{
	font-size: 30px;
	line-height: 44px;
	letter-spacing: 0.03em;
	font-weight: 500;
	padding: 10px 0 20px 0;
	margin-top: -10px;
	color: #000;
	text-align: center;
}

#pagina-dinamica h2,
#pagina-dinamica h3,
#pagina-dinamica h4,
#pagina-dinamica h5,
#pagina-dinamica h6{
	padding: 15px 0px 15px 0px !important;
}

#pagina-dinamica p,
#pagina-dinamica .container ul li{
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 20px 0;
	text-align: justify;
}

#pagina-dinamica .ql-align-center{
	text-align: center;
}

#pagina-dinamica .ql-align-center img{
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;

	border: solid 5px #fff;
    border-radius: 10px;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 8%);
}


#pagina-dinamica .container{
	padding-bottom: 20px;
}

#pagina-dinamica .container ul{
	margin: 0px 0 20px 0;
	padding: 0 0 0 25px;
	list-style: square;
	text-align: justify;
}

.tt-title-subpages.noborder{
	margin-top: 30px!important;
}



/* resultados */

.resultados_busqueda {
	display: none;
	position: absolute;
	z-index: 100;
	top: 50px;
	left: 0px;
	width: 100%;
	background: #fff;
	border: solid 0px #ddd;
	border-radius: 0px 0px 8px 8px;
}

.resultados_busqueda ul{
	padding: 10px;
}

.resultados_busqueda li{
	text-align: left;
}

.resultados_busqueda li:last-child{
	text-transform: uppercase;
}

.resultados_busqueda li:last-child a{
	color: #00853c;
	border-top: solid 1px #ccc;
	font-family: 'Rubik_Regular';
}

.resultados_busqueda li a{
	font-size: 15px;
	color: #444;
	padding: 10px;
	display: block;
	text-transform: uppercase;
}

.resultados_busqueda li a:hover{
	background: #eee;
}

.resultados_busqueda li a span{
	font-weight: 700;
	color: #333;
}




/* - - - S U B C A T E G O R I A S - - -   */




.sub_categorias_content{
	display: none!important;
    margin-bottom: 0px;
}

.sub_categorias_content ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.sub_categorias_content ul li{
	width: 14%;
    height: 45px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 2px 10px 2px;
    position: relative;
}

.sub_categorias_content ul li:before{
	content: "";
	height: 100%;
	width: 100%;
	background: transparent;
	position: absolute;
	bottom: -100%;
	left: 0px;
	z-index: 0;
}

.sub_categorias_content ul li a{
	width: 100%;
	height: 100%;
	padding: 0 10px 0 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #000;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: -0.3px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sub_categorias_content ul li a img{
	display: none!important;
	vertical-align: middle;
	margin: 0 5px 0 0px;
	width: 37px;
	height: auto;
}

.sub_categorias_content ul li a span{
	display: inline-block;
	vertical-align: middle;
	line-height: 15px;
}

.sub_categorias_content ul li a:hover{
	background: #00a758;;
	color: #fff;
}



/* desplegable */

.sub_categorias_content ul li ul{
	display: none;
	width: 270px;
	background-color: #fff;
	padding: 10px 20px 10px 20px;

	position: absolute;
	left: 0px;
	top: 122%;
	z-index: 10;

	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -khtml-border-radius: 8px;

    -webkit-box-shadow: 0px 7px 23px 0px rgb(0 0 0 / 37%);
    -moz-box-shadow: 0px 7px 23px 0px rgb(0 0 0 / 37%);
    box-shadow: 0px 7px 23px 0px rgb(0 0 0 / 37%);
}

.sub_categorias_content ul li ul:before{
	content: "";
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -16px;
    left: 10px;
}

.sub_categorias_content ul li:hover > ul{
	display: block;
	animation: menuLevel2Show 0.3s ease-out forwards;
	-webkit-animation: menuLevel2Show 0.3s ease-out forwards;
}

@-webkit-keyframes menuLevel2Show {
	0% { opacity: 0; margin-top: 30px; }
	10% { opacity: 0; margin-top: 30px;}
	100% { opacity: 1;  margin-top: 0px;}
}
@keyframes menuLevel2Show {
	0% { opacity: 0; margin-top: 30px; }
	10% { opacity: 0; margin-top: 30px;}
	100% { opacity: 1;  margin-top: 0px;}
}

.sub_categorias_content ul ul ul{
	left: 100%;
	top: -10px;
}

.sub_categorias_content ul ul ul:before{
	display: none;
}

.sub_categorias_content ul ul li:hover > ul{
	display: block;
	animation: menuLevel3Show 0.3s ease-out forwards;
	-webkit-animation: menuLevel3Show 0.3s ease-out forwards;
}

@-webkit-keyframes menuLevel3Show { 
	0% { opacity: 0; margin-left: 30px;margin-top: 0;}
	10% { opacity: 0; margin-left: 30px;margin-top: 0;}
	100% { opacity: 1;  margin-left: 0px;margin-top: 0;}
}
@keyframes menuLevel3Show {
	0% { opacity: 0; margin-left: 30px;margin-top: 0;}
	10% { opacity: 0; margin-left: 30px;margin-top: 0;}
	100% { opacity: 1;  margin-left: 0px;margin-top: 0;}
}

.sub_categorias_content ul li li{
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 0 0;
}

.sub_categorias_content ul li li:before{
	display: none;
}

.sub_categorias_content ul ul li a{
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 0 0;
	padding: 8px 10px 8px  15px;
	text-align: left;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	background-color: #fff;
	font-style: normal;

	position: relative;
}

.sub_categorias_content ul ul li a:hover{
	text-decoration: underline;
}

.sub_categorias_content ul ul li a:before{
	content: "\f105";
    font-family: 'FontAwesome';
    font-size: 15px;
    position: absolute;
    top: 6px;
    left: 0px;
}




/* - - - C O N T A C T O  S E C C I O N - - -  */



.contact_pagex .top_internas{
	height: 472px;
	background: #00479e url(../images/contactenos.jpg) no-repeat center;
}

.contact_pagex .tittle_seccion{
	padding: 0px 0 0 0;
}

.contact_pagex .top_internas h3{
	margin: 25px 0 20px 0;
	font-size: 24px;
	line-height: 25px;
	color: #fff;
	font-family: 'Rubik_Medium';
}

.contact_pagex .top_internas p{
	margin: 0 0 0 0;
	font-size: 18px;
	line-height: 31px;
	color: #fff;
}


/* datos contacto top */


.datos_contacto{
	margin: -100px 0 0 0;
	padding: 35px 50px 5px 50px;
	background-color: #fff;
	border-radius: 10px;
	text-align: justify;
}

.datos_contacto:after{
	width: 100%;
	content:"";
	display: inline-block;
}

/* content datos */

.content_dato{
	display: inline-block;
	vertical-align: top;
	width: 32.1111111%;
}

/* item datos */

.item_dato{
	min-height: 160px;
	margin: 0 0 0 0;
	padding: 30px 20px 30px 20px;
	background-color: #f2efe9;
	border-radius: 10px;
	overflow: hidden;
	text-align: left;
}

.content_dato h4{
	margin: 0 20px 0 0;
	float: left;
	background-color: #fff;
	border-radius: 10px;
}

.item_dato:hover h4{
	animation: myAnimdatox 2s ease 0s 1 normal forwards;
}

@keyframes myAnimdatox {
	0% {
		animation-timing-function: ease-in;
		opacity: 1;
		transform: translateY(-45px);
	}

	24% {
		opacity: 1;
	}

	40% {
		animation-timing-function: ease-in;
		transform: translateY(-24px);
	}

	65% {
		animation-timing-function: ease-in;
		transform: translateY(-12px);
	}

	82% {
		animation-timing-function: ease-in;
		transform: translateY(-6px);
	}

	93% {
		animation-timing-function: ease-in;
		transform: translateY(-4px);
	}

	25%,
	55%,
	75%,
	87% {
		animation-timing-function: ease-out;
		transform: translateY(0px);
	}

	100% {
		animation-timing-function: ease-out;
		opacity: 1;
		transform: translateY(0px);
	}
}

.content_dato span{
	display: block;
	margin: 10px 0 0 0;
}

.content_dato h3{
	margin: 0px 0 13px 0;
	font-size: 19px;
	line-height: 22px;
	color: #3d4a56;
	font-family: 'Rubik_Medium';
}

.content_dato p{
	margin: 0 0 0 0;
	font-size: 17px;
	line-height: 22px;
	color: #3d4a56;	
}

.content_dato a.wsp_contacto{
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 31px;
	font-size: 21px;
	color: #1e2328;
	text-decoration: underline;
	letter-spacing: 0.5px;
	position: relative;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.content_dato a.wsp_contacto:hover{
	color: #028b62;
}

.content_dato a.wsp_contacto:before {
    content: "\f232";
    font-family: "FontAwesome";
    font-size: 27px;
    color: #028b62;
    position: absolute;
    top: -1px;
    left: 0px;
    z-index: 2;
}

.content_dato a.email_contacto{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 0;
	font-size: 17px;
	color: #3d4a56;
	font-family: 'Rubik_Regular';
	text-decoration: underline;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.content_dato a.email_contacto:hover{
	color: #014fb7;
}

.content_dato h5{
	margin: 18px 0 0px 20px;
    padding: 3px 0 5px 35px;
	font-size: 17px;
	line-height: 22px;
	color: #3d4a56;
	background: url(../images/icon_horario.png) no-repeat 0px 0px;
}


/* formulario */


.content_form_contact{
	margin: 30px 0 0 0;
	padding: 40px 50px 50px 50px;
	background-color: #fff;
	border-radius: 10px;
}

.content_form_contact .titulos_home{
	margin: 0 0 30px 0;
}

.content_form_contact p{
	margin: 0 0 0 0;
	line-height: 27px;
}

.left_form{
	float: left;
	width: 47%;
}

.right_form{
	float: right;
	width: 51.5555555%;
}

.content_form_contact form{
	margin: 20px 0 0 0;
}



/* - - - - - - - - - - - - */


/* campos input*/

.form-group label.error{
	font-size: 16px!important;
}

body .form-default .form-group {
    margin-bottom: 10px;
}

body .form-default .form-group label:not(.error) {
    margin: 0 0 2px 0;
    font-size: 15px;
    color: #fff;
}

.form_contact_left .form-default .form-group label:not(.error){
	display: none!important;
}

body .form-default .form-group .form-control{
	width: 100%;
	height: 50px;
	margin: 0 0 0px 0;
	padding: 0 25px 0px 25px;
	background: #fff;
	font-size: 16px;
	color: #3d4a56;
	line-height: 50px;
	border: solid 1px #ccd0d3;
	outline: none;
	vertical-align: inherit;
	
	border-radius: 10px;
}

body .form-default .form-group textarea.form-control{
	height: 95px;
	padding-top: 15px;
	line-height: 18px;

	background: #fff;
	font-size: 16px;
	color: #3d4a56;
}

.row.captchs_form{
	width: 100%;
}

.capcha_contacto span{
	display: inline-block;
	vertical-align: middle;
}

.capcha_contacto .img_captcha{
	padding: 8px 10px 8px 10px;
    border-radius: 10px;
    background-color: #f2efe9;
}

.capcha_contacto .cargar_capcha {
    margin: 0 0 0 11px;
}

.capcha_contacto .cargar_capcha img{
	width: 18px;
}

.cod_xapcha{
	margin: 0 0 0 -20px!important;
}

.captchs_form .form-group {
    margin-bottom: 0!important;
}

p.accept_terms{
	margin: 18px 0 25px 0;
	font-size: 16px;
	line-height: 18px;
	color: #3d4a56;
}

p.accept_terms a{
	color: #3d4a56;
	font-family: 'Rubik_Medium';
	text-decoration: underline;
}

p.accept_terms a:hover{
	color: #014fb7;
}

.content_form_contact .form-default .btn{
	width: 100%;
}

.maps_contenido{
	margin: 40px 0 0 0;
	border-top: solid 6px #dfdfdf;
	border-bottom: solid 6px #dfdfdf;
	background-color: #f8f9fa;
}

.maps_contenido iframe{
	width: 100%;
	height: 550px;
}




/* encuentra tu tienda */

/*.contact_pagex .top_footer{
	display: none;
}
*/


.encuentra_tienda{
	margin-top: 30px;
    padding-top: 110px;
    padding-bottom: 50px;
    position: relative;
    background: url(../images/bg_tiendas.png) no-repeat center;
    background-size: cover;
}

.encuentra_tienda:after {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/wave_widget.png) no-repeat center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.encuentra_tienda .container-indent{
	margin-top: 30px!important;
}

.encuentra_tienda h1{
	margin: 0 0 25px 0;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}

.encuentra_tienda h1 strong {
    font-size: 30px;
}

.encuentra_tienda .container{
	width: auto;
	max-width: initial;
}

body .contact-map{
	background-color: #fff;
	overflow: hidden;
	border: solid 6px #fff;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 13%);

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

body .contact-map #google_map{
	
}

body .contact-map button:before,
body .contact-map button:after{
	display: none;
}

.nuestras_tiendas{
	
}

.scrooll_direcciones{
	max-height: 482px;
	overflow-y: scroll;
}

.nuestras_tiendas .item{
	margin: 0 0 20px 0;
	padding: 20px 20px 0px 40px;
}

.nuestras_tiendas .item h5{
	margin: 0 0 18px 0;
	font-size: 20px;
	color: #fff;
	text-decoration: underline;
	letter-spacing: 0.5px;
}

.nuestras_tiendas .item ul li{
	margin: 0 0 22px 0;
	padding: 0 0 0 40px;
}

.nuestras_tiendas .item ul li,
.nuestras_tiendas .item ul li strong,
.nuestras_tiendas .item ul li a{
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	letter-spacing: 0.5px;
}

.nuestras_tiendas .item ul li strong{
	display: block;
}

.nuestras_tiendas .item ul li a{
	text-decoration: underline;
}

.item ul li.direccion_item{
	background: url(../images/ubicacion_icon.png) no-repeat 0px 4px;
}

.item ul li.telefono_item{
	background: url(../images/telefono_icon.png) no-repeat 0px 4px;
}

.item ul li.celular_item{
	background: url(../images/celular_icon.png) no-repeat 0px 4px;
}

.item ul li.email_item{
	background: url(../images/email_icon.png) no-repeat 0px 4px;
}

.item ul li.horario_item{
	background: url(../images/horario_icon.png) no-repeat 0px 4px;
}


/* CHAT  */


body #chat_whatsapp{
	left: auto;
	right: 10px;
	bottom: 80px;
}





/* C H E C K O U T  */



#one-page-checkout{
	font-size: 16px;
}

#one-page-checkout h3{
	background-color: #000;
	padding: 10px 20px 10px 20px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	overflow: hidden;
	line-height: 28px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#one-page-checkout h3 i{
	margin-right: 10px;
}

#one-page-checkout h3 span{
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
	float: right;
	background-color: #ffffff;
	width: 25px;
	height: 25px;
	color: #000;
	text-align: center;
	border-radius: 50%;
	line-height: 25px;
}

#one-page-checkout input[type="text"],
#one-page-checkout input[type="tel"],
#one-page-checkout select{
	border: solid 1px #e6e6e6 !important;
	background: #fff;
	border-radius: 2px;
	outline: none;
	padding: 10px 10px;
	font-size: 14px;
	color: #555555;
	line-height: 1.8;
	width: 100%;
}

#one-page-checkout textarea{
	border: solid 1px #e6e6e6 !important;
	background: #fff;
	border-radius: 2px;
	outline: none;
	padding: 10px 10px;
	font-size: 14px;
	color: #555555;
	line-height: 1.8;
	width: 100%;
}

#one-page-checkout input[type="text"].error,
#one-page-checkout input[type="tel"].error,
#one-page-checkout select.error{
	border: solid 1px #f59797 !important;
}

#one-page-checkout input[name="cupon"]{
	text-transform: uppercase;
}

#one-page-checkout input[name="cupon"]:disabled{
	background: #efefee;
	color: #adadad;
}

#one-page-checkout .div_datos_factura{
	display: none;
}

#one-page-checkout .form_direccion .form-group{
	margin: 5px 0px;
}

#one-page-checkout .form_direccion .form-group label{
	display: block;
	margin-bottom: 2px;
    font-size: 14px;
}

#one-page-checkout .form_direccion input[type="text"],
#one-page-checkout .form_direccion select,
#one-page-checkout .form_direccion textarea{
	outline: none;
	font-size: 16px;
	color: #666;
}


#one-page-checkout .div_confirmacion label .datos{
	display: inline-block;
	vertical-align: top;
	width: 99%;
}

#one-page-checkout .div_confirmacion .datos span{
	display: block;
	vertical-align: top;
	border: none;
	font-size: 16px;
	color: #111; 
	padding: 0px;
	margin: 13px 0px 0px 0px;
}

#one-page-checkout .div_confirmacion .datos span span.logo_pago{
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: -4px 0px 0px 5px;
}

#one-page-checkout .div_confirmacion .datos .descripcion_completa{
	padding: 4px 0px 0px 0px;
	color: #222;
	font-size: 14px;
	line-height: 18px;
}

#one-page-checkout .div_confirmacion .datos .descripcion_completa span{
	padding: 2px 0px 0px 0px;
	color: #222;
	font-size: 14px;
	line-height: 18px;
}

#one-page-checkout .div_confirmacion .datos .descripcion_completa .logos_tarjetas img{
	height: 25px;
	display: inline-block;
	vertical-align: top;
	margin: 20px 15px 0px 0px;
}

#one-page-checkout .div_confirmacion h6{
	margin-bottom: 8px;
}

.div_checkbox{
	margin-top: 8px;
}

#one-page-checkout .mt24-descuento-por-producto-label{
	display: block;
	color: #dc5959;
	font-size: 13px;
}

#horario_reparto table {
	border-collapse: collapse;
	width: 100%;
}

#horario_reparto table thead tr{
	background-color: #555;
	color: #fff;
}

#horario_reparto table thead tr th{
	border: 1px solid #999;
	padding: 0.4rem;
	text-align: left;
}

#horario_reparto table td{
	border: 1px solid #999;
	padding: 0.5rem;
	text-align: left;
}

@media (max-width: 480px) {

	#one-page-checkout .div_confirmacion .datos .descripcion_completa .logos_tarjetas img{
		height: 24px;
		display: inline-block;
		vertical-align: top;
		margin: 20px 12px 0px 0px;
	}

	tr.mt24-tr-carrito-desktop{
		display: none !important;
	}

	tr.mt24-tr-carrito-mobile{
		display: table-row !important;
	}

}

tr.mt24-tr-carrito-desktop{
	display: table-row;
}

tr.mt24-tr-carrito-mobile{
	display: none;
}

td.mt24-total-carrito{

}

.cart-mobile-imagen,
.cart-mobile-datos,
.cart-mobile-precio{
	margin: 10px 0px;
}

.cart-mobile-imagen img{
	max-width: 50% !important;
	margin: 0px auto;
}

/* header checkout */

#tt-pageContent.content_final{
    padding-top: 127px;
}



/* categorias home */


.content_categorias_widgets{
	z-index: 10;
}

.slider_categorias{
	margin: -35px 0px 30px 0px;
    padding: 0px 55px 0px 55px;
    background-color: #ffffff;
    box-shadow: 0px 7px 15px rgb(0 5 17 / 14%);
    text-align: center;
    position: relative;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    z-index: 3;
}

.fixed_catgory{
	width: 100%;
	position: fixed!important;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.slider_categorias .slick-slide{
	margin: 0px;
	padding: 0!important;
}

.content_cat_home{
	padding-top: 0px;
	padding-bottom: 0px;
}

.content_cat_home a{
	display: block;
	padding: 15px 20px 18px 20px;
	background-color: #fff;
	text-align: left;
}

.icon_categoria{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	background-color: #e8e8ed;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.nombre_categoria{
	margin: 7px 0 0 0;
	font-size: 20px;
    line-height: 18px;
    color: #000;
}

.icon_categoria img{
	display: inline!important;
	margin: 0 0 0 0!important;
	vertical-align: middle!important;
}

.content_cat_home a:hover .icon_categoria{
	background-color: #febf04;
}

.content_cat_home a:hover .nombre_categoria{
	text-decoration: underline;
}


.content_cat_home a.cat_active .icon_categoria{
	background-color: #febf04;
}


.slider_categorias button.slick-arrow{
	width: 30px!important;
	height: 100%!important;
	top: 0!important;

	-webkit-transform: translate(0, 0%);
	-ms-transform: translate(0, 0%);
	transform: translate(0, 0%);

	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

	-webkit-box-shadow: 0px 0px 0px 0px transparent;
	-moz-box-shadow: 0px 0px 0px 0px transparent;
	box-shadow: 0px 0px 0px 0px transparent;
}

.slider_categorias .slick-prev{
	left: 5px!important;
	right: auto!important;
}

.slider_categorias .slick-next{
	right: 5px!important;
}



/* categorias scroll */

.fixed_catgory .slider_categorias{
	margin: 0px 0px 0px 0px;
	padding: 0px 35px 0px 35px;
	box-shadow: 0px 12px 13px rgb(0 5 17 / 22%);

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.fixed_catgory .slider_categorias .nombre_categoria{
	font-size: 18px;
    line-height: 16px;
}

.fixed_catgory .slider_categorias .content_cat_home a{
	padding: 12px 10px 15px 10px;
}









/* - - -  Q U I E N E S   S O M O S  - - - */



.page_nosotros .top_internas{
	background: #00479e url(../images/quienes-somos.jpg) no-repeat center;
}

/* content top */


.content_quienes_somos{
	background-color: #fff;
	padding: 50px 50px 50px 50px;
}

.content_quienes_somos p{
	font-size: 18px;
	line-height: 31px;
}

.content_quienes_somos .titulos_home{
	margin-bottom: 30px;
}

.left_nosotros{
	float: left;
	width: 50%;
}

.right_nosotros{
	float: right;
	width: 50%;
}

.list_quienes_somos{
	margin: 20px 0 0 0;
}

.list_quienes_somos span{
	display: block;
	margin: 0 0 0 0;
	padding: 15px 0 15px 0;
	border-bottom: dashed 1px #dbdbdb;
	overflow: hidden;
}

.list_quienes_somos span:last-child{
	padding-bottom: 0;
	border: none;
}

.list_quienes_somos span h3{
	float: left;
	width: 87px;
	height: 87px;
	margin: 0 20px 0 0;
	background-color: #f2efe9;
	border-radius: 10px;
}

.list_quienes_somos span p{
	margin: 5px 0 0 0;
	color: #333e48;
	font-size: 16px;
	line-height: 24px;
}

.list_quienes_somos span p strong{
	display: block;
	margin: 0 0 7px 0;
	font-size: 18px;
}


/* mision vision */


.mision_vision{
	margin: 50px 0 0 0;
	padding: 40px 40px 40px 40px;
	background-color: #f7f7f9;
	border-radius: 10px;
}

.mision_vision h3{
	font-size: 20px;
}

.mision_vision img{
	border-radius: 10px;
}


/* mision */
.mision_content{
	display: flex;
}

.mision_content span{
	display: block;
	padding: 0 50px 0 0;	
}

.mision_left{
	float: left;
	width: 50%;
	text-align: right;
	display: flex;
	align-items: center;
}

.mision_right{
	float: right;
	width: 50%;
}



/* vision */
.vision_content{
	display: flex;
}

.vision_content span{
	display: block;
	padding: 0 0px 0 50px;	
}

.vision_left{
	float: left;
	width: 50%;
}

.vision_right{
	float: right;
	width: 50%;

	text-align: left;
	display: flex;
	align-items: center;
}


/* valores */


.valores_content{
	margin: 50px 0 40px 0;
	padding: 0 0 0 0;
}

.valores_content .titulos_home{
	margin: 0 0 30px 0;
}

.valores_content p{
	font-size: 18px;
}

.valores_items{
	margin: 10px -10px 0 -10px;
	text-align: justify;
}

.valores_items:after{
	width: 100%;
	content:"";
	display: inline-block;
}

.item_valor{
	width: 31.122222%;
	min-height: 230px;
	display: inline-block;
	vertical-align: top;
	margin: 15px 10px 15px 10px;
	padding: 30px 30px 30px 30px;
	background-color: #fff;
	border-radius: 10px;
	border: solid 1px #ececef;
	text-align: left;
}

.item_valor img{
	margin: 0 0 10px 0;
}

.item_valor strong{
	display: block;
	margin: 0px 0 8px 0;
	font-size: 18px;
	color: #333e48;
}

.item_valor p{
	margin: 0 0 0 0;
	font-size: 17px;
	line-height: 24px;
	color: #333e48;
}


/* sectores */


.sectores_content{
	margin: 0 0 0 0;
	padding: 55px 50px 50px 50px;
	background-color: #fff;
	border-radius: 10px;
}

.sectores_content img{
	border-radius: 10px;
}

.sectores_content .titulos_home{
	margin: 0 0 20px 0;
}

.sectores_content p{
	font-size: 18px;
	line-height: 31px;
}

.sectores_left{
	float: left;
	width: 50%;
	padding: 0 45px 0 0;
}

.sectores_right{
	float: right;
	width: 50%;
}

.items_sectores{
	margin: 31px -7px 0 -7px;
}

.sector_item{
	width: 30.455%;
	min-height: 150px;
	display: inline-block;
	vertical-align: top;
	padding: 32px 20px 20px 20px;
	margin: 10px 7px 10px 7px;
	background-color: #f2efe9;
	border-radius: 10px;
}

.sector_item img{
	margin: 0 0 20px 0;
	border-radius: 0px
}

.sector_item h4{
	font-size: 16px;
	color: #333e48;
	font-family: 'Rubik_Medium';
}



/* politicas */



.politicas_content{
	margin: 50px 0 50px 0;
}

.politicas_content .titulos_home{
	margin: 0 0 30px 0;
}

.politicas_content p{
	font-size: 18px;
	line-height: 31px;
}

.politicas_items{
	margin: 45px 0 30px 0;
	text-align: justify;
}

.politicas_items:after{
	width: 100%;
	content:"";
	display: inline-block;
}

.item_politica{
	display: inline-block;
	vertical-align: top;
	width: 30.555555%;
	margin: 0 0 0 0;
	padding: 40px 40px 60px 40px;

	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	border: solid 1px #ececef;
}

.item_politica h5{
	margin: 0 0 30px 0;
	display: inline-block;
	background-color: #f2efe9;
	border-radius: 10px;
}

.item_politica h5 img{
	border-radius: 10px;
}

.item_politica h4{
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #333e48;
	font-family: 'Rubik_Medium';
}

.item_politica p{
	margin: 0 0 0px 0;
	font-size: 16px;
	line-height: 25px;
	color: #333e48;
}

.item_politica a.btn{
	width: 74%;
	margin: 35px 0 0 0;
}

.item_politica a.btn i{
	background-image: url(../images/descargar_item.png);
}



/*  - - -  T I E N D A S   S E C C I O N - - -   */


.tiendax_left{
	width: 37.655555%;
	float: left;
	margin: 30px 0 0 0;
	padding: 10px 10px 0px 0;
	background: rgb(0,138,83);
    background: linear-gradient(90deg, rgba(0,138,83,1) 0%, rgba(0,166,75,1) 100%);
	position: relative;
	z-index: 5;

	box-shadow: 0px 8px 15px rgb(0 0 0 / 12%);

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.tiendax_right{
	width: 76%;
	float: right;
	margin: 0px 0 0 -222px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



body #ModalDiscount .tt-modal-discount p{
	display: none!important;
}


form#form_calcular_envio .descripcion_completa{
	color: #000;
	text-align: left;
}


form#form_calcular_envio .form-default select.form-control:not([size]):not([multiple]){
	height: 44px;
	font-size: 17px;
	padding: 0 0 3px 14px;
}



/* - - -  */


#productos-destacados,
#productos-nuevos{
	position: absolute;
	top: -40px;
	left: 0px;
}