@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,800&family=Roboto:ital,wght@1,100;1,300;1,500&display=swap");
.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* COLORS */
/* BACKGROUND COLORS */
/* TEXT COLORS */
/* MEASURES VARIABLES */
/* BORDER COLORS */
/*BORDER DEFAULT*/
/* BORDER RADIUS */
/* BOX SHADOW*/
/*TRANSITIONS*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

button {
  color: #7e7e7e;
}

.button-normal-main {
  box-sizing: border-box;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0.7rem;
  border-radius: 1rem;
  width: 100%;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  background-color: rgb(1, 136, 209);
  color: white;
}

.button-normal-main:hover {
  background-color: white;
  color: rgb(1, 136, 209);
  border: 1px solid rgb(1, 136, 209);
}

.button-normal-clear {
  box-sizing: border-box;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0.7rem;
  border-radius: 1rem;
  width: 100%;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  background-color: white;
  color: rgb(1, 136, 209);
  border: 1px solid rgb(1, 136, 209);
}

.button-normal-clear:hover {
  background-color: rgb(1, 136, 209);
  color: white;
}

.button-normal-light {
  box-sizing: border-box;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0.7rem;
  border-radius: 1rem;
  width: 100%;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  background-color: rgba(117, 218, 255, 0.3);
  color: rgb(1, 136, 209);
}

.button-normal-light:hover {
  background-color: rgb(1, 136, 209);
  color: white;
}

.button-normal-dark {
  box-sizing: border-box;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0.7rem;
  border-radius: 1rem;
  width: 100%;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  background-color: white;
  color: black;
  border: 1px solid black;
}

.button-normal-dark:hover {
  background-color: black;
  color: white;
}

.button-normal-custom-color1 {
  box-sizing: border-box;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0.7rem;
  border-radius: 1rem;
  width: 100%;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  background-color: white;
  color: #F05621;
  border: 1px solid #F05621;
}

.button-normal-custom-color1:hover {
  background-color: #F05621;
  color: white;
}

.control-filter {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px 20px;
  border: 1px solid #ececec;
  border-radius: 20px;
  color: #7e7e7e;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.control-filter:hover {
  background-color: #F2F3F4;
}

.control-filter-combobox {
  padding: 0 10px;
}

.control-filter-combobox-options {
  position: absolute;
  top: 85%;
  width: 100%;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: rgba(17, 12, 46, 0.1) 0px 28px 50px 0px;
  z-index: 99;
}

.hide-options {
  display: none;
}

.control-filter-combobox-item {
  width: 100%;
  height: 100%;
  padding: 10px 5px;
  text-align: center;
}

.control-filter-combobox-item:hover {
  background-color: #F2F3F4;
}

@media (max-width: 800px) {
  .control-filter {
    margin-bottom: 12px;
    margin-left: 0;
  }
}
div, section {
  box-sizing: border-box;
}

.dropdown-btn {
  border: none;
}

.dropdown-container {
  position: relative;
  transition: all 1s;
}

.dropdown-cont {
  display: none;
  top: 100%;
  position: absolute;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  z-index: 999;
}

.dropdown-content-link {
  color: #253D4E;
  text-decoration: none;
  padding: 15px 10px;
}

.dropdown-content-link:hover {
  background-color: rgba(117, 218, 255, 0.3);
}

.dropdown-container:hover .dropdown-cont {
  display: block;
}

.dropdown-container:hover .dropdown-btn {
  background-color: rgb(228, 246, 255);
}

/* ---- */
.input-item {
  padding: 10px 0;
}

.text-input {
  padding: 15px;
  border: none;
  margin: 5px;
  border: 1px solid #ececec;
  border-radius: 20px;
  width: 100%;
  color: #7e7e7e;
}

.label-input-primary {
  color: rgb(1, 136, 209);
  font-weight: bold;
}

.button-form {
  margin: 20px 10px;
}

a {
  text-decoration: none;
  color: #7e7e7e;
}

a:hover {
  color: rgb(1, 136, 209);
}

.text-and-icon {
  display: flex;
  align-items: center;
}
.text-and-icon .r-space {
  margin-right: 10px;
}

.text-and-icon p {
  margin: 0;
  padding: 0;
}

.icon-main-color {
  color: rgb(1, 136, 209);
}

