* {
    font-family: 'Poppins', sans-serif;
    /*outline: 1px solid red !important;*/
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    top: 0;
}

a {
    text-decoration: none;
}

.goog-te-banner-frame {
    position: relative;
}

.container {
    max-width: 1920px;
    width: 90%;
}

.topnavigation {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
    align-items: center;

    font-size: 15px;
    min-height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.topnavigation__container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.topnavigation__container {
    color: #595959;
}

.navigation__container img{ max-height:320px; transition: .5s ease; max-width:100%; }

.topnavigation__left {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.topnavigation__right {
    position: relative;
}

.dot {
    margin: 0 10px;
}

.topnavigation__btn {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor: pointer;
}

.topnavigation__btn i{
    /* color: #9A0000; */
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 30px;
    transition: .2s ease;
}

.topnavigation__btn:hover {
    opacity: 0.7;
}

#tradutor {
    display: none;
    position: absolute;
    right: 110%;
    top: 0;
}

.navigation {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
    align-items: center;

    font-size: 15px;
    min-height: 140px;
    position: fixed;
    width: 100%;
    top: 60px;
    transition: .5s ease;
    z-index: 3;
    background-color: #ffffff;
}

.navigation__container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center; 
}

.navigation__logo {
    max-height: 250px;
}

.navigation__right {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.navigation__link {
    padding: 0 20px;
    text-decoration: none;
    color: #454545;
    position: relative;
    font-weight: 500;
    height: 140px;
    transition: .2s ease;
    outline: none;


    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.navigation__link:hover {
    color: #454545;
}

.navigation__link:after {
    content: '';
    width: 0;
    transition: .5s ease;
    /* background-color: #9A0000; */
    position: absolute;
    left: 20px;
    right: 20px;
    top: 60%;
    height: 3px;
}

.navigation__link:hover:after{
    width: calc(100% - 40px);
}

.navigation__link span {
    display: flex;
    align-items: center;
}

.navigation__dropdown {
    position: relative;
	cursor:hand;
	cursor:pointer;
}

.navigation__dropdown__content {
    display: none;
    position: absolute;
    left: 20px;
    width: 100%;
    background-color: #191919;
    top: 77%;
    padding-bottom: 1px;

    flex-flow: column nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.navigation__dropdown:hover .navigation__dropdown__content {
    display: flex;
    width: 180%;
	min-width:190px;
	box-shadow: 0 2px 35px -1px rgba(15,15,15,.5);

}

.navigation__dropdown__content .navigation__link {
    padding: 8px 10px;
    color: #FFF;
    height: auto;
    width: 100%;
	font-size:12px;
	border-bottom: 1px solid #333;

    justify-content: flex-start;
}

.navigation__dropdown__content .navigation__link:hover {
    color: #ffffff;
}

.navigation__dropdown__content .navigation__link:after {
    top: 88%;
    left: 10px;
    right: 10px;
    transition: width .5s ease;
}

.navigation__dropdown__content .navigation__link:hover:after {
    width: calc(100% - 20px);
}

.nav__search {
    position: relative;
    width: 23%;
	min-width: 107px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
  }

  .nav__search__input {
    padding: 15px 30px 15px 20px;
    border-radius: 50px;
    background-color: #ffffff;
    color: #000;
    border: none;
    width: 100%;
    outline: none;
    border: 1px solid #e3e3e3;
  }

  .nav__search__input::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }

  .nav__search__input::placeholder {
    color: #333;
  }

  .nav__search__icon {
    position: absolute;
    right: 15px;
    color: #9A0000;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    height: 100%;
    width: 22%;
    right: 10px;
    font-size: 20px;
  }

.shrinknavigation {
    top: 0;
    min-height: 70px;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
	z-index:55;
}

.shrinknavigation img {
    max-height: 70px; transition: .5s ease;
}

.shrinknavigation .navigation__link {
    height: 70px;
}

.shrinknavigation .navigation__dropdown__content .navigation__link {
    height: auto;
}

.home {
    width: 100%;
    padding-top: 140px;
    position: relative;
}

.barradebusca {
    position: absolute;
    display: flex;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
    width: 100%;
}

.barradebusca .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
	margin:0 auto;
}

.barradebusca select {
    background-color: #000;
    color: #ffffff;
    border: none;
    padding: 8px;
    width: 12%;
    margin: 15px 0;
    outline: none;
	cursor:pointer;

}

.barradebusca button {
    /* background-color: #9A0000; */
    color: #ffffff;
    border: none;
    width: 13%;
    font-weight: bold;
    height: 100%;
    cursor: pointer;
    outline: none;
    transition: .2s ease;
	padding:7px;
}

.barradebusca button:hover {
    background-color: #ffffff;
/*    color: #9A0000;
    box-shadow:inset 0px 0px 0px 2px rgba(154,0,0,0.75); */
}

.home__carousel {
    width: 100%;
    transition: .5s ease;
}

.home__carousel .animated  {
    -webkit-animation-duration : 200 ms  ;
    animation-duration : 200 ms  ;
}

.owl-nav {
    position: absolute;
    top: 0;
    width: 90%;
    height: 100%;
    left: 5%;
    pointer-events: none;
    margin-top: 0 !important;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.owl-prev, .owl-next {
    pointer-events: all;
}

.home__carousel .owl-prev i,.home__carousel .owl-next i {
    font-size: 40px;
    color: #ffffff;
    opacity: 0;
    transition: .2s ease;
}

.home__carousel:hover .owl-prev i, .home__carousel:hover .owl-next i{
    opacity: 0.7;
}

/*.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
}*/

.home__carousel .owl-prev:hover, .home__carousel .owl-next:hover {
    background: transparent !important;
}

.home__carousel__slide {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(750 / 1903 * 100%);
    background-size: cover;
    background-position: center;
}

.home__carousel__slide:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    pointer-events: none;
    top: 0;
}

.home__carousel__slide__content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;

    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.home__carousel__slide__image__text {
    color: #ffffff;
    font-size: 2.5vw;
    font-weight: 700;
    text-align: center;
    text-shadow: 0px 0px 10px black;
}

.home__carousel__slide__image__btn {
    /*background-image: linear-gradient(to bottom, #83663e, #8e7249, #997e54, #a58a5f, #b0966a);*/
    background-color: #9A0000;
    color: #ffffff;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 13px;
    transition: .2s ease;
    margin-top: 20px;
}

.home__carousel__slide__image__btn:hover {
    background-color: #fff;
    color: #9A0000;
    box-shadow: 0px 0px 0px 2px #9A0000;
}

.about {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    min-height: 440px;
}

.about__carousel {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
    position: absolute;
    top: -15%;
    z-index: 1;
}

.about__carousel .owl-nav {
    width: 103%;
    left: -1.5%;

}

.about__carousel .owl-prev i,.about__carousel .owl-next i {
    font-size: 10px;
    color: #ffffff;
    transition: .2s ease;
}

.about__carousel .owl-prev,.about__carousel .owl-next {
    height: 150px;
    width: 20px;
    background: rgba(0, 0, 0, .7) !important;
    border-radius: 0 !important;
    transition: .2s ease;
}

.about__carousel .owl-prev:hover,.about__carousel .owl-next:hover {
    opacity: 0.7;
}

.carouselcaixa1__slide {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.about__col {
    width: 50%;
    height: 440px;
    background-color: #ffffff;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.col1 {
    padding: 60px;
	transition: .5s ease;
}

.col2 {
	transition: .5s ease;
}


.about__image {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
	position:relative;
	/* background-size: cover; box-shadow: 0 0px 10px 5px rgba(15,15,15,.4); */
}

.about__tagimg {
    padding: 5px;
    /* background-color: #9A0000; */
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 5%;
    left: 5%;
    font-size: 13px;
  }

  .about__tagimg2 {
    padding: 5px;
    background-color: rgba(255,0,0,0.5);
    color: #ffffff;
    font-weight: bold;
    /* text-transform: uppercase; */
    position: absolute;
    top: 40%;
    left: 0%;
	width:100%;
	text-align:center;
    /* max-width: calc(100% - 40px); */
    font-size: 14px;
  }

.about__title {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    color: #000;
}

.about__location {
    color: #333;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}

.about__location::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 70%;
    height: 2px;
    /* background-color: #9A0000; */
}

.about__text {
    color: #333;
    text-align: justify;
    margin-bottom: 20px;
    max-height: 200px;
    overflow: auto;
    font-size: 14px;
}

.about__tags {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.about__tag {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.about__tag i {
    font-size: 30px;
    color: #8e8e8e;
    padding-bottom: 10px;
}

.about__tag p {
    color: #000;
}

.about__tag b {
    /* color: #9A0000; */
}

.about__btn {
    /* background-color: #9A0000; */
    color: #ffffff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 20px;
    transition: .2s ease;
    margin-top: auto;
}

.destaquecards {
    display: flex;
    justify-content: center;
    padding: 0 0 60px 0;
}

.destaquecards .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.destaquecard__nav {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
}

.destaquecard__nav__title {
font-weight: bold;
font-size: 28px;
color: #000;
padding-right: 60px;
position: relative;
}

.destaquecard__nav__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 3px;
    /* background-color: #9A0000; */
    line-height: 1.6;
}

.destaquecard__nav__btn {
cursor: pointer;
color: #000;
cursor: pointer;
text-transform: uppercase;
padding: 8px 15px;
width: auto;
font-size: 14px;
text-align: center;
background-color: #f5f5f5;
margin: 0px 10px;
min-width: 120px;
transition: .2s ease;
}

.ativo {
    /* background: #9A0000; */
    color: #ffffff;
}

.destaquecard__nav__btn:hover {
/*background: #9A0000;*/
color: #ffffff;
}

.destaquecard__nav__btn .active {
background: #e9ba2d;
border: 3px solid #e9ba2d;
color: black;
}

.destaquecard__container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-content: flex-start;
    align-items: flex-start;

    padding-top: 30px;
}

.destaquecard {
    width: 23%;
	margin-bottom: 30px;
	transition: .1s ease;
}

.destaquecard__img {
    width: 100%;
    height: 0;
    padding-top: 70%;
    position: relative;
    transition: .1s ease;
    overflow: hidden;
}

.destaquecard__img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 50%, rgba(0,0,0,1) 100%);
}

