.elementor-60 .elementor-element.elementor-element-8daf9c1 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-60 .elementor-element.elementor-element-c4ef327{color:var( --e-global-color-text );}.elementor-60 .elementor-element.elementor-element-c4ef327 > .elementor-widget-container{margin:-30px 0px 0px 0px;}@media(max-width:767px){.elementor-60 .elementor-element.elementor-element-4a0c10f{margin-top:30px;margin-bottom:0px;}}/* Start custom CSS for theme-post-content, class: .elementor-element-c4ef327 *//*-----CARROSSEL GALERIA-----*/
  .carousel1 {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom:10px;
  position: relative;
}

.carousel__activator1 {display: none;}

.carousel__controls1 {
  display: none;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: -60px;
  right: 16px;
  left: 16px;
  bottom: 0;
}
.carousel__controls1:first-of-type {justify-content: flex-end;}
.carousel__controls1:last-of-type {justify-content: flex-start;}

.carousel__control1 {
  font-family: Noto Sans;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fec66c;
  font-size: 30px;
  font-weight: 400;
  justify-content: center;
  transition: 0.3s all;
  width: 35px;
  z-index: 1;
  background-color: #04382b;
  aspect-ratio: 1;
  border-radius: 0px;

}
.carousel__control1:hover {
          opacity: 0.7;
}
.carousel__item1 video, .carousel__item1 img {
  max-height: 500px;
  max-width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}

.carousel__activator1:nth-of-type(1):checked
~ .carousel__controls1:nth-of-type(1) {display: flex;}
.carousel__activator1:nth-of-type(1):checked
~ .carousel__screen1
.carousel__track1 {-webkit-transform: translateX(0%);transform: translateX(0%);}

.carousel__activator1:nth-of-type(2):checked
~ .carousel__controls1:nth-of-type(2) {display: flex;}
.carousel__activator1:nth-of-type(2):checked
~ .carousel__screen1
.carousel__track1 {-webkit-transform: translateX(-100%); transform: translateX(-100%);}

.carousel__activator1:nth-of-type(3):checked
~ .carousel__controls1:nth-of-type(3) {display: flex;}
.carousel__activator1:nth-of-type(3):checked
~ .carousel__screen1
.carousel__track1 {-webkit-transform: translateX(-166.65%); transform: translateX(-166.65%);}


.carousel__screen1 { overflow: hidden; margin-left: -16px; margin-right: -16px;}

.carousel__track1 {
  font-size: 0;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media(max-width:900px){
    carousel__item1 {
  padding-left: 6vw;
  padding-right: 6vw;
        
    }
}
.carousel__item1 {
  display: inline-flex;
  padding-left: 1%;
  padding-right: 1%;
  vertical-align: top;
  white-space: normal;
  width: 31.33%;
  transition:0.2s
}
.carousel__item1:hover {
  opacity:0.5;
}


.carousel__item1--desktop-in-1 {width: 100%;}


.carousel__item1--desktop-in-2 {width: 50%;}

.carousel__item1--desktop-in-3 {width: 33.33%;}

.carousel__item1--desktop-in-4 {width: 25%;}

.carousel__item1--desktop-in-5 {width: 20%;}

.demo-content1 {
  color: #fff;
  display: flex;
  font-weight: 100;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 56px;
}
@media screen and (max-width: 768px) {
  .carousel1 {
    padding-left: 0;
    padding-right: 0;
  }

  .carousel__activator1:nth-of-type(n):checked ~ .carousel__controls1:nth-of-type(n) {
    display: none;
  }
  .carousel__activator1:nth-of-type(n):checked ~ .carousel__screen1 .carousel__track1 {
    -webkit-transform: none;
            transform: none;
  }

  .carousel__screen1 {
    margin-left: 0;
    margin-right: 0;
  }

  .carousel__track1 {
    overflow-x: auto;
    width: auto;
  }

  .carousel__item1--tablet-in-1 {width: 33.33%;}

  .carousel__item1--tablet-in-2 {width: 33.33%;}

  .carousel__item1--tablet-in-3 {width: 33.33%;}
}
@media screen and (max-width: 650px) {
  .carousel__track1 {
    padding-left: 0;
    padding-right: 0;
  }
  .carousel__item1 {
  padding-left: 1%;
  padding-right: 1%;
}


  .carousel__item1--mobile-in-1 { width:  50%}

  .carousel__item1--mobile-in-2 {width: 50%;}

  .carousel__item1--mobile-in-3 {width: 50%;}
}




/*-----CARROSSEL EMPRESAS-----*/
.carousel {
  
  max-width: 90%;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom:60px;
  position: relative;
}

.carousel__activator {
  display: none;
}

.carousel__controls {
  display: none;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: -60px;
  right: 16px;
  left: 16px;
  bottom: 0;
}
.carousel__controls:first-of-type {
  justify-content: flex-end;
}
.carousel__controls:last-of-type {
  justify-content: flex-start;
}

.carousel__control {
    font-family: Noto Sans;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fec66c;
  font-size: 34px;
  font-weight: 400;
  justify-content: center;
  transition: 0.3s all;
  width: 48px;
  z-index: 1;
}
.carousel__control:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
          opacity: 0.7;
}

