@font-face {
    font-family: 'runmedium';
    src: url('../fonts/run-webfont.woff2') format('woff2'),
         url('../fonts/run-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial Narrow';
    src: local('Arial Narrow'), local('ArialNarrow'),
        url('../fonts/ArialNarrow.woff2') format('woff2'),
        url('../fonts/ArialNarrow.woff') format('woff'),
        url('../fonts/ArialNarrow.svg#ArialNarrow') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.st-custom-button[data-network], .button_rrss[data-network] {
	background-color: #9EEC46;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	width: 32px;
	height: 32px;
	text-align: center;
	padding: 5px 0;
	border-radius: 4px;
 }
 .button_rrss[data-network="facebook"]{
	background-color: #4267b2;
 }
 .st-custom-button[data-network="twitter"]{
	background-color: #58CEF2;
 }
 .button_rrss[data-network="email"]{
	background-color: #575a52;
 }
 .button_rrss[data-network="whatsapp"]{
	background-color: #6EBA2B;
 }

.font-spirtulina{
	font-family: 'runmedium';
}

body {
	background: url(../images/bg.jpg)repeat;
	font-size: 0;
}
.theme-default .nivo-controlNav{
	height: 11px;
}
/* Hamburguesa Menu */
.hamburger-menu {
	position: absolute;
	top: 10px;
	right: 16px;
	margin-top: -11px;
	width: 44px;
	height: 42px;
	cursor: pointer;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding-top: 11px;
	z-index: 20;
	display: none;
}

.bar {
    position: relative;
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    -ms-transform: translateY(7px);
    -o-transform: translateY(7px);
    transform: translateY(7px);
    background: rgb(110, 110, 110);
    -webkit-transition: all 0ms 300ms;
    -moz-transition: all 0ms 300ms;
    -o-transition: all 0ms 300ms;
    transition: all 0ms 300ms;
}
.bar::after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background: rgb(110, 110, 110);
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -o-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    background: rgb(110, 110, 110);
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -o-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar, .bar::after, .bar::before {
    width: 26px;
	height: 3px;
	margin: 0 auto;
}

.bar.animate {
    background: transparent;
}

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}
/* Fin de la hamburguesa */

.clear {
	clear: both;
	visibility: hidden;
}
.coment ul li{
	width: 106% !important;
}
.wrap {
	max-width: 1030px;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	color: #38472f;
}
.wrap .display-mobile{
	display: none;
}
.wrap .alert-warning{
	background-color: #fff8c7;
    font-size: 14px;
    color: #c37c33;
    border: 1px solid #efd3c2;
    border-radius: 4px;
    padding: 8px;
}
.wrap .alert-aviso{
	font-size: 14px;
	text-align: center;
	padding: 0 14px;
}
.wrap .alert-aviso .text{
	display: inline-block;
	vertical-align: middle;
}
.wrap .alert-aviso .image{
	display: inline-block;
	vertical-align: middle;
	max-width: 46px;
}

.wrap .box_promo{
	font-size: 15px;
	color: #53a225;
}
.wrap .box_promo a{
	color: #53a225;
	text-decoration: underline;
	font-weight: bold;
}

.wrap .back_home{
	text-align: right;
	padding-right: 14px;
	padding-top: 5px;
}
.wrap .back_home .btn_home{
	font-size: 16px;
	color:#000;
}
.wrap .back_home .btn_home .fa{
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 22px;
	background-color: #3f761f;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
}

.bgmodal{
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	background-color: rgba(251, 251, 251, 0.85);
	display: none;
}

.bgmodal .boxmodal{
	max-width: 640px;
	margin: 0 auto;
	padding: 20px 30px;
	background-color: rgba(255, 255, 255, 0.9);
	top: 50%;
	position: relative;
	margin-top: -250px;
	font-size: 14px;
	line-height: 22px;
	box-shadow: 0px 0px 15px 0 #999c9d;
}
.bgmodal .boxmodal .closemodal{
	position: absolute;
	right: -10px;
	top: -10px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 50%;
	background-color: #349852;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.wrap .header {
	color: #ffffff;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

.wrap .header .wrapper{
	max-width: 1030px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 4px 0 15px 0 #999c9d;
	-moz-box-shadow: 4px 0 15px 0 #999c9d;
	box-shadow: 4px 0 15px 0 #999c9d;
	padding: 16px;
}

#nav li div div {
	display: none;
	position: relative;
	top: -1px;
}
.wrap .content_box {
	width: 100%;
	background: #ffffff;
	padding: 20px 10px 20px 10px;
	box-shadow: 0 0 14px 1px #999c9d;
	height: auto;
	position: relative;
}

.wrap .logo {
	width: 130px;
	background: #ffffff;
	padding: 0px 0px;
	text-align: center;
}
.wrap .logo a::before{
	display: none;
}

.wrap header .text_logo{
	text-align: center;
    border: 1px solid #a1a1a1;
    padding: 8px;
    margin-bottom: 4px;
}
.wrap header .text_logo img{
	position: relative;
	width: 120px;
}
.wrap header .text_logo img.ico_logo{
	display: none;
	margin: 0 auto;
}
.wrap header nav {
	font-size: 26px;
	font-style: italic;
}
.wrap .header .menu{
	font-size: 14px;
	font-style: normal;
	text-align: center;
	background-color: #ededed;
	padding: 0 0;
}
.wrap header nav a {
	color: #595757;
	text-decoration: none;
	text-align: center;
	display: block;
	position: relative;
	transition: all 0.3s ease;
}
.wrap header nav a span{
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0 0px;
}
.wrap header nav a::before{
	content: '';
	display: none;
	position: absolute;
	z-index: 1;
	bottom:0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #7dce03;
	transition: all 0.3s ease;
}
.wrap header nav a:hover{
	/* color: #ffffff; */
}
.wrap header nav a:hover::before{
	height: 30px;
	transition: all 0.3s ease;
}

.wrap .header .menu ul{
	height: 30px
}
.wrap .header .menu li{
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	margin: 0 8px;
	font-weight: bold;
}
.wrap .header .menu li.otherproducts{
	display: none;
}
.wrap header .menu li .btnpromotor{
	color: #939393;
}
.wrap header .menu li .btnpromotor:before{
	display: none;
}

.boxphone{
	text-align: center;
	padding: 6px 0 6px 0;
	border-top: 1px solid #99D178;
	border-bottom: 1px solid #99D178;
	display: inline-block;
	font-size: 16px;
	color: #2c7a24;
	vertical-align: middle;
}
.boxphone .ico{
	display: inline-block;
	vertical-align: middle;
	padding-right: 1px;
}
.boxphone span{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.boxphone span a{
	font-size: 14px;
	width:auto;
	height: auto;
	background: none;
	margin:0;
	text-indent: 1px;
	color: #38472f;
	outline: none;
}

.wrap header nav ul {
	height: auto;
}
.wrap header nav .title {
	font-size: 18px;
	font-weight: 700;
	margin:6px 0 7px 0;
	text-align:center;
	font-style: normal;
}
.wrap header nav .title span{
	display: block;
}

.content_box nav {
	width: 100%;
	background: url(../images/line_bg_nav.jpg) repeat-x;
	border: 1px solid #cdcfcd;
	margin: 0 auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 41px;
	margin-top: 6px;
	margin-bottom: 14px;
	display: none;
}

.content_box nav ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}

.content_box nav ul li {
	font-size: 15px;
	float: left;
}

.content_box nav ul a {
	color: #5aa62d;
	padding: 0 12px 5px 7px;
	border-right: 1px solid #d1d3d4;
	/*border-left: 1px solid #ffffff;*/
	display: block;
	line-height: 25px;
	margin: 6px 2px 6px 8px;
	font-weight: 500;
}

.content_box nav li:first-child{
	border-left: none;
	
}

.content_box nav ul .segtext {
	line-height: 17px;
	text-align: center;
	margin-top: 3px;
}

.content_box nav .ayudamenu div div {
	width: 120%;
	top: -6px !important;
}
.content_box nav ul span {
	display: block;
}

.content_box nav .menudown{
	position: relative;
	width: auto;
}

.content_box nav .menudown a{
	padding: 0 19px 5px 0px;
	position: relative;
}
.content_box nav .menudown .arrow {
	position: absolute;
	right: 4px;
	top: 7px;
	width: 13px;
	height: 13px;
	background: url(../images/arrow_nav.png) no-repeat;
}

.content_box nav .menudown ul{
	position: absolute;
	display: block;
	z-index: 200;
	width: 100%;
	top: 100%;
	left: 0;
}
.content_box nav .menudown ul a{
	margin: 0 6px 0 4px;
	padding: 0 0 0 4px;
	color: #ffffff;
	border-top: 1px solid #3d7f16;
	border-bottom: 1px solid #6ac634;
	border-left: none;
	border-right: none;
}

.content_box nav .menudown ul li:last-child a{
	border-bottom: none;
}

.content_box nav .menudown ul li {
	display: block;
	float: none;
	background: #53a225;
	width: 100%;
}


.content_box .text_spirulina{
	margin: 0 auto 10px;
    font-family: 'runmedium';
    font-size: 30px;
    text-align: center;
	font-weight: normal;
	color: #53a225;
}

.content_box h1 {
	background: url(../images/ico_title.gif) no-repeat center left;
	font-size: 23px;
	color: #3f761f;
	font-weight: 700;
	padding-left: 28px;
	width: 100%;
	position: relative;
	display: block;
	margin:0 0 12px;
}

.content_box .textemail{
	position: absolute;
	right: 4.5rem;
	top: 20px;
	font-size: 16px;
	color: #3f761f;
	font-weight: 700;
	letter-spacing: -0.2px;
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.content_box .textemail a{
	color: #3f761f;
	text-decoration: none;
}
.content_box .textemail img{
	/* position: absolute;
	right: -38px;
	top: -2px; */
}
.content_box h1 span {
	font-size: 18px;
	color: #5aa62d;
}

.button_box {
	color: #5fae31;
	font-weight: 500;
	font-size: 14px !important;
	padding: 4px 2px;
	width: 148px;;
}

h1.titledoble {
	margin: 0 0 30px 0;
}

.titledoble .button_box {
	position: absolute;
	left: 25px;
	top: 26px;
}


.cambio_txt {
	font-size: 14px !important;
	color: #ea2d51;
	font-weight: 500;
	letter-spacing: -0.2px;
	padding: 4px 2px;
}

.titledoble .cambio_txt {
	position: absolute;
	top: 26px;
	left: 180px;
}

/* Accordeon */
.full_producto .box_accordeon .text_descript{
	width: 100%;
}
.box_accordeon .accordion-toggle{
	font-size: 14px;
	font-weight: normal;
}
.box_accordeon .accordion-toggle .title-accordion{
	margin:0 0 10px;
	cursor: pointer;
	font-size: 15px;
}
.box_accordeon .accordion-toggle .title-accordion .iconmore{
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/ico_ayuda.jpg");
	background-repeat: no-repeat;
	width: 13px;
	height: 16px;
	margin-right: 4px;
}
.box_accordeon .accordion-toggle .title-accordion.active .iconmore{
	background-position: 0 -20px;
}
.box_accordeon .box-container{
	font-size: 14px;
	border: none;
	overflow: hidden;
	height: 0;
	transition: all 0.3s ease-in-out;
}
.box_accordeon .box-container p{
	margin:0;
}

/******** CARROUSEL ******************/

.box_carrusel {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 10px;
	display: inline-block;
}

.box_carrusel ul {
	font-size: 0;
	margin: 0;
	padding: 0;
}

.box_carrusel ul li {
	display:block;
	width: 100%;
	border: 1px solid #d9dbdb;
	background: #ffffff;
	font-size: 14px;
	-webkit-box-shadow: 0 0 12px 0 #CECECE;
	-moz-box-shadow: 0 0 12px 0 #CECECE;
	box-shadow: 0 0 12px 0 #CECECE;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
    margin: 0 0;
    position: relative;
	letter-spacing: -0.6px;
	
}

.box_carrusel .boxvisa{
	max-width: 160px;
	margin: 0 auto;
	padding-bottom: 4px;
	display: block;
}

.box_carrusel li .imgprod {
	-moz-box-shadow: inset 0 0 25px 0 #021402;
	box-shadow: inset 12px 25px 10px #193819;
	-webkit-box-shadow: inset 0 0 25px 0 #021402;
	border-bottom: 1px solid #d9dbdb;
	position: relative;
	width: 100%;
	/* min-height:260px; */
	/* max-height: 240px; */
}

.box_carrusel li:hover::before {
	box-shadow: inset 0 0 8px rgba(0,0,0,.6);
	-moz-box-shadow: inset 0 0 8px rgba(0,0,0,.6);
	-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.5);
}

.box_carrusel .comming {
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	display: block;
	color: #5cb528;
	margin-top: 20px;
}
.box_carrusel .costos{
	display: block;
    text-align: center;
    line-height: 24px;
}
.box_carrusel p {
	padding: 0;
	margin: 0;
	display: inline-block;
}
.box_carrusel .fila_1 {
	display: inline-block;
	vertical-align: middle;
}
.box_carrusel .box_star {
	border-bottom: 1px solid #77c748;
	padding: 4px 0;
}

.box_carrusel .price {
	background: #c5f5bd;
	font-weight: 500;
	letter-spacing: -0.2px !important;
}
.box_carrusel .price span {
	font-size: 12px;
}

.box_carrusel .promo{
	background-color: #f0f027;
	font-weight: bold;
}

.box_carrusel .block_caract {
	border-bottom: 1px solid #A0A0A0;
	padding: 4px 5px;
	letter-spacing: -0.6px;
	text-align: center;
}
.box_carrusel .block_caract p{
	display: inline-block;
	vertical-align: middle;
}
.box_carrusel .cod_num {
	text-align: center;
	padding: 8px 0;
	display: block;
	font-weight: 700;
}

/************* DISABLE ***************/
.disable_box {
	cursor: no-drop;
	filter: Alpha(Opacity=60);
	opacity: 0.6;
}

.disable_box a {
	cursor: no-drop;
}

.bt_propiedades {
	background: #818aa4;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	width: 108px;
	text-align: center;
	float: left;
	padding: 12px 0 11px 0;
	border-right: 1px solid #59778B;
	letter-spacing: 0px;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

.bt_propiedades.active{
	background: #2556ff;
}

.bt_propiedades:hover {
	background: #2556ff;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

.bt_comprar {
	background: #818aa4;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	width: 100%;
	display: block;
	text-align: center;
	padding: 6px 0 8px 0;
	border-left: 1px solid #909BAF;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	letter-spacing: 0px;
	cursor: pointer;
}
/*
.bt_comprar:hover {
	background: #ea2d51;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}*/

.shadow {
	width: 685px;
	height: 51px;
	background: url(../images/bg_shadow_slider.jpg) no-repeat;
	position: absolute;
	z-index: 1;
	top: 288px;
	left: 17px;
}

.slider-wrapper {
	width: 100%;
	margin: 0 auto;
	height: auto;
	position: relative;
	z-index: 1;
	top: 0;
}

/* CONTENIDOS */
.box_text {
	font-size: 14px;
	line-height: 19px;
	padding-right: 14px;
}

.box_text p{
	padding: 0;
	margin: 0 0 10px 0
}
.list_descrip{
	list-style-type: disc;
	padding-left: 20px;
}

.box_text a {
	color: #4b9e1a;
	text-decoration: underline;
}

.box_text span img {
	margin-right: 5px;
}

/* Tiny Scrollbar */
#scrollbar1 { width: 520px; margin: 20px 0 10px; }
#scrollbar1 .viewport { width: 500px; height: 200px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background: transparent url(images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track { background: transparent url(images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#scrollbar1 .thumb .end { background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
.slimScrollBar {
	cursor: pointer;
}


/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	/* float: left; */
	display: inline-block;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	width:16px;
	height:27px;
	font-size: 12px;
	opacity: 0.8;
	background-image: url("../images/arrow_products.png");
	text-indent: -9999px;
	position: absolute;
	top: 165px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	opacity: 1;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 5px;
	background-position: -16px 0;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 5px;
}


/*********** GLOSARIOS ****************/
.glosario {
	list-style-type: disc;
	padding: 0 0px 0 20px;
	margin: 4px 0px 16px 6px;
	width: 100%;
	display: grid;
	grid-auto-flow: column;	
    grid-gap: 0.2rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(20, auto);

}

.glosario li {
	list-style-type: disc;
}
.glosario li a{
	color: #38472f;
	text-decoration: none;
	text-decoration: underline;
}

.glosario li a:hover{
	text-decoration: underline;
}

.bt_returns {
	position: absolute;
	top: 390px;
	right: 18px;
}

/************* PROMOCIONES ************/
.box_promo .tableprom{
	border: 1px solid #818aa4;
	font-size: 14px;
}

.box_promo .tableprom .title {
	border: 1px solid #408915;
}
.box_promo table{ font-size:12px; }
.box_promo table a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	background:none;
}

.tableprom .price{
	background: #ea2d51;
	color: #ffffff;
	line-height: 32px;
	vertical-align: middle;
}
.box_promo td {
	margin-bottom: 4px;
	background: #e1e3ea;
	padding: 0 7px 0 7px;
}
.box_promo td .right {
	display: inline-block;
	float: right;
	color: #38472f;
}
.box_promo th {
	font-weight: normal;
	background: #53a225;
	color: #ffffff;
	border-bottom: 1px solid #818aa4;
}
.box_promo th td {
	background: #53a225;
}
.box_promo .head {
	background: #ffffff;
	color: #333;
	font-size: 12px;
}
.box_promo .head span {
	font-size: 17px;
	font-weight: bold;
	color: #53a225;
}

.box_promo .bg_white {
	background: #ffffff;
}
.box_promo .bg_white span {
	font-size: 12px;
	padding-left: 14px;
}
.full_producto{
	display: inline;
	vertical-align: top;
	padding-top: 12px;
	font-size: 0;
}

.full_producto .box_info_table{
	display: inline-block;
	vertical-align: top;
	width:72%;
	padding: 0 15px;
}
.full_producto .box_right{
	width: 28%;
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
}
.full_producto .box_info_visa{
	background-color: #f3f3f3;
	padding: 8px;
	margin-top: 14px;
}
.full_producto .box_info_visa .box_text{
	line-height: normal;
	height: auto;
	padding: 0;
}
.full_producto .box_info_visa p{
	font-size: 14px;
} 
.full_producto .box_info_visa .box_text .title{
	margin: 4px 0;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.full_producto .box_info_visa .box_text p{
	font-size: 15px;
}

.full_producto .box_info_visa .box_text .ico{
	display: inline-block;
	vertical-align: middle;
	padding-left: 4px;
	padding-top: 4px;
	width: 50px;
}

.full_producto .box_info_visa .alert-warning{
	margin-bottom: 10px;
	color: #da361a;
	text-align: justify;
	letter-spacing: -0.5px;
}
.full_producto .box_info_visa .alert-warning a{
	color: #da361a;
	font-size: 15px;
}
.full_producto .boxphone{
	display: block;
	text-align: center;
	border:0;
	background-color: #f3f3f3;
	align-items: center;
    justify-content: space-around;
}
.full_producto .social_box{
	display: flex;
	text-align: center;
	color: #2c7a24;
	padding-bottom: 10px;
	background-color: #f3f3f3;
	align-items: center;
	justify-content: space-around;
}
.full_producto .social_box .st_whatsapp_large .stButton{
	display: none !important;
}
.full_producto .social_box .st_whatsapp_large svg{
	width: 32px;
}
.full_producto .social_box .st_whatsapp_large a{
	width: auto;
    height: auto;
    background: none;
    display: inline;
    margin: 0;
}
.full_producto .social_box .st_whatsapp_large g{
	fill: #6EBA2B;
}
.full_producto .costoenvio{
	background-color: #f3f3f3;
	color: #2c7a24;
}
.full_producto ul {
	float: left;
}

.full_producto .text_descript {
	font-size: 12px;
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
}
.full_producto .text_descript .healtcare{
	max-width: 140px;
    padding-bottom: 2px;
}

.full_producto .text_descript p{
	margin-bottom: 10px;
}

.full_producto .text_descript td {
	padding: 1px 0px;
}
.text_descript .bg{
	/*background: #dcdee3;
	border-top: 1px solid #818aa4;*/
	display: block;
	margin-top: 6px;
}

/************* ORDEN DE COMPRA ****************/
.orden_compra {
	width: 690px; 
	height: 654px;
	overflow-y: auto;
}
.orden_compra .f-12 {
	font-size: 12px;
}
.orden_compra table {
	font-size: 14px;
}
.orden_compra .header {
	height: 30px;	
	vertical-align: top;	
}
.orden_compra .bgtable{
	border-bottom: 1px solid #dddddd;
	font-size:12px;
}
.orden_compra .bgtable td:first-child {
	display: block;
	padding: 20px 0px;
	vertical-align: middle;
	clear: both;
}
.orden_compra .bgtable:hover {
	background: #ecf7e6;
}
.orden_compra .bgtable td img{
    float:left;
	width:78px;
}
.orden_compra .bgtable td p {
	float: right;
	width: 70%;
	padding-top: 24px;
	text-align: left;
}

.orden_compra table a{
	background: #d23939;
	display: block;
	font-size: 11px;
	font-weight: 500;
	padding: 3px 0px;
	color: #ffffff;
	/*margin-left: 6px;*/ 
}

.orden_compra input[type="number"] {
    position: relative;
    width: 36px !important;
    padding: 4px 4px;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
    width: 1em;
    border-left: 1px solid #BBB;
}
input[type="number"]::-webkit-inner-spin-button:hover,
input[type="number"]::-webkit-inner-spin-button:active{
    box-shadow: 0 0 2px #000;
    opacity: .8;
}
.orden_compra .bt_confirmar {
	background: url(../images/line_bt_confirmar.gif) repeat-x;
	border: 1px solid #7dac16;
	display: block;
	padding: 0 20px 0 10px;
	height: 30px;
	line-height: 30px;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	width: 152px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	position: relative;
	float: right;
	text-decoration: none;
}

.orden_compra .bt_confirmar span{
	display: block;
	background: url(../images/ico_bt_confirmar.png) no-repeat;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 4px;
	top: 5px;
}

.orden_compra .continuar_shop{
	font-size: 16px;
	color: #333333;
	font-weight: 500;
	padding: 0 0 0 20px;
	position: relative;	
}
.orden_compra .continuar_shop span{
	position: absolute;
	width: 20px;
	height: 15px;
	left: 0;
	top: 5px;
	background: url(../images/ico_continu_shop.png) no-repeat;
}

.orden_compra form {
	width: 100%;
	font-size: 14px;
	color: #333F2C;
	padding: 0;
}
.orden_compra .scroll{
    height:100px;
	overflow-y:auto;	
}
.orden_compra form .nobr{
	margin-right: 0;
}
.orden_compra form fieldset {
	border: none;
	float: left;
	margin: 0 32px 10px 0;
	padding: 0;
}
.orden_compra fieldset label {
	display: block;
	margin: 0 0 6px 0;
	font-weight: 500;
	font-size: 13px;
}
.orden_compra fieldset input[type="text"], fieldset input[type="text"], fieldset input[type="email"], fieldset input[type="password"]{
	background: url(../images/bt_input_text.gif) #ffffff repeat-x;
	height: 30px;
	border: 1px solid #dadada;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	color: #506343;
	width: 187px;
	padding: 0 6px;
}
input[type="text"]:focus, select, textarea{
	outline-offset: 0px;
	outline: none;
}

.orden_compra fieldset select, fieldset select{
	background: url(../images/bt_input_text.gif) #ffffff repeat-x;
	height: 30px;
	line-height: 30px;
	padding: 0 6px;
	border: 1px solid #dadada;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	color: #38472f;
	width: 200px;
}
.orden_compra .direccion input[type="text"]{
	width: 422px;
}

.orden_compra button, .orden_compra input[type="text"], .orden_compra input[type="button"], .orden_compra input[type="password"], .orden_compra input[type="submit"] {
    -webkit-appearance: button; 
    line-height: normal;
	*overflow: visible; 
	_overflow: inherit;
}

.orden_compra fieldset textarea, fieldset textarea {
	height: 50px;
	width: 318px !important;
	border: 1px solid #dadada;
	background: url(../images/line_bg_textarea.jpg) top #ffffff repeat-x;
	resize:none;
	padding: 8px 6px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}
.info_form {
	float: left;
	margin: 16px 0 0 25px;
	text-align: center;
}
.info_form .deposito {
	background: url(../images/bt_form_deposito.jpg)repeat-x;
	height: 33px;
	color: #34430f;
	line-height: 33px;
	padding: 0 8px;
	border: 1px solid #b1cb6e;
	font-size: 13px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	margin: 0 0 10px 0;
}
.info_form .deposito a{
	font-weight: 700;
	color: #34430f;
}

.info_form .bt_comprar_form {
	margin: 10px 51px 10px 0;
	padding: 0 48px;
}

.info_form .cuenta {
	background: url('../images/bt_form_cuenta.jpg') repeat-x #7bc3fe;
	height: auto;
	color: #0e2232;
	line-height: normal;
	padding: 3px 8px;
	border: 1px solid #8CADC7;
	font-size: 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	text-align: left;
	margin-bottom: 10px;
	width: 294px;
}
.info_form .cuenta span {
	font-weight: 700;
}
.orden_compra fieldset input[type="checkbox"] {
	margin-top: 18px;
	float: left;
}
.orden_compra fieldset .box_terminos{
	padding-top: 14px;
	padding-left: 4px;
	display: inline-block;
}

.orden_compra fieldset .terms {
	color: #1089e4;
	font-weight: 700;
	text-decoration: underline;
}

.orden_compra fieldset .text_terms {
	width: 300px;
	font-size: 12px;
	text-align: justify;
	padding: 4px 0 0 0;
	color: #7E837B;
	display: block;
	height: 130px;
	overflow-y: auto;
}

.orden_compra fieldset .text_terms a {
	color: #1089e4;
}
.orden_compra .mas_buy_bd{
	float: left;	
	margin: 0px 0 2px 0;
	font-size: 16px;
}
.orden_compra .mas_buy_bd .a1{
	color:#2f357a;
	font-size:13px;
	font-weight:bold;
}
.orden_compra .mas_buy_bd .a1 span{
	color:#68945d;
}
.orden_compra .mas_buy_bd .a2{
	color:#b5b4b4;
	font-size:13px;
	font-weight:bold;
}

.orden_compra .total_bd{
	float: right;
	font-weight: 500;
	margin: 0px 0 2px 0;
	font-size: 16px;
}

.orden_compra .total_bd p{
	margin: 0 40px 0 60px;
}

.bk-pro{ background:url('../images/usuarios.jpg') no-repeat 250px center; }

.orden_compra .divinput_distri {
	width: 310px;
	position: absolute;
	top: 74px;
	right: 20px;
}
.orden_compra .datadist{
	float:left;
	font-size: 14px;
}
.orden_compra .divinput_distri_new {
	width: 480px;
	position: absolute;
	top: 66px;
	right: 40px;	
}
.orden_compra .datadist_new{
	float:left;
	font-size: 12px;
	line-height:36px;	
}
.orden_compra #coddist{
   float:left;	
   text-align:center;
   font-size:15px;
   padding:3px;
   margin:6px 0px 0px 2px;
   border:#dadada 1px solid;
}
.orden_compra #promotor{
   float:left;	
   text-align:center;
   font-size:15px;
   padding:3px;
   margin:6px 0px 0px 2px;
   border:#dadada 1px solid;
}
.orden_compra #Ico-di{
   float:left;	
   width:25px; 
   height:25px; 
   margin:5px 2px 0px 2px; 
   text-align:center; 
}
.orden_compra #Ico-pro{
   float:left;	
   width:25px; 
   height:25px; 
   margin:5px 2px 0px 2px; 
   text-align:center;
}
.orden_compra .link{
   color:#039;
   font-weight:bold;
   text-decoration:underline;
}