.destaquecard:hover .destaquecard__img::after {
    /* background: linear-gradient(to bottom, rgba(255,255,255,0) 50%, rgba(154,0,0,1) 100%); */
}

.destaquecard__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .5s ease;
}

.destaquecard:hover .destaquecard__img img {
    transform: scale(1.5);
}

.destaquecard__tagimg {
    padding: 5px;
    /* background-color: #9A0000; */
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 5%;
    left: 5%;
    font-size: 13px;
  }

  .destaquecard__tagimg2 {
    padding: 5px;
    background-color: rgba(255,0,0,0.5);
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;

	top: 40%;
	width: 100%;
	text-align: center;
	max-width: 100%;
	
  }

.destaquecard__valor {
    position: absolute;
    bottom: 10%;
    left: 5%;
    font-weight: bold;
    color: #ffffff;
    z-index: 1;
    font-size: 22px;
}

.destaquecard__cod {
    position: absolute;
    bottom: 3%;
    left: 5%;
    font-size: 13px;
    color: #ffffff;
    z-index: 1;
}

.destaquecard__details {
    display: flex;
    flex-flow: row wrap;
    padding: 7px;
    justify-content: space-between;
    background-color: #F5F5F5;
}

.destaquecard:hover .destaquecard__details {
    /* background-color: #9A0000; */
}

