@charset "UTF-8";


.rz-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.rz-mx-1 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.rz-mx-2 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.rz-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.rz-my-1 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.rz-my-2 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.rz-mt-0 {
  margin-top: 0 !important;
}

.rz-mt-1 {
  margin-top: 20px !important;
}

.rz-mt-2 {
  margin-top: 40px !important;
}

.rz-mr-0 {
  margin-right: 0 !important;
}

.rz-mr-1 {
  margin-right: 20px !important;
}

.rz-mr-2 {
  margin-right: 40px !important;
}

.rz-mb-0 {
  margin-bottom: 0 !important;
}

.rz-mb-1 {
  margin-bottom: 20px !important;
}

.rz-mb-2 {
  margin-bottom: 40px !important;
}

.rz-ml-0 {
  margin-left: 0 !important;
}

.rz-ml-1 {
  margin-left: 20px !important;
}

.rz-ml-2 {
  margin-left: 40px !important;
}

/* responsive */
@media all and (max-width: 768px) {
  .rz-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .rz-mx-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .rz-mx-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .rz-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .rz-my-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .rz-my-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .rz-mt-0 {
    margin-top: 0 !important;
  }

  .rz-mt-1 {
    margin-top: 10px !important;
  }

  .rz-mt-2 {
    margin-top: 20px !important;
  }

  .rz-mr-0 {
    margin-right: 0 !important;
  }

  .rz-mr-1 {
    margin-right: 10px !important;
  }

  .rz-mr-2 {
    margin-right: 20px !important;
  }

  .rz-mb-0 {
    margin-bottom: 0 !important;
  }

  .rz-mb-1 {
    margin-bottom: 10px !important;
  }

  .rz-mb-2 {
    margin-bottom: 20px !important;
  }

  .rz-ml-0 {
    margin-left: 0 !important;
  }

  .rz-ml-1 {
    margin-left: 10px !important;
  }

  .rz-ml-2 {
    margin-left: 20px !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* components */
.cl-landing {
  min-height: calc(100vh - 84px);
  height: 100%;
}
.cl-landing_container {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("./img/landing/banderas.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.cl-landing_container:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #6c191c 0%, #ff2d32 100%);
}
.cl-landing_wrapper {
  position: relative;
  z-index: 3;
  max-width: 1170px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: calc(100vh - 184px);
  height: 100%;
}
.cl-landing_col {
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
}
.cl-landing_col.left, .cl-landing_col.right {
  display: flex;
  align-items: flex-end;
  width: calc(28% - 10px);
}
.cl-landing_col.left img, .cl-landing_col.right img {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: -80px;
}
.cl-landing_col.center {
  width: calc(44% - 10px);
}
.cl-landing_col.center .logo {
  display: block;
  width: 100%;
  max-width: 75px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}
.cl-landing_col.center .call {
  display: inline-block;
  width: 100%;
  max-width: 500px;
}
.cl-landing_col.center p {
  font-size: 17px;
}
.cl-landing_col form {
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: 370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cl-landing_col form .terms {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  cursor: pointer;
}
.cl-landing_col form button {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border: 0;
  max-width: 220px;
  width: 100%;
  padding: 8px 5px;
  margin-bottom: 10px;
  text-align: center;
  background-color: transparent;
  background-image: linear-gradient(to top, #144586 0%, #75abed 100%);
  font-size: 20px;
}
.cl-landing_col form a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: underline;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.cl-landing_fgroup {
  margin-top: 10px;
}
.cl-landing_fgroup h4 {
  display: block;
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.cl-landing_fgroup input {
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  color: #333333;
  background-color: #fff;
  font-size: 14px;
  border: 0;
  border-radius: 2px;
  transition: box-shadow 0.2s;
}
.cl-landing_fgroup input:not(:last-child) {
  margin-bottom: 15px;
}
.cl-landing_fgroup input:focus {
  outline: none;
  box-shadow: 0 0 0 1px #ff2d32;
}
.cl-landing span.error {
  position: relative;
  font-size: 13px;
  color: #fff;
  display: block;
  margin-bottom: 15px;
  margin-top: -10px;
}
.cl-landing_footer {
  height: 100px;
  width: 100%;
  background-image: linear-gradient(to top, #822029 0%, #520d10 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cl-landing_footer p {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}

@media all and (max-width: 768px) {
  .cl-landing {
    min-height: calc(100vh - 62px);
  }
  .cl-landing_wrapper {
    min-height: calc(100vh - 162px);
    justify-content: center;
  }
  .cl-landing_col.left, .cl-landing_col.right {
    width: 50%;
    order: 2;
    padding: 0;
  }
  .cl-landing_col.left img, .cl-landing_col.right img {
    margin-bottom: -35px;
  }
  .cl-landing_col.center {
    order: 1;
    width: 100%;
  }
  .cl-landing_col.center .call {
    max-width: 300px;
  }
  .cl-landing_col.center p {
    font-size: 14px;
  }
}
@media all and (max-width: 580px) {
  .cl-share_container {
    padding: 20px 15px;
  }
  .cl-share_container > img {
    max-width: 190px;
  }
  .cl-share_container h3 {
    font-size: 18px;
  }
  .cl-share_container p {
    font-size: 13px;
  }
  .cl-share_container span img {
    max-width: 125px;
  }
  .cl-share_container a {
    max-width: 190px;
  }
  .cl-share_close {
    margin-bottom: 15px;
  }
  .cl-share_close img {
    height: 25px;
    width: 25px;
  }
}
/*
Theme Name: Clos de Pirque
Theme URI: https://www.closdepirque.cl/
Author: Diván Chile
Author URI: https://www.divanchile.com/
Description: Clos de Pirque es el vino familiar más antiguo y el favorito de los chilenos. Producido en los viñedos de Lontué, ha sabido ganarse el reconocimiento permanente de los consumidores manteniendo inalterable su calidad desde su nacimiento, gracias a una cuidadosa selección de nobles cepajes que garantizan la estabilidad del producto a lo largo del tiempo.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: closdepirque
Tags: Una columna, Dos columnas, Fondo personalizable, Colores personalizables, Personalizar cabecera, custom-menu, Editor de estilos, Imágenes a mostrar, flexible-header, microformats, Formatos de entrada, Blog
*/
.cl-hero > span {
  height: calc(100vh - 152px);
  max-height: 768px !important;
  overflow: hidden;
  width: 100%;
  display: block;
}
.cl-hero .forcefullwidth_wrapper_tp_banner {
  height: calc(100vh - 152px) !important;
  max-height: 768px !important;
}
.cl-hero .forcefullwidth_wrapper_tp_banner > .fullscreen-container {
  height: 100% !important;
}
.cl-hero .tp-bullets {
  position: relative;
  display: flex;
  justify-content: center;
  left: 0px !important;
  transform: translateY(-20px) !important;
  width: 100% !important;
}
.cl-hero .custom .tp-bullet {
  width: 55px;
  height: 10px;
  position: relative;
  background: transparent;
  border: 2px solid #fff;
  transition: background-color 0.2s;
  left: 0 !important;
  top: 0 !important;
  margin-left: 5px;
  margin-right: 5px;
  box-sizing: inherit;
}
.cl-hero .custom .tp-bullet:hover {
  background-color: #fff;
}
.cl-hero .custom .tp-bullet.selected {
  background-color: #fff;
}
.cl-hero_welcome {
  color: #fff;
  padding: 15px 5px 20px;
  background-color: #c30000;
  text-align: center;
}
.cl-hero_welcome h1 {
  font-size: 22px;
  font-weight: lighter;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}
.cl-hero_welcome h1:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: -10px;
  left: calc(50% - 10px);
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(-5px) rotate(45deg);
  }
}
.cl-nav {
  position: fixed;
  z-index: 5;
  width: 100%;
  background-color: #c30000;
  display: flex;
  justify-content: center;
}
.cl-nav_container {
  max-width: 1080px;
  width: 100%;
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cl-nav_container > a {
  width: 100px;
}
.cl-nav_container > a img {
  position: relative;
  width: 100%;
  z-index: 100;
}
.cl-nav_container button {
  margin-left: auto;
  position: relative;
  background-color: transparent;
  border: 0;
  z-index: 100;
  width: 50px;
  height: 50px;
}
.cl-nav_container button span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 10px;
  opacity: 1;
  transition: transform 0.3s, top 0.3s, opacity 0.3s, width 0.3s;
}
.cl-nav_container button span.top {
  top: 16px;
  transform-origin: left top;
}
.cl-nav_container button span.middle {
  top: 24px;
}
.cl-nav_container button span.bottom {
  top: 32px;
  transform-origin: left bottom;
}
.cl-nav_container.active button span {
  width: 35px;
}
.cl-nav_container.active button span.top {
  transform: rotate(45deg);
  top: 12px;
}
.cl-nav_container.active button span.middle {
  opacity: 0;
}
.cl-nav_container.active button span.bottom {
  transform: rotate(-45deg);
  top: 36px;
}
.cl-nav_container.active .cl-nav_menu {
  z-index: 99;
  visibility: visible;
  opacity: 1;
}
.cl-nav_menu {
  padding-top: 80px;
  visibility: hidden;
  overflow: auto;
  opacity: 0;
  z-index: -1;
  position: fixed;
  background-color: #c30000;
  height: 100%;
  min-height: calc(100vh - 84px);
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s, visibility 0.3s;
}
.cl-nav_mcontainer {
  max-width: 1080px;
  width: 100%;
  padding: 5px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #c30000;
  margin-top: -84px;
}
.cl-nav_mcontainer nav a {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  text-decoration: none;
  font-weight: lighter;
  transition: opacity 0.2s;
}
.cl-nav_mcontainer nav a:not(:last-child) {
  margin-bottom: 35px;
}
.cl-nav_mcontainer nav a.active {
  font-weight: bold;
}
.cl-nav_mcontainer nav a:not(.active):hover a {
  opacity: 0.6;
}
.cl-nav_mcol {
  display: flex;
  flex-direction: column;
  width: calc(50% - 15px);
  color: #fff;
  /*        &:first-child {
             justify-content: center;
         } */
}
.cl-nav_mcol:last-child {
  justify-content: flex-end;
}
.cl-nav_mcol:last-child h3 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-bottom: 15px;
}
.cl-nav_mcol:last-child p {
  margin-bottom: 0;
  font-size: 16px;
}
.cl-nav_social {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.cl-nav_social > a {
  font-size: 20px;
  color: #fff;
  transition: opacity 0.2s;
}
.cl-nav_social > a:hover {
  opacity: 0.7;
}
.cl-nav_social > a:not(:last-of-type) {
  margin-right: 45px;
}

.cl-conocenos {
  background-color: #c30000;
}
.cl-conocenos_container {
  color: #fff;
  text-align: center;
}
.cl-conocenos_container .slick-track {
  position: relative;
  display: flex;
  min-height: calc(100vh - 80px);
  height: 100%;
}
.cl-conocenos_container .slick-track .slick-slide {
  display: flex;
  height: auto;
  min-height: calc(100vh - 80px);
}
.cl-conocenos_container .slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.cl-conocenos_container .slick-prev, .cl-conocenos_container .slick-next {
  width: 35px;
  height: 70px;
  border: 0;
  background-color: transparent;
  z-index: 1;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: auto 105%;
  transition: background-position 0.3s;
  position: absolute;
  top: calc(50% - 35px);
}
.cl-conocenos_container .slick-prev {
  background-image: url("./img/wsimple-arrow-prev.svg");
  background-position: left center;
  left: 20px;
}
.cl-conocenos_container .slick-next {
  background-image: url("./img/wsimple-arrow-next.svg");
  background-position: right center;
  right: 20px;
}
.cl-conocenos_intro {
  display: flex;
  flex-direction: column;
  width: calc(50% - 15px);
}
.cl-conocenos_intro:focus {
  outline: none;
}
.cl-conocenos_intro > p {
  font-size: 15px;
}
.cl-conocenos_intro .item {
  height: 100%;
  position: relative;
  display: flex !important;
  flex-direction: column;
}
.cl-conocenos_intro .item .description {
  width: 100%;
  height: 50%;
  padding: 10px 45px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.cl-conocenos_intro .item .description span {
  width: 100%;
}
.cl-conocenos_intro .item .instructions {
  justify-content: center;
  align-items: flex-start;
}
.cl-conocenos_intro .item .instructions > img {
  max-width: 280px;
  height: auto;
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
}
.cl-conocenos_intro .item .instructions .navgif {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.cl-conocenos_intro .item .instructions .navgif img {
  max-width: 75px;
  height: 29px;
  width: 100%;
  margin-bottom: 10px;
}
.cl-conocenos_intro .item .instructions .navgif p {
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}
.cl-conocenos_intro h2 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
}
.cl-conocenos_slider {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.cl-conocenos_slider:nth-child(odd) .item .content {
  order: 2;
}
.cl-conocenos_slider:nth-child(odd) .item .content span {
  padding-bottom: 0px;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
}
.cl-conocenos_slider:nth-child(odd) .item .content h5 {
  order: 1;
}
.cl-conocenos_slider:nth-child(odd) .item .content h3 {
  order: 2;
}
.cl-conocenos_slider:nth-child(odd) .item .content p {
  order: 3;
}
.cl-conocenos_slider:nth-child(odd) .item .content:before {
  bottom: inherit;
  top: 0;
}
.cl-conocenos_slider:nth-child(odd) .item .content:after {
  top: inherit;
  bottom: 60%;
}
.cl-conocenos_slider:nth-child(odd) .item .image {
  order: 1;
}
.cl-conocenos_slider:nth-child(odd) .item .image:after {
  bottom: -7px;
  top: inherit;
}
.cl-conocenos_slider:nth-child(odd) .item .image:before {
  bottom: -14px;
  top: inherit;
}
.cl-conocenos_slider:focus {
  outline: none;
}
.cl-conocenos_slider .slick-list, .cl-conocenos_slider .slick-track {
  height: 100%;
}
.cl-conocenos_slider .item {
  height: 100%;
  position: relative;
  display: flex !important;
  flex-direction: column;
}
.cl-conocenos_slider .item:focus {
  outline: none;
}
.cl-conocenos_slider .item .content {
  position: relative;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 15px;
}
.cl-conocenos_slider .item .content:before, .cl-conocenos_slider .item .content:after {
  content: "";
  position: absolute;
}
.cl-conocenos_slider .item .content:before {
  bottom: 0;
  left: calc(50% - 1px);
  height: 40%;
  width: 2px;
  background-color: #fff;
}
.cl-conocenos_slider .item .content:after {
  height: 14px;
  width: 14px;
  left: calc(50% - 7px);
  background-color: #fff;
  border-radius: 50px;
  top: 60%;
}
.cl-conocenos_slider .item .content span {
  display: block;
  padding-bottom: 50px;
}
.cl-conocenos_slider .item .content h5 {
  font-size: 54px;
  font-weight: 300;
  margin-bottom: 0;
}
.cl-conocenos_slider .item .content h3 {
  margin-bottom: 0;
  font-size: 16px;
}
.cl-conocenos_slider .item .content p {
  margin-bottom: 0;
  font-size: 14px;
}
.cl-conocenos_slider .item .image {
  position: relative;
  width: 100%;
  height: 50%;
  background-position: center;
  background-size: cover;
}
.cl-conocenos_slider .item .image:after, .cl-conocenos_slider .item .image:before {
  content: "";
  position: absolute;
  z-index: 2;
  border-radius: 50px;
}
.cl-conocenos_slider .item .image:after {
  top: -7px;
  height: 14px;
  width: 14px;
  left: calc(50% - 7px);
  background-color: #fff;
}
.cl-conocenos_slider .item .image:before {
  top: -15px;
  height: 30px;
  width: 30px;
  left: calc(50% - 15px);
  border: 2px solid #fff;
}
.cl-conocenos_slider .item .image > span {
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s;
}
.cl-conocenos_slider .item .image > span img {
  max-width: 125px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 4;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s 0.1s;
}
.cl-conocenos_slider .jsrz-video {
  position: relative;
  cursor: pointer;
}
.cl-conocenos_slider .jsrz-video:hover span {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.cl-conocenos_slider .jsrz-video:hover span img {
  opacity: 1;
  transform: translateY(0px);
}

.cl-product {
  position: relative;
  background-color: #fff;
}
.cl-product_nav {
  position: absolute;
  z-index: 2;
  max-width: 991px;
  width: 100%;
  margin: 0 auto;
  right: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
.cl-product_nav h2 {
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 10px;
}
.cl-product_nav button {
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  height: 120px;
  width: 140px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 11px;
  background-color: transparent;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
.cl-product_nav button > .pd-icon {
  width: 80px;
  height: 80px;
  background-position: left bottom;
  background-size: 160px;
}
.cl-product_nav button:not(:last-child) {
  margin-right: 15px;
}
.cl-product_nav button.active {
  background-color: rgba(255, 255, 255, 0.3);
}
.cl-product_nav button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.cl-product_buttons {
  position: absolute;
  max-width: 1200px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height: 0;
  top: 50%;
  display: flex;
  justify-content: space-between;
}
.cl-product_buttons button {
  width: 50px;
  height: 100px;
  z-index: 1;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: auto 105%;
  transition: background-position 0.3s;
  top: calc(50% - 35px);
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.cl-product_buttons button.prev {
  background-image: url("./img/wsimple-arrow-prev.svg");
  background-position: 2%;
}
.cl-product_buttons button.next {
  background-image: url("./img/wsimple-arrow-next.svg");
  background-position: 98%;
}
.cl-product_slider {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: relative;
  background-color: #f7f7f7;
  transition: opacity 0.6s, visibility 0.6s;
  padding: 0;
}
.cl-product_slider.active {
  visibility: visible;
  opacity: 1;
  height: calc(100vh - 80px);
}
.cl-product_slider > .navgif {
  position: absolute;
  width: 100%;
  margin: 0 auto 30px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.cl-product_slider > .navgif img {
  max-width: 100px;
  height: 42px;
  width: 100%;
  margin-bottom: 10px;
}
.cl-product_slider > .navgif p {
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  color: #fff;
}
.cl-product_item {
  position: relative;
  height: calc(100vh - 80px);
  background-position: center;
  background-size: cover;
  display: flex !important;
  align-items: center;
  padding: 0 100px;
}
.cl-product_item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}
.cl-product_item:focus {
  outline: none;
}
.cl-product_item > span {
  max-width: 991px;
  width: 100%;
  margin: 90px auto 0;
  z-index: 3;
}
.cl-product_item > span h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 42px;
  line-height: 0.8;
  margin-bottom: 15px;
}
.cl-product_item > span button {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border: 2px solid #fff;
  color: #c30000;
  max-width: 200px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  padding: 13px 5px;
  z-index: 1;
  transition: color 0.3s;
  font-size: 18px;
}
.cl-product_item > span button:after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #c30000;
  opacity: 0;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: -1;
}
.cl-product_item > span button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: -1;
}
.cl-product_item > span button:hover {
  color: #fff;
}
.cl-product_item > span button:hover:after {
  width: 230px;
  opacity: 1;
}
.cl-product_content {
  max-width: 1070px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.cl-product_content.active-content {
  display: block;
  animation: fadeInDown 0.6s ease-in-out;
}
.cl-product_tabcontent {
  display: none;
}
.cl-product_tabcontent > div {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cl-product_tabcontent > div.active {
  display: flex;
  animation: fadeInDown 0.6s ease-in-out;
}
.cl-product_tabcontent > nav {
  display: flex;
  justify-content: space-between;
}
.cl-product_tabcontent > nav button {
  width: calc(100% / 2);
  background-color: #e5e5e5;
  border: 0;
  padding: 20px 5px;
  text-transform: uppercase;
  font-weight: bold;
  color: #848484;
  transition: background-color 0.3s;
  position: relative;
}
.cl-product_tabcontent > nav button span {
  position: relative;
  display: inline-block;
}
.cl-product_tabcontent > nav button span:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  left: 50%;
  transform: translate(-50%);
  bottom: -5px;
  background-color: #848484;
  transition: width 0.3s, background-color 0.3s;
}
.cl-product_tabcontent > nav button:hover span:after {
  width: 100%;
}
.cl-product_tabcontent > nav button.active {
  color: #c30000;
  background-color: #f8f8f8;
}
.cl-product_tabcontent > nav button.active span:after {
  width: 100%;
  background-color: #c30000;
}
.cl-product_tabcontent.active {
  display: block;
}
.cl-product_tabcol {
  width: 50%;
}
.cl-product_tabcol:first-child {
  background-color: #f8f8f8;
  padding: 35px;
  text-align: center;
  color: #4c4c4c;
}
.cl-product_tabcol:first-child h4 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #c30000;
  font-size: 18px;
}
.cl-product_tabcol:first-child h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1;
  color: #c30000;
}
.cl-product_tabcol:first-child ul {
  list-style: none;
  margin-bottom: 15px;
  padding: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cl-product_tabcol:first-child ul li {
  width: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
.cl-product_tabcol:first-child ul li img {
  width: 100%;
  display: block;
}
.cl-product_tabcol:first-child > h5 {
  text-transform: uppercase;
  color: #c30000;
  display: block;
  font-size: 16px;
}
.cl-product_tabcol:first-child > img {
  display: inline-block;
  max-width: 40px;
  width: 100%;
}
.cl-product_tabcol:first-child a {
  color: #c30000;
  text-decoration: none;
}
.cl-product_tabcol:last-child {
  background-position: center;
  background-size: cover;
  min-height: 600px;
}
.cl-product_tabback {
  display: none;
  color: #c30000;
  position: relative;
  padding-left: 25px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  padding: 15px 15px 0px 40px;
  margin-bottom: 15px;
}
.cl-product_tabback:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 2px solid #c30000;
  border-bottom: 2px solid #c30000;
  border-radius: 3px;
  display: block;
  top: calc(50% - 1px);
  left: 21px;
  transform: rotate(135deg);
  transition: transform 0.3s;
}
.cl-product_tabback:hover:after {
  transform: translateX(-5px) rotate(135deg);
}
.cl-product_moimage {
  display: none;
}
.cl-product_moimage.active {
  display: block;
  animation: fadeInDown 0.6s ease-in-out;
}
.cl-product_moimage > a {
  color: #c30000;
  position: relative;
  display: block;
  padding-left: 25px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  padding: 15px 15px 0px 40px;
}
.cl-product_moimage > a:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 2px solid #c30000;
  border-bottom: 2px solid #c30000;
  border-radius: 3px;
  display: block;
  top: calc(50% - 1px);
  left: 21px;
  transform: rotate(135deg);
  transition: transform 0.3s;
}
.cl-product_moimage > a:hover:after {
  transform: translateX(-5px) rotate(135deg);
}
.cl-product_mobimage {
  display: flex;
  position: relative;
  height: 180px;
  background-size: cover;
  background-position: right;
  padding: 15px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cl-product_mobimage:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
}
.cl-product_mobimage h3 {
  z-index: 3;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0px;
  color: #fff;
  max-width: 180px;
  text-transform: uppercase;
  width: 100%;
}
.cl-product .slick-dots {
  position: absolute;
  width: 100%;
  max-width: 480px;
  margin: 0 auto 30px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}
.cl-product .slick-dots li {
  height: 5px;
  background: #fff;
  cursor: pointer;
  flex-grow: 1;
  margin-top: 3px;
  margin-right: 3px;
  transition: background-color 0.3s;
  position: relative;
}
.cl-product .slick-dots li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #c30000;
  opacity: 0;
  transition: opacity 0.3s;
}
.cl-product .slick-dots li.slick-active:before {
  opacity: 1;
}
.cl-product .slick-dots li button {
  display: none;
}

.rev_slider_wrapper, .rev_slider, .tp-fullwidth-forcer, .rev_slider .tp-bgimg.defaultimg {
  max-height: calc(100vh - 68px) !important;
}

.cl-blog {
  padding-top: 50px;
  padding-bottom: 50px;
}
.cl-blog h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 32px;
  color: #c30000;
}
.cl-blog_container {
  max-width: 1070px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cl-blog_container .slick-track {
  position: relative;
  display: flex;
}
.cl-blog_container .slick-track .slick-slide {
  display: flex;
  height: auto;
}
.cl-blog_container .slick-prev, .cl-blog_container .slick-next {
  width: 35px;
  height: 70px;
  border: 0;
  background-color: transparent;
  z-index: 1;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: auto 105%;
  transition: background-position 0.3s;
  position: absolute;
  top: calc(50% - 35px);
}
.cl-blog_container .slick-prev {
  background-image: url("./img/simple-arrow-prev.svg");
  background-position: left center;
  left: 20px;
}
.cl-blog_container .slick-next {
  background-image: url("./img/simple-arrow-next.svg");
  background-position: right center;
  right: 20px;
}
.cl-blog_col {
  text-align: center;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  border: 1px solid #dedede;
  margin-left: 25px;
  margin-right: 25px;
}
.cl-blog_col:focus {
  outline: none;
}
.cl-blog_col h3 {
  margin-top: 20px;
  color: #c30000;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 15px;
}
.cl-blog_col .permalink {
  margin-top: auto;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  border: 2px solid #c30000;
  padding: 10px 5px;
  max-width: 180px;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 16px;
  align-self: center;
}
.cl-blog_col .permalink:after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  opacity: 0;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: -1;
}
.cl-blog_col .permalink:focus {
  outline: none;
}
.cl-blog_col .permalink:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #c30000;
  z-index: -1;
}
.cl-blog_col .permalink:hover {
  color: #c30000;
}
.cl-blog_col .permalink:hover:after {
  width: 100%;
  opacity: 1;
}
.cl-blog_thumbnail {
  height: 155px;
  width: 100%;
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
}
.cl-blog_thumbnail:hover > div {
  transform: scale(1.1, 1.1) translate(-5px, -5px);
}
.cl-blog_thumbnail > div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s;
}
.cl-blog_date {
  text-align: right;
  text-transform: uppercase;
  color: #c30000;
  width: calc(100% + 4px);
  background-color: #fff;
  margin-top: -2px;
  padding: 12px 3px 5px;
  font-size: 12px;
}
.cl-blog_pbody {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.cl-blog_excerpt {
  font-size: 14px;
  margin-bottom: 20px;
}

.cl-page_header {
  position: relative;
  height: 350px;
  background-color: #f7f7f7;
  background-size: cover;
  background-position: center;
  padding-bottom: 70px;
  margin-bottom: 30px;
  padding-top: 15px;
  display: flex;
  align-items: center;
}
.cl-page_header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.cl-page_buttons {
  max-width: 991px;
  height: 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /*     a {
              position: relative;
              display: block;
              height: 100%;
              width: 100%;
              padding: 10px;
              border: 2px solid $white;
              color: $white;
              display: flex;
              align-items: flex-end;
              justify-content: center;
              font-size: 15px;
              transition: background-color 0.3s;
  
              &:hover {
                  background-color: $white;
                  color: $red;
                  text-decoration: none;
                  &:after, &:before {
                      border-color: $red;
                      border-color: $red;
                  }
              }
  
              &:after {
                  content: '';
                  position: absolute;
                  z-index: 2;
                  height: 24px;
                  width: 24px;
                  top: 15px;
                  border-top: 2px solid $white;
                  border-right: 2px solid $white;
                  border-radius: 2px;
              }
          } */
}
.cl-page_buttons > span {
  text-align: center;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.cl-page_buttons > span h1 {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.cl-page_buttons > span p {
  font-size: 12px;
  text-transform: uppercase;
}
.cl-page_buttons > div {
  height: 85px;
  width: 85px;
}
.cl-page_buttons > div:first-child a:after {
  transform: rotate(-135deg);
  left: calc(50% - 9px);
}
.cl-page_buttons > div:last-child a:after {
  transform: rotate(45deg);
  right: calc(50% - 9px);
}
.cl-page_buttons a {
  color: #fff;
  position: relative;
  display: block;
  padding-left: 25px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.cl-page_buttons a:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 3px;
  display: block;
  top: calc(50% - 8px);
  left: 3px;
  transform: rotate(135deg);
  transition: transform 0.3s;
}
.cl-page_buttons a:hover:after {
  transform: translateX(-5px) rotate(135deg);
}
.cl-page_image {
  position: relative;
  z-index: 2;
  margin-top: -100px;
  width: 100%;
  height: 300px;
  background-color: #f7f7f7;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
}
.cl-page_content {
  max-width: 991px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 75px;
  font-size: 16px;
  text-align: center;
}
.cl-page_content h2 {
  font-size: 32px;
  color: #c30000;
  text-transform: uppercase;
}
.cl-page_content h4 {
  font-size: 12px;
  color: #c30000;
  text-transform: uppercase;
}
.cl-page_content a.get-back {
  color: #c30000;
  position: relative;
  display: block;
  padding-left: 25px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
}
.cl-page_content a.get-back:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 2px solid #c30000;
  border-bottom: 2px solid #c30000;
  border-radius: 3px;
  display: block;
  top: calc(50% - 8px);
  left: 3px;
  transform: rotate(135deg);
  transition: transform 0.3s;
}
.cl-page_content a.get-back:hover:after {
  transform: translateX(-5px) rotate(135deg);
}
.cl-page_body {
  display: block;
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
.cl-page_date {
  display: block;
  text-transform: uppercase;
  color: #c30000;
  font-weight: 700;
  margin-bottom: 40px;
}

body {
  font-family: "Montserrat", arial, sans-serif;
}

strong {
  font-weight: bold;
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

.template {
  padding-top: 60px;
}

.cl-popup {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: visibility 0.3s linear, opacity 0.3s 0.4s;
}
.cl-popup.disabled {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.cl-popup.disabled .cl-popup_content {
  opacity: 0;
}
.cl-popup_content {
  opacity: 1;
  background-color: #c30000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  max-width: 720px;
  padding-top: 60px;
  padding-bottom: 60px;
  transition: opacity 0.3s;
}
.cl-popup_content h3 {
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
}
.cl-popup_content button {
  margin-top: 25px;
  border: 3px solid #fff;
  height: 130px;
  width: 130px;
  background-color: #640000;
  color: #fff;
  text-transform: uppercase;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 30px;
}

.cl-footer {
  background-color: #c30000;
  padding: 35px 35px 10px;
}
.cl-footer_container {
  max-width: 1070px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}
.cl-footer_col {
  width: calc((100% / 3) - 15px);
  text-align: center;
}
.cl-footer_col h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 1.4px;
}
.cl-footer_col img {
  display: inline-block;
  max-width: 120px;
  width: 100%;
}
.cl-footer_col address {
  line-height: 1;
  font-size: 16px;
}
.cl-footer_fullcol {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.cl-footer_fullcol strong {
  text-transform: uppercase;
}
.cl-footer_social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 45px;
}
.cl-footer_social a {
  font-size: 28px;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
  transition: opacity 0.2s;
}
.cl-footer_social a:hover {
  opacity: 0.7;
}

.cl-video {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: visibility 0.3s linear, opacity 0.3s 0.4s;
}
.cl-video.active {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.cl-video.active .cl-video_video {
  opacity: 1;
}
.cl-video_video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  /*   overflow: hidden; */
  max-width: 768px;
}
.cl-video_video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: #000;
}
.cl-video_video:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.cl-video_video.video4by3 {
  max-width: 430px;
}
.cl-video_video.video4by3:after {
  padding-top: 100%;
}
.cl-video_close {
  position: absolute;
  height: 35px;
  width: 35px;
  top: -45px;
  right: 0;
  z-index: 2;
  cursor: pointer;
}

.cl-share {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  transition: opacity 0.3s;
  overflow-y: auto;
}
.cl-share.active {
  visibility: visible;
  opacity: 1;
  z-index: 5;
}
.cl-share_container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 768px;
  padding: 20px 35px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to top, #6c191c 0%, #ff2d32 100%);
}
.cl-share_container h3 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 25px;
}
.cl-share_container > img {
  display: inline-block;
  max-width: 350px;
  width: 100%;
}
.cl-share_container p {
  max-width: 470px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cl-share_container span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}
.cl-share_container span img {
  max-width: 230px;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
.cl-share_container a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border: 0;
  max-width: 220px;
  width: 100%;
  padding: 8px 5px;
  margin-bottom: 10px;
  text-align: center;
  background-image: linear-gradient(to top, #144586 0%, #75abed 100%);
  font-size: 20px;
  text-decoration: none;
}
.cl-share_container a i {
  margin-left: 10px;
}
.cl-share_close {
  text-align: right;
}
.cl-share_close img {
  cursor: pointer;
  height: 35px;
  width: 35px;
  display: inline-block;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media all and (max-width: 991px) {
  .cl-blog_col h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .cl-blog_col p {
    line-height: 1.3;
  }
}
@media all and (max-width: 768px) {
  .template {
    padding-top: 55px;
  }

  .cl-hero > span {
    height: calc(100vh - 118px);
    overflow: hidden;
    width: 100%;
    display: block;
  }
  .cl-hero .forcefullwidth_wrapper_tp_banner {
    height: calc(100vh - 118px) !important;
  }
  .cl-hero .forcefullwidth_wrapper_tp_banner > .fullscreen-container {
    height: 100% !important;
  }

  .cl-nav_container a img {
    max-width: 70px;
  }
  .cl-nav_mcontainer {
    margin-top: 0px;
    height: 100%;
  }
  .cl-nav_mcontainer nav a {
    font-size: 26px;
  }
  .cl-nav_mcontainer nav a:not(:last-child) {
    margin-bottom: 30px;
  }
  .cl-nav_menu {
    padding-top: 60px;
    justify-content: flex-start;
    flex-direction: column;
    min-height: calc(100vh - 62px);
  }
  .cl-nav_mcol {
    width: 100%;
  }
  .cl-nav_mcol:first-child {
    padding-top: 45px;
  }
  .cl-nav_mcol:last-child {
    margin-top: auto;
    text-align: center;
  }
  .cl-nav_mcol:last-child h3 {
    font-size: 13px;
    font-weight: lighter;
  }
  .cl-nav_mcol span {
    display: none;
  }
  .cl-nav_social {
    margin-bottom: 20px;
    justify-content: center;
  }
  .cl-nav_social a {
    font-size: 24px;
  }

  .cl-product_nav {
    position: relative;
    justify-content: center;
    text-align: center;
    padding: 15px 0px 0;
  }
  .cl-product_nav h2 {
    color: #c30000;
  }
  .cl-product_nav button {
    width: calc(50% - 20px);
    margin-left: 5px !important;
    margin-right: 5px !important;
    border: 0;
    background-color: #e8e8e8;
    color: #ccc;
  }
  .cl-product_nav button > .pd-icon {
    background-position: left top;
  }
  .cl-product_nav button.active {
    background-color: #e8e8e8;
    color: #c30000;
  }
  .cl-product_nav button.active > .pd-icon {
    background-position: right top;
  }
  .cl-product_buttons {
    display: none;
  }
  .cl-product_slider {
    background-color: #fff;
  }
  .cl-product_slider.active {
    height: auto;
    padding: 10px 15px;
  }
  .cl-product_slider > .navgif {
    display: none;
  }
  .cl-product_slider #slide-botella, .cl-product_slider #slide-tetrapack {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cl-product_item {
    height: 220px;
    width: calc(50% - 6px);
    padding: 15px;
    margin-bottom: 10px;
    background-position: center;
    align-items: flex-end;
  }
  .cl-product_item:after {
    background-color: rgba(0, 0, 0, 0.45);
  }
  .cl-product_item > span {
    margin: 0;
    text-align: center;
  }
  .cl-product_item > span h3 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0px;
  }
  .cl-product_item > span button {
    display: none;
  }
  .cl-product_tabcontent > div {
    height: 100%;
    min-height: calc(100vh - 62px);
  }
  .cl-product_tabcontent > nav button {
    white-space: nowrap;
    width: 100%;
    padding: 18px 10px;
    font-size: 12px;
  }
  .cl-product_tabcol:first-child {
    width: 100%;
  }
  .cl-product_tabcol:last-child {
    display: none;
  }
  .cl-product_tabback {
    display: block;
  }

  .cl-footer_col {
    width: 100%;
  }
  .cl-footer_col:nth-child(2) {
    order: 2;
  }
  .cl-footer_col h3 {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: lighter;
  }
  .cl-footer_col img {
    margin-bottom: 30px;
  }
  .cl-footer_col address {
    font-size: 14px;
    line-height: inherit;
  }
  .cl-footer_fullcol {
    order: 4;
  }
  .cl-footer_fullcol p {
    font-size: 14px;
  }
  .cl-footer_social {
    margin-bottom: 30px;
  }
  .cl-footer_social a {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 40px;
  }
}
@media all and (max-width: 580px) {
  .cl-hero_welcome h1 {
    font-size: 14px;
  }
  .cl-hero .custom .tp-bullet {
    width: 30px;
    height: 7px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .cl-footer {
    padding: 30px 0 0;
  }
  .cl-footer_col img {
    max-width: 90px;
  }
  .cl-footer_social a {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 26px;
  }

  .cl-conocenos_intro h2 {
    font-size: 22px;
  }
  .cl-conocenos_intro p {
    font-size: 12px;
  }
  .cl-conocenos_intro .item .description {
    padding: 10px;
    justify-content: center;
  }
  .cl-conocenos_intro .item .instructions {
    align-items: center;
  }
  .cl-conocenos_intro .item .instructions > img {
    max-width: 200px;
  }
  .cl-conocenos_slider:nth-child(odd) .item .content span {
    padding-top: 0px;
  }
  .cl-conocenos_slider:nth-child(odd) .item .content:after {
    bottom: calc(50% + 60px);
  }
  .cl-conocenos_slider .item .content h3 {
    font-size: 14px;
  }
  .cl-conocenos_slider .item .content h5 {
    font-size: 40px;
  }
  .cl-conocenos_slider .item .content:before {
    height: 30%;
  }
  .cl-conocenos_slider .item .content:after {
    top: calc(50% + 60px);
  }
  .cl-conocenos_slider .item .content span {
    padding-bottom: 0px;
  }

  .cl-product_nav h2 {
    font-size: 22px;
  }
  .cl-product_tabcol:first-child {
    padding: 25px 10px;
    font-size: 14px;
  }
  .cl-product_tabcol:first-child h3 {
    font-size: 22px;
  }
  .cl-product_tabcol:first-child h4, .cl-product_tabcol:first-child h5 {
    font-size: 15px;
  }

  .cl-blog {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .cl-blog h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .cl-blog_container {
    padding-left: 0;
    padding-right: 0;
  }
  .cl-blog_container .slick-prev, .cl-blog_container .slick-next {
    width: 25px;
    height: 50px;
  }
  .cl-blog_container .slick-prev {
    left: 10px;
  }
  .cl-blog_container .slick-next {
    right: 10px;
  }
  .cl-blog_col {
    margin-left: 35px;
    margin-right: 35px;
  }
  .cl-blog_col h3 {
    font-size: 14px;
  }

  .cl-page_header {
    margin-bottom: 30px;
    height: 270px;
  }
  .cl-page_buttons > span {
    margin-top: 30px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    order: 3;
  }
  .cl-page_buttons > span h1 {
    font-size: 19px;
  }
  .cl-page_buttons > div:first-child {
    order: 1;
  }
  .cl-page_buttons > div:last-child {
    order: 2;
  }
  .cl-page_image {
    height: 180px;
  }
  .cl-page_content {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  .cl-page_content h2 {
    font-size: 17px;
  }

  .cl-popup_content {
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cl-popup_content h3 {
    font-size: 16px;
    padding: 10px;
    margin-bottom: 0;
  }
  .cl-popup_content button {
    margin-left: 0;
    margin-right: 0;
    height: 100px;
    width: 100px;
    font-size: 22px;
    margin-top: 10px;
  }

  .wp-block-image img {
    max-width: 170px !important;
  }
}

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