*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Neue';
    src: 
    local('Neue');
    src: url('NEUEHAASDISPLAYBLACK.TTF') format('truetype');
    src: url('NHAASGROTESKTXPRO65MD.eot?#iefix') format('embedded-opentype'); 
    src:url('NHAASGROTESKTXPRO65MD.eot'),
         url('NHAASGROTESKTXPRO65MD.woff') format('woff'),
         url('NHAASGROTESKTXPRO65MD.woff2') format('woff2'),
         url('NHAASGROTESKTXPRO65MD.svg#NeueHaasGroteskDisplayPro') format('svg');
    font-weight: normal;
}
body{
    background: #FFF;
    font-family: Arial, Helvetica, sans-serif;
}
img{object-fit: cover;width: 100%;}
.title, .title h1{
    display: flex;
    text-align: left;
    align-items: end;
    justify-content: start;
    width: 100%;
    max-width: 1190px;
    font-size: 130px;
    font-weight: 400;
    line-height: 0.8;
}
.sobreds{
    padding-bottom: 50px;
}
.aboutds{
    margin-bottom: 0;
}
.about{
    font-family: 'Neue';
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #000;
    padding-bottom: 40px;
}
.aboutds h2{
    width: 210px;
    padding-right: 0;
}
.aboutds p{
    width: 378px;
    margin-top: 15px;
}
.aboutds h3{
    font-weight: bold;
    font-size: 14px;
    text-transform:uppercase;
    margin-top: 20px;
}
.aboutds h5{
    text-transform:uppercase;
}
@media screen and (max-width: 500px) {
    .aboutds p{
        width: 100%;
    }   
    .sobre{
        padding: 0 20px;
        margin-bottom: 50px;
    }
    .title{
        font-size: 60px;
        font-weight: 400;
        line-height: 0.8;
        margin-bottom: 20px;
    } 
}
.container-slider{
    max-width: 800px;
    padding-top: 40px;
}
/* ativo */
.dot2.active {
    background-color: #fff; /* cor do dot selecionado */
    opacity: 1;
}
.frame1{
    margin-bottom: -40px;
}
.frame1 img{
    max-width: 100%;
}
.frame3ampli{
    display: flex;
    gap: 25px;
    justify-content: center;
    margin: auto;
    padding: 5vw 20vw;
}
.frame3ampli img{
    max-width: 100%;
    height: 520px;
}
.container3-slider{
    display: flex;
    justify-content: center;
    padding: 0 0 2vw 0;
    margin: auto;
    background-color: #FFF;
}
.item img{
    object-fit: contain;
    background-color: #FFF;
}
.teml img{
    max-height: 600px;
}
#arrowSlider3{
    font-size: 40px;
}
.prev3{  
    left: 13%;
    top: 50%;
    transform: translateY(-50%);
}
.next3{  
    right: 13%;
    top: 50%;
    transform: translateY(-50%);
}
.outros{
    margin-top: 40px;
}
@media screen and (max-width: 1020px) {
    .frame3ampli{
        flex-direction: column;
        padding: 40px 25vw;
        padding-bottom: 0;
        gap: 5px;
    }
    .frame3ampli img{
        height: 100%;
    }
    .container3-slider{padding: 0;}
    .prev3{  
        left: 8%;
    }
    .next3{  
        right: 8%;
    }
    #arrowSlider3{
        font-size: 30px;
    }
}