@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 575px) {
  header {
    padding: 10px 0;
  }
  header .navbar-brand {
    width: 160px;
  }
}
header #btnMenu {
  width: 40px;
  height: 40px;
  border: none;
  color: transparent;
  background: transparent;
}
header #nav-icon4 {
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header #nav-icon4 span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
header #nav-icon4 span:nth-child(2) {
  top: 12px;
  transform-origin: left center;
}
header #nav-icon4 span:nth-child(3) {
  top: 25px;
  transform-origin: left center;
}
header #nav-icon4.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
header #nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
header #nav-icon4.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 26px;
  left: 8px;
}

header .logo {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-link {
  text-decoration: none;
  color: #cccccc;
  font-weight: bolder;
}

.toggle {
  position: relative;
  width: 60px;
  height: 60px;
  background: url(https://i.ibb.co/HrfVRcx/menu.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  cursor: pointer;
}

.toggle.active {
  background: url(https://i.ibb.co/rt3HybH/close.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  cursor: pointer;
}

.showcase {
  position: relative;
  right: 0;
  width: 100%;
  min-height: 100vh;
  padding: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #111;
  transition: 0.5s;
  z-index: 2;
}

.carousel-multimax {
  position: relative;
  margin-top: 150px;
}

.showcase.active {
  right: 300px;
}

.showcase video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #202020;
  mix-blend-mode: overlay;
}

.text {
  position: relative;
  z-index: 10;
}

.text h2 {
  font-size: 5em;
  font-weight: 800;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
}

.text h3 {
  font-size: 4em;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
}

.text p {
  font-size: 1.1em;
  color: #fff;
  margin: 20px 0;
  font-weight: 400;
  max-width: 700px;
}

.text a {
  display: inline-block;
  font-size: 1em;
  background: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  color: #111;
  letter-spacing: 2px;
  transition: 0.2s;
}

.text a:hover {
  letter-spacing: 6px;
}

.social {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social li {
  list-style: none;
}

.social li a {
  display: inline-block;
  margin-right: 20px;
  filter: invert(1);
  transform: scale(0.5);
  transition: 0.5s;
}

.social li a:hover {
  transform: scale(0.5) translateY(-15px);
}

.menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu ul {
  position: relative;
}

.menu ul li {
  list-style: none;
}

.menu ul li a {
  text-decoration: none;
  font-size: 24px;
  color: #111;
}

.menu ul li a:hover {
  color: #03a9f4;
}



@media (max-width: 991px) {
  .showcase,
  .showcase header {
    padding: 40px;
  }
  .text h2 {
    font-size: 3em;
  }
  .text h3 {
    font-size: 2em;
  }
}
.btn-primary {
  background: #0071e3 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 4px 6px rgba(50, 50, 93, 0.1098039216);
  opacity: 1;
  color: white !important;
  transition: 0.75s;
  border: 1px transparent !important;
}
.btn-primary:hover {
  background: #004c98 0% 0% no-repeat padding-box !important;
  color: white !important;
}

.bg-black {
  background-color: #202020;
}

.text-multimax {
  font-size: 1.8rem;
  color: #6e6e73;
}

.title-beneficios {
  font-size: 4.3rem;
  font-weight: bold;
}

.square-text {
  display: flex;
  align-items: center;
  height: auto;
  width: 200px;
  border: 1px solid rgba(84, 84, 84, 0.3607843137);
  border-radius: 20px;
  padding: 2rem;
  background-color: rgba(219, 219, 219, 0.2039215686);
  box-shadow: inset 0 0 4px rgba(84, 84, 84, 0.1960784314);
  justify-content: center;
}

.font-weight-bold {
  font-weight: bold !important;
}

.titles {
  margin-left: 5rem;
}

.tiendas {
  list-style-type: none;
  font-size: 1.2rem;
  padding: 0;
  color: #6e6e73;
}

.special-text {
  color: #b1b1b1;
}

.text-black {
  color: #000 !important;
}

.content-slider-multimax {
  background-position: top center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
}

.whatsapp-button {
  position: fixed;
  z-index: 12;
}

.whatsapp-image {
  height: auto;
  width: 25%;
}

.background-banner-1 {
  background-image: url("/assets/publicidad/banner1.png") !important;
}

.background-banner-2 {
  background-image: url("/assets/publicidad/banner2.png") !important;
}

.background-banner-3 {
  background-image: url("/assets/publicidad/banner3.png") !important;
}

.background-banner-4 {
  background-image: url("/assets/publicidad/banner4.png") !important;
}

.page-content {
  margin-top: 8rem;
}

.heightlogo{
  height: 120px!important;
}

@media(min-width:991px){
  .heightlogo{
    height: 150px!important;
}
}

@media (min-width: 1400px) {
  .carousel-multimax {
    position: relative;
  }
  .img-multimax {
    max-width: 100% !important;
  }
  .whatsapp-button {
    right: -180px;
    top: 650px;
  }
  .background-banner-1 {
    background-image: url("/assets/publicidad/banner1.png") !important;
  }
  .background-banner-2 {
    background-image: url("/assets/publicidad/banner2.png") !important;
  }
  .background-banner-3 {
    background-image: url("/assets/publicidad/banner3.png") !important;
  }
  .background-banner-4 {
    background-image: url("/assets/publicidad/banner4.png") !important;
  }
  .page-content {
    margin-top: 8rem;
  }
}
@media (min-width: 1280px) {
  .carousel-multimax {
    position: relative;
  }
  .img-multimax {
    max-width: 90% !important;
  }
  .whatsapp-button {
    right: -180px;
    top: 560px;
  }
  .background-banner-1 {
    background-image: url("/assets/publicidad/banner1.png") !important;
  }
  .background-banner-2 {
    background-image: url("/assets/publicidad/banner2.png") !important;
  }
  .background-banner-3 {
    background-image: url("/assets/publicidad/banner3.png") !important;
  }
  .background-banner-4 {
    background-image: url("/assets/publicidad/banner4.png") !important;
  }
  .page-content {
    margin-top: 8rem;
  }
}
@media (min-width: 1024px) {
  .carousel-multimax {
    position: relative;
  }
  .img-multimax {
    max-width: 65% !important;
  }
  .whatsapp-button {
    right: -180px;
    top: 560px;
  }
  .background-banner-1 {
    background-image: url("/assets/publicidad/banner1.png") !important;
  }
  .background-banner-2 {
    background-image: url("/assets/publicidad/banner2.png") !important;
  }
  .background-banner-3 {
    background-image: url("/assets/publicidad/banner3.png") !important;
  }
  .background-banner-4 {
    background-image: url("/assets/publicidad/banner4.png") !important;
  }
  .logo-multimax {
    max-width: 65%;
  }
  .navbar-brand {
    max-width: 35%;
    margin: 0;
  }
  .page-content {
    margin-top: 8rem;
  }
}
@media (max-width: 960px) {
  .img-multimax {
    max-width: 80% !important;
  }
  .whatsapp-button {
    right: -195px;
    top: 725px;
  }
  .background-banner-1 {
    background-image: url("/assets/publicidad/banner-1-mobile.jpg") !important;
  }
  .background-banner-2 {
    background-image: url("/assets/publicidad/banner-2-mobile.jpg") !important;
  }
  .background-banner-3 {
    background-image: url("/assets/publicidad/banner-3-mobile.jpg") !important;
  }
  .background-banner-4 {
    background-image: url("/assets/publicidad/banner-4-mobile.jpg") !important;
  }
  .page-content {
    margin-top: 5rem;
  }

  
}
