/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600&display=swap');
body {
  font-family: 'Open Sans', sans-serif;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.required:after{
  content:"f069";
  font-weight:bold;
}
.section-top {
	background-color: black;
	text-align: center;
	padding: 5px 0 8px 0px;
	width: 100%;
	overflow: hidden;
	color: white;
}
.section-menu {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F0F0F0;
}
.page-submenu {
	background-color: #F0F0F0;
}
.ml-1 {
	margin-left: 0.5rem;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}
.mg-1 {
	margin-top: 2rem;
}
.h30 {
	max-height:30px;
}
.h40 {
	max-height: 38px;
}
.h50 {
  max-height: 50px;
}
.w20 {
  max-width: 20%;
}
.w50 {
  max-width: 50%;
}
.w40 {
	max-width:40%;
}
#carouselDesktop {
	top: 0;
}
.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.accordion-button:not(.collapsed) {
	color: #000;
	background-color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:focus {
	z-index: 3;
	border-color: #fff;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}
.accordion-item {
	background-color: #fff;
	border: 1px solid rgb(255, 255, 255);
}
.carousel-control-prev, .carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 7%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: none;
	border: 0;
	opacity: 1;
	transition: opacity 0.15s ease;
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}
.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	margin-left: 10px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #ffffff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 1;
	transition: opacity 0.6s ease;
	border-radius: 50%;
}
.carousel-indicators .active {
	opacity: 1;
	background-color: #1fb700;
}
.section-new-header {
	position: absolute;
	z-index: 99;
	background-color: rgba(0,0,0, 0.6);
	width: 100%;
	padding:15px;
}
.fs2 {
	font-size: 2.5rem;
	line-height: normal;
}
.text-semibold {
	font-weight:500;
}
.text-bold {
	font-weight:600;
}
.text-bolder {
	font-weight:900;
}
.button-inline {
	margin-bottom: 60%;
	margin-left: 10%;
	margin-right: 10%;
}
.button-right {
	position: relative;
	left: 0;
	margin-right: 79%;
	margin-bottom: 1%;
	color: white;
	z-index: 99;
}
.button-right a {
	color: white;
}
.button-right a:hover {
	color: white;
}