/*NUEVA PROMOCIONES*/

.box_promo_new {
    height:170px; overflow-y:auto;
}
.box_promo_new .tableprom{
	border: 1px solid #818aa4;
	font-size: 14px;
}

.box_promo_new .tableprom .title {
	border: 1px solid #408915;
}
.box_promo_new table{ font-size:12px; }
.box_promo_new table a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	background:none;
	display:inline;
	font-size:12px;
}

.tableprom_new .price{
	background: #ea2d51;
	color: #ffffff;
	line-height: 32px;
	vertical-align: middle;
}
.box_promo_new td {
	margin-bottom: 4px;
	background: #e1e3ea;
	padding: 0 7px 0 7px;
	font-size:12px;
}
.box_promo_new td .right {
	display: inline-block;
	float: right;
	color: #38472f;
}
.box_promo_new th {
	font-weight: normal;
	background: #53a225;
	color: #ffffff;
	border-bottom: 1px solid #818aa4;
}
.box_promo_new th td {
	background: #53a225;
}
.box_promo_new .head {
	background: #ffffff;
	color: #333;
	font-size: 12px;
}
.box_promo_new .head span {
	font-size: 17px;
	font-weight: bold;
	color: #53a225;
}

.box_promo_new .bg_white {
	background: #ffffff;
}
.box_promo_new .bg_white span {
	font-size: 12px;
	padding-left: 14px;
}

