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

body {
    top: 0;
}

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

.container {
    max-width: 1280px;
    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;
}

.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: #897148; */
    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;
    /*box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.1);*/
    position: fixed;
    width: 100%;
    top: 60px;
    transition: .5s ease;
    z-index: 2;
    background-color: #ffffff;
}

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

.navigation__logo {
    width: 20%;
    max-height: 250px;
}

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

.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: #897148; */
    position: absolute;
    left: 20px;
    right: 20px;
    top: 60%;
    height: 3px;
}

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

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

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

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

.navigation__dropdown:hover .navigation__dropdown__content {
    display: flex;
    width: 150%;
}

.navigation__dropdown__content .navigation__link {
    padding: 10px;
    color: #FFF;
    height: auto;
    width: 100%;


    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);
}

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

.shrinknavigation .navigation__logo {
    max-height: 70px;
}

.shrinknavigation .navigation__link {
    height: 70px;
}

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

.home {
    width: 100%;
}

.home__carousel {
    width: 100%;
    margin-top: 140px;
    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%);

}

.home__carousel__slide:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    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: 3vw;
    font-weight: 700;
    text-align: center;
}

.home__carousel__slide__image__btn {
    /*background-image: linear-gradient(to bottom, #83663e, #8e7249, #997e54, #a58a5f, #b0966a);*/
    /* background-color: #897148; */
    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-image: linear-gradient(to bottom, #b0966a, #a58a5f, #997e54, #8e7249, #83663e);*/
/*
    background-color: #333;
    color: #897148;
    box-shadow: 0px 0px 0px 2px #897148;
*/	
}

.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: 104%;
    left: -2%;
    
}

.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;
}

.col2 {
    
}

.about__image {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.about__title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 5px;
}

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

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

.about__btn {
    /*background-image: linear-gradient(to bottom, #83663e, #8e7249, #997e54, #a58a5f, #b0966a);*/
    /* background-color: #897148; */
    color: #ffffff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
    transition: .2s ease;
    margin-top: auto;
}

.about__btn:hover {
    /*background-image: linear-gradient(to bottom, #b0966a, #a58a5f, #997e54, #8e7249, #83663e);*/
/*    
	background-color: #333;
    color: #897148;
    box-shadow: 0px 0px 0px 2px #897148;
*/	
}

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

    padding-top: 50px;
}

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

.cards__container__linha {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
}

.card {
    width: 25%;
    padding: 20px;
    min-height: 430px;
    transition: .2s ease;
    position: relative;
    margin: auto;
    

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

.card:hover {
    box-shadow: 0px 0px 40px 1px rgba(0,0,0,0.25);
    transform: scale(1.1);
}

.card__image {
    max-height: 171px;
    max-width: 100%;
}

.card__title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #454545;
    padding: 20px 0;
    text-align: center;
}

.card__text {
    color: #555555;
    text-align: center;
}

.card__link {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    /* color: #897148; */
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
    transition: .2s ease;
    padding: 10px;
}

.card__link:hover {
    color: #333;
}

.acompanhamento {
    position: relative;
    background-position: center;
    background-size: cover;

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

    padding: 50px 0;
}

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

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

    outline: 1px solid #ffffff;
    padding: 50px;
    z-index: 1;
}

.acompanhamento__title {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffffff;
}

.acompanhamento__text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    color: #FFF;
    margin: 20px 0;
}

.acompanhamento__btn {
    /* background-color: #897148; */
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px;
    text-decoration: none;
    transition: .2s ease;
    font-size: 16px;
    letter-spacing: 4px;
    cursor: pointer;
    z-index: 1;
    text-align: center;
}

.acompanhamento__btn:hover {
/*
    background-color: #333;
    color: #897148;
    box-shadow: 0px 0px 0px 2px #897148;
*/	
}

.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: 30px;
    text-align: center;
    /* color: #897148; */
}

.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: #fff;
    color: #333;
    font-size: 13px;
}

.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__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: #897148; */
}

.rodape__list__item {
    margin-bottom: 10px;
}

.rodape__logo {
    width: 67%;
    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;
	font-weight:bold;
}

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

.rodape__menu__list__item i {
    /* color: #897148; */
}

.rodape__contato {
    width: 30%;
}

.rodape__contato__item {
    margin-bottom: 10px;
}

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

.rodape__contato__btn {
    width: 80%;
    height: 40px;
    border-radius: 5px;
	/*
    border: 2px solid #333;
    color: #333;
	*/
    text-decoration: none;
    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; background-color: #333; */
    
    color: #FFF;

    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: #897148;
}

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

.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;
    flex-flow: row center;
    justify-content: center;
    align-items: center;
    align-content: center;

    margin-top: 140px;
    padding: 20px 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    background-color: #333;
}

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

}

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

    background-color: #F5F5F5;
}

.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;
}
.topmobile img{ max-width:100%;}

.topmobile__container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 20px 0;
}

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

.topmobile__navigation {
    display: flex;
    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: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    width: 50%;
    text-align: left;
    text-decoration: none;
    color: #e6e6e6;
}

@media (max-width: 720px) {
    h1{ font-size:20px; }
	
	.topmobile__navigation__link { width:80%; }

    .navigation__logo {
        width: 50%;
    }

    .home__carousel__slide {
        height: 220px;
    }

    .home__carousel__slide__image__text {
        font-size: 16px;
    }

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

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

    .about {
        min-height: 530px;
    }

    .about__carousel {
        top: 5%;
    }

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

    .col1 {
        padding: 30px;
    }

    .about__image {
        height: 200px;
    }

    .about__text {
        font-size: 13px;
    }

    .cards__container__linha {
        flex-direction: column;
        margin-bottom: 0;
    }

    .card {
        width: 90%;
        box-shadow: 0px 0px 40px 1px rgba(0,0,0,0.25);
        margin-bottom: 20px;
        min-height: auto;
    }

    .card__text {
        font-size: 13px;
    }

    .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;
    }
}

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

    .topnavigation {
        display: none;
    }

    .navigation {
        display: none;
    }

    .home__carousel {
        margin-top: 0;
    }
}




/* Newsletter */
section.newsletter {
    background-color: #efefef;
    padding: 30px 0 !important;

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

section.newsletter h1 {
    color: #bf9e58;
    /*font-size: 1.5vw;*/
}

section.newsletter p {
	font-size:12px;
}

section.newsletter input{
    height: 45px;
    border-radius: 5px;
    border: 3px solid #ffffff;
    background-color: transparent;
    text-align: center;
}

section.newsletter input::placeholder{
    color: #000000;
    text-align: center;
}

section.newsletter span {
    background-color: #ffffff;
    height: 45px;
    border-radius: 5px;
	padding:5px;
}

section.newsletter span h2 {
    color: #bf9e58;
    text-align: center;
	font-size:18px;
    line-height: 1;
	padding: 0;	
    width: 100%;
}

section.newsletter button{
    height: 45px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #bf9e58;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
	border:0px;
}

section.newsletter button i {
    height: 100%;
    padding: 0 10px;
}

section.newsletter button:hover {
    background-color: #ffffff;
    color: #bf9e58;
    border: 1px solid #ac8e4f;

    transition: all 0.5s linear;
}

section.newsletter .grid-1 {
    width: 12%;
}


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

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

@media (max-width: 720px) {
    section.newsletter .grid-1 {
        width: 100%;
    }

    section.newsletter .zerar-margin {
        margin: 5px 0 !important;
    }
}

