/* Modal Necesitas Ayuda */
.modal-help-us {
	position: fixed;
	bottom: 0;
	right: 1rem;
	z-index: 2;
	transform: translateY(100%);
	transition: 0.3s ease-out;

	background-color: #111314;
	border-radius: 2.5rem;
	border-top-right-radius: 0;
	padding: 2rem 6rem;
	padding-right: 8rem;
	color: #FFFFFF;
}

.modal-help-us.active {
	bottom: 1rem;
	transform: none;
	transition: 0.3s ease-out 0.3s;
}

.modal-help-us .modal-close {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	z-index: 1;
	width: 2rem;
	transition: 0.2s ease-out;
}

.modal-help-us .modal-close:hover {
	transform: rotate(90deg);
	transition: 0.2s ease-in;
}

.modal-help-us .modal-commercial {
	position: absolute;
	bottom: 100%;
	right: 0;
	z-index: 1;

	padding: 1rem;
	background-color: #111314;
	border-radius: 1.25rem;
	opacity: 0;
	transform: translateY(50%);

	transition: 0.2s ease-out;
}

.modal-help-us .modal-commercial img {
	width: 2rem;
}

.modal-help-us.active .modal-commercial {
	opacity: 1;
	transition: 0.2s ease-in;
}

.modal-help-us .modal-close img {
	max-width: 100%;
	max-height: 100%;
}



/* Banner Blog */
.banner-blog {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.banner-blog .container {
	display: flex;
	justify-content: stretch;
	align-items: stretch;
	flex-wrap: wrap;
}

.banner-blog .item-content {
	color: #FFFFFF;
	background-color: #111314;
	height: 100%;
}

.banner-blog .item-content>* {
	color: #FFFFFF;
}

.banner-blog .title {
	font-weight: bold;
	text-transform: uppercase;
}

.banner-blog .item-content {
	padding: 2rem;
}

/* Outstanding */
.outstanding .title {
	color: #FFFFFF;
	border-bottom: 1px solid #111314;
	text-transform: uppercase;
	font-weight: 500;
}

.outstanding .title span {
	display: inline-block;
	background-color: #111314;
	padding: 1rem 1.5rem;
}

.outstanding h3 {
	margin-top: 2rem;
	margin-bottom: 0.5rem;
	font-weight: 500;
	font-family: 'Roboto';
}

.outstanding p {
	color: #111314;
	line-height: 1.3;
	margin: 0;
}

/* Breadcrumbs */
.breadcrumbs {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.breadcrumbs>li+li::before {
	content: "/";
}

.breadcrumbs>li:last-child {
	pointer-events: none;
}

.breadcrumbs>li,
.breadcrumbs>li a {
	color: #B3B3B3;
	font-weight: 300;
}

/* Header Slide */
#gamas_product_slide {
	height: auto;
}

/* Left Side Menu */
#buscador_productos {
	position: sticky;
	top: 0;
	min-height: 100vh;
	/* background: #E6E9EE; */
}

#categorias_productos>div {
	border-bottom: 0.5px solid #f4f4f3;
	padding: 1rem 0;
}

#categorias_productos a {
	font-weight: 400;
	color: #111314;
}


#categorias_productos div {
	min-height: 40px;
	height: auto;
}

#categorias_productos div.active,
#categorias_productos .submenu ul>li.active {
	background: transparent;
	margin: 0;
	padding: 0;
}

#categorias_productos div.active {
	padding-top: 10px;
}

#categorias_productos div.active>.menu-title,
#categorias_productos .submenu ul>li.active>a {
	color: #A6B277;
}

#categorias_productos>div.submenu {
	position: relative;
}

#categorias_productos>div.submenu .menu-title {
	display: block;
	cursor: pointer;
}

#categorias_productos>div.submenu .menu-title::after {
	content: '';
	position: absolute;
	right: 0;
	top: 1.5rem;
	background-image: url('/media/img/icons/icon-arrow-right-black.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 1.25rem;
	height: 1.25rem;
	transition: 0.2s linear;
}

