@import url("general.css");
@import url("variables.css");
@import url("fonts.css");
@import url("map.css");
/* home-header */
.section-header{
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: var(--dark-brown);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.section-header.section-header-home{
  background-image:  url("../media/images/slide-header-home-mobile.png");
  display: flex;
}
.section-header-home .header-text{
  display: flex;
  justify-content: flex-end;
  padding-left: 20px;
  padding-bottom: 60px;
  flex-direction: column;
}
.section-header-home .header-text h2{
  font-family: var(--text-bold);
  color: var(--white);
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 35px;
  letter-spacing: -1px;
}
.section-header-home .header-text h2 span{
  color: var(--salmon);
  font-size: 34px;
  font-family: var(--text-bold);
  letter-spacing: -1px;
}
.section-header-home .header-text h3{
  color: var(--white);
  font-size: 24px;
  width: 100%;
  max-width: 500px;
}
/* home- companies*/
.section-companies{
  background: var(--light-gray);
  padding: 30px 20px;
}
.section-companies .container-companies{
  padding: 60px 20px 30px;
  border-radius: 30px;
  background: rgb(242,242,242);
  background: linear-gradient(0deg, rgba(242,242,242,0.01) 0%, rgba(255,255,255,1) 66%);
  text-align: center;
  position: relative;
}
.container-companies .intro-text{
  font-size: 20px;
  width: 100%;
  max-width: 975px;
  margin: 0 auto 0;
}
.container-companies .box-companies{
  display: flex;
  flex-direction: column;
}
.container-companies h2{
  font-size: 24px;
  font-family: var(--text-bold);
  padding-top: 80px;
  margin-bottom: 40px;
  letter-spacing: -1px;
}
.box-companies .item-companie{
  width: 100%;
  min-height: 285px;
  border-radius: 25px;
  background-color: var(--light-salmon);
  padding: 30px 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.box-companies .item-companie .item-companie-logo{
  width: 134px;
}
.box-companies .item-companie p{
  width: 100%;
  max-width: 470px;
  font-size: 18px;
  margin: 30px auto 0px;
  transition: 1s;
}
.box-companies .item-companie:hover p{
  transform: scale(1.03);
}
.box-companies .item-companie .link-companie{
  border: 2px solid var(--dark-brown);
  padding: 5px 25px;
  border-radius: 15px;
  text-decoration: none;
  display: block;
  width: fit-content;
  margin: 30px auto 0;
  transition: 1s;
  cursor: pointer;
  font-size: 12px;
  font-family: var(--text-bold);
}
.box-companies .item-companie:hover .link-companie{
  margin-top: 20px;
}
.box-companies .item-companie .link-companie img{
  vertical-align: middle;
  margin-left: 10px;
}
.box-slider-companie{
  width: 100%;
  min-height: 90vh;
  position:absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0 auto;
  transition: opacity .8s;
  z-index: 13;
}
.box-slider-companie.slider-aprecia-companie.active{
  opacity: 1;
  z-index: 14;
}
.box-slider-companie.slider-pilotea-companie.active{
  opacity: 1;
  z-index: 14;
}
.box-slider-companie .swiper-slide{
  height: 100vh;
}
.box-slider-companie .swiper-slide .box-slide{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: space-between;
  box-sizing: border-box;
  padding:20px 20px 70px;
  background-color: var(--light-gray);
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.box-slider-companie .swiper-slide .box-slide > div{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.box-slider-companie .swiper-slide .box-slide > div p{
  font-size: 16px;
  margin-bottom: 30px;
}
.box-slider-companie .swiper-slide .box-slide > div h5{
  font-size: 30px;
  margin-bottom: 30px;
  font-family: var(--text-semibold);
  letter-spacing: -1px;
}
.box-slider-companie .swiper-slide .box-slide.first-slide{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.box-slider-companie .swiper-pilotea .swiper-slide .box-slide.first-slide {
  background-image: url("../media/images/mobile-pilotea-img-marca-bg@3x.png");
}
.box-slider-companie .swiper-aprecia .swiper-slide .box-slide.first-slide {
  background-image: url("../media/images/mobile-aprecia-img-marca-bg@3x.png");
}
.box-slider-companie .swiper-pilotea .swiper-slide .box-slide.first-slide > div:first-child{
  height: 46vh;
}
.box-slider-companie .swiper-aprecia .swiper-slide .box-slide.first-slide > div:first-child{
  height: 43vh;
}
.box-slider-companie .swiper-pilotea .swiper-slide .box-slide.first-slide > div:nth-child(2),
.box-slider-companie .swiper-aprecia .swiper-slide .box-slide.first-slide > div:nth-child(2){
  height: 20%;
}
.box-slider-companie .swiper-slide .box-slide.first-slide > div p{
  font-size: 30px;
}
.box-slider-companie .swiper-slide .box-slide.first-slide > div p,
.box-slider-companie .swiper-slide .box-slide.first-slide > div h5{
  color: var(--white);
}
.box-slider-companie .swiper-slide .box-slide > div:first-child{
  height: 30vh;
}
.box-slider-companie .swiper-slide .box-slide > div:first-child a{
  border: var(--dark-brown) 2px solid;
  border-radius: 15px;
  text-align: center;
  padding: 0 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: var(--text-bold);
  width: fit-content;
  font-size: 12px;
}
.box-slider-companie .swiper-slide .box-slide.first-slide > div:first-child a{
  color: var(--white);
  border: var(--white) 2px solid;
}
.box-slider-companie .swiper-slide .box-slide > div:first-child a img{
  width: 30px;
  margin-left: 5px;
  margin-top: 2px;
}
.box-slider-companie .swiper-slide .box-slide > div .logo-companie{
  margin-bottom: 60px;
  margin-top:0;
  width: 135px;
}
.box-slider-companie .swiper-slide .box-slide > div .logo-companie.item-mobile{
  position: fixed;
  top: 20px;
  left: 20px;
}
.box-slider-companie .swiper-slide .box-slide > div:nth-child(2){
  height: 55vh;
  justify-content: center;
}
.box-slider-companie .swiper-slide .box-slide > div:nth-child(2) .image-slide{
  max-height: 240px;
  border-radius: 25px;
  width:fit-content;
  max-width: 100%;
  -webkit-box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.23);
  box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.23);
  margin: 45px auto 0;
  width: auto;
}
.box-slider-companie .swiper-slide .box-slide > div:nth-child(2) .image-slide.no-shadow{
  box-shadow: none;
  border-radius:0;
}
.box-slider-companie .swiper .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  background: var(--white);
  opacity: 1;
}
.box-slider-companie .swiper .swiper-pagination-bullet-active{
  background: var(--salmon);
}
.box-slider-companie .swiper .swiper-pagination{
  width: auto;
  text-align: left;
  margin-left: 20px;
  margin-bottom: 15px;
}
.box-slider-companie .swiper .swiper-button-prev::after,
.box-slider-companie .swiper .swiper-button-next::after{
  content: "";
}
.box-slider-companie .swiper .swiper-button-prev,
.box-slider-companie .swiper .swiper-button-next{
  width: 60px;
  height: 60px;
  border: var(--white) 2px solid;
  border-radius: 100%;
  display: none;
}
.box-slider-companie .swiper .close-slider-btn{
  cursor: pointer;
  background-color: rgba(255,255,255,.3);
  border-radius: 4px;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}
.box-slider-companie .swiper .close-slider-btn img{
  background-color: var(--white);
  border-radius: 4px;
  width: 25px;
  height: 25px;
}
/* home-customers */
.section-customers{
  background: url("../media/images/section-clients-img-bg-mobile.png") no-repeat center top /cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
}
.section-customers h2{
  font-size: 30px;
  color: var(--white);
  font-family: var(--text-bold);
  max-width: 600px;
  letter-spacing: -1px;
}
/* home-section-map */
.section-map {
  position: relative;
  background: #241F1F;
  min-height: 85vh;
}
.section-map .cointarner-map{
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.box-map .item-location{
  display: flex;
  margin-left: 140px;
  margin-bottom: 10px;
}
.section-map .box-map h2{
  font-size: 20px;
  text-align: center;
  color: var(--white);
  margin-top: 20%;
  margin-bottom: 16%;
}
.section-map .box-map p{
  color: var(--white);
  font-size: 18px;
  margin-left: 0px;
}
.section-map .box-map .dot-location{
  background: var(--white);
  border-radius: 100%;
  width: 18px;
  height: 18px;
  --animate-duration: 2s;
  display: inline-block;
  margin-right: 10px;
}
.section-map .box-map .dot-location.dot-salmon{
  background: var(--salmon);
}
.section-map .dot-state{
  position: absolute;
  width: 2.5%;
  height: 4.5%;
  z-index: 9;
}
.section-map .dot-state::after{
  width: 155px;
  height: 19px;
  padding: 16px 10px;
  border-radius: 8px;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 
  0 5px 22px 4px rgba(0, 0, 0, 0.12), 
  0 12px 17px 2px rgba(0, 0, 0, 0.14);
  background-color: var(--white);
  word-break: break-all;
  position: absolute;
  left: -194%;
  bottom: 110%;
  text-align: center;
  font-family: var(--text-bold);
  transition: .2s;
  opacity: 0;
  visibility: hidden;
}
.section-map .dot-state:hover::after{
  opacity: 1;
  animation: zoomIn;
  animation-duration: .5s;
  visibility: visible;
}
.section-map .container-mapas-mobile{
  position: relative;
  margin-bottom: 60px;
}
.section-map .container-mapas-mobile img{
  width: 100%;
}
.section-map .container-mapas-mobile .mapa-front{
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.section-map .container-mapas-mobile .mapa-front.active{
  display: block;
}
.section-map .control-map{
  display: flex;
  justify-content: space-between;
  padding: 0 20px 20px;
}
.section-map .control-map .btn-map-mobile{
  color: var(--white);
  border: 2px solid var(--salmon);
  width: 130px;
  height: 30px;
  text-align: center;
  border-radius: 10px;
  padding-top: 10px;
}
.section-map .control-map .btn-map-mobile.active{
  background: var(--salmon);
}
.section-map .mapa-list{
  display: flex;
  padding: 0 20px;
  height: 90px;
}
.section-map .mapa-list .contant-mapa-list{
  display: none;
}
.section-map .mapa-list .contant-mapa-list.active{
  display: block;
}
.section-map .mapa-list ul{
  padding-left: 20px;
}
.section-map .mapa-list ul li{
  color: var(--white);
  font-size: 14px;
}
.section-map .mapa-list ul li::marker {
  font-size: 150%;
  color: var(--salmon);
}
/* home-partners */
.section-partners{
  background-color: var(--white);
  padding: 70px 0 50px;
  min-height: auto;
}
.section-partners .text-partners{
  max-width: 700px;
  margin: 0 20px 70px;
}
.section-partners .text-partners p{
  font-size: 20px;
  font-family: var(--text-bold);
  text-align: center;
}
.section-partners .text-partners p span{
  font-family: var(--text-bold);
  color: var(--salmon);
}
.section-partners .grid-partners {
  width: 100%;
}
.section-partners .swiper .swiper-slide{
  text-align: center;
  border: 1px solid var(--light-gray);
  box-sizing: border-box;
  padding: 20px 16px;
}
.section-partners .swiper .swiper-slide img{
  width: 100%;
}

.section-partners .swiper_partners2 .swiper-wrapper,
.section-partners .swiper_partners3 .swiper-wrapper{
  padding-left: 16%;
}

/* home-regulations */
.section-regulations{
  background: var(--white);
  padding:50px 20px;
  display: flex;
  align-items: center;
  min-height: auto;
}
.section-regulations .container-regulations{
  background: var(--light-gray);
  border-radius: 30px;
  padding: 70px 40px 50px;
  text-align: center;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  width: 100%;
  box-sizing: border-box;
}
.section-regulations .container-regulations h2{
  font-size: 16px;
  max-width: 940px;
  margin: 0 auto 90px;
  font-family: var(--text-semibold);
}
.section-regulations .container-regulations img{
  margin: 25px auto;
  max-width: 180px;
}
/* nosotros- swiper */
.section-header.section-header-nosotros{
  background-image:  url("../media/images/slide-header-nosotros.png");
  background-position: 75% bottom;
  display: flex;
}
.section-header-nosotros .swiper-nosotros .swiper-slide{
  display: flex;
  align-items: flex-start;
  padding:0 20px 100px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content:flex-end;
}
.swiper.header-swiper.swiper-nosotros .swiper-button-next,
  .swiper.header-swiper.swiper-nosotros .swiper-button-prev{
    display: none;
  }
.swiper.header-swiper.swiper-nosotros h2 span,
.swiper.header-swiper.swiper-nosotros h1 span{
  color: var(--salmon);
  font-size: 34px;
  font-family: var(--text-bold);
  letter-spacing: -1px;
}
.swiper.header-swiper.swiper-nosotros h2,
.swiper.header-swiper.swiper-nosotros h1{
  font-family: var(--text-bold);
  color: var(--white);
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 35px;
  letter-spacing: -1px;
}
.swiper.header-swiper.swiper-nosotros h3{
  color: var(--white);
  font-size: 24px;
  width: 100%;
  max-width: 500px;
}
.section-header-nosotros h2,
.section-header-nosotros h1{
  font-family: var(--text-bold);
  color: var(--white);
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 35px;
  letter-spacing: -1px;
}
.section-header-nosotros h2 span,
.section-header-nosotros h1 span{
  color: var(--salmon);
  font-size: 34px;
  font-family: var(--text-bold);
  letter-spacing: -1px;
}
.section-header-nosotros h3{
  color: var(--white);
  font-size: 24px;
  width: 100%;
  max-width: 500px;
}
.section-header-nosotros .header-text {
  display: flex;
  justify-content: flex-end;
  padding-left: 20px;
  padding-bottom: 60px;
  flex-direction: column;
}
/* nosotros - adn */
.section-adn{
  background-color: var(--light-gray);
}
.section-adn .adn-desktop{
  display: none; 
}
.section-adn .adn-mobile{
  display: flex ; 
  padding: 60px 20px 40px;
  text-align: center;
  flex-direction: column;
}
.section-adn .adn-mobile h2{
  font-size: 24px;
  font-family: var(--text-semibold);
  margin: 0 auto 25px;
}
.section-adn .adn-mobile .swiper-slide img{
  width: 100%;
  border-radius: 32px;
  margin-bottom: 80px;
}
.section-adn .adn-mobile h3{
  color: var(--salmon);
  font-size: 18px;
  font-family: var(--text-bold);
  margin-bottom: 10px;
}
.section-adn .adn-mobile p{
  font-size: 14px;
}
.section-adn .adn-mobile .swiper-button-next::after,
.section-adn .adn-mobile .swiper-button-prev::after{
  font-size: 0;
}
.section-adn .adn-mobile .swiper-button-next,
.section-adn .adn-mobile .swiper-button-prev{
  border: 2px solid var(--dark-brown);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  bottom: 85px;
  top: auto;
  text-align: center;
}
.section-adn .adn-mobile .swiper-button-next img,
.section-adn .adn-mobile .swiper-button-pre img{
  width: 30px;
}
.section-adn .adn-mobile .swiper-button-next{
  right: 32%;
}
.section-adn .adn-mobile .swiper-button-prev{
  left: 32%;
}
.section-adn .section-adn-left{
  width: 40%;
  padding: 80px 20px 80px 80px;
}
.section-adn .section-adn-left h2{
  font-size: 30px;
  max-width: 400px;
  margin-bottom: 60px;
}
.section-adn .section-adn-left .item-adn-text{
  list-style: none;
  font-size: 20px;
  margin-bottom: 30px;
  cursor: e-resize;
  transition: .4s;
  width: fit-content;
}
.section-adn .section-adn-left .item-adn-text.active{
  color: var(--salmon);
  font-family: var(--text-bold);
}
.section-adn .section-adn-right{
  width: 60%;
  margin: 80px 0;
  position: relative;
}
.section-adn .section-adn-right .item-adn-image{
  width: 100%;
  opacity: 0;
  transition: .8s;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 550px;
  background-position: center;
  background-size: cover;
}
.section-adn .section-adn-right .item-adn-image.adn-image-01{
  background-image: url("../media/images/adn01@2x.png");
}
.section-adn .section-adn-right .item-adn-image.adn-image-02{
  background-image: url("../media/images/adn02@2x.png");
}
.section-adn .section-adn-right .item-adn-image.adn-image-03{
  background-image: url("../media/images/adn03@2x.png");
}
.section-adn .section-adn-right .item-adn-image.adn-image-04{
  background-image: url("../media/images/adn04@2x.png");
}
.section-adn .section-adn-right .item-adn-image.adn-image-05{
  background-image: url("../media/images/adn05@2x.png");
}
.section-adn .section-adn-right .item-adn-image.adn-image-06{
  background-image: url("../media/images/adn06@2x.png");
}
.section-adn .section-adn-right .item-adn-image .box-text{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0,0,0,.6);
  width: 100%;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-adn-right .item-adn-image .box-text p{
  color: var(--white);
  font-size: 22px;
  width: 90%;
}
.section-adn .section-adn-right .item-adn-image img{
  width: 100%;
}
.section-adn .section-adn-right .item-adn-image.active{
  opacity: 1;
}
/* nosotros sostebilidad */

.pt-145{
  padding-top: 145px !important;
}

.pt-30{
  padding-top: 30px !important;
}

.pt-100{
  padding-top: 100px !important;
}

.pb-60{
  padding-bottom: 60px !important;
}

.pb-100{
  padding-bottom: 100px !important;
}

.mt-30{
  margin-top: 30px !important;
}

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

.text-center{
  text-align: center;
}

.fs-22{
  font-size: 22px;
}

.section-sostenibilidad{
  font-size: 18px;
  background-color: var(--light-gray);
  padding: 0px 20px;
  /*padding:0px 80px;*/
}

.section-sostenibilidad.pt-145{
  padding-top: 90px !important;
}

.section-sostenibilidad .sostenibilidad-container{
  padding: 20px;
  background: linear-gradient(0deg, rgba(242,242,242,0.01) 0%, rgba(255,255,255,1) 66%);
  border-radius: 30px;
  text-align: left;
}

.section-sostenibilidad h2 {
  font-size: 42px;
  text-align: center;
  font-family: 'Gilroy-Bold';
}

.section-sostenibilidad img.ods{
  width: 100%;
}

.sostenibilidad-container img.ods{
  margin-top: 20px;
}

.sostenibilidad-aprecia-desc h4{
  font-family: Gilroy-Bold; 
  margin-top: 15px;
}

.sostenibilidad-pilotea-desc{
  padding-top: 50px;
}

.pilotea-ods-tabs-desktop{
  display: none;
}
.pilotea-ods-tabs-mobile{
  display: block;
  padding: 10px;
  background: linear-gradient(0deg, rgba(242,242,242,0.01) 0%, rgba(255,255,255,1) 66%);
  border-radius: 15px;
}

.aprecia-ods-tabs-desktop{
  display: none;
}

.aprecia-ods-tabs-mobile{
  display: block;
  padding: 10px;
  background: linear-gradient(0deg, rgba(242,242,242,0.01) 0%, rgba(255,255,255,1) 66%);
  border-radius: 15px;
}
.aprecia-ods-tabs-mobile .swiper-slide h3, .pilotea-ods-tabs-mobile .swiper-slide h3 {
  margin-top: 15px;
}
.aprecia-ods-tabs-mobile .swiper-slide div, .pilotea-ods-tabs-mobile .swiper-slide div{
  padding: 22px 16px;
  background-color: #ccc;
}
.aprecia-ods-tabs-mobile .swiper-wrapper, .pilotea-ods-tabs-mobile .swiper-wrapper{
  padding-bottom: 75px;
}
.ods1{
  border-left: solid 3px #E5083C;
}
.ods5{
  border-left: solid 3px #E64430;
}
.ods7{
  border-left: solid 3px #F9BC00;
}
.ods8{
  border-left: solid 3px #B21343;
}
.ods9{
  border-left: solid 3px #EA5E18;
}
.ods10{
  border-left: solid 3px #DF1B84;
}
.ods11{
  border-left: solid 3px #F39300;
}
.ods12{
  border-left: solid 3px #C98A0C;
}
.tab {
  width: 30%;
}
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  padding: 15px 50px;
  border-left: none;
  height: 300px;
}

.tabcontent h3{
  font-size: 22px;
  font-family: Gilroy-Bold;
}

.tab-content-container{
  width: 100%;
}

.aprecia-ods-tabs-mobile .swiper-button-next::after,
.aprecia-ods-tabs-mobile .swiper-button-prev::after,
.pilotea-ods-tabs-mobile .swiper-button-next::after,
.pilotea-ods-tabs-mobile .swiper-button-prev::after{
  font-size: 0;
}
.aprecia-ods-tabs-mobile .swiper-button-next,
.aprecia-ods-tabs-mobile .swiper-button-prev,
.pilotea-ods-tabs-mobile .swiper-button-next,
.pilotea-ods-tabs-mobile .swiper-button-prev{
  border: 2px solid var(--dark-brown);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  bottom: 10px;
  top: auto;
  text-align: center;
}
.aprecia-ods-tabs-mobile .swiper-button-next img,
.aprecia-ods-tabs-mobile .swiper-button-pre img,
.pilotea-ods-tabs-mobile .swiper-button-next img,
.pilotea-ods-tabs-mobile .swiper-button-pre img{
  width: 30px;
}
.aprecia-ods-tabs-mobile .swiper-button-next, .pilotea-ods-tabs-mobile .swiper-button-next{
  right: 32%;
}
.aprecia-ods-tabs-mobile .swiper-button-prev, .pilotea-ods-tabs-mobile .swiper-button-prev{
  left: 32%;
}

/* nosotros - nuestro equipo */
.section-our-team{
  background: var(--white) url("../media/images/mobile-unete-al-equipo-img-bg@3x.png") no-repeat center 75%  ;
  background-size: cover;
  padding: 50px 40px 100px;
  margin-bottom: -60px;
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-our-team .our-team-text{
  width: 100%;
  padding:0;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.section-our-team .our-team-text h2{
  font-size: 24px;
  margin-bottom: 15px;
  font-family: var(--text-bold);
  color: var(--white);
}
.section-our-team .our-team-text p{
  font-size: 16px;
  color: var(--white);
}
.section-our-team .our-team-text h3{
  color: var(--salmon);
  font-family: var(--text-bold);
  font-size: 24px;
}
.section-our-team .our-team-text a {
  padding: 18px 30px 19px 30px;
  border-radius: 15px;
  border: solid 2px var(--dark-brown);
  margin: 20px auto 0;
  text-decoration: none;
  display: block;
  width: fit-content;
  font-size: 12px;
  font-family: var(--text-bold);
  color: var(--dark-brown);
}
/* impacto - swiper*/
.section-header.section-header-impacto{
  background-image:  url("../media/images/slide-header-impacto.png");
  background-position: center bottom;
}
.section-header-impacto .swiper.swiper-impacto h2{
  color: var(--salmon);
  max-width: 560px;
  font-size: 30px;
  margin: 0 auto;
  font-family: var(--text-bold);
  letter-spacing: -1px;
}
.section-header-impacto .swiper.swiper-impacto h2 span{
  color: var(--dark-brown);
  font-size: 30px;
  letter-spacing: -1px;
}
.section-header-impacto .swiper.swiper-impacto h3{
  color: var(--dark-brown);
  font-family: var(--text-semibold);
  margin: 0 auto;
  font-size: 18px;
  max-width: 590px;
}
.section-header-impacto .swiper.swiper-impacto h3 span{
  font-size: 18px;
}
.section-header-impacto .swiper.swiper-impacto h4{
  color: var(--dark-brown);
  font-size: 30px;
  font-family: var(--text-bold);
  margin-bottom: 20px;
}
.section-header-impacto .swiper.swiper-impacto .swiper-slide a.swiper-slide-contactar{
  width: 160px;
  padding: 12px 5px 11px 5px;
  border-radius: 15px;
  border: solid 2px var(--dark-brown);
  margin: 50px auto 0;
  text-decoration: none;
  display: block;
  font-family: var(--text-bold);
  color: var(--dark-brown);
}
.section-header-impacto .swiper.swiper-impacto .swiper-slide{
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  text-align: center;
  box-sizing: border-box;
  align-items: center;
}
.section-header-impacto .swiper.swiper-impacto .header-text{
  /* margin-bottom: 100%; */
  position: absolute;
  bottom: 40%;
  padding: 0 20px;
}
.swiper.header-swiper .swiper-slide.swiper-slide-footer{
  padding-left:0px;
  padding-right:0px;
  justify-content: flex-end;
}
.swiper.header-swiper .swiper-slide.swiper-slide-footer .footer{
  padding-top: 0;
  width: 100%;
}
/* legales */
.head-mobile-legales {
  position: relative;
  margin-top: 50px;
}
.head-mobile-legales h2{
  color: var(--white);
  font-size: 20px;
  font-family: var(--text-bold);
  position: absolute;
  top: 30%;
  left: 20px;
}
.head-mobile-legales img{
  width: 100%;
}
.section-header.section-header-terminos{
  display: flex;
  position: initial;
  background-color: var(--light-gray);
  height: auto;
  padding-bottom: 100px;
  margin-bottom: -75px;
}
.section-header.section-header-terminos .link-regresar{
  width: 150px;
  height: 35px;
  border-radius: 15px;
  border: solid 2px var(--white);
  color: var(--white);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  position: absolute;
  left: 20px;
  top: 9%;
}
.section-header.section-header-terminos .link-regresar img{
  margin-right: 10px;
}
.section-header.section-header-terminos .text-legales{
  width: 100%;
  margin: 40px 20px;
  background: var(--white);
  border-radius: 32px;
  padding: 40px 20px;
}
.section-header.section-header-terminos .text-legales h2{
  margin-bottom: 50px;
  font-family: var(--text-bold);
  font-size: 36px;
}
.section-header.section-header-terminos .text-legales h4{
  margin-bottom: 10px;
  font-family: var(--text-bold);
  font-size: 18px;
  color:  var(--light-brown);
}
.section-header.section-header-terminos .text-legales p{
  font-size: 14px;
  margin-bottom: 30px;
}
.section-header.section-header-terminos .text-legales a{
  color: var(--dark-green);
  text-decoration: none;
  font-family: var(--text-bold);
}
.section-header.section-header-terminos .table-legales{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.section-header.section-header-terminos .table-legales>div{
  width: 50%;
  padding: 25px 16px 20px;
  background-color: var(--green-mate);
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.6);;
}
.section-header.section-header-terminos .table-legales>div.table-header{
  background-color: var(--dark-green);
}
.section-header.section-header-terminos .table-legales .table-header p{
  color: var(--white);
  font-family: var(--text-bold);
}
.section-header.section-header-terminos .table-legales p{
  margin-bottom: 0;
}
.section-header.section-header-terminos .table-legales ul{
  margin-left: 10px;
}
.section-header.section-header-terminos .table-legales ul li::marker{
  font-size: 9px;
}
.section-header.section-header-terminos ul.list-legales{
  margin-left:10px ;
  margin-bottom: 20px;
}
.section-header.section-header-terminos ul.list-legales li{
  list-style: none;
  color: var(--salmon);
  font-size: 14px;
  font-family: var(--text-bold);
}
.section-header.section-header-terminos .text-list-legales{
  margin-left: 10px;
}
.section-header.section-header-terminos .text-green{
  color: var(--dark-green);
}
/* seccion - swipers */
.swiper.header-swiper{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 95vh;
}
/* Footer*/
.footer{
  padding-top: 20px;
  background: var(--white);
  min-height: auto;
}
.footer.footer-gradient-white{
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 55%, rgba(242,242,242,0.01) 100%);
}
.container-footer .box-footer-top{
  background: var(--dark-brown);
  padding: 50px 20px 20px;
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
  display: flex;
  flex-direction: column;
}
.container-footer .box-footer-top .logofooter{
  text-align: center;
}
.container-footer .box-footer-top .logofooter img{
  margin-bottom: 15px;
  width: 105px;
}
section.footer .container-footer .box-footer-top h3{
  color: #B09077;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: var(--text-bold);
}
.container-footer .box-footer-top ul li{
  color: var(--white);
  list-style: none;
  margin: 0 10px 0;
  display: inline-block;
}
.container-footer .box-footer-top ul li.active a{
  color: var(--salmon);
  font-family: var(--text-bold);
  text-decoration: none;
  border-bottom: 1px solid var(--salmon);
  width: fit-content;
  padding-bottom: 3px;
}
.container-footer .box-footer-top ul li:hover a,
.container-footer .box-footer-top .colum-footer a:hover{
  color: var(--salmon);
}
.container-footer .box-footer-top p{
  color: var(--white);
  max-width: 200px;
}
.container-footer .box-footer-top a{
  color: var(--white);
  display: block;
  text-decoration: none;
  margin-bottom: 30px;
  transition: .5s;
}
.container-footer .box-footer-top .colum-footer{
  margin-bottom: 10px;
  text-align: center;
}
.container-footer .box-arrow-top{
  display: block;
  cursor: pointer;
  height: 100%;
}
.container-footer .box-arrow-top .circle-arrow{
  border: solid 2px var(--dark-brown);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  --animate-duration: 4s;
  margin-bottom: 5px;
  background-color: rgba(255, 255, 255,.5);
}
.container-footer .circle-arrow .circle-var{
  border: solid 2px var(--dark-brown);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-footer .box-arrow-top p{
  margin-top: 15px;
}
.container-footer .box-footer-bottom{
  background-color: #110f0f;
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.container-footer .box-footer-bottom p{
  color: var(--white);
  font-size: 12px;
  text-align: center;
}
.container-footer .box-footer-bottom a{
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
}
.container-footer .box-footer-bottom .box-footer-legal{
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}
.container-footer .box-footer-bottom .box-footer-legal a{
  display: block;
  margin-top: 30px;
}
.container-footer .box-footer-bottom .box-footer-legal a:hover{
  font-family: var(--text-bold);
}
.container-footer .box-footer-bottom .box-footer-legal .circle-arrow{
  position: absolute;
  right: 0;
  bottom: 0;
  border: none;
  padding: 4px;
  width: 50px;
  height: 50px;
}
.container-footer .box-footer-bottom.hack-css {
  padding-bottom: 125px;
}
.container-popup{
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 12;
}
.wrapper-popup{
  position: relative;
  width: 100%;
  height: 100%;
}
.back-popup{
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 11;
}
.back-popup.active,
.container-popup.active{
  display: block;
}
@media (min-width: 768px) {
  .section-map{
    min-height: 100vh;
  }
  .section-map .box-map h2{
    margin-top: 10%;
    margin-bottom: 8%;
  }
  .section-regulations .container-regulations img{
    margin: 0 30px;
  }
  /* nosotros - adn */
  .section-adn .adn-mobile .swiper-button-next,
  .section-adn .adn-mobile .swiper-button-prev{
    bottom: 70px;
  }
  .section-adn .adn-mobile .swiper-button-next{
    right: 42%;
  }
  .section-adn .adn-mobile .swiper-button-prev{
    left: 42%;
  }
  /* impacto - swiper*/
  .container-footer .box-footer-bottom.hack-css {
    padding-bottom: 40px;
  } 
  /* legales */
  .head-mobile-legales h2{
    bottom: 65%;
  }
  /* Footer*/
  .container-footer .box-footer-top ul li{
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .container-footer .box-footer-top {
    justify-content: space-between;
    flex-direction: row;
  }
  .swiper.header-swiper .swiper-slide.swiper-slide-footer{
    background: transparent;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  /* home-header */
  .section-header-home .header-text h2,
  .section-header-home .header-text h2 span{
    font-size: 52px;
    line-height: 60px;
    letter-spacing: normal;
  }
  .section-header-home .header-text h2{
    margin-top: 25%;
  }
  .section-header-home .header-text h3{
    font-size: 28px;
  }
  .section-header{
    background-position: center top;
  }
  .section-header.section-header-home{
    background-image:  url("../media/images/slide-header-home.png");
  }
  .section-header-home .header-text{
    padding-left: 80px;
    justify-content: center;
    padding-bottom: 0;
  }
  /* home- companies*/
  .section-companies{
    padding: 60px 80px;
  }
  .section-companies .container-companies{
    padding: 50px 50px 30px;
  }
  .container-companies .intro-text{
    font-size: 26px;
    margin: 30px auto 0;
  }
  .container-companies h2{
    font-size: 42px;
    letter-spacing: normal;
  }
  .container-companies .box-companies{
    justify-content: space-between;
    flex-direction: row;
  }
  .box-companies .item-companie{
    width: 48%;
    padding: 80px 20px;
    min-height: 450px;
    margin-bottom: 0;
  }
  .box-companies .item-companie .item-companie-logo{
    width: auto;
  }
  .box-companies .item-companie .item-companie-logo.item-companie-logo-aprecia{
    width: 180px;
  }
  .box-companies .item-companie:nth-child(2) .item-companie-logo{
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .box-companies .item-companie p{
    font-size: 21px;
    margin-top: 40px;
    min-height: 60px;
  }
  .box-companies .item-companie .link-companie{
    font-size: 16px;
    padding: 13px 20px 8px;
    border-radius: 15px;
  }
  .box-slider-companie .swiper .swiper-button-prev,
  .box-slider-companie .swiper .swiper-button-next{
    display: flex;
  }
  .box-slider-companie .swiper .close-slider-btn{
    top: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    border-radius: 8px;
  }
  .box-slider-companie .swiper .close-slider-btn img{
    background-color: var(--white);
    border-radius: 8px;
    width: 45px;
    height: 45px;
  }
  .box-slider-companie .swiper-slide .box-slide{
    width: 84%;
    border-radius: 30px;
    padding: 50px 50px 75px;
    flex-direction: row;
    justify-content: center;
  }
  .box-slider-companie .swiper .swiper-button-next.swiper-button-disabled, 
  .box-slider-companie .swiper .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
  }
  .box-slider-companie .swiper-slide{
    height: 90vh;
    overflow: hidden;
  }
  .box-slider-companie .swiper-slide .box-slide > div:first-child{
    align-items: flex-start;
    width: 40%;
  }
  .box-slider-companie .swiper-pilotea .swiper-slide .box-slide.first-slide > div:first-child, 
  .box-slider-companie .swiper-aprecia .swiper-slide .box-slide.first-slide > div:first-child{
    height: auto;
  }
  .box-slider-companie .swiper-slide .box-slide > div:nth-child(2){
    align-items: flex-end;
    width: 60%;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .box-slider-companie .swiper-slide .box-slide > div:nth-child(2) .image-slide{
    max-height: 500px;
    width: auto;
    max-width: 85%;
    border-radius: 45px;
    margin-top: 0;
  }
  .box-slider-companie .swiper-slide .box-slide > div:nth-child(2) .image-slide.image-cubo{
    max-width: 330px;
  }
  .box-slider-companie .swiper-slide .box-slide > div p{
    font-size: 24px;
  }
  .box-slider-companie .swiper-slide .box-slide > div .logo-companie{
    margin-bottom: 60px;
    margin-top: 50px;
    width: 160px;
  }
  .box-slider-companie .swiper-slide .box-slide > div h5{
    font-family: var(--text-bold);
    letter-spacing: normal;
  }
  .box-slider-companie .swiper-slide .box-slide.first-slide > div .logo-companie{
    width: 185px;
  }
  .box-slider-companie .swiper-slide .box-slide.first-slide{
    background-position: center;
  }
  .box-slider-companie .swiper-pilotea .swiper-slide .box-slide.first-slide {
    background-image: url("../media/images/pilotea-img-marca-bg@3x.png");
  }
  .box-slider-companie .swiper-aprecia .swiper-slide .box-slide.first-slide {
    background-image: url("../media/images/aprecia-img-marca-bg@3x.png");
  }
  .box-slider-companie .swiper-slide .box-slide.first-slide > div p{
    font-size: 30px;
  }
  .box-slider-companie .swiper .swiper-pagination{
    width: auto;
    text-align: left;
    left: 8%;
    margin-left: 45px;
    margin-bottom: 30px;
  }
  .box-slider-companie .swiper .swiper-pagination-bullet{
    width: 12px;
    height:12px
  }
  .box-slider-companie .swiper-slide .box-slide > div:first-child a{
    font-size: 16px;
    padding: 12px 20px;
  }
  /* home-customers */
  .section-customers{
    background: url("../media/images/section-clients-img-bg.png") no-repeat center top /cover;
  }
  .section-customers h2{
    font-size: 62px;
    letter-spacing: normal;
  }
  /* home-section-map */
  .section-map {
    min-height: auto;
  }
  .section-map .box-map{
    position: absolute;
    z-index: 1;
    right: 80px;
    top: 60px;
    max-width: 600px;
  }
  .section-map .box-map h2{
    font-size: 36px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 60px;
  }
  /* home-partners */
  .section-partners .text-partners{
    margin-left: 80px;
    margin-bottom: 70px;
  }
  .section-partners .text-partners p{
    font-size: 36px;
    text-align: left;
  }
  .section-partners .swiper .swiper-slide{
    padding: 60px 10px;
  }
  .section-partners .swiper .swiper-slide img{
    width: auto;
  }
  .section-partners .swiper_partners2 .swiper-wrapper,
  .section-partners .swiper_partners3 .swiper-wrapper{
    padding-left: 8%;
  }
  /* home-regulations */
  .section-regulations{
    padding:0 80px;
    min-height: 100vh;
  }
  .section-regulations .container-regulations{
    height: 75vh;
    padding: 30px 20px;
  }
  .section-regulations .container-regulations-icons{
    display: flex;
  }
  .section-regulations .container-regulations h2{
    font-size: 30px;
  }
  .section-regulations .container-regulations img{
    margin: 0 70px ;
    max-width: none;

  }
  /* nosotros- swiper */
  .section-header-nosotros .swiper-nosotros .swiper-slide{
    padding: 0 80px;
    justify-content: center;
  }
  .section-header.section-header-nosotros{
    background-position: center bottom;
  }
  .swiper.header-swiper.swiper-nosotros h2 span,
  .swiper.header-swiper.swiper-nosotros h2,
  .swiper.header-swiper.swiper-nosotros h1,
  .swiper.header-swiper.swiper-nosotros h1 span{
    font-size: 52px;
    line-height: 60px;
    letter-spacing: normal;
  }
  .swiper.header-swiper.swiper-nosotros h3{
    font-size: 28px;
  }
  .swiper.header-swiper.swiper-nosotros .swiper-button-next,
  .swiper.header-swiper.swiper-nosotros .swiper-button-prev{
    color: var(--white);
    display: block;
  }
  .section-header-nosotros h2,
  .section-header-nosotros h1{
    font-size: 62px;
    line-height: 60px;
    letter-spacing: normal;
  }
  .section-header-nosotros h2 span,
  .section-header-nosotros h1 span{
    font-size: 62px;
  }
  .section-header-nosotros h3{
    font-size: 28px;
  }
  .section-header-nosotros .header-text {
    padding-left: 80px;
    justify-content: center;
    padding-bottom: 0;
  }
  /* nosotros - nuestro equipo */
  .section-our-team{
    background: url("../media/images/desktop-unete-al-equipo-img-bg.png") no-repeat top center /cover ;
    padding:0 80px 400px;
    margin-bottom: -400px;
    display: flex;
    height: 100vh;
    align-items: flex-end;
    justify-content: center;
  }
  .section-our-team .our-team-text{
    width: 630px;
    padding: 75px 65px 40px;
    border-radius: 32px;
    background-color: rgba(255,255,255,.9);
    text-align: left;
    align-items: flex-start;
  }
  .section-our-team .our-team-text h2{
    font-size: 32px;
    margin-bottom: 15px;
    color: var(--dark-brown);
  }
  .section-our-team .our-team-text p{
    font-size: 22px;
    margin-bottom: 50px;
    color: var(--dark-brown);
  }
  .section-our-team .our-team-text h3{
    font-size: 26px;
  }
  .section-our-team .our-team-text a {
    padding: 20px 30px 17px 30px;
    border-radius: 15px;
    margin: 20px 0 0;
    font-size: 16px;
  }
  /* impacto - swiper*/
  .section-header-impacto .swiper.swiper-impacto h2,
  .section-header-impacto .swiper.swiper-impacto h2 span{
    font-size: 48px;
    letter-spacing: normal;
  }
  .section-header-impacto .swiper.swiper-impacto h2{
    margin-bottom: 15px;
  }
  .section-header-impacto .swiper.swiper-impacto h3{
    font-size: 28px;
  }
  .section-header-impacto .swiper.swiper-impacto h3 sub{
    font-size: 18px;
  }
  .section-header-impacto .swiper.swiper-impacto h3 span{
    font-size: 25px;
  }
  .section-header-impacto .swiper.swiper-impacto h4{
    font-size: 48px;
  }
  .section-header-impacto .swiper.swiper-impacto .swiper-slide a.swiper-slide-contactar{
    padding: 20px 5px 18px 5px;
  }
  .swiper.header-swiper .swiper-slide.swiper-slide-footer{
    padding-left:80px;
    padding-right:80px;
  }
  .section-adn .adn-desktop{
    display: flex ; 
    height: 90vh;
    min-height: 700px;
  }
  .section-adn .adn-mobile{
    display: none; 
  }
  /* legales */
  .section-header.section-header-terminos{
    background: url("../media/images/desktop-legales-header-img.png") no-repeat top center /cover;
    padding: 0 0 400px;
    margin-bottom: -400px;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 100vh;
  }
  .section-header.section-header-terminos .text-legales{
    max-width: 650px;
    height: 75vh;
    margin: 0 80px 0 0;
    background: rgba(255,255,255,.9);
    border-radius: 32px;
    padding: 50px 40px 50px 40px;
    overflow-y: scroll;
  }
  .section-header.section-header-terminos .link-regresar{
    left: 80px;
    top: 125px;
  }
  .section-header.section-header-terminos .text-legales h4{
    font-size: 24px;
  }
  .section-header.section-header-terminos ul.list-legales{
    margin-left: 30px;
  }
  .section-header.section-header-terminos ul.list-legales li{
    font-size: 15px;
  }
  .section-header.section-header-terminos .text-list-legales{
    margin-left: 30px;
  }
  /* Footer*/
  .footer{
    padding: 40px 80px 0;
  }
  .container-footer .box-footer-top{
    padding: 70px;

  }
  .container-footer .box-footer-top .logofooter img{
    width:auto;
    margin-bottom: 60px;
    margin-top: 0;
    display: block;
  }
  section.footer .container-footer .box-footer-top h3{
    margin-bottom: 35px;
    font-size: 22px;
  }
  .container-footer .box-footer-top .colum-footer{
    margin-bottom: 0;
    text-align: start;
  }
  .container-footer .box-footer-top ul li.active a{
    margin-left: 0;
  }
  .container-footer .box-footer-bottom{
    flex-direction: row;
    padding: 30px 70px 36px;
  }
  .container-footer .box-footer-bottom a{
    font-size: 12px;
  }
  .container-footer .box-footer-bottom .box-footer-legal{
    display: flex;
    justify-content: space-between;
    width: auto;
    align-items: center;
  }
  .container-footer .box-arrow-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .container-footer .box-arrow-top .circle-arrow{
    width: 60px;
    height: 60px;
  }
  .container-footer .box-footer-bottom p{
    max-width: 600px;
    text-align: left;
  }
  .container-footer .box-footer-bottom .box-footer-legal a{
    display: inline-block;
    margin: 0 0 0 30px;
  }
  .container-popup{
    top: 5%;
    right: 2.5%;
    left: 2.5%;
    bottom: 5%;
    width: 95vw;
    height: 90vh;
  }
  .aprecia-ods-tabs-desktop{
    display: block;
  }
  .aprecia-ods-tabs-mobile{
    display: none;
  }
  .pilotea-ods-tabs-desktop{
    display: block;
  }
  .pilotea-ods-tabs-mobile{
    display: none;
  }
  .sostenibilidad-pilotea-desc{
    padding-top: 100px !important;
  }
}
@media (min-width: 1200px) {
  /* legales */
  .section-header.section-header-terminos .text-legales{
    max-width: 800px;
  }
   /* impacto - swiper*/

   .section-sostenibilidad{
    padding: 0px 80px;
    font-size: 22px;
   }
   
   .section-sostenibilidad .sostenibilidad-container{
    padding: 40px;
   }

   .section-sostenibilidad.pt-145{
    padding-top: 145px !important;
   }
}
@media (max-width: 420px){

}
@media (max-width: 380px){

}
@media (max-width: 340px){

  .box-slider-companie .swiper-slide .box-slide.first-slide{
    background-position: center bottom;
  }
  .box-slider-companie .swiper-pilotea .swiper-slide .box-slide.first-slide > div:first-child, .box-slider-companie .swiper-aprecia .swiper-slide .box-slide.first-slide > div:first-child {
    height: 54vh;
  }
  .box-slider-companie .swiper-slide .box-slide{
    padding-top: 10px;
  }
  .box-slider-companie .swiper-slide .box-slide > div:nth-child(2) .image-slide{
    max-height: 190px;
    border-radius: 15px;
  }
  .box-slider-companie .swiper-slide .box-slide > div .logo-companie {
    width: 120px;
  }
}
