/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 17/11/2015, 05:59:14 PM
    Author     : Rodrigo | Etic
*/

/*generales*/
header {
    background: #fff;
}

body {
    width: 100%;
    overflow-x: hidden
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 36px;
    color: #323F4E;
}

.h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 36px;
    color: #323F4E;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 26px;
    color: #656D78;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #323F4E;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #323F4E;
}

p,
ul,
li,
ol,
a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #656D78;
}


.clik,
.hand {
    cursor: pointer;
}

/*.hand {cursor: pointer;}*/
.center {
    text-align: center;
}

#content_home_1 {
    min-height: 393px;
    padding-top: 40px;
    padding-bottom: 60px;
}

.pad {
    padding-right: 0px;
}

/* .form-control
{
    border: 1px solid #E1E4E9!important;
    min-height: 42px!important;
} */
/* .btn_enviar
{
    background: rgba(249,210,102,1);
    background: -moz-linear-gradient(top, rgba(249,210,102,1) 0%, rgba(218,180,72,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,210,102,1)), color-stop(100%, rgba(218,180,72,1)));
    background: -webkit-linear-gradient(top, rgba(249,210,102,1) 0%, rgba(218,180,72,1) 100%);
    background: -o-linear-gradient(top, rgba(249,210,102,1) 0%, rgba(218,180,72,1) 100%);
    background: -ms-linear-gradient(top, rgba(249,210,102,1) 0%, rgba(218,180,72,1) 100%);
    background: linear-gradient(to bottom, rgba(249,210,102,1) 0%, rgba(218,180,72,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d266', endColorstr='#dab448', GradientType=0 );
} */
/* #selects .select_style
{
    background-image: url(../img/select_flecha.png)!important;
    background-color: #F0F1F4;
    background-repeat:no-repeat!important;
    background-position: top right;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    appearance: none!important;
    border-radius: 6px;
}
.selects2 .select_style
{
    background-image: url(../img/select_flecha.png)!important;
    background-color: #F0F1F4;
    background-repeat:no-repeat!important;
    background-position: top right;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    appearance: none!important;
    border-radius: 6px;
} */
.checkbox_big {
    -ms-transform: scale(2);
    /* IE */
    -moz-transform: scale(2);
    /* FF */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
    -o-transform: scale(2);
    /* Opera */
    padding: 10px;
}

.pointer_none {
    pointer-events: none;
}

/*generales*/

/*login*/
.modal .modal-content {
    background-color: #E6E9EE;
}

.modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-title {
    margin-top: 20px;
    text-align: center;
    font-size: 22px;
    border-bottom: 0px;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 20px 20px 0 20px;
    border-bottom: 1px solid #E6E9EE;
}

#form_login {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 400px;
    margin: 0 auto;
}

.modal .modal-footer {
    padding: 40px 40px 40px 40px;
    border-top: 1px solid #e5e5e5;
    background-color: #323F4E;
    color: #fff;
    text-align: center !important;
}

.modal-footer .h1 {
    color: #fff;
    font-size: 26px;
}

.modal-footer p {
    color: #fff;
}

/* #no_registrado
{
    padding: 16px;
    width: 144px;
    margin-top: 20px;
    margin-bottom: 20px;
} */
/* #login_s
{
    padding: 16px;
   width: 144px;
    margin-top: 20px;
} */
#login_s2 {
    padding: 16px;

    margin-top: 20px;
}

#login_reg .modal-content {
    background-color: #323F4E;
}

#login_reg .border-header {
    border-bottom: 1px solid #323F4E;
    width: 70%;
    margin: 35px auto 0 auto
}

#login_reg .modal-footer {
    background-color: #FFCE55;
}

#login_reg h4 {
    color: #303D4B;
}

#login_reg .modal-title2 {
    font-weight: 300;
    margin-top: 8px;
    text-align: center;
    font-size: 22px
}

#login_reg .modal-body p {
    text-align: center;
    margin: 0 !important;
    color: #303D4B;
    font-weight: 300;
}

#login_reg .modal-body p span {
    font-weight: 700;
}

.btn-azul {
    background: #4b5b63;
    background: -moz-linear-gradient(top, #4b5b63 1%, #27313d 100%);
    background: -webkit-linear-gradient(top, #4b5b63 1%, #27313d 100%);
    background: linear-gradient(to bottom, #4b5b63 1%, #27313d 100%);
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 1px solid #303D4B;
    padding: 15px 36px;
    color: #fff;
    font-weight: 200;
    font-size: 16px;
    margin-top: 20px;
    transition: 0.5s;
}

.btn-azul:hover {
    background: #ffce55;
    background: -moz-linear-gradient(top, #ffce55 0%, #d6ab48 100%);
    background: -webkit-linear-gradient(top, #ffce55 0%, #d6ab48 100%);
    background: linear-gradient(to bottom, #ffce55 0%, #d6ab48 100%);
    color: #4b5b63;
}

/*login*/

/*nav*/
/* nav
{
    min-height: 40px;
    background-color: #E6E9EE;
    width: 100%;
} */
.option_nav {
    /* border-left: 1px solid #fff;

    min-height: 40px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px; */
    float: left;
}

.option_navB {
    border-left: 1px solid #fff;

    min-height: 40px;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

nav a {
    color: #323F4E;
    text-decoration: none;
}

nav a:hover {
    color: #53667d;
    text-decoration: none;
}

#siguenos_nav {
    width: 200px;
    float: left;
}

.siguenos_text {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    width: 70px;
    float: left;
}

#redes_nav {
    width: 120px;
    height: 38px;
    float: right;
    margin-top: 2px;
}

.fondo_rds {
    width: 30px;
    height: 30px;
    float: left;
    margin: 2px 8px 2px 2px;
}

#fece {
    background-image: url("../img/redes.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-position-y: 0px;
    background-position-x: 0px;
}

#gmas {
    background-image: url("../img/redes.png");
    background-repeat: no-repeat;
    background-position: -40px 0px;
    background-position-y: 0px;
    background-position-x: -40px;
}

#ping {
    background-image: url("../img/redes.png");
    background-repeat: no-repeat;
    background-position: -80px 0px;
    background-position-y: 0px;
    background-position-x: -80px;
}

#fece2 {
    background-image: url("/fase2/img/tienda_facebook.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-position-y: 0px;
    background-position-x: 0px;
}

#gmas2 {
    background-image: url("/fase2/img/tienda_google.png");
    background-repeat: no-repeat;
}

#ping2 {
    background-image: url("/fase2/img/tienda_pinterest.png");
    background-repeat: no-repeat;
}

.linkbar a:focus {
    color: #53667d !important;
}

#content_login {
    width: 547px;
}

/*nav*/

/*header*/
header {
    width: 100%;
    /* padding-top: 6px; */

}

/*header*/


/*menu principal*/
#menu {
    width: 100%;
    background-image: url(../img/fondo_menu_p.png);
    min-height: 120px;
    display: none;
    position: absolute;
    z-index: 10;
    border-bottom: 3px solid #323F4E;
}

#menu h4 {
    margin-top: 25px;
    font-size: 15px;
    font-weight: bold;
}

#menu h4 a {
    font-weight: bold;
    color: #323F4E;
}

#menu ul {
    list-style: none;
    margin-left: -40px;
}

#menu ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #323F4E;
}

.option_menu_principal {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

/*menu principal*/

/*menu_movil*/
#menu_movil {
    display: none;
    background-image: url(../img/fondo_menu_p.png);
    min-height: 120px;
    border-bottom: 1px solid #CAD1D7;
    border-top: 1px solid #CAD1D7;
}

.option_menu_movil {
    width: 100%;
    min-height: 50px;
    padding: 15px 20px 15px 20px;
    border-bottom: 1px solid #CAD1D7;

}

.option_menu_movil a {
    font-weight: bold;
    color: #323F4E;
}

#sub_menu_catalogo {
    cursor: pointer;

}

#sub_menu_catalogo_r {
    display: none;
}

#sub_menu_catalogo_r .option_menu_movil:last-child {
    border-bottom: 0px solid #fff;
}

.down_menu {
    margin-top: 8px;
}

/*menu_movil*/

/*slider*/
#slider {
    width: 100%;
}

#slider img {
    width: 100%;
    height: auto;
}

#buscador_header {
    margin-left: 14px;
}

/*slider*/

/*registrate home*/
#bannerMobil {
    display: none;
}

#bannerMobil {
    background-color: #0C9988;
    text-align: center;
    padding-bottom: 20px;
}

#bannerMobil h2 {
    color: #fff;
    font-size: 14px;
    font-weight: lighter;
}

#registro_homemob_btn {
    width: 160px;
    cursor: pointer;
    display: inline-block;
}

#registrate_home {
    width: 425px;
    height: 320px;
    background-image: url(../img/registro2.png);
    background-size: 425px 320px;
    position: fixed;
    z-index: 110;
    left: 50%;
    top: 50%;
    margin-top: -160px;
    margin-left: -212px;



}

#registro_home_btn {
    width: 160px;
    position: absolute;
    bottom: 41px;
    left: 176px;
    margin-left: -47px;
    cursor: pointer;
}

#close_registro_home {
    width: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

/*registrate home*/


/*noticias*/
.legend_home_head {
    padding-bottom: 40px;
}