#categorias_productos>div.submenu.show .menu-title::after {
	transform: rotate(90deg);
	transition: 0.2s linear;
}

#categorias_productos>div.submenu>ul {
	list-style: none;
	display: none;
	flex-direction: column;
	gap: 1rem;
	padding: 1rem 2rem;
	margin: 0;
	border-top: 1px solid white;
	/* margin-top: 1rem; */
}

#categorias_productos>div.submenu.show>ul {
	display: flex;
}

/* Lista de Gamas */
.item_cat_home>a {
	position: relative;
	display: block;
	overflow: hidden;
}

.item_cat_home .info_cat_item {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	transform: translateY(100%);
	transition: 0.3s ease-in;
}

.item_cat_home>a:hover .info_cat_item {
	transform: translateY(0);
	transition: 0.3s ease-out;
}

/* Lista de Productos */
.info_slider_cat_productos {
	max-width: 285px;
	padding: 20px 30px 40px 30px
}

.info_slider_cat_productos p {
	font-size: 14px;
}

.item_recomendados {
	text-align: center;
}

/* .texto_item_recomendados a
{
	font-size: 14px !important;
	color: #111314;
} */

.texto_item_recomendados p {
	font-size: 10px;
	color: #111314;
}

/* .item_alimento img
{
	margin-bottom: 0;
	margin-top: 2.5rem;
	width: 90%;
} */


/* Lista de Funcionalidades */
.section-list-vertical .container {
	padding: 5rem 3rem;
}

.list-vertical {
	padding: 1rem 5rem;
}

.list-vertical>div {
	position: relative;
	border-top: 0.5px solid #f4f4f3;
	padding: 1rem;
}

.list-vertical>div:last-child {
	border-bottom: 0.5px solid #f4f4f3;
}

.list-vertical img {
	position: absolute;
	top: 0.5rem;
	right: 100%;
	width: 3rem;
	height: 3rem;
	margin-right: 1rem;
	vertical-align: bottom;
}

.list-vertical .title {
	font-weight: 300;
	color: #111314;
}

/* .section-imc.bg-secondary h3,
.section-imc.bg-secondary p
{
	color: #FFFFFF;
} */


/***** Pagina del Producto *****/
.info_product_view h3 {
	border-color: #000;
	padding: 0.5rem 0;
}

.info_product_view h3.heading-2 {
	background-color: #A6B277;
	border-color: #A6B277;
	color: #FFFFFF;
}

.info_product_view .bx-viewport {
	background-color: transparent !important;
}

/* .info_product_view .bx-viewport .slide
{
	margin-top: -1px;
} */

.info_product_view .description {
	line-height: 1.4;
}

.bx-wrapper {
	max-width: 85% !important;
}

.bx-next,
.bx-prev {
	transform: scale(0.6);
}

#slide_r {
	/* display: flex; */
	/* padding: 2px; */
	/* margin-top: -1px; */
}

#slide_r .slide {
	/* border: 1px solid #EEF0F4; */
	/* display: flex; */
	/* justify-content: stretch;
	align-items: stretch; */
	/* margin-bottom: 5px; */
}

/* .bx-viewport
{
	padding-top: 2px !important;
} */

#slide_r .item_recomendados {
	/* display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; */
	border: 1px solid #EEF0F4;
	/* margin-bottom: 5px; */
	/* height: 100%; */
}

/* #slide_r .item_recomendados > .texto_item_recomendados 
{
	flex: 1;
} */

#slide_r,
#slide_r .slide,
#slide_r .item_recomendados,
#slide_r .texto_item_recomendados {
	display: flex;
}

#slide_r .item_recomendados,
#slide_r .texto_item_recomendados {
	flex-direction: column;
	justify-content: center;
}

#slide_r .texto_item_recomendados {
	flex: 1;
}

.bx-viewport {
	/* padding: 5px 1px; */
	padding: 0;
}