.destaquecard__name {
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    background-color: #ffffff;
    padding: 10px 0 0 15px;
    color: #000;
}

.destaquecard__location {
    color: #757575;
    background-color: #ffffff;
    width: 100%;
    padding: 0px 0 10px 15px;
	font-size:13px;
}

.destaquecard__description {
    font-size: 13px;
    padding: 20px;
    background-color: #F5F5F5;
    color: #000;
	width:100%;
	min-height:50px;
}

.destaquecard__tag {
    width: 33%;
    border-right: 1px solid #e6e6e6;
    background-color: #ffffff;
    padding: 15px 0;
}

.destaquecard__tag:last-child {
    border: none;
}

.destaquecard__tag p {
    font-size: 12px;
    text-align: center;
    color: #757575;
}

.destaquecard__tag span {
    width: 100%;
    font-weight: bold;
    display: flex;
    justify-content: center;
    color: #000;
}

.diversos {
    display: flex;
    justify-content: center;
	margin-bottom:40px;
}

.diversos__tabs {
display: flex;
flex-flow: row wrap;
}

.diversos__tab {
position: relative;
margin-right: 20px;
}

.diversos__tab__radio__label {
padding: 20px;
color: #000000;
transition: .2s ease;
display: flex;
cursor: pointer;
justify-content: center;
font-weight: 600;
font-size: 11px;
text-transform: uppercase;
}

