

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #13191F;
}

a {
    color: #da251c;
}

img {
    max-width: 100%;
    height: auto;
}
body {
  overflow: hidden; 
}
.section-content ul {
    list-style: inherit;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 2rem;
}
button a {
    color: #FFF;
}

.nav-item::after {
     content: '';
    width: 50%;
    height: 3px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}
@media(max-width: 992px){
  .nav-item {
    border-bottom: 1px solid #F1F1F1;
    position: relative;
    overflow: hidden;
  }
  .nav-item::after {
    width: 50px;
    left: 0;
    position: absolute;
    bottom: 0;
  }
}

.nav-item.active::after, .nav-item:hover::after {
   
    background: #da251c;
    
}

/*------Preloader--------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}
#preloader .inner {
    position: absolute;
    top: 50%; /* centralizar a parte interna do preload (onde fica a animaÃ§Ã£o)*/
    left: 50%;
    transform: translate(-50%, -50%);  
}
.preloader-content {
    left: 50%;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -25px;
}
.bolas > div {
  display: inline-block;
  background-color: #da251c;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: animarBola;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  
}
.bolas > div:nth-child(1) {
    animation-duration:0.75s ;
    animation-delay: 0;
}
.bolas > div:nth-child(2) {
    animation-duration: 0.75s ;
    animation-delay: 0.12s;
}
.bolas > div:nth-child(3) {
    animation-duration: 0.75s  ;
    animation-delay: 0.24s;
}

@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; 
  } 
}