#content_regis_products {
	border: 0;
}

#no_registrado {
	margin: 0;
}

.product-navigator {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.icon_ap img {
	max-width: 48px;
}

.img_product_view img {
	max-width: 100%;
	max-height: 32rem;
	/* display: none; */
}

/***** Section Extends *****/

.faqs-section {
	background-image: url('/media/img/backgrounds/faqs-background.png');
	background-color: #E6E9EE;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	/* background-position: bottom; */
	background-position: center -10rem;
	/* background-size: 100% auto; */
	background-size: cover;
	background-attachment: fixed;
	;
}

#content_imc_calc {
	color: #FFFFFF;
}

#content_imc_calc .form-control {
	font-size: 1.5rem;
}

/* Calculadora */
/* .option_mi_imc
{
	display: inline-block;
	border-radius: 50%;
} */

/* .option_mi_imc img
{
	width: 10rem;
	height: 10rem;
} */
#slider_imc {
	background-image: url('/media/img/backgrounds/bg-header-imc.jpg');
}

.imc-icon {
	width: 15rem;
	height: 15rem;
	padding: 3rem;
	margin: auto;
	margin-bottom: 2rem;
	border-radius: 50%;
	transition: 0.3s ease-out;
}

.imc-icon img {
	width: 100%;
	height: 100%;
}

/* .imc-icon-gray
{
	background-color: #AAB2BD;
} */

/* .imc-icon-yellow
{
	background-color: #ffce55;
} */

/* .imc-icon-blue
{
	background-color: #323f4e;
} */

.active .imc-icon {
	transition: 0.3s ease-in;
}

.active .imc-icon-gray {
	background-color: #ffce55;
}

/* .imc-icon-blue img,
.imc-icon-gray img
{
	filter: invert(1);
} */


@media (min-width: 1500px) {
	.faqs-section {
		background-position: center -15rem;
	}
}

@media (min-width: 1500px) {
	.faqs-section {
		background-position: center -15rem;
	}
}

@media (min-width: 1700px) {
	.faqs-section {
		background-position: center -20rem;
	}
}

@media (min-width: 1920px) {
	.faqs-section {
		background-position: center -25rem;
	}
}



/* .faqs-section
{
	background-size: 300% auto;
	background-position: top;
}

.faqs-section
{
	background-size: 150% auto;
	background-position: top;
} */


.faqs-section .h1wiki .h2,
.faqs-section .h1wiki .h4 {
	font-weight: normal;
}

/* Header Listing */
.header-listing .col-full-left {
	background-color: #3a3d3e;
	color: #FFFFFF;
}

.header-listing .col-full-right {
	background-color: #eaeceb;
	/* color: #111314 */
}

/***** FAQS *****/

#dudas_content {
	padding-top: 0;
	background-color: transparent;
}

#dudas_content .h3 {
	font-weight: normal;
}

.faqs_content {
	padding-top: 1rem;
	padding-bottom: 20rem;
	/* background-image: url('/media/img/backgrounds/faqs-background.jpg');
	background-repeat: no-repeat;
	background-position: bottom; */
	/* TODO: Remover */
	/* background-position: top;
	background-size: 100%; */

	background-color: transparent;
}

#text_faqs .title_grup_faqs,
#text_faqs .panel.panel-default .panel-heading,
#text_faqs .panel .panel-body {
	font-weight: 300;
	padding: 1.5rem 2rem;
}

#text_faqs .title_grup_faqs,
#text_faqs .panel {
	border-radius: 1.5rem;
}

#text_faqs .panel {
	overflow: hidden;
}

#text_faqs .h3 {
	font-weight: 300;
	margin: 0;
}

#text_faqs .title_grup_faqs {
	background-color: #FFFFFF;
	color: #A6B277;
	border-color: #A6B277;

	margin: 0;
	min-height: auto;
}

#text_faqs .title_grup_faqs[tipo="dos"] {
	background-color: #687241;
	color: #FFFFFF;
}