.legend_home_head .h1 {
    font-size: 40px;
}

#content-slider {
    padding-top: 75px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

#content-slider .owl-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: 11px;
    right: 0;
    left: 0;
    bottom: 0;
}

.item_noticia {
    background-color: #F7F8FC;
    width: 320px;
    height: 224px;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(223, 226, 230, 0.75);
    -moz-box-shadow: 0px 4px 0px 0px rgba(223, 226, 230, 0.75);
    box-shadow: 0px 4px 0px 0px rgba(223, 226, 230, 0.75);
    border-radius: 4px;
}

.item_noticia img {
    width: 100%;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.item_noticia p {
    font-size: 18px;
}

.texto_noticia_v1 {
    min-height: 112px;
    padding: 10px 16px 30px 16px;
    position: relative;
    background-color: #F7F8FC;
    overflow: hidden;
}

.texto_noticia_v1 b {
    color: #323F4E;
}

.texto_noticia_v2 {
    padding: 26px 16px 26px 16px;
    position: relative;
    min-height: 220px;
}

.texto_noticia_v2 b {
    color: #323F4E;
}

.text_secundario {
    font-size: 15px !important;
}

.img_slide_2 {
    height: 224px;
    border-radius: 4px;

}

.link_noticias {
    position: absolute;
    bottom: 5px;
}

.link_noticias a {
    color: #323F4E;
}

.slick-prev:before,
.slick-next:before {
    color: #656D78 !important;
    font-size: 50px !important;
}

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

.slick-prev {
    left: -50px !important;
}

#content-slider .slick-next {
    margin-top: 16px !important;
}

.slick-prev,
.slick-next {

    width: 50px !important;
    height: 50px !important;
}

#noticias_movil {
    display: none;
}

#carrusel_home_1 .ca-item-main {
    overflow: visible;
}

/*noticias*/

/*options home*/
/* #content_option_home
{
    background-color: #F6F7FB;
    padding-top: 40px;
    padding-bottom: 108px;
    width: 100%;

} */
.legen_option_home {
    margin-bottom: 60px;
}

.text_option_home {
    text-align: center;
    max-width: 246px;
    margin: 0 auto;
}

.item_option_home {
    min-height: 300px;
    padding-bottom: 20px;
    position: relative;
}

.item_option_home h3 {
    font-weight: bold;
}

.link_option_home {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -11px;
}

.link_option_home a {
    font-size: 18px;
}

.ms-tabs.ms-dir-h .ms-thumb-frame {
    margin-top: -5px !important;
    margin-left: 1px;
}

.ms-thumb-frame-selected {
    opacity: 0.9 !important;
}

.ms-tabs .ms-thumb-frame {
    text-shadow: none !important;
}

.text_tumb {
    font-family: 'Roboto', sans-serif !important;
    text-shadow: none !important;
    color: #FFF !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    text-align: center;
    margin-top: 12px;
    margin-left: 24px;
    margin-right: 24px;
}

.ms-thumb-frame-selected .text_tumb {
    transition-duration: 1s;
}

.ms-thumb {
    background: url(/media/img/banner_bullet_no.png) no-repeat no-repeat left center;
    background-size: 80%;
}

.ms-thumb-frame-selected .ms-thumb {
    transition-duration: 1s;
    background: url(/media/img/banner_bullet_yes.png) no-repeat no-repeat left center;
    background-size: 80%;

}

.ms-tabs .ms-thumb {
    padding: 1px 10px 1px 10px !important;
}

.ms-thumb-list {
    height: 42px !important;
    margin-top: -42px !important;
}

.ms-thumb-frame {
    border: none !important;
    height: 40px !important;
}

.ms-thumb-frame-selected .ms-thumb-frame {

    height: 40px !important;
}

.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol {
    display: none !important;
}


/*.ms-skin-default .ms-nav-next
{
    right: 256px!important;
    top: 95%!important;
    bottom: 14px!important;
}
.ms-skin-default .ms-nav-prev
{
    left: 256px!important;
    top: 95%!important;
    bottom: 14px!important;
}*/

.ms-slide-vcbtn-mobile {
    height: 60px !important;
}

.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
    margin-top: 22px !important;
}

/*options home*/

/*slider bottom*/
/* #slider_home_bottom
{
    padding-top: 40px;
    padding-bottom: 10px;
} */
#slider_home_bottom img {
    width: 100%;
}

#slider_home_bottom .slick-prev,
.slick-next {
    margin-top: -20px !important;
}

.item_slider_botom {
    padding: 15px 15px 15px 15px;
}

#content-slider_bottom {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

.owl-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25px;
    right: 0;
    left: 0;
    z-index: -1;

}

.owl-prev {
    float: left;
    background-image: url(../img/prev.png);
    width: 40px;
    height: 40px;
    color: transparent;
}

.owl-next {
    float: right;
    background-image: url(../img/next.png);
    width: 40px;
    height: 40px;
    color: transparent;
}

/*slider bottom*/


/*faqs*/

.faqs_content {
    background-color: #E6E9EE;
    padding-top: 60px;
    padding-bottom: 60px;
}

.panel-heading {
    background-color: #FFF !important;
    border-color: #FFF !important;
    position: relative;
}

/*custom according*/
.panel-heading a {
    text-decoration: none;
    color: #444444;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #FFF !important;
}

.panel-body {
    color: #656D78;
}

/*custom according*/
.collapse_right {
    width: 9px;
    height: 15px;
    background-image: url(../img/collapse_right.png);
    float: right;
    margin-top: 0px;

}

.collapse_down {
    display: none;
    width: 15px;
    height: 9px;
    background-image: url(../img/collapse_down.png);
    float: right;
    margin-top: 0px;

}

/*custom according white*/
#white {
    background-color: #FFF !important;
}

#white .panel-default>.panel-heading {
    background-color: #E6E9EE !important;
    border-color: #E6E9EE;
}

#white .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #E6E9EE !important;
}

#white .panel-body {
    background-color: #E6E9EE !important;
}

/*custom according*/
.faqs_content p {
    font-size: 18px;
    font-weight: normal;
}

#dudas_content {
    background-color: #E6E9EE;
    padding-top: 60px;
    padding-bottom: 60px;
}

#dudas_content p {
    font-size: 22px;
}

#content_btn_consuta {
    margin-top: 40px;
}

/*faqs*/

/*wiki herbora*/
#wiki_herbora_content {
    /* background-color: #E6E9EE; */
    padding-top: 60px;
    padding-bottom: 60px;
}

#menu_wikiherbora {
    width: 100%;
    margin-top: 40px;
}

.wiki_option {
    width: 35px;
    height: 30px;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
    background-color: #FFF;
    text-align: center;
    padding-top: 4px;
}

#menu_wikiherbora .active {
    background-color: #323F4E;
    color: #FFF;
}

#menu_wikiherbora .active a {
    color: #FFF;
}

.item_wiki_herbora {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.item_wiki_herbora .h1 {
    font-size: 18px;
}

.item_wiki_herbora a {
    color: #AEB5C0;
}

.wiki_title_italic {
    font-style: italic;
}

.item_wiki_herbora .separador {
    color: #AEB5C0
}

#wiki_logo {
    width: 100%;
}

/*wiki herbora*/

/*trabaja con nosotros*/
.col_slider_trabaja {
    width: 50%;
    height: 100%;
    float: left
}

.col_slider_trabaja img {
    width: 100%;
}

.item_slider_trabaja {
    max-width: 560px;
    margin-top: 60px;
}

.item_slider_trabaja .h1 {
    font-size: 26px;
    color: #FFF;
}

.item_slider_trabaja p {
    color: #FFF;
}

#trabaja_content {
    /* padding-top: 60px;
    padding-bottom: 60px; */
    /* max-width: 700px;
	margin: auto; */
    /* background-color: #E6E9EE; */
}

/* #form_trabaja
{
    max-width: 700px;
    margin: 0 auto;
    margin-top: 40px;
} */
/* #form_trabaja #nombre
{
    margin-bottom: 15px;
} */
#form_trabaja select {
    color: #999;
}

/* #enviar_trabaja
{
    padding: 16px 40px 16px 40px;
    width: 134px;
    margin: 0 auto;
    margin-top: -6px;
    background: rgba(249,210,102,1);
    background: -moz-linear-gradient(top, rgba(249,210,102,1) 0%, rgba(218,180,72,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,210,102,1)), color-stop(100%, rgba(218,180,72,1)));
    background: -webkit-linear-gradient(top, rgba(249,210,102,1) 0%, rgba(218,180,72,1) 100%);
    background: -o-linear-gradient(top, rgba(249,210,102,1) 0%, rgba(218,180,72,1) 100%);
    background: -ms-linear-gradient(top, rgba(249,210,102,1) 0%, rgba(218,180,72,1) 100%);
    background: linear-gradient(to bottom, rgba(249,210,102,1) 0%, rgba(218,180,72,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d266', endColorstr='#dab448', GradientType=0 );
} */
#curriculum {
    margin-bottom: 6px;
}

#quien_trabaja {
    /* padding-top: 20px;
    padding-bottom: 40px; */
    background-color: #F6F7FB;
}

.img_qt {
    max-width: 224px;
}

