@charset "UTF-8";
/** IMPORTS **/
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
/** URL **/
/** CORES **/
/** FONTES **/
@font-face {
  font-family: Bahnschrift;
  src: url("http://www.aliancaassociacao.org.br//fonts/bahnschrift.ttf");
}
@font-face {
  font-family: DharmaGothic;
  src: url("http://www.aliancaassociacao.org.br//fonts/DharmaGothicE_ExLight_I.otf");
  src: url("http://www.aliancaassociacao.org.br//fonts/DharmaGothicE_ExLight_R.otf");
  src: url("http://www.aliancaassociacao.org.br//fonts/dharma-gothic-e-bold.otf");
  src: url("http://www.aliancaassociacao.org.br//fonts/DharmaGothicE_Light_R.otf");
}
/** Variaveis Globais **/
::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}

::-webkit-scrollbar {
  width: 0.7em;
}

::-webkit-scrollbar-thumb {
  background-color: #a4282b;
}

::scrollbar-thumb {
  background-color: #a4282b;
}

::-webkit-scrollbar-track, ::-webkit-scrollbar-track-piece {
  background-clip: padding-box;
  box-shadow: none;
  background-color: #fff;
}

::scrollbar-track, html::scrollbar-track-piece {
  background-clip: padding-box;
  box-shadow: none;
  background-color: #fff;
}

::selection {
  background: #a4282b;
  color: #fff;
  text-shadow: none;
}

* {
  font-family: "DharmaGothic", sans-serif;
  letter-spacing: 0.08rem;
}

body {
  transition: background 1s;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
}

.bg {
  background-color: #fff;
}

.color-primary, .text-primary {
  color: #a4282b !important;
}

.bg-primary {
  background-color: #a4282b !important;
}

.text-secondary {
  color: #a4282b !important;
}

.text-ternary {
  color: #000000ab !important;
}

.border-secondary {
  border-color: #a4282b !important;
}

.btn-primary {
  background-color: #a4282b !important;
  color: #fff !important;
  border: 1px solid #a4282bc7;
  border-radius: 10px;
  align-self: center;
}

.btn-primary:hover {
  background-color: "#a4282bc7" !important;
  border: 1px solid #a4282b;
}

.btn-outline-primary {
  background-color: transparent !important;
  color: #a4282b !important;
  border-radius: 10px;
  border-color: transparent;
  font-size: 1.4rem;
}

.btn-outline-primary:hover {
  color: #a4282b !important;
  border-color: #a4282b;
}

.btn-secondary {
  background-color: #ffae01 !important;
  color: #fff !important;
  border: 1px solid #ffae01ab;
  border-radius: 8px !important;
  align-self: center;
}

.btn-outline-secondary {
  background-color: transparent !important;
  color: #ffae01;
  border-color: transparent;
}

.btn-outline-secondary:hover {
  transition: color 2s;
  color: #ffae01ab;
  background-color: transparent !important;
  border-color: transparent !important;
}

.text-b, .text-bold {
  font-weight: bold;
}

form.no-label label {
  display: none;
}

/** Cabeçalho site **/
#cabecalho-site {
  background-color: #a4282b;
  color: #fff;
  text-transform: uppercase;
}
#cabecalho-site .nav-superior {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}
#cabecalho-site .nav-superior .div-associe {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#cabecalho-site .nav-superior .div-associe h5 {
  margin-right: 1rem;
  margin-bottom: 0 !important;
  font-weight: bold;
}
#cabecalho-site .nav-superior .div-associe input {
  border-radius: 20px;
  font-size: 0.8rem;
}
#cabecalho-site .nav-superior .div-associe input ::placeholder {
  font-weight: lighter;
  text-align: center;
}
#cabecalho-site .nav-superior .div-associe .btn-white.associe-se {
  border-radius: 20px;
  color: #a4282b;
  background-color: #fff;
  padding: 0.1rem 1rem 0.1rem 1rem;
  font-size: 0.8rem;
  margin-left: 0.8rem;
}
#cabecalho-site .nav-superior a.telphones-top {
  color: #fff;
  border-left: 1px solid #fff;
  padding: 0 0.8rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.25rem;
}
#cabecalho-site .nav-superior a.telphones-top span {
  padding-left: 0.8rem;
  font-size: 1.4rem;
  font-weight: lighter;
}
#cabecalho-site .nav-superior a.icons-sociais {
  color: #fff;
  font-size: 1.6rem;
  margin-right: 0.75rem;
}

