/*

2025 AIMU

*/

@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");
@import url(http://fonts.googleapis.com/css?family=Mako);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Inter", sans-serif;
	font-size: 1.2em;
  color: #333;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body {
  user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE/Edge */
}
a {
  transition: all 0.3s ease;
  color: #38B;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #D40;
}

a:focus {
  outline: none;
}

.tm-intro-text-container a {
  transition: all 0.3s ease;
  color: #38B;
  border-bottom: 1px dotted;
}

.tm-intro-text-container a:hover,
.tm-intro-text-container a:focus {
  text-decoration: none;
  color: #D40;
  border-bottom: 2px solid;
}

.btn {
  padding: 8px 32px;
}

.btn:hover {
  background-color: #ced4da;
}

.dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #ccc;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f2f2f2;
}

p {
  text-align: justify;
  padding: 1.5;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
p + blockquote {
  margin-top: 2rem;
}

blockquote {
  margin: 1.5em 0;
  padding: 1.5em 1.5em;
  border-left: 5px solid #3a86ff; /* barra colorida à esquerda */
  background-color: #f6f8fe;      /* fundo leve para destacar */
  color: #333333;                 /* texto com contraste confortável */
  font-style: italic;             /* estilo cursivo tradicional */
  font-size: 1.1rem;              /* tamanho um pouco maior */
  line-height: 1.6;
  quotes: "“" "”" "‘" "’";       /* aspas tipográficas */
  position: relative;
  border-radius: 4px;
}

blockquote p {
  margin: 0;
}

/* Aspas antes e depois com pseudoelementos */
blockquote::before {
  content: open-quote;
  font-size: 3rem;
  line-height: 0;	
  position: absolute;
  left: 10px;
  top:  1.4rem;
  color: #3a86ff;
  font-family: serif;
}

blockquote::after {
  content: close-quote;
  font-size: 3rem;
  line-height: 0;
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #3a86ff;
  font-family: serif;
}

.language-switcher {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  padding-top: 85px;
  margin-bottom: -120px;
  gap: 10px;
}

.language-switcher .bandeira {
  width: 38px;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.language-switcher .bandeira:hover {
  transform: scale(1.1);
}

.tm-section-pad-top {
  padding-top: 80px;
  padding-bottom: 40px;
}

.tm-content-box {
  padding-top: 20px;
  padding-bottom: 40px;
}

.tm-text-primary {
  color: #000;
}

.tm-font-big {
  font-size: 1.25rem;
}

.tm-btn-primary {
  color: white;
  background-color: #000;
  padding: 14px 30px;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  color: white;
  background-color: #000;
}

/* Navbar */

.tm-navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease;
}

.nav-item {
	font-size: 100%;
}

.tm-navbar.scroll {
  background-color: white;
  border-bottom: 1px solid #e9ecef;
}

.navbar-brand {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
}

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
  color: #000;
}

.tm-navbar.scroll .navbar-brand {
  color: #000;
}

.tm-nav-link {
  color: white;
}

.tm-navbar.scroll .tm-nav-link {
  color: #000;
}

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
  color: #fff;
  background-color: #000;
}

.navbar-toggler {
  border: 1px solid white;
  padding-left: 3px;
  padding-right: 3px;
}

.navbar-toggler-icon {
  color: white;
  padding-top: 6px;
}

.tm-navbar.scroll .navbar-toggler {
  border: 1px solid #707070;
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: #707070;
}

/* Hero */

#aimu {
	background-color: #222;
  background-image: url(../img/infinite-loop-01.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  min-height: 375px;
  position: relative;
}

@media (min-height: 600px) and (min-width: 1920px) {
  #aimu {
    background-size: cover;
  }
}

@media (min-height: 830px) {
  #aimu {
    background-position: center -210px;
  }
}

@media (min-height: 680px) and (max-height: 829px) {
  #aimu {
    background-position: center -300px;
  }
}

@media (min-height: 500px) and (max-height: 679px) {
  #aimu {
    background-position: center -400px;
  }
}

@media (max-height: 499px) {
  #aimu {
    background-position: center -450px;
  }
}

/* Estilo dos <li> de <ul> no nível 1 */
.tm-intro-text-container > ul > li {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.9;
}
.tm-intro-text-container > ul > li:before {
	content: "\f058";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	float: left;
	margin-left: -1.5em;
	color: #3a86ff;
}

/* Estilo dos <li> de <ol> no nível 1 */
.tm-intro-text-container > ol > li {
	counter-increment: list;
	list-style: none;
	position: relative;
}
.tm-intro-text-container > ol > li:before {
	content: counter(list) " - ";
	color: #3a86ff;
	line-height: 3.9rem;
	text-align: justify;
	margin-left: -1.5em;
	position: relative;
	width: 0px;
	padding-bottom: 40px;
}

/* Subníveis de <ul> dentro de <ol> (ou <ul> dentro de <ul>) */
.tm-intro-text-container ol li ul,
.tm-intro-text-container ul li ul {
	padding-left: 1.5em;
	margin-top: 0.5em;
}

.tm-intro-text-container ol li ul li,
.tm-intro-text-container ul li ul li {
	list-style: disc;
	position: relative;
	margin-left: 0;
	padding-left: 1.5em;
}

.tm-intro-text-container ol li ul li:before,
.tm-intro-text-container ul li ul li:before {
	content: none; /* remove o ícone Font Awesome no subnível */
}

.tm-intro-text-container ol + p {
  margin-top: 2rem;
}

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.tm-hero-text-container-inner {
  margin-top: -90px;
  padding: 20px;
}

.tm-hero-title {
  font-size: 3.5rem;
}