.puesto_qt {
    color: #323F4E;
}

.info_qt p {
    font-size: 18px;
}

.con_tranaja_cn {
    max-width: 700px;
    margin: 0 auto;
}

/* .con_tranaja_cn img
{
    max-width: 150px;
} */
.comillas {
    font-size: 40px;
}

#form_trabaja .adjunta_text {
    font-family: 'Roboto', sans-serif;
    font-size: 18px !important;
    font-weight: 300 !important;
}


/*trabaja con nosotros*/


/*atencion a clientes*/
#info_atc {
    max-width: 280px;
    margin-top: 40px;
}

.info_atc {
    font-size: 18px;
    margin-bottom: 46px;
}

.disclaimer_atc {
    margin-top: 40px;
    background-color: #FFF;
}

.atc_dir {
    padding: 20px 20px 20px 20px;
    border-bottom: 2px solid #F6F7FB;
}

.empresa_asociada {
    font-size: 12px;
}

.info_contact_atc {
    color: #323F4E;
}

.motivo_consulta {}

.motivo_consulta p {
    font-size: 18px;
}

.atc_politicas_link {
    color: #323F4E;
}

/*atencion a clientes*/

/*pasos dieta*/
#pasos_dietas {
    padding-top: 30px;
    padding-bottom: 40px;
    width: 100%;
    background-color: #C94634;
}

#pasos_dietas img {
    width: 100%;
    margin-bottom: 10px;
}

.dieta_pasos_info {
    padding-top: 30px;
    padding-bottom: 30px;
}

.dieta_pasos_info p {
    color: #fff;
}

#btn_dietista {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 370px;
    margin: 0 auto;
}

#info_dietas {
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: #FFF;
}

#info_dietas h3 {
    color: #656C78;
}

#descarga_dietas {
    /* background-color: #E6E9EE; */
    padding-top: 20px;
    padding-bottom: 80px;
}

#descarga_dietas h3 {
    color: #656C78;
}

.item_dieta {
    margin-bottom: 40px;
}

.item_dieta ul {
    list-style: none;
    margin-left: -40px;
}

.item_dieta ul li {
    color: #AAB2BE;
    border-bottom: 1px solid #CAD1D7;
    padding-top: 4px;
    padding-bottom: 4px;
}

.item_dieta ul li a {
    color: #AAB2BE;
}

.title_item_dieta {
    border-bottom: 1px solid #CAD1D7;
    padding-bottom: 8px;
}

.item_dieta ul li.important a {
    color: #323F4E;
}

.title_item_dieta .h1 {
    color: #C94634;
    font-size: 16px;
}

#content_items_dieta {
    padding-top: 40px;
    width: 100%;
    height: auto;
}

.flex-container {


    /*display: -webkit-box;*/
    display: -moz-box;
    display: -ms-flexbox;
    /*display: -webkit-flex;*/
    display: flex;
    flex-flow: row wrap;

}

/*pasos dieta*/

/*blog*/
#content_blog {
    padding-top: 40px;
    padding-bottom: 60px;
    width: 100%;
    min-height: 600px;
    background-color: #E6E9EE;
    position: relative;
    overflow: hidden;
}

.width_blog {
    width: 33.33333333333333%;

}

.item_blog_simple {
    background-color: #FFF !important;
    border-radius: 4px;
}

.item_blog_transparent {
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #FFF;
}

.item_blog_image {
    background-color: #FFF;
    padding-bottom: 15px;
    border-radius: 4px;
}

.width_blog img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.item_blog_cont {
    min-height: 200px;
    padding: 20px 20px 20px 20px;
}

.item_blog_cont .fecha {
    color: #656D78;
    margin-bottom: -6px;
}

.item_blog_cont .h1 {
    font-size: 18px;
    font-weight: bold;
}

.free-wall {
    width: 100%;
    padding-bottom: 60px;
}

.filter-items {
    width: 100%;
    margin-bottom: 30px;
}

.filter-label {
    display: inline-block;
    margin: 0px 5px 5px 0px;
    padding: 5px 20px;
    cursor: pointer;
    background: #E6E9EE;
    border: 1px solid #fff;
    font-size: 12px;
    color: #323F4E;
}

.filter-label.active,
.filter-label:hover {
    background: #fff;
}

#showMore {
    cursor: pointer;
}

.showMoreBar {
    text-align: center;
    padding: 5px 40px;
    margin-bottom: 30px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -78px;
}

.item_view_blog {
    background-color: #FFF;
    margin-top: 20px;
}

.info_blog_view_item {
    width: 65%;
    float: left;
}

.info_blog_view_item img {
    width: 100%;
}

.ultimas_entrasas_blog {
    width: 35%;
    float: left;
    /*border-left: 1px solid #E6E9EE;*/
}

.texto_blog_view_item {
    padding: 20px 40px 60px 40px;
}

.texto_blog_view_item .h1 {
    font-size: 20px;
    font-weight: bold;
}

.header_entradas_blog {
    padding: 15px 15px 15px 15px;
    background-color: #323F4E;
    color: #FFF;
    font-size: 20px;
}

.ultimas_entrasas_blog .item_blog_simple {
    width: 100%;
    border-bottom: 1px solid #E6E9EE;
    border-left: 1px solid #E6E9EE;
    border-radius: 0px;
}

.ultimas_entrasas_blog .item_blog_simple:last-child {
    border-bottom: 0px solid #E6E9EE;
}

.ultimas_entrasas_blog .item_blog_cont {
    padding-top: 15px;
    padding-bottom: 15px;
}

.content_tag_blog_view {
    width: 100%;
    text-align: left;
    min-height: 63px;
}

.tag {
    display: inline-block;
    margin: 0px 5px 5px 0px;
    padding: 5px 20px;
    cursor: pointer;
    background: #E6E9EE;
    border: 1px solid #fff;
    font-size: 12px;
    color: #323F4E;
}

.addthis_native_toolbox {
    margin-top: 60px;
}

/*blog*/

/*calculadora imc*/
#slider_imc .container {
    height: 100%;
}

#content_imc_calc {
    background-color: rgba(50, 63, 78, 0.8);
    max-width: 360px;
    height: 100%;
    float: right;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}

/* #content_imc_calc input[type="text"]
{
    color: #323F4E;
} */

#content_imc_calc .h1 {
    color: #FFF;
    font-size: 36px;
}

#content_imc_calc p {
    color: #F6F7FA;
    font-size: 15px;
}

.important_msj {
    color: #FFCE47 !important;
}

/* #calcular
{
    max-width: 200px;
    padding: 16px 60px 16px 60px;
} */
.text_resultado_head {
    background-color: #F6F7FB;
    padding-top: 20px;
    padding-bottom: 20px;

}

.text_resultado_head .h1 {
    font-size: 28px;
}

.text_resultado_head p {
    font-size: 28px;
}

.text_resultado_head p b {
    color: #323F4E;
}

.nav-tabs li {
    width: 20%;
    text-align: center;

}

.nav-tabs {
    border-bottom: 0px solid #ddd !important;
}

.nav-tabs .active a {
    background-color: #FFCE47 !important;
    border-radius: 0 0 0 0;
    border: 0px solid #FFCE47 !important;
    margin-right: 0px;
}

.nav-tabs li a {
    border-left: 0px solid #FFCE47 !important;
    border-right: 1px solid #FFCE47 !important;
    border-top: 0px solid #FFCE47 !important;
    border-bottom: 0px solid #FFCE47 !important;
    border-radius: 0 0 0 0;
    margin-right: 0px;
    /*cursor: not-allowed;
    pointer-events: none;*/
}

.nav-tabs li a:hover {
    background-color: #FFCE47 !important;
    border-radius: 0 0 0 0;
    border-left: 0px solid #FFCE47 !important;
    border-right: 1px solid #FFCE47 !important;
    border-top: 0px solid #FFCE47 !important;
    border-bottom: 0px solid #FFCE47 !important;
    margin-right: 0px;
}

.info_tab {
    background-color: #FFCE47 !important;
    padding: 30px 60px 30px 60px;
}

.info_tab .h1 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 0px;
}

.info_tab .rango_imc {
    font-size: 28px;
    margin-bottom: 0px;
}

#imc_valido {
    background-color: #F6F7FB;
    padding-top: 40px;
    padding-bottom: 40px;
}

#perimetro_abdominal {
    width: 100%;
    background-color: #FFF;
    padding-top: 40px;
    padding-bottom: 40px;
}

.img_perimetro_abdominal {
    width: 100%;
}

.info_perimetro_abdominal .h1 {
    margin-bottom: 20px;
}

#legend_peso_ideal {
    background-color: #323F4E;
    padding-top: 60px;
    padding-bottom: 60px;
}

#legend_peso_ideal .container {
    max-width: 932px !important;
}

#legend_peso_ideal .h1 {
    color: #FFCE47
}

#legend_peso_ideal p {
    color: #FFF;
    font-weight: 300;
}

.text_peso_ideal_1 {
    font-size: 20px;
}

#mantener_imc {
    padding-top: 60px;

}

#mantener_imc .text {
    max-width: 990px;
    margin: 0 auto;
}

#mantener_imc .h1 {
    margin-top: 40px;
    margin-bottom: 40px;
}