/** MENU SUPERIOR **/
#menu-sup {
  background: #fff;
  padding: 0;
}
#menu-sup .navbar-brand {
  padding: 0;
  margin-right: 3rem;
}
#menu-sup .dropdown-menu {
  background-color: #f8f9fa !important;
  width: 70vw;
  z-index: 99999;
}
#menu-sup .dropdown-menu .carousel-menu {
  margin: 0.5rem;
}
#menu-sup .dropdown-menu .carousel-menu .carousel .carousel-item {
  padding: 0.75rem 1.2rem;
}
#menu-sup .dropdown-menu .carousel-menu .carousel .carousel-item img {
  border-radius: 15px;
  box-shadow: 2px 2px 12px #00000024;
}
#menu-sup .dropdown-menu .carousel-menu .carousel .carousel-item h4 {
  text-align: center;
  font-weight: bold;
}
#menu-sup .navbar-nav {
  align-self: flex-end;
}
#menu-sup .navbar-nav li a.nav-link:not(.dropdown-item) {
  position: relative;
  color: #a4282b;
  border-left: 1px solid #a4282b;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 0.7rem 0 0.7rem;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#menu-sup .navbar-nav .dropdown-item {
  position: relative;
  color: #a4282b;
  border-left: 1px solid #a4282b;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: bold;
}
#menu-sup .navbar-nav li:nth-child(1) a {
  border-left: 1px solid transparent;
}
#menu-sup .navbar-nav .nav-link {
  padding-bottom: 0 !important;
}
#menu-sup .navbar-nav a.nav-link:hover:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #a4282b;
  position: absolute;
  bottom: 0;
  left: 0;
}
#menu-sup .navbar-nav .nav-item .dropdown-item:hover {
  color: #a4282b !important;
}
#menu-sup .navbar-nav .btn-success {
  font-family: Bahnschrift, sans-serif;
  padding: 0.1rem 1rem !important;
  font-size: 0.85rem !important;
  border-radius: 8px;
  text-transform: none !important;
  color: #fff !important;
  border-left: 1px solid #28a745 !important;
}
#menu-sup .navbar-nav .btn-danger {
  font-family: Bahnschrift, sans-serif;
  padding: 0.1rem 1rem !important;
  font-size: 0.85rem !important;
  border-radius: 8px;
  text-transform: none !important;
  background-color: #a4282b !important;
  color: #fff !important;
}
#menu-sup .icons-sociais {
  background-color: transparent;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.25rem 0.75rem 0.1rem 0.75rem;
}
#menu-sup .icons-sociais:hover {
  color: #dc3545;
  text-decoration: none !important;
}

/** BANNER TOPO */
#banner-carrousel {
  position: relative;
}
#banner-carrousel .container.content {
  position: absolute;
  top: 0;
  height: 100%;
  min-width: 100vw;
  padding-left: 10%;
  padding-right: 10%;
  /*z-index: 9999;*/
}
#banner-carrousel .container.content .row {
  height: 100%;
}
#banner-carrousel .form-simulacao, #banner-carrousel .form-simulacao-mob {
  position: absolute;
  top: 10%;
  left: 10%;
  max-width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
