/*COL-12*/
.row {
  display: flex;
  flex-wrap: wrap;
  /* col-sm */
  /* col-md */
  /* col-lg */
  /* col-xl */
  /* col-xxl */
}
.row.reverse {
  flex-direction: row-reverse;
}
.row .col-1 {
  width: 8.33%;
}
.row .col-2 {
  width: 16.66%;
}
.row .col-3 {
  width: 25%;
}
.row .col-4 {
  width: 33.33%;
}
.row .col-5 {
  width: 41.66%;
}
.row .col-6 {
  width: 50%;
}
.row .col-7 {
  width: 58.33%;
}
.row .col-8 {
  width: 66.66%;
}
.row .col-9 {
  width: 75%;
}
.row .col-10 {
  width: 83.33%;
}
.row .col-11 {
  width: 91.66%;
}
.row .col-12 {
  width: 100%;
}
@media (min-width: 576px) {
  .row.reverse-sm {
    flex-direction: row-reverse;
  }
  .row .col-sm-1 {
    width: 8.33%;
  }
  .row .col-sm-2 {
    width: 16.66%;
  }
  .row .col-sm-3 {
    width: 25%;
  }
  .row .col-sm-4 {
    width: 33.33%;
  }
  .row .col-sm-5 {
    width: 41.66%;
  }
  .row .col-sm-6 {
    width: 50%;
  }
  .row .col-sm-7 {
    width: 58.33%;
  }
  .row .col-sm-8 {
    width: 66.66%;
  }
  .row .col-sm-9 {
    width: 75%;
  }
  .row .col-sm-10 {
    width: 83.33%;
  }
  .row .col-sm-11 {
    width: 91.66%;
  }
  .row .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .row.reverse-md {
    flex-direction: row-reverse;
  }
  .row .col-md-1 {
    width: 8.33%;
  }
  .row .col-md-2 {
    width: 16.66%;
  }
  .row .col-md-3 {
    width: 25%;
  }
  .row .col-md-4 {
    width: 33.33%;
  }
  .row .col-md-5 {
    width: 41.66%;
  }
  .row .col-md-6 {
    width: 50%;
  }
  .row .col-md-7 {
    width: 58.33%;
  }
  .row .col-md-8 {
    width: 66.66%;
  }
  .row .col-md-9 {
    width: 75%;
  }
  .row .col-md-10 {
    width: 83.33%;
  }
  .row .col-md-11 {
    width: 91.66%;
  }
  .row .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .row.reverse-lg {
    flex-direction: row-reverse;
  }
  .row .col-lg-1 {
    width: 8.33%;
  }
  .row .col-lg-2 {
    width: 16.66%;
  }
  .row .col-lg-3 {
    width: 25%;
  }
  .row .col-lg-4 {
    width: 33.33%;
  }
  .row .col-lg-5 {
    width: 41.66%;
  }
  .row .col-lg-6 {
    width: 50%;
  }
  .row .col-lg-7 {
    width: 58.33%;
  }
  .row .col-lg-8 {
    width: 66.66%;
  }
  .row .col-lg-9 {
    width: 75%;
  }
  .row .col-lg-10 {
    width: 83.33%;
  }
  .row .col-lg-11 {
    width: 91.66%;
  }
  .row .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .row.reverse-xl {
    flex-direction: row-reverse;
  }
  .row .col-xl-1 {
    width: 8.33%;
  }
  .row .col-xl-2 {
    width: 16.66%;
  }
  .row .col-xl-3 {
    width: 25%;
  }
  .row .col-xl-4 {
    width: 33.33%;
  }
  .row .col-xl-5 {
    width: 41.66%;
  }
  .row .col-xl-6 {
    width: 50%;
  }
  .row .col-xl-7 {
    width: 58.33%;
  }
  .row .col-xl-8 {
    width: 66.66%;
  }
  .row .col-xl-9 {
    width: 75%;
  }
  .row .col-xl-10 {
    width: 83.33%;
  }
  .row .col-xl-11 {
    width: 91.66%;
  }
  .row .col-xl-12 {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .row.reverse-xxl {
    flex-direction: row-reverse;
  }
  .row .col-xxl-1 {
    width: 8.33%;
  }
  .row .col-xxl-2 {
    width: 16.66%;
  }
  .row .col-xxl-3 {
    width: 25%;
  }
  .row .col-xxl-4 {
    width: 33.33%;
  }
  .row .col-xxl-5 {
    width: 41.66%;
  }
  .row .col-xxl-6 {
    width: 50%;
  }
  .row .col-xxl-7 {
    width: 58.33%;
  }
  .row .col-xxl-8 {
    width: 66.66%;
  }
  .row .col-xxl-9 {
    width: 75%;
  }
  .row .col-xxl-10 {
    width: 83.33%;
  }
  .row .col-xxl-11 {
    width: 91.66%;
  }
  .row .col-xxl-12 {
    width: 100%;
  }
}

[class*=col-] {
  flex: 0 0 auto;
}

/* color-btn */
html, body {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  font-family: "Mulish", serif !important;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 15px;
  user-select: none;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden !important;
  scrollbar-width: thin;
}

*, ::before,
::after {
  scroll-behavior: smooth;
  box-sizing: border-box !important;
}

/* Container */
/* Barra scroll */
::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
  transition: 1s all !important;
  cursor: pointer !important;
  transition: 0.3s all;
}
::-webkit-scrollbar:horizontal {
  width: 0rem;
  height: 0rem;
}