.tm-intro-next {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

@media (max-height: 480px) {
  .tm-hero-text-container-inner {
    margin-top: -40px;
  }

  .tm-intro-next {
    bottom: 20px;
  }
}

.tm-down-arrow-link {
  display: block;
  margin-top: 18%;
}

.tm-down-arrow {
  	color: #FFF;
    cursor: pointer;
	border: 15px;
    padding: 15px 40px;
    transition: all 0.3s ease;
}

.tm-down-arrow:hover,
.tm-down-arrow:focus {
  color: #999;
  padding: 20px 50px;
}

/* Introduction */

#introduction {
  padding-bottom: 100px;
}

.tm-section-title {
  font-size: 2.6rem;
  font-weight: normal;
}

.tm-intro-text {
  font-size: 1.2rem;
}

.tm-icon {
  display: block;
  color: #37A;
}

.tm-continue {
	padding: 20px 0 30px 0;
}

/* Testimonials */
#roma {
  color: white;
  background-color: #6d0404;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

@media (max-width: 991px) {
#roma {
  background-color: #6d0404;
  }
}

.tm-testimonials-content {
  position: relative;
  z-index: 100;
}

.tm-bg-overlay {
  width: 100%;
  height: 100%;
  background: rgba(20, 70, 80, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.tm-testimonials-carousel {
  max-width: 1050px;
  margin: 0 auto;
}

.tm-testimonial-item {
  max-width: 290px;
  margin-left: 35px;
  margin-right: 35px;
}

.tm-testimonial-item img {
  border-radius: 50%;
  margin-bottom: 35px;
}

.tm-testimonial-item figcaption {
  text-align: right;
  font-style: italic;
  font-size: 1.1rem;
}

/* Work */

.tm-section-desc {
  max-width: 650px;
  width: 100%;
  font-size: 0.9rem;
}

.tm-gallery-container {
  padding-top: 70px;
  padding-bottom: 120px;
}

.tm-documentos-container {
  padding-top: 40px;
  padding-bottom: 120px;
}

.tm-gallery-item {
  margin: 0 15px;
}

.slick-dots {
  bottom: -65px;
}

.slick-dots li {
  margin: 0 13px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #3ba0dd;
}

.tm-testimonials-carousel .slick-dots li button:before {
  color: white;
  opacity: 0.5;
}

.tm-testimonials-carousel .slick-dots li button:hover:before,
.tm-testimonials-carousel .slick-dots li button:focus:before,
.tm-testimonials-carousel .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 18px;
}

mark {
  background-color: #e11e04;
  color: #fff;              
  padding: 2 0.2 0.4em;
}

/* Hover Effect */
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-size: 0.9em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 600;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  background: #4a3753;
  max-width: 220px;
}

figure.effect-honey img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.4;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #38C;
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tm-container-gallery {
	padding-top: 30px;
	}

/* Contact */

#contact {
  color: white;
  background-color: #001828;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;

}

.contact-item {
  margin-left: 20px;
  margin-bottom: 50px;
}

.item-link {
  display: flex;
  align-items: center;
}

.item-link i,
.item-link span {
  color: white;
  transition: all 0.3s ease;
}

.item-link:hover i,
.item-link:hover span {
  color: #3496d8;
}

.tm-input {
	margin: 0 0 20px 0;
	width: 90%;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid white;
  background: transparent;
  color: white;
}

.tm-btn-submit {
	font-size: 0.9em;
	color: #fff;
	background-color: #369;
	width: 50%;
	margin-bottom: 60px;
}

.tm-btn-submit:hover {
	color: #fff;
	background-color: #38B;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.tm-footer {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  padding: 0 15px;
}

.tm-footer a {
	color: #fff;
}

.tm-footer a:hover {
	color: #9CF;
}

.tm-footer-link {
  color: white;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #38B;
  text-decoration: none;
}

p {
  line-height: 1.9;
}

@media (min-width: 768px) {
  .tm-intro-text-container {
    padding-left: 0px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 22px;
    padding-left: 22px;
  }
    .nav-item {
    font-size: 70%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1275px;
  }

  .tm-container-gallery {
    max-width: 1290px;
  }

  .tm-container-contact {
    max-width: 1063px;
  }
}

@media (max-width: 991px) {
  .tm-intro-text-container {
    padding-left: 15px;
	padding-right: 15px;
    padding-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-intro-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-btn-submit {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {

  .navbar-nav {
    max-width: 200px;
    text-align: right;
  }

  .navbar-collapse {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 3px;
  }

  .navbar-collapse .nav-link {
    color: #707070;
	padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .tm-gallery-container {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-gallery-container-2 {
    max-width: 350px;
  }

  .slick-dots li {
    margin: 0 8px;
  }

  .tm-gallery-item {
    margin: 0;
  }
}

/* Correção do dropdown no mobile e desktop */

.nav-item.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 10rem;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.175);
}

/* Quando o Bootstrap ativa o dropdown com a classe .show */
.nav-item.dropdown.show .dropdown-menu {
  display: block;
}

/* No modo mobile, manter dropdown alinhado corretamente */
@media (max-width: 767.98px) {
  .navbar-nav .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    border: none;
  }
}

.video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container {
  position: relative;
  padding-bottom: 315px; /* 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 560px;
  width: 100%;
    max-height: 315px;
  background: #000; /* para ver se o espaço aparece */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 315px;
  min-height: 200px; /* nova linha: garante altura visível */
  border: 0;
}

.language-switcher {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  padding-top: 85px;
  margin-bottom: -120px;
  gap: 10px;
}

.language-switcher .bandeira {
  width: 32px;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.language-switcher .bandeira:hover {
  transform: scale(1.1);
}