#banner-carrousel form {
  background-color: #a4282b;
  padding: 2rem;
  border-radius: 10px;
  min-height: 527px;
  color: #fff;
  display: flex;
  z-index: 9;
  perspective: 1000px;
}
#banner-carrousel form .chosen-container-single .chosen-single span {
  color: #000;
}
#banner-carrousel form .flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
#banner-carrousel form .flip-inner.rotate {
  transform: rotateY(180deg);
}
#banner-carrousel form .flip-inner .front, #banner-carrousel form .flip-inner .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
#banner-carrousel form .flip-inner .back {
  transform: rotateY(180deg);
}
#banner-carrousel form * {
  font-family: Bahnschrift, sans-serif !important;
}
#banner-carrousel form h5 {
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
}
#banner-carrousel form p, #banner-carrousel form label, #banner-carrousel form input::placeholder {
  font-size: 0.8rem;
  font-weight: normal;
}
#banner-carrousel form .btn-warning {
  color: #a4282b;
  width: fit-content;
  margin: auto;
  padding: 0.1rem 1rem 0.1rem;
}
#banner-carrousel .carousel-indicators {
  color: #a4282b;
}
#banner-carrousel .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  background-color: #a4282b;
  border-radius: 50%;
}
#banner-carrousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
}
#banner-carrousel .carousel-item h1.title {
  position: absolute;
  top: 20%;
  left: 45%;
  font-weight: bold;
  color: #fff;
  font-size: 6rem;
}
#banner-carrousel .carousel-item h5.subtitle {
  position: absolute;
  top: 30%;
  left: 45%;
  width: 30%;
  padding-right: 10%;
  color: #fff;
  font-size: 18rem;
  font-weight: bold;
}
#banner-carrousel .carousel-inner {
  /* Make the image fully responsive */
}
#banner-carrousel .carousel-inner img {
  background: #000;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #000, transparent);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #000, transparent);
}
#banner-carrousel .carousel-inner .carousel-item img {
  width: 100%;
}
#banner-carrousel .carousel-control-prev, #banner-carrousel .carousel-control-next {
  width: 5%;
}

/** SERVICES **/
.section-service {
  font-family: Bahnschrift, sans-serif !important;
  position: relative;
}
.section-service .container {
  min-height: 680px;
  display: flex;
  flex-flow: column;
  align-content: center;
  justify-content: center;
}
.section-service .container .meta, .section-service .container .servico, .section-service .container .associe-se {
  position: relative;
  padding-bottom: 2rem;
}
.section-service .container .meta a.btn, .section-service .container .servico a.btn, .section-service .container .associe-se a.btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-service .container .meta {
  padding-right: 1.5rem;
}
.section-service .container .title {
  font-family: "DharmaGothic", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  text-align: left;
  color: #a4282b;
  text-transform: capitalize;
}
.section-service .container .descricao {
  font-family: Bahnschrift, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: left;
  color: #848688;
}
.section-service .container a.btn {
  font-family: Bahnschrift, sans-serif;
}
.section-service .container .servico ul li {
  position: relative;
  font-family: Bahnschrift, sans-serif;
  padding-bottom: 0.75rem;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: left;
  color: #848688;
  padding-left: 1.2rem;
}
.section-service .container .servico ul li:before {
  content: "✓";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #a4282b;
  color: #fff;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-content: center;
  left: 0;
  top: 10%;
  font-size: 0.7rem;
}
.section-service .container .servico ul li a {
  font-family: Bahnschrift, sans-serif;
  color: #848688;
}
.section-service .detalhe {
  background-color: #4b4b4d;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.section-service .detalhe .frase {
  padding: 3rem 0;
  margin: 0;
}
.section-service .detalhe:before {
  position: absolute;
  height: auto;
  content: "";
  bottom: 8%;
  right: 50%;
  border-left: 3rem solid transparent;
  border-bottom: 15rem solid #4b4b4b;
  transform: rotate(90deg);
}

