@font-face {
  font-family: "Century Gothic custom";
  src: url("../fonts/Century Gothic.ttf");
}
@font-face {
  font-family: "Century Gothic custom";
  src: url(../fonts/GOTHICB.TTF);
  font-weight: bold;
}
@font-face {
  font-family: "Century Gothic custom";
  src: url(../fonts/GOTHICI.TTF);
  font-style: italic;
}
@font-face {
  font-family: "Century Gothic custom";
  src: url(../fonts/GOTHICBI.TTF);
  font-weight: bold;
  font-style: italic;
}

body {
  background-color: #ffce14;
  font-family: "Century Gothic", Bold;
  font-family: "Century Gothic custom", Bold;
  color: #17422b;
  font-weight: bold;
}

nav {
  background-color: #fff;
  border-top: 4px solid #016348;
  border-bottom: 2px solid #dfdfdf;
}

nav a {
  color: #777;
}

nav a i {
  color: #000;
}

nav ul a {
  color: #17422b;
}

nav ul a:hover {
  color: #000;
  background-color: #fff;
}

.sidenav a.collapsible-header {
  padding: 0 32px;
}

nav a.dropdown-trigger img,
.sidenav a.collapsible-header img {
  vertical-align: text-top;
}

nav a.dropdown-content {
  width: 30px;
}

nav .brand-logo {
  transform: none;
  left: 50px;
}

nav .brand-logo img {
  height: 25px;
}

.social_media {
  position: fixed;
  top: 40%;
  left: 0;
  z-index: 10;
  padding-left: 10px;
}

.send_code {
  position: fixed;
  top: 52%;
  right: 0;
  z-index: 10;
}

