@font-face {
  font-family: 'Verdana';
  src: url('../fonts/verdanaz.ttf') format('truetype');
}
body {
    min-height: 100vh; 
}
.logo{
    min-height: 1.8rem;
    max-height: 2.3rem;
}
@media (min-width: 576px) {
    .logo{
        min-height: 1.8rem;
		max-height: 2.3rem;
    }
}
@media (min-width: 768px) {
    .logo{
        min-height: 2rem;
		max-height: 3.6rem;
    }
}
@media (min-width: 992px) {
    .logo{
        min-height: 2rem;
		max-height: 4rem;
    }
}
@media (min-width: 1200px) {
    .logo{
        min-height: 2rem;
		max-height: 4rem;
    }
}
.logo-inner {
	min-height: 1.8rem;
	max-height: 2.3rem;
}
.hamburger{
	cursor: pointer;
	height: 1.7rem;
}
/* Dropdown Button */
.dropbtn {
  cursor: pointer;
}
/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  
}
.logo-footer{
    max-height: 8.5rem;
}
.top-icon {
	width: auto;
	height:32px;
}
.nav-box {
	border-bottom: solid 2px #2260ad;
}
.nav-box:hover {
	border-bottom: solid 2px #54bad3;
}
.nav-lg-options {
	color: rgba(255,255,255,0.8);
	font-size: 1.2rem;
	text-decoration: none;
}
.nav-lg-options:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