/*FIN PROMOCIONES*/

.alert_form {
	color: #D33B3B;
	font-size: 13px;
	margin-top: 7px !important;
	font-weight: 500;
	letter-spacing: -0.2px;
}
.wrap header .pedidos_user {
	color: #173107;
	font-size: 20px;
	font-weight: 700;
	text-shadow: none;
	text-align: left;
	background: url(../images/ico_shopping.gif) 10px 10px #7DD54A no-repeat;
	position: relative;
	display: none;
}

.wrap header .pedidos_user a{
	color: #255209;
	font-size: 16px;
	display: block;
	text-shadow: none;
	border: none;
	padding: 8px 4px 0 0;
	margin-left: 40px;
	cursor: pointer;
	text-align: left;
	width: 190px;
	line-height: 14px;
}
.wrap header  .pedidos_user a span {
	color: #255209;
	font-size: 12px;
	text-align: left;
	display: inline-block;
	padding-left: 3px;
}

.wrap header  .pedidos_user a:hover{
	background: #7DD54A;
	color: #255209;
	text-shadow: none;
	text-decoration: underline;
}
.pedidos_user span {
	color: #ea2d51;
	display: block;
	font-size: 14px;
	text-align: center;
	padding: 4px 0 6px 0;
}

.boxlenguajes{
	text-align: center;
	background-color: #1da527;
	padding: 9px 0;
}
.boxlenguajes a{
	display: inline-block;
	color:#ffffff;
	font-size: 16px;
	text-decoration: none;
	margin: 0 4px;
}
.boxlenguajes a:hover{
	text-decoration: underline;
}
.costoenvio{
	background-color: #fff;
	color:#1c6607;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	text-align: center;
}
.costoenvio span{
	display: inline-block;
	vertical-align: middle;
}
.costoenvio img{
	display: inline-block;
	vertical-align: middle;
}