::-webkit-scrollbar-track {
  background: rgba(128, 128, 128, 0.15);
  z-index: 100;
  cursor: default !important;
}

::-webkit-scrollbar-thumb {
  background: #000000;
  transition: 0.3s all !important;
  border-radius: 0.3rem;
  z-index: 100;
  cursor: default !important;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 146, 69, 0.8);
  cursor: default !important;
}

.cssHiddenImportant {
  display: none !important;
}

/* mixins */
/* BOX SHADOW */
/* TEXT SHADOW */
h1, h2, h3, h4, h5, h6 {
  font-family: "Cocogoose", serif !important;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-family: "Berlin", serif !important;
}

a {
  text-decoration: none !important;
  color: #662d91;
}
a:hover {
  text-decoration: none !important;
}

[onclick*=page] {
  cursor: pointer;
}

[class*=action] {
  cursor: pointer;
}

.actionOpenPage-Masivos {
  transition: all 0.3s;
}
.actionOpenPage-Masivos:hover {
  color: #009245;
  cursor: pointer;
}

textarea {
  font-family: "Mulish", serif !important;
}
textarea::-webkit-scrollbar-track {
  background: rgba(128, 128, 128, 0);
}
textarea::-webkit-scrollbar {
  width: 0.4rem;
}
textarea::-webkit-scrollbar-thumb {
  background-color: rgba(128, 128, 128, 0) !important;
  transition: background-color 4s !important;
  -webkit-transition: background-color 4s !important;
}
textarea:hover::-webkit-scrollbar-thumb {
  background-color: rgba(128, 128, 128, 0.5) !important;
}

.iconDat {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.35rem;
  transition: all 0.3s;
}
.iconDat.grey {
  color: #000000;
  opacity: 0.5;
}
.iconDat i {
  padding: 0.12rem;
}

.actionModalClose {
  cursor: default !important;
}

button {
  cursor: pointer !important;
  border: none;
  background-color: initial;
  font-family: "Mulish";
  padding: 0;
  font-size: 0.9rem;
  transition: all 0.3s;
}
button:focus-visible {
  border: none;
  background-color: none;
  outline: -webkit-focus-ring-color auto 0px;
}
button:focus {
  border: none;
  background-color: none;
}