#options_ayuda_imc {
    margin-top: 60px;
    padding-bottom: 60px;
}

.item_ayuda_imc {
    min-height: 265px;
}

/* .option_mi_imc
{
    background-color: #AAB2BD;
    border-radius: 100px;
} */
/* .active .option_mi_imc img
{
    background-color: #323F4E!important;
} */
.item_ayuda_imc .h1 {
    font-size: 18px !important;
    font-weight: bold;
}

.item_ayuda_imc a {
    color: #323F4E;
    font-size: 18px;
}

.item_alimento {
    margin-bottom: 30px;
    box-sizing: border-box;
}

.item_alimento img {
    margin-bottom: 20px;
}

.item_alimento p {
    color: #323F4E;
}

#content_options_ayuda_imc {
    width: 100%;
    background-color: #F6F7FB;
    padding-top: 60px;
    padding-bottom: 40px;
    display: none;
}

.info_option_ayuda {
    max-width: 1024px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.info_option_ayuda .h1 {
    font-size: 20px;
    font-weight: bold;
}

.important_actividad_fisica {
    font-size: 22px;
    color: #323F4E;
    font-weight: 300;
    margin-bottom: 60px;
}

#actividad_fisica .info_option_ayuda .h1 {
    font-size: 22px;
    font-weight: 300;
}

#actividad_fisica .info_option_ayuda p {
    margin-bottom: 20px;
}

#recomendados .item_recomendados .h1 {
    margin-bottom: 10px;
}

.item_recomendados {
    /* border-radius: 6px; */
    /* border: 1px solid #EEF0F4; */
    /* height: 100%; */
}

.item_recomendados img {
    width: 100%;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.texto_item_recomendados {
    /* text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px; */
    /* height: 132px; */
    /* background-color: #F6F7FB; */
}

.texto_item_recomendados .h1 {
    font-size: 18px !important;
    font-weight: bold !important;
    margin-top: 0px !important;
}

/* .texto_item_recomendados p
{
    height: 64px;
    overflow: hidden;
} */
/* .texto_item_recomendados a
{
    color: #323F4E;
    bottom: 6px;
    font-size: 18px !important;
    font-weight: bold !important;
       position: absolute;bottom: 6px;
       bottom: 6px;

} */
.blur {
    background-color: #E6E9EE;
    -webkit-filter: blur(10px);
    filter: blur(100px);
    height: 31px;
    margin-top: -38PX;
    margin-left: -10px;
}

.no_show_imc {
    display: none;
}

.mimc_c {
    display: none;
}

.mimc {
    font-size: 18px;
    color: #323F4E;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
}

.show {
    display: none;
}

/* #imcForm .form-control
{
    height: 50px;
} */
.triangulo_select {
    display: none;
}

.active .triangulo_select {
    display: initial !important;
    bottom: -95px;
    position: absolute;
    left: 50%;
    margin-left: -35px;
}

/*calculadora imc*/


/*catalogo productos*/
#catalogo_home_content {
    width: 100%;
    /* padding-top: 60px; */
    padding-bottom: 80px;
    /* background-color: #E6E9EE; */
}

#titular_home_cat {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.item_cat_home {
    position: relative;
    border-radius: 4px;
    margin-bottom: 20px;

}

.item_cat_home a {
    text-decoration: none;
}

.item_cat_home img {
    width: 100%;
    position: relative;

}

.info_cat_item {
    /* display: none; */
    /* position: relative; */
    background-color: rgba(0, 0, 0, 0.5);
    /* height: 100px; */
    /* overflow: hidden; */
    /* margin-top: -100px; */
    padding: 20px 20px 20px 20px;
    text-align: center;
}

.info_cat_item div {
    font-size: 16px;
    color: #FFF;
}

#slider_cat_productos .container {
    height: 100%;
}

.info_slider_cat_productos {
    background-color: rgba(1, 56, 116, 0.7);
    max-width: 370px;
    height: 100%;
    float: right;
    padding: 20px 20px 40px 20px;
}

.info_slider_cat_productos .h1 {
    color: #FFF;
}

.info_slider_cat_productos p {
    color: #FFF;
}

#cat_prodcutos_content {
    width: 100%;
    /* background-color: #FFF; */
}

/* #productos_list
{
    padding-top: 40px;
    padding-bottom: 40px;
} */
/* #buscador_productos
{
    background-color: #FFF;
} */
#categorias_productos {
    width: 100%;
    padding-left: 15px;
    /* background-color: #E6E9EE; */

}

/* #categorias_productos div
{
    height: 40px;
    border-bottom: 1px solid #FFF;
    padding-top: 10px;
} */
/* #categorias_productos  a
{
    color: #323F4E;
} */
/* #categorias_productos div:last-child
{
    border-bottom: 0px solid #FFF;
} */
#introduce_busqueda {
    margin-top: 2px;
    background-color: #E6E9EE;
    padding-top: 20px;
    padding-bottom: 20px;
}

#introduce_busqueda p {
    font-size: 20px;
    margin-left: 15px;
}

#te_ayudamos {
    margin-top: 2px;
    background-color: #E6E9EE;
    padding-top: 20px;
    padding-bottom: 20px;
}

#te_ayudamos p {
    font-size: 20px;
    margin-left: 15px;
}

#options_buscador_product {
    padding-left: 15px;
    padding-right: 15px;
}

.btn_buscador_ta {
    width: 100%;
    padding: 16px 10px 16px 10px;
    border: 1px solid #DBDBEA;
    border-radius: 4px;
    white-space: normal;
    text-align: left;
    color: #323F4E;
    /*background: rgba(247,247,251,1);
    background: -moz-linear-gradient(top, rgba(247,247,251,1) 0%, rgba(209,209,209,1) 0%, rgba(219,219,219,1) 0%, rgba(208,208,212,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,247,251,1)), color-stop(0%, rgba(209,209,209,1)), color-stop(0%, rgba(219,219,219,1)), color-stop(100%, rgba(208,208,212,1)));
    background: -webkit-linear-gradient(top, rgba(247,247,251,1) 0%, rgba(209,209,209,1) 0%, rgba(219,219,219,1) 0%, rgba(208,208,212,1) 100%);
    background: -o-linear-gradient(top, rgba(247,247,251,1) 0%, rgba(209,209,209,1) 0%, rgba(219,219,219,1) 0%, rgba(208,208,212,1) 100%);
    background: -ms-linear-gradient(top, rgba(247,247,251,1) 0%, rgba(209,209,209,1) 0%, rgba(219,219,219,1) 0%, rgba(208,208,212,1) 100%);
    background: linear-gradient(to bottom, rgba(247,247,251,1) 0%, rgba(209,209,209,1) 0%, rgba(219,219,219,1) 0%, rgba(208,208,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7fb', endColorstr='#d0d0d4', GradientType=0 );*/
    background-color: #F0F1F4;
    margin-bottom: 20px;
    cursor: pointer;
}

.btn_buscador_ta_active {
    width: 100%;
    padding: 16px 10px 16px 10px;
    border: 1px solid #AAB2BE;
    border-radius: 4px;
    white-space: normal;
    text-align: left;
    color: #FFF;
    background: #323F4E;
    margin-bottom: 20px;
    cursor: pointer;
}

#options_buscador_product select {
    background: rgba(247, 247, 251, 1);
    background: -moz-linear-gradient(top, rgba(247, 247, 251, 1) 0%, rgba(209, 209, 209, 1) 0%, rgba(219, 219, 219, 1) 0%, rgba(208, 208, 212, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247, 247, 251, 1)), color-stop(0%, rgba(209, 209, 209, 1)), color-stop(0%, rgba(219, 219, 219, 1)), color-stop(100%, rgba(208, 208, 212, 1)));
    background: -webkit-linear-gradient(top, rgba(247, 247, 251, 1) 0%, rgba(209, 209, 209, 1) 0%, rgba(219, 219, 219, 1) 0%, rgba(208, 208, 212, 1) 100%);
    background: -o-linear-gradient(top, rgba(247, 247, 251, 1) 0%, rgba(209, 209, 209, 1) 0%, rgba(219, 219, 219, 1) 0%, rgba(208, 208, 212, 1) 100%);
    background: -ms-linear-gradient(top, rgba(247, 247, 251, 1) 0%, rgba(209, 209, 209, 1) 0%, rgba(219, 219, 219, 1) 0%, rgba(208, 208, 212, 1) 100%);
    background: linear-gradient(to bottom, rgba(247, 247, 251, 1) 0%, rgba(209, 209, 209, 1) 0%, rgba(219, 219, 219, 1) 0%, rgba(208, 208, 212, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7fb', endColorstr='#d0d0d4', GradientType=0);
}

/* #btn_bucador , .btn_bucador
{
    max-width: 140px;
    padding: 16px 40px 16px 40px;
    margin-top: 20px;
    margin-bottom: 20px;
} */
.btn_bucador {
    max-width: 140px;
    padding: 16px 40px 16px 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#proximamente_products {
    margin-top: 2px;
    background-color: #E6E9EE;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

#proximamente_products img {
    width: 100%;
}

.paginador {
    width: 100%;
    margin-top: 20px;
}

.option_pag {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 1px solid #323F4E;
    background-color: #FFF;
    float: left;
    margin-left: 10px;
}

#head_product_view {
    background-image: url(../img/slider_cat_prodcutos.jpg);
    background-position: center top;
}