#text_faqs a[role="button"] {
	text-decoration: none;
}

#text_faqs .panel-heading {
	background-color: #D7DCC3 !important;
	border-color: #D7DCC3 !important;
}

#text_faqs a.collapsed .panel-heading {
	background-color: #A6B277 !important;
	border-color: #A6B277 !important;
	color: #FFFFFF;
}

#text_faqs .panel {
	background-color: transparent;
	border: 0;
}

#text_faqs .panel .panel-body {
	background-color: #D7DCC3;
	border: 0;
}

#text_faqs .panel,
#text_faqs .panel-group {
	margin: 0;
}

#text_faqs .title_grup_faqs,
#text_faqs .panel {
	margin-top: 0.75rem;
}

/* #text_faqs .flechas_grupo > .collapse_right2
{
	background-image: none;
	width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
} */

#text_faqs .title_grup_faqs,
#text_faqs .panel-heading {
	position: relative;
}

#text_faqs .title_grup_faqs::after,
#text_faqs .panel-heading::after {
	content: '';
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-size: contain;

	position: absolute;
	top: 2rem;
	right: 1rem;

	transform-origin: center;
	transition: 0.3s linear;
}

#text_faqs .title_grup_faqs[tipo="dos"]::after,
#text_faqs a:not(.collapsed) .panel-heading::after {
	transform: rotate(90deg);
	transition: 0.3s linear;
}

#text_faqs .title_grup_faqs[tipo="dos"]::after {
	filter: brightness(2);
}

#text_faqs a:not(.collapsed) .panel-heading::after {
	filter: brightness(0);
}

#text_faqs .title_grup_faqs::after {
	background-image: url('/media/img/icons/icon-arrow-right-green.svg');
}

#text_faqs .panel-heading::after {
	background-image: url('/media/img/icons/icon-arrow-right-white.svg');
}

/* #text_faqs .title_grup_faqs[tipo="dos"] .flechas_grupo > .collapse_right2
{
	transform: rotate(90deg);
	transition: ;
} */


/* #text_faqs .panel-title > .collapse_right
{
	background-image: url('/media/img/icons/icon-arrow-right-white.svg');
	width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
	margin-top: 4px;
} */

/* .faqs-advertencias
{
	background-color: #FFFFFF;
} */

.faqs-advertencias .h1 {
	font-weight: 400;
}

.faqs-advertencias .h4 {
	line-height: 1.4;
}

/***** Quienes Somos *****/
#menu_empresa {
	background-color: #111314;
}

#menu_empresa .menu_empresa {
	width: 25%;
	padding: 1.25rem 0;
	font-size: 1.4rem;
	color: #FFFFFF;
}

#menu_empresa .menu_empresa.active {
	background-color: #FFFFFF;
	color: #111314;
}

.isStuck {
	position: sticky !important;
	top: 10rem;
}

.isStuck.not-logged {
	top: 6.7rem;
}

/* .menu_empresa #menu_show_r
{
	border: 0;
} */

.galeria_usuario .flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: stretch;
	align-items: stretch;
	/* gap: 4rem 0; */
}

.galeria_usuario .flex-container>div {
	padding: 0;
}

.galeria_usuario .item_especialista {
	/* background-color: #343f4d !important; */
	height: 100%;
	margin: 0 0.5rem;
	padding: 0;
	border-radius: 0;
}

.galeria_usuario .item_especialista .img_especialista {
	position: relative;
	max-width: 100%;
	margin: 0;
	/* height: 25rem; */
	background-color: #dfe1e0;
	/* filter: grayscale(1);
	transition: 0.2s linear; */
	overflow: hidden;
}

/* .galeria_usuario .item_especialista:hover .img_especialista
{
	filter: grayscale(0);
	transition: 0.2s linear;
} */

.galeria_usuario .item_especialista .img_especialista>img {
	width: 100%;
	/* height: 100%;
	object-fit: cover; */
}

.galeria_usuario .item_especialista .img_especialista>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	color: #FFFFFF;
	padding: 2rem;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s linear;
}