.diversos__tab__radio__label:hover {
background-color: #9A0000;
color: #ffffff;
}

.diversos__tab .diversos__tab__radio {
position: absolute;
opacity: 0;
}

.diversos__tab__radio:checked + .diversos__tab__radio__label {
background-color: #9A0000;
color: #FFFFFF;
}

.diversos__content {
background-color: #000000;
color: #ffffff;
padding: 30px 0;
font-size: 13px;
}

.diversos__content p {
line-height: 1.6;
}

.diversos__content__col {
padding: 0 30px;
width: 50%;
}

.diversos__links {
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: flex-start;
align-content: flex-start;
height: 100%;
}

.diversos__link {
color: #ffffff;
text-decoration: none;
transition: .2s ease;
line-height: 2.3;
}

.diversos__link:hover {
text-decoration: underline;
transition: .2s ease;
padding-left: 15px;
}

.diversos__link i {
/*color: #9A0000;*/
margin: 0 5px;
}

.diversos__content__maispesquisados .diversos__links {
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100%;
}

.diversos__content__maispesquisados .diversos__link {
  flex-basis: 50%;
}
.diversos__title {
font-weight: 500;
font-size: 25px;
text-transform: uppercase;
color: #ffffff;
position: relative;
line-height: 1.6;
flex-basis: 100%;
margin-bottom: 20px;
}

.diversos__title::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 30px;
height: 3px;
background-color: #9A0000;
line-height: 1.6;
}

.diversos__btn {
  padding: 8px 35px;
  font-size: 16px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  border: 3px solid #e9ba2d;
  text-decoration: none;
  display: inline-block;
  transition: .2s ease;
  z-index: 1;
  cursor: pointer;
  pointer-events: all;
  background-color:transparent;
}

.diversos__btn:hover {
    background-color: #9A0000;
    color: #FFFFFF;
}

.diversos__content__areadocliente {
    display: flex;
    flex-flow: row wrap;
}

.diversos__content__areadocliente .diversos__btn {
margin-bottom: 40px;
}

.diversos__content__newsletter {
  display: none;
  padding: 0 30px;

  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.newsletter__input {
  width: 15%;
  min-width:150px;
  border-radius: 0px;
  border: 1px solid #585858;
  padding: 13px 5px;
  margin: 10px 10px;
	background-color: #000;
    color: #FFF;  
}

.newsletter__cod {
  font-size: 23px;
  color: #e9ba2d;
  text-align: center;
  font-weight: bold;
}

.newsletter__cod__input {
  width: 5%;
  min-width:80px;
  border-radius: 0px;
  border: 1px solid #585858;
  padding: 13px 5px;
  margin: 10px 10px;
  text-align: center;
	background-color: #000;
    color: #FFF;  
}

.diversos__content__maispesquisados {
flex-flow: column nowrap;
padding: 0 30px;
}

.diversos__content__financiamento {
display: none;
flex-flow: column nowrap;
padding: 0 30px;
align-items: flex-start;
}

.diversos__content__correspondentecaixa {
display: none;
flex-flow: column nowrap;
padding: 0 30px;
align-items: flex-start;
}

.diversos__content__procurandopor {
display: none;
flex-flow: column nowrap;
padding: 0 30px;
align-items: flex-start;
}

.localizacao {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;

    padding: 100px 0;
    background-color: #F5F5F5;
}

.localizacao__container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
}


[class*='localizacao__col'] {
    width: 50%;
    min-height: 430px;
}

.localizacao__col--1 {
    position: relative;

}

.localizacao__col--2 {
    padding: 50px 0;
}

.localizacao__title {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #454545;
}