#head_product_view .info_slider_cat_productos {
    float: left;
    padding: 20px 20px 20px 20px;
    width: 25%;
}

#head_product_view .info_slider_cat_productos .h1 {
    font-size: 20px;
}

/* #cat_prodcutos_content_view
{
    background-color: #E6E9EE;
} */
#cat_prodcutos_content_view .flex-container {
    height: 100%;
}

/* #cat_prodcutos_content_view #buscador_productos
{
    background-color: #E6E9EE;
} */
#cat_prodcutos_content_view #productos_list {
    /* background-color: #FFF; */
    height: 100%;
}

.content_info_view {
    padding-left: 60px;
    padding-right: 60px;
}

.content_info_view p {
    color: #656D78;
}

.info_principal_product {
    color: #323F4E !important;
}

/* .img_product_view img
{
    width: 100%;
} */
.info_product_view h3 {
    border-top: 1px solid #AAB2BE;
    border-bottom: 1px solid #AAB2BE;
    padding-top: 10px;
    padding-bottom: 10px;
}

.icon_apto_para {
    text-align: center;
}

.wiki_herbora_link {
    padding-top: 20px;
    padding-bottom: 20px;
}

.wiki_herbora_link a {
    color: #323F4E;
    font-weight: bold;
}

.descarga_ficha {
    border-top: 1px solid #AAB2BE;
    border-bottom: 1px solid #AAB2BE;
    padding-top: 16px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.descarga_ficha a {
    color: #323F4E;
    font-weight: bold;
}

/* #slide_r .texto_item_recomendados
{
    text-align: center!important;
    background-color: #FFF!important;
    height: 90px!important;
} */
/* #slide_r .item_recomendados
{
    border-radius: 0px;
} */
.bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc !important;
    -webkit-box-shadow: 0 0 0px #ccc !important;
    box-shadow: 0 0 0px #ccc !important;
    border: 0px solid #fff !important;
    left: 0px !important;
    background: #fff !important;
    -webkit-transform: translatez(0) !important;
    -moz-transform: translatez(0) !important;
    -ms-transform: translatez(0) !important;
    -o-transform: translatez(0) !important;
    transform: translatez(0) !important;
}

.bx-prev {
    left: -3rem !important;
}

.bx-next {
    right: -3rem !important;
}

.tooltip_view {
    text-decoration: underline;
    -moz-text-decoration-line: underline;
    cursor: pointer;
}

.tooltip {

    font-size: 15px !important;
}

.tooltip-inner {

    background-color: #FFD877 !important;
    color: #323F4E !important;
    padding: 20px 20px 20px 20px !important;
    text-align: left !important;
}

.tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -10px !important;
    border-width: 10px 10px 0 !important;
    border-top-color: #FFD877 !important;
}

#categorias_productos .active {
    background-color: #FFF;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    margin-top: -1px;
}

#categorias_productos .active:first-of-type {
    margin-top: 0px !important;
}

.icon_ap img {
    max-width: 70px;
    /*float: left;*/
    /* margin-left: auto;
    margin-right: auto; */
    /* display: block; */
}

.icon_ap p {
    /*max-width: 132px;*/
    max-width: 100%;
    float: left;
    padding-top: 20px;
    padding-left: 10px;
    text-align: center;
}

/*catalogo productos*/

/*buscador*/
#buscador {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #E6E9EE;
}

#buscador_input-old {
    background-image: url(../img/icon_input_buscador.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: center right;
}

.btn-buscador {
    background-image: url(../img/icon_input_buscador.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: center right;
    padding-left: 37px;
}

.selects_bucador {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.selects_bucador label {
    color: #444444;
    font-size: 18px;
    font-weight: 300;
}

.content_icons_buscador {
    width: 100%;
}

#content_resultados_buscador {
    width: 100%;
    background-color: #E6E9EE
}

#content_resultados_buscador #buscador_productos {
    background-color: #E6E9EE;
    padding-top: 70px;
}

#content_resultados_buscador #productos_list {
    background-color: #FFF;
}

.title_results {
    font-size: 28px;
    margin-bottom: 40px;
}

.filter_menu {
    cursor: pointer;

}

.select {
    cursor: pointer;

}

.titular_buscador {
    margin-top: 0px;
    margin-bottom: 40px;
}

.titular_buscador_t {
    margin-top: 60px;
    margin-bottom: 40px;
}

#buscador #btn_bucador {
    margin-top: 40px;
    margin-bottom: 40px;
}

.item_o_b {
    min-height: 150px;
    margin-bottom: 36px;
}

/*buscador*/


/*empresa*/
#image_head_empresa {
    background-image: url(../img/slider_empresa.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;

    width: 100%;
    height: 400px;
}

/* #empresa_content
{
    background-color: #E6E9EE;
} */
#menu_empresa {
    width: 100%;
    /* background-color: #323F4E; */
}

.menu_empresa {
    width: 20%;
    float: left;
    border-right: 1px solid #E6E9EE;
    /* min-height: 50px; */
    /* color: #E6E9EE; */
    /* padding: 20px 20px 20px 20px; */
    /* font-size: 18px; */
    cursor: pointer;
}

#menu_empresa .active {
    /* color: #323F4E; */
    /* background-color: #E6E9EE; */
}

#menu_empresa .menu_empresa:last-child {
    border-right: 0px solid #E6E9EE;
}

.me_movil {
    display: none;
}

.empresa_title {
    color: #656C78;
    text-align: center;
}

.legend_empresa {
    font-size: 34px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.info_option_empresa img {
    max-width: 970px;
    margin-bottom: 20px;
}

#img_tooltip_empresa {
    margin-top: 40px;
    margin-bottom: 40px;
    display: none;
}

#img_tooltip_empresa img {
    max-width: 760px;
}

#img_tooltip_empresa_info {
    height: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

#empresa {
    background-color: #A0D399;
    height: 100%;
}

#cliente {
    background-color: #405A75;
    height: 100%;
}

#consumidor {
    background-color: #F16B74;
    height: 100%;
}

.item_empresa_info_head {
    border-radius: 4px;
    padding-top: 20px;
    min-height: 320px;
}

.item_empresa_info_head .h1 {
    color: #FFF;
    font-size: 34px;
    margin: 0px 20px 20px 20px;
}

.item_empresa_info_head p {
    border-top: 1px solid #FFF;
    padding: 20px 20px 20px 20px;
    color: #FFF;
}

#como_trabajamos_content {
    width: 100%;
    /* background-color: #FFF; */
    padding-top: 40px;
    padding-bottom: 60px;
}

.info_item_ct {
    width: 100%;
}

.info_item_ct .h1 {
    font-size: 34px;
}

.img_ct img {
    width: 100%;
}

.text_ct ul {
    list-style-image: url('../img/icon_ul_ct.png');
}

.ct_pt {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* #empresa_especialistas
{
    background-color: #E6E9EE;
    padding-top: 20px;
    padding-bottom: 20px;
} */
#nav_especialistas {
    margin-top: 40px;
}

.option_menu_especialistas {
    width: 20%;
    padding: 10px 10px 10px 10px;
    float: left;
    text-align: center;
}

.ome_interna {
    width: 100%;
    padding: 14px 8px 14px 8px;
    background-color: #FFF;
    border-radius: 4px;
    cursor: pointer;
}

.option_menu_especialistas .active {
    color: #FFF;
    background-color: #323F4E;

}

.nav_especialistas_responsive {
    display: none;
}

.legend_form {
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
}

.text_cp {
    color: #323F4E;
    margin-top: 12px;
    font-size: 18px;
}

#content_especialistas {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}

#content_contact_especialista {
    margin-top: 100px;
    display: none;
}

.item_especialista {
    padding: 20px 20px 20px 20px;
    /* background-color: #FFFFFF; */
    border-radius: 6px;
    height: 700px;
    /*500*/
    position: relative;
    margin-bottom: 20px;
}

.item_especialista_link {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -20px;
    font-weight: bold;
    color: #323F4E;
    /*color: #fff;*/
}

.img_especialista {
    max-width: 170px;
    margin: 0 auto;
}

/* .texto_especialista .h1
{
    font-size: 20px;
} */
.img_es .texto_especialista {
    height: 800px;
    /*250*/
    overflow: hidden;
}

.texto_especialista {
    height: 448px;
    overflow: hidden;
}

#content_distribuidores {
    padding-top: 40px;
    padding-bottom: 40px;
    /* background-color: #FFF; */
    min-height: 500px;
    width: 100%
}

#content_time_line {
    background-color: #E6E9EE;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
}

#content_interno_distribuidores {
    max-width: 800px;
    margin: 0 auto;
}

#content_interno_distribuidores .item_especialista {
    height: 400px;
}

.cd-timeline-navigation {
    list-style: none !important;
}

.events ol {
    list-style: none !important;
}

#time ol {
    list-style: none !important;
}

.events-content ol li h2 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    font-size: 34px !important;
    text-align: center !important;
    color: #323F4E !important;
}

.text_empresa_m {
    display: none;
}

/*empresa*/


/*scrooll menu*/
.isStuck {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 10;
}

a.current {
    background-color: #222;
}

