/*
Theme Name: ExperienciaRural
Theme URI: https://www.experienciarural.com.ar/
Description: Experiencia Rural - Donde la Naturaleza te llama
Version: 1.0
Author: Quarter Studios + VO Design
Author URI: https://www.quarterstudios.net/
Tags: Bootstrap,Responsive,jQuery,CSS3, HTML5
*/
/* RESET
-------------------------------------------------- */


html,
button,
input,
select,
textarea {
	color: #fff;
	padding: 0;
	border-radius: 10px;
}

body {
	line-height: 150%;
	color: #595959;
	font-weight: 500;
	font-family: 'Libre Franklin', sans-serif;
	background-color: #fff;
	max-width: 100%;
	overflow-x: hidden;
	font-size: 16px;
}

.script {
	font-family: 'Pacifico', cursive;
	font-weight: bold;
}

::-moz-selection,
::selection {
	background: yellow;
	text-shadow: none;
	color: #fff;
}

::-webkit-input-placeholder {
	color: #595959;
	opacity: 1 !important;
}

:-moz-placeholder {
	color: #595959;
	opacity: 1 !important;
}

::-moz-placeholder {
	color: #595959;
	opacity: 1 !important;
}

:-ms-input-placeholder {
	color: #595959;
	opacity: 1 !important;
}

input[placeholder],
[placeholder],
*[placeholder] {
	color: #595959;
	opacity: 1 !important;
}

blockquote {
	position: relative;
	background-color: #f5f5f5;
	color: #999;
	margin: 40px 0 30px;
	padding: 8px 8px 8px 32px;
	font-size: 15px;
	line-height: 32px;
	border-left: 4px solid #005726;
}

blockquote p {
	margin-bottom: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #b0b0b0;
	margin: 1em 0;
	padding: 0;
}

.size-large,
.img-responsive,
.size-full {
	width: 100%;
	height: auto;
	display: block;
}

img.alignleft {
	margin: 5px 20px 5px 0;
	float: left;
}

img.alignright {
	margin: 5px 0px 5px 20px;
	float: right;
}

img.aligncenter {
	margin: 15px auto;
	float: none;
	height: auto;
	display: block;
	max-width: 100%;
}

textarea {
	resize: vertical;
}

.chromeframe {
	margin: 0.2em 0;
	color: yellow;
	padding: 0.2em 0;
}

ul {
	list-style: none;
	padding: 0;
}

article ul:not(.list-unstyled) li {
	display: list-item;
	list-style: disc;
	list-style-position: inside;
	padding-left: 20px;
}

article a:not(.btn) {
	color: #595959;
	border-bottom: 1px dashed #595959
}

article a:not(.btn):hover {
	color: #672529;
}

article h2 {
	font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1600 - 300)));
	font-weight: 700;
}

article h3 {
	font-size: calc(19px + (22 - 19) * ((100vw - 300px) / (1600 - 300)));
	font-weight: 700;
}

article h4 {
	font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
	font-weight: 700;
}

*:hover,
*:hover>a,
img,
.navbar,
.navbar ul,
.topbar,
figure.icon,
.suave,
.clouds,
.destacadas .prod-item h3,
.destacadas .prod-item {
	text-decoration: none;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

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

.scroll {
	background-attachment: scroll;
}

.fixed {
	background-attachment: fixed !important;
	background-size: cover !important;
}

.parallax {
	position: relative;
}

.parallax::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: "";
	background: rgba(0, 0, 0, 0.4)
}

.parallax .container,
.pageheader .container,
.carousel-caption .container,
.slogan .container {
	position: relative;
	z-index: 2
}

.contain {
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center center !important;
}

.full-width {
	width: 100%;
	height: auto;
	padding: 3rem 0;
	overflow-x: hidden
}

.rounded {
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
}

.fullrounded {
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-border-radius: 100%;
}

.roundless {
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-border-radius: 0;
}

.line {
	width: 100%;
	height: 1px;
	background: transparent;
	margin: 30px 0;
	display: block;
}

.c-shadow {
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5);
}

.overflow {
	overflow: hidden
}

.col5 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}


/* Colores */
.c-white,
.overwhite:hover {
	color: #fff;
}

.c-bg-white {
	background-color: #fff;
}