/** SEÇÃO BENEFICIOS **/
.section-beneficios {
  position: relative;
  background-color: #a4282b;
  color: #fff;
  padding: 2rem 0;
  text-align: center;
}
.section-beneficios h2.title {
  position: relative;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.section-beneficios h2.title:before {
  content: "";
  width: 45%;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #fff;
  position: absolute;
}
.section-beneficios h2.title:after {
  content: "";
  width: 45%;
  height: 1px;
  top: 50%;
  right: 0;
  background-color: #fff;
  position: absolute;
}
.section-beneficios .beneficios .beneficio {
  position: relative;
  padding: 0.75rem 4rem;
  text-align: left;
}
.section-beneficios .beneficios .beneficio .icon {
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  padding: 0.5rem;
  position: absolute;
  left: 0;
  top: 35%;
  margin-right: 1rem;
}
.section-beneficios .beneficios .beneficio h5.titulo {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 0 #00000047;
}
.section-beneficios .beneficios .beneficio p.descricao {
  font-family: Bahnschrift, sans-serif;
  font-size: 1rem;
}
.section-beneficios .beneficios .beneficio a {
  color: #fff;
}
.section-beneficios a.btn-warning {
  color: #a4282b;
  width: fit-content;
  margin: auto;
  padding: 0.1rem 3rem 0.1rem;
  font-size: 1.4rem;
  font-weight: bold;
}

/** SEÇÃO CIENTES **/
.section-clientes #clientes-carrousel .carousel-inner:before {
  position: absolute;
  background-color: #00000059;
  height: 100vh;
  width: 100vw;
  content: "";
  z-index: 1;
}
.section-clientes #clientes-carrousel .descricao {
  position: absolute;
  top: 40%;
  left: 35%;
  color: #fff;
  z-index: 2;
}
.section-clientes #clientes-carrousel .descricao h2 {
  font-size: 2.5rem;
  font-weight: bold;
}
.section-clientes #clientes-carrousel .descricao a, .section-clientes #clientes-carrousel .descricao p {
  color: #fff;
  font-family: Bahnschrift, sans-serif;
  text-align: center;
  font-size: 1.2rem;
}

/** SEÇÃO VÍDEOS */
.video-direito {
  display: block;
  position: absolute;
  max-height: 300px;
  top: 10%;
  left: 80%;
  float: left;
}
.video-direito iframe {
  height: 250px;
}

.video-esquerdo {
  display: block;
  position: absolute;
  max-height: 300px;
  top: 10%;
  right: 80%;
  float: right;
}
.video-esquerdo iframe {
  height: 250px;
}

.section-videos {
  background-color: #4b4b4d;
  padding: 3rem 0;
}
.section-videos h2.title {
  position: relative;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.section-videos h2.title:before {
  content: "";
  width: 45%;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #fff;
  position: absolute;
}
.section-videos h2.title:after {
  content: "";
  width: 45%;
  height: 1px;
  top: 50%;
  right: 0;
  background-color: #fff;
  position: absolute;
}
.section-videos #carousel-videos .carousel-inner {
  min-height: 400px;
}
.section-videos #carousel-videos .carousel-item {
  max-width: 33.33%;
  margin-right: 0;
  width: 33.33%;
}
.section-videos #carousel-videos .carousel-item.active {
  display: flex;
  justify-self: center;
  align-self: center;
  top: 0;
  left: 35%;
  max-width: 33.33%;
  height: 300px;
}
.section-videos #carousel-videos .carousel-control-prev {
  position: absolute;
  left: 20%;
}
.section-videos #carousel-videos .carousel-control-next {
  position: absolute;
  right: 20%;
}