/*scrooll menu*/


/*tooltip*/
/* Relative positioning*/
#wrapper {
    position: relative;
    margin: 50px auto 20px auto;
    /*border: 1px solid #fafafa;
    box-shadow: 0 3px 3px rgba(0,0,0,.5);*/
}

/* Hide the original tooltips contents */
.pin {
    display: none;
}

/* Begin styling the tooltips and pins */
.tooltip-up,
.tooltip-down {
    position: absolute;
    background-color: transparent;
    width: 50px;
    height: 50px;
}

.tooltip-down {
    background-position: 0 -52px;
}

.tooltipm {
    display: none;
    width: 200px;
    cursor: help;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 999;
    margin-left: -108px;
    padding: 15px;
    color: #222;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.7);
}

.tooltipm::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-bottom: 10px solid #fff1d3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.tooltip-down .tooltipm {
    bottom: 12px;
    top: auto;
}

.tooltip-down .tooltipm::after {
    bottom: -10px;
    top: auto;
    border-bottom: 0;
    border-top: 10px solid #fff;
    opacity: 0.7;
}

.tooltipm h2 {
    font: bold 1.3em 'Trebuchet MS', Tahoma, Arial;
    margin: 0 0 10px;
}

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

/*tooltip*/
.detalle_dietista_modal .modal-content {
    background-color: #FFF;
}

.detalle_dietista_modal .modal-header {
    border-bottom: 0px solid #ABB3BF !important;
}

.detalle_dietista_modal .close {
    margin-top: -16px;
    margin-right: -14px;
}

.detalle_dietista_modal .modal-body {
    padding-bottom: 60px;
}

.detalle_info_dietistas .h1 {
    font-size: 22px;
    margin-top: 0px;
}

.dietista_contacto {
    border-top: 1px solid #ABB3BF;
    border-bottom: 1px solid #ABB3BF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.dietista_contacto p {
    margin-bottom: 0px;
}

.first {
    margin-top: 40px;
}

.last {
    border-top: 0px solid #ABB3BF !important;
}

.close_dd {
    width: 30px;
}



/*empresa*/


/*mapa*/
#donde_comprar_content {
    min-height: 1024px;
    /* background-color: #323F4E; */
    position: relative;
}

#content_direcciones {
    width: 360px;
    height: 1024px;
    overflow-y: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    float: right;
    top: 0px;
    right: 0;
    position: absolute;
    padding: 40px 15px 40px 15px;
}

#content_direcciones .form-control {
    min-height: 40px !important;
}

#content_direcciones .h1 {
    font-size: 20px;
    margin-bottom: 20px;
}

#buscar_dir {
    padding: 12px 40px 12px 40px;
    width: 134px;
    margin: 0 auto;
    margin-top: 20px;
    background: rgba(249, 210, 102, 1);
    background: -moz-linear-gradient(top, rgba(249, 210, 102, 1) 0%, rgba(218, 180, 72, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249, 210, 102, 1)), color-stop(100%, rgba(218, 180, 72, 1)));
    background: -webkit-linear-gradient(top, rgba(249, 210, 102, 1) 0%, rgba(218, 180, 72, 1) 100%);
    background: -o-linear-gradient(top, rgba(249, 210, 102, 1) 0%, rgba(218, 180, 72, 1) 100%);
    background: -ms-linear-gradient(top, rgba(249, 210, 102, 1) 0%, rgba(218, 180, 72, 1) 100%);
    background: linear-gradient(to bottom, rgba(249, 210, 102, 1) 0%, rgba(218, 180, 72, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9d266', endColorstr='#dab448', GradientType=0);
}

#direcciones_show {
    width: 360px;
    height: 583px;
    overflow-y: scroll;
    margin-left: -15px;
    margin-top: 30px;
}

.dir_item {
    border-top: 1px solid #AAB2BE;
    border-bottom: 1px solid #AAB2BE;
    padding: 20px 20px 10px 20px;
}

.dir_item p {
    color: #323F4E;
}

.dir_item a {
    color: #323F4E;
}

/*mapa*/

/*mapa del sitio*/
#mapa_sitio_content {
    padding-top: 40px;
    padding-bottom: 40px;
    /* background-color: #E6E9EE; */
    min-height: 600px;
}

.link_mapa {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #AAB2BE;
}

.link_mapa a {
    font-size: 20px;
}

.links_catalogo {
    margin-left: -40px;
    list-style: none;
    margin-top: 20px;
}

.links_catalogo li a {
    color: #323F4E;
    font-weight: bold;
}

/*mapa del sitio*/

/*aviso legal*/
#aviso_legal_content {
    padding-top: 40px;
    padding-bottom: 40px;
    /* background-color: #E6E9EE; */
    min-height: 600px;
}

#aviso_legal_content .container {
    max-width: 900px !important;
}

/*aviso legal*/

/*footer*/
/* footer
{


    padding-bottom: 50px;
} */
footer a {
    /*font-size: 12px*/
}

footer h3 {
    color: #323F4E;
    border-bottom: 1px solid #656D78;
    padding-bottom: 16px;
    font-size: 20px;
}

footer h4 {
    color: #323F4E;
}

.item_footer {}

.texto_item_footer {
    min-height: 265px;
    padding-bottom: 40px;
    padding-top: 10px;
    position: relative;

}

.texto_item_footer p {
    color: #323F4E;
}

.link_item__footer {
    position: absolute;
    bottom: 10px;
}

.link_item__footer a {
    color: #323F4E;
    text-decoration: none;
    font-size: 16px;
}

.texto_item_footer span {
    color: #323F4E;
}

.title_form_footer {
    color: #323F4E !important;
}

#form_footer .col-xs-4 {
    padding-right: 0px;
}

#form_footer .col-xs-8 {
    padding-left: 6px;
}

/* #form_footer input
{
    margin-bottom: 6px;
} */
/* #form_footer .form-control
{
    min-height: 40px!important;
} */
/* #enviar_form_footer
{
    padding: 16px 40px 16px 40px;
    float: right;
    margin-top: 10px;
} */
#menu_footer {
    list-style: none;
    margin-left: -40px;

}

#menu_footer li {
    display: inline;
    color: #323F4E;
    font-size: 18px;
}

#menu_footer li a {
    color: #323F4E;
    font-size: 13px;
}

#info_ct_footer {
    list-style: none;
    margin-left: -40px;
    margin-bottom: 0px;
    max-width: 602px;
}

#info_ct_footer li {
    display: inline;
    color: #323F4E;
    font-size: 18px;
}

#info_ct_footer li a {
    color: #323F4E;
    cursor: default;
    text-decoration: none;
}

.option_footer_especial {
    float: left;
    margin-top: 0px;
}

.option_footer_especial img {
    margin-right: 10px;
    margin-left: 10px;
    max-width: 22px;

}

.no_margin {
    margin-left: 0px !important;

}

.option_footer_especial a {
    color: #323F4E;
    font-size: 13px;
}

.content_icons_buscador {
    margin-top: 80px;
}

.content_icons_buscador img {
    max-width: 120px;
    margin-bottom: 20px;
}

.content_icons_buscador .h1 {
    font-size: 15px;
    font-weight: 400;
}

.content_btn_buscar {
    width: 100%;
}

.empresa_as_lf a {
    margin-right: 10px;
    cursor: default;
    color: #323F4E;
    text-decoration: none;
}

.empresa_as_lf {
    text-align: right;
}

#politicas_footer {
    padding-left: 40px;
    padding-top: 10px;
}

#politicas_footer label {
    color: #323F4E;
    padding-left: 6px;
    font-size: 12px;
    margin-top: -6px;
    width: 190px;
}

#politicas_footer a {
    color: #323F4E;
    font-size: 12px;
}

/*footer*/

/*aviso*/
.mensaje_aviso {
    padding: 40px 40px 40px 40px !important;
    width: 400px !important;
    text-align: center;
}

.mensaje_aviso p {
    color: #323F4E;
}

/*aviso*/

.ms-layer {
    width: 500px !important;
    position: absolute;
    top: 100px !important;
    right: 50% !important;
    /*margin-right: -250px!important;*/
    text-align: center !important;
    color: #FFF !important;
    font-size: 36px !important;
    line-height: 45px !important;
}

/* Hasta smartphones de 480px */
@media (max-width: 480px) {
    .ms-layer {
        margin-right: -340px !important;
        top: 70px !important;
        margin-top: -30px;
        padding-left: 15px !important
    }

    #btn_slider,
    .btn_bucador {
        margin-top: 0px !important;
        padding: 10px 20px !important;
    }
}

@media (min-width: 481px) and (max-width: 580px) {
    .ms-layer {
        margin-right: -274px !important;
        top: 70px !important;
        margin-top: -30px
    }

    #btn_slider,
    .btn_bucador {
        margin-top: 0px !important;
        padding: 10px 20px !important;
    }
}

/* de Smartphones a Tablets */
@media (min-width: 581px) and (max-width: 767px) {
    .ms-layer {
        margin-right: -274px !important;
        top: 70px !important;
    }

    #btn_slider,
    .btn_bucador {
        margin-top: 0px !important;
        padding: 10px 20px !important;
    }

}