.c-bg-white.transp {
	background-color: rgba(255, 255, 255, 0.5);
}

.c-black,
.overblack:hover,
a:hover>.overblack {
	color: #000;
}

.c-bg-black {
	background-color: #000;
}

.c-bg-black.transp {
	background-color: rgba(0, 0, 0, 0.5);
}

.c-dark {
	color: #333333;
}

.c-bg-dark {
	background-color: #333333;
}

.c-light {
	color: #E6E7E8;
}

.c-bg-light {
	background-color: #E6E7E8;
}


.c-red,
.overred:hover {
	color: #672529;
}

.c-bg-red {
	background-color: #672529;
}

.c-green,
.overgreen:hover {
	color: #A59F27;
}

.c-bg-green {
	background-color: #40675C;
}

.c-green2,
.overgreen2:hover {
	color: #672529;
}

.c-bg-green2 {
	background-color: #1C7C46;
}

/* Botones */
.btn {
	border: none;
	border-radius: 0 0 0 0
}

.btn:hover,
.btn:focus,
.btn.active {
	box-shadow: none !important;
}

.btn-default {
	background: #0E8346;
	color: #fff;
	border-radius: 10px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.is-checked,
a:hover .btn-default {
	background: #1C7C46;
	color: #fff;
}

.btn-primary {
	background: transparent;
	color: #000;
	border: 1px solid #000
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.is-checked,
a:hover .btn-default {
	background: #A59F27;
	color: #fff;
	border-color: #A59F27
}

.btn-info {
	background: #fff;
	color: #000;
	border: 1px solid #000;
	border-radius: 10px;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.is-checked,
a:hover .btn-info {
	background: #333333;
	color: #fff;
	border: 1px solid #333
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle,
.btn-info:active {
	background: #A59F27;
	color: #fff;
	border-color: #A59F27
}

/* NAVBAR */
.navbar {
	display: block;
	margin: 0 0;
	padding: 10px 0;
	background-color: #fff;
}

.navbar.scrolled {
	padding: 5px 0;
}

.navbar .container {
	position: relative;
	flex: 1
}

/* Brand */
.navbar .navbar-brand {
	padding: 8px 15px;
	margin-right: 0
}

.navbar .navbar-brand img {
	max-width: 315px;
	height: 60px;
	display: block;
}

.navbar.scrolled .navbar-brand img {
	max-width: 260px;
}

.navbar .navbar-nav li.menu-item-has-children {
	padding-right: 10px
}

.navbar .navbar-nav li.menu-item-has-children .dropitem {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	display: block;
	transform: translateY(-50%);
	color: inherit;
}

/* Navbar Items */
.navbar .navbar-nav li:not(.sociales) a {
	font-size: 18px;
	color: #40675C;
	padding-left: 10px;
	padding-right: 15px;
	line-height: 120px;
	display: inline-block;
	font-weight: 700;
}

.navbar .navbar-nav li:not(.sociales):last-child>a {
	padding-right: 0px;
}

.navbar .navbar-nav li:not(.sociales)>a:hover,
.navbar .navbar-nav li:not(.sociales):hover>a,
.navbar .navbar-nav li:not(.sociales).current_page_item>a,
.navbar .navbar-nav li:not(.sociales).current-menu-item>a {
	color: #672529;
}

.navbar .navbar-nav .sociales a {
	font-size: 18px;
	color: #672529;
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 20rem;
	background-color: rgba(103, 37, 41, 0.5);
	line-height: 32px;
	text-align: center;
	margin: 0 0 0 2px;
}

.navbar .navbar-nav .sociales a:hover {
	color: #fff;
	background-color: rgba(103, 37, 41, 1);
}

/* Navbar toogler */
.navbar-toggler {
	z-index: 999;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='4' stroke-linecap='square' stroke-miterlimit='0' d='M4 7h52M4 15h52M4 23h52'/%3E%3C/svg%3E");
}

.navbar-toggler:hover .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(165, 159, 39, 1)' stroke-width='4' stroke-linecap='square' stroke-miterlimit='0' d='M4 7h52M4 15h20M4 23h12'/%3E%3C/svg%3E");
}


/* Slider */
.slider .clouds {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.carousel-caption {
	bottom: 0px;
	height: 100%;
	padding-bottom: 150px;
	color: #fff;
	line-height: 150%;
	width: 100vw;
	margin: 0 0 0 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2
}

.carousel-caption .p1 {
	animation-delay: 0.8s;
	line-height: 150%;
}

.carousel-caption .p2 {
	animation-delay: 1.2s;
	line-height: 150%;
}

.carousel-caption .p3 {
	animation-delay: 1.6s;
	line-height: 150%;
}

.carousel-caption .p4 {
	animation-delay: 2.0s;
	line-height: 150%;
}

.carousel-control-next,
.carousel-control-prev {
	z-index: 3
}

.slider .buscador {
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 4;
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: rgba(0, 0, 0, 0.5)
}

/* Buscador */
.buscador .dropdown-menu {
	border: none;
	border-radius: 0;
	width: 100%;
	margin: 0 0;
}

.buscador .form-control {
	border: none;
	border-radius: 0;
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.buscador .form-control {
	border: none;
	border-radius: 0;
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.dropdown-item.active {
	background-color: #A59F27;
}

/* Slogan */
.slogan {
	position: relative;
}

.slogan::before {
	position: absolute;
	right: 50%;
	top: 0;
	width: 50%;
	height: 100%;
	/* background-image: url(images/plantas.png); */
	background-repeat: no-repeat;
	content: "";
	background-size: auto 100%;
}

/* Destacadas */
.destacadas .prod-item {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.destacadas .prod-item h3 {
	color: #672529;
	position: absolute;
	z-index: 1;
	bottom: 0;
	height: auto;
	width: 100%;
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.5);
	margin-bottom: 0;
	display: block;
}

.destacadas .prod-item:hover>h3 {
	color: #fff;
	height: 100%;
	width: 100%;
	padding: 15px;
	background-color: rgba(103, 37, 41, 0.5);
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center
}

.destacadas .prod-item:hover::after {
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 1;
	border: 2px solid #fff;
	content: "";
}

.destacadas .tags {
	position: absolute;
	top: 10px;
	right: -7px;
	width: 100px;
	height: auto;
	z-index: 4;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.destacadas .tags a {
	font-size: 12px;
	white-space: nowrap;
	background: #A59F27;
	color: #fff;
	padding: 4px;
}

/* Rubros */
figure.icon {
	width: 110px;
	height: 110px;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-border-radius: 100%;
	background-color: #1C7C46;
	text-align: center;
	padding: 20px;
	position: absolute;
	top: 40%;
	right: 20px;
}

figure.icon img {
	width: 70px;
	height: 70px;
	display: block;
}

figure.icon.mini {
	width: 80px;
	height: 80px;
	right: 10px;
}

figure.icon.mini img {
	width: 50px;
	height: 50px;
}

.rubros {
	transition: transform 0.3s ease-in-out;
}

.rubros:hover {
	transform: scale(1.03);
	z-index: 5;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.rubros:hover figure.icon {
	right: auto;
	left: 50%;
	transform: translate(-50%, -5%);
	/* Ajuste para que se mantenga centrado mientras la card escala */
}

.text-link {
	color: #585858;
	font-size: 16px;
	position: relative;
}

.text-link::after {
	color: #A59F27;
	position: relative;
	font-family: FontAwesome;
	content: "\f105";
	padding-left: 6px;
}

.text-link:hover,
.text-link:hover::after {
	color: #000;
}

.destacadas .prod-item:hover figure.icon.mini {
	right: auto;
	left: calc(50% + 7px);
	transform: translateX(-50%);
	top: 15px;
	z-index: 3
}

/* Pageheader */
.pageheader {
	position: relative;
	padding: 8vw 0
}

.bar+.slider>.buscador {
	bottom: 0px
}

/* Searchform */

#searchform .input-group {
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid #b39258;
}

#searchform .input-group .form-control {
	border-radius: 8px 0 0 8px;
	border: none;
	box-shadow: none !important
}

#searchform .form-control::placeholder,
#searchform .input-group input[placeholder],
#searchform input[placeholder],
#searchform [placeholder],
#searchform *[placeholder] {
	color: #b39258;
	opacity: 0.9
}

#searchform .input-group .form-control:hover,
#searchform .input-group .form-control:focus {
	border-radius: 8px 0 0 8px;
	border: none;
	box-shadow: none !important
}

#searchform .input-group button {
	border-radius: 0 8px 8px 0;
	border: none;
	box-shadow: none !important;
	background-color: #fff
}


/* searchbox */
.custom-control-label {
	font-size: 14px;
	font-weight: 300;
	color: #595959;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #A59F27;
	border-color: #A59F27;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #A59F27;
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #A59F27, 0 0 0 .2rem rgba(165, 159, 39, 0.5);
}

.icono img {
	max-width: 75px;
}

/* Formulario */
.formulario .form-control {
	border: 2px solid #1C7C46;
	font-size: 13px;
	color: #000;
	margin-bottom: 20px;
}

.formulario .form-control:focus {
	box-shadow: none !important;
	border-color: #1C7C46;
}

.formulario textarea.form-control {
	height: 120px;
	resize: vertical;
}

/* Pagination */
.pagination {
	margin-bottom: 20px;
}

.pagination .page-numbers {
	display: inline-block;
	border: 1px solid #1C7C46;
	background: #fff;
	color: #1C7C46;
	padding: 4px 12px;
	font-size: 14px;
	margin: 0px 3px;
	text-align: center;
	border-radius: 8px;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
	border: 1px solid #1C7C46;
	background: #1C7C46;
	color: #fff;
}

/* MAPA */
.acf-map {
	height: 350px;
	overflow: hidden;
	width: 100%;
	height: 350px;
}

/* footer */
footer {
	position: relative;
	overflow: hidden;
	background: #40675C bottom center no-repeat !important;
	background-size: 100% auto;
	padding-top: 3rem
}

footer .foo-brand img {
	max-width: 300px;
	margin-bottom: 20px;
}

footer .logos img {
	max-width: 100%;
	margin-bottom: 20px;
}

footer .footxt {
	font-size: 17px;
	font-weight: 300;
	line-height: 150%;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #672529;
}

footer .sociales a {
	font-size: 20px;
	color: #672529;
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 20rem;
	background-color: rgba(103, 37, 41, 0.5);
	line-height: 32px;
	text-align: center;
	margin: 0 0 0 2px;
}

footer h5 {
	font-size: 20px;
	color: #672529;
	font-weight: 600
}

footer h6 {
	font-size: 22px;
	color: #672529;
	font-weight: 600
}

footer .copyright {
	color: #fff;
}

/*	footer ul li{ display: inline-block; text-transform: uppercase; font-size: 13px; font-weight: 500; padding: 0 6px;}
		footer ul li:not(:first-child){border-left:1px solid #000;}
*/

footer .footer-form {
	position: relative;
}

footer .footer-form .form-group {
	margin-bottom: 0;
	display: flex;
}

footer .footer-form .form-group>p {
	display: flex;
	width: 100%;
	gap: 10px
}

footer .footer-form .form-group textarea {
	height: 80px;
}

footer .footer-form .form-group .btn {
	height: 38px;
}

footer .footer-form .wpcf7-spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}

/* Footer Logos */
footer .footer-logo-main {
	max-height: 80px;
	width: auto;
	object-fit: contain;
}

footer .footer-partner-logo {
	max-height: 50px;
	width: auto;
	object-fit: contain;
	transition: transform 0.3s ease;
}

footer .footer-logo-link:hover .footer-partner-logo {
	transform: scale(1.1);
}

/* Para asegurar que todos los logos de la fila tengan la misma altura base */
footer .row.align-items-center .col {
	min-height: 100px;
}


.scrollToTop {
	position: fixed;
	bottom: -10px;
	right: 20px;
	width: 48px;
	height: 48px;
	background-color: #bababa;
	color: #222;
	opacity: 0.5;
	cursor: pointer;
	text-align: center;
	line-height: 48px;
	font-size: 24px;
	border-radius: 6px 6px 0 0;
}

.scrollToTop:hover {
	opacity: 1;
	color: #fff;
	bottom: 0
}


.grecaptcha-badge {
	bottom: 60px !important;
}


/* Sidebar Form */
.sideform {
	height: 100vh;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	background-color: #005726;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 120px;
	color: #000;
	-webkit-box-shadow: -5px 0 4px 0 rgba(0, 0, 0, 0.35);
	box-shadow: -5px 0 4px 0 rgba(0, 0, 0, 0.35);
}

.sideform.active {
	width: 25%;
}

@media screen and (max-width: 767px) {
	.sideform.active {
		width: 66%;
	}
}

@media screen and (max-width: 467px) {
	.sideform.active {
		width: 99%;
	}
}

.sideform .closebtn {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 32px;
	margin-left: 50px;
	color: #fff
}

.sideform .wpcf7-form-control-wrap {
	width: 100%;
}

.sideform .form-control {
	background-color: white;
	border: 1px solid #000;
	width: 100%;
	display: block;
	color: #000;
}

.sideform .form-control::placeholder {
	color: #aaa;
}

.sideform textarea {
	height: 120px;
}

.sideform .form-control::selection {
	background: #f03;
}

.sideform .form-control:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 198, 89, 0.25);
}

