.banner-image {  
   
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100vw;
    position: absolute;
    width: 100%;
    z-index: 0;
}

#banner video {
    position: absolute;
    top: 0;
    opacity: 28%;    
    width: 100%;
}

.banner-title {
    width: 100%;
    max-width: 753px;
    margin: 0 auto;
    color: #fff;   
    position: relative;
    line-height: 44px;    
}

#banner  .banner-title {
    z-index: 9999999999999999999999999999; 
    padding-top: 436px;  
}


#brand-section {
    width: 100%;
    max-width: 1225px;
    margin: 0 auto;
}

#brand-section .section-content {
    display: flex;
    align-items: center;
    margin-top: 378px;
    gap: 58px;  
    margin-bottom: 334px;  
}

#brand-section .section-text {
    z-index: 9999999999;
}


#brand-section .section-text .description {
    line-height: 34px;
    font-family: 'Questrial-Regular', sans-serif !important;
}
#units-buttons {
  position: relative;
  color: #fff;
  margin-top: 0;
  padding: 53px 0;
  display: flex;
  justify-content: center;
  width: 100%;
  background-size: cover;    
  overflow: hidden;
}

#units-buttons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../../../images/background-buttons.png") no-repeat center/cover;
  z-index: -1;
}

#units-buttons .section-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1153px;
  margin: 0 auto;
}

#units-buttons .section-title {
    margin-bottom: 38px;
    text-align: center;
}

#units-buttons .section-title,
#units-buttons .buttons-container,
#units-buttons .btn-unit {
    z-index: 99999999999999999 !important;
}

.buttons-container {
    display: flex;
    justify-content: space-between;   
    gap: 20px;
}

.btn-unit {
    border: 1px solid #fff;
    border-radius: 8px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 18px;    
    cursor: pointer;
    color: #fff;
}

.btn-unit:hover {
    background: #000;
    color: #FFF;
}

/* MEDIAS QUERES*/
@media (min-width: 1200px) and (max-width: 1348px) {
    .banner-title {
        padding-top: 186px;
		
    }
    #brand-section .section-content {
        margin-top: 186px;
        margin-bottom: 180px;
    }
    
}

@media (min-width: 1025px) and (max-width: 1199px) {
    #brand-section .section-content {
        padding: 0 20px;
    }
}

@media (max-width: 1024px) {
    #brand-section .section-content {
        flex-direction: column;
        text-align: center;
    }
    #brand-section .button-link {
        margin: 30px auto 0;
    }
    .banner-title {
        padding-top: 251px;
    }
    #brand-section .section-content {
        margin-top: 173px;
        margin-bottom: 30px;
    }
    .buttons-container {
        flex-wrap: wrap;
        padding: 0 50px;
    }
    #banner video {
        top: 9%;
    }
}

@media (max-width: 780px) {
    #banner .banner-title {
        font-size: 22px;
        line-height: 39px;
        padding-top: 150px !important;
    }
    #banner video {
        top: 88px;
    }    
    .btn-unit {
        font-size: 16px;
        text-align: center;
    }
}

@media (max-width: 570px) {
    #brand-section .section-content {
        padding: 0 50px;
    }
}   