/* de Tablets a pantallas de desktops */
@media (min-width: 768px) and (max-width: 980px) {
    .ms-layer {
        margin-right: -160px !important;
    }

    #btn_slider,
    .btn_bucador {
        margin-top: 0px !important;
    }
}

/* Pantallas normales (desktops) */
@media (min-width: 981px) and (max-width: 1199px) {
    .ms-layer {
        margin-right: -68px !important;
        top: 70px !important;
    }
}

/* Pantallas anchas (desktops) */
@media (min-width: 1200px) {
    .ms-layer {
        margin-right: 65px !important;
    }
}

@media (min-width: 1500px) {
    .mtxxl40 {
        margin-top: 65px !important;
    }
}

.text_slider {
    font-size: 22px !important;
}

/*extras*/
/* .item_esp_azul
{
    background-color: #E6E9EE!important;
} */
/* .item_esp_azul .h1
{
    color: #656d78!important;
}
.item_esp_azul p
{
    color: #656d78!important;
} */
.only_movil {
    display: none !important;
}

#menu_empresa_responsive {
    display: none;
}

#menu_empresa_responsive .active {
    background-color: #323F4E !important;
    color: #fff !important;
}

#menu_empresa_responsive .active a {
    color: #fff !important;
}

#menu_empresa_responsive .menu_empresa .me_movil {
    display: none;
}

#menu_empresa_responsive .active .me_movil {
    display: initial;
    cursor: pointer;
}

#menu_show_r {
    background-color: #323F4E !important;
    color: #fff !important;
    /*background-color: #fff!important;
    color: #323F4E !important;*/
    min-height: 50px;
    padding: 20px 10px 20px 10px;
    cursor: pointer;
    border-bottom: 4px solid #E6E9EE;
}

#show_i {
    display: none;
}

.element_menu {
    display: inline-block;
    background-color: #fff !important;
    width: 100%;
    height: 56px;
}

.element_menu .menu_empresa {
    background-color: #fff !important;
}

.element_menu_active .menu_empresa {
    background-color: #fff !important;
}

.no_desktop {
    display: none;
}


#image_head_dietas img {
    width: 100%;
}

#image_head_atc img {
    width: 100%;
}

#image_head_tc2 {

    width: 100%;
    height: 300px;
    background-image: url('../img/trabaja_con_nosotros_responsive.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    display: none;
}

#slider_imc {

    width: 100%;
    /* height: 500px; */
    background-image: url('../img/slider_calculadora.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;

}

.img_time_line {
    width: 100%;
}

.events-content li {
    text-align: center !important;
}

.events-content li .img_time_line {
    margin-bottom: 20px !important;
}

.events-content li p {
    text-align: justify !important;
}

.img_time_line {
    padding-left: 60px;
    padding-right: 60px;
}

.title_grup_faqs {
    cursor: pointer;
    margin-top: 20px;
}

.cont_grup_faqs {
    display: none;
}

.option_nav_blog {
    /* border-right: 1px solid #58616D; */
    min-height: 40px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 10px;
    float: left;
}

.option_nav_blog img {
    width: 24px;
    margin-top: -4px;
}

#section_product_search {
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.content_icons_buscador .h1 {
    margin-top: 0px;
}

.no_result {
    min-height: 1200px;
}

.no_result h2 {
    color: #323F4E;
    font-size: 20px;
    text-align: center;
}

#gamas_product_slide {
    width: 100%;
    height: 400px;
    background-image: url('../img/slider_cat_prodcutos.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

#gamas_product_slide .info_slider_cat_productos {
    margin-left: 10px;
    margin-right: 10px;
}


/*boton arriba*/
.scrollup {
    width: 30px;
    height: 30px;
    opacity: 0.9;
    position: fixed;
    bottom: 25px;
    right: 50%;
    margin-right: -15px;
    display: none;
    text-indent: -9999px;
    background: url('../img/flecha_arriba_small.png') no-repeat;
    text-decoration: none;
    z-index: 1000;
}

/*boton arriba*/


.content_text_form_rec_pass {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

.content_text_form_rec_pass .h1 {
    font-weight: bold;
    font-size: 26px;
}

#login_s_r {
    background-color: #f2f3f6;
    border: 1px solid #989898;
    padding: 16px;
    width: 144px;
    margin-top: 20px;
}

#content_regis_products {
    border-top: 1px solid #323F4E;
    margin-top: 40px;
    margin-bottom: 80px;
    text-align: center;

}

.title_grup_faqs {
    border-radius: 3px;
    border: 1px solid #d4d4d4;
    min-height: 32px;
    padding: 6px 6px 6px 6px;
}

.flechas_grupo {
    float: right;
}


.flechas_grupo .collapse_right2 {
    width: 9px;
    height: 15px;
    background-image: url(../img/collapse_right.png);
    float: right;
    margin-top: -38px;
    margin-right: 16px;
}

.flechas_grupo .collapse_down2 {
    width: 15px;
    height: 9px;
    background-image: url(../img/collapse_down.png);
    float: right;
    margin-top: -38px;
    margin-right: 16px;
}


/*extras 29/04/2016 Etic*/

.movil_info_nut_product .table-responsive {
    width: 100%;
}

.movil_info_nut_product .table-responsive tr td {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #656D78;
}

.empresa_no_desktop {
    display: none;
}


a.mimc {
    margin-left: 0px !important;
}


.item_especialista .h6 p {
    font-size: 1.2rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}


.info_product_view .small p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 100%;
}

.panel-body.h3 p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #656D78 !important;
    font-weight: 300 !important;
}

.panel-body.h3 li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #656D78 !important;
    font-weight: 300 !important;
}

.panel-body.h3 a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #656D78 !important;
    font-weight: 300 !important;
}

#productos_list .item_recomendados .texto_item_recomendados a
{
    font-size: 18px;
}

#productos_list .item_recomendados .texto_item_recomendados p
{
    font-size: 13px;
}
/*extras*/



/*media querys*/
@media (max-width: 1200px) {
    .ca-container {
        width: 680px !important;
    }

    .menu_empresa {
        padding: 20px 10px 20px 10px;
    }
}

@media (max-width: 1024px) {
    #menu_empresa .container {
        width: 100%;
    }

    .menu_empresa {
        font-size: 16px;
    }

    .item_empresa_info_head {
        min-height: 374px;
    }

    .ct_pt {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .text_ct {
        width: 100% !important;
    }

    .img_qt {
        max-width: 100%;
        text-align: center;
    }

    .img_ct {
        display: none;
    }
}

@media (max-width: 991px) {
    #atencion_quest {
        display: none;
    }
}