/*------Default Settings-------*/
body{
    font-family: 'Lato', sans-serif;
}
ul,ol{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
a,a:hover,a:focus{
	text-decoration: none;
    outline: none;
}
/*------NAVBAR--------*/
.navbar-brand img {
    max-height: 60px;
}
.nav-link {
    text-transform: uppercase;
}

/*------Slider--------*/

.main_slider_area.owl-carousel .owl-stage-outer, .main_slider_area.owl-carousel .owl-stage, .main_slider_area.owl-carousel .owl-item{
    height: 100%;
}

.main_slider_table{
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}
.main_slider_cell{
    display: table-cell;
    vertical-align: middle;
    vertical-align: bottom;
    padding-bottom: 100px;
}
.main_slider_info{
        overflow: hidden;
    }
.main_slider_info h1, .main_slider_info h2{
    margin: 0;
    overflow: hidden;
}
.main_slider_info h5{
   color: #FFF;
   font-size: 30px;
   margin-bottom: 20px;
}
.main_slider_info h1{
    font-weight: 700;
    font-size: 48px;
    color: #FFF;
    margin-bottom: 22px;
}
.main_slider_info h2{
    font-weight: 700;
    font-size: 48px;
    color: #da251c;
    margin-bottom: 10px;
}
.main_slide{
    height: 100%;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}
.main_slider .owl-dots{
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.main_slider_area .owl-dot {
    width: 20px;
    height: 20px;
    background: rgba(253,253,253,0.5);
    display: inline-block;
    margin: 5px;
    border-radius: 5px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}
.main_slider_area .owl-dot.active, .main_slider_area .owl-dot:hover {
    background: #da251c;
}
.main_slider_info.whitee h5,.main_slider_info.whitee h1{
    color: #fff;
}

.main_slide::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: 
    #000;
    top: 0;
    left: 0;
    opacity: .45;
}
.btn {
    background: #da251c;
    padding: 10px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
    border-color: #da251c;
}
.btn:hover {
    background: #971d17;
    border: #971d17;
    
}
.btn a{ color:#FFF; font-size: 16px; line-height: 100%;}
/*CONTEUDO*/
.section-content {  margin: 4rem 0; }
/*FOOTER*/
footer {background: #1a1a1a;}
.contactos_area { background: #da251c; color: #FFF; text-align: center;  font-size: 18px; line-height: 24px;}
.contactos_descricao i { font-size: 50px; line-height: 100%; margin-bottom: 1rem;}
.contactos_descricao a{ color: #FFF;}
.footer_top {color: rgba(255,255,255,0.5); font-size: 14px; line-height: 20px;}
.footer_top p{ margin: 0;}
.footer_top h2 { color: #FFF; font-size: 18px; line-height: 26px; text-transform: uppercase; margin-bottom: 1rem;}
.links a { color: rgba(255,255,255,0.5); }
.links i { color: #FFF; margin-right: 5px; }
.footer_bottom {color: rgba(255,255,255,0.5); font-size: 12px; }
.social_media ul{}
.social_media li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 8px 0 0;
}
.social_media li a {
    display: block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    margin: 0;
    border-radius: 4px;
    border: 0;
    background: transparent;
    color: #333;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid;
}
.social_media li a:hover{ background: #FFF;}

/*===================================================
                  BREADCREUMB
===================================================*/

.breadcrumb {
    background: 
    #da251c;
    position: relative;
    padding: 20px;
    margin-top: -33px;
    z-index: 99;
}
.item-breadcrumb, .item-breadcrumb a {
    font-size: 18px;
    line-height: 20px;
    color: 
    #FFF;
}
.item-breadcrumb i.fa-chevron-right {
    margin-right: 10px;
    margin-left: 5px;
    font-size: 14px;
}
.fundo-cinza {
    background:#f7f7f7;
    padding: 10px 30px 0;
    border-radius: 10px;
    height: 100%;
}
/*LISTA*/
.box-shadow {
    box-shadow: 0 0px 30px rgba(0,0,0,0.09);
    padding: 40px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.software .box-shadow {border-radius: 10px;}
.software .logo { width: 100%; height: 120px; overflow: hidden; margin-bottom: 15px;}
.logo img { max-width: 100%; max-height: 120px; margin: auto; }
.software h2 { color: #363636; font-style: normal; font-weight: 500; line-height: 26px; font-size: 17px; text-transform: uppercase;}
.software .resumo { font-weight: normal; line-height: 1.5; color: #626262; font-size: 14px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.align-middle{ display: table-cell;}
.software:hover .box-shadow {  box-shadow: 0 0px 30px rgba(0,0,0,0.3);}
/**/
.btn.voltar {
    color: #FFF;
}

.produto.box-shadow:hover {  box-shadow: 0 0px 30px rgba(0,0,0,0.3);}
.produto {
    background: #da251c;
    border-radius: 10px;
    overflow: hidden;
}
.produto .content h2 {
    color: #FFF;
    padding: 20px;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0;
}
/**
@media (min-width:1250px){
    .container, .container-lg, .container-md, .container-sm, .container-xl{max-width:1200px;}
}
/** MENU TOGGLE **/
.container-menu-toggle {
    position: fixed;
    bottom: 30px;
    right: 60px;
    z-index: 10;
}

.menu-toggle .fa {
    color: #fff;
    font-size: 2em;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.menu-line {
    position: absolute;
    z-index: 2;
}

.menu-toggle {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background-color: #da251c;
    /* box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);*/
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.24);
    position: absolute;
    z-index: 5;
    bottom: 0;
    right: 0;
    display: table;
    text-align: center;
    cursor: pointer;
}

    .menu-toggle .fa {
        color: #fff;
        font-size: 2em;
        display: table-cell;
        vertical-align: middle;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    /*.menu-toggle.open .fa {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }*/
    .menu-toggle.open .fa {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

.btn-app {
    width: 2.5em;
    height: 2.5em;
    border-radius: 5px;
    position: absolute;
    background-color: #000000;
    color: #fff;
    text-align: center;
}

    .btn-app .fa {
        line-height: 2.5em;
    }

.open .btn-app {
    box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);
}


.menu-line {
    position: absolute;
    z-index: 2;
}

    .menu-line .btn-app {
        bottom: 0.5em;
        right: 0.7em;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
        cursor: pointer;
    }

.btn-app a {
    color: #FFF;
}

.menu-line.open .btn-app:nth-of-type(1) {
    bottom: 4.5em;
}

.menu-line.open .btn-app:nth-of-type(2) {
    bottom: 7.75em;
}

.menu-line.open .btn-app:nth-of-type(3) {
    bottom: 10.75em;
}

.menu-line.open .btn-app:nth-of-type(4) {
    bottom: 13.75em;
}

.menu-line.open .btn-app:nth-of-type(5) {
    bottom: 16.75em;
}

.menu-line.open .btn-app:nth-of-type(6) {
    bottom: 19.75em;
}

.menu-line.open .btn-app:nth-of-type(7) {
    bottom: 22.75em;
}

.menu-line.open .btn-app:nth-of-type(8) {
    bottom: 25.75em;
}

.btn-app:hover .mensagem {
    width: auto;
    opacity: 1;
    height: auto;
    padding-right: 50px;
    padding-left: 20px;
    font-size: 16px;
    min-width: 220px;
}

.mensagem {
    background: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    text-align: left;
    z-index: -1;
    line-height: 16px;
    padding: 9px 0 15px 0;
    padding-right: 0px;
    padding-left: 0px;
    opacity: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    max-height: 45px;
    font-size: 0px;
    transition: font-size .4s ease-in-out;
    -webkit-transition: font-size .4s ease-in-out;
    -moz-transition: font-size .4s ease-in-out;
    -ms-transition: font-size .4s ease-in-out;
    -o-transition: font-size .4s ease-in-out;
}
/*END MENU TOOGLE*/

.bg_map.w-100 {
    position: relative;
    overflow: hidden;
    margin-top: 54px;
}
.container-map {
    margin-top: -54px;
}
.container-map .embed-responsive-16by9::before {
    padding-top: 25%;
}
@media(max-width: 992px){
  .container-map .embed-responsive-16by9::before {
      padding-top: 40%;
  }
}
@media(max-width: 768px){
  .container-map .embed-responsive-16by9::before {
      padding-top: 56%;
  }
}
@media(max-width: 528px){
  .container-map .embed-responsive-16by9::before {
      padding-top: 85%;
  }
}
.menu-footer li:nth-child(4n), .menu-footer li:nth-child(5n), .menu-footer li:nth-child(6n) {
    margin-top: 1rem;
}
.bg-cover {
  object-fit: cover;
   object-position: top;
}

.content-area-reservada ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-area-reservada ul li:before {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f064";
  padding-right: 10px;
}
.content-area-reservada ul li {
  margin: 15px 10px;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 20px;
}
button.logout {
  text-transform: uppercase;
  font-size: 23px;
  line-height: 50px;
  /*! padding: 20px; */
}
button.logout i{
  font-size: 30px;
  line-height: 50px;
}