@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;

}

:root {
    --main-color:#035bb4;
    --site-color:#FFF;
    --active-color: #0063e5;
    --first-color: #08132f;
    --second-color: #40586f;
    --third-color: #e9e9e9;
}


body {
    background-color: var(--site-color);
    color: var(--site-color);
}

.max-width {
    max-width: 1300px;
    padding: 0 10px;
    margin: auto;
}


/* Inicio menu */

.navbar-top {
    /* position: fixed; */
    margin-top:0px;
    width: 100%;
    z-index: 999;
    padding: 0px 0;
    font-family: 'Helvetica', sans-serif;
    background-color: var(--main-color);
    box-shadow: 2px 2px 2px var(--first-color);
    background-color: #035bb4; text-align: center;
}
.navbar-top .max-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-top #social-bars{
   box-shadow: 2px 2px 2px black;
}
.navbar-top .menu li {
    list-style: none;
    display: inline-block;
    margin-top: 10px
}

.navbar-top .menu li a {
    display: block;
    color: var(--site-color);
    font-size: 18px;
    font-weight: 400;
    margin-left: 15px;
    height: 15px;
    align-content: center;

}
#imgCabecalho{
 width: 100%;
 height: 250px;
 box-shadow: 2px 2px 2px black;
}
#imgCabecalhoMogile{
    display: none;
}
.navbar-top .logo a {
    color: var(--site-color);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin-left: 2%;
}
.sectionMVV{
    justify-content: center;
    background-color: #fff;
     border-radius: 50px 10px 10px 10px;
}
.mvv{
background-color: #035bb4;
}
.mvvtext::first-letter {
    font-size: 4rem;
    font-weight: bold;
    float: left;
    margin: 2px 5px;
}
/********************************************************** */
.destaques{
    background-color: var(--main-color);
    border-radius: 10px 10px 10px 10px;
}
.navbar {
    /* position: fixed; */
    width: 100%;
    z-index: 999;
    font-family: 'Helvetica', sans-serif;
    background-color: var(--main-color);
    box-shadow: 2px 2px 2px 2px var(--first-color);
    /* border-bottom: solid var(--third-color) 1px; */
}
#inputSearch{
    border: 0px solid black;
    height: 36px;

    border-radius: 10px 10px 10px 10px;
}
#inputSearch::placeholder{
  padding-left: 1ch;
}

.navbar .max-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .menu li {
    list-style: none;
    display: inline-block;
}

.navbar .menu li a {
    display: block;
    color: var(--site-color);
    text-decoration: none !important;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    margin-left: 25px;
}
.navbar .menu a:hover{
    background-color: transparent;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}
.divSearch{
    margin-left: 30%;
    /* position: absolute; left: 75%; top: 39%; width: 330px; 
    z-index:999;
    left: 30%; top: 70%; position: absolute; width: 100%;
*/
}

.linkTransp:hover{
    background-color:#035bb4;
    color:#FFF;
}

.sectionNoticias{
    justify-content: center;
    background-color: #fff;
}
.topNoticias{
    background-color: var(--main-color);
    height: 80px;
    align-content: center;
    margin-top: 3%;
    box-shadow: 0 0 0 0 !important;
}

.transparencia{
        background-color: var(--second-color);
        color:#fff;
        box-shadow: 1px 1px 1px black;;

}
.transparencia:hover{
    color:#FFF;
}

.cardNewsletter{
    max-width: 540px;
    background-color: var(--main-color);
    height:80%;;
}


.menu-btn {
    color: var(--site-color);
    font-size: 23px;
    cursor: pointer;
    display: none;
}
#submenu{
    background-color: var(--main-color);

}
#submenu li a:hover{
    background-color: transparent;
    width: 220px;
    background-color: rgba(0,0,0,0.5);
}