.joinchat {
	bottom: 80px !important;
	right: 0 !important
}




.range-slider {
	position: relative;
}

.custom-range {
	-webkit-appearance: none;
	appearance: none;
	width: calc(100% - 150px);
	height: 10px;
	border-radius: 5px;
	background: #ccc;
	outline: none;
	padding: 0;
	margin: 0;
}

.custom-range::-webkit-slider-thumb {
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #31503e;
	cursor: pointer;
	transition: background .15s ease-in-out;
}

.custom-range::-webkit-slider-thumb:hover {
	background: #b39258;
}

.custom-range::-moz-range-thumb:hover {
	background: #b39258;
}

.custom-range:active::-webkit-slider-thumb {
	background: #b39258;
}

.custom-range::-moz-range-thumb {
	width: 24px;
	height: 24px;
	border: 0;
	border-radius: 50%;
	background: #31503e;
	cursor: pointer;
	transition: background .15s ease-in-out;
}

.custom-range:active::-moz-range-thumb {
	background: #b39258;
}

.custom-range:focus ::-webkit-slider-thumb {
	box-shadow: 0 0 0 3px 6px rgba(0, 0, 0, 1);
}


.range-slider__value {
	display: inline-block;
	position: relative;
	width: 130px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	border-radius: 3px;
	background: #47515b;
	padding: 5px 10px;
	margin-left: 8px;
}