@media (max-width: 768px) {

    .legend_home_head {
        margin-top: 50px;
    }

    .ms-bullets.ms-dir-h {
        bottom: -42px !important;
    }


    .ms-skin-default .ms-nav-next {
        right: 100px !important;
        top: 111% !important;
        width: 10px !important;
        height: 20px !important;
        background-size: 132px 208px !important;
    }

    .ms-skin-default .ms-nav-prev {
        left: 100px !important;
        top: 111% !important;
        width: 10px !important;
        height: 20px !important;
        background-size: 140px 182px !important;
    }

    .gm-style {
        display: none !important;
    }

    #map {
        background-color: #E6E9EE !important;
    }

    #content_direcciones {

        right: 50%;
        margin-right: -180px;
    }

    .espace_mt {
        padding-top: 20px;
    }

    #slider_trab {
        display: none;
    }

    #image_head_tc2 {
        display: block;
    }

    #content_login {
        width: auto;
    }

    .option_footer_especial {
        float: left;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .option_footer_especial img {
        margin-right: 20px;
        margin-left: 10px;
    }

    /*#slider_home_bottom img
    {
        width: 70%;
        margin: 0 auto;
    }
    #slider_home_bottom .slick-prev {
        left: 0px !important;
    }*/
    #atencion_quest {
        display: none;
    }

    .siguenos_text {
        display: none;
    }

    #content_login {
        width: 100%;
    }

    #redes_nav {
        float: left;
    }

    #siguenos_nav {
        width: 122px;
    }

    #option_login {
        float: right;
    }

    #logo_header {
        max-width: 146px;
        margin-top: 6px;
    }

    #buscador_header {
        margin-left: 10px;
    }

    .collapse_right {
        margin-top: -26px;
    }

    .collapse_down {
        margin-top: -26px;
    }

    .pad {
        padding-right: 15px;
    }

    .img_qt {
        max-width: 100%;
    }

    .img_ct {
        display: none;
    }

    .empresa_as_lf {
        text-align: left;
    }

    .empresa_as_lf a {
        cursor: not-allowed;
        text-decoration: none;
    }

    .option_footer_especial {
        width: 100%;
    }

    .no_movil {
        display: none;
    }

    .width_blog {
        width: 100%;
    }

    .ms-layer {

        line-height: 1.2 !important;
        font-size: 28px !important;
    }

    .ms-nav-prev {
        /*display: none!important;*/
    }

    .ms-nav-next {
        /*display: none!important;*/
    }

    .ms-thumb-list {
        display: none !important;
    }

    #content_home_1 {
        min-height: 250px;
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .item_option_home {
        margin-bottom: 20px;
    }

    #info_atc {
        max-width: 100% !important;
    }

    /* footer
    {
        padding-top: 0px;
        padding-bottom: 20px;
    } */
    .collapse_right {
        display: none;
    }

    .collapse_down {
        display: none;
    }

    .ultimas_entrasas_blog {
        display: none;
    }

    .info_blog_view_item {
        width: 100% !important;
    }

    .selects_bucador .col-xs-12 {
        margin-bottom: 20px !important;
    }

    #buscador_input {
        padding-right: 55px;
    }

    /* #enviar_trabaja

    {

        float: none!important;
        margin: 0 auto!important;
        margin-top: 20px;

    } */
    #img_tooltip_empresa {
        display: initial;
    }

    #img_tooltip_empresa img {
        width: 100%;
    }

    .tooltip_empresa {
        display: none
    }

    #img_tooltip_empresa_info .flex-container {
        display: initial !important;
    }

    .item_empresa_info_head {
        margin-top: 20px;
    }

    .info_option_empresa img {
        width: 100%;
    }

    /* #empresa_especialistas
    {

    } */
    /* #content_distribuidores
    {

    }
    #content_time_line
    {

    } */
    #time .cd-horizontal-timeline .events a::after {
        background-color: #d2d2d2 !important;
    }


    #menu_empresa .active {
        color: #E6E9EE;
        background-color: #323F4E;
        width: 100%;
        display: initial !important;
        border-right: 0px solid #E6E9EE;
        text-align: left;
        font-size: 20px;
    }

    .menu_empresa {
        display: none;
    }

    .me_movil {
        display: initial;
        float: right;
    }

    #carrusel_home_1 {
        /* display: none;*/
    }

    #noticias_movil {
        display: initial;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .item_noticia {
        margin: 0 auto;
        margin-bottom: 36px;
    }

    .space {
        width: 100%;
        height: 40px;
    }

    .imc_no_movil {
        display: none;
    }

    .nav-tabs li a {
        font-size: 10px;
    }

    .icon_apto_para {
        margin-bottom: 20px;
        text-align: left;
    }

    #productos_relacionados_int_p {
        display: none;
    }

    #head_product_view .info_slider_cat_productos {
        width: 90%;
    }

    .isStuck {
        position: relative !important;
    }

    #buscador_productos {
        display: none;
    }

    .item_o_b {
        min-height: 260px;
    }

    .option_menu_especialistas {
        width: 100%;
        text-align: center;
    }

    .text_cp {
        text-align: left;
    }

    #nav_especialistas {
        display: none;
    }

    .nav_especialistas_responsive {
        display: initial;
    }

    #cp_especialistas {
        padding-left: 0px;
        padding-right: 0px;
    }

    #menu_empresa {
        display: none;
    }

    .item_empresa_info_head {
        min-height: 220px;
    }

    #menu_empresa {
        display: none;
    }

    #menu_empresa_responsive {
        display: initial !important;
        width: 100%;
        background-color: #323F4E;
    }

    #menu_empresa_responsive .menu_empresa {
        display: initial;
        width: 100%;
        color: #323F4E;
        background-color: #E6E9EE;
    }

    .no_desktop {
        display: initial;
    }

    .item_slider_trabaja {
        display: none;
    }


    .text_empresa_d {
        display: none;
    }

    .text_empresa_m {
        display: initial;
    }




    .img_es .texto_especialista {
        height: auto !important;
        padding-left: 20px;
        padding-right: 20px;
        overflow: visible;
    }


    .item_especialista {
        height: auto !important;

    }

    .empresa_no_desktop {
        display: initial;
    }

    .empresa_no_movil {
        display: none;
    }

}

@media (max-width: 640px) {
    .ca-item {
        padding-left: 3px;
    }

    .ca-container {
        width: 350px !important;
    }

    .ca-nav span.ca-nav-prev {
        left: -42px !important;
    }

    .ca-nav span.ca-nav-next {
        right: -32px !important;
    }
}

@media (max-width: 480px) {
    .icon_ap p {
        float: none;
    }

    #bannerMobil {
        display: block;
    }

    .ca-item {
        padding-left: 3px;
    }

    .ca-container {
        width: 350px !important;
    }

    .ca-nav span.ca-nav-prev {
        left: -32px !important;
    }

    .ca-nav span.ca-nav-next {
        right: -32px !important;
    }


    /* footer {
        padding-top: 0px;
        padding-bottom: 30px;
    } */
    .option_footer_especial img {
        margin-left: 0px;
    }

    /* #sobre_nosotros_footer
    {
        display: none;
    } */
    /* #lo_ultimo_footer
    {
        display: none;
    } */
    #trabaja_footer h3 {
        display: none;
    }

    #content-slider {
        display: none;
    }

    #btn_dietista {
        width: 240px;
    }

    #content_home_1 {
        min-height: 260px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #content_home_1 .h1 {
        font-size: 32px;
    }

    #enviar_form_footer {
        float: none;
        margin-left: -18px;
    }

    .center_m {
        text-align: center;
    }

    .ms-layer {
        top: 70px !important;

        line-height: 1 !important;
        font-size: 16px !important;
        width: 90% !important;
    }

    .content_info_view {
        padding-left: 0px;
        padding-right: 0px;
    }

    .only_movil {
        display: initial !important;
        ;
    }

    .inputImagen {
        margin-left: 100px !important;
    }

    .option_nav_blog {
        display: none;
    }


}

@media (max-width: 380px) {
    .collapse_right {
        margin-top: -36px;
        margin-right: -8px;
    }

    .collapse_down {
        margin-top: -36px;
        margin-right: -8px;
    }

    .item_noticia {

        width: 300px;
        height: 240px;
    }

    #registrate_home {
        display: none;
    }

    .item_noticia img {
        width: 100%;
        height: 112px;
    }

    .item_noticia_img {
        background-color: transparent !important;
        webkit-box-shadow: 0px 0px 0px 0px rgba(223, 226, 230, 0.75);
        -moz-box-shadow: 0px 0px 0px 0px rgba(223, 226, 230, 0.75);
        box-shadow: 0px 0px 0px 0px rgba(223, 226, 230, 0.75);
        border-radius: 0px;
    }

    .item_noticia_img img {
        height: auto !important;
    }

    .text_no_movil {
        display: none;
    }

    .ca-item-main {
        padding-left: 16px;
    }

    .ca-nav span {
        top: 100px !important;
    }

    .ca-item {
        padding-left: 3px;
    }

    .ca-container {
        width: 100% !important;
    }

    .ca-nav span.ca-nav-prev {
        left: -16px !important;
    }

    .ca-nav span.ca-nav-next {
        right: -12px !important;
    }

    #map {
        background-color: #E6E9EE !important;
    }

    #donde_comprar_content .container {
        background-color: #E6E9EE !important;
    }

    #donde_comprar_content {
        min-height: 100%;
        background-color: transparent;
        position: relative;
    }

    #content_direcciones {
        width: 100%;
        left: 0;
        margin-right: 0
    }

    #donde_comprar_content iframe {
        display: none;
    }

    #direcciones_responsive {
        margin-top: 0px !important;
    }

    #content_direcciones {
        position: relative;
        background-color: #E6E9EE;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 10px;
    }

    #direcciones_show {
        width: 100%;
        margin-left: 2px;
    }

    .ms-layer {
        width: 90% !important;
        right: -10px !important;
        margin-right: 0px !important;
    }

    .info_tab {
        padding: 0px;
    }

    .info_tab img {
        width: 100%;
    }

    #tabs_imc .nav>li>a {
        padding: 10px 8px;
    }

    .item_alimento img {
        /* width: 100%;*/

    }

    #actividad_fisica2 .item_alimento img {
        max-width: 100% !important;
    }

    .info_perimetro_abdominal .h1 {
        text-align: center;
    }

    .movil_info_nut_product {
        display: initial;
    }

    .movil_info_nut_product .table-responsive tr td {
        font-size: 12px;

    }

    .movil_info_nut_product .table-responsive {
        border: 0px solid #ddd;

    }




}


@media (max-width: 320px) {
    #bannerMobil {
        display: block;
    }

    .item_noticia {

        width: 260px;
        height: 240px;
    }


    .img_es .texto_especialista {
        height: auto !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        overflow: visible !important;
        width: 100% !important;
    }
}

/*media querys*/



/*IPANEMA MOD*/

.h1wiki {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 26px;
    color: #656D78;
}

footer h3 a,
footer h3 a:hover {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding-bottom: 16px;
    font-size: 20px;
}

/*@media  (max-width: 320px) {#donde_comprar_content{background-color: red;}}*/
#gamas_product_slide .container {
    height: 100%;
}

.item_blog_cont .h1 a {
    font-size: 18px;
    font-weight: bold;
    color: #323F4E;
}


.texto_blog_view_item>div>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.txtblanco {
    color: #fff
}

@media (max-width: 1000px) {

    /* .height-slider , .height-slider .ms-container , .height-slider .ms-inner-controls-cont , .height-slider .ms-view , .height-slider .ms-slide-container , .height-slider .ms-slide , .height-slider .ms-slide-bgcont , .height-slider .ms-slide-layers , .height-slider .ms-layer {height: auto !important;} */
    /* .height-slider img { height:350px !important;  width: auto !important;} */
    .height-slider img {
        height: auto !important;
        width: 100% !important;
    }
}
