.capa{
    background:linear-gradient(
        rgba(47, 49, 146, 0.45),
        rgba(47, 49, 146, 0.45)
    ), url(../assets/img_capa.png) no-repeat center;
    background-size: cover;
    height: 700px;
    padding-top: 20px;
    width: 100%;
}

.capa2{
    background:linear-gradient(
        rgba(47, 49, 146, 0.45),
        rgba(47, 49, 146, 0.45)
    ), url(../assets/capa_noticias.png) no-repeat center;
    background-size: cover;
    height: 40vh;
    padding-top: 20px;
    width: 100%;
}

.capa3{
    background: #F9F9F9;
    height: 400px;
    padding-top: 20px;
    width: 100%;
}
.capa4{
    background: #fff;
    height: 100px;
    padding-top: 20px;
    width: 100%;
}

.nav-bar{
    width: 90%;
    right: 5%;
    height: 75px;
    background: white;
    border-radius: 200px;
    padding: 5px;
    box-shadow: 5px 3px 12px 0px rgba(0,0,0,0.29);
    position: fixed;
    z-index: 1;
}

.nav-bar img{
    height: 55px;
    margin-left: 12px;
    margin-top: 5px;
    float: left;
}

.menu ul{
    display: none;
}

.btn-close{
    display: none;
}

.btn-menu{
    display: none;
}

.menu2{
    float: right;
    display: initial;
}

.menu2 ul{
    list-style: none;
    display: flex;
    margin-right: 20px;
    line-height: 45px;
}

.menu2 ul li{
    margin-right: 30px;
    display: block;
}
.menu2 ul li a{
    color: #2F3192;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 5px;
}

.menu2 ul li a:hover{
    border-bottom: #B0D173 2px solid;
}

@media(max-width: 1250px) {
    h1{
        font-size: 30px;
    }
    .nav-bar img{
        height: 45px;
        margin-left: 12px;
        margin-top: 10px;
        float: left;
    }
    .menu2{
        display: none;
    }
    .btn-menu{
        display: initial;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        color: #B0D173;
        background: #2F3192;
        border: none;
        float: right;
        margin-right: 20px;
        transition: 0.5s;
        cursor: pointer;
    }

    .btn-menu:hover{
        color: #2F3192;
        background: #B0D173;
    }
    
    .menu{
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: rgba(0,0,0,0.9);
        top: 0;
        left: 0;
    }
    .fa-times{
        color: white;
    }
    
    .btn-close{  
        display: initial; 
        margin-top: 5%; 
        margin-right: 5%;
        font-size: 2em;
        float: right;
        cursor: pointer;
    }
    
    .menu ul{
        display: inline;
        list-style: none;
        width: 100%;
        float: left;
        text-align: center;
    }
    
    .menu li {
        padding: 1.5%;
    }
    
    .menu ul li a {
        color: white;
        font-size: 1.5em;
        text-decoration: none;
    }
}

.inicio{
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inicio h1{
    color: white;
    font-weight: bold;
    margin-bottom: 60px;
}

#saibamais{
    background: #B0D173;
    padding: 15px 50px;
    border-radius: 200px;
    color: #2F3192;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
    box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.29);
}

#saibamais:hover{
    background: #2F3192;
    color: #B0D173;
}

.titulo{
    color: #323232;
    text-align: center;
    padding: 50px;
}

.titulo h2{
    color: #2F3192;
    font-weight: bold;
}

.titulo hr{
    width: 35px;
    color: #B0D173;
    border: 2px solid #B0D173;
}
.cont-sistemas{
    height: 300px;
    position: relative;
}

.cont-sistemas img{
    max-width: 200px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cont-sistemas h3{
    text-align: center;
}

.cont-texto h4{
    text-align: center;
    font-size: 24px;
    padding: 50px 20px 20px 20px;
    color: #2F3192;
}

.cont-texto p{
    color: #323232;
    text-align: justify;
}

.cont-texto #p-link, .cont-texto a{
    color: #2F3192;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
}

.cont-texto a:hover{
    border-bottom: #B0D173 2px solid;
}

.cont-sistemas-total{
    margin-bottom: 50px;
    padding: 50px;
}

.sobre{
    background:#F9F9F9;
}

.cont-sobre p{
    margin-top: 30px;
    text-align: justify;
    color: #323232;
}
.sobre-info p{
    text-align: left;
    font-weight: 600
}