.range-slider__value:after {
	position: absolute;
	top: 8px;
	left: -7px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 7px solid #47515b;
	border-bottom: 7px solid transparent;
	content: '';
}

.range-slider__value>small {
	font-size: 12px;
}



::-moz-range-track {
	background: #ccc;
	border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
	border: 0;
}

.invisible {
	height: 0px;
}

.hidden {
	display: none;
}


.userform {
	position: relative;
}

.userform label:not(.custom-file-label) {
	position: relative;
	;
	font-size: 16px;
	margin: 20px 0 0 0;
	font-weight: 700;
}


.homevideo {
	position: relative;
}

.homevideo--video {
	position: relative;
}

.homevideo--video iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	margin-top: 40px;
}

.faq-card {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #595959;
}

.faq-card-header {
	position: relative;
}

.faq-card-header>button {
	appearance: none;
	background: transparent;
	display: block;
	position: relative;
	color: #005726;
	font-weight: 700;
	font-size: 20px;
	width: 100%;
	border: none;
	text-align: left;
	padding: 4px;
	padding-left: 0;
	outline: none;
}

.faq-card-header>button:focus {
	outline: none;
}

.faq-card-body {
	line-height: 1.35;
	color: #222;
}

.faq-card-header>button::after {
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: FontAwesome;
	content: "\f107";
	color: #333;
}

.faq-card-header>button[aria-expanded="true"]::after {
	content: "\f106";
}


.subregiones {
	display: none;
}

.subregiones.open {
	display: block;
}

/* .nombre-categoria:hover {
	transform: scale(1.1);
} */

@media screen and (max-width: 768px) {
	aside .aside-dropdown {
		display: none;
		transition: all .5s ease-in-out;
	}

	aside.open .aside-dropdown {
		display: block;
	}
}

.btn-arrow {
	position: absolute;
	width: 24px;
	height: 24px;
	bottom: 0;
	right: 0;
	z-index: 1;
	padding: 0;
	cursor: pointer;
}

.btn-arrow::after {
	display: inline-block;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}