@import url('fonts.css');

:root {
  --color-bg-primary: #f5f5f5;
  --color-white: #fff;
  --color-black:#000;
  --color-text-primary: #868e96;
  --color-text-secundary: #da2204;

}

html {
  overflow-x: hidden;
  font-size: 1em;
}


body {
  font-family: "Montserrat", Arial, sans-serif;
  background-color: var(--color-bg-primary);
}


/* Mobile Portrait */
@media only screen and (min-width: 412px) and (orientation: portrait) {
  .no-webp #section-home,
  .no-js #section-home {
    background-image: url('../images/jpg-optimized/mobile-portrait-aresvir.jpg');
  }
  .webp #section-home {
    background-image: url('../images/webp/mobile-portrait-aresvir.webp');
  }

  @media screen and (-webkit-device-pixel-ratio: 2) {
    .no-webp #section-home,
    .no-js #section-home {
      background-image: url('../images/jpg-optimized/mobile-portrait-aresvir@2x.jpg');
    }
    .webp #section-home {
      background-image: url('../images/webp/mobile-portrait-aresvir@2x.webp');
    }
  }
  @media screen and (-webkit-device-pixel-ratio: 3),
          screen and (-webkit-device-pixel-ratio: 3.5),
          screen and (-webkit-device-pixel-ratio: 2.4),
          screen and (-webkit-device-pixel-ratio: 2.5),
          screen and (-webkit-device-pixel-ratio: 2.75) {
    .no-webp #section-home,
    .no-js #section-home {
      background-image: url('../images/jpg-optimized/mobile-portrait-aresvir@3x.jpg');
    }
    .webp #section-home {
      background-image: url('../images/webp/mobile-portrait-aresvir@3x.webp');
    }  
  }
}

/* Mobile Landscape */
@media only screen and (max-width: 915px) and (orientation: landscape) {
  .no-webp #section-home,
  .no-js #section-home {
    background-image: url('../images/jpg-optimized/mobile-landscape-aresvir.jpg');
  }
  .webp #section-home {
    background-image: url('../images/webp/mobile-landscape-aresvir.webp');
  }

  @media screen and (-webkit-device-pixel-ratio: 2) {
    .no-webp #section-home,
    .no-js #section-home {
      background-image: url('../images/jpg-optimized/mobile-landscape-aresvir@2x.jpg');
    }
    .webp #section-home {
      background-image: url('../images/webp/mobile-landscape-aresvir@2x.webp');
    }
  }
  @media screen and (-webkit-device-pixel-ratio: 3),
          screen and (-webkit-device-pixel-ratio: 3.5),
          screen and (-webkit-device-pixel-ratio: 2.4),
          screen and (-webkit-device-pixel-ratio: 2.5),
          screen and (-webkit-device-pixel-ratio: 2.75) {
    .no-webp #section-home,
    .no-js #section-home {
      background-image: url('../images/jpg-optimized/mobile-landscape-aresvir@3x.jpg');
    }
    .webp #section-home {
      background-image: url('../images/webp/mobile-landscape-aresvir@3x.webp');
    }  
  }
}


/* Tablet Portrait */
@media only screen and (min-width: 413px) and (orientation: portrait) {
  .no-webp #section-home,
  .no-js #section-home {
    background-image: url('../images/jpg-optimized/tablet-portrait-aresvir.jpg');
  }
  .webp #section-home {
    background-image: url('../images/webp/tablet-portrait-aresvir.webp');
  }

  @media screen and (-webkit-device-pixel-ratio: 2) {
    .no-webp #section-home,
    .no-js #section-home {
      background-image: url('../images/jpg-optimized/tablet-portrait-aresvir@2x.jpg');
    }
    .webp #section-home {
      background-image: url('../images/webp/tablet-portrait-aresvir@2x.webp');
    }
  }
  @media screen and (-webkit-device-pixel-ratio: 3),
          screen and (-webkit-device-pixel-ratio: 3.5),
          screen and (-webkit-device-pixel-ratio: 2.4),
          screen and (-webkit-device-pixel-ratio: 2.5),
          screen and (-webkit-device-pixel-ratio: 2.75) {
    .no-webp #section-home,
    .no-js #section-home {
      background-image: url('../images/jpg-optimized/tablet-portrait-aresvir@3x.jpg');
    }
    .webp #section-home {
      background-image: url('../images/webp/tablet-portrait-aresvir@3x.webp');
    }  
  }
}