.for-pro{}
.for-pro input[type=text]{ border:#CCC 1px solid; padding:2px; margin-bottom:3px; width:97%; }
.for-pro select{ border:#CCC 1px solid; padding:2px; margin-bottom:3px; width:98.3%; }
.for-pro .botones{ padding-top:30px; }
.for-pro .botones .clientes{background:#3f761f;color:#FFF; padding:6px 10px; display:inline-block;margin:0 15px; text-decoration:none;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}

.for-mar{ border:#CCC 1px solid;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; padding:15px 5px; }

.social_box {
	display: inline-block;
	vertical-align: middle;
}
.social_box .stButton{
	margin-right: 1px;
	margin-left: 1px;
}
.social_box .stButton .stLarge{
	background-size: cover;
	height: 32px;
	width: 32px;
	margin-right: 6px;
}
.social_box .stButton .stLarge:hover{
	background-position: -32px;
}

.social_box p{
	font-size: 16px;
	margin: 0;
	padding: 0 10px 0 10px;
	vertical-align: middle;
	display: inline-block;
}
.social_box .button_social{
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
}
.social_box a {
	/* width: 29px;
	height: 28px;
	background: url('../images/img_sociales.jpg') no-repeat;
	text-indent: -9999px;
	display: block;
	margin-right: 8px; */
	color: white;
}

.social_box .twitter_ico{
	background-position: 0px 0px;
}

.social_box .facebook_ico{
	background-position: -38px 0px;
}


.list_ayuda li a{
	font-size: 18px;
	font-weight: 700;
	padding: 4px 20px;
	margin: 0 0 10px 0;
	text-decoration: none;
	display: block;
	width: auto;
}
.list_ayuda .contnt_txt {
	/* display: none; */
	padding:  0 0 0 0px;
	font-size: 14px;
}
.list_ayuda .contnt_txt ul {
	list-style-type: disc;
	margin-left: 20px;
	float: none;
}
.list_ayuda .has-sub a {
	background: url(../images/ico_ayuda.jpg) no-repeat 2px 7px;
}
.list_ayuda .active a {
	background: url(../images/ico_ayuda.jpg) no-repeat 2px -13px;
}

.trabajaform fieldset {
	float: left;
}
.trabajaform fieldset label {
	display: block;
	margin: 0 0 8px 0;
}
.bt_comprar_form {
	background: #ea2d51;
	border: 1px solid #BD2441;
	display: block;
	padding: 0 10px 0 10px;
	height: 30px;
	line-height: 30px;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff !important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	position: relative;
	float: right;
	text-decoration: none !important;
}

.trabajaform fieldset textarea {
	width: 639px !important;
	margin-bottom: 15px;
	height: 130px;
}

.trabajaform .direccion input[type="text"]{
	width: 299px;
}

.T-Ce{ text-align:center; }

td .Can{ width:53px; height:28px; background:url('../images/cantidad_pedido.jpg') no-repeat; margin:auto;}
td .Can input{ width:30px; height:23px; text-align:center; float:left; border:none; background:none;}
td .Can a{ width:14px; height:7px; display:block; float:right; background:none;  }

input[type=radio]{ cursor:pointer; }

.Correcto{
  border:#3f761f 1px solid;
  padding:16px;
  text-align:center;
  color:#3f761f;
  font-family:arial;
  font-size:13px;
  margin:15px 0px;
}

.Incorrecto{
  border:#f00 1px solid;
  padding:6px;
  text-align:center;
  color:#f00;
  font-family:arial;
  font-size:13px;
  margin:8px 0px;
}

.Error{
  display:block;
  color:#F00;
  font-weight:bold;
}

.Ce{
  color:#F00;
  font-weight:bold;
}

#Ico-pr{
  width:32px; 
  height:32px; 
  margin-left:3px; 
  text-align:center; 
  float:right;
}

.Left{
  float:left;
}

.Right{
  float:right;
}

.C-100{width:100%;float:left;}
.C-99{width:99%;float:left;}
.C-98{width:98%;float:left;}
.C-97{width:97%;float:left;}
.C-96{width:96%;float:left;}
.C-95{width:95%;float:left;}
.C-93{width:93%;float:left;}
.C-90{width:90%;float:left;}
.C-88{width:88%;float:left;}
.C-85{width:85%;float:left;}
.C-84{width:84%;float:left;}
.C-83{width:83%;float:left;}
.C-82{width:82%;float:left;}
.C-81{width:81%;float:left;}
.C-80{width:80%;float:left;}
.C-75{width:75%;float:left;}
.C-70{width:70%;float:left;}
.C-73{width:73%;float:left;}
.C-69{width:69%;float:left;}
.C-68{width:68%;float:left;}
.C-67{width:67%;float:left;}
.C-66{width:66%;float:left;}
.C-65{width:65%;float:left;}
.C-63{width:63%;float:left;}
.C-62{width:62%;float:left;}
.C-61{width:61%;float:left;}
.C-60{width:60%;float:left;}
.C-55{width:55%;float:left;}
.C-50{width:50%;float:left;}
.C-49{width:49%;float:left;}
.C-48{width:48%;float:left;}
.C-47{width:47%;float:left;}
.C-46{width:46%;float:left;}
.C-45{width:45%;float:left;}
.C-43{width:43%;float:left;}
.C-42{width:42%;float:left;}
.C-41{width:41%;float:left;}
.C-40{width:40%;float:left;}
.C-39{width:39%;float:left;}
.C-36{width:36%;float:left;}
.C-35{width:35%;float:left;}
.C-33{width:33%;float:left;}
.C-32{width:32%;float:left;}
.C-31{width:31%;float:left;}
.C-30{width:30%;float:left;}
.C-29{width:29%;float:left;}
.C-28{width:28%;float:left;}
.C-27{width:27%;float:left;}
.C-26{width:26%;float:left;}
.C-25{width:25%;float:left;}
.C-24{width:24%;float:left;}
.C-23{width:23%;float:left;}
.C-21{width:21%;float:left;}
.C-20{width:20%;float:left;}
.C-19{width:19%;float:left;}
.C-18{width:18%;float:left;}
.C-17{width:17%;float:left;}
.C-16{width:16%;float:left;}
.C-15{width:15%;float:left;}
.C-13{width:13%;float:left;}
.C-10{width:10%;float:left;}

.P-5{padding:5px;}
div.box_promotores{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	height: auto;
}
.box_promotores input[type="text"],.box_promotores input[type="password"] {
	background: url('../images/bt_input_text.gif') #ffffff repeat-x;
	height: 30px;
	border: 1px solid #dadada;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	color: #506343;
	padding: 0 6px;
}

.box_promotores select {
	background: url('../images/bt_input_text.gif') #ffffff repeat-x;
	height: 30px;
	border: 1px solid #dadada;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	color: #506343;
	padding: 0 6px;
	width: 100%;
}

.box_promotores .for-mar {
	border:none;
	padding: 4px 0px;	
}

.box_promotores .C-20 {
	width: 17%;
}
.box_promotores .C-30{
	margin-right: 14px;
}
.box_promotores .FilaTi{
   margin:auto; 
   padding:3px 0px; 
   text-align:center;
   background-color:#333332;
   color:#FFF;
   height:28px; 
   line-height:28px;
   font-size:11px;
}
.box_promotores .Fila{
   margin:auto;    
   min-height:28px; 
   line-height:28px;
   border:#dadada 1px solid;
   border-top:none;
   font-size:11px;
}

/***** new promotores ***/
.box_promotores .w70{
	width: 69%;
	display: inline-block;
	vertical-align: top;
}
.box_promotores .w70 .btn{
	cursor: pointer;
}
.box_promotores .w70 .btn.active{
	background-color: #fcf8d1;
}
.box_promotores .w70 table{
	border: 1px solid #aab9d2;
}
.box_promotores .w70 table th{
	border-left: 1px solid #aab9d2;
	border-bottom: 1px solid #aab9d2;
	background-color: #d4eaf6;
	padding: 4px 6px;
}
.box_promotores .w70 table td{
	padding: 4px 6px;
	border-left: 1px solid #aab9d2;
	border-bottom: 1px solid #aab9d2;
	vertical-align: top;
}

.box_promotores .w30{
	display: inline-block;
	width: 30%;
	vertical-align: top;
	text-align: center;
}
.box_promotores .w30 .phone{
	margin: 0 0 0 0;
	padding: 12px 0 4px 0;
}
.box_promotores .w30 img{
	max-width: 84%;
	display: block;
	margin: 0 auto;
}



.box_promotores .w70 .tablepromotor{
	border: 1px solid #aab9d2;
	margin: 10px 0 0 0;
}
.box_promotores .w70 .tablepromotor .head{
	background-color: #d4eaf6;
	font-size: 0;
	border-bottom: 1px solid #aab9d2;
	vertical-align: top;
}
.box_promotores .w70 .tablepromotor .head p{
	display:inline-block;
	margin: 0 0 0 0;
	line-height:28px;
	box-sizing: border-box;
	font-size: 14px;
	padding: 0 4px;
	border-left: 1px solid #aab9d2;
}
.box_promotores .w70 .tablepromotor .head p:nth-child(1){
	width:69px;
	border: none;
}
.box_promotores .w70 .tablepromotor .head p:nth-child(2){
	width:194px;
}
.box_promotores .w70 .tablepromotor .head p:nth-child(3){
	width:160px;
}
.box_promotores .w70 .tablepromotor .head p:nth-child(4){
	width:64px;
}

.box_promotores .w70 .tablepromotor .bodytext a{
	display:block;
	width:100%;
	text-decoration:none;
	font-size:0px;
	border-top: 1px solid #aab9d2;
	box-sizing: border-box;
	outline: none;
}
.box_promotores .w70 .tablepromotor .bodytext a.active{
	background-color: #fcf8d1;
}
.box_promotores .w70 .tablepromotor .bodytext a:first-child{
	border:none;
}
.box_promotores .w70 .tablepromotor .bodytext a span{
	display:inline-block;
	box-sizing: border-box;
	font-size:14px;
	padding: 5px 4px;
	vertical-align: middle;
	border-left: 1px solid #aab9d2;
}
.box_promotores .w70 .tablepromotor .bodytext a span:nth-child(1){
	width:69px;
	border:none;
}
.box_promotores .w70 .tablepromotor .bodytext a span:nth-child(2){
	width:194px;
}
.box_promotores .w70 .tablepromotor .bodytext a span:nth-child(3){
	width:160px;
}
.box_promotores .w70 .tablepromotor .bodytext a span:nth-child(4){
	width:64px;
}

@media (max-width: 992px){
	.wrap .header .menu li{
		margin: 0 3px;
		font-size: 13px;
	}
}

@media (max-width: 740px) {
	.hamburger-menu{
		display: block;
	}
	.wrap{
		width: 100%;
	}
	.wrap .display-pc{
		display: none;
	}
	.wrap .display-mobile{
		display: block;
	}
	.wrap header{
		width: 100%;
		float: none;
		position: fixed !important;
	}
	.wrap .header .menu li.btnhome{
		display: block;
	}
	.wrap .logo{
		padding: 20px 0;
	}
	.wrap .logo img{
		max-width: 160px;;
	}
	.wrap .container-nav{
		position: fixed;
		top: 34px;
		right: 0;
		width: 280px;
		z-index: 10;
		background-color: #fff;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		visibility: hidden;
	}
	.wrap .container-nav.animate{
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}
	.wrap header nav .boxlenguajes{
		display: none;
	}
	.wrap header nav .costoenvio{
		display: none;
	}
	.wrap header nav{
		font-size: 22px;
	}
	.wrap header nav a::before{
		display: none;
	}
	.wrap header .menu{
		font-size: 16px;
		background-color: #404042 !important;
	}
	.wrap .header .menu ul{
		height: auto;
		padding: 10px;
	}
	.wrap header .menu li.menuLogo{
		display: none;
	}
	.wrap .header .menu li{
		display: block;
		border:none;
		color:#fff;
		font-weight: normal;
	}
	.wrap .header .menu li:last-child{
		border:0;
	}
	.wrap header .menu li a{
		padding: 5px 0;
		color:#fff;
		text-align: left;
	}
	.wrap .header .menu li.otherproducts{
		display: block;
	}
	.wrap .header .menu li.otherproducts a{
		color:#939393
	}
	.wrap .content_box{
		width: 100%;
		float: none;
		padding: 4%;
	}
	.shadow{
		display: none;
	}

	.theme-default .nivo-controlNav{
		transform:scale(0.8);
		bottom: 10px;
	}
	.full_producto{
		display: flex;
		width: 100%;
		padding: 4% 0%;
		flex-flow: column;
	}

	.full_producto .text_descript{
		width: 100%;
		font-size: 14px;
		padding-bottom: 16px;
	}
	.full_producto .text_descript .healtcare{
		max-width: 240px;
		padding-bottom: 8px;
		padding-top: 8px;
	}
	.box_carrusel{
		width: 100%;
		margin: 0 auto;
		display: block;
		height: auto;
		padding: 0 4%;
	}
	.box_carrusel ul{
		margin: 0;
		padding: 0;
		float:none;
	}
	.box_carrusel ul li{
		display: block;
		max-width: 300px;
		width: auto;
		margin: 20px auto;
		padding: 0;
	}
	.box_carrusel li .imgprod{
		max-height: inherit;
	}
	.full_producto .box_info_table{
		width: 100%;
		padding: 0;
	}
	.full_producto .box_right{
		width: 100%;
		margin-top: 0;
		padding: 0;
	}
	.wrap .header .wrapper{
		padding: 0;
	}
	.wrap header .text_logo{
		border:0;
	}
	.wrap header .text_logo img{
		margin: 0;
	}
	.slider-wrapper{
		margin-top: 34px;
	}
	.theme-default a.nivo-nextNav{
		display: none;
	}
	.theme-default a.nivo-prevNav{
		display: none;
	}
	.content_box .textemail{
		display: flex;
		position: relative;
		top: 0;
		right: 0;
		font-size: 12px;
		justify-content: space-between;
	}
	.full_producto .box_info_visa .box_text p{
		font-size: 16px;
	}
	.content_box .textemail img{
		position: relative;
		right: 0;
		top: -2px;
		display: inline-block;
		vertical-align: middle;
	}
	.box_accordeon{
		padding-top: 10px;
	}
}
.swal2-title{
	font-family: 'Roboto', sans-serif;
}
.box_yape{
	font-size: 14px;
    color: #53a225;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align: center;
}
.box_yape img{
	padding: 0 1rem;
}
/* Blog */
eed h1 { line-height: 29px; }
.hfeed h2 { line-height: 27px; }
.hfeed h3 { line-height: 25px; }
.hfeed h4 { line-height: 23px; }
.hfeed h5 { line-height: 21px; }
.hfeed h6 { line-height: 19px; }

/* Horizontal rule */
hr {
	height: 1px;
	background: #e4e4e4;
	}

/* Tables */
table {
	background: #fff;
	margin-bottom: 12px;
	}
table caption {
	color: #999;
	}
table th {
	text-align: left;
	}
td {
	
	}

/* Acronyms and abbreviations */
abbr {
	}
.entry-meta abbr, .comment-meta abbr {
	border: none;
	}
acronym {
	font-size: .9em;
	text-transform: uppercase;
	color: #555;
	background: #fcfcfc;
	border-bottom: 1px dotted #ddd;
	}
acronym:hover {
	color: #333;
	background: #f9f9f9;
	border-bottom: 1px dotted #999;
	}

/* Lists. */
ul {
	list-style: square;
	}
dl {
	margin: 0 0 25px 25px;
	}
dl dt {
	margin: 0;
	}
dl dd {
	margin: 0 0 5px 10px;
	padding: 0;
	font-size: 14px;
	color: #777;
	}

/* Blockquotes. */
blockquote, blockquote blockquote blockquote {
	overflow: hidden;
	margin: 0 0 25px 0;
	padding: 25px 25px 0 25px;
	font-size: 15px;
	color: #666;
	background: #f9f9f9;
	border-left: 5px solid #ddd;
	}
blockquote blockquote {
	color: #666;
	background: #eee;
	border-left: 5px solid #ccc;
	}

/* Code */
code {
	padding: 0 3px;
	color: #555;
	font: 13px/25px 'Roboto', sans-serif;
	background: #e6e6e6;
	}
pre {
	padding: 25px;
	color: #555;
	font: 13px/25px 'Roboto', sans-serif;
	background: #efefef;
	border: 1px solid #dfdfdf;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Forms */
input[type="text"] {
	display: block;
	width: 300px;
	}
input[type="submit"]:hover {
	cursor: pointer
	}
textarea {
	display: block;
	width: 98.5%;
	}

/* Alignment */
.alignleft {
	float: left;
	margin: 0 25px 10px 0;
	}
.alignright {
	float: right;
	margin: 0 0 10px 25px;
	}
img.alignleft, img.alignright {
	margin-top: 5px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 25px auto !important;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 25px 0;
	}
.clear {
	clear: both;
	}

/* Images */

.hentry .thumbnail, .hentry .medium, .hentry .thumbnail, .hentry .large {
	padding: 4px;
	background: #f9f9f9;
	border: 1px solid #dfdfdf;
	margin: 0 15px 25px 0;
	}

.entry-content img {
 	max-width: 400px;
	padding: 4px;
	background: #e4e4e4;
	border: 1px solid #ddd;
	}
 
 
.wp-caption { max-width: 610px; }

.wp-caption img { max-width: 600px; }

/* Smiley */
img.wp-smiley {
	max-width: 12px;
	padding: 0;
	background: transparent;
	border: none;
	}

/* Captions [caption] */
.wp-caption {
	overflow: hidden;
	padding: 9px 4px;
	background: #f9f9f9;
	border: 1px dotted #ccc;
	text-align: center;
	}
.wp-caption img {
	margin: 0 0 5px 0;
	padding: 2px;
	background: #eee;
	border: 1px solid #bbb;
	}
.wp-caption .wp-caption-text {
	margin: 0 4px;
	font: 12px/12px 'Roboto', sans-serif;
	color: #888;
	text-align: right;
	}
.wp-caption a {
	border: none;
	}

/* Fixing the nasty inline styles WordPress adds for galleries. */
/* For a better gallery experience, install http://wordpress.org/extend/plugins/cleaner-gallery */
.gallery {
	overflow: hidden;
	margin: 0 !important;
	}
.gallery br {
	display: block;
	line-height: 0;
	height: 0; /* Ugh! Learn CSS, WP developers! */
	}
.gallery a {
	border: none;
	}
.gallery-item {
	overflow: hidden;
	margin: 0 0 25px 0 !important;
	}
.gallery-icon {
	overflow: hidden;
	margin: 0;
	}
.gallery img {
	max-width: 89%;
	height: auto;
	margin: 0 auto;
	padding: 2px !important;
	border: 1px solid #ddd !important;
	}
.gallery-caption {
	margin: 0;
	color: #999;
	}
.singular-attachment .hentry .gallery-caption {
	display: none; /* Hide captions in gallery on attachment pages. This is a theme feature. */
	}

/*-------------------------------------------------------------------------------------------*/
/* BODY & CONTAINER*/
/*-------------------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Roboto:500,700,400);

body {
	font: 15px/20px 'Roboto', sans-serif;
	color: #181818;
	background: #f0f0f0;
	}

#container {
}

/*-------------------------------------------------------------------------------------------*/
/* PRIMARY MENU */
/*-------------------------------------------------------------------------------------------*/

#menu-primary {
	width: 100%;
	height: 54px;
	background: #fff;
	position: relative;
	z-index: 9999;
	border-bottom: 5px solid #008f01;
	}
.has-slider #menu-primary {
	border-bottom: 0;
}
#menu-primary div.wrap {
    max-width: 950px;
	margin: 0 auto;
	border-top: 1px solid #efefef;
	}
#menu-primary li {
        list-style: none;
	}
