.portal-secretarias .container {
    padding:74px 0;
}

.portal-secretarias .descricao h2 {
    font-size: 26px;
    padding-top: 5px;
    font-weight: 600;
       margin-top:0;
}
.portal-secretarias .descricao h3 {
    font-size: 14px;
    font-weight: 400;
    margin-top:0;
}
.portal-secretarias .descricao i {
    float: left;
    font-size: 40px;
    padding: 10px 5px;
    font-weight: 500;
    margin-right: 10px
}
.portal-secretarias select {
    width:100%;
}

@media (max-width: 1100px) {
    .portal-secretarias .container {
        width: 90%!important;
    }
    #formSecretaria{
        margin-top: 20px;
        width: 100%;
    }
}
@media (max-width: 1000px) {
    #formSecretaria > select{
        width: 100%;
    }
}


/*--------------------------------------------------
        Secretarias Home
----------------------------------------------------*/
.secretarias-home {
    padding: 60px 0 60px;
    text-align: center;
    background: #316AA2;
}
.secretarias-home p {
    color: #FFF !important;
    display: inline-block;
}
.secretarias-home h3 {
    color: #fff !important;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
}
.secretarias-home h3::after {
    content: "";
    display: block;
    width: 32px;
    height: 4px;
    background: #CEB539;
    border-bottom: 1px solid;
    border-style: none;
    margin: 0 auto;
}
.secretarias-home h4 {
    float: left;
    width: 100%;
    margin: 5px 0 0px 0;
    color: #fff !important;
}
.secretarias-home h5 {
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
    text-transform: uppercase;
    color: #FFF !important;
}
.secretarias-home i.fa {
    color: #FFF !important;
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    margin-right: 10px;
}
.secretarias-home img {
    border: 4px solid #fff;
    border-radius: 50px;
    height: 100px;
    margin-right: 10px;
    width: 100px;
}
.secretarias-carousel .owl-carousel .owl-item img {
    display: initial;
    width: 100px;
    object-fit: cover;
}
.secretarias-carousel .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #CEB539;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.secretarias-home-dir {
    height: 400px;
    background: url(/imagens/secretarias-home.jpg) center fixed;
    text-align: center;
}
.secretarias-home-dir h2 {
    color: #fff;
    display: inline-block;
    width: 40%;
    padding: 10px 20px;
    font-size: 25px;
    border: 2px solid #ffffff;
    text-align: center;
    transition: 0.2s;
    border-radius: 100px;
}
.secretarias-home-dir h2:hover {
    cursor: pointer;
    background: #fff;
    color: #061918;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ddaf23!important;
}