*{
    box-sizing: border-box;
}

body{
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
}

.row{
    margin-bottom: 0 !important;
}

.logo{
    text-align: center;
}

.logo img{
    width: 80%;
}

.menu{
    padding: 0 0;
}

.menu ul{
    display:flex; 
    justify-content:space-between; 
    width: 100%;
}

.menu ul li {
    list-style-type: none;
    width: 100%;
    text-align: center;
    padding: 25px 0;
    color: #3e5187;
    font-weight: bold;
    text-transform:uppercase;
}

.menu ul li a{
    color: #3e5187;
}

.bgalpha{
    background-color: rgba(255, 255, 255, 0.3);
    padding: 5px 10px;
}

strong{
    color: #000 !important;
}

.titulo{
    position: absolute;
    z-index: 3;
    font-size: 3rem;
    width: 100% !important;
    height: 100vh !important;
    padding-left: 30px;
    font-weight: bold;
    text-align: center;
}

.titulo2{
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    color: #2a4582;
    border-bottom: solid #2a4582 3px;
    width: fit-content;
    margin: 25px auto;
}

.menu ul li:hover{
    background-color: #1f2737 !important;
    color: #FFF !important;
}

.menu ul li:hover a{
    color: #FFF !important;
}

.news{
    height: 80vh !important;
    width: 100% !important;
    overflow: hidden;
    position: relative;
    background-color: #2a4582;
}

.opacidade-bg{
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 3;
    bottom: 0;
}

/* .bg-bk-invertido{
    background: rgb(20,20,20);
    background: -moz-linear-gradient(0deg, rgba(20,20,20,1) 12%, rgba(10,10,10,0.804359243697479) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(20,20,20,1) 12%, rgba(10,10,10,0.804359243697479) 50%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(20,20,20,1) 12%, rgba(10,10,10,0.804359243697479) 50%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#141414",endColorstr="#000000",GradientType=1);
} */

.news video{
    opacity: 1;
}

.bg-site{
    background-image: url('../img/bg-site.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 336px;
}

.verde{
    background-color: #04192e;
    padding: 10px !important;
    text-align: center;
    text-transform:uppercase;
    color: #FFF;
    font-size: 20px;
}

.slogan{
    /* width: 50% !important; */
    /* text-shadow: 3px 1px 4px rgba(0,0,0,0.8); */
    line-height: 2.2rem;
    font-size: 1.5rem;
    font-weight: 100;
    
}

.caption{
    background-color: rgba(4, 25, 46, 0.4);
    width: 40% !important;
    padding: 10px !important;
}

.verde div{
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: normal;
    height: 98vh !important;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2;
}

.flex-item:nth-child(1) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    padding-left: 30px !important;
}

.conetudo100{
    height: 100%;
    width: 100%;
}

.conetudo100 div{
    color: #FFF;
    font-size: 20px;
    text-align: center;
}

.indicators{
    display: none !important;
}

.slider{
    height: 400px !important;
}

.whatsapp{
    background-color: #25d366;
    height: 80px;
    width: 80px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    border-radius: 40px;
    box-shadow: 2px 4px 20px 1px rgba(0,0,0,0.45);
    -webkit-box-shadow: 2px 4px 20px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 2px 4px 20px 1px rgba(0,0,0,0.45);
    text-align: center;
    padding-top: 16px;
}

.fs3{
    font-size: 3rem !important;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: normal;
  }

  .flex2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: normal;
  }

  .flex3 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: normal;
  }

.botao{
    font-size: 2rem !important;
    background-color: #2a4582 !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 2px 50px !important;
    border-radius: 10px !important;
}


.dados{
    background-image: url("../img/bg-terceira-chamada.jpg");
    background-position: center top;
    width: 100%;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 50px;
}

.borda1{
    border-right: 1px #FFF solid;
    box-sizing: border-box;
}

.borda2{
    border-bottom: 1px #FFF solid;
    box-sizing: border-box;
}

.borda3{
    border-top: 1px #FFF solid;
    box-sizing: border-box;
}

.borda4{
    border-left: 1px #FFF solid;
    box-sizing: border-box;
}

.tt{
    color: #9c1614;
    font-size: 25px;
    padding: 10px 0;
}

.txt{
    color: #FFF;
}