#menu-primary li a {
	padding: 0px 15px;
	color: #727272;
	border-bottom: none;
	font: 15px/53px 'Roboto', sans-serif;
	}
#menu-primary li a:hover,
#menu-primary li.current-menu-item a,
#menu-primary li.sfHover a {
	text-decoration: none;
	background: #008f01;
	color: #fff;
	}
#menu-primary li:hover ul li a,
#menu-primary li.sfHover ul li a{
	background: #ff671d;
	border-bottom: 1px solid #fd8245;
	}
#menu-primary li li a {
	color: #fff;
	background: #ff671d;
	line-height: 47px;
	}
#menu-primary li ul li a:hover, #menu-primary li ul li.sfHover   {
	text-decoration: underline;
        background: #ff671d;
	color: #fff;
	}
#menu-primary .menu li a br{
	display: none;
}
/* Drop-down styles */
#menu-primary li ul {
	}
#menu-primary li:hover ul, #menu-primary li.sfHover ul {
	top: 53px;
	}
#menu-primary li:hover li ul, #menu-primary li.sfHover li ul {
	top: -999em;
	}
#menu-primary li li:hover ul, #menu-primary li li.sfHover ul {
	top: -1px;
	margin-left: 0;
	}

/*-------------------------------------------------------------------------------------------*/
/* HEADER */
/*-------------------------------------------------------------------------------------------*/