.carousel__activator:nth-of-type(1):checked
~ .carousel__controls:nth-of-type(1) {
  display: flex;
}

.carousel__activator:nth-of-type(1):checked
~ .carousel__screen
.carousel__track {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.carousel__activator:nth-of-type(2):checked
~ .carousel__controls:nth-of-type(2) {
  display: flex;
}

.carousel__activator:nth-of-type(2):checked
~ .carousel__screen
.carousel__track {
  -webkit-transform: translateX(-33.34%);
          transform: translateX(-33.34%);
}

.carousel__activator:nth-of-type(3):checked
~ .carousel__controls:nth-of-type(3) {
  display: flex;
}

.carousel__activator:nth-of-type(3):checked
~ .carousel__screen
.carousel__track {
  -webkit-transform: translateX(-66.66%);
          transform: translateX(-66.66%);
}

.carousel__activator:nth-of-type(4):checked
~ .carousel__controls:nth-of-type(4) {
  display: flex;
}

.carousel__activator:nth-of-type(4):checked
~ .carousel__screen
.carousel__track {
  -webkit-transform: translateX(-99.99%);
          transform: translateX(-99.99%);
}

.carousel__activator:nth-of-type(5):checked
~ .carousel__controls:nth-of-type(5) {
  display: flex;
}

.carousel__activator:nth-of-type(5):checked
~ .carousel__screen
.carousel__track {
  -webkit-transform: translateX(-133.32%);
          transform: translateX(-133.32%);
}

.carousel__activator:nth-of-type(5):checked
~ .carousel__controls:nth-of-type(5) {
  display: flex;
}

.carousel__activator:nth-of-type(5):checked
~ .carousel__screen
.carousel__track {
  -webkit-transform: translateX(-166.65%);
          transform: translateX(-166.65%);
}

.carousel__activator:nth-of-type(6):checked
~ .carousel__controls:nth-of-type(6) {
  display: flex;
}

.carousel__activator:nth-of-type(6):checked
~ .carousel__screen
.carousel__track {
  -webkit-transform: translateX(-199.98%);
          transform: translateX(-199.98%);
}


.carousel__screen {
  overflow: hidden;
}

.carousel__track {
  font-size: 0;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media(max-width:900px){
    carousel__item {
  padding-left: 6vw;
  padding-right: 6vw;
        
    }
}
.carousel__item {
  display: inline-flex;
  padding-left: 80px;
  padding-right: 80px;
  vertical-align: top;
  white-space: normal;
  transition:0.2s
}
.carousel__item:hover {
  opacity:0.5;
}


.carousel__item--desktop-in-1 {
  width: 100%;
}

.carousel__item--desktop-in-2 {
  width: 50%;
}

.carousel__item--desktop-in-3 {
  width: 33.3333333333%;
}

.carousel__item--desktop-in-4 {
  width: 25%;
}

.carousel__item--desktop-in-5 {
  width: 20%;
}

.demo-content {
  color: #fff;
  display: flex;
  font-family: Helvetica;
  font-weight: 100;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 56px;
  height: 200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .carousel__activator:nth-of-type(n):checked ~ .carousel__controls:nth-of-type(n) {
    display: none;
  }
  .carousel__activator:nth-of-type(n):checked ~ .carousel__screen .carousel__track {
    -webkit-transform: none;
            transform: none;
  }

  .carousel__screen {
    margin-left: 0;
    margin-right: 0;
  }

  .carousel__track {
    overflow-x: auto;
    width: auto;
    padding-left: 48px;
    padding-right: 48px;
  }

  .carousel__item--tablet-in-1 {
    width: 90%;
  }

  .carousel__item--tablet-in-2 {
    width: 45%;
  }

  .carousel__item--tablet-in-3 {
    width: 30%;
  }
}
@media screen and (max-width: 650px) {
  .carousel__track {
    padding-left: 0;
    padding-right: 0;
  }
  .carousel__item {
  padding-left: 5vw;
  padding-right: 5vw;
}

    .demo-content{
        height:120px !important;
    }

  .carousel__item--mobile-in-1 {
    width: 33.33%;
  }

  .carousel__item--mobile-in-2 {
    width: 45%;
  }

  .carousel__item--mobile-in-3 {
    width: 30%;
  }
}/* End custom CSS */