@charset "UTF-8";
header nav.navbar.navbar-expand-lg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

div.menu-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9999;
}

.text-just {
  font-size: 9pt;
  line-height: 1.6;
}

/***MENU MOVIL**/
.bar1, .bar2, .bar3 {
  width: 30px;
  height: 3px;
  background-color: #b60073;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-7px, 7px);
  background-color: #0b405f;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-6px, -6px);
  background-color: #0b405f;
}

.menu-flex .image-top {
  width: 25%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu-top {
  position: absolute;
  top: 0%;
}

ul.navbar-nav li.nav-item > a.nav-link {
  color: #464646;
  font-size: 9.5pt;
  padding: 5px 30px 5px;
  font-weight: 600;
  -webkit-transition: all .10s ease-out;
  transition: all .10s ease-out;
  background-color: transparent;
}

ul.navbar-nav li.nav-item > a.nav-link:hover {
  color: #ec008c;
}

.hover-icon {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hover-icon:hover {
  color: #ec008c;
}

div.slides {
  margin-top: 6%;
  font-family: 'Saira';
}

.section1 {
  background: transparent;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 5px 10px grey;
          box-shadow: 0px 5px 10px grey;
  font-family: 'Cabin';
}

.contenedor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  -webkit-box-shadow: 0px 5px 10px gray;
          box-shadow: 0px 5px 10px gray;
}

.contenedor .posicion {
  position: absolute;
  top: -7rem;
}

.section1 .fondo {
  background-color: #252525;
  color: #FFFF;
  -webkit-box-shadow: 0px -1px 10px gray;
          box-shadow: 0px -1px 10px gray;
}

.section2 {
  z-index: 1;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px grey;
          box-shadow: 0px 5px 10px grey;
  font-family: 'Cabin';
}

.section3 {
  -webkit-box-shadow: 0px 5px 10px grey;
          box-shadow: 0px 5px 10px grey;
  font-family: 'Cabin';
}

.bg-container {
  width: 113%;
  overflow-x: hidden;
  top: 43rem;
  position: relative;
}

.bg-img1 {
  float: right;
  margin-right: 1%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: -4%;
  width: 230px;
  height: 55%;
  z-index: -1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.bg-img2 {
  position: absolute;
  left: -16%;
  top: 64%;
  z-index: -1;
}

.items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5%;
  -webkit-box-shadow: 0xp 0px 10px gray;
          box-shadow: 0xp 0px 10px gray;
}

.title-product {
  font-size: 11pt;
  font-weight: 500;
  color: #252525;
}

.text-product {
  font-size: 9pt;
  font-weight: 500;
  color: #959595;
}

div.carousel-caption {
  top: 15%;
  color: black;
  right: 0%;
  left: 0%;
  text-align: left;
}

.title-slide {
  font-weight: 700;
  font-size: 70pt;
  color: #252525;
  letter-spacing: -4px;
}

.text-slide {
  color: #ed2695;
  font-size: 18pt;
  font-weight: 400;
  position: relative;
  top: -18px;
}

.text-products {
  color: #fff200;
  font-weight: 700;
  font-size: 18pt;
}

.text-products1 {
  color: #ffffff;
  font-weight: 500;
}

.mas-product {
  background-color: #ffffff;
  opacity: 0.5;
}

.section5 {
  background-color: #252525;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: 148rem;
  padding: 5%;
  height: 26rem;
  width: 100%;
  font-family: 'Cabin';
}

.text-clientes {
  color: #636466;
  font-weight: 450;
  letter-spacing: 2.5px;
}

.clientes {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 7rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.text-snap {
  position: absolute;
  top: 26%;
  left: 11%;
}

.text-playeras {
  position: absolute;
  top: 22%;
  left: 72%;
}

.item-hover {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #08455c;
  overflow: hidden;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  border: 0.2 solid #00aeef;
}

.item-hover:hover .overlay {
  height: 10%;
  background-color: #00aeef;
  opacity: 1;
  padding: 5%;
  font-size: 12pt;
}

.text {
  color: white;
  font-size: 14px;
  padding: 2%;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

input.style-input {
  border: 0px !important;
  border-bottom: 1.5px solid #00aeef !important;
  border-radius: 0% !important;
}

button.send {
  background-color: #00aeef !important;
  color: #ffffff !important;
  border-radius: 0px !important;
}

.icon-style {
  text-decoration: none;
  color: #a1a1a1;
}

.icon-style:hover {
  color: #00aeef;
  text-decoration: none;
}

canvas {
  width: 100% !important;
  height: 100% !important;
}

footer {
  position: absolute;
  top: 174rem;
  width: 100%;
  font-family: 'Cabin';
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.containerImage, .containerImage2 {
  position: relative;
  border-left: 1px solid #eceded;
  border-right: 1px solid #eceded;
  border-bottom: 1px solid #eceded;
  border-top: 1px solid #eceded;
  background-color: #FFFF;
}

.imagen {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-product {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background-color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containerImage:hover .overlay-product {
  opacity: 0.9;
}

.textImage {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.buttonImage {
  border-radius: 40px !important;
  font-size: 10pt !important;
  border: 1px solid #ffff !important;
  position: absolute;
  top: 60%;
}

.textImage {
  color: white;
  font-size: 16px;
}

.info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.sidenav {
  height: auto;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 50px;
  left: 50px;
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 30px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px gray;
          box-shadow: 0px 0px 10px gray;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 13px;
  color: #818181;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.sidenav a:hover {
  color: #252525;
  text-decoration: none;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  font-size: 22px;
}

.breadcrumb li {
  font-size: 14px;
}

.breadcrumb a {
  color: #fcfcfc;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: white;
  text-decoration: none;
}

.breadcrumb > li + li:before {
  color: #ffff;
  content: ">";
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}

.option-input:hover {
  background: #9faab7;
}

.option-input:checked {
  background: #00aeef;
}

.option-input:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}

.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #00aeef;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

.option-input.radio {
  border-radius: 50%;
}

.option-input.radio::after {
  border-radius: 50%;
}

.text-notification {
  position: absolute;
  color: white;
  left: 23px;
  top: -5px;
  border-radius: 5;
  background: #ed2695;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1.5px solid #FFFF;
  font-size: 8pt;
}

.product-notification {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid #FFFF;
  background-color: #00aeef;
  color: #ffffff;
  width: 20px;
  height: 20px;
  font-family: 'Cabin';
  padding: 5%;
  left: 14%;
}

.box-radio {
  cursor: pointer;
}

@media (min-width: 2000px) {
  .section5 {
    top: 172rem;
  }

  footer {
    top: 198rem;
  }
}
@media (min-width: 1850px) {
  .bg-container {
    width: 80% !important;
  }
}
@media (min-width: 1900px) {
  .section5 {
    top: 167rem !important;
  }

  footer {
    top: 193rem !important;
  }

  .bg-img1 {
    right: -1%;
  }
}
@media (min-width: 1800px) {
  .section5 {
    top: 164rem;
  }

  footer {
    top: 192rem;
  }
}
@media (min-width: 1700px) {
  .section5 {
    height: 29rem;
  }
}
@media (min-width: 1500px) {
  .section5 {
    top: 160rem;
  }

  footer {
    top: 186rem;
  }

  .clientes {
    height: 6rem;
  }
}
@media (max-width: 1024px) {
  .form-control {
    width: auto !important;
    left: 8% !important;
  }

  .form-control.input-number {
    width: 20% !important;
    left: 0% !important;
  }

  header nav.navbar.navbar-expand-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #FFFF;
  }

  .navbar-expand-lg .navbar-collapse {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  ul.navbar-nav li.nav-item > a.nav-link {
    font-size: 7pt;
  }

  footer {
    top: 154rem;
  }

  .section5 {
    top: 128rem;
  }

  div.slides {
    margin-top: 13%;
  }

  .menu-flex {
    width: 77%;
  }
}
@media (max-width: 1000px) {
  div.menu-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  div.flex.d-flex.flex-column div.navbar-collapse.collapse {
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
}
@media (max-width: 768px) {
  .deleteProd {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .input-group .form-control.input-number {
    width: 50% !important;
  }

  .form-control {
    width: auto !important;
  }

  div.carousel-caption {
    top: -1%;
  }

  .menu-flex {
    width: auto !important;
  }

  .size-m {
    width: 77%;
  }

  footer {
    top: 133rem;
  }

  .section5 {
    top: 113rem;
    height: 20rem;
  }

  .clientes {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .contenedor .posicion {
    top: -90px;
  }

  .bg-img1 {
    display: none !important;
  }

  .text-snap {
    top: 30%;
  }

  .text-products {
    font-size: 14pt;
  }

  .text-playeras {
    top: 26%;
    left: 67%;
  }

  .prod11 {
    width: 156px;
  }

  .prod12 {
    height: 130px !important;
  }
}
@media (max-width: 690px) {
  .form-control {
    display: none;
  }

  .section5 {
    top: 435rem;
  }

  footer {
    top: 435rem;
  }

  .flex-footer {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .text-playeras {
    left: 73%;
  }

  .text-snap {
    top: 23.5%;
    left: 11%;
  }

  .clientes {
    height: 8rem;
  }

  .four.wide {
    text-align: center !important;
  }

  .title-slide {
    font-size: 30pt;
  }

  .text-slide {
    font-size: 15pt;
  }

  .bg-img2 {
    left: -31%;
  }

  .ui.stackable.three.column.grid {
    margin-left: -3.3% !important;
    width: 106% !important;
  }
}
@media (max-width: 425px) {
  div.menu-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  ul.navbar-nav li.nav-item > a.nav-link {
    font-size: 10pt;
  }

  .title-slide {
    letter-spacing: -1px;
  }

  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .containerImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .containerImage2 {
    height: 215px;
  }

  .info {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .contenedor .posicion {
    top: 0rem;
  }

  .owl-carousel .owl-item img {
    height: 250px;
  }

  .clientes {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 43rem;
  }

  .section5 {
    top: 423rem;
    height: 900pt;
  }

  .text-playeras {
    top: 22%;
  }

  .text-snap {
    top: 23.5%;
  }

  .menu-top {
    top: 0%;
  }

  .circular.search {
    display: none;
  }

  .item2.social {
    display: none;
  }

  .socials {
    display: none;
  }

  footer {
    top: 498rem;
  }

  .mapa {
    height: 20rem !important;
  }

  .menu-flex {
    position: relative;
    width: 75% !important;
  }

  .menu-flex .image-top {
    width: 50%;
    margin-bottom: auto;
  }

  div.slides {
    margin-top: 13%;
  }

  .text {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .text-slide {
    top: -3px;
  }

  .header .navbar.navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .image-top {
    width: 150px;
  }
}
@media (max-width: 375px) {
  div.slides {
    margin-top: 15%;
  }

  .text-snap {
    top: 23.5%;
  }

  .text-playeras {
    top: 25%;
  }

  .section5 {
    top: 408rem;
  }

  .footer {
    top: 408rem;
  }
}
@media (max-width: 366px) {
  .text-snap {
    top: 23.5%;
  }

  .text-playeras {
    top: 22%;
    left: 66%;
  }

  footer {
    top: 488rem;
  }

  .section5 {
    top: 413rem;
    height: 900pt;
  }

  .text-slide {
    font-size: 12pt;
  }
}
@media (max-width: 320px) {
  .section5 {
    top: 409rem;
    height: 900pt;
  }

  footer {
    top: 484rem;
  }

  .text-playeras {
    top: 22%;
    left: 63%;
  }

  .text-snap {
    top: 22.5%;
    left: 7%;
  }

  div.slides {
    margin-top: 18%;
  }
}