.galeria_usuario .item_especialista:hover .img_especialista>div {
	opacity: 1;
	visibility: visible;
	transition: 0.2s linear;
}

.galeria_usuario .item_especialista .texto_especialista .h1,
.galeria_usuario .item_especialista .texto_especialista p {
	color: #111314;
}

/* .item_especialista .texto_especialista p > *
{
	color: inherit !important;
	text-align: inherit !important;
} */

.galeria_usuario .item_especialista .texto_especialista {
	height: auto;
	overflow: initial;
	padding: 1rem;
	color: #111314;
}

.galeria_usuario .item_especialista .texto_especialista h2 {
	margin-bottom: 0;
}

.galeria_usuario .item_especialista .texto_especialista h3 {
	margin-top: 0.5rem;
}

.galeria_usuario .item_especialista .texto_especialista>p {
	word-break: break-word;
	hyphens: auto;
}

.galeria_usuario .item_especialista .texto_especialista>p>strong:first-of-type {
	display: block;
	/* margin-bottom: 1rem;
	margin-top: -1rem; */
}

.galeria_usuario .item_especialista .texto_especialista>p>em {
	display: inline-block;
	margin-top: 1rem;
	font-style: normal;
}


/***** TRABAJA CON NOSOTROS *****/
.comillas img {
	width: 2.5rem;
}


/***** RECURSOS *****/
.apoyo nav {
	background-color: #111314;
}

#carpetas ul img {
	height: 5rem;
}

.apoyo #carpetas>ul {
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #d3d6db; */
	padding: 0;
	margin-bottom: 0;
}

.apoyo nav ul>li {
	background-color: #111314;
	padding: 4rem;
}

.apoyo nav ul>li h3 {
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-weight: 300;
}

.apoyo #carpetas>ul>li:hover,
.apoyo #carpetas>ul>li.active {
	background-color: #000000;
	filter: invert(1);
}

.document-list {
	width: 60%;
	margin: auto;
}

.document-list .flex-item>.item-full {
	padding-bottom: 0.5rem;
	border-bottom: 0.5px solid #f4f4f3;
}

.document-list img {
	width: 2.5rem;
}

/* FAQS */
/* .faqs_content
{
	padding-bottom: 6rem;
} */
#content_option_home .item_option_home {
	min-height: auto;
}

#text_faqs .h3 {
	font-size: 18px;
}

/* Slider Home */
#slider_home_bottom {
	padding: 10rem 0;
}

/* Maps */
#donde_comprar_content #map>div,
#donde_comprar_content .gm-err-container {
	background-color: transparent !important;
}


/* Responsive Desktop */
@media (min-width: 992px) {

	/* Recursos */
	.apoyo nav ul>li h3 {
		max-width: 8em;
	}

	/* Home Banner Blog */
	.banner-blog .item-content {
		padding: 2rem 6rem;
	}

	/* Gammas */
	.item_cat_home {
		width: 20%;
	}

	/* Equipo Profesional */
	/* DOC: Queda demasiado aplastado a 5 columnas */
	/* .galeria_usuario .col-md-3
	{
		width: 20%;
	} */

	/* Quienes Somos */
	.isStuck {
		top: 10.9rem;
	}

	.isStuck.not-logged {
		top: 7.6rem;
	}
}

/* Home Carrousel */
/* .height-slider .ms-view,
.height-slider .ms-slide
{
	max-height: 600px;
} */

.height-slider img.is-responsive {
	height: 100% !important;
	width: 100% !important;
	object-fit: cover;
}

@media (max-width: 768px) {
	.document-list {
		width: 100%;
		margin: auto;
	}

}

@media (max-width: 576px) {
	.visible-xxs {
		display: block !important;
	}

	.hide-xxs {
		display: none !important;
	}

	/* .height-slider img { height:100% !important; width: 100% !important; object-fit: cover; } */
	/* .ms-view { height: 250px !important; } */
}