@media (max-width: 947px) {
    .imgNotice{
  width: 200px;
    }
    #imgCabecalho{
    display: none;
    }
    #imgCabecalhoMogile{
        display: block;
    }
    /* .divSearch{
         position: absolute; left: 20%; top: 1%; width: 460px;
    } */
    #inputSearch{
        border: 0px solid black;
        height: 27px;

        border-radius: 10px 10px 10px 10px;
    }
    /* .menu-btn {
        display: block;
        z-index: 999;
    } */
    /* #menu-icon.active::before {
        content: "Fechar \f00d";
        font-size: 12px;
        position: absolute;
        margin-top: -200px;
    }
    .navbar .menu {
        background-color: var(--main-color);
        position: fixed;
        height: 100vh;
        width: 100%;
        left: -100%;
        top: 0;
        text-align: center;
        padding-top: 80px;
        transition: all 0.3s ease;
    }
    #menu-site.active {
        left: 0;

    }
    .navbar .menu li {
        display: block;
    }
    .imgTop{
        display: none;
    }
    .navbar .menu li a {
        display: inline-block;
        margin: 13px 0;
        font-size: 25px;

    } */

}


/* Fim menu */


/* Inicio do topo */

section {
    padding: 50px 0;
}

@media (max-width: 690px) {
    section {
        padding: 20px 0;
    }
}

.top {
    color: var(--site-color);
    display: flex;
    /* background: url("../images/banner_top_v5.jpg") no-repeat center;*/
     /* background: linear-gradient(to right, var(--main-color) 25%, rgba(255, 255, 255, 0)), url("../images/banner_top_v5.jpg") no-repeat center;  */
     /* background:  url("../images/cabecalho.png") ; */
      min-height: 70px;
    /* background-size especifica o tamanho das imagens de fundo */
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Ubuntu', sans-serif;
}


.top .max-width {
    width: 100%;
    display: flex;
}

.top .top-content .text-1 {
    font-size: 25px;
}

.top .top-content .text-2 {
    font-size: 55px;
    font-weight: 400;
    margin-left: -3px;
}

.top .top-content .text-3 {
    font-size: 32px;
    margin: 5px 0;
}

.top .top-content a {
    display: inline-block;
    background: var(--active-color);
    color: var(--site-color);
    font-size: 25px;
    padding: 12px 36px;
    margin-top: 20px;
    font-weight: 300;
    border-radius: 6px;
    border: 2px solid var(--active-color);
    transition: all 0.3s ease;
}

.top .top-content a:hover {
    color: var(--active-color);
    background: none;
}


/* Fim do topo */


/* Inicio servico */

.services {
    background-color: var(--main-color);
    font-family: 'Poppins', sans-serif;
    margin: 60px;
}

.services .title {
    text-align: center;
    margin: 40px 0;
    font-weight: 400;
    font-size: 35px;
}

.services .serv-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.services .serv-content .card {
    width: calc(33% - 20px);
    background: var(--first-color);
    text-align: center;
    border-radius: 6px;
    padding: 50px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}


/*
Alterar a cor de fundo do cartao
*/

.services .serv-content .card:hover {
    background: var(--active-color);
}

.services .serv-content .card i {
    font-size: 50px;
    color: var(--active-color);
    transition: all 0.3s ease;
}

.services .serv-content .card:hover i {
    color: var(--site-color);
}

.services .serv-content .card .box {
    transition: all 0.3s ease;
}

.services .serv-content .card:hover .box {
    transform: scale(1.05);
}

.services .serv-content .card .text {
    font-size: 25px;
    font-weight: 500;
    margin: 10px 0 7px 0;
}