/* TITLES STYLES */
p, a, b, i, label, input h1, h2, h3 {
  font-family: "Open Sans", sans-serif;
  font-family: "Roboto", sans-serif;
}

textarea:focus, input:focus {
  outline: none;
}

.title-section-big {
  color: rgb(1, 136, 209);
}

/*---------------*/
.controls-page-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.page-navigation-item {
  padding-right: 10px;
}

/* FOOTER */
.footer-section {
  background-color: rgb(1, 136, 209);
  color: white;
  padding: 0 5vw;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-around;
  position: relative;
  overflow: hidden;
}

.footer-sub-section-title {
  padding-bottom: 10px;
  border-bottom: solid 4px white;
  border-radius: 3px;
}

.footer-decoration-circle {
  width: 350px;
  height: 350px;
  border-radius: 100%;
  background-color: rgba(117, 218, 255, 0.3);
  position: absolute;
  top: -3%;
  left: -8%;
  padding: 15px;
  border: 5px solid rgba(117, 218, 255, 0.3);
}

.footer-contact-section {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
}

.footer-icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.footer-contact-section a {
  text-decoration: none;
  color: white;
}

.footer-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  flex-wrap: wrap;
}

.footer-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-down a {
  color: white;
  text-decoration: none;
}

.footer-main-list {
  padding-top: 10px;
}

.footer-main-list li {
  margin: 20px 0;
}

.footer-main-list a {
  text-decoration: none;
  color: white;
}

/* MOBILE MENU */
.menu-open {
  margin-right: 20px;
  cursor: pointer;
  display: none;
}

.menu-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 100;
  color: white;
  overflow-y: hidden;
  transition: all 0.7s;
}

.close-mobile-menu {
  background-color: rgba(117, 218, 255, 0.3);
  border-radius: 100%;
  padding: 8px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-mobile-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgb(1, 136, 209);
  width: 100%;
  height: 100%;
  margin-right: 20%;
  padding: 30px 30px;
  overflow-y: scroll;
}

.menu-mobile-section {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.menu-mobile-section-item {
  width: 100%;
  padding: 3.5% 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-mobile-section-item:hover {
  background-color: rgba(117, 218, 255, 0.3);
  padding-left: 20px;
  border-radius: 20px;
}

.menu-mobile-section-item h2 {
  margin-bottom: 15px;
  padding-bottom: 3px;
  border-bottom: 3px solid white;
}

.menu-mobile-section-item a {
  color: white;
  padding: 5px 0;
}

.nav-container {
  width: 100%;
}

.nav-cont {
  padding: 20px 25px;
}

/* MAIN AND UPPER NAVBAR CONTAINER */
.nav-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 10px;
}

.nav-main-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* --- */
/* LOGO ITEM NAVBAR */
.nav-menu-logo {
  color: rgb(1, 136, 209);
}

.nav-menu-logo a {
  /* padding-left: 10px; */
  color: rgb(1, 136, 209);
}

/* MIDDLE SEARCH BAR */
.nav-search {
  display: flex;
  align-items: center;
  margin-top: 5px;
  padding: 5px 5px;
  background-color: rgba(117, 218, 255, 0.3);
  border-radius: 20px;
  width: 40vw;
}

.nav-search span {
  color: rgb(1, 136, 209);
}

.nav-search input {
  margin-left: 10px;
  color: #7e7e7e;
  width: 90%;
  padding: 10px;
  border: none;
  background-color: transparent;
}

.nav-search input:focus {
  border: none;
  outline: none;
}

/* --- */
/* RIGTH ICONS ON NAVBAR */
.nav-user-icon-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  border: none;
  background-color: transparent;
}

.nav-user-icon-item span {
  color: rgb(1, 136, 209);
}

.nav-user-icon-item p {
  padding-left: 10px;
}

/* --- */
/* NAVBAR CATEGORIES UNDER MENU */
.nav-under-menu {
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-wrap: wrap;
  border-top: 1px solid rgba(65, 65, 65, 0.2);
}

.nav-under-menu-item {
  padding: 15px 20px;
}

.nav-under-menu-item:hover {
  background-color: rgba(117, 218, 255, 0.3);
  border-radius: 20px;
}

.nav-under-menu-item a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-under-menu-item a span {
  padding-left: 5px;
  color: rgb(1, 136, 209);
}