.send_code a {
  margin-top: 1rem;
  color: #fff;
  background-color: #145339;
  font-size: 10px;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

.social {
  margin-top: 2rem;
}

.social a {
  margin: 0 1rem;
}

.header {
  position: relative;
  margin-top: 5vw;
}

.content-lottie {
  position: absolute;
  top: 0;
  right: -10;
  width: 100%;
  z-index: 0;
}

.content-lottie .video-container {
  background-image: url(../img/mancha_amarilla.png);
  background-position: 68% 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.content-lottie .video-container iframe {
  margin-left: 10%;
}

iframe {
  border: none;
}

.easy_way {
  position: relative;
  font-size: 2rem;
  padding-left: 30px;
}
.easy_way .title {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 0;
  margin-top: 24vw;
}
.easy_way .sub {
  font-size: 0.715em;
  line-height: 1.2em;
  margin-bottom: 0;
}

.highlight {
  color: #38d197;
}

.background {
  background-image: url(../img/fondo_verde.png), url(../img/mancha_verde.png),
    url(../img/mancha_amarilla.png);
  background-position: 50% bottom, left 15%, right 10%;
  background-repeat: no-repeat;
  background-size: 250%, 30%, 50%;
}

.background .container {
  position: relative;
}

.background .hoja1 {
  position: absolute;
  top: 3%;
  left: 13%;
  transform: rotate(10deg);
  width: 13vw;
}

.background .hoja2 {
  position: absolute;
  bottom: 15%;
  right: 3%;
  transform: rotate(10deg);
  width: 13vw;
}

.background .hoja3 {
  position: absolute;
  top: 3%;
  right: 3%;
  transform: rotate(-35deg);
  width: 13vw;
}

.order_online {
  font-size: 2rem;
  position: relative;
}

.order_online .title {
  font-size: 1.25em;
  line-height: 1em;
  margin-bottom: 0;
}
.order_online .sub {
  font-size: 0.6em;
  line-height: 1.4em;
}

.order_online .background1 {
  position: absolute;
  bottom: 30%;
  left: -30%;
  z-index: -1;
}

.order_online .background2 {
  position: absolute;
  bottom: 0%;
  right: -30%;
  z-index: -1;
}

.benefits {
  font-size: 2rem;
  position: relative;
}
.benefits .title {
  font-size: 0.8em;
  line-height: 1.3em;
  margin-bottom: 0;
}

.benefits .row-carousel {
  position: relative;
}

.benefits .row-carousel .arrow_left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.benefits .row-carousel .arrow_right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.benefits .carousel .title {
  font-size: 30px;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 10px;
  color: #17422b;
  text-align: left;
}
.benefits .carousel .sub {
  font-size: 0.8em;
  line-height: 1.1em;
  color: #fff;
  margin-top: 0.9em;
}

.benefits .carousel {
  margin-top: -5rem;
}

.benefits .carousel .carousel-item {
  width: 280px;
}

.benefits .carousel .carousel-item .item {
  border: 2px solid #fff;
}

.benefits .carousel .carousel-item .item .header {
  border-bottom: 2px solid #fff;
  height: 7rem;
}

.benefits .carousel .carousel-item .item .info {
  height: 15rem;
}

.benefits .carousel .carousel-item .item div {
  padding: 0 1rem;
}

.benefits .background {
  position: absolute;
  bottom: 0%;
  right: -67%;
  z-index: -1;
  transform: scale(0.5) translate(50%, 50%);
}

.benefits .background2 {
  position: absolute;
  bottom: -40%;
  right: 50%;
  z-index: -1;
  transform: translateX(50%);
}

.close_dispensary {
  font-size: 2rem;
}
.close_dispensary .title {
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 0;
}
.close_dispensary .sub {
  font-size: 0.8em;
  line-height: 1.4em;
  margin-bottom: 0;
}

.min_order {
  font-size: 10px;
}

.code .sub {
  text-align: right;
}

footer {
  border-top: 1px solid #7f7f7f;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

footer p {
  margin-bottom: 0;
}

footer a {
  font-weight: 100;
  color: #17422b;
}

footer .copyright {
  font-size: 10px;
  text-align: center;
}

footer .copyright img {
  transform: scale(1.3);
}

.modal .modal-close {
  position: absolute;
  right: 0;
  top: 0;
}

.modal .input-field.inline {
  width: 80%;
}

.modal form input[type="submit"] {
  border-radius: 5px;
  margin-top: 1rem;
  color: #fff;
  background-color: #145339;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  cursor: pointer;
  border: none;
}

.swal2-container .select-wrapper {
  display: none;
}

@media only screen and (min-width: 601px) {
  .benefits .carousel .carousel-item {
    opacity: 1 !important;
  }

  footer p {
    margin-top: 0;
  }
}

@media only screen and (min-width: 993px) {
  .send_code {
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 10;
    top: unset;
  }

  .send_code a {
    font-size: 22px;
    padding: 1rem 1rem;
    border-radius: 5px;
  }

  .easy_way {
    font-size: 4rem;
    font-size: 3.1vw;
  }

  .easy_way .title {
    margin-top: 5vw;
    font-size: 1em;
  }

  .easy_way .sub {
    font-size: 0.6em;
  }

  .code {
    display: flex;
    flex-wrap: wrap;
    margin: 22vw 4vw;
  }

  .code .info {
    position: relative;
  }

  .code .info p {
    margin-left: 1em !important;
  }

  .code .info .sub {
    margin-top: 0;
    text-align: left;
    font-size: 0.8em;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .order_online {
    font-size: 4rem;
    font-size: 3.1vw;
  }
  .order_online .title {
    font-size: 0.8em;
  }
  .order_online .sub {
    font-size: 0.5em;
  }

  .container.benefits {
    max-width: 1800px;
    width: 85%;
  }

  .benefits {
    font-size: 2rem;
    padding-bottom: 14rem;
    margin-bottom: 5rem;
    margin-top: 10vw;
  }
  .benefits .title {
    font-size: 2.5vw;
    text-align: center;
    margin-bottom: 3rem;
  }
  .benefits .background {
    position: absolute;
    bottom: -30%;
    right: -15%;
    z-index: -1;
    transform: none;
  }

  .benefits .background2 {
    position: absolute;
    bottom: -40%;
    right: 50%;
    z-index: -1;
    transform: translateX(50%);
  }

  .close_dispensary {
    font-size: 4rem;
    font-size: 3.1vw;
  }
  .close_dispensary .title {
    font-size: 1em;
  }
  .close_dispensary .sub {
    font-size: 0.55em;
  }
  .close_dispensary img {
    transform: scale(0.9);
  }
  .background {
    background-image: url(../img/fondo_verde.png), url(../img/mancha_verde.png),
      url(../img/mancha_verde.png), url(../img/mancha_amarilla.png);
    background-position: left 73% bottom 20%, center bottom, left -8% top 10%,
      right -10% top 0%;
    background-repeat: no-repeat;
    background-size: 120%, 35%, 30%, 55%;
  }

  .background div.container:first-child {
    padding-top: 8rem;
    max-width: none;
    width: 40%;
    margin: 0 30%;
  }

  .navbar-fixed {
    height: 71px;
  }

  nav {
    height: 71px;
    padding: 20px 0;
  }

  nav .nav-wrapper {
    line-height: 24px;
  }

  nav .nav-wrapper .ul-menu {
    width: 87%;
  }

  nav .nav-wrapper .ul-menu .col,
  nav .nav-wrapper .ul-menu a.dropdown-trigger {
    padding: 0;
  }

  nav .nav-wrapper i {
    line-height: inherit;
    height: 25px;
    margin: 0;
  }

  nav .brand-logo {
    left: 0;
  }

  nav .brand-logo img {
    margin: 0 20px;
  }

  nav .menu_send_code {
    border-left: 2px solid #777;
  }

  nav .menu_send_code .phone {
    position: relative;
    width: 25px;
    height: 25px;
  }

  nav .menu_send_code img {
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  nav ul a {
    text-align: center;
  }

  nav .search {
    background-color: #f2f2f2;
    color: #777;
    height: 25px;
    padding: 1px 10px;
    border-radius: 5px;
  }

  nav .search .row {
    margin: 0;
  }

  nav .search input {
    font-size: 0.8rem;
    height: 25px !important;
    padding: 2px;
  }

  .content-lottie {
    right: 0%;
    width: 115%;
  }

  .background .hoja1 {
    position: absolute;
    top: 20%;
    left: 12%;
    transform: rotate(10deg);
    width: 5vw;
  }

  .background .hoja2 {
    position: absolute;
    bottom: 16%;
    right: -2%;
    transform: rotate(-34deg);
    width: 10vw;
  }

  .content-lottie .video-container {
    background-position: 69% 50%;
  }

  .min_order {
    font-size: 15px;
  }

  .header {
    position: relative;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1730px) {
  .benefits .row-carousel .arrow_left,
  .benefits .row-carousel .arrow_right {
    visibility: hidden;
  }
}

@media only screen and (max-width: 993px) {
  .social_media .col .row a img {
    max-width: 70%;
  }

  .social_media {
    padding-left: 5px;
  }

  .easy_way .title {
    margin-top: 0;
  }

  .container {
    padding-left: 10px;
  }
}