/** SEÇÃO RASTREADOR */
.section-rastreador {
  padding-top: 3rem;
  /*background: url(../imgs/bg-rastreadores.jpg) right no-repeat;*/
  /*min-height: 600px;*/
}
.section-rastreador h2.title {
  position: relative;
  font-size: 2rem;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.section-rastreador h2.title:before {
  content: "";
  width: 45%;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #000;
  position: absolute;
}
.section-rastreador h2.title:after {
  content: "";
  width: 45%;
  height: 1px;
  top: 50%;
  right: 0;
  background-color: #000;
  position: absolute;
}
.section-rastreador .descricao {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-content: center;
  min-height: 100vh;
}
.section-rastreador .descricao h4 {
  font-size: 3rem;
  font-weight: bold;
  color: #4b4b4d;
  text-align: center;
  margin-top: 3rem;
}
.section-rastreador .descricao a.btn-warning {
  width: fit-content;
  font-size: 2rem;
  color: #a4282b;
  padding: 0.1rem 1.2rem;
  border-radius: 15px;
  font-weight: bold;
  margin-bottom: 3rem;
  align-self: center;
}

/** SEÇÃO DEPOIMENTOS */
.section-depoimentos {
  position: relative;
  background: url(../imgs/bg-depoimentos.jpg) center no-repeat;
  background-size: cover;
}
.section-depoimentos:before {
  position: absolute;
  width: 100vw;
  min-height: 560px;
  content: "";
  background-color: #4b4b4de0;
}
.section-depoimentos .container {
  padding: 5rem 0;
}
.section-depoimentos .descricao {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.section-depoimentos .descricao p {
  font-family: Bahnschrift, sans-serif;
  font-size: 4rem;
  color: #fff;
}
.section-depoimentos .depoimentos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.section-depoimentos .depoimentos #carouselTestmonials .carousel-item {
  padding: 0 15%;
}
.section-depoimentos .depoimentos #carouselTestmonials .carousel-item .media img {
  border-radius: 50%;
}
.section-depoimentos .depoimentos #carouselTestmonials .carousel-item .media .media-body {
  color: #fff;
}
.section-depoimentos .depoimentos #carouselTestmonials .carousel-item .media .media-body h5 {
  font-size: 1.8rem;
  font-weight: bold;
}
.section-depoimentos .depoimentos #carouselTestmonials .carousel-item .media .media-body p {
  font-family: Bahnschrift, sans-serif;
  font-size: 1rem;
}
.section-depoimentos .depoimentos a.btn-primary {
  align-self: center;
  justify-self: flex-end;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: Bahnschrift, sans-serif;
  padding: 0.1rem 1.6rem;
  border-color: #a4282b;
}

/** SEÇÃO REVISTAS **/
.section-revistas {
  padding-top: 3rem;
  background-color: #a4282b;
}
.section-revistas .title {
  font-family: Bahnschrift, sans-serif;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.section-revistas p, .section-revistas * {
  color: #fff !important;
}
.section-revistas .btn-outline-primary {
  background-color: #fff !important;
}

/** SEÇÃO BLOG **/
.section-blog {
  margin-top: 3rem;
}
.section-blog .title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #a4282b;
  position: relative;
}
.section-blog .title:before {
  position: absolute;
  content: "";
  width: 25vw;
  right: 0;
  height: 2px;
  background-color: #a4282b;
  top: 50%;
}
.section-blog .blog .figure-caption {
  font-family: Bahnschrift, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #a4282b;
}
.section-blog .blog p.desc {
  font-family: Bahnschrift, sans-serif;
  color: #848688;
}
.section-blog .facebook .title:before {
  width: 22vw;
}
.section-blog .facebook .fb-page {
  max-width: 100%;
  justify-self: center;
  align-self: center;
}