.btn-white-nopad {
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 5px;
	color: white;
	font-size: inherit;
	font-weight: 600;
}
.btn-white-nopad:hover {
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 5px;
	color: white;
	font-weight: 600;
}
.btn-white {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 5px 40px;
	color: white;
	font-weight: 300;
	letter-spacing:0.35rem;
	font-size: 1.125rem;
	line-height: 1.5rem;
	background-color: rgb(0,0,0,0.4);
}
.btn-white:hover {
	border: 1px solid #FF0000;
	border-radius: 5px;
	color:#FFFFFF;
	background-color:#FF0000;
}
.form-search {
	display: flex;
	position: absolute;
	top: 104%;
	right: 5%;
	float: left;
	width: 100%;
}
.background-mobile {
	background-color: #fbe323;
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}
.btn-litegray {
	background-color: #dbdbdb;
	border-color: #e4e4e4;
}
.icon-sm {
	width: 32px;
	height: 32px;
	line-height: 32px !important;
	font-size: 16px;
}
.imagemob {
	min-height: 350px;
	height:auto;
	object-fit: cover;
}
.button-menu {
	margin-top: 0.7rem;
	position: relative;
	top: 0;
}
.dropdown-menu li {
position: relative;
}
.dropdown-menu a:hover, .dropdown-nenu a:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}
.dropdown-toggle::after {
	display: none;
	margin-left: 0;
	vertical-align: 0;
	content: "";
	border-top: 0
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

/* dropdrown */
.dropdown-menu .dropdown-submenurt {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	left: 0;
}
.dropdown-menu .dropdown-submenu-right {
left: 100%;
right: auto;
}
.dropdown-menu > li:hover > .dropdown-submenurt {
display: block;
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #dfdfdf;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(208, 208, 208, 0.25);
}
/* eof dropdown */
#usercontainer {
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 999;
	left: 0;
	overflow: hidden;
	padding:0;
	margin:0;
}
#usercontainer-inner {
	position: relative;
	top: 12%;
	width: 95%;
	z-index: 999;
	left: 0;
	overflow: hidden;
	padding: 15px;
	margin: 10px 10px 0 10px;
	border-bottom: 1px solid #343a40;
	line-height: 1em;
	right: 0;
}
.section-paagetop-wrapper {
	background: #EBECEE;
}
.section-pagetop {
	padding: 20px 0;
	border-top: none;
	border-bottom: 1px solid #A2A3A5;
	overflow: hidden;
	width:auto;
	max-width: 1140px;
	margin: auto;
}
h2.title-page, .h2.title-page {
	margin: 0;
	font-weight: 600;
	line-height: 1.3;
}
.title-page {
	color: #b02d30;
}
.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: 0.5rem;
	color: #6c757d;
	content: var(--bs-breadcrumb-divider, ">");
	position: relative;
	top: 0;
}
.btn.disabled, .btn:disabled {
	opacity: 1;
}
#button-plus, #button-minus {
	border-radius: 50%;
}
.bg-success {
	background-color: rgb(34, 206, 122);
}
.btn-success {
	color: #fff;
	font-weight:700;
	background-color: #22ce7a;
	border-color: #22ce7a;
}
.button-link {
	border: 1px solid white;
	bottom: 3%;
	right: 6%;
	font-size: .78rem;
	padding: 3px 5px;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	line-height: 1;
	border-radius: 5px;
	color: white;
}
.bg1 {
	background-color: #dadada;
}
.bg2 {
	background-color: #ececec;
	/* border-top: 1px solid #a4a4a4; */
	/* border-bottom: 1px solid #a4a4a4; */
}
.bgproductos {
	background-image: url("../images/productos-destacados-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.list-inline-item:not(:last-child) {
	margin-right: 0rem;
}
.list-inline-item:not(:last-child)::after {
	content: "|";
	/*font-family: FontAwesome;*/
	display: inline-block;
	padding-left: 0.5rem;
	width: 1rem;
	padding-right: 0.5rem;
}
.menuft {
	text-align: center;
}
.footer-wrapper {
	border-top: 1px solid #b6bbbf;
	padding-top: 14px;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.border-10 {
	border-top: 10px solid #F9E200;
}
.vertext {
	transform: rotate(-90deg);
	transform-origin: left top 0;
	margin-left: 5px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	z-index: 99;
}
.vertext::before {
	content: '';
	border-left: 3px solid black;
	padding-left: 5px;
}
.border-top1 {
	border-top: 1px solid #686868;
	padding-top: 1rem;
	margin-top: 1rem;
	width:100%;
	overflow:hidden;
}
.footer-left {
	top: -35px;
	position: relative;
	font-size: .5rem;
}
.footer-right {
	top: -35px;
	position: relative;
	font-size: 0.5rem;
}
.footer-center {
	top: -40px;
	position: relative;
	font-size: 0.5rem;
}
@media (min-width: 576px) {
.w20 {
  max-width: 35%;
}
.button-inline {
	margin-bottom: 10%;
	margin-left: 10%;
	margin-right: 10%;
}
.icon-sm {
	width: 48px;
	height: 48px;
	line-height: 48px !important;
	font-size: 20px;
}
.form-search {
	display: flex;
	position: absolute;
	top: 104%;
	right: 5%;
	float: left;
	width: 85%;
}
.mg-1 {
	margin-top: 1.5rem;
}
.footer-left {
	top: -65px;
	position: relative;
	font-size: 0.8rem;
}
.footer-right {
	top: -65px;
	position: relative;
	font-size: 0.8rem;
}
.footer-center {
	top: -55px;
	position: relative;
	font-size: 0.7rem;
}
.border-top1 {
	border-top: 1px solid #686868;
	padding-top: 1rem;
	margin-top: 1rem;
}
}

@media (min-width: 768px) {
.h30 {
	max-height: 20px;
}
.mg-1 {
	margin-top: 1.5rem;
}
.carousel-wrapper {
	margin-top: -80px;
}
.menu-wrapper {
	width: 100%;
	position: relative;
	top: 0;
	z-index: 99;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 2rem;
}
.menu-left {
	position: absolute;
	top: 20%;
	left: 3%;
	right: 50%;
	width: 30%;
}
ul.menu-list {
	list-style: none;
	display: inline-flex;
	margin: 0 auto;
}
ul.menu-list li.menu-list-item {
  margin-left: 1rem;
  margin-right: .5rem;
}
/* ,emu right */
.menu-right {
	position: absolute;
	top: 20%;
	right: 3%;
	left: 57%;
	width: 42%;
}
.footer-bg {
	z-index: -99;
	position: absolute;
}
.footer-left {
	top: -35px;
	position: relative;
	font-size: 0.8rem;
}
.footer-right {
	top: -35px;
	position: relative;
	font-size: 0.8rem;
}
.footer-center {
	top: -35px;
	position: relative;
	font-size: 0.7rem;
}
.border-left {
	border-left: 1px solid #686868;
	padding-left: 3rem;
	margin-left: 3rem;
}
.border-right {
	border-right: 1px solid #686868;
	padding-right: 3rem;
	margin-right: 3rem;
}
}

@media (min-width: 910px) {
.form-search {
	display: flex;
	position: absolute;
	top: 10%;
	right: 65%;
	float: left;
	width: 40%;
}
.menu-wrapper {
	width: 100%;
	position: relative;
	top: 0;
	z-index: 99;
	font-size: 0.85rem;
	font-weight: 600;
	line-height: 2rem;
}
.carousel-wrapper {
	margin-top: -80px;
}
.menu-left {
	position: absolute;
	top: 20%;
	left: 3%;
	right: 50%;
	width: 37%;
}
ul.menu-list {
	list-style: none;
	display: inline-flex;
	margin: 0 auto;
}
ul.menu-list li.menu-list-item {
  margin-left: 1rem;
  margin-right: .5rem;
}
/* ,emu right */
.menu-right {
	position: absolute;
	top: 20%;
	right: 3%;
	left: 56%;
	width: 44%;
}
.border-left {
	border-left: 1px solid #686868;
	padding-left: 3rem;
}
}
@media (min-width: 992px) {
.form-search {
	display: flex;
	position: absolute;
	top: 10%;
	right: 85%;
	float: left;
	width: 100%;
}
.mg-1 {
	margin-top: 1.8rem;
}
.menuft {
	text-align: left;
}
.menu-wrapper {
	width: 90%;
	position: relative;
	top: 0;
	z-index: 99;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 2rem;
}
.carousel-wrapper {
	margin-top: -94px;
}
.menu-left {
	position: absolute;
	top: 20%;
	left: 6%;
	right: 50%;
	width: 30%;
}
ul.menu-list {
	list-style: none;
	display: inline-flex;
	margin: 0 auto;
}
ul.menu-list li.menu-list-item {
  margin-left: 1rem;
  margin-right: 1rem;
}
/* ,emu right */
.menu-right {
	position: absolute;
	top: 20%;
	right: 3%;
	left: 59%;
	width: 38%;
}
.footer-left {
	top: -45px;
	position: relative;
	font-size: 0.9rem;
}
.footer-right {
	top: -45px;
	position: relative;
	font-size:0.9rem;
}
.footer-center {
	top: -35px;
	position: relative;
	font-size:0.8rem
}
}

@media (min-width: 1200px) {
.form-search {
	display: flex;
	position: absolute;
	top: 6%;
	right: 75%;
	float: left;
}
.menuft {
	text-align: left;
}
.menu-wrapper {
	width: 75%;
	position: relative;
	top: 0;
	z-index: 99;
}
.carousel-wrapper {
	margin-top: -93px;
}
.menu-left {
	position: absolute;
	top: 20%;
	left: 6%;
	right: 50%;
	width: 30%;
}
ul.menu-list {
	list-style: none;
	display: inline-flex;
	margin: 0 auto;
}
ul.menu-list li.menu-list-item {
  margin-left: 1rem;
  margin-right: 1rem;
}
/* ,emu right */
.menu-right {
	position: absolute;
	top: 20%;
	right: 3%;
	left: 59%;
	width: 38%;
}
.footer-left {
	top: -55px;
	position: relative;
	font-size: 1rem;
}
.footer-right {
	top: -55px;
	position: relative;
	font-size:1rem;
}
.footer-center {
	top: -45px;
	position: relative;
	font-size:0.9rem
}

}

@media (min-width: 1400px) {
.form-search {
	display: flex;
	position: absolute;
	top: 6%;
	right: 75%;
	float: left;
}
.carousel-wrapper {
	margin-top: -107px;
}
.menu-wrapper {
	width: 75%;
	position: relative;
	top: 0;
	z-index: 99;
}
.menu-left {
	position: absolute;
	top: 24%;
	left: 6%;
	right: 50%;
	width: 30%;
}
ul.menu-list {
	list-style: none;
	display: inline-flex;
	margin: 0 auto;
}
ul.menu-list li.menu-list-item {
  margin-left: 1rem;
  margin-right: 1rem;
}
/* ,emu right */
.menu-right {
	position: absolute;
	top: 24%;
	right: 4%;
	left: 62%;
	width: 34%;
}
}