#header {
	width: 100%;
	background: #fff;
	clear: both;
	overflow: hidden;
	padding-top: 14px;
	padding-bottom: 10px;
}
#header .wrap {
	max-width: 950px;
	margin: 0 auto;
	position: relative;
}
#branding {
	display: inline-block;
	vertical-align: middle;
 	width: auto;
	}
#site-title {
	font: 38px/38px 'Roboto', sans-serif;
	margin: 0 25px 0 0;
	float: left;
	}
#site-title a {
	color: #000000;
	border-bottom: none;
	}
#site-title a:hover {
	text-decoration: none;
}
#site-description {
	font: 13px/15px 'Roboto', sans-serif;
	margin: 15px 0 0 0px;
	color: #cecece;
	}

/*-------------------------------------------------------------------------------------------*/
/* HEADER SEARCH */
/*-------------------------------------------------------------------------------------------*/

#header .search {
	display: inline-block;
	vertical-align: middle;
	width: 530px;
	margin: 0 0 0 18%;
	
}
#header .search-text {
	background: url(images/search.png) no-repeat scroll 95% 10px;
	width: 100%;
	height: 44px;
	border: 3px solid #ff671d;
	padding: 3px 15px 0;
	color: #cecece;
	font: 12px/36px 'Roboto', sans-serif;
}
#header .search-submit {
	display: none;
}
/*-------------------------------------------------------------------------------------------*/
/* CONTENT */
/*-------------------------------------------------------------------------------------------*/

/* Main wrapper div for the content and primary/secondary sidebars */
#main {
	clear: both;
	overflow: hidden;
	max-width: 950px;
	padding: 30px 25px 35px;
	margin: 20px auto 0;
	background: #fff;
	position: relative;
	z-index: 777;
	}
.has-slider #main {
	margin-top: 0;
}
/* Content */
#content {
        width: 100%;
}
 
/*-------------------------------------------------------------------------------------------*/
/* POSTS */
/*-------------------------------------------------------------------------------------------*/


 
.hentry {
	overflow: hidden;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 8px;
	line-height: 23px;
	}
.sticky {
	}
#post-0 {
	border: 0;
}
/* Post titles */
.hentry .entry-title {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
}

.entry-title a {
	color: #008f01;
	font-weight: 700;
	}
.entry-title a:hover {
	text-decoration: underline;
	}

/* Post bylines/datelines */
.byline {
	margin: 0 0 15px 0;
	font-size: 13px;
	color: #717171;
	}
.byline a {
	color: #717171;
	}
.byline a:hover {
	text-decoration: none;
	}
/* Post excerpts */
.entry-summary p {
	margin: 0 0 10px 0;
	}

/* Post metadata */
.entry-meta {
	/* clear: both; */
	margin: 0 0 20px 0;
}
.singular .entry-meta {
	margin-bottom: 10px;
}
a.more-link {
        color: #fff;
	background: #ff671d;
	padding: 12px 27px 9px 25px;
	font-size: 11px;
	text-transform: uppercase;
	border-radius: 5px;
}
span.category {
	margin-right: 20px;
}
/* Archive/search loop meta/info */
.loop-meta {
	overflow: hidden;
	margin: 0 0 25px 0;
	font-size: 14px;
	color: #777;
	text-align: center;
	}