/** FOOTER **/
footer {
  font-family: Bahnschrift, sans-serif !important;
  font-weight: bold;
  background-color: #a4282b;
  color: #fff;
}
footer .section-footer {
  font-family: Bahnschrift, sans-serif !important;
  padding-top: 3% !important;
  padding-bottom: 3% !important;
}
footer .section-footer .telefones .col-6.col-md-3 {
  border-right: 2px solid #fff;
}
footer .section-footer .telefones .col-6.col-md-3:last-child {
  border-right: none;
}
footer .section-footer .telefones .col-6.col-md-3 h5, footer .section-footer .telefones .col-6.col-md-3 p, footer .section-footer .telefones .col-6.col-md-3 b, footer .section-footer .telefones .col-6.col-md-3 a {
  font-family: Bahnschrift, sans-serif !important;
  font-weight: normal !important;
}
footer .section-footer .contato {
  font-size: 1.2rem;
}
footer .section-footer .servicos {
  margin-top: 2rem;
}
footer .section-footer .servicos h5, footer .section-footer .servicos p, footer .section-footer .servicos b {
  font-family: Bahnschrift, sans-serif !important;
  font-weight: normal !important;
}
footer .section-footer .logo-sociais {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  margin-top: 3rem;
}
footer .section-footer .logo-sociais .icons-sociais {
  text-decoration: none !important;
  font-size: 4rem;
  margin-right: 0.8rem;
}
footer .section-footer a {
  color: #fff;
}
footer .section-footer li a {
  font-size: 1.6rem;
  font-weight: normal;
  border-bottom: 2px solid transparent;
}
footer .section-footer li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
  padding-left: 5px;
}

/** WhatsApp Fixed Icon **/
#whatsapp a {
  position: fixed;
  z-index: 9999;
  right: 1%;
  float: right;
  top: 90%;
  margin-top: -25px;
  cursor: pointer;
  min-width: 70px;
  min-height: 70px;
  font-size: 1.5rem;
  max-width: 50px;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  margin: 0 auto 0 auto;
  background: #4fce5d;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
  border-radius: 50%;
  box-shadow: 2px 2px 15px #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#whatsapp a svg {
  font-size: 2em;
}

#lgpd {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  margin-top: -25px;
  cursor: pointer;
  color: #fff;
  text-align: left;
  padding: 10px;
  background: #a4282b;
}

#lgpd #fechar-lgpd {
  float: right;
  font-size: 1rem;
}