.quadro2{
    width: 90%;
    margin: auto;
    padding: 25px;
    box-sizing: border-box;
    text-align: center;
    height: 300px;
}

.quadro3{
    border: solid 1px #fff;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
    padding: 50px 10px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 15px;
}

.s01{
    background-image: url("../img/s1.jpg");
}
.s02{
    background-image: url("../img/s2.jpg");
}
.s002{
    background-image: url("../img/s02.jpg");
}
.s03{
    background-image: url("../img/s3.jpg");
}
.s04{
    background-image: url("../img/s4.jpg");
}
.s05{
    background-image: url("../img/s5.jpg");
}
.s06{
    background-image: url("../img/s6.jpg");
}

.servicos{
    background-position: center bottom;
    background-size: cover;
    height: 250px;
    border-radius: 25px;
    border: solid #FFF 5px;
}

.info{
    background-color: #303569;
    width: 100%;
    box-sizing: border-box;
    padding:50px;
}

.quadro{
    border: solid 1px #26527a;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
    padding: 50px 10px;
    box-sizing: border-box;
    text-align: center;
}

.titulo-quadro{
    color: #26527a;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 0;
}
.texto-quadro{
    color: #26527a;
    font-size: 16px;
}
.texto-quadro-whats{
    color: #FFF;
    font-size: 20px;
    background-color: #00BE00;
    border-radius: 25px;
    padding: 8px 20px;
    width: 80%;
    margin: 0px auto;
}
.saiba-mais-quadro{
    color: #26527a;
    font-size: 18px;
    padding: 25px 0 5px 0;
    border-bottom: solid 3px #26527a;
    top:15px;
    width: 80%;
    margin: auto;
}

.menu-mobile{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 20;
    width: 30px;
    height: 30px;
    display: none;
    cursor: pointer;
}
.barra{
    height: 5px;
    width: 100%;
    background-color: #26527a;
    margin-bottom: 5px;
}

.nav-mobile{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 21;
    display: none;
}

.cinza{
    background-color: #d3d3d3;
}

.azul1{
    background-color: #2a567e;
}

.azul2{
    background-color: #1c4870;
}

.p20{
    padding: 40px !important;
    height: 250px !important;
}

.nav-mobile-menu{
    width: 70%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 1);
    padding: 25px 10px;

}

.nav-mobile-menu div a{
    color: #04192e;
    text-decoration: none;
    font-weight: bold;
}

.nav-mobile-menu div{
    padding-top: 5px;
    padding-bottom: 5px;
}

.video2{
    display: none;
}

.txtbanner{
    font-size: 3.5rem;
}

.fotoblog{
    border-radius: 10px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 5px;
}

.fotoblog img{
    width: 100%;
}

.tituloblog{
    color: #1c4870;
    font-weight: bold;
}

.blog{
    padding: 0px 60px;
}

.blogmargim{
    margin-bottom: 20px;
}

@media screen and (max-width: 720px) {
    .slogan{
        width: 90% !important;
    }

    .menu-mobile{
        display: block;
    }

    .blog{
        padding: 0px 20px;
    }
    
    .menu{
        display: none;
    }

    .logo img{
        width: 200px;
    }

    .logo{
        padding: 25px 0px !important;
    }

    .news{
        height: 580px !important;
    }

    .video1{
        display: none;
    }

    .video2{
        display: block;
    }
    
    .txtbanner{
        font-size: 2.5rem;
    }

    .fotoblog{
        height: auto;
        overflow: auto;
    }    
    
    .flex2 {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        align-content: normal;
        padding-top:80px;
    }

    .caption{
        width: auto !important;
    }
    
    .flex3 {
        display: block;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: normal;
    }

    .p20{
        padding: 40px !important;
        height: auto !important;
    }

    .botao{
        background-color: #fff !important;
        color: #2a4582 !important;
        text-decoration: none !important;
        padding: 10px 10px !important;
        border-radius: 10px !important;
        font-size: 1.3rem;
        margin-top: 30px !important;
        top: 10px;
        position: relative;
    }

    .borda1, .borda2, .borda3, .borda4{
        border: 1px #FFF solid;
        margin-top: 5px;
   }

   .quadro2{
        height: auto;
    }

    .verde{
        font-size: 22px;
    }

    .titulo{
        padding-left: 0px;
    }
    
}