.landing-page-items-carousel {
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0 0;
  opacity: 0.95;
  width: 100%;
}

.carousel-scroll {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.5s;
  opacity: 0.9;
}

.carousel-scroll:hover {
  transform: scale(1.2);
}

.carousel-scroll-right {
  position: absolute;
  top: 55%;
  right: -2%;
  width: 60px;
  height: 60px;
  border: 5px solid white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(228, 246, 255);
}

.carousel-scroll-left {
  position: absolute;
  top: 55%;
  left: -2%;
  z-index: 99;
  width: 60px;
  height: 60px;
  border: 5px solid white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(228, 246, 255);
}

.landing-page-items-carousel::-webkit-scrollbar {
  display: none;
}

/* BANNER */
/* .landing-page-banner {

    width: 100%;
    height: 100%;

    position: relative;

} */
.banner-cont {
  width: 100%;
  overflow: hidden;
  padding: 0px;
  position: relative;
  border-radius: 20px;
}

.banner-images {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  scroll-behavior: smooth;
  transition: all 1s ease-in-out;
}

.banner-item {
  width: 100%;
  height: 70vh;
  flex-shrink: 0;
}

.banner-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-btn-change {
  /* background-color:wheat;
  border: 10px solid whitesmoke; */
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: absolute;
  cursor: pointer;
  top: 45%;
  z-index: 99;
  color: white;
  opacity: 0.8;
  font-size: 2rem;
  transition: all 0.5s;
}

.banner-btn-change:hover {
  background-color: white;
  color: rgb(1, 136, 209);
}

.banner-before {
  left: 0%;
}

.banner-after {
  right: 0%;
}

.banner-text {
  top: 0;
  left: 0;
  width: 30vw;
  height: 50%;
  padding: 8%;
  position: absolute;
  font-size: 1.2rem;
}

.form-cont {
  padding: 20px 10%;
}

/*** PAGINATION ***/
.pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 20px 0;
}