/* Tablet Landscape */
@media only screen and (min-width: 916px) and (orientation: landscape) {
  .no-webp #section-home,
  .no-js #section-home {
    background-image: url('../images/jpg-optimized/tablet-landscape-aresvir.jpg');
  }
  .webp #section-home {
    background-image: url('../images/webp/tablet-landscape-aresvir.webp');
  }

  @media screen and (-webkit-device-pixel-ratio: 2) {
    .no-webp #section-home,
    .no-js #section-home {
      background-image: url('../images/jpg-optimized/tablet-landscape-aresvir@2x.jpg');
    }
    .webp #section-home {
      background-image: url('../images/webp/tablet-landscape-aresvir@2x.webp');
    }
  }
  @media screen and (-webkit-device-pixel-ratio: 3),
          screen and (-webkit-device-pixel-ratio: 3.5),
          screen and (-webkit-device-pixel-ratio: 2.4),
          screen and (-webkit-device-pixel-ratio: 2.5),
          screen and (-webkit-device-pixel-ratio: 2.75) {
    .no-webp #section-home,
    .no-js #section-home {
      background-image: url('../images/jpg-optimized/tablet-landscape-aresvir@3x.jpg');
    }
    .webp #section-home {
      background-image: url('../images/webp/tablet-landscape-aresvir@3x.webp');
    }  
  }
}



.no-webp #section-home,
.no-js #section-home {
  background-image: url('../images/jpg-optimized/desktop-aresvir.jpg');
}
.webp #section-home {
  background-image: url('../images/webp/desktop-aresvir.webp');
}

@media (min-width: 1200px) {
  .no-webp #section-home,
  .no-js #section-home {
    background-image: url('../images/jpg-optimized/desktop-aresvir@2x.jpg');
  }
  .webp #section-home {
    background-image: url('../images/webp/desktop-aresvir@2x.webp');
  }
  @media screen and (-webkit-device-pixel-ratio: 2) {
    .no-webp #section-home,
    .no-js #section-home {
      background-image: url('../images/jpg-optimized/desktop-aresvir@2x.jpg');
    }
    .webp #section-home {
      background-image: url('../images/webp/desktop-aresvir@2x.webp');
    }
  }
  @media screen and (-webkit-device-pixel-ratio: 3),
          screen and (-webkit-device-pixel-ratio: 3.5),
          screen and (-webkit-device-pixel-ratio: 2.4),
          screen and (-webkit-device-pixel-ratio: 2.5),
          screen and (-webkit-device-pixel-ratio: 2.75) {
    .no-webp #section-home,
    .no-js #section-home {
      background-image: url('../images/jpg-optimized/desktop-aresvir@3x.jpg');
    }
    .webp #section-home {
      background-image: url('../images/webp/desktop-aresvir@3x.webp');
    }  
  }
}
 

::-moz-selection {
  background: var(--color-black);
  color: var(--color-white);
}

::selection {
  background: var(--color-black);
  color: var(--color-white);
}

