
/******************************************************************
 RESET CSS - Normalize
******************************************************************/


html, body { width: 100%; margin: 0px; padding: 0px; overflow-x: hidden; font-size: 0.95rem; font-weight: 100; background: #fffdfa; }
b { font-weight: 700; }
body { overflow-y: hidden; }
.scroll-blocked { overflow: hidden; } 
h1, h2 { font-family: 'Sen'; margin: 0; padding: 0; border: 0; resize: none;  }
body, img, p, h1, h2, h3, h4, h5, fieldset { font-family: 'Lato', sans-serif; margin: 0; padding: 0; border: 0; resize: none;  }
h3 { font-weight: 100; font-size: 40px; }
html.no-scroll { overflow-y: hidden!important; }
a, a:hover, a:visited, a:focus { text-decoration: none !important; }
input[type=submit] { cursor: pointer; }
*:focus { outline: none; }
::selection { color: #eee; background: #000; }
::-moz-selection { color: #eee; background: #000; }
._v-align { display: inline-block; vertical-align: middle; line-height: normal; }
.relative { position: relative; }
.unstyled { background: none; border: 0; box-shadow: none; list-style: none; margin: 0; padding: 0; line-height: normal; }
.uppercase { text-transform: uppercase; }
h1 { font-weight: 100; margin-bottom: 20px; font-size: 60px; color: #000; }
h2 { font-weight: 100; margin-bottom: 20px; font-size: 50px; color: #000; }
h3, h4, h5, h6 { font-weight: 100; }

p { font-size: 20px; text-align: left; }
a {
  color: rgb(244,173,25);
}
a:hover {
  color: #e45130;
}
.btn-default {     
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  border: solid 2px rgb(244, 173, 25) !important;
  /* background: linear-gradient(90deg, rgba(228,81,48,0.5) 0%, rgba(244,173,25,0.5) 50%); */
  border-radius: 30px;
  padding: 10px 30px 10px 30px;
  -moz-transition: all 0.2s; -o-transition: all 0.2s; -webkit-transition: all 0.2s; transition: all 0.2s; }

.btn-default:hover { 
  color: #ffffff;
  border: solid 2px #e45130 !important;
  /* border: solid 2px #f4ad19 !important; */
}

.lotacaomaxima {
    background: #e45130;
    color: #fff !important;
    border: solid 2px #e45130 !important;
}
a { -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }
a:focus, a:visited { border: none; }

body .transition-regular { -moz-transition: all 1s; -o-transition: all 1s; -webkit-transition: all 1s; transition: all 1s; }
body .transition-fast { -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }
body .transition-very-fast { -moz-transition: all 0.2s; -o-transition: all 0.2s; -webkit-transition: all 0.2s; transition: all 0.2s; }
.navbar-toggler { border: unset; }
button:focus { outline: unset; }

button.success {
  background-color: rgb(32 121 3) !important;
  border-color: rgb(32 121 3) !important;
}
button.success:hover {
    border-color: rgb(32 121 3) !important;
}
.centro-info-btn {
    background-color: rgb(244,173,25);
    color: #ffffff;
    padding: 6px 12px 6px 12px;
    border-radius: 20px;
    margin-left: 20px;
    margin-top: 10px;
}
.form-control {
  border: 1px solid transparent;
  border-radius: 30px;
  background-color: #eee;
  font-size: 15px;
  padding: 15px;
  margin-bottom: 10px;
  -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;
}
textarea.form-control { border-radius: 22px; }
.form-control:focus {
  background-color: #ddd;
  box-shadow: none;
}
input {
  background: #e8e8e8;
  border: none;
  padding: 10px 30px 10px 30px;
  font-size: 20px;
  font-weight: 100;
  border-radius: 30px;
  display: inline-block;
}
#gdpr-cookie-message { right: unset !important; left: 30px !important; }

#popup .modal-body {
  padding: unset !important;
}
#popup .modal-content {
  border-radius: 14px !important;
  overflow: hidden;
}
#popup video {
  margin-bottom: -10px;
}
.loader { position: fixed; top: 0; bottom: 0; left: 0; right: 0; height: 100vh; width: 100vw; background: #444; z-index: 9999999999; background: #111111; background: #111111fe; }
.loader-holder { 
  height: 120px; width: 120px;      margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
a.vermais {  
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  color: #e45130;
}

#main {
  position: relative;
  z-index: 2;
}

#main p { font-size: 16px; text-align: justify; }
#main ul li { font-size: 16px; text-align: justify; }

/*--------------------------------- HEADER ------------------------------------*/
header {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
}
.navbar-nav .nav-link {
  color: #ffffff !important;
}
.navbar-brand {
  margin: auto;
  max-width: 240px;
}
.navbar-brand img {
  width: 240px;
}
.navbar {
  padding-top: 30px !important;
  padding-bottom: 10px !important;
}
.navbar .nav-item {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.navbar .nav-link {
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
.navbar .nav-link::after {
  height: 1px;
  width: 0;
  font-size: 0;
  position: absolute;
  display: block;
  opacity: 1;
  content: '.';
  bottom: 4px;
  background: rgb(228,81,48);
  background: linear-gradient(90deg, rgba(228,81,48,1) 0%, rgba(244,173,25,1) 50%);
  transition: width 0.6s;
  left: 0;
}
.navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar .nav-link:hover:after, .nav-link.active:after {
  width: 100%;
  background: rgb(228,81,48);
  background: linear-gradient(90deg, rgba(228,81,48,1) 0%, rgba(244,173,25,1) 50%);
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar img.logo-preto { display: none; }
.navbar.scrolled {
  background: rgb(255, 255, 255);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.8);
  padding-top: 10px !important;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25)
}
.navbar.scrolled .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar.scrolled a { color: #000000 !important; }
.navbar.scrolled img.logo-branco { display: none; }
.navbar.scrolled img.logo-preto { display: inline-block; }

.multi-country { 
  position: absolute;
  right: -170px;
  bottom: 23px;
  background: #ffffff;
  padding: 4px 40px 4px 12px;
  border-radius: 20px;

  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25)  
}
.fast-link {
  bottom: -17px;
  right: -35px;
  position: absolute;
  background: rgb(244,173,25);;
  padding: 6px 40px 6px 12px;
  border-radius: 20px;

  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25)  
}
.fast-link a {
  color: #000;
  width: unset;
}

.multi-country:hover {
  right: -40px;
}

.multi-country a { 
  margin-right: 10px;
  display: inline-block;
  width: 30px;
}
.multi-country .change-svg {
  transform-origin: center;
  transform:rotate(0deg);
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.multi-country:hover .change-svg {
  transform-origin: center;
  transform:rotate(-360deg);
}
.multi-country .change-svg:before { 
  content:'';
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.69 17.21'%3e%3ctitle%3eAtivo 7%3c/title%3e%3cg id='Camada_2' data-name='Camada 2'%3e%3cg id='Layer_1' data-name='Layer 1'%3e%3cpath d='M1.58,7.35a.4.4,0,0,0,.32,0L5.1,5.88a.41.41,0,0,0-.33-.74l-2.25,1a7.91,7.91,0,0,1,15.12.5.41.41,0,0,0,.5.29.42.42,0,0,0,.3-.5,8.74,8.74,0,0,0-16.7-.56L.8,3.54a.41.41,0,0,0-.52-.27A.42.42,0,0,0,0,3.79s0,0,0,0L1.35,7.12A.4.4,0,0,0,1.58,7.35Z'/%3e%3cpath d='M19.66,13.4s0,0,0,0l-1.3-3.28a.41.41,0,0,0-.56-.22l-3.2,1.46a.4.4,0,0,0-.22.53.41.41,0,0,0,.54.22h0l2.24-1A7.92,7.92,0,0,1,2,10.55a.4.4,0,0,0-.5-.29.42.42,0,0,0-.29.5,8.74,8.74,0,0,0,16.7.56l.94,2.35a.41.41,0,0,0,.53.25A.4.4,0,0,0,19.66,13.4Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); 
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  top: 1px;
}
/*------------------------------- END HEADER ----------------------------------*/

/*------------------------------- SEPARADOR -----------------------------------*/
.bottom-header { 
  position: absolute; 
  bottom: -1px; 
  max-height: 160px;
  z-index: 1; 
}
.separador {
  position: relative;
}
.separador img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.separador .page-slogan-other {
  position: absolute;
  bottom: 80px;
  font-size: 50px;
  color: #ffffff;
  z-index: 9;
}    
.sep-solucao .sol-icone {
  display: inline-block;
  height: 120px;
  width: 120px;
  margin-right: 20px;
}
.sep-solucao .sol-icone img {
  object-fit: contain;
  height: 120px;
  vertical-align: bottom;
}
.sep-solucao .sol-info {
  display: inline-block;
}
.separador .page-slogan-other p {
  width: 600px;
}
.separador:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #00000099;
      background-color: #000000;
    opacity: 0.6;
    filter: alpha(opacity=90);
}
/* .separador:after {
  content: "";
  background-image: url(/app/default/assets/addons/default/gama/gama-theme/resources/img/bottom-header.svg);
  background-size: contain;
  background-position: bottom;
  width: 101%;
  position: absolute;
  left: -3px;
  bottom: -2px;
  right: -2px;
  z-index: 2;
  height: 190px;
  background-repeat: no-repeat;
} */

.page-content { margin: 50px auto; }

.solucao-page h6{ font-weight: 400; }
.solucao-page a { color:#000; font-size: 16px; margin-right: 10px; }
.solucao-page a:hover { color: #000; }
.solucao-page a i { 
  color: #f9a220;
  margin-left: 10px;
}
.solucao-page a.askinfo {
  background: linear-gradient(90deg, rgb(246 89 54) 0%, rgb(240 174 38) 50%);
  border: 0px solid transparent !important;
  color: #fff;
  padding: 11px 30px 11px 30px;
}
.sol-galeria a { display:block; }
.sol-galeria img {
    height: 130px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.box-input { float: right; margin-bottom: 10px; }
.box-input input { display: none; }
.box-input svg { fill: #fff; }
.box-input span { padding-left: 10px; }
/*------------------------------ END SEPARADOR --------------------------------*/

/*--------------------------------- BANNER ------------------------------------*/
/* .banner:after {
  content: "";
  background-image: url(/app/default/assets/addons/default/gama/gama-theme/resources/img/bottom-header.svg);
  background-size: contain;
  background-position: bottom;
  width: 101%;
  position: absolute;
  left: -3px;
  bottom: -1px;
  right: -2px;
  z-index: 2;
  height: 190px;
  background-repeat: no-repeat;
} */
.banner-wrapper {
  position: relative;
}
.banner .item {
  height: 75vh;
}
.owl-carousel .owl-item img {
  object-fit: cover;
  height: 100%;
}
.owl-carousel .owl-prev { opacity: 0; }

.owl-nav .disabled { display: none; }
.banner-wrapper .owl-item:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #00000099;  
      background-color: #000000;
    opacity: 0.6;
    filter: alpha(opacity=90);
}
.banner .slide-info { 
  position: absolute;
  /* top: 250px; */
  top: 30%;
  left: 0;
  right: 0;
  z-index: 3;
}
.banner .slide-info h2 { 
  color: #fff;
}
.banner .slide-info p { 
  color: #fff;
}
.banner .slide-info-wrapper { width: 500px; }

.banner .slide-info .btn-default { margin-top: 20px; font-weight: 100; }
.banner-wrapper .owl-carousel .owl-nav .owl-prev { position: absolute;  top: 0;  bottom: 0;  left: 150px; z-index: 3; }
.banner-wrapper .owl-carousel .owl-nav .owl-next { position: absolute;  top: 0;  bottom: 0;  right: 150px; z-index: 3; }
.banner-wrapper .owl-carousel .arrowowl { height: 40px; opacity: 0.5; }
/*------------------------------- END BANNER ----------------------------------*/

/*--------------------------------CATEGORIAS-----------------------------------*/
.solucoes { z-index: 2; position: relative; }
.solucoes .section-title { font-weight: 700; font-size: 70px; }
#softwaretyper { display: inline-block; font-weight: 100; }

.categoria {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.categoria:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #00000099;
        background-color: #000000;
    opacity: 0.6;
    filter: alpha(opacity=90);
}
.categoria .categ { height: 260px; object-fit: cover; width: 100%; }
.categoria h4 { 
  position: absolute;
  z-index: 2;
  color: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 35px;
  font-weight: 100;
  height: 46px;
  width: max-content;
  width: fit-content;
  text-align: center;
  pointer-events: none;
}

.categoria .solucoes {     
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 50px;
  top: 0;
  height: 70px;
  z-index: 1;
  margin: auto; 
  opacity: 0;
}

.categoria .solucoes h5 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 100;
  opacity: 0;
  position: absolute;
  left: -100px;
  right: -100px;
  margin: auto;
}
.categoria .solucoes .sol { 
  display: block; 
  position: relative;
  pointer-events: none;
}
.categoria .solucoes .sol img {     
  height: 70px;
  object-fit: contain; 
}

/*CATEGORIAS SOLUÇOES ANIMATION*/
.categoria:hover h4 {
  bottom: 170px;
}
.categoria:hover .solucoes {
  opacity: 1;
  bottom: 0;
}
.categoria .sol:hover img { height: 90px; }
.categoria .sol:hover h5 { opacity: 1; }
.categoria .sol:hover ~ .categoria h4 { opacity: 0; }

/*----------------------------- END CATEGORIAS --------------------------------*/

/*------------------------------- DIAGNOSTICO ---------------------------------*/
.diagnostico { 
  position: relative;
  background: #282828;
  z-index: 1;
}
.diagnostico .container {
  padding-top: 70px;
}
.diagnostico h6 {
  display: inline-block;
  font-size: 35px;
  color: #ffffff;
  margin-right: 20px;
}
.diagnostico a {
  vertical-align: top;
}

.bottom-diagnostivo { margin-bottom: -55px; }
/* .diagnostico:before {
  content: "";
  background-image: url(/app/default/assets/addons/default/gama/gama-theme/resources/img/top_diagnostico.svg);
  background-size: contain;
  background-position: bottom;
  width: 100%;
  position: absolute;
  left: 0;
  top: -120px;
  right: 0;
  z-index: 2;
  height: 330px;
  background-repeat: no-repeat;
}
.diagnostico:after {
  content: "";
  background-image: url(/app/default/assets/addons/default/gama/gama-theme/resources/img/bottom_diagnostico.svg);
  background-size: contain;
  background-position: bottom;
  width: 101%;
  position: absolute;
  left: -2px;
  bottom: -90px;
  right: -2px;
  z-index: 2;
  height: 240px;
  background-repeat: no-repeat;
} */

.diagnostico-svg:after {
  content: "";
  background-image: url(/app/default/assets/addons/default/gama/gama-theme/resources/img/diagnostico-svg.svg);
  background-size: contain;
  background-position: bottom;
  width: 130px;
  position: absolute;
  bottom: 0;
  top: 180px;
  right: 5%;
  z-index: 4;
  height: 190px;
  background-repeat: no-repeat;
}

/*----------------------------- END DIAGNOSTICO -------------------------------*/



/*------------------------------- NOTÍCIAS ------------------------------------*/

.noticias { 
  margin: 130px auto 70px;
  position: relative;
  z-index: 2;
}
.noticias h2, .noticias a.vermais { display: inline-block; }



.noticia img { 
  height: 240px;
  object-fit: cover;
  border-radius: 10px; 
  width: 100%;
}
.breadcrumb {
  font-size: 18px;
  margin-bottom: 5px;
}
.noticia {
  color: #000;
  margin-bottom: 50px;
}
.noticia h4 { 
  font-size: 20px;
  font-weight: 700; 
  margin-top: 3px;
}
.noticia img { 
  -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;
  filter:brightness(1);
}
.noticia a, .noticia a:hover { display: block; color: #000000; }

.noticia .linkimg { margin-bottom: 6px; }
.noticia a.noti-categoria { float: right; color: #e45130; }
.noticia p { font-size: 16px; }
.noticia .lermais {
  font-size: 16px;
  float: right;
  margin-top: 6px;
  color: #e45130;
}
.noticia:hover img { filter:brightness(0.5); }
.filtros {
  margin-bottom:30px;
}

.filtros .navbar-nav::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.filtros .navbar-nav::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.filtros .navbar-nav::-webkit-scrollbar-thumb {
  background: rgb(244,173,25) !important;
  border-radius: 20px;
}

.filtros .navbar-nav {
  flex-direction: row;
  overflow-x: scroll;
}
.filtros li {
  margin-right: 20px;
}
.filtros li .btn-default {
  color: #000;
  border-color: transparent !important;
}
.filtros li .btn-default.active {
  border-color: rgb(244,173,25) !important;
}


.categorias-page .categoria .solucoes {
  opacity: 1;
  bottom: 0;
}
.categorias-page .categoria h4 {
  bottom: 170px;
  right: unset;
  left: 30px;
}
.categorias-page .categoria .sol {
  pointer-events: initial !important;
}
.categorias-page .categoria .sol h5 {
  opacity: 1;
}
.categorias-page .categoria .solucoes h6 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 100;
  opacity: 1;
  position: absolute;
  left: -100px;
  right: -100px;
  top: 105px;
  margin: auto;
  width: calc(100% - 120px);
}
.categorias-page .categoria .solucoes .sol:hover h6 {
  opacity: 0;
}
.diagnostico-blank { margin: 50px auto; }
.diagnostico-blank h6 {
  display: inline-block;
  font-size: 35px;
  color: #000;
  margin-right: 20px;
}
.diagnostico-blank .btn-default { color: #000; vertical-align: top; }
/*----------------------------- END NOTÍCIAS ----------------------------------*/

/*------------------------------- FORMAÇÕES ------------------------------------*/

.formacoes h2, .formacoes a.vermais { display: inline-block; }
.formacoes h2 { color: #ffffff; }
.formacoes {
  position: relative;
  background: #282828;
  z-index: 1;
}
.formacoes .container {
  padding-top: 70px;
}
.formacoes li a { color: #ffffff; }
.formacoes .lista-formacoes { margin-top: 20px; }
.formacoes-page .lista-formacoes img { border-radius: 8px; }
.formacoes ul {
  padding-left: 0px;
}
.formacoes li {
  list-style: none;
  margin-bottom: 30px;
}
.formacoes .top-formacao-info { 
  color: #e45130; 
  font-size: 16px;
}
.formacoes .btn-default { padding: 6px 30px 6px 30px; }
.formacoes .verprograma { color: #e45130; }
.formacao-page p { text-align: initial !important;}
.formacao-page h4 { margin-bottom: 10px !important; }
.formacao-page img {
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
}
.formacao-page ul {
  list-style-position: inside;
  padding-left: 0px;
}

/* .formacoes:before {
  content: "";
  background-image: url(/app/default/assets/addons/default/gama/gama-theme/resources/img/top-formacao.svg);
  background-size: contain;
  background-position: bottom;
  width: 100%;
  position: absolute;
  left: 0;
  top: -200px;
  right: 0;
  z-index: 2;
  height: 350px;
  background-repeat: no-repeat;
}
.formacoes:after {
  content: "";
  background-image: url(/app/default/assets/addons/default/gama/gama-theme/resources/img/bottom-formacao.svg);
  background-size: contain;
  background-position: bottom;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -100px;
  right: 0;
  z-index: 2;
  height: 280px;
  background-repeat: no-repeat;
} */
.clipcontainer {
  position: relative;
  width: min-content;
  pointer-events: none;
}
.filoclipimg {
  clip-path: url(#filoclip);
  -webkit-clip-path: url(#filoclip);
  position: absolute;
  right: 5%;
  object-fit: cover;
  object-position: center;
  width: 600px;
  height: 600px;
}
.formaclip {
  position: absolute;
  right: 0;
  top: 190px;
  bottom: 0;
  z-index: 100;
}

.contact-page h3 {
  margin-bottom: 20px;
}
.contact-page h6 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.contact-page .contactinfo { font-size: 18px; font-weight: 400;  }
.contact-page .contactinfo a { font-size: 16px; font-weight: 100; margin-bottom: 10px; display: block; color: #e45130; }
.contact-page .contactinfo a:hover { color: rgb(244,173,25); }

#main .noticia-page img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
}
#main .noticia-page p {
  line-height: 30px;
}
.noticias-page .pagination {
  float: right;
}
.noticias-page .page-item.active .page-link {
    color: #fff;
    background-color: rgb(228,81,48);
    border-color: rgb(228,81,48);
    -webkit-box-shadow: 0 2px 5px 0  rgba(228,81,48,0.1), 0 2px 10px 0 rgba(228,81,48,0.1);
    box-shadow: 0 2px 5px 0  rgba(228,81,48,0.1), 0 2px 10px 0 rgba(228,81,48,0.1);
}
.noticias-page .page-link {
  color: #000;
  border-radius: 20px;
  padding: .25rem 12px;
  border: none;
  margin-left: 4px !important;
  font-size: 18px !important;
  background-color: transparent;
}
.noticias-page .page-link:focus, .page-link:hover {
  background-color: #e9ecef;
  outline: 0;
  box-shadow: unset;
}
.noticias-page .page-item:last-child .page-link {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.noticias-page .page-item:first-child .page-link {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
/*----------------------------- END FORMAÇÕES ------------------------------------*/

/*-------------------------------NEWSLETTER --------------------------------------*/
.grecaptcha-badge { z-index: 99; bottom: 100px !important; }
.newsletter { margin: 70px auto; position: relative; z-index: 1; }
.newsletter h3 { margin-bottom: 30px; }
.newsletter .mc-field-group { display: inline-block; margin-right: 10px; }
.newsletter .btn-default { 
  display: inline-block;
  background: rgb(228,81,48);
  background: linear-gradient(90deg, rgba(228,81,48,1) 0%, rgba(244,173,25,1) 50%);
  border: none !important;
}
.newsletter:after {
  content: "";
  background-image: url(/app/default/assets/addons/default/gama/gama-theme/resources/img/newsletter.svg);
  background-size: contain;
  background-position: bottom;
  width: 250px;
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 2;
  height: 190px;
  background-repeat: no-repeat;
}
#mc_embed_signup_scroll .inputnewsletter { display: inline-block !important; }
/*--------------------------------- END NEWSLETTER -----------------------------------*/

/*------------------------------------- SOBRE ----------------------------------------*/
.anosdeexperiencia {
  position: relative;
}
.anosdeexperiencia:before {
  content: '';
  position: absolute;
  background-image: url(/app/default/assets/addons/default/gama/gama-theme/resources/img/sobre.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 380px;
  height: 380px;
  left: 30px;
}

.anos {
  font-size: 36px;
  line-height: 34px;
  background: -webkit-gradient(linear,left top, right top,from(rgb(244,173,25)),to(rgb(228,81,48)));
  background: linear-gradient(90deg,rgb(244,173,25),rgb(228,81,48));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 220px;
  top: 150px;
  text-align: right;
}
.anos b {
  background: -webkit-gradient(linear,left top, right top,from(rgb(244,173,25)),to(rgb(228,81,48)));
  background: linear-gradient(90deg,rgb(244,173,25),rgb(228,81,48));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 70px;
}
.razoesescolha { 
  min-height: 500px;
  position: relative;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
}
/* .razoesescolha:before {
  content: "";
  background-image: url(/app/default/assets/addons/default/gama/gama-theme/resources/img/razoes_top.svg);
  background-size: contain;
  background-position: bottom;
  width: 100%;
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  z-index: 2;
  height: 170px;
  background-repeat: no-repeat;
} */
/* .razoesescolha:after {
  content: "";
  background-image: url(/app/default/assets/addons/default/gama/gama-theme/resources/img/razoes_bottom.svg);
  background-size: contain;
  background-position: bottom;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  z-index: 2;
  height: 200px;
  background-repeat: no-repeat;
} */
.headrazoes {
  width: 500px;
  margin: auto;
  text-align: left;
  position: relative;
  font-weight: 700;
  padding-top: 90px;
  color: #ffffff;
}
.headrazoes:after {
  content: "";
  background-image: url(/app/default/assets/addons/default/gama/gama-theme/resources/img/razaoico.svg);
  background-size: contain;
  background-position: bottom;
  width: 70px;
  position: absolute;
  top: 85px;
  right: 50px;
  z-index: 2;
  height: 70px;
  background-repeat: no-repeat;
}
.nrazoes {
  display: inline-block;
  font-size: 70px;
  line-height: 70px;
}

.restrazoes {
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  margin-left: 10px;
}
.descrazoes {
  font-size: 18px;
  font-weight: 100;
}

.asrazoes {
  color: #ffffff;
  margin-top: 70px;
  padding-bottom: 100px;
}
.asrazoes .arazao { margin-bottom: 50px; }
.asrazoes .razaoico {
  height: 70px;
  width: 70px;
  display: inline-block;
  vertical-align: top;
}
.asrazoes .razaoico img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.asrazoes .razaoinfo {
  display: inline-block;
  width: calc(100% - 100px);
  margin-left: 20px;
}
.asrazoes .razaotitle {
  font-weight: 700;
  text-transform: uppercase;
}
.clientesreferencia .item img {
  height: 100px;
  object-fit: contain;
  width: 100%;
}

.clientesreferencia .owl-nav svg {
  height: 20px;
}

.clientesreferencia .owl-prev {
  position: absolute;
  left: -60px;
  top: 0;
  height: 100%;
}
.clientesreferencia .owl-next {
  position: absolute;
  right: -60px;
  top: 0;
  height: 100%;
}
.clientesreferencia .owl-carousel { margin-top: 40px; }

.clientesreferencia {
  margin: 50px auto;
}

.testemunhos {
  margin: 50px auto;
}

.testemunhos .testbox {
  background-color: #f4f4f4;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
}

.testemunhos .testbox svg {
  position: absolute;
  height: 80px;
  right: 20px;
  top: 20px;
}

.testemunhos .testbox .nome {
  font-weight: 700;
  font-size: 26px;
}
.testemunhos .testbox .statement {
  margin-top: 20px;
}

.testemunhos h3.section-title { margin-bottom: 30px; }

.demonstracao {
  margin-top: 50px;
}
.demonstracao h3 {
  display: inline-block;
}
.demonstracao a {
  display: inline-block;
  vertical-align: super;
  margin-left: 20px;
}
.demonstracao-page .sol-ico {
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
.demonstracao-page .sol-ico img {
  max-width: 30px;
  height: 30px;
}
.recrutamento a {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  margin-left: 20px;
  margin-top: -10px;
}
.recrutamento a:hover { color: #000; }

.lista-formacoes ul {
  padding-left: 0px;
}
.lista-formacoes li {
  list-style: none;
  margin-bottom: 20px;
  text-align: initial !important;
}
.lista-formacoes .top-formacao-info {
  color: #e45130;
  font-size: 16px;
}
.formacao-page .lista-formacoes h5, .formacoes-page .lista-formacoes h5 { color: #000; }
.lista-formacoes .verprograma {
  color: #e45130;
}
.formacao-page .lista-formacoes .btn-default, .formacoes-page .lista-formacoes .btn-default {
  padding: 6px 30px 6px 30px;
  color: #000;
}

.downloads-page .nav-pills .nav-link {
  font-size: 18px;
  padding: 15px 25px;
  color: #000;
}
.downloads-page .tab-content>.tab-pane {
    max-height: 800px;
    overflow-y: auto;
}
.downloads-page .nav {
  background-color: #f2f2f2;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.downloads-page .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #e45130;
  background-color: #ededed;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.downloads-page .nav-pills .show>.nav-link:first-child,.downloads-page .nav-pills .show>.nav-link:last-child {
  border-top-left-radius: 15px;
}
.downloads-page .nav-pills .nav-link:last-child {
  border-bottom-right-radius: 15px;
}

.downloads-page .tab-content {
  width: 100%;
  background-color: #ededed;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.downloads-page .sol-sec {
  padding: 20px;
}
.downloads-page .sol-ico {
  display: inline-block;
  margin-right: 10px;
}
.downloads-page .sol-ico img {
  height: 35px;
  width: 35px;
  object-fit: contain;
}
.downloads-page .sol-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
.downloads-page .sol-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
.downloads-page .sol-info h4 {
  font-weight: 700;
}
.downloads-page .sol-info p {
  font-size: 18px;
}
.downloads-pane {
  margin: 20px;
}
.download-self svg { 
  height: 18px;
  max-width: 18px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: sub;
}
.download-self .versao .v-reg {
  display: inline-block;
  font-weight: 400;
}
.download-self .down-info, .download-self .down-file, .download-self .down-name, .download-self .down-size, .download-self .down-date, .download-self .down-action, .download-self .down-data {
  display: inline-block;
  margin-right: 15px;
}
.download-self .down-info a {
  color: #000
}
/* .download-self .down-aviso {
  position: absolute;
  background: #333;
  color: #fff;
  width: 500px;
  padding: 10px 16px;
  border-radius: 10px;
} */
/* .download-self .down-info:hover .down-aviso {
  display: block;
} */
.download-self td {
  vertical-align: bottom;
}
.download-self .down-action {
  color: #e45130;
  border: none;
  font-weight: 100;
}
.download-self .down-action:disabled {
  color: #b2b2b2;
}
.download-self .down-action:disabled .dl {
  fill: #b2b2b2;
}
.spacer {
  height: 15px;
}
@media (min-width: 576px){
  .modal-download .modal-dialog {
      max-width: 500px;
      margin: 10.75rem auto;
  }
  #popup .modal-dialog {
    max-width: 700px;
    margin: 10.75rem auto;
  }  
}
.modal-download .modal-content { border-radius: 15px; }
.modal-download .modal-body p { font-size: 16px; }
.modal-download .modal-footer { border-top: none; }
.modal-download svg { 
  height: 25px;
  max-width: 25px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: sub;
}
.modal-download a {
  color: #e45130;
  font-size: 20px;
  margin-right: 20px;
}

/*----------------------------------- END SOBRE --------------------------------------*/ 
.loadersave { display: inline-block; display: none; }
.sendarrow { width: 24px; } 
.circle-loader-popup-save {
  border: 2px solid transparent;
  border-left-color: #fff;
  border-top-color: #fff;
  animation: loader-spin 1s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.checkmarkright-holder {
  position: relative;
  width: 20px;
  height: 10px;
  margin-left: 10px;
  display: inline-block;
}
.checkmarkright, .checkmarkright-save {
	display: none;
}
.checkmarkright-save.draw:after {
	animation-duration: 800ms;
	animation-timing-function: ease;
	animation-name: checkmarkright-save;
	transform: scaleX(-1) rotate(135deg);
}
.checkmarkright-save:after {
    opacity: 1;
    height: 20px;
    width: 10px;
    transform-origin: left top;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: '';
    top: 6px;
    left: 0;
    position: absolute;
}
@keyframes loader-spin {
	0% {
		transform: rotate(0deg);
   }
	100% {
		transform: rotate(360deg);
   }
}
@keyframes checkmarkright-save {
	0% {
		height: 0;
		width: 0;
		opacity: 1;
   }
	20% {
		height: 0;
		width: 10px;
		opacity: 1;
   }
	40% {
		height: 20px;
		width: 10px;
		opacity: 1;
   }
	100% {
		height: 20px;
		width: 10px;
		opacity: 1;
   }
}
#contact_form { margin-top: 5px; }
#contact_form .btn-default, #contact_inform .btn-default {
  background-color: rgb(244, 173, 25);
  float: right;
  -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;
  display: inline-block;
}
#contact_form .btn-default.disabled, #contact_form .btn-default.disabled:hover, #contact_inform .btn-default.disabled, #contact_inform .btn-default.disabled:hover { 
  background-color: #999;
  border-color: #999 !important;
  pointer-events: none;
  cursor: not-allowed;
}
#contact_form .btn-default:hover, #contact_inform .btn-default:hover {
  border: none;
  background-color: #e45130;
}
#contact_form h4 { margin-bottom: 15px; margin-top: 25px; }
.form-input-check {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-right: 30px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  border: 1px solid transparent;
  border-radius: 30px;
  background-color: #eee;
  margin-bottom: 10px;
}
.select-box__current {
  position: relative;
  cursor: pointer;
  outline: none;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
          animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
  font-size: 15px !important;
  font-weight: 400;
  padding: 15px;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
}
.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  z-index: 10;
  top: 0;
  border-radius: 20px;
  background-color: #eee;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
          animation-name: HideList;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.select-box__option {
  -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;
  display: block;
  padding: 15px;
  background-color: #eee;
}
.select-box__list li:first-child .select-box__option {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.select-box__list li:last-child .select-box__option {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.select-box__option:hover, .select-box__option:focus {
  color: #546c84;
  background-color: #ccc;
}

@-webkit-keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

/* Hide the browser's default radio button */
.form-input-check input[type='radio'],.form-input-check input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid rgb(244, 173, 25);
  border-radius: 50%;
  -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s;
}
.checkbox {
  border-radius: 5px;
}
/* On mouse-over, add a grey background color */
.form-input-check:hover input ~ .checkmark {
  background-color: rgb(255 221 151);
  -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s;
}

/* When the radio button is checked, add a blue background */
.form-input-check input:checked ~ .checkmark {
  -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;
  background-color: #f4ad19;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-input-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.form-input-check .checkmark:after {
 	top: 8px;
	left: 8px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: white;
}
.form-input-check .checkbox:after {
  left: 8px;
  top: 4px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-radius: unset;
  background: unset;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input.outroinput { opacity: 0; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;}
input.outroinput.showinput { opacity: 1; }

/*------------------------------------- FOOTER ---------------------------------------*/
footer {
  position: relative;
  background: #282828;
  color: #ffffff;
  z-index: 0;
}
footer a { color: #e45130;  font-weight: 400;}
footer a:hover { color: rgb(244,173,25) }
footer a.titulo-footer { color: #ffffff; font-size: 26px; }
footer .contact-footer { margin-top: 20px; }
footer p { margin-bottom: 20px; margin-top: 20px; font-size: 16px; }
/* footer:before {
  content: "";
  background-image: url(/app/default/assets/addons/default/gama/gama-theme/resources/img/footer-top.svg);
  background-size: contain;
  background-position: bottom;
  width: 101%;
  position: absolute;
  left: -1px;
  top: -210px;
  right: -1px;
  z-index: 2;
  height: 290px;
  background-repeat: no-repeat;
} */
#footer-contactos {
  padding-top: 10px;
  z-index: 0;
  margin-top: -40px;
  z-index: 0;
  background: none;
  pointer-events: none;
}
#footer-contactos:before {
  content:"";
  width: 101%;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: -1px;
  top: -210px;
  background-image: url(/app/default/assets/addons/default/gama/gama-theme/resources/img/footer-contactos.svg);
  z-index: -1;
  height: 170px;
  top: -30px;
}
.map-iframe { z-index: -1; }
.redes-sociais a { display: inline-block; margin-right: 5px; }
.redes-sociais svg { width: 40px; display: inline-block; }

.footer-bottom { 
  margin-top: 40px;
  padding-bottom: 20px;
  pointer-events: all;
}
.footer-top img {
  height: 40px;
  margin-right: 20px;
  margin-top: 20px;
}
.footer-bottom img {
  height: 40px;
  margin-right: 20px;
  margin-top: 20px;
}
/*----------------------------------- END FOOTER -------------------------------------*/
 
@media only screen and (max-width: 767px) {
  #gdpr-cookie-message { right: 30px !important; left: 0px !important; bottom: 60px !important; }
  .navbar-collapse {
    background: #fffdfa;
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    height: 100vh !important;
  }
  .navbar-collapse .navbar-toggler { 
    position: absolute;
    right: 0px;
    top: 20px;
    display: block;
  }
  .navbar-collapse .navbar-toggler .btn-close {
    width: 4em;
    height: 4em;
    padding: 10px;
    opacity: 1;
  }
  .navbar-nav { margin-top: 20px; }
  .navbar-collapse.collapsing {
    height: 100%;
    left: -100%;
    -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;
  }

  .navbar-collapse.show {
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
    height: 100%;
    width: 65%;
    left: 0;
    -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;
  }
  .navbar-collapse.show .nav-item {
    border-bottom: 1px solid #cccccc44;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-toggler.collapsed ~ .navbar-collapse {
    -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;
  }
  .opacity-0 {
    opacity: 0 !important;
  }
  .opacity-100 {
    opacity: 1 !important;
  }
  .overlay-menu { 
    position: fixed; 
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.5);
    -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;
  }
  .navbar-dark .navbar-nav .nav-link  { color: #000 !important; }
  .navbar {
    padding-top: 10px !important;
  }
  .navbar-brand {
    max-width: 150px;
    margin: initial;
  }

  .nav-item .dropdown-menu { border: none; background: none; }
  .nav-item .dropdown-menu li {
    padding: 0 !important;
    display: inline-block;
  }
  .nav-item .dropdown-menu li img { width: 30px; }
  .nav-item .dropdown-menu li a { padding: 0px; margin-right: 5px; }
  .nav-item .dropdown-menu li a.active { background-color: transparent !important; }
  .nav-item .dropdown-menu li a.active img { width: 40px; }
  .banner .item {
    height: 40vh;
  }
  .banner .slide-info {
    top: 80px;
  }
  .banner .slide-info h2 {
    font-size: 20px;
    font-weight: 700;
  }  
  .banner .slide-info-wrapper {
    max-width: 100%;
  }
  .banner .slide-info p {
    font-size: 16px;
  }
  .banner-wrapper .owl-carousel .arrowowl {
    display: none;
  }
  .banner .slide-info .btn-default {
    margin-top: 10px;
    font-size: 16px;
    padding: 5px 20px 5px 20px;
  }

  .separador img {
    height: 160px;
  }
  .separador:after { height: 100px; bottom: -1px; }
  .separador .page-slogan-other {
    font-size: 30px;
    bottom: 35px;
  }

  .solucoes .section-title {
    font-size: 36px;
  }
  .categoria .solucoes .sol img {
    height: 55px;
  }
  .categoria .solucoes h5 {
    font-size: 16px;
    opacity: 1;
  }
  .categoria .categ {
    height: 220px;
  }
  /* .diagnostico:before {
    top: -65px;
    height: 120px;
    left: -2px;
    right: -2px;
    width: 102%;
  } */
  /* .diagnostico:after{
    left: -1px;
    bottom: -28px;
  } */
  .diagnostico-svg { display: none; }

  .diagnostico h6 { font-size: 25px; }
  h2 { font-size: 30px; }

  .diagnostico .btn-default {
    font-size: 15px;
    padding: 5px 20px 5px 20px;
  }
  a.vermais { font-size: 18px; }

  .noticias {
    margin: 80px auto 0px;
  }
  .noticia { margin-bottom: 40px; }

  .noticia img {
    height: 180px;
  }

  .formacoes { margin: 10px auto 0px; }

  /* .formacoes:before {
    top: -80px;
    height: 135px;
    width: 102%;
    left: -2px;
    right: -2px;
  } */
  
  .formaclip { display: none; }

  .formacoes .btn-default {
    padding: 5px 20px 5px 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .formacoes:after {
    bottom: -30px;
    height: 100px;
  }
  h3 { font-size: 25px; }

  .mc-field-group { margin-bottom: 10px; }

  .newsletter {
    margin: 70px auto 20px;
  }

  .newsletter:after {
    z-index: -1;
    bottom: 40px;
  }
  /* footer:before {
    top: -90px;
    height: 140px;
  } */
  footer p {
    font-size: 14px;
  }
  footer .redes-sociais { margin-bottom: 20px; }

  .categorias-page .categoria h4 {
    left:0;
    right:0;
  }
  .categorias-page .categoria .solucoes h6 {
    display: none;
  }
  .categoria .solucoes {
    left: 20px;
    right: 20px;
  }
  .categoria:hover h4 { bottom: 160px; }
  .categorias-page .categoria h4 {
    bottom: 160px;
  }
  .sep-solucao .sol-icone img {
    height: 50px;
  }
  .sep-solucao .sol-icone {
    height: 50px;
    width: 50px;
  }
  .sep-solucao .sol-info {
    vertical-align: bottom;
    font-size: 30px;
    line-height: 32px;
  }
  .sep-solucao .sol-info h4 {
    font-size: 18px;
  }
  .solucao-page a {
    margin-bottom: 10px;
  }
  .demonstracao a {
    margin-left: 0px;
  }
  .separador .page-slogan-other p {
    display: none;
  }
  .formacoes-page li {
    margin-bottom: 30px;
  }
  .formacoes-page .btn-default {
    margin-top: 5px;
  }
  .diagnostico-blank p {
    display: none;
  }
  .anosdeexperiencia {
    height: 260px;
  }
  .anosdeexperiencia:before {
    height: 260px;
    width: 260px;
    left: unset;
    right: 30px;
  }
  .anos {
    font-size: 26px;
    line-height: 26px;
    right: 90px;
    left: unset;
    top: 100px;
  }
  .anos b {
    font-size: 50px;
  }
  .about ul {
    padding-left: 1rem;
  }
  /* .razoesescolha:before {
    width: 102%;
    left: -1px;
    top: -65px;
    right: -1px;
    height: 80px;
  }
  .razoesescolha:after {
    width: 102%;
    left: -1px;
    bottom: -2px;
    right: -1px;
    height: 80px;
  } */
  .headrazoes {
    width: auto;
    padding-top: 50px;
  }
  .headrazoes:after {
    top: 45px;
  }
  .asrazoes {
    padding-bottom: 40px;
  }
  .recrutamento a {
    margin-top: 0px;
    margin-left: 0px;
  }
  .form-input-check { font-size: 16px; }
  .filtros .navbar-nav {
    padding-bottom: 5px;
  }
  .filtros li .btn-default {
    font-size: 16px;
    padding: 8px 22px 8px 22px;
  }
  .filtros li {
    margin-right: 10px;
  }
  .map-iframe iframe { height: 200px !important; }
  #footer-contactos:before {
    height: 70px;
    top: -60px;
    left: -2px;
    right: -2px;
    width: 102%;
  }
  #footer-contactos {
    background: #303030;
    margin-top: 0px;
  }
  .footer-bottom {
    margin-top: 10px;
  }
}
.navbar-brand { margin: unset; }
@media only screen and (min-device-width : 768px) and (max-device-width : 990px) {
  .navbar-collapse {
    background: #fffdfa;
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    height: 100vh !important;
  }
  .navbar-collapse .navbar-toggler { 
    position: absolute;
    right: 0px;
    top: 20px;
    display: block;
  }
  .navbar-collapse .navbar-toggler .btn-close {
    width: 4em;
    height: 4em;
    padding: 10px;
    opacity: 1;
  }
  .navbar-nav { margin-top: 20px; }
  .navbar-collapse.collapsing {
    height: 100%;
    left: -100%;
    -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;
  }

  .navbar-collapse.show {
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
    height: 100%;
    width: 65%;
    left: 0;
    -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;
  }
  .navbar-collapse.show .nav-item {
    border-bottom: 1px solid #cccccc44;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-toggler.collapsed ~ .navbar-collapse {
    -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;
  }
  .opacity-0 {
    opacity: 0 !important;
  }
  .opacity-100 {
    opacity: 1 !important;
  }
  .overlay-menu { 
    position: fixed; 
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.5);
    -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;
  }
  .navbar-dark .navbar-nav .nav-link  { color: #000 !important; }
  .navbar {
    padding-top: 10px !important;
  }
  .navbar-brand {
    max-width: 150px;
    margin: initial;
  }

  .nav-item .dropdown-menu { border: none; background: none; }
  .nav-item .dropdown-menu li {
    padding: 0 !important;
    display: inline-block;
  }
  .nav-item .dropdown-menu li img { width: 30px; }
  .nav-item .dropdown-menu li a { padding: 0px; margin-right: 5px; }
  .nav-item .dropdown-menu li a.active { background-color: transparent !important; }
  .nav-item .dropdown-menu li a.active img { width: 40px; }
  .banner .item {
    height: 70vh;
  }
  .banner .slide-info {
    top: 80px;
  }
  .banner .slide-info h2 {
    font-size: 20px;
    font-weight: 700;
  }  
  .banner .slide-info-wrapper {
    max-width: 100%;
  }
  .banner .slide-info p {
    font-size: 16px;
  }
  .banner-wrapper .owl-carousel .arrowowl {
    display: none;
  }
  .banner .slide-info .btn-default {
    margin-top: 10px;
    font-size: 16px;
    padding: 5px 20px 5px 20px;
  }

  .separador img {
    height: 160px;
  }
  .separador:after { height: 100px; bottom: -1px; }
  .separador .page-slogan-other {
    font-size: 30px;
    bottom: 35px;
  }
  /* .diagnostico:before {
    top: -65px;
    height: 165px;
    left: -2px;
    right: -2px;
    width: 102%;
  } */
  .diagnostico:after{
    left: -1px;
    bottom: -28px;
  }
  .diagnostico-svg:after {
    top: 120px;
    right: 140px;
}
  .formacoes { margin: 10px auto 0px; }

  /* .formacoes:before {
    top: -80px;
    height: 170px;
    width: 102%;
    left: -2px;
    right: -2px;
  } */

  .formaclip { display: none; }

  .formacoes .btn-default {
    padding: 5px 20px 5px 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .formacoes:after {
    bottom: -30px;
    height: 140px;
  }
  .anosdeexperiencia {
    height: 260px;
  }
  .anosdeexperiencia:before {
    height: 260px;
    width: 260px;
    left: unset;
    right: 30px;
  }
  .newsletter .btn-default { margin-top: 10px; }

  .categorias-page .categoria h4 {
    left:0;
    right:0;
  }
  .categorias-page .categoria .solucoes h6 {
    display: none;
  }
  .categoria .solucoes {
    left: 20px;
    right: 20px;
  }
  .categoria:hover h4 { bottom: 160px; }
  .categorias-page .categoria h4 {
    bottom: 160px;
  }
  .sep-solucao .sol-icone img {
    height: 50px;
  }
  .sep-solucao .sol-icone {
    height: 50px;
    width: 50px;
  }
  .sep-solucao .sol-info {
    vertical-align: bottom;
    font-size: 30px;
    line-height: 32px;
  }
  .sep-solucao .sol-info h4 {
    font-size: 18px;
  }
  .solucao-page a {
    margin-bottom: 10px;
  }
  .demonstracao a {
    margin-left: 0px;
  }
  .separador .page-slogan-other p {
    display: none;
  }
  .formacoes-page li {
    margin-bottom: 30px;
  }
  .formacoes-page .btn-default {
    margin-top: 5px;
  }

  .diagnostico-blank p {
    display: none;
  }
  .anosdeexperiencia {
    height: 260px;
  }
  .anosdeexperiencia:before {
    height: 260px;
    width: 260px;
    left: unset;
    right: 30px;
  }
  .anos {
    font-size: 26px;
    line-height: 26px;
    right: 90px;
    left: unset;
    top: 100px;
  }
  .anos b {
    font-size: 50px;
  }
  .about ul {
    padding-left: 1rem;
  }
  /* .razoesescolha:before {
    width: 102%;
    left: -1px;
    top: -65px;
    right: -1px;
    height: 80px;
  }
  .razoesescolha:after {
    width: 102%;
    left: -1px;
    bottom: -2px;
    right: -1px;
    height: 80px;
  } */
  .headrazoes {
    width: auto;
    padding-top: 50px;
  }
  .headrazoes:after {
    top: 45px;
  }
  .asrazoes {
    padding-bottom: 40px;
  }
  .recrutamento a {
    margin-top: 0px;
    margin-left: 0px;
  }
  .form-input-check { font-size: 16px; }
  .filtros .navbar-nav {
    padding-bottom: 5px;
  }
  .filtros li .btn-default {
    font-size: 16px;
    padding: 8px 22px 8px 22px;
  }
  .filtros li {
    margin-right: 10px;
  }
  .map-iframe iframe { height: 200px !important; }
  #footer-contactos:before {
    height: 70px;
    top: -60px;
    left: -2px;
    right: -2px;
    width: 102%;
  }
  #footer-contactos {
    background: #303030;
    margin-top: 0px;
  }
  .footer-bottom {
    margin-top: 10px;
  }  
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1200px) {
  .banner .slide-info {
    top: 200px !important;
  }
}