.pagination-list {
  text-decoration: none;
  padding: 0 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-list-item {
  transition: all 0.5s ease-out;
  padding: 12px;
  height: 40px;
  width: 40px;
  margin: 3px;
  color: #7e7e7e;
  background-color: #F2F3F4;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.pagination-list-link {
  font-weight: bold;
}

.pagination-list-item:hover {
  box-shadow: rgba(17, 12, 46, 0.1) 0px 28px 50px 0px;
}

.active {
  background-color: rgb(1, 136, 209);
  color: white;
}

/* PRODUCTOS */
.product-card {
  transition: all 0.5s ease-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 20px 15px;
  width: 220px;
  border-radius: 20px;
  border: 1px solid #ececec;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  margin-right: 30px;
  opacity: 0.9;
  color: #7e7e7e;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.product-card:hover {
  box-shadow: rgba(17, 12, 46, 0.1) 0px 28px 50px 0px;
}

.product-card-top-pop {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgb(1, 136, 209);
  border-radius: 0 0 0 20px;
  padding: 7px;
  max-width: 40%;
  max-height: 30%;
}

.product-card-top {
  overflow: hidden;
  width: 100%;
  height: 50%;
  min-height: 50%;
  color: white;
}

.product-card-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.product-card-body {
  padding: 15px 10px;
  width: 100%;
  height: 50%;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-card-title {
  margin-bottom: 0;
  font-weight: bold;
  text-align: left;
  font-size: 0.9rem;
  max-height: 50%;
  overflow: hidden;
}

.product-card-descrip {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 1rem;
  max-height: 100%;
  width: 100%;
}

.product-card-brand-name {
  padding: 0;
  margin: 10px 0 0;
  color: rgb(1, 136, 209);
  font-size: 0.8rem;
}

.product-card-prices {
  display: flex;
  justify-content: center;
}

.product-card-prices p {
  padding-right: 10px;
}

.product-card-bottom {
  padding: 0 0;
  text-align: center;
  color: rgb(1, 136, 209);
}

.products-list-controls {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
  color: #7e7e7e;
}

.products-list-controls-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 10px;
}

/** PRODUCTS CONTAINER **/
.products-list-container {
  width: 70%;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

/** PRODUCTS GRID **/
.product-list-grid {
  width: 100%;
  margin: 1rem 0;
  display: grid;
  gap: 1.5rem 2rem;
  grid-auto-rows: 22rem;
  grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
}

.product-card {
  flex-grow: 1;
  margin: 0;
  width: 100%;
}

/* RIGHT FILTERS ON A PRODCTS LIST

CONTAIN FILTERS AS CATEGORIES, BRANDS, PROCES, COLOR ETC

*/
.product-list-page-filters {
  width: 27%;
  overflow: hidden;
  padding: 2px 10px;
}

.product-list-page-filt {
  padding: 10px 40px;
  margin-bottom: 1rem;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  border: 1px solid #ececec;
  cursor: pointer;
}

.filt-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
}

.filt-list-item-main {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

.filt-list-item {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.filt-list-item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #F2F3F4;
}

.filt-list-item {
  padding: 5px 0;
}

.filt-subitems-conts {
  transition: all 0.5s ease-out;
  list-style-type: none;
  padding-inline-start: 1rem;
  padding: 15px 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

/* TOGGLE CLASSES*/
.hide-subitems {
  height: 0;
  padding: 0;
  margin: 0;
}

.filter-icon-rotate {
  rotate: 180deg;
}

/** ***/
.filt-subitem {
  padding: 5px 0;
}

.filt-subitem-link {
  color: #7e7e7e;
}
.filt-subitem-link input {
  margin-right: 10px;
}

.filter-subitem-range {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.filter-subitem-range .filter-range {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-right: 10px;
  opacity: 0.8;
}
.filter-subitem-range .filter-range b {
  color: #7e7e7e;
  margin-right: 10px;
}
.filter-subitem-range .filter-range input {
  border: none;
  color: #7e7e7e;
  padding: 0;
  margin: 0;
  width: 80px;
  height: 30px;
  text-decoration: none;
  border-bottom: 1px solid #F2F3F4;
  text-align: center;
}

/********/
.products-list-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 500px) {
  .product-list-grid {
    grid-template-columns: repeat(auto-fill, minmax(6rem, 1fr));
    grid-auto-rows: 18rem;
  }
}
/* SECTIONS DOWN TO THE BANNER */
/* ESTILOS DE SECCIONES EN LANDING PAGE */
.landing-page-section {
  padding: 20px 0px;
  position: relative;
}

.landing-page-section-up {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.landing-page-section-title {
  color: rgb(1, 136, 209);
  max-width: 50%;
  border-radius: 3px;
  text-align: center;
  padding: 10px 0;
}

.landing-page-section-more {
  position: absolute;
  right: 0;
}

.landing-page-section-more p {
  font-size: 0.8rem;
}

.landing-page-section-more span {
  margin: 0;
}

.landing-page-section-title span {
  color: black;
}

/* MARCAS */
.marca {
  overflow: hidden;
  width: 400px;
  height: 350px;
  border-radius: 20px;
  margin-right: 20px;
}

.marca img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* SECTION CATEGORIAS */
/* .categorias {

    justify-content: space-between;

} */
.item-categoria {
  margin-right: 50px;
}

.item-categoria-img {
  border-radius: 100%;
  overflow: hidden;
  padding: 20px;
  width: 140px;
  height: 130px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  opacity: 0.9;
}

.item-categoria-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-categoria h3 {
  text-align: center;
}

.product-features {
  padding: 20px;
  width: 100%;
  color: #7e7e7e;
  text-align: center;
}

.features-container {
  border-radius: 20px;
}

.features-cont-tables {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.features-cont-tables-item {
  width: 45%;
  text-align: left;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #F2F3F4;
  border-radius: 20px;
}

td, th {
  text-align: left;
  padding: 15px;
}

tr:nth-child(even) {
  background-color: #F2F3F4;
}

.features-cont-large-descrip {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F2F3F4;
}

@media (max-width: 950px) {
  .features-cont-tables {
    flex-wrap: wrap;
  }
  .features-cont-tables-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.catalog-page-cont {
  width: 100vw;
  height: 100vh;
  margin: 0;
  margin-bottom: 2rem;
  padding: 2rem;
  box-sizing: border-box;
  max-width: 100%;
  height: 100%;
}

.catalog-page-upper {
  padding-bottom: 30px;
}

.catalog-banner-content {
  padding: 3rem 2rem;
  background-color: rgb(228, 246, 255);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.catalog-banner-content .catalog-banner-title {
  margin: 0;
  font-size: 3rem;
  padding: 1rem 0;
  color: rgb(1, 136, 209);
}
.catalog-banner-content .catalog-banner-image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.catalog-page-middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: content-box;
  padding: 1rem 0;
}

@media (max-width: 1220px) {
  .catalog-page-cont {
    width: 100vw;
    height: 100vh;
    margin: 0;
    margin-bottom: 2rem;
    padding: 2rem;
    box-sizing: border-box;
    max-width: 100%;
    padding: 1rem;
    height: 100%;
  }
  .catalog-page-upper {
    padding-bottom: 0;
  }
  .products-list-container {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 35px;
  }
  .products-list-pagination {
    width: 100%;
  }
  .product-list-page-filters {
    width: 100%;
  }
  .filter-range {
    flex-wrap: wrap;
  }
  .products-list-controls {
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
    margin-bottom: 5px;
  }
  .products-list-controls-section {
    justify-content: flex-start;
  }
}
.form-container {
  width: 100vw;
  height: 100vh;
  margin: 0;
  margin-bottom: 2rem;
  padding: 2rem;
  box-sizing: border-box;
  max-width: 100%;
  height: 100%;
}

.main-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-cont {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.form-cont h1 {
  color: #F05621;
  font-size: 3rem;
  font-weight: bold;
}
.form-cont p {
  color: #7e7e7e;
}
.form-cont label {
  color: #F05621;
}

.form-image {
  width: 50%;
  height: 100%;
}
.form-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 950px) {
  .main-section {
    display: block;
  }
  .form-cont {
    width: 100%;
  }
  .form-image {
    margin-top: 20px;
    width: 100%;
  }
}
/* MEDIA QUERY */
@media (max-width: 1000px) {
  .main-container {
    position: relative;
  }
  .banner-item {
    height: 30vh;
  }
  .banner-btn-change {
    top: 35%;
    font-size: 2rem;
    opacity: 0.5;
  }
  .marca {
    overflow: hidden;
    width: 250px;
    height: 220px;
    border-radius: 20px;
    margin-right: 10px;
  }
  .nav-main {
    justify-content: space-between;
    box-sizing: border-box;
    border: none;
    position: fixed;
    top: 0;
    left: 0;
    flex-wrap: wrap;
    padding: 15px 15px;
    margin-bottom: 35px;
    width: 100%;
    background-color: white;
    z-index: 99;
  }
  .nav-cont {
    padding: 15px 15px;
    height: 120px;
  }
  .nav-search-mobile {
    display: inline;
  }
  .nav-main-title {
    font-size: 1.2rem;
  }
  .text-and-icon h4 {
    font-size: 0.8rem;
  }
  .nav-menu-logo {
    display: flex;
    order: 1;
  }
  .nav-search-bar {
    order: 3;
    width: 100%;
  }
  .nav-search {
    width: 100%;
  }
  .nav-user-icons {
    order: 2;
  }
  .nav-user-icon-item p {
    display: none;
  }
  .menu-open {
    display: inline;
  }
  .menu-mobile-section {
    overflow-y: scroll;
  }
  .menu-mobile-bottom {
    padding-bottom: 10px;
  }
  .nav-under-menu {
    position: fixed;
    flex-direction: column;
    top: 0;
    left: 0;
    height: 60vh;
    width: 100vw;
    background-color: rgb(1, 136, 209);
    z-index: 99;
    display: none;
  }
  .landing-page-section {
    padding: 10px 0;
  }
  .landing-page-section-up {
    justify-content: left;
  }
  .landing-page-section-title {
    font-size: 1rem;
    max-width: 80%;
    padding-left: 12px;
  }
  .carousel-scroll {
    display: none;
  }
  .product-card-top-pop {
    max-width: 25%;
    max-height: 15%;
    font-size: 0.7rem;
  }
  .item-categoria-img {
    width: 100px;
    height: 105px;
  }
  .footer-main {
    justify-content: center;
    align-items: center;
  }
  .footer-sub-section {
    flex-shrink: 0;
    width: 90%;
    margin-bottom: 20px;
  }
}
@media (min-width: 901px) {
  .nav-search-mobile {
    display: none;
  }
}
@media (min-width: 550px) {
  .banner-item {
    height: 70vh;
  }
}/*# sourceMappingURL=main.css.map */