.localizacao__text__container {
    padding: 20px;
    box-shadow: 0px 0px 40px 1px rgba(0,0,0,0.25);
    position: absolute;
    background-color: #ffffff;
    font-size: 14px;
    left: 0;
    min-height: 380px;
    bottom: -7%;
    color: #454545;
    width: 103%;

    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}

.localizacao__text__linha i{
    width: 30px;
    height: 30px;
    font-size: 26px;
    text-align: center;
    /* color: #9A0000; */
}

.localizacao__text__linha .fa-envelope {
    font-size: 24px;
}

.localizacao__text__linha {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.localizacao__text__linha:nth-child(2) {
    margin: 20px 0;
}

.rodape {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;

    background-color: #f9f9f9;
    color: #333;
    font-size: 13px;
	border-top: 1px solid #CCC;
	margin-top:25px;
}

.rodape__container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;

    padding: 60px 0;
}

.rodape__list {
    width: 30%;
    list-style: none;
}

.rodape__list_logo img{ max-width:100%; max-height:320px; }

.rodape__title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #333;
    letter-spacing: 2px;
    position: relative;
}

.rodape__title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 10%;
    height: 2px;
    /* background-color: #9A0000; */
}

.rodape__list__item {
    margin-bottom: 10px;
}

.rodape__logo {
    margin-top: 20px;
    max-height: 250px;
}

.rodape__menu {
    width: 30%;
}