.more-btn {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}
.more-btn-holder {
	margin-top: 10px;
	text-align: center;
}
@media (min-width: 576px) {
    .more-btn-holder {
        margin-top: -39px;
		text-align: right;
	}
}
.home-product-img {
	width: 100%;
	height: 20rem;
	object-fit: cover;
	cursor: pointer;
}
@media (min-width: 576px) {
    .home-product-img{
        height: 20rem;
	}
}
@media (min-width: 768px) {
    .home-product-img{
        height: 11rem;
    }
}
@media (min-width: 992px) {
    .home-product-img{
        height: 15rem;
    }
}
@media (min-width: 1200px) {
    .home-product-img{
        height: 20rem;
    }
}
.home-product-pos {
	position: relative;
	top: 0;
	left: 0;
}
.home-product-pos-over {
	position: absolute;
	top: 0;
	left: 0;
}
.banner-btn1 {
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -165px;
	font-size: 1.3rem;
	padding: 10px 30px;
}
.banner-btn2 {
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: 7px;
	font-size: 1.3rem;
	padding: 10px 30px;
}
.bg-home {
	background-image: url("../userfiles/photos/aromas.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.steps-number {
	font-family: "Futura-Light";
	font-size: 3rem;
}
.requisitos-icon {
	width: auto;
	height: 6rem;
}
.blog-img {
	width: 100%;
	height: 13rem;
	object-fit: cover;
	cursor: pointer;
}
.footer-links {
	color: rgba(255,255,255,0.90);
	text-decoration: none;
	font-size: 1rem;
	padding-left: 8px;
	padding-right: 8px;
}
.footer-links:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.logo-nav {
	width: auto;
	max-height: 2rem;
}
@media (min-width: 576px) {
    .logo-nav{
        max-height: 2rem;
	}
}
@media (min-width: 768px) {
    .logo-nav{
        max-height: 2.5rem;
    }
}
@media (min-width: 992px) {
    .logo-nav{
        max-height: 2.5rem;
    }
}
@media (min-width: 1200px) {
    .logo-nav{
        max-height: 2.5rem;
    }
}
.profile-nav {
	cursor: pointer;
}
.profile-nav:hover {
	cursor: pointer;
	background-color: #34adcb;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  left: -2px;
  padding-top: 5px;
  background-color: #54bad3;
  min-width: 180px;
  border-radius: 0px 0px 7px 7px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10000;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: rgba(255,255,255,0.8);
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {color: rgba(255,255,255,1)}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  color: rgba(255,255,255,1);
}
.submenu-arrow {
	font-size: 0.6rem;
}
/* The container <div> - needed to position the dropdown content */
.dropdownMobile {
  position: relative;
  display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdownMobile-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #54bad3;
  border-radius: 7px;
  min-width: 300px;
  margin-top: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1100;
}
.position-fix {
	top: 18px !important;
}
/* Links inside the dropdown */
.dropdownMobile-content a {
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	letter-spacing: 0px;
	color: rgba(255,255,255,0.85);
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
}

/* Change color of dropdown links on hover */
.dropdownMobile-content a:hover {color: rgba(255,255,255,1);}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.dropdownMobile-submenu{
	display: none;
	border-bottom: 1px solid #9ad6e5;
	border-top: 1px solid #9ad6e5;
}
.dropdownMobile-submenu a{
    padding: 8px 10px 8px 25px;
    letter-spacing: 0px;
    color: rgba(255,255,255,0.8);
	font-size: 0.9rem;
	font-weight: 400;
	display: block;
	cursor: pointer;
}
.dropdownMobile-submenu a:hover{
	color: rgba(255,255,255,1);
}
.profile-icon {
	max-height: 3rem;
}
.product-img {
	width: 100%;
	height: 19rem;
	object-fit: cover;
	cursor: pointer;
}
@media (min-width: 576px) {
    .product-img{
        height: 19rem;
	}
}
@media (min-width: 768px) {
    .product-img{
        height: 17rem;
    }
}
@media (min-width: 992px) {
    .product-img{
        height: 16rem;
    }
}
@media (min-width: 1200px) {
    .product-img{
        height: 13rem;
    }
}
.product-pos {
	position: relative;
	top: 0;
	left: 0;
}
.product-pos-over {
	position: absolute;
	top: 2rem;
	left: 2rem;
	width: calc(100% - 4rem);
	height: 19.1rem;
}
@media (min-width: 576px) {
    .product-pos-over {
        height: 19.1rem;
	}
}
@media (min-width: 768px) {
    .product-pos-over {
        height: 17.1rem;
    }
}
@media (min-width: 992px) {
    .product-pos-over {
        height: 16.1rem;
    }
}
@media (min-width: 1200px) {
    .product-pos-over {
        height: 13.1rem;
    }
}
.gallery-img {
	width: 100%;
	height: 27rem;
	object-fit: cover;
	cursor: pointer;
}







.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.nav-option {
    cursor: pointer;
    display: block;
}
.nav-option:hover {
    background: #5b5b5b;
}
.nav-item-option {
    cursor: pointer;
    display: block;
}
.nav-item-option:hover {
    background: #f2f2f2;
}
.nav-icons {
    max-width: 2rem;
    height: auto;
}
@media (min-width: 576px) {
    .nav-icons{
        max-width: 2rem;
    }
}
@media (min-width: 768px) {
    .nav-icons{
        max-width: 2.5rem;
    }
}
@media (min-width: 992px) {
    .nav-icons{
        max-width: 2.5rem;
    }
}
@media (min-width: 1200px) {
    .nav-icons{
        max-width: 2.5rem;
    }
}
.nav-text {
    font-size: 0.7rem;
    margin: 0.3rem 0 0 0;
}
@media (min-width: 576px) {
    .nav-text{
        font-size: 0.7rem;
    }
}
@media (min-width: 768px) {
    .nav-text{
        font-size: 0.8rem;
    }
}
@media (min-width: 992px) {
    .nav-text{
        font-size: 0.8rem;
    }
}
@media (min-width: 1200px) {
    .nav-text{
        font-size: 0.8rem;
    }
}
.nav-item-icons {
    max-width: 4rem;
    height: auto;
}
/*LOADER*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	display: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 900;
	background: url(../images/ajax-loader.svg) center no-repeat rgba(255,255,255,0.7);
	background-size: 10em auto;
}

.top-spacer{
    padding-top: 6.5rem;
}
@media (min-width: 576px) {
    .top-spacer{
        padding-top: 6.5rem;
    }
}
@media (min-width: 768px) {
    .top-spacer{
        padding-top: 6.5rem;
    }
}
@media (min-width: 992px) {
    .top-spacer{
        padding-top: 6.5rem;
    }
}
@media (min-width: 1200px) {
    .top-spacer{
        padding-top: 6.5rem;
    }
}
.bottom-spacer{
    padding-bottom: 4rem;
}
@media (min-width: 576px) {
    .bottom-spacer{
        padding-bottom: 4rem;
    }
}
@media (min-width: 768px) {
    .bottom-spacer{
        padding-bottom: 4rem;
    }
}
@media (min-width: 992px) {
    .bottom-spacer{
        padding-bottom: 4rem;
    }
}
@media (min-width: 1200px) {
    .bottom-spacer{
        padding-bottom: 4rem;
    }
}
.form-group{
    margin-bottom: 1rem;
}
.page-link{
    font-size: 0.8rem !important;
}

.page-item.active .page-link{
    z-index: 3;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.main-links{
	text-decoration: none;
}
.main-links:hover{
	text-decoration: none;
}
.precio-prod {
	text-align: left;
}
@media (min-width: 576px) {
    .precio-prod {
        text-align: left;
    }
}
@media (min-width: 768px) {
    .precio-prod {
        text-align: left;
    }
}
@media (min-width: 992px) {
    .precio-prod {
        text-align: center;
    }
}
@media (min-width: 1200px) {
    .precio-prod {
        text-align: left;
    }
}
.gallerydisplay{
	width:100%;
	height:22rem;
	object-fit:cover;
}
@media (min-width: 576px) {
    .gallerydisplay {
        height:22rem;
    }
}
@media (min-width: 768px) {
    .gallerydisplay {
		height:17rem;
    }
}
@media (min-width: 992px) {
    .gallerydisplay {
		height:24rem;
    }
}
@media (min-width: 1200px) {
    .gallerydisplay {
		height:27rem;
    }
}
.gallerythumb{
	width:100%;
	height:3.7rem;
	object-fit:cover;
	cursor:pointer;
}
@media (min-width: 576px) {
    .gallerythumb {
        height:3.7rem;
    }
}
@media (min-width: 768px) {
    .gallerythumb {
		height:3.35rem;
    }
}
@media (min-width: 992px) {
    .gallerythumb {
		height:3.35rem;
    }
}
@media (min-width: 1200px) {
    .gallerythumb {
		height:4rem;
    }
}
.font-brand {
	font-family: "Verdana";
}
.bg-gray {
	background-color: #edeff2;
}
.fit-content-div {
	display: inline-block;
}
.plazo-div {
	width: 50px;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(51, 38, 0, 0.15);
}
.form-range::-webkit-slider-thumb {
	width: 1.5rem;
	height: 1.5rem;
	margin-top: -0.45rem;
	background-color: #ffc107;
}
.form-range::-webkit-slider-thumb:active {
  background-color: #ffc107;
}
.form-check-input:checked {
  background-color: #ffc107;
  border-color: #ffc107;
}
.footer-border {
	border-top: solid 4px #54bad3;
}
.table-trans{
	background-color: transparent !important;
	color: #fff !important;
}