.loop-meta .loop-title{
	display:block;
	color: #DB0808;
	font-weight: 700;

}
.loop-description {
	overflow: hidden;
 	}
.loop-description em {
	font-style: normal;
	}
.loop-title {
	text-shadow: 1px 1px 1px #ccc;
	font-size: 26px;
	margin-bottom: 15px;
	}
.loop-meta .avatar {
	float: left;
	width: 51px;
	height: 51px;
	margin: 0 25px 10px 0;
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	}

/* Singular post prev/next links */
.singular .loop-nav {
	font-size: 15px;
	color: #666;
	}
.singular .loop-nav a {
	font-style: italic;
	}

/* Page links for multi-paged posts <!--nextpage--> */
.page-links {
	clear: both;
	}
.entry-summary .page-links {
	clear: none;
	}
.page-links a {
	margin: 0 5px 0 5px !important;
	}
 

/* Archive/search pagination and comment pagination */
.comment-navigation {
	margin-bottom: 25px;
	}
.pagination .page-numbers, .comment-navigation .page-numbers, .page-links a, .entry-summary .page-links a {
	padding: 9px 13px 6px 11px;
	margin: 0 3px 0 0;
	font: 15px/15px 'Roboto', sans-serif;
	color: #fff;
	background: #000000;
	border-radius: 5px;
	}
.pagination a.page-numbers, .comment-navigation a.page-numbers, .page-links a {
	color: #fff;
	}
.pagination a:hover, .comment-navigation a:hover, .page-links a:hover {
	background: #ff671d;
	text-decoration: none;
	}
.pagination .current, .comment-navigation .current {
 	}
.previous {
        margin-right: 20px;
}
.loop-pagination {
	padding: 28px 0 14px;
	overflow: hidden;
}
/*-------------------------------------------------------------------------------------------*/
/* COMMENTS */
/*-------------------------------------------------------------------------------------------*/

#comments {
	margin-bottom: 30px;
	overflow: hidden;
}
.comment-list, .comment-list ol {
	list-style: none;
	margin: 0 0 25px 0;
	}
.comment-list li {
	margin: 0 0 20px 0px;
	}
.comment-list li li {
	margin: 0 0 20px 40px;
	}
.comment-wrap {
	border: 1px solid #e4e4e4;
	padding: 15px 15px 0;
	margin-bottom: 20px;
}
.comment-wrap ol {
	list-style: decimal;
}
.comments-wrap li li {
	margin-bottom: 10px;
}
.comments-wrap li ol {
	margin-bottom: 10px;
}
.comment-list .avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 10px 0;
	}

.comment-meta {
	margin: 0 0 10px 0;
	color: #a2a2a2;
	font-size: 14px;
	}
.comment-meta .comment-author {
	display: block;
	margin-bottom: 5px;
}
.comment-meta .comment-author cite {
	font: 16px/16px 'Roboto', sans-serif;
	color: #8f8f8f;
	}
.comment-meta .comment-author cite a {
	color: #ff671d;
}
.comment-meta .published {
	clear: both;
	background: none;
	padding: 0;
	color: #717171;
}
.comment-meta a {
	color: #717171;
	}
.comment-meta a:hover {
	}
.comment-text {
	}

.comments-closed {
	padding: 10px 25px;
	font-size: 14px;
	color: #666;
	background: #f9f9f9;
	border-left: 5px solid #ddd;
	}


/* Comment form */
#respond {
	overflow: hidden;
	}
.comment-list #respond {
	margin-top: 25px;
	}
#respond .log-in-out {
	font-size: 15px;
	}
#respond .log-in-out a {
	}
#reply-title small a {
	}

#respond label {
	position: relative;
	top: 5px;
	color: #8f8f8f;
	font-size: 14px;
	}
#respond p.req label, p.form-url label {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;	
	}
#respond span.required {
	color: #000;
	}
#reply-title, #comments-number {
	font-size: 20px;
}
#comments-number {
	margin-bottom: 40px;
}
#respond input[type="text"] {
	padding: 0px 0 0 10px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	margin: 0 20px 0px 0;
	border: 1px solid #e6e6e6;
	color: #8f8f8f;
	font-family: 'Roboto', sans-serif;
}
#respond textarea {
	border: 1px solid #e6e6e6;
	font-family: 'Roboto', sans-serif;
	color: #8f8f8f;
	margin-bottom: 20px;
}
#commentform p {
	margin-bottom: 10px !important;
}
#respond #submit::-moz-focus-inner { 
	border: 0;
	padding: 0;
}
#respond #submit {
	margin-bottom: 25px;
	background: #008f01;
	color: #fff;
	border: 0;
	font-size: 14px;
	padding: 2px 10px 0;
	height: 32px;
	font: 14px/32px 'Roboto', sans-serif;
	display: inline-block;
	}

 
/*-------------------------------------------------------------------------------------------*/
/* SIDEBARS */
/*-------------------------------------------------------------------------------------------*/

/* Primary  sidebars */
#sidebar-primary {
 	width: 300px;
	float: right;
	color: #8f8f8f;
	}
#sidebar-primary .widget {
	margin-bottom: 30px;	
}
#sidebar-primary .widget-title {
	font-size: 20px;
        margin-bottom: 18px;
	color: #585757;
	}

/* Widget unordered lists */
#sidebar-primary .widget ul {
	list-style: none;
        margin-left: 0;
	}
#sidebar-primary .widget li {
	margin-bottom: 3px;
}
#sidebar-primary .widget li ul  {
        margin-left: 10px;
}
#sidebar-primary .widget a {
	color: #a7a7a7;
	}
#sidebar-primary .widget a:hover {
	color: #ff671d;
	text-decoration: none;
	}

/* Search form widget. */
.widget .search-form {
	overflow: hidden;
	margin: 0 0 25px 0;
	}
.widget .search-form label {
 	}
.widget .search-form input[type="text"] {
	background: url(images/search.png) no-repeat scroll 93% 10px;
	width: 268px;
	height: 33px;
	display: inline-block;
	border: 1px solid #e4e4e4;
	padding: 3px 15px 0;
	color: #cecece;
	font: 12px/36px 'Roboto', sans-serif;
	}
.widget .search-form input[type="submit"] {
	display: none;
	}
.widget .textwidget {
        margin-bottom: 30px;
}
.widget .post_tag-cloud a {
	background: #252525;
	color: #a7a7a7;
	font-size: 13px !important;
	padding: 5px 7px 4px;
	border-radius: 3px;
	display: inline-block;
	margin: 0 0 4px;
}
.widget .post_tag-cloud a:hover {
	background: #585757;
	color: #ffffff;
	text-decoration: none;
}
#sidebar-primary .widget .post_tag-cloud a {
	background: #ff671d;
	color: #fff;
}
/*-------------------------------------------------------------------------------------------*/
/* SUBSIDIARY SIDEBAR */
/*-------------------------------------------------------------------------------------------*/

#sidebar-subsidiary {
	overflow: hidden;
	width: 100%;
	padding: 80px 0px 40px;
	background: #000;
	position: relative;
	z-index: 666;
	margin-top: -30px;
	}
#sidebar-subsidiary .wrap {
	width: 950px;
	margin: 0 auto;
}
#sidebar-subsidiary .widget {
	float: left;
        width: 220px;
        margin-right: 40px;
	color: #4b4b4b;
	}
#sidebar-subsidiary .widget-title {
	font-size: 20px;
        color: #585757;
	margin-bottom: 40px;
	}
#sidebar-subsidiary .widget ul {
	list-style: none;
        margin-left: 0;
	}
#sidebar-subsidiary .widget li {
	margin-bottom: 6px;
}
#sidebar-subsidiary .widget li ul {
        margin-left: 10px;
}
#sidebar-subsidiary .widget a {
	color: #a7a7a7;
	}
#sidebar-subsidiary .widget a:hover {
	color: #fff;
	}

#sidebar-subsidiary .widget-4, #sidebar-subsidiary .widget-8 {
	margin-right: 0 !important;
}
#sidebar-subsidiary .widget-5, #sidebar-subsidiary .widget-9 {
	clear: both;
}

/*-------------------------------------------------------------------------------------------*/
/* FOOTER */
/*-------------------------------------------------------------------------------------------*/

#footer {
	clear: both;
	width: 100%;
	padding: 20px 0px 0 0px;
	font-size: 15px;
	color: #8f8f8f;
        text-align: center;
	background: #fff;	
	height: 35px;
	}
#footer a {
	color: #8f8f8f;
	}
#footer a:hover {
	color: #8f8f8f;
	text-decoration: underline;
	}
#footer p {
	margin: 0;
}
/*-------------------------------------------------------------------------------------------*/
/* Featured posts */
/*-------------------------------------------------------------------------------------------*/

#featured {
	width: 950px;
	margin-bottom: 30px;
	overflow: hidden;
}
#featured ul {
	margin: 0;
}
#featured li {
	list-style: none;
	margin: 0 25px 15px 0;
	width: 300px;
	float: left;
	position: relative;
}
.details {
	opacity: 0.85;
	background: #353535;
	width: 274px;
	padding: 14px 13px 12px;
	position: absolute;
	top: 0;
}

