@font-face {
  font-family: 'Harabara';
  src: url('../font/harabara.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  overflow-x: hidden;
  height: inherit;
}
[data-aos=fade-left] {
  transform: translate3d(0px,0,0) !important;
}
main a {
  text-decoration: none;
}
[data-aos=fade-right] {
  transform: translate3d(0px,0,0) !important;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
}
h1 {
  font-family: 'Harabara', 'Roboto Condensed', sans-serif;
}
.bg-white {
  transition: 1.5s;
}

.oculta-logo {
  display: none;
  transition: 1s;
}

@media (min-width: 576px) {
  .navbar {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}

.navbar-brand img {
  height: 80px;
  width: auto;
}

@media (max-width: 576px) {
  .navbar-brand img {
    height: auto;
    width: 200px;
  }
}

.navbar-basic .nav-link {
  color: #f2f6f6;
  transition: 1s;
}

.navbar-basic .nav-link:hover, .nav-link:focus {
  color: #BDBDBD;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #BDBDBD;
}

h1 {
  font-weight: 900;
  color: rgb(51,51,51);
  text-align: center;
  margin-bottom: 30px;
}

section {
  padding: 35px 0px;
}

p {
  color: rgb(166,163,162);
}

.texto_destaque {
  line-height: 28px;
  font-size: 1.15rem;
  padding-top: 10px;
  text-align: justify;
}

.texto_geral {
  font-size: 1.15rem;
}

.texto_interno {
  font-size: 1.20rem;
  text-align: justify;
  color: rgb(51, 51, 51);
}

.titulo_interno {
  text-align: start;
  padding-top: 20px;
}
/* Mapa Institucional */

.mapa_geral {
  max-width: 970px;
}

.mapaexp{
  position: relative;
  float: left;
  width: 100%;
}
.paiseslista{
    display: none;
  }
@media screen and (max-width: 768px) {
  .mapaexp{
    display: none;
  }
  .paiseslista{
    position: relative;
    float: left;
    width: 100%;
    display: block;
  }

}

.mapaexp .map{
  position: relative;
  float: left;
  width: 100%;
  min-width: 970px;
  height: 440px;
  background: url(/assets/img/img/mapa.png) center top no-repeat;
}



.mapaexp .pin {
    position: absolute;
    width: 30px;
    height: 40px;
    background: url(/assets/img/img/maps-small.png);
    z-index: 100;
}
.mapaexp .pin .pname {
    position: absolute;
    top: 25%;
    left: 125%;
    width: 110px;
    height: 22px;
    background: #FFF;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #333;
    border-radius: 3px;
    font-weight: 600;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.mapaexp .pin .pname::after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-right-color: #ffffff;
    border-width: 5px;
    margin-top: -5px;
}


.mapaexp .pin .pname2 {
    position: absolute;
    top: 25%;
    right: 125%;
    width: 80px;
    height: 22px;
    background: #FFF;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #333;
    border-radius: 3px;
    font-weight: 600;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.mapaexp .pin .pname2::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-left-color: #fff;
    border-width: 5px;
    margin-top: -5px;
}



.mapaexp .pin.us {
    top: 50px;
    left: 186px;
    opacity: 0;
    visibility: hidden;
}
.mapaexp .pin.us2 {
    top: 117px;
    opacity: 1;
    visibility: visible;
}
.mapaexp .pin.me {
    top: 0px;
    left: 214px;
    opacity: 0;
    visibility: hidden;
}
.mapaexp .pin.me2 {
    top: 165px;
    opacity: 1;
    visibility: visible;
}
.mapaexp .pin.ag {
    top: 70px;
    left: 298px;
    opacity: 0;
    visibility: hidden;
}
.mapaexp .pin.ag2 {
    top: 305px;
    opacity: 1;
    visibility: visible;
}
.mapaexp .pin.ho {
    top: 0px;
    left: 464px;
    opacity: 0;
    visibility: hidden;
}
.mapaexp .pin.ho2 {
    top: 95px;
    opacity: 1;
    visibility: visible;
}
.mapaexp .pin.it {
    top: 20px;
    left: 473px;
    opacity: 0;
    visibility: hidden;
}
.mapaexp .pin.it2 {
    top: 118px;
    opacity: 1;
    visibility: visible;
}
.mapaexp .pin.es {
    top: 60px;
    left: 437px;
    opacity: 0;
    visibility: hidden;
}
.mapaexp .pin.es2 {
    top: 123px;
    opacity: 1;
    visibility: visible;
}
.mapaexp .pin.ch {
    top: 30px;
    right: 265px;
    opacity: 0;
    visibility: hidden;
}
.mapaexp .pin.ch2 {
    top: 133px;
    opacity: 1;
    visibility: visible;
}
.mapaexp .pin.in {
    top: 60px;
    right: 301px;
    opacity: 0;
    visibility: hidden;
}
.mapaexp .pin.in2 {
    top: 170px;
    opacity: 1;
    visibility: visible;
}
.mapaexp .pin.an {
    top: 60px;
    left: 483px;
    opacity: 0;
    visibility: hidden;
}
.mapaexp .pin.an2 {
    top: 245px;
    opacity: 1;
    visibility: visible;
}
.mapaexp .pin.af {
    top: 30px;
    left: 499px;
    opacity: 0;
    visibility: hidden;
}
.mapaexp .pin.af2 {
    top: 285px;
    opacity: 1;
    visibility: visible;
}


/* Footer */

.page-footer {
  background-color: rgba(237,50,55);
  padding-top: 30px;
  text-align: center;
  color: #FFF;
}

.page-footer p {
  font-size: 1.15rem;
}

.page-footer .footer-copyright {
  background-color: rgb(128,7,9);
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  margin-top: 20px;
  border: 1px solid rgb(128,7,9);
}

.page-footer .footer-copyright p {
  margin: 10px;
  color: #FFF;
}

.page-footer .footer-copyright img {
  height: 90px;
  width: 112px;
}

.footer_address {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  text-align: right;
}

.footer_address svg {
  padding-right: 8px;
  font-size: 1.9rem;
}

.page-footer a {
  color: white;
}

.page-footer a:hover {
  color:#f2f2f2;
}

.page-footer a:focus {
  color:#f2f2f2;
}

/* Área central */

.foto {
  position: relative;
  z-index: 1;
}



.item {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.item-mask {
  position: absolute;
  clip-path: polygon(0 87%, 0 100%, 100% 100%);
  background-color: rgba(128,7,9,0.9);
  transition: all 0.3s ease;
  left: 12px;
  bottom: 0px;
  width: 95%;
  height: 40%;
  transform: rotate(0deg);
  z-index: 100;
  transition: all 0.3s ease;
}

.item-mask2 {
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 100% 13%);
  background-color: rgba(128,7,9,0.9);
  transition: all 0.3s ease;
  right: 12px;
  top: 0;
  width: 97%;
  height: 40%;
  transform: rotate(0deg);
  z-index: 100;
  transition: all 0.3s ease;
}

/* Efeito hover */
.item:hover .item-mask {
  clip-path: polygon(0 60%, 0 100%, 100% 100%);
  background-color: rgba(128,7,9,1);
  cursor: pointer;
}

.item:hover .item-mask2 {
    clip-path: polygon(100% 0, 0 0, 100% 40%);
    background-color: rgba(128,7,9,1);
}

@media (max-width: 991px) {
  .item-mask {
    bottom: 0px;
    width: 95%;
  }
  .item-mask2 {
    width: 95%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .item-mask {
    bottom: 196px;
    width: 95%;
  }
  .item-mask2 {
    width: 95%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .item-mask {
    bottom: 92px;
  }
}

.foto_destaque {
  transition: 4s;
}

.foto_destaque:hover {
  transform: scale(2);
}

.collection {
background-image: url(/assets/img/img/bg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center; 
background-size: cover;
}

.bck-services::before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
}


.btn-services {
  background-color: rgba(30, 72, 81,0.89);
  color: #FFF;
  border-color: rgba(30, 72, 81,0.89);
  transition: 1s;
  font-size: 22px;
  padding: 12px 40px;
  text-transform: uppercase;

}

.btn-services:hover {
  background-color: rgba(54,52,53,1);
  border-color: rgba(54,52,53,1);
  color: #FFF;
}

/* Header Páginas Internas */

.header_sobre {
  background-image: url("../../assets/img/img/bg.jpg");
  min-height: 150px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 85px;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  opacity: 0.9;
}

@media (max-width: 767.99px) {
  .header_sobre {
    min-height: 150px;
    background-position-x: 70%;
    background-attachment: scroll;
  }
}

.header_sobre::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}

.header_sobre h1 {
  font-family: arial black;
  font-size: 36px;
  text-align: start;
  color: rgb(51,51,51);
  text-transform: uppercase;
  text-shadow: 0.1em 0.1em 0.2em white;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767.99px) {
  .header_sobre h1 {
    font-size: 30px;
  }
}

/* Auxílio */

.hack_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

/* Link Dev Rodapé */

.dev__link,
.dev__dir,
.dev__arco {
  color: #ffffff;
}

.dev__link .dev__arco:hover {
  color: #f9a13f;
}

.dev__link .dev__arco:hover .dev__logo svg {
  filter: brightness(1);
}

.dev__link .dev__logo svg {
  filter: brightness(100);
  width: 22px;
  height: 22px;
  margin-left: 5px;
}

.dev__link .dev__logo:hover svg {
  filter: brightness(1);
}

.dev__link .dev__logo:hover .dev__arco {
  color: #f9a13f;
}

/* FIm Link Dev */

.bg-white {
  transition: 1.5s;
}

.photos_gallery {
  border-radius: 20px;
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: .3s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE */
}

.photos_gallery:hover {
  -webkit-filter: none;	
	filter: none;	
  transform: scale(1.1)
}

@media (min-width: 1400px) {
  .photos_gallery {
    height: 200px;
  }
}

/* Fale Conosco */

.contato_conteudo a {
  color:#333;
  text-decoration: none;
}

.contato_conteudo a:hover {
  color: #BDBDBD;
}

.contato_conteudo i {
  color: rgba(128,7,9);
}

.social_icons {
  padding-right: 10px;
}

/* Ajustes NavBar */

.languages {
  padding-left: 10px;
  padding-bottom: 30px;
}

.icons_languages {
  list-style: none;
  display: inline-flex;
  padding: 0;
}

.flag {
  padding-right: 5px;
}

.flag:hover {
  opacity: 0.7;
}

.flag__icons {
  width: 25px;
}

/* Box Imagens */

.materiais__box__img {
  width: 100%;
  height: auto;
  padding-bottom: 80%;
  border: solid 5px #f8f8f8;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
  cursor: pointer;
  transition: ease-in-out 0.3s all;
  background-size: cover;
  position: relative;
}

.materiais__box__img:hover {
  transform: scale(1.1);
}

.materiais__box__selo {
  position: absolute;
  bottom: 10px;
  right: 5px;
}

.materiais__box__selo-img {
  width: 140px;
  height: 140px;
}

.materiais__box__name {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.materiais__box__produto {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  color: rgb(22, 85, 185);
  text-transform: uppercase;
}

.materiais__box__titulo {
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.materialview__default_image__img {
  border: solid 2px #fff;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 40%);
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  border-radius: 20px;
}

.materialview__paginated_image__box {
  border: solid 5px #fff;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 40%);
  float: left;
  width: 100%;
}

.materialview__paginated_image__part {
  position: relative;
  float: left;
  width: 50%;
  height: 0;
  padding-bottom: 39.5%;
  background: #eee no-repeat 50% 50%;
  display: inline-block;
  -webkit-background-size: cover;
  background-size: cover;
}

.materialview__paginated_image__part--2 {
  transform: rotateY(180deg);
}

.materialview__paginated_image__part--3 {
  transform: rotateX(180deg);
}

.materialview__paginated_image__part--4 {
  transform: rotateY(180deg) rotateX(180deg);
}

.materialview__qrcode__content {
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
  margin-top: 15px;
}

.materialview__qrcode__img {
  width: 150px;
}

.materialview__qrcode__text {
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  font-weight: 300;
}

.photos_gallery {
  border-radius: 20px;
  border: solid 2px #fff;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: 0.3s;
}

.photos_gallery:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}

/* Ativar Dropdown com Mouse Over */

@media (min-width: 979px) {
  ul.navbar-nav li.dropdown:hover > div.dropdown-menu {
    display: block;
  }
  ul.navbar-nav div.dropdown-submenu:hover > div.dropdown-menu {
    display: block;
  }
}