a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

#sobre, #ce, #servicos{
    width: 100%;
}

#sobre .slider.mod-slider{
    margin: 0;
    height: 460px;
    box-shadow: 50px 50px #eee;
}

#sobre .slick-dots{
    right: 0;
}
#sobre .single-slide img {
    margin: 0;
    height: 500px;
    box-shadow: 50px 50px #eee;
    object-fit: cover;
}
#sobre strong{
    font-weight: 600;
    font-size: 14pt;
}

#sobre p{
    font-size: 12pt;
    margin-top: 30px;
}

#sobre h2{
    font-weight: 600;
}

#sobre .text{
    width: 100%;
}


.certif-item h3{
    font-weight: 600;
    font-size: 24pt;
    margin-bottom: 30px;
}

.certif-item p{
    font-weight: 600;
}

#ce img{
    height: 70px;
    margin-left: 15px;
}

#ce p, #ce ol, #ce li{
    font-weight: 600;
}

#ce ol{
    font-size: 30pt;
    padding: 0;
}
#ce ol li:first-child{
    margin-top: 14px;
}

#ce li{
    font-size: 12pt;
    margin-left: 18px;
}

#servicos .serv-box{
    background-color: #eee;
    position: relative;
}

#servicos .serv-box:hover{
    background-color: #bf0811;
}

#servicos h4{
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

#servicos .serv-box:hover h4{
    color: white;
}

#servicos .serv-box:before{
	content: "";
	display: block;
	padding-top: 100%;
}

#servicos .serv-box .inner-box{
    position: absolute;
    padding: 40px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}



.color-black{
    background: #202020;
    color: white;
}
#sobre .text h2{
    margin-top: 120px;
}

.certext{
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width: 1199px){
    #sobre .text h2{
        margin-top: 0px !important;
    }
}
@media screen and (max-width: 1024px){
    .inner-box{
        padding: 10px;
    }
}

@media screen and (max-width: 768px){
    #certificada h1{
        width: 100% !important;
    }
}

@media screen and (max-width: 425px){
    #certificada h1{
        font-size: 40px;
    }
}