.btn {
  border-radius: 1.2rem !important;
  height: fit-content;
  padding: 1rem 2rem;
  transition: all 0.3s;
  cursor: pointer !important;
}
.btn:disabled {
  opacity: 0.5 !important;
  cursor: no-drop !important;
}
.btn:hover {
  opacity: 0.9;
}
.btn.primary {
  background-image: linear-gradient(to bottom, #22B573, #009245);
  color: #ffffff;
}
.btn.secundary {
  background-image: linear-gradient(to bottom, #202020, #0e0e0e);
  color: #ffffff;
}
.btn.tertiary {
  background-image: linear-gradient(to bottom, #ffffff, #f8f8f8);
  color: #000000;
}
.btn.sm {
  font-size: 0.8rem;
}
.btn.lg {
  font-size: 1.2rem;
}

.btn-border {
  border-radius: 1.2rem !important;
  height: fit-content;
  padding: 0.9rem 2rem;
  transition: all 0.3s;
  font-weight: bolder;
  border: 2px solid;
}
.btn-border:focus-visible {
  border: 2px solid;
  background-color: none;
  outline: -webkit-focus-ring-color auto 0px;
}
.btn-border:focus {
  border: 2px solid;
  background-color: none;
}
.btn-border.primary {
  color: #662d91;
  border-color: rgba(102, 45, 145, 0.5);
}
.btn-border.primary:hover {
  background-color: rgba(102, 45, 145, 0.1);
}
.btn-border.secundary {
  color: #000000;
  border-color: black;
}
.btn-border.secundary:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-border.tertiary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-border.tertiary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-border.sm {
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  border-radius: 0.8rem !important;
}
.btn-border.lg {
  font-size: 1.2rem;
  padding: 1.3rem 2.5rem;
}

.btn-option-points {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.25rem;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 5px;
  transition: all 0.3s;
  color: rgba(128, 128, 128, 0.9);
}
.btn-option-points:hover {
  background-color: rgba(128, 128, 128, 0.1);
}
.btn-option-points:hover .business-option-menu {
  display: block;
}
.btn-option-points i {
  padding: 0.12rem;
}

.btnUpdatePayment {
  padding: 0 0.5rem;
  display: flex;
  width: 100%;
  padding-top: 0.5rem;
}
.btnUpdatePayment div {
  width: 100%;
  cursor: pointer;
  color: #ffc400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.6rem 1.1rem;
  font-size: 0.9rem;
  font-weight: bold;
  transition: all 0.3s;
}
.btnUpdatePayment div:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #662d91 !important;
}
.btnUpdatePayment div i {
  margin-right: 1rem;
  margin-top: 2px;
}

.skeleton-preloader {
  padding: 1rem;
}
@keyframes skeleton-loading {
  0% {
    background-color: hsl(305deg, 8%, 74%);
  }
  100% {
    background-color: hsl(200deg, 20%, 95%);
  }
}
.skeleton-preloader .plealoader {
  border-radius: 0.3rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
  animation: skeleton-loading 1s linear infinite alternate;
}
.skeleton-preloader .plealoader.circle {
  border-radius: 50%;
}

/* <div class="skeleton-preloader">
                <div class="plealoader" style="height: 15px; width: 100%;"  ></div>
                <div class="plealoader" style="height: 15px; width: 100%;"  ></div>
                <div class="plealoader" style="height: 15px; width: 80%;"  ></div>
            </div> */
@font-face {
  font-family: "Mulish";
  src: url("../assets/fonts/mulish.ttf");
}
@font-face {
  font-family: "Cocogoose";
  src: url("../assets/fonts/cocogoose.ttf");
}
@font-face {
  font-family: "Berlin";
  src: url("../assets/fonts/berlin.ttf");
}
.accordion {
  margin-bottom: 0.7rem;
}
.accordion .accordion_title {
  padding: 1rem;
  border-radius: 0.7rem;
  box-shadow: 0 3px 10px rgba(1, 54, 54, 0.07);
  transition: all 0.3s;
  font-weight: 600;
  border: 0.5px solid rgba(128, 128, 128, 0.1);
  color: #000000;
  background-color: #ffffff;
  transition: 0.3s all;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion .accordion_title .css-title {
  width: calc(100% - 1.5rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.accordion .accordion_title .css-title.green {
  color: #009245;
}
.accordion .accordion_title .css-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion .accordion_title .css-icon.green {
  color: #009245 !important;
}
.accordion .accordion_title.active .css-icon {
  transform: rotate(180deg);
  transition: 0.3s;
}
.accordion .accordion_title:hover, .accordion .accordion_title.active {
  background-color: #009245;
  color: #ffffff;
}
.accordion .accordion_content {
  padding: 1rem;
  border-radius: 0.7rem;
  box-shadow: 0 3px 10px rgba(1, 54, 54, 0.07);
  transition: all 0.3s;
  margin-top: 0.3rem;
}

.menu-left {
  position: fixed;
  width: 0;
  top: 0;
  left: 0;
}
.menu-left.show .back-after {
  display: block;
  bottom: 0;
  right: 0;
  opacity: 1;
}
.menu-left.show .menu-left-container {
  transform: translate(0);
}
.menu-left .menu-left-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(-350px);
  width: 320px;
  background-color: #ffffff;
  z-index: 1000;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: relative;
  box-shadow: 0 11px 22px rgba(1, 54, 54, 0);
  transition: all 0.3s;
}
.menu-left .back-after {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.sm {
  padding: 1rem;
}
.modal.sm .modal_container {
  max-width: 25rem;
}
.modal.md {
  padding: 1rem;
}
.modal.md .modal_container {
  max-width: 55rem;
}
.modal.lg {
  padding: 1rem;
}
.modal.show {
  display: flex !important;
}
@keyframes modalAnimation {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
.modal.show .modal_container {
  animation-name: modalAnimation;
  animation-duration: 0.3s;
}
.modal .back_black {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal .modal_container {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  transition: all 0.3s;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modal .modal_container .modal_header {
  display: flex;
  margin-bottom: 1rem;
}
.modal .modal_container .modal_header .title {
  flex: 1;
  font-size: 1;
  font-weight: bolder;
  text-transform: uppercase;
}
.modal .modal_container .modal_header .close {
  font-size: 0.8rem;
  margin-left: 1rem;
}
.modal .modal_container .modal_footer {
  margin-top: 1rem;
  text-align: right;
}

.dropdown {
  display: inline-block;
}
.dropdown.relative {
  position: relative;
}

.dropdown-content {
  position: absolute;
  margin-top: 2rem !important;
  background-color: #ffffff;
  border-radius: 0.9rem;
  box-shadow: 0 8px 14px rgba(1, 54, 54, 0.1);
  transition: all 0.3s;
  z-index: 1;
  visibility: hidden;
  transition: all 0.3s;
  cursor: pointer;
  opacity: 0;
}
.dropdown-content.right {
  right: 0;
}
.dropdown-content.left {
  left: 0;
}

.dropdown:hover .dropdown-content {
  display: block;
  visibility: visible;
  opacity: 1;
}

.dropdown:hover .dropdown-icon {
  transform: rotateX(180deg);
}

.dropdown-icon {
  transition: all 0.3s;
}

.dropdown-click {
  position: relative;
}
.dropdown-click .dropdown-click-content {
  position: absolute;
  right: 0;
  display: none;
  margin-top: 10px;
}
.dropdown-click .dropdown-click-content.show {
  display: block;
}

.idiomas {
  position: relative;
  cursor: pointer;
}
.idiomas .idiomas-content {
  overflow: hidden;
  height: 0;
  position: absolute;
  top: 1.5rem;
  right: 0;
  box-shadow: 0 11px 22px rgba(1, 54, 54, 0.1);
  transition: all 0.3s;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 0.7rem;
}
.idiomas:hover .idiomas-content {
  padding: 1rem;
  padding-right: 1.5rem;
  height: fit-content;
}

.input-box {
  position: relative;
  margin-top: 2rem;
  height: 55px;
}
.input-box.sm {
  margin-top: 0;
  height: 45px;
}
.input-box.sm input {
  font-size: 0.9rem;
}
.input-box.sm i {
  font-size: 0.9rem;
  top: 1rem;
}
.input-box label {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  left: 1rem;
  top: 1rem;
  font-size: 1.1rem;
}
.input-box.icon input {
  padding-left: 2.8rem;
}
.input-box.icon label {
  left: 3rem;
}
.input-box input {
  border: 2px solid rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
  padding: 1rem;
  outline: none;
  width: 100%;
  height: 100%;
  font-size: 1.1rem;
  transition: all 0.3s;
}
.input-box input:focus, .input-box input:valid {
  border: 2px solid black;
}
.input-box input:focus ~ label, .input-box input:valid ~ label {
  left: 0.5rem;
  top: -1.5rem;
  font-size: 0.9rem;
  font-weight: bold;
}
.input-box input:focus ~ i, .input-box input:valid ~ i {
  color: black;
}
.input-box i {
  position: absolute;
  transition: all 0.3s;
  font-size: 1.2rem;
  left: 1rem;
  color: rgba(0, 0, 0, 0.5);
  top: 1.2rem;
}

.select-item {
  width: 100%;
  padding: 0.6rem 0.4rem;
  border-radius: 0.5rem;
  border: 2px solid #000000;
  cursor: pointer;
}
.select-item option {
  cursor: pointer;
  width: 80% !important;
}

.alert-message {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000000000000000;
  padding: 0 1rem;
  float: right;
}
.alert-message .danger {
  background-color: #f44336;
  color: #ffffff;
}
.alert-message .success {
  background-color: #04AA6D;
  color: #ffffff;
}
.alert-message .info {
  background-color: #2196F3;
  color: #ffffff;
}
.alert-message .warning {
  background-color: #ff9800;
  color: #ffffff;
}
.alert-message .white {
  background-color: #ffffff;
  color: #000000;
}
.alert-message .black {
  background-color: #000000;
  color: #ffffff;
}
.alert-message .purple {
  background-color: #662d91;
  color: #ffffff;
}
.alert-message .alert-message-item {
  border-radius: 1rem;
  animation-name: alert-message-animation;
  animation-duration: 0.3s;
  margin-bottom: 1rem;
  width: 100%;
  min-width: 350px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-shadow: 0 11px 22px rgba(1, 54, 54, 0.1);
  transition: all 0.3s;
}
@keyframes alert-message-animation {
  from {
    transform: scale(0) translateX(50px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: scale(1) translateX(0px);
    opacity: 1;
    visibility: visible;
  }
}
.alert-message .alert-message-item .close {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}
.alert-message .alert-message-item .close i, .alert-message .alert-message-item .close i::before {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.alert-message .alert-message-item p {
  padding: 1rem;
  margin: 0;
}

header {
  position: sticky;
  top: 0;
  z-index: 10000;
}
header .header {
  padding: 0.5rem;
}
header .header .header-container {
  width: 100%;
  margin: 0 auto !important;
  max-width: 1250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  height: 4.6rem;
  box-shadow: 0 11px 22px rgba(1, 54, 54, 0);
  transition: all 0.3s;
  padding: 1rem 1.3rem;
  position: relative;
}
header .header .header-container .back-blur {
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  backdrop-filter: blur(2px);
}
header .header .header-container.active {
  box-shadow: 0 11px 22px rgba(1, 54, 54, 0.05);
  transition: all 0.3s;
}
header .header .header-container .header-left {
  height: 100%;
  z-index: 1;
}
header .header .header-container .header-left .img-logo {
  height: 100%;
}
header .header .header-container .header-left .img-logo img {
  max-width: 15rem;
  height: 100%;
  width: auto;
}
header .header .header-container .header-right {
  display: flex;
  z-index: 1;
}
header .header .header-container .header-right .menu-burger {
  font-size: 1.5rem;
  color: #009245;
}
header .header .header-container .header-right .header-menu {
  display: flex;
}
header .header .header-container .header-right .header-menu .header-menu-container {
  display: flex;
  gap: 1rem;
}
header .header .header-container .header-right .header-menu .header-menu-container .list {
  cursor: pointer;
  position: relative;
}
header .header .header-container .header-right .header-menu .header-menu-container .list .title {
  font-weight: bold;
  transition: all 0.3s;
}
header .header .header-container .header-right .header-menu .header-menu-container .list.active .title {
  color: #009245;
}
header .header .header-container .header-right .header-menu .header-menu-container .list.active .content {
  display: block;
}

@media (min-width: 768px) {
  .menu-burger {
    display: none;
  }
  .header-menu .header-menu-container .header-title-container {
    display: none;
  }
  .header-menu .header-menu-container .list .content {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    box-shadow: 0 11px 22px rgba(1, 54, 54, 0.08);
    transition: all 0.3s;
    border-radius: 1rem;
    padding: 0.5rem 0;
    top: 2.5rem;
  }
  .header-menu .header-menu-container .list .content .item-list {
    padding: 0.5rem 1.2rem;
    width: max-content;
    transition: all 0.3s;
    color: #808080;
  }
  .header-menu .header-menu-container .list .content .item-list:hover {
    color: #000000;
  }
}
@media (max-width: 768px) {
  .header .header-left img {
    width: 200px !important;
  }
  .header .header-menu {
    display: none !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .header .header-menu.show {
    display: flex !important;
  }
  @keyframes menu-burger-animation {
    0% {
      width: 0;
    }
    100% {
      width: 320px;
    }
  }
  .header .header-menu .header-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 320px;
    right: 0;
    background-color: #ffffff !important;
    animation-name: menu-burger-animation;
    animation-duration: 0.3s;
    z-index: 1;
    flex-direction: column;
    gap: 0 !important;
  }
  .header .header-menu .header-menu-container .header-title-container {
    width: 100%;
    padding: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header .header-menu .header-menu-container .header-title-container i {
    margin-right: 1rem;
  }
  .header .header-menu .header-menu-container .header-title-container .title {
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  .header .header-menu .header-menu-container .list {
    border-top: 1px solid rgba(128, 128, 128, 0.1);
  }
  .header .header-menu .header-menu-container .list.show .content {
    display: flex !important;
  }
  .header .header-menu .header-menu-container .list .title {
    padding: 0.75rem 1rem;
  }
  .header .header-menu .header-menu-container .list .content {
    display: none;
    flex-direction: column;
  }
  .header .header-menu .header-menu-container .list .content .item-list {
    border-top: 1px solid rgba(128, 128, 128, 0.1);
    background-color: rgba(246, 247, 249, 0.5);
    padding: 0.75rem 1.3rem;
    font-size: 0.95;
    color: #808080;
    transition: 0.3s all;
  }
  .header .header-menu .header-menu-container .list .content .item-list:hover {
    color: #009245;
  }
  .header .header-menu .back-black {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: default !important;
  }
}
.home {
  padding: 1rem;
}
.home .home-hero {
  background-image: url("../assets/img/home-hero.jpg");
  width: 100%;
  margin: 0 auto !important;
  max-width: 1250px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: calc(100vh - 150px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 4rem;
  border-radius: 2rem;
  position: relative;
  box-shadow: 0 33px 40px rgba(1, 54, 54, 0.15);
  transition: all 0.3s;
}
@media (max-width: 930px) {
  .home .home-hero {
    padding: 2rem !important;
    justify-content: center !important;
  }
  .home .home-hero .back-white {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .home .home-hero .container {
    align-items: center !important;
  }
  .home .home-hero .container div {
    text-align: center !important;
  }
  .home .home-hero .container strong {
    color: #000000 !important;
  }
}
.home .home-hero .container {
  z-index: 1;
  max-width: 30rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.home .home-hero .container div {
  text-align: right;
}
.home .home-hero .container .sub-title {
  max-width: 22rem;
  margin-bottom: 0.5rem;
}
.home .home-hero .container .title {
  margin: 0;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.home .home-hero .container .title strong {
  color: #009245;
}
.home .home-hero .container .info {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.home .home-about {
  padding: 6rem 1rem;
}
.home .home-about .container {
  width: 100%;
  margin: 0 auto !important;
  max-width: 50rem;
}
.home .home-about .container .sub-title {
  text-align: center;
  margin-bottom: 0.5rem;
  color: #808080;
  font-size: 1.1rem;
}
.home .home-about .container .title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 2rem;
}
.home .home-about .container .info {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
.home .home-security {
  margin-left: -1rem;
  margin-right: -1rem;
  background-color: rgba(0, 146, 69, 0.4);
  padding: 1rem;
}
.home .home-security .container {
  display: flex;
  align-items: center;
  padding: 1rem;
  width: 100%;
  margin: 0 auto !important;
  max-width: 1250px;
}
@media (max-width: 768px) {
  .home .home-security .container {
    flex-direction: column;
  }
  .home .home-security .container .info-container {
    text-align: center;
  }
  .home .home-security .container .img {
    width: 100% !important;
    max-width: 20rem;
  }
}
.home .home-security .container .img {
  width: 40%;
}
.home .home-security .container .img img {
  width: 100%;
  height: auto;
}
.home .home-security .container .info-container {
  flex: 1;
}
.home .home-security .container .info-container .title {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.home .home-security .container .info-container .info {
  font-size: 1.2rem;
  max-width: 40rem;
  margin-bottom: 1.2rem;
}
.home .home-security .container .info-container img {
  width: 100%;
  max-width: 10rem;
}

.footer {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 1rem 1rem;
}
.footer .container {
  padding: 4rem 0rem;
  width: 100%;
  margin: 0 auto !important;
  max-width: 1250px;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: nowrap;
}
@media (max-width: 1000px) {
  .footer .container .columns {
    flex-direction: column;
  }
  .footer .container .propiety {
    width: 50% !important;
  }
}
@media (max-width: 650px) {
  .footer .container {
    align-items: center !important;
    flex-direction: column;
    gap: 2rem !important;
    text-align: center !important;
  }
  .footer .container .propiety {
    width: 100% !important;
  }
  .footer .container .propiety .img-logo-masivos {
    justify-content: center;
  }
  .footer .container .columns {
    gap: 2rem !important;
  }
  .footer .container .column, .footer .container .columns {
    align-items: center !important;
  }
  .footer .container .column .title {
    width: 100% !important;
    text-align: center !important;
  }
  .footer .container .column .list-icon {
    justify-content: center;
  }
}
.footer .container .propiety {
  width: 30%;
}
.footer .container .propiety .img-logo {
  width: 100%;
  margin-bottom: 3rem;
}
.footer .container .propiety .img-logo img {
  width: 90%;
  height: auto;
}
.footer .container .propiety .img-logo-masivos {
  margin-left: 0.5rem;
  width: 100%;
  display: flex;
  align-items: center;
}
.footer .container .propiety .img-logo-masivos .text {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 1rem;
}
.footer .container .propiety .img-logo-masivos img {
  width: 7rem;
}
.footer .container .columns {
  flex: 1;
  display: flex;
  align-items: flex-start;
}
.footer .container .columns .column {
  flex: 1;
}
.footer .container .columns .column .title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  border-bottom: 1px rgba(255, 255, 255, 0.7) solid;
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
  width: fit-content;
  font-weight: bolder;
}
.footer .container .columns .column .list {
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.footer .container .columns .column .list-icon {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
}
.footer .container .columns .column .list-icon i {
  margin-right: 1rem;
}
.footer .copy {
  color: rgba(255, 255, 255, 0.7);
  padding: 1rem;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/*# sourceMappingURL=style.css.map */