.featured-title {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 5px;
}
.featured-title a {
	color: #fff;	
}
a.featured-more {
	color: #ff671d;
	font-size: 13px;
}


#featured .item3,
#featured .item6,
#featured .item9 {
	margin-right: 0 !important;
}
#featured .item4,
#featured .item7,
#featured .item10 {
	clear: both;
}
/*-------------------------------------------------------------------------------------------*/
/* Social Networks */
/*-------------------------------------------------------------------------------------------*/

#social {
	list-style: none;
	margin: 0;
 }
#social li {
	padding: 0;
	display: inline-block;
}
#social li a {
	text-indent: -9999px;
	width: 32px;
	height: 32px;
	display: block;
	padding: 0;
	margin: 0 10px 0 0;
}
 
#social #facebook {
	background: url(images/social.png) no-repeat 0px 0px;
}
#social #twitter {
	background: url(images/social.png) no-repeat -42px 0px;
}
#social #youtube {
	background: url(images/social.png) no-repeat -85px 0px;
}
#social #rss {
	background: url(images/social.png) no-repeat -127px 0px;
}
#social #pinterest {
	background: url(images/social.png) no-repeat -170px 0px;
}
#social #linkedin {
	background: url(images/social.png) no-repeat -211px 0px;
}

#social #facebook:hover {
	background: url(images/social.png) no-repeat 0px -32px;
}
#social #twitter:hover {
	background: url(images/social.png) no-repeat -42px -32px;
}
#social #youtube:hover {
	background: url(images/social.png) no-repeat -85px -32px;
}
#social #rss:hover {
	background: url(images/social.png) no-repeat -127px -32px;
}
#social #pinterest:hover {
	background: url(images/social.png) no-repeat -170px -32px;
}
#social #linkedin:hover {
	background: url(images/social.png) no-repeat -211px -32px;
}
/*-------------------------------------------------------------------------------------------*/
/* Slider */
/*-------------------------------------------------------------------------------------------*/

.flexslider {margin: 0; padding: 0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

 
#slider-wrap {
	width: 100%;
	height: 445px;
	overflow: hidden;
	position: relative;
	margin-bottom: -30px;
}
.slides,
.flex-direction-nav {
	list-style: none;
	margin: 0;
}

/* Flex Caption */
.flex-caption {
 	position: absolute;
	top: 218px;
	left: 50%;
	width: 420px;
	padding: 25px 27px 25px 25px;
	margin-left: -500px;
	background: #000000;
	opacity: 0.85;
}
.flex-title {
	font-size: 31px;
	line-height: 31px;
	margin-bottom: 15px;
 }
.flex-title a {
	color: #fff;
}
.flex-caption p {
	color: #8b8b8b;
	font-size: 14px;
	margin-bottom: 0px;
}
/* Flex controls*/
.flex-control-paging {
	position: absolute;
	bottom: 25px;
	margin-right: -500px;
	right: 50%;
	list-style: none;
}
.flex-control-paging li {
	background: url(images/nav.png) no-repeat scroll left top;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	display: inline-block;
	cursor: pointer;	
}
.flex-control-paging li a {
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	display: inline-block;
}
.flex-active {
	background: url(images/nav.png) no-repeat scroll right top;
}

.single-testimonial h3{
	margin: 0 0 20px 0;
}

.single-testimonial blockquote{
	margin: 0 0 16px 0;
	padding: 10px 25px 10px 25px;
}
.single-testimonial blockquote img {
	margin-right: 20px;
}

.single-testimonial h5 {
	font-size: 15px;
	color: #737373;
}

.box_especialista{
	width:100%;
}

.box_especialista .titlefrase{
	color:#008f01;
	font-size:20px;
}
.box_especialista .wimage{
	width: 169px;
	width: 169px;
	padding: 0 0% 0 4%;
	position: absolute;
	float: left;
	top: 0;
}
.box_especialista .wimage:before{
	content:'';
	position: absolute;
	top:0px;
	left:0px;
	height: 180px;	
	border-left:4px solid #cecece;
}

.box_especialista .wimage img{
	width: 100%;
	height: auto;
	background:#e6e6e6;
	border:0;
	padding: 0;
}
.box_especialista td {
	position:relative;
}
.box_especialista .wblock{
	font-size:14px;
	float: left;
	width: 414px;
}
.box_especialista .subtitle{
	color: #747474;
}
.box_especialista .wblock p{
	margin: 6px 0 6px 0;
	padding: 0 0 0 0;
}
.box_especialista .wblock .title{
	font-size: 22px;
	font-weight: 700;
}
.box_especialista .wblock .cargo{
	font-size:16px;
}
.box_especialista .wblock .list {
	color:#747474;
	font-size:14px;
}
.box_especialista .wblock .list br{
	display:none;
}
.box_especialista .wblock .list span{
	padding-right:6px;
	margin-right:1px;
	border-right:1px solid #747474;
}
.box_especialista .wblock .list span:last-child{
	border-right:none;
}
.box_especialista .wblock .left01{
	float:left;
	width: 30%;
	margin: 1% 0 1% 1%;
	font-size:14px;
}
.box_especialista .wblock .left{
	float:left;
	margin: 1% 0 1% 1%;
	width: 68%;
	font-size:14px;
}

#post-187 .page-title a{
	color: #cc1616 !important;
}

@media (max-width: 768px){
	#header .search{
		width: 336px;
	}
}

@media (max-width: 640px){
	#header{
		padding: 0 14px;
	}
	#branding{
		text-align: center;
		display: block;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	#branding img{
		max-width: 100%;
	}
	#header .search{
		margin:0;
		width: 100%;
	}
	#menu-primary{
		height: auto;
		padding-top: 14px;
	}
	#content{
		width: 100%;
		float:none;
	}
	.hentry .thumbnail, .hentry .medium, .hentry .thumbnail, .hentry .large{
		margin-bottom: 10px;
	}
	#menu-primary .menu li{
		float:none;
		display: inline-block;
		vertical-align: middle;
		border-top: 1px solid #008f01;
		border-bottom: 1px solid #008f01;
		border-right: 1px solid #008f01;
	}
	#menu-primary .menu li:first-child{
		border:0;
	}
	#menu-primary .menu ul{
		font-size: 0;
		text-align: center;
		padding: 20px 0 30px;
	}
	#menu-primary .menu li a{
		padding: 10px 6px;
		font: 15px/24px 'Roboto', sans-serif;
	}
	#menu-primary .menu li a br{
		display: inline;
	}
}	

@media (max-width: 375px){
	#menu-primary .menu li a{
		font-size: 12px;
		padding: 0 8px;
	}
}
/* Tags Blog */
.tags {
	zoom: 1;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	column-gap: 5rem;
    row-gap: 1rem;
    flex-flow: wrap;
    padding-bottom: 2rem;
}
  
  .tags:before, .tags:after {
	content: '';
	display: table;
	display: none;
  }
  
  .tags:after {
	clear: both;
  }
  
  .tags li {
	position: relative;
	margin: 0;
	padding: 0;
  }
  
  .tags li:active {
	margin-top: 1px;
	margin-bottom: 7px;
  }
  
  .tags li:after {
	content: '';
	z-index: 2;
	position: absolute;
	top: 10px;
	right: -2px;
	width: 5px;
	height: 6px;
	opacity: .95;
	background: #008f01;
	border-radius: 3px 0 0 3px;
	-webkit-box-shadow: inset 1px 0 #096709;
	box-shadow: inset 1px 0 #096709;
  }
  
  .tags a, .tags span {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
  
  .tags a {
	height: 26px;
	line-height: 23px;
	padding: 0 9px 0 8px;
	font-size: 14px;
	color: #555;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	text-shadow: 0 1px white;
	background: #fafafa;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #dadada #d2d2d2 #c5c5c5;
	border-radius: 3px 0 0 3px;
	background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
	background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
	background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
	background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  
  .tags a:hover span {
	padding: 0 7px 0 6px;
	max-width: 40px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
  
  .tags span {
	position: absolute;
	top: 1px;
	left: 100%;
	z-index: 2;
	overflow: hidden;
	max-width: 40px;
	height: 24px;
	line-height: 21px;
	padding: 0 7px 0 6px;
	color: white;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
	background: #008f01;
	border: 1px solid;
	border-color: #008f01 #008f01 #008f01;
	border-radius: 0 2px 2px 0;
	opacity: .95;
	background-image: -webkit-linear-gradient(top, #008f01, #066e06);
	background-image: -moz-linear-gradient(top, #008f01, #066e06);
	background-image: -o-linear-gradient(top, #008f01, #066e06);
	background-image: linear-gradient(to bottom, #008f01, #066e06);
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	-webkit-transition-property: padding, max-width;
	-moz-transition-property: padding, max-width;
	-o-transition-property: padding, max-width;
	transition-property: padding, max-width;
  }
  
  .hidden_mobile{
	display: none;
  }
  .hidden_desktop{
	display: block;
  }
  .btn_view_more{
	color: #53a225;
	font-size: 14px;
	text-decoration: underline;
  }
  @media (min-width: 992px){
	.tags{
		display: flex;
	}
	.glosario{
		grid-template-columns: repeat(3, 1fr);
    	grid-template-rows: repeat(10, auto);	
	}
	.hidden_mobile{
		display: block;
	}
	.hidden_desktop{
		display: none;
	}
}