/*********/
/* SOBRE */
/*********/

#sobre{
    min-height: 400px;
    background-color: RGBA(241,242,242,1);
}
#sobre-titulo{
    color: RGBA(136,150,147,1);
    text-align: center;
    padding-top: 50px;
    margin-bottom: -35px;
}
.sobre-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}
.sobre-item-imagem{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.sobre-item-imagem img{
    max-width: 64px;
}
.sobre-item-descricao{
    text-align: center;
    font-family: montserrat-bold;
    text-transform: uppercase;
    padding: 20px;
    max-height: 110px;
    width: 250px;
    font-size: 15px;
    color: RGBA(0,0,0,0.60);
}
.slider::before, .slider::after {
  background: linear-gradient(to right, RGBA(241,242,242,1) 0%, RGBA(241,242,242,0) 100%);
  content: "";
  height: 365px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 35px;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 35px;
}
.slick-dots{
    display: none!important;
}
.seta-prev{
    position: absolute!important;
    top: 175px!important;
    left: -25px!important;
    transform: rotate(180deg);  
    max-width: 20px;
    transition: 0.3s;
    cursor: pointer;
    opacity: 0.50;
}
.seta-prev:hover{
    opacity: 0.75;
}
.seta-next{
    position: absolute!important;
    top: 175px!important;
    right: -25px!important;
    max-width: 20px;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.50;
}
.seta-next:hover{
    opacity: 0.75;
}

/*********/
/* VÍDEO */
/*********/

#sobre-video{
    margin-bottom: -120px;
    position:relative;
    z-index: 999;
}
#sobre-video, #sobre-video .row{
    min-height: 0px!important;
}
#play{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 1000;
    top: 0;
}
.embed-responsive{
    border: 15px solid RGBA(255,255,255,1);
    border-radius: 1rem;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 4px 0px 5px rgba(0,0,0,0); 
    box-shadow: 0px 20px 13px -7px #000000, 5px 4px 0px 5px rgba(0,0,0,0);
}

/****************/
/* MEDIA SCREEN */
/****************/

@media screen and (max-width: 340px){
    #sobre-titulo h4{
        font-size: 20px!important;
    }
    .slider::before, .slider::after{
        width: 50px;
    }
    .seta-prev, .seta-next{
        display: none!important;
    }
    #sobre-video{
        margin-bottom: 0px;
        padding-bottom: 50px;
    }
    .embed-responsive{
            -webkit-box-shadow: 0px 10px 20px 5px rgba(0,0,0,0.1);
            -moz-box-shadow: 0px 10px 20px 5px rgba(0,0,0,0.1);
            box-shadow: 0px 10px 20px 5px rgba(0,0,0,0.1);
    }
}
@media screen and (min-width: 340px) and (max-width: 575px){
    #sobre-titulo h4{
        font-size: 20px!important;
    }
    .slider::before, .slider::after{
        width: 100px;
    }
    .seta-prev, .seta-next{
        display: none!important;
    }
    #sobre-video{
        margin-bottom: 0px;
        padding-bottom: 50px;
    }
    .embed-responsive{
            -webkit-box-shadow: 0px 10px 20px 5px rgba(0,0,0,0.1);
            -moz-box-shadow: 0px 10px 20px 5px rgba(0,0,0,0.1);
            box-shadow: 0px 10px 20px 5px rgba(0,0,0,0.1);
    }
        .slick-slider{
            height: 60%;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px){
    .slider::before, .slider::after{
        width: 50px;
    }
    .seta-prev, .seta-next{
        display: none!important;
    }
    #sobre-video{
        margin-bottom: 0px;
        padding-bottom: 50px;
    }
    .embed-responsive{
            -webkit-box-shadow: 0px 10px 20px 5px rgba(0,0,0,0.1);
            -moz-box-shadow: 0px 10px 20px 5px rgba(0,0,0,0.1);
            box-shadow: 0px 10px 20px 5px rgba(0,0,0,0.1);
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    #sobre-video{
        margin-bottom: 0px;
        padding-bottom: 50px;
    }
    .embed-responsive{
            -webkit-box-shadow: 0px 10px 20px 5px rgba(0,0,0,0.1);
            -moz-box-shadow: 0px 10px 20px 5px rgba(0,0,0,0.1);
            box-shadow: 0px 10px 20px 5px rgba(0,0,0,0.1);
    }
    .slick-slider{
            height: 80%;
    }
}
@media screen and (min-width: 991px){
    .slick-slider{
            height: 50%;
    }
}