@media (max-width: 947px) {
    .services .serv-content .card {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
}

@media (max-width: 690px) {
    .services .serv-content .card {
        width: 100%;
    }
}


/* Fim servico */


/* Inicio do servico premium */

.premium {
    color: var(--first-color);
    background: var(--site-color);
    font-family: 'Poppins', sans-serif;
}

.premium .title {
    text-align: center;
    margin: 50px 0;
    font-weight: 400;
    font-size: 35px;
}

.premium .premium-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.premium .premium-content .left {
    width: 20%;
}

.premium .premium-content .left img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

.premium .premium-content .right {
    width: 80%;
}

.premium .premium-content .right .text {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}

.premium .premium-content .right p {
    text-align: justify;
}

.premium .premium-content .right a {
    display: inline-block;
    background: var(--active-color);
    color: var(--site-color);
    font-size: 20px;
    font-weight: 500;
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 6px;
    border: 2px solid var(--active-color);
    transition: all 0.3s ease;
}

.premium .premium-content .right a:hover {
    color: var(--active-color);
    background: none;
}

@media (max-width: 1104px) {
    .premium .premium-content .left img {
        width: 350px;
        height: 350px;
    }
}

@media (max-width: 947px) {
    .premium .premium-content .column {
        width: 100%;
    }
    .premium .premium-content .left {
        display: flex;
        justify-content: center;
        margin: 0 auto 60px;
    }
    .premium .premium-content .right {
        flex: 100%;
    }
}


/* Fim do servico premium */


/* Inicio do rodape */

footer {
    background: var(--main-color);
    padding: 25px 23px;
    color: var(--site-color);
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

footer span a {
    color: var(--active-color);
}

footer span a:hover {
    color: var(--site-color);
}


/* Fim do rodape */


/* Inicio da pagina sobre empresa */

.about {
    color: var(--site-color);
    background: var(--main-color);
    font-family: 'Poppins', sans-serif;
}

.about .title {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 35px;
    padding-top: 50px;
}

.about .about-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    background: var(--first-color);
    border-radius: 6px;
    padding: 30px;
}

.about .about-content .left {
    width: 40%;
}

.about .about-content .left img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 6px;
}

.about .about-content .right {
    width: 60%;
}

.about .about-content .right .text {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}

.about .about-content .right p {
    text-align: justify;
}

@media(max-width: 1104px) {
    .about .about-content .left img {
        width: 300px;
        height: 300px;
    }
    .about .about-content .right {
        padding-left: 10px;
    }
}

@media (max-width: 947px) {
    .about .about-content .column {
        width: 100%;
    }
    .about .about-content .left {
        display: flex;
        justify-content: center;
        margin: 0 auto 60px;
    }
    .about .about-content .right {
        flex: 100%;
        padding-left: 0;
    }
}

@media (max-width: 740px) {
    .about .title {
        margin-top: 50px;
    }
}


/* Fim da pagina sobre empresa */


/* Inicio da pagina contato */

.contact {
    background-color: var(--third-color);
    font-family: 'Poppins', sans-serif;
}

.contact .title {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 50px;
    font-weight: 400;
    font-size: 35px;
}

.contact .contact-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.contact .contact-content .column {
    width: calc(50% - 30px);
}

.contact .contact-content .left p {
    text-align: justify;
}

.contact .contact-content .left .icons {
    margin: 10px 0;
}

.contact .contact-content .row {
    display: flex;
    height: 65px;
    align-items: center;
}

.contact .contact-content .row .info {
    margin-left: 30px;
}

.contact .contact-content .row i {
    font-size: 25px;
    color: var(--active-color);
}

.contact .contact-content .info .head {
    font-weight: 500;
}

.contact .contact-content .info .sub-title {
    color: var(--site-color);
}

.contact .contact-content .text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact .right form .field,
.contact .right form .fields .field {
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
}

.contact .right form .textarea {
    height: 80px;
    width: 100%;
}

.contact .right form .field input,
.contact .right form .field textarea {
    height: 100%;
    width: 100%;
    border-radius: 6px;
    outline: none;
    padding: 0 10px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}

.contact .right form .field input:focus,
.contact .right form .field textarea:focus {
    border-color: var(--active-color);
}

.contact .right form .textarea textarea {
    padding-top: 10px;
    resize: none;
}

.contact .right form .button-area {
    display: flex;
    align-items: center;
}

.right form .button-area button {
    background-color: var(--active-color);
    color: var(--site-color);
    display: block;
    width: 160px !important;
    height: 45px;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    border-radius: 6px;
    cursor: pointer;
    flex-wrap: wrap;
    border: 2px solid var(--active-color);
    transition: all 0.3s ease;
}

.right form .button-area button:hover {
    color: var(--active-color);
    background: none;
}

@media (max-width: 947px) {
    .contact .contact-content .column {
        width: 100%;
        margin-bottom: 35px;
    }
}

@media(max-width: 500px) {
    .contact .title {
        margin-top: 50px;
    }
    .contact .right form .fields {
        flex-direction: column;
    }
    .contact .right form .name,
    .contact .right form .email {
        margin: 0;
    }
}


/* Fim da pagina contato */