.rodape__menu__list {
    list-style: none;
    max-height: 105px;
    max-width: 384px;
    overflow: auto;

    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.rodape__menu__list__item {
    padding-right: 30px;
    transition: .2s ease;
    cursor: pointer;

    display: flex;
    flex-flow: row nowrap;
}

.rodape__menu__list__item:hover {
    padding-right: 15px;
    padding-left: 15px;
}

.rodape__menu__list__item a{
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

.rodape__menu__list__item i {
    /* color: #9A0000; */
}

.rodape__contato {
    width: 30%;
}

.rodape__contato__item {
    margin-bottom: 10px;
}

.rodape__contato__item i {
    /* color: #9A0000; */
    font-size: 20px;
    width: 20px;
    text-align: center;
}

.rodape__contato__btn {
    width: 80%;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #333;
    text-decoration: none;
    color: #333;
    margin-top: 20px;
    transition: .2s ease;

    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.rodape__contato__btn p {
    text-transform: uppercase;
    height: 100%;
    width: 85%;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    font-size: 13px;

    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.rodape__contato__btn i {
    width: 20%;
    height: 100%;
    border-left: 2px solid #333;
    color: #9A0000;
    background-color: #333;

    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.rodape__contato__btn:hover {
    background-color: #333;
    color: #fff;
    border-color: #9A0000;
}

.rodape__contato__btn:hover i {
    background-color: #9A0000;
    color: #ffffff;
    border-color: #9A0000;
}

.rodape__bottom {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;

    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding: 20px 0;
}

.rodape__bottom__container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

/* INTERNA */

.internatitle {
    display: flex;
    justify-content: center;
}

.internatitle h1 {
    font-weight: bold;
    font-size: 28px;
    color: #000;
    padding: 20px 0;
    position: relative;
}

.internatitle h1::after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 25%;
    height: 3px;
    /* background-color: #9A0000; */
    line-height: 1.6;
}

.internatitle__container {
    display: flex;
    flex-flow: row center;
    justify-content: flex-start;
    align-items: center;
    align-content: center;

}

.internacontent {
    display: flex;
    flex-flow: row center;
    justify-content: center;
    align-items: center;
    align-content: center;

    background-color: #fff;
}

.internacontent__container {
    min-height: 600px;
    padding: 40px 0;
}


/*MOBILE*/
.topmobile {
    display: none;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    z-index: 3;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    top: 0;
}

.topmobile__container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 20px 0;
}
.topmobile__container img{ max-width:100%; max-height:250px; transition: .5s ease; }

.topmobile__btn {
    color: #3f3f3f;
    border: 2px solid #3f3f3f;
    border-radius: 5px;
    padding: 5px 10px;
	cursor:pointer;
	cursor:hand;
}

.topmobile__navigation {
    display: none;
    background-color: #191919;
    padding: 20px 0;
    width: 100%;

    flex-flow: column nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.topmobile__navigation__link {
    padding: 5px 10px;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: #FFF;
	display: inline-block;
	transition: .2s ease;
}
.topmobile__navigation__link:hover{ background-color:#000;     border-bottom: 1px solid #FFF; padding: 5px 20px; }

@media (min-width: 1024px) {
	.navigation__container{flex-flow: unset !important ;}
}

@media (max-width: 1024px) {
    .topmobile {
       display: flex;
    }

    .topnavigation {
        display: none;
    }

    .navigation {
        display: none;
    }

    .home__carousel {
        margin-top: 0;
    }

    .destaquecard {
        width: 44%;
    }
}

@media (max-width: 720px) {
	.topmobile{ display: inline;}
	.navigation{ display:none; }
	.home{padding-top: 0px;}
	.topnavigation{ display:none; }
	
	.diversos__content__maispesquisados .diversos__link {flex-basis: 100%;}

    .navigation__logo {
        width: 50%;
    }

    .home__carousel__slide {
        height: 220px;
    }

    .home__carousel__slide__image__text {
        font-size: 16px;
    }

    .owl-nav {
        width: 98%;
        left: 1%;
    }

    .barradebusca {
		
        padding-top: 10px;
        position: relative;
    }

    .barradebusca select {
        width: 100%;
        margin: 5px 0;
    }

    .barradebusca button {
        height: auto;
        padding: 15px;
        margin-bottom: 10px;
        width: 100%
    }

    .carouselcaixa1__slide {
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }

    .about {
        min-height: 530px;
    }

    .about__carousel {
        top: 5%;
        position: relative;
        margin-top: 20px;
    }

    .about__tag p {
        text-align: center;
        padding: 2px;
    }

    .about__col {
        height: auto;
        width: 100%;
    }

    .col1 {
        padding: 30px;
    }

    .about__image {
        height: 200px;
    }

    .about__tagimg {
        top: 2%;
        left: 5%;
    }

    .about__tagimg2 {
        top: 10%;
        left: 5%;
    }

    .about__text {
        font-size: 13px;
    }

    .about__btn {
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

    .destaquecard__nav__btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .destaquecard {
        width: 100%;
        margin-bottom: 10px;
    }

    .destaquecard__nav__title {
        padding: 0;
        width: 100%;
        text-align: center;
        margin: 10px;
    }

    .diversos__tab {
        margin: 0;
        width: 100%;
    }

    .diversos__content__col {
        width: 100%;
    }

    .newsletter__input, .newsletter__cod, .diversos__content p, .newsletter__cod__input, .diversos__btn  {
        width: 100%;
        text-align: center;
    }

    .diversos__content__financiamento p, .diversos__content__correspondentecaixa p{
        text-align: left;
    }

    .localizacao {
        padding: 20px 0 0 0;
    }

    .localizacao__container {
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    [class*='localizacao__col'] {
        width: 100%;
        min-height: auto;
    }

    .localizacao__text__container {
        position: relative;
        min-height: auto;
    }

    .localizacao__col--2 {
        padding: 20px 0;
    }

    .rodape__container {
        flex-direction: column;
        padding: 0;
    }

    .rodape__list, .rodape__menu, .rodape__contato {
        width: 100%;
        margin: 20px 0;
    }

    .rodape__contato__btn {
        width: 100%;
    }

    .rodape__bottom__container {
        flex-direction: column;
    }

    .internatitle {
        margin-top: 0;
    }
}


/* Busca por Codigo */
.barradebusca__codigobtn {color: #ffffff;border: none;width: 13%;font-weight: bold;height: 100%;cursor: pointer;outline: none;transition: .2s ease;padding:7px; background-color: #000 !important;display: none;}
.barradebusca__codigoinput {background-color: #000;color: #fff;text-align:center;padding: 8px;width: 100%;border: none;outline: none;margin: 15px 0;}
.barradebusca__codigoinput::placeholder{color:#FFF;}
.barradebusca__form {width: 100%;display: flex;flex-flow: row wrap;justify-content: space-between;align-content: center;align-items: center;}
.barradebusca__formcodigo {    width: 100%;    display: none;}
@media (max-width: 720px) {
	.barradebusca__codigobtn {display: block;}
}
/* Busca por Codigo */