::-moz-selection {
  background: var(--color-black);
  color: var(--color-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300 !important;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

li{
  text-decoration: none;
  list-style: none;
}

.mouse-wrap,
.scroll-wrap {
  position: absolute;
  bottom: 50px;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mouse-wrap.left,
.scroll-wrap.left {
  left: 30px;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mouse {
  width: 30px;
  height: 50px;
  border-radius: 20px;
  border: 2px solid #212529;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 20px);
}

.mouse:before,
.mouse:after {
  content: "";
  display: block;
  position: absolute;
}

/* Second */
.m-1:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 10px;
  left: calc(50% - 3px);
  background: #212529;
  -webkit-animation: m-1-ball 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: m-1-ball 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

@-webkit-keyframes m-1-ball {

  0%,
  65%,
  100% {
    opacity: 0;
  }

  10%,
  40% {
    opacity: 1;
  }

  0% {
    -webkit-transform: translateY(5px) scale(0.7);
    transform: translateY(5px) scale(0.7);
  }

  5% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  15%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45%,
  65% {
    -webkit-transform: translateY(24px) scale(0.7);
    transform: translateY(24px) scale(0.7);
  }
}

@keyframes m-1-ball {

  0%,
  65%,
  100% {
    opacity: 0;
  }

  10%,
  40% {
    opacity: 1;
  }

  0% {
    -webkit-transform: translateY(5px) scale(0.7);
    transform: translateY(5px) scale(0.7);
  }

  5% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  15%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45%,
  65% {
    -webkit-transform: translateY(24px) scale(0.7);
    transform: translateY(24px) scale(0.7);
  }
}

.scroll-wrap {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
  bottom: 50px;
  opacity: 1;
  visibility: visible;
}

.scroll-wrap.sleep {
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

  
 /* Bloque:  Testimonios */

.testimonial_v1 img {
  height: 80px;
}

.testimonial_v1 .heading {
  color: #495057;
  font-size: 18px;
}

.testimonial_v1 .subheading {
  color: rgba(0, 0, 0, 0.4);
}

.testimonial_v1 blockquote {
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  line-height: 1.7;
  color: #495057;
}

.testimonial_v1.pb_quote_v1 .media-body {
  position: relative;
  margin-top: 40px;
}

.testimonial_v1.pb_quote_v1 .quote {
  font-size: 100px;
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  color: #adb5bd;
  line-height: 0;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial_v1.pb_quote_v2 .media-body {
  position: relative;
}

.testimonial_v1.pb_quote_v2 .quote {
  font-size: 150px;
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  color: #dee2e6;
  line-height: 0;
  top: 40px;
  position: absolute;
  left: 0%;
  z-index: -1;
}

.testimonial_v2 .pb_media-header img {
  height: 70px;
}

.testimonial_v2 .pb_media-header .heading {
  font-size: 18px;
}

.testimonial_v2 .pb_media-header .heading,
.testimonial_v2 .pb_media-header .subheading {
  display: block;
  margin-bottom: 0;
}

.testimonial_v2 blockquote {
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.7;
  color: #495057;
}


/* Bloque: Slide Testimonios */

.pb_slide_testimonial_sync_v1 .pb_slider_content .slick-slide {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 30px;
  line-height: 1;
}

.pb_slide_testimonial_sync_v1 .pb_slider_content .slick-slide blockquote {
  margin-bottom: 40px;
}

.pb_slide_testimonial_sync_v1 .pb_slider_content .slick-slide img {
  height: 170px;
}

.pb_slide_testimonial_sync_v1 .pb_slider_content .slick-slide .heading {
  font-size: 18px;
  margin-bottom: 0;
}

.pb_slide_testimonial_sync_v1 .pb_slider_content .slick-slide .subheading {
  font-size: 16px;
}

.pb_slide_testimonial_sync_v1 .pb_slider_nav {
  width: 250px;
  margin: 0 auto;
}

.pb_slide_testimonial_sync_v1 .pb_slider_nav .author {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px 10px;
  -webkit-transition: .3s all ease-in;
  -o-transition: .3s all ease-in;
  transition: .3s all ease-in;
}

.pb_slide_testimonial_sync_v1 .pb_slider_nav .author.slick-current {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}


/* Bloque: Precios */

.pb_pricing_v1 {
  margin-bottom: 50px;
}

.pb_pricing_v1 .price {
  font-size: 50px;
  color: var(--color-text-secundary);
}

.pb_pricing_v1 .price sup {
  font-size: 20px;
  top: -1em;
}

.pb_pricing_v1 .price span {
  font-size: 20px;
  color: #adb5bd;
}



.bg-cover {
  position: relative;
  height: 95vh;
}

@media (max-width: 767px) {

  .bg-cover {
    height: inherit;
    text-align: center !important;
    padding: 6em 0;
  }
}

.bg-cover>.container {
  position: relative;
}

.bg-cover>.container>.row {
  height: 95vh;
}

@media (max-width: 767px) {

  .bg-cover>.container>.row {
    height: inherit;
    padding: 1em 0 12em 0;
  }
}

.bg-cover .play {
  width: 80px;
  height: 80px;
  display: inline-block;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: white;
  -webkit-transition: .25s all ease-out;
  -o-transition: .25s all ease-out;
  transition: .25s all ease-out;
}

.bg-cover .play:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  border: 2px solid white;
}


.bg-cover .play:active,
.bg-cover .play:focus{
  outline: none;
}

.bg-cover .play i {
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.bg-cover .heading {
  font-size: 62px;
  color: white;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 0px;
}

@media (max-width: 767px) {

  .bg-cover .heading {
    font-size: 42px;
  }
}

.bg-cover .sub-heading {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
}

 .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.btn:focus,
.btn:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn-shadow-blue {
  -webkit-box-shadow: 0px 15px 28px -5px rgba(29, 130, 255, 0.45);
  -moz-box-shadow: 0px 15px 28px -5px rgba(29, 130, 255, 0.45);
  box-shadow: 0px 15px 28px -5px rgba(29, 130, 255, 0.45);
}

.pb_outline-light {
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  background: none;
  color: white;
}

.pb_outline-light:hover,
.pb_outline-light:active,
.pb_outline-light:focus {
  outline: none;
  background: var(--color-white) !important;
  border: 1px solid white;
  color: var(--color-black);
}

#pb_loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000;
}

#pb_loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: var(--color-white);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#pb_loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#pb_loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#pb_loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}


.bg_image,
.bg-cover,
.pb_slide_v2 .slide_content>.pb_content-media {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.with-overlay {
  position: relative;
}

.with-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

.pb_navbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  font-family: "Montserrat", Arial, sans-serif;
}

.pb_navbar .navbar-toggler:active,
.pb_navbar .navbar-toggler:focus {
  outline: none;
}

.pb_navbar>.container {
  position: relative;
}

.pb_navbar .navbar-toggler {
  border: none;
  color: white;
  border-color: white;
  cursor: pointer;
  padding-right: 0;
}

.pb_navbar .navbar-toggler i {
  font-size: 30px;
}

.pb_navbar ul>li>a {
  color: #929292 !important;
}

.pb_navbar ul>li>a.active {
  color: #cddc39 !important;
}

.pb_navbar ul>li.cta-btn>a>span {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.pb_navbar .nav-link {
  font-size: 15px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (max-width: 1199px) {
  .pb_navbar .nav-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

@media (max-width: 991px) {
  .pb_navbar .nav-link {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media (max-width: 767px) {
  .pb_navbar .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 991px) {
  .pb_navbar .navbar-nav {
    background: var(--color-white);
    border-radius: 0px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.pb_navbar.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
}

@media (max-width: 991px) {
  .pb_navbar.scrolled .navbar-nav {
    background: none;
    border-radius: 0px;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media (max-width: 767px) {
  .pb_navbar.scrolled .navbar-nav {
    background: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.pb_navbar.scrolled .navbar-toggler {
  border: none;
  color: var(--color-white);
  border-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  padding-right: 0;
}

.pb_navbar.scrolled .nav-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.pb_navbar.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.pb_navbar.scrolled.sleep {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.pb_navbar.scrolled.pb_scrolled-light {
  background: var(--color-black) !important;
  -webkit-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15);
}

.pb_navbar.scrolled.pb_scrolled-light .navbar-brand {
  color: var(--color-white);
}

@media (max-width: 991px) {
  .pb_navbar.scrolled.pb_scrolled-light .navbar-nav {
    background: none;
    border-radius: 0px;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

.pb_navbar.scrolled.pb_scrolled-light ul li a {
  color: #929292 !important;
}

.pb_navbar.scrolled.pb_scrolled-light ul li a:hover,
.pb_navbar.scrolled.pb_scrolled-light ul li a:active,
.pb_navbar.scrolled.pb_scrolled-light ul li a:focus {
  color: #929292 !important;
}

.pb_navbar.scrolled.pb_scrolled-light ul li a.active {
  color: #cddc39 !important;
}

.pb_navbar.scrolled.pb_scrolled-light ul li.cta-btn>a>span {
  border: none;
  background: #00CA4C;
  color: var(--color-white);
}


#pb_nav-toggle {
  background: transparent;
  position: absolute;
  right: 0;
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#pb_nav-toggle:hover span:after {
  width: 32px;
}

#pb_nav-toggle span,
#pb_nav-toggle span:before,
#pb_nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 32px;
  background: var(--color-black);
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: '';
}

#pb_nav-toggle span:before {
  top: -10px;
}

#pb_nav-toggle span:after {
  top: 10px;
  width: 16px;
}

#pb_nav-toggle span,
#pb_nav-toggle span:before,
#pb_nav-toggle span:after {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#pb_nav-toggle.active span {
  background-color: transparent;
}

#pb_nav-toggle.active span:before,
#pb_nav-toggle.active span:after {
  top: 0;
}

#pb_nav-toggle.active span:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

#pb_nav-toggle.active span:after {
  width: 32px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.heading-border-top {
  position: relative;
  padding-top: 30px;
}

.heading-border-top:before {
  position: absolute;
  top: 0;
  height: 2px;
  width: 50px;
  content: "";
  background: var(--color-text-secundary);
}

.heading-border-top.light:before {
  background: rgba(255, 255, 255, 0.7) !important;
}

.text-center .heading-border-top:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.text-center .heading-border-top.light:before {
  background: rgba(255, 255, 255, 0.7) !important;
}

.pb_section {
  padding: 9em 0;
  position: relative;
  display: block;
}

@media (max-width: 991px) {
  .pb_section {
    padding: 4em 0;
  }
}

.pb_section.pb_bg-half:before {
  top: 50%;
  content: "";
  background: #f8f9fa;
  bottom: 0%;
  width: 100%;
  left: 0;
  position: absolute;
}

.images {
  position: relative;
}

.images .img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 500px;
  -webkit-box-shadow: -17px 10px 34px -18px rgba(0, 0, 0, 0.5);
  box-shadow: -17px 10px 34px -18px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .images .img2 {
    position: relative;
    left: inherit !important;
    top: inherit !important;
    max-width: 100%;
  }
}

.images.right .img1 {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: -17px 10px 34px -18px rgba(0, 0, 0, 0.5);
  box-shadow: -17px 10px 34px -18px rgba(0, 0, 0, 0.5);
}

.images.right .img2 {
  position: absolute;
  top: 50%;
  left: -40%;
  z-index: 1;
  max-width: 500px;
}

@media (max-width: 767px) {
  .images.right .img2 {
    position: relative;
    left: inherit !important;
    top: inherit !important;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .pb_testimonial_v1 .media {
    display: block !important;
  }
}

.pb_testimonial_v1 .media img {
  max-width: 200px;
}

@media (max-width: 767px) {
  .pb_testimonial_v1 .media img {
    margin: 0 auto 20px auto !important;
  }
}

@media (max-width: 767px) {
  .pb_testimonial_v1 .media .media-body {
    width: 100%;
    text-align: center;
  }
}

.pb_testimonial_v1 .media blockquote {
  font-style: italic;
}

.pb_testimonial_v1 .media blockquote p {
  color: #212529;
  font-size: 18px;
}

.pb_testimonial_v1 .media blockquote p cite {
  display: block;
  font-size: 1rem;
  font-style: normal;
}

.pb_testimonial_v1 .media blockquote p.pb_author {
  font-style: normal;
  color: var(--color-text-primary);
}

.pb_footer {
  padding: 5em 0;
}

.pb_footer .list-unstyled li {
  margin-bottom: 10px;
  line-height: 1.5;
}

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

.pb_footer.bg-black a {
  color: #cddc39 !important;
}


.pb_card_v1 {
  border: none;
}

.pb_card_v1 .card-subtitle {
  color: var(--color-text-primary);
}

.pb_card_v1 .card-img-top {
  margin-top: 30px;
}

.pb_card_v2 .icon i:before {
  font-size: 50px;
  margin: 0;
  padding: 0;
  color: var(--color-text-primary);
}

.pb_card_v2 .card-body {
  padding-top: 0;
}

.pb_card_v2 .card-body h4 {
  margin-top: 0;
  font-size: 16px;
}

.pb_hover-zoom {
  position: relative;
  display: block;
  overflow: hidden;
}

.pb_hover-zoom img {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.pb_hover-zoom:before {
  position: absolute;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
}

.pb_hover-zoom .icon {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: var(--color-white) !important;
  z-index: 1;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s all ease-out;
  -o-transition: .2s all ease-out;
  transition: .2s all ease-out;
}

.pb_hover-zoom:hover {
  outline: none;
}

.pb_hover-zoom:hover .icon {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.pb_hover-zoom:hover:before {
  opacity: 1;
  visibility: visible;
}

.pb_hover-zoom:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.pb_half {
  width: 50%;
  float: left;
}

@media (max-width: 991px) {
  .pb_half {
    width: 100%;
    float: none;
  }

  .pb_half#map {
    height: 300px;
  }
}

.pb_accordion .item>a {
  display: block;
  border-bottom: 1px solid #e9ecef;
  padding: 10px 0;
  position: relative;
  color: #495057;
}

.pb_accordion .item>a:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Ionicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f2c7";
}

.pb_accordion .item>a[aria-expanded="true"] {
  color: var(--color-text-secundary);
  border-bottom: 1px solid transparent;
}

.pb_accordion .item>a[aria-expanded="true"]:after {
  content: "\f2f4";
}

.pb_accordion .item>div *:last-child {
  margin-bottom: 0;
}

.pb_contact_details {
  margin: 0;
  padding: 0;
}

.pb_contact_details li {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
  color: #212529;
}

.pb_contact_details li span {
  display: block;
  font-size: 14px;
  color: #adb5bd;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: var(--color-black);
}

@media (max-width: 767px) {
  .slick-arrow {
    display: none !important;
  }
}

.slick-arrow.prev {
  left: 20px;
}

.slick-arrow.next {
  right: 20px;
}

.slick-arrow i {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  z-index: 1;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  position: relative;
}

.slick-dots li button:before {
  width: 7px;
  height: 7px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  background: rgba(0, 0, 0, 0.7);
}

.slick-dots li.slick-active button:before {
  background: rgba(0, 0, 0, 0.7);
}

.pb_media>.icon  {
  width: 80px;
  height: 80px;
  position: relative;
}

.pb_media>.icon i  {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.pb_media>.icon i.flaticon  {
  top: 48%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.pb_media>.icon i.flaticon:before  {
  font-size: 46px;
  margin: 0;
  padding: 0;
}

.pb_media h3  {
  color: #212529;
}

.pb_icon_v1 i.flaticon:before {
  font-size: 80px;
  margin: 0;
  padding: 0;
}

.pb_slide_v1 .link-block {
  display: block;
  position: relative;
  color: #A5E9DB;
}

.pb_slide_v1 .link-block:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.05);
}

.pb_slide_v1 .link-block .slide-text {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 20px;
}

.pb_slide_v1 .link-block .slide-text h2 {
  font-size: 24px;
  font-weight: 400;
  color: var(--color-white);
  margin-bottom: 0;
}

.pb_slide_v1 .link-block .slide-text *:last-child {
  margin-bottom: 0;
}

.pb_slide_v2 .slick-slide {
  padding: 10px;
  position: relative;
}

.pb_slide_v2.slider-nav .slick-slide {
  margin: 10px;
  padding: 0;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
  border: 2px solid transparent;
}

.pb_slide_v2.slider-nav .slick-slide .pb_card_v2 {
  background: none;
}

.pb_slide_v2.slider-nav .slick-slide.slick-current .pb_card_v2 {
  background: none;
}

.pb_slide_v2.slider-nav .slick-slide.slick-current .icon i:before {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
  color: #00CA4C;
}

.pb_slide_v2 .slide_content {
  background: var(--color-white);
  -webkit-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
  .pb_slide_v2 .slide_content>.pb_content-media {
    height: 350px;
  }
}

.pb_slide_v2 .slide_content>.pb_content-media,
.pb_slide_v2 .slide_content .slide_content-text {
  width: 50%;
}

@media (max-width: 991px) {

  .pb_slide_v2 .slide_content>.pb_content-media,
  .pb_slide_v2 .slide_content .slide_content-text {
    width: 100%;
  }
}

.pb_slide_v2 .slide_content .slide_content-text {
  padding: 50px;
}

@media (max-width: 991px) {
  .pb_slide_v2 .slide_content .slide_content-text {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .pb_slide_v2 .slick-arrow {
    display: none;
  }
}

.pb_slide_v2 .slick-arrow.prev {
  left: -50px;
}

.pb_slide_v2 .slick-arrow.next {
  right: -50px;
}

.overflow-hidden {
  overflow: hidden;
}

.count-clients {
  display: flex;
}
.count-clients .single-counter {
  background: var(--color-white);
  padding: 18px 26px 33px 25px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.count-clients .single-counter span {
  color: #da0000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
  display: block;
}
.count-clients .single-counter p {
  font-size: 16px;
  color: #64676c;
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px){
 .count-clients .single-counter {
    padding: 14px 14px 24px 16px;
}
}

.counter:not(.is-visible) {
	visibility: hidden;
}



.banner--about {
  background-image: url("../images/photos/desktop/banner-nosotros.jpg");
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  .banner--about {
      background-image: url("../images/photos/desktop/banner-nosotros@2x.jpg");
  }
}
@media screen and (-webkit-device-pixel-ratio: 3) {
  .banner--about {
      background-image: url("../images/photos/desktop/banner-nosotros@3x.jpg");
  }
}

/* @media screen and (-webkit-device-pixel-ratio: 3),
        screen and (-webkit-device-pixel-ratio: 3.5),
        screen and (-webkit-device-pixel-ratio: 2.4),
        screen and (-webkit-device-pixel-ratio: 2.5),
        screen and (-webkit-device-pixel-ratio: 2.75) {
    .no-webp .homepage__grid-item--right:before {
        background-image: url("../images/photos/banners/mobile/industrial@3x.jpg");
    }
    .webp .homepage__grid-item--right:before {
        background-image: url("../images/photos/banners/mobile/webp/industrial@3x.webp");
    }
} */