@media (max-width: 915px) {
  .mobile-hide {
    display: none;
  }
  .mobile-only {
    display: block;
  }

  /*--utils--*/
  .full-viewport-mobile {
    display: inline-flex;
    float: left;
    height: 100vh;
    width: 100vw;
    overflow-x:hidden;
  }
  .full-viewport-mobile:focus {
    outline: none;
  }
  .vertical-mobile {
    display: flex;
    flex-direction: column;
  }
  .main-header-mobile {
    background-image: url("../images/mobile/main-image.jpg");
    background-size: cover;
    background-position: center;
  }
  .logo-block-mobile {
    position: absolute;
    background: rgba(28, 28, 27, 0.6);
    padding-top: 8vh;
    padding-left: 10vw;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
  }
  .logo-block-mobile > * {
    display: inline-flex;
    margin-bottom: 30px;
  }
  .logo-mobile {
    width: 45vw;
  }
  .linea-mobile {
    border-left: 2px #cdcece solid;
    height: 35vh;
  }
  .slogan-mobile {
    color: #cdcece;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
  }
  .slogan-mobile span {
    margin-bottom: 20px;
  }
  .slogan-mobile span:nth-child(2) {
    font-weight: 400;
  }
  .kanu-cta {
    transition: all 0.5s;
    cursor: pointer;
  }
  .kanu-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
  }
  .cta-one:hover {
    color: #ffffff;
    background: #003b4a;
  }
  .logo-block-mobile a {
    font-family: "Source Code Pro", monospace;
    color: #cdcece;
    border: 1px #cdcece solid;
    display: block;
    height: 50px;
    line-height: 45px;
    width: 40vw;
    text-align: center;
  }

  /* Menu */
  #menuToggle {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 25px;
    right: 25px;
    -webkit-user-select: none;
    user-select: none;
    z-index: 9;
  }
  #btn {
    top: 20px;
    right: 20px;
    display: flex;
    width: 40px;
    height: 32px;
    position: fixed;
    cursor: pointer;
    opacity: 0;
    z-index: 10;
  }
  #menuToggle span {
    display: flex;
    height: 3px;
    align-self: flex-end;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  #line1 {
    width: 19px;
  }
  #line2 {
    width: 29px;
  }
  #line3 {
    width: 22px;
  }
  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }
  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  #btn:checked ~ #menuToggle span {
    background: #666;
    opacity: 1;
    transform: rotate(45deg) translate(-9px, -9px);
    width: 31px;
  }
  #btn:checked ~ #menuToggle span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  #btn:checked ~ #menuToggle span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-9px, 9px);
  }
  #btn:checked ~ #menu {
    transform: translate(0, 0);
  }
  #menu {
    background-color: #212121;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    list-style: none;
    padding: 18vw;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate(100vw, 0);
    transform-origin: 0% 0%;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    width: 100vw;
    -webkit-font-smoothing: antialiased;
    z-index: 5;
  }
  #menu li {
    padding: 35px 0px;
    transition-delay: 2s;
    list-style: none;
  }
  #menu li a {
    color: #FFF;
    font-family: "Source Code Pro", monospace;
    font-size: 28px;
    font-weight: 300;
    padding-top: 55px;
    text-transform: uppercase;
    letter-spacing: 6px;
  }

  /* Section: About us */
  .about-container-mobile {
    background: #1a1a1a;
    position: relative;
    height: 100vh;
  }
  .about-container-mobile h3 {
    position: absolute;
    top: 150px;
    left: 40px;
    margin-top: 11vh;
    letter-spacing: 10px;
    font-family: "Source Code Pro", monospace;
    font-style: italic;
    font-weight: 500;
    font-size: 30px;
    text-align: left;
    color: white;
  }
  .subtitle-mobile {
    color: #cdcece;
    font-family: "Roboto", sans-serif;
    font-size: 9pt;
    font-weight: 900;
    letter-spacing: 7px;
    margin-top: 10vh;
    position: absolute;
    text-align: left;
    top: 80px;
    left: 40px;
  }
  .more-mobile {
    font-weight: 400;
    letter-spacing: 10px;
  }
  .less-mobile {
    letter-spacing: 10px;
  }
  .about-us-text-mobile {
    align-self: center;
    color: #cdcece;
    width: 70vw;
    margin-top: 23vh;
    left: 40px;
    position: absolute;
    font-family: "Roboto", sans-serif;
    font-size: 11pt;
    font-weight: 330;
    line-height: 20px;
    text-align: left;
  }

  /* Product Slider */
  #product-container-mobile {
    position: relative;
    width: 100vw;
    height: 90vh;
    overflow: hidden;
  }
  #product-container-mobile a {
    background: #003b4A;
    color: #FFF;
    font-family: "Source Code Pro", monospace;
    font-size: 11pt;
    text-transform: uppercase;
    padding: 10px 22px;
  }
  #product-slider-mobile.swiper-container {
    position: absolute;
    width: 100vw;
  }
  #product-container-mobile .swiper-wrapper {
    position: absolute;
    display: inline-flex;
  }
  .product-mobile {
  }
  .product-mobile img {
    height: 100vh;
  }
  .product-mobile span {
    font-family: "Source Code Pro", monospace;
    bottom: 23vh;
    font-size: 25px;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.88);
    letter-spacing: 8pt;
    color: #ffffff;
    position: absolute;
    text-align: center;
    width: 100vw;
    margin-left: 1vw;
  }
  .product-button {
    position: relative;
    margin: 80vh auto 0 auto;
  }

  /* Sucursales */
  #sucursales-container-mobile {
    padding-top: 10vh;
    position: relative;
    background: #1a1a1a;
    color: #cdcece;
    display: block;
    height: 82vh;
    z-index: 0;
  }
  #sucursales-container-mobile h2 {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    letter-spacing: 10px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
  }
  #sucursales-mobile article {
    margin-bottom: 20px;
    width: 60vw;
    margin-left: 30vw;
  }
  #sucursales-mobile article h3 {
    color: #cdcece;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  #sucursales-mobile article span {
    color: #cdcece;
    font-weight: 250;
    font-size: 12px;
  }
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    display:block;
  }
  .carousel{
    margin-top: 50px;
  }
  .carousel-inner{
    height: 215px;
  }
  .carousel-control-prev img {
     height: 50%;
  }
  .carousel-control-next img {
    height: 50%;
  }
  #izq,
  #der {
    margin: 0 2vw;
  }

  /*FOOTER*/
  .footer {
    align-items: center;
    background: #003b4a;
    color: #cdcece;
    display: flex;
    float: left;
    flex-direction: column;
    height: 35vh;
    justify-content: center;
    position: relative;
    width: 100vw;
    z-index: 0;
  }
  .footer-socials-mobile  {
  }
  .footer-socials-mobile img {
    margin: 2vh 5vw;
  }
  .footer h3 {
    color: #2c7081;
    letter-spacing: 2pt;
    font-weight: 500;
    font-size: 17px;
  }
  .footer h4 {
    letter-spacing: 5pt;
    font-weight: 500;
    font-size: 16px;
  }
  .footer hr {
    width: 100vw;
    border: .5px solid;
    border-color: #025469;
    position: static;
  }
  .footer-socials-mobile {
    align-items: center;
    color: #4d7680;
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
  }
  .footer h6 {
    width: 60vw;
    font-size: 9px;
    font-weight: 500;
    text-align: center;
  }
}

@media (min-height: 650px) {
  /* Section: About us */
  .about-container-mobile h3 {
    top: 150px;
    left: 50px;
  }
  .subtitle-mobile {
    top: 60px;
    left: 50px;
  }
  .about-us-text-mobile {
    left: 50px;
  }
}

@media (min-height: 799px) {
  /*FOOTER*/
  .footer {
    height: 30vh;
  }
  /* Section: About us */
  .about-container-mobile h3 {
    top: 220px;
    left: 50px;
  }
  .subtitle-mobile {
    top: 100px;
    left: 50px;
  }
  .about-us-text-mobile {
    left: 50px;
    margin-top: 250px;
  }
  #sucursales-container-mobile {
    padding-top: 18vh;
  }
}

@media (min-width: 760px) {
  #sucursales-mobile article {
    margin-left: 40vw;
  }
}