/* PAGINAS INTERNAS */
main {
  /** videos **/
  /** Onde Estamos **/
  /** Blog **/
}
main .content-internal {
  /** clientes beneficiados **/
  /** BLOG **/
}
main .content-internal #onde-estamos iframe {
  width: 100%;
  max-height: 246px;
}
main .content-internal article * {
  font-family: "Open Sans", sans-serif !important;
  font-size: 1rem;
}
main .content-internal .media-body * {
  font-family: "Open Sans", sans-serif !important;
  font-size: 0.8rem;
}
main .content-internal .desc-forms {
  font-size: 2rem;
  font-weight: bold;
  color: #a4282b;
  text-align: center;
}
main .content-internal .align-paginacao {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-content: center;
}
main .content-internal .jumbotron {
  background: url(../imgs/bg-padrao.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  background-color: #a4282b;
  padding-top: 135px;
  min-height: 359px;
  /*&:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 359px;
      background-color: #ff00006e;
      top: 0;
      z-index: 1;
  }*/
}
main .content-internal .title {
  position: relative;
  text-align: left;
  color: #fff;
  font-weight: bolder;
  font-size: 4rem;
  z-index: 2;
}
main .content-internal .subtitle {
  font-size: 2.5rem;
  font-weight: bold;
  color: #a4282b;
  text-align: left;
}
main .content-internal .desc {
  font-size: 1.4rem;
  color: #9d9d9d;
}
main .content-internal img.img-border-box {
  border-radius: 10px;
  box-shadow: 2px 2px 12px #00000063;
}
main .content-internal .text-primary {
  color: #343a40 !important;
}
main .content-internal .card:hover {
  opacity: 0.6;
}
main .content-internal .card-text {
  color: #a4282b;
  font-weight: bold;
}
main .content-internal .card-desc {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #a4282b;
  text-align: center;
  font-weight: bold;
  font-size: 0.7rem;
  margin-bottom: 0;
  background-color: #000;
  box-shadow: 2px 2px 2px #21252952;
  border-radius: 50%;
  padding: 0.5rem;
  z-index: 9;
}
main .content-internal .servico .title {
  font-size: 2rem;
}
main .content-internal .servico .desc {
  font-size: 1.4rem;
  color: #9d9d9d;
}
main .content-internal .clientes-beneficiados .media {
  background-color: #a4282b;
  color: #fff;
  border-radius: 5px;
  /*box-shadow: 2px 2px 12px #0000008a;*/
  padding: 0.5rem;
  min-height: 336px;
}
main .content-internal .clientes-beneficiados .media .media-body {
  margin-left: 1rem;
}
main .content-internal .clientes-beneficiados .media .media-body h5, main .content-internal .clientes-beneficiados .media .media-body p {
  font-family: Bahnschrift, sans-serif;
}
main .content-internal .clientes-beneficiados .media:after {
  content: "";
  position: absolute;
  width: 30vw;
  height: 100%;
  background-color: #a4282b;
  right: -30%;
  top: 0;
  border-top: 66vh solid transparent;
  border-right: 50vh solid #fff;
  z-index: -1;
}
main .content-internal .clientes-beneficiados .left {
  background-color: #ffd226;
}
main .content-internal .clientes-beneficiados .left:after {
  background-color: #ffd226;
  left: -30%;
  border-right: unset;
  border-left: 50vh solid #fff;
}
main .content-internal #button-addon2 {
  background-color: #a4282b !important;
  color: #fff;
}
main .content-internal .list-group-item.list-group-item-action {
  font-weight: bold;
}
main .content-internal .list-group-item.list-group-item-action.active {
  background-color: #a4282b;
  border-color: "#a4282bac";
  color: #fff;
}
main .content-internal .page-item.active .page-link {
  border-color: #a4282b;
  background-color: #a4282b;
  color: #fff;
}
main .content-internal .page-link {
  color: #a4282b;
}
main .bx-vd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
main .bx-vd a {
  display: flex;
  align-items: center;
  justify-items: center;
}
main .bx-vd img {
  border-radius: 15px;
  box-shadow: 2px 2px 10px #00000057;
  margin: auto;
}
main .bx-vd h4 {
  font-size: 1.8rem;
  margin: 1rem;
  text-align: left;
  font-weight: bold;
  color: red;
  align-self: center;
}
main #map {
  height: 100vh;
}
main #map * {
  font-family: Bahnschrift, sans-serif !important;
}
main #cont-news img {
  border-radius: 10px;
  box-shadow: 2px 2px 10px #0000004a;
}

/** Perguntas Frequentes */
.panel-heading {
  padding: 2%;
  color: #fff;
  font-weight: bold;
  margin-bottom: 4px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.39);
  background-color: #f1a619;
}

.panel-heading a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.panel-heading a:before {
  content: "+";
  width: 50px;
  height: 50px;
  font-size: 0.8rem;
  border: 2px solid #fff;
  padding: 0.5rem;
  border-radius: 50%;
}

.panel .panel-collapse {
  border: 1px solid #000;
  border-top: none;
  border-radius: 5px;
  margin-bottom: 2rem;
  padding: 2px 15px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.39);
}

/** CARDS ANIMADOS **/
.card {
  overflow: hidden;
}
.card img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.card:hover {
  -webkit-animation: pulse 0.25s;
  animation: pulse 0.25s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/** GALERIA **/
.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  border-radius: 20px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}
.gallery-container h1 {
  text-align: center;
  margin-top: 70px;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
}
.gallery-container p.page-description {
  text-align: center;
  max-width: 800px;
  margin: 25px auto;
  color: #888;
  font-size: 18px;
}

.tz-gallery {
  padding: 40px;
}
.tz-gallery .lightbox img {
  width: 100%;
  margin-bottom: 30px;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.tz-gallery .lightbox img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}
.tz-gallery img {
  border-radius: 4px;
}

/** CUSTOM FILE INPUT **/
.custom-file-label::after {
  content: "Escolha uma Foto";
}

.rounded-custom {
  border-radius: 50%;
}

/*# sourceMappingURL=estilo.css.map */