.fa-map-marker-alt, .fa-envelope, .fa-whatsapp, .fa-phone{
    font-size: 25px;
    margin-right: 15px;
}

/**Slide**/
.item{
    height: 150px;
    margin: 0 30px;   
    text-align: center;
    z-index: 0;
}

.item p{
    color: #2F3192;
    font-size: 15px;
}
.item h5{
    font-weight: 600;
    color: #2F3192;
    font-size: 22px;
    margin-top: 15px;
}


.prvBtn{
    left: 0;
    top: 65px;
    position: absolute;    
    font-size: 30px;
    padding: 0px 10px;
    display: block;
    z-index: 1;
    cursor: pointer;
    margin-left: -15px;
    color: #2F3192;
}

.nxtBtn{
    right: 0;
    top:65px;
    position: absolute;
    font-size: 30px;
    padding: 0px 10px;
    display: block;
    z-index: 1;    
    cursor: pointer;    
    margin-right: -15px;
    color: #2F3192;
}
.wrapepr{
    position: relative;
    margin: 1px red solid;
    z-index: 0;
}

.centro{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-theme .owl-dots .owl-dot.active span{
    width: 30px;
}

.slide{
    padding-bottom: 80px;
}

.not{
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 50px;
}

.btn-noticia{
    font-weight: 600;
    background: #2F3192;
    color: #fff;
    border-radius: 200px;
    padding: 7px 25px; 
    transition: 0.5s;
}

.noticias{
    padding-bottom: 90px;
}

.not a{
       
    text-decoration: none;
}
.btn-noticia:hover{
    background: #B0D173;
    color: #2F3192;
}

.noticias h4 ,

.contato h4{
    text-align: center;
}

.noticias .mais-noticias, 

.contato .mais-noticias{
    background: #B0D173;
    padding: 10px 40px;
    border-radius: 200px;
    color: #2F3192;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
    font-size: 18px;
}

.noticias .mais-noticias:hover,

.contato .mais-noticias:hover{
    background: #2F3192;
    color: #fff;
}

.contato .p-contato{
    color: #323232;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.contato{
    background: #F9F9F9;
    padding-bottom: 70px;
}

footer{
    background: #2F3192;
    height: 100%;
    padding: 30px;
    color: #fff;
}

footer h1{
    text-align: center;
    color: #fff;
    font-size: 25px;
}

.centro3{
    text-align: center;
    margin-top: 30px;
}

.centro3 ul li {
    display: inline-block;
    margin-right: 25px;
}

.centro3 ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}

.desenvolvido{
    background: #F9F9F9;
    padding: 10px;
    text-align: center;
}

.desenvolvido p{
    margin-bottom: -2px;
}

#paginacao{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.inicio input{
    padding: 15px 20px;
    border-radius: 50px;
    background: none;
    border: none;
    margin-right: 10px;
    background: #2F3192;
    width: 50%;
    color: #fff;
    margin-top: 50px
}

.inicio input::placeholder{
    color: white;
    font-weight: 600;
}

.inicio button{
    border-radius: 100%;
    width: 50px;
    height: 50px;
    color: #2F3192;
    background: #B0D173;
    border: none;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.inicio button:hover{
    color: #B0D173;
    background: #2F3192;
}

.topo{
    padding: 10px 20px;
    right: 0;
    position: fixed;
    top: 835px;
    color: #2F3192;
    background: #B0D173;
    margin-right: 30px;
    font-size: 30px;
    box-shadow: 5px 3px 12px 0px rgba(0,0,0,0.29);
    cursor: pointer;
}

.cont-noticia{
    margin-top: -230px;
}

.cont-noticia h2{
    color: #2F3192;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 50px;
}

.cont-noticia img{
    width: 500px;
    box-shadow: 5px 3px 12px 0px rgba(0,0,0,0.29);
}

.cont-noticia-texto{
    margin-top: 70px;
}

.contato form{
    margin-top: 50px;
}

.contato textarea{
    width: 100%;
    padding: 12px 30px;
    border-radius: 20px;
    border: solid 1px #2F3192;
    margin-top: 20px;
}

.contato button{
    border: none;
    margin-top: 20px;
}

.contato input{
    width: 100%;
    padding: 12px 30px;
    border-radius: 200px;
    border: solid 1px #2F3192;
    margin-top: 20px;
}

.contato input::placeholder, .contato textarea::placeholder{
    color: #323232;
    font-weight: 600;
}