body{
    font-family: 'proxima-nova', sans-serif;
    background: #F8F8F8;
    overflow-x: hidden;
}
p{
    font-family: 'proxima-nova', sans-serif;
    font-size: 15px;
    font-weight: 300; 
    color: #484848;
}
strong, b{
    font-weight: bold;
    color: #000; 
}
h1{
    font-weight: bold;
    font-size: 28px;
    color: #000;
}
h2{
    font-weight: 600;
    font-size: 28px;
    color: #000;
}
h3{
    font-weight: 600;
    font-size: 14px;
    color: #FFC507;
}
h4{
    font-weight: 500;
    font-size: 21px;
    color: #FFC507;
}
.title{
    font-size: 2.5em;
    color: #191919;
    font-weight: 700;
    line-height: normal;    
}
.centerTitle {
    color: #191919;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4rem 0 2rem;
}
.subtitle {
    color: #2F3BD2;
    font-size: 1.15rem;    
    font-weight: 600; 
}
.card-description,
.txt p {
    color: #727176;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
}
.txt p strong, .card-description strong {font-weight: bold; color: #727176;}
/* TOPO */
.tel{
    background: url(../img/svg/iconefone.svg) no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
}
.clock{
    background: url(../img/svg/clock.svg) no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
}
.wpp{
    background: url(../img/svg/wpp.svg) no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
}
.top-icon img {
    margin: 0 0.4em;
}
.navbar .navbar-brand{
    max-height: 115px;
}
.navbar .navbar-brand img{
    max-width: 248px;
}
.nav-top {
    z-index: 999;
    position: relative;
    color: white;
}
.navbar .navbar-nav .nav-item .nav-link, .dropdown-toggle{
    text-transform: uppercase;
    font-weight: 500;   
    color: #191919;
    padding: 0 0.7rem;
    font-size: 15px;
    transition: 0.7s all ease;
    position: relative;    
}
.navbar-collapse {
    right: inherit;
    left: 0;
}
.top-icon:hover{
    color: transparent;
    text-decoration: none;
}
/* HOME */
.index-page .page-header{
    width: 100%;
    background-repeat: no-repeat;
}
.play{
    background: url(../img/play-icon.png) no-repeat center;
    position: absolute;
    bottom: 25%;
    left: 10%;
    width: 230px;
    height: 90px;
    opacity: 0.6;
}
/* PAGINAS INTERNAS */
.pagination .page-item{
    list-style: none;
}
.tags-list {
    width: 70%;
}
.tags-list li {
    display: inline-block;
    color: #000;
    height: 35px;
}
.tags-list li a {
    border: 1px solid #000;
    padding: 5px 10px;
    color: #000;
    font-size: 1.1em;
    text-decoration: none;
    font-style: italic;
}
/* RODAPE */
.bg-dark{
    background-color: #191919 !important;
}
.topBar {
    background: #313897;
    padding: 0.2rem 0;
}
.rodape h2{
    color: #fff;
    font-size: 1.3em;   
    font-weight: 400;
}
.rodape h3{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.top-icon,
.bot-icon {
    text-decoration: none!important;
}
footer .copyright{    
    font-family: 'proxima-nova', sans-serif;
    font-size: 9px;
    color: #404040;
    text-transform: uppercase;
}
.whats {
    height:55px;
    position:fixed;
    bottom: 80px;
    right: 35px;
    z-index:99999;
}
.rodape ul li,
.rodape p,
.rodape a{
    color: #FFF;
    font-size: 14px;
}
.social-top a{
    margin: 0.2rem;
}
.video-content .video {
    display: inline-block;
    margin: .5%;
    height: 160px;
    overflow: hidden;
}
.video-content .video a {
    display: table-cell;
    vertical-align: middle;
    max-width: 220px;
    max-height: 180px;
}
.video-content .video a img {
    display: table-cell;
    vertical-align: middle;
    max-height: 180px;
}
#top-icons p {
    color: #191919;
    font-size: 12px;
}
.navbar-info p {font-weight: 600;}
.card-avatar img {
    max-width: 56px;
    max-height: 56px;
    width: auto !important;
}
.card-avatar {
    box-shadow: 0px 2px 15px #3A3A3A26 !important;
    height: 98px!important;
    width: 98px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.card {box-shadow: 0px 2px 15px #3A3A3A26 !important;}
.card .card-title {
    color: #191919;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    min-height: 66px;
}
.card-description {
    height: 110px;
    overflow: hidden;
}
.border-w {border-bottom: 1px solid #20201E;}
.btn-contact {
    background: #2F3BD2;
    border-radius: 3px;
    font-size: 15px;
    max-width: 210px;
    text-transform: initial;
    font-weight: 400;   
}
.btn-contact:hover, .btn-contact:focus, .btn-contact:active:focus, .btn-contact:active {color: #fff; background-color: #4952d0; }
.card-absolute {
    position: absolute;
    top: -170px;
    left: 0;
    right: 0;
}
.card-relative {
    position: relative;
    margin-bottom: 50rem;
}
.bot-icon img {
    height: 40px;
    width: auto;
}
.fontUp {font-size: 16px !important;}
.fontUp span {white-space: nowrap;}
.bg-theme {background: #313897;}
.bg-theme h2 {color: white;}
#main-sobre .bg-theme,
.main-produtos .bg-theme {
    min-height: 150px;
}
/*.shadowBox {
    box-shadow: 0px 2px 15px #3A3A3A26;
    border: 1px solid #e1e1e1;
    padding: 0.5rem;
	max-height: 200px;
    max-width: 100%;
}*/
.shadowBox {
    box-shadow: 0px 2px 5px #3A3A3A26;
    border: 1px solid #e1e1e1;
    padding: 0.5rem;
    /*max-height: 200px;*/
}
.gal.item {
	height: 200px;
    overflow: hidden;
    max-width: 300px;
    /*margin: 0 auto;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-content h3 {color: #000;}
.BotaoWpp {
    display: inline-block;
    z-index: 99999999;
    border-radius: 50px;
    text-transform: uppercase;
    transition: 0.7s all ease;
    bottom: 80px;
    right: 35px;	
    position: fixed;
}
#texto2 {
    display: none;
    color: white;
    background: #429864;
    padding: 30px 40px;
    border-radius: 15px;
}
#texto2 img {
    float: left;
    width: 17%;
    margin-right: 3px;
}
#texto2 a b,
#texto2 a {
    font-size: 14px;
    color: white!important;
}
#texto2 h5 {text-transform: capitalize;}