/* Estilos personalizados */

body {
  font-family: "Inter", sans-serif;
  background-color: #f5f5f5;
}

.container-fluid {
  max-width: 1920px;
}

.navbar-toggler{
  border: none;
}

.navbar-toggler:focus{
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
}

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

.nav-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-weight: 600;
  color: black;
  font-size: 18;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: black;
  transition: width 0.3s ease-in-out;
}

.nav-link:hover::after {
  width: 100%;
}

.nav-link.active::after {
  width: 100%;
}

.nav-link.active:hover::after {
  width: 100%;
}

.menu {
  font-size: 18px;
  font-weight: 500;
  color: black;
}

.idioms {
  font-size: 12px;
  font-weight: 400;
}

.iso-item {
  max-width: 79px;
}

.titols-divisors-m {
  font-weight: 700;
  font-size: 24px;
}

.titols-m {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}

.cos-gran-m {
  line-height: 22px;
  font-weight: 500;
  font-size: 16px;
}

.cos-gran {
  line-height: 29px;
  font-weight: 500;
  font-size: 20px;
}

.cos-llista-m {
  line-height: 17px;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}

.cos-m {
  line-height: 17px;
  font-weight: 300;
  font-size: 14px;
}

.detalls-petits {
  font-weight: 800;
  font-size: 10px;
}

section {
  border-top: 0.7px solid #b2b2b2;
  padding-top: 19px;
  padding-bottom: 19px;
}


.video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  max-height: 70vh;
  margin-top: 15%;
  border-radius:1rem;
}

#myVideo {
    position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  max-width: 100vw;
}

.video-container-dron {
  position: relative;
  width: 100%;
  aspect-ratio:16/12;
  overflow: hidden;
  margin-top: 0;
  border-radius: 1rem;
}

#myVideoDron {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}


.square-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
}
.square-image-adapted {
  width: 50%;
  margin: auto;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
}
.logo {
  width: 113px;
}

.container-fluid{
  padding: 0px 15px;
}

.logo-nav {
  width: 101px;
}

.logo-footer {
  width: 189px;
}

.navbar {
  position: fixed;
  background-color: #f5f5f5;
  top: 0;
  left: 0;
  width: 100%;
  transition: top 0.3s ease-in-out;
  z-index: 1000;
}

.swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.swiper-pagination-bullet-active {
  background-color: black;
}

.submit-form{
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 83px;
 padding:5px 7px;
 background-color: #f5f5f5
}

.submit-form:hover{
  background-color: #e5e5e5
}

.submit-icon{
  width: 10px;
  height: 10px;
}

.parallax {
  /* Set a specific height */
  /*aspect-ratio:1858/654;*/
  height: 300px;

  /* Create the parallax scrolling effect */
  /**background-attachment: fixed;**/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

  .banner-text {
  top: 84px;
  left: 78px;
  width: 246px;
  background: none;
  position:absolute;
}


.contacte-form input,.contacte-form textarea  {
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
  width: 100%;
  padding: 0;
}

.contacte-form input:focus, .contacte-form textarea:focus {
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
}

@keyframes fadeInRightTitols {
  from {
    opacity: 0;
    transform: translateX(25%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate__fadeInRight-titols {
  animation: fadeInRightTitols 1s ease-in-out;
}

  .cos-m {
    line-height: 19px;
    font-weight: 500;
    font-size: 16px;
  }
  .square-image-adapted {
    width: 100%;
  }
  .cos-llista-m {
    line-height: 19px;
    font-size: 16px;
    font-weight: 500;
    padding-top: 38px;
  }

  .titols-m{
    font-weight: 600;
    font-size: 24px;
  }
@media (min-width: 992px) {
  .titols-divisors-m {
    font-size: 32px;
  }
  
  .swiper-pagination {
    position: relative;
    margin-top: 55px;
  }
  
  .cos-gran-m {
    line-height: 29px;
    font-size: 24px;
  }
  
  .cos-gran {
    font-size: 24px;
  }
  
  .iso-list {
    display: flex;
    gap: 50px;
  }
  section {
    padding-top: 23px;
    padding-bottom: 81px;
  }
  .logo {
    width: 266px;
  }
  .logo-footer {
    width: 113px;
  }
  .video-container {
    margin-top: 4%
  }
  .container-fluid{
    padding: 0px 30px;
  }
  .submit-form{
   width: 97px;
  }
  .submit-icon{
    width: 15px;
    height: 15px;
  }
  
  .parallax {
    /* Set a specific height */
    /*aspect-ratio:1858/654;*/
    height: 500px;
    
    /* Create the parallax scrolling effect */
    /**background-attachment: fixed;**/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

}

@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}


