/* HEADER */
body{color: #808080;}
header {
    position: relative;
    height: 900px;
}

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

.header__carousel .slick-list, 
.header__carousel .slick-track
{
    height: 100%;
}

.header__carousel__item {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@keyframes zoom {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.8);
	}

	100% {
		transform: scale(1);
	}
}

.header__carousel__item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    filter: brightness(0.6);
    max-width: 100%;
    animation: 50s ease-in 0s infinite normal none running zoom;
}



/* SEARCH */
.search{ margin:0 auto;}

.search .container{
    padding: 190px 0 190px;
    color: #ffffff;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.search h1 {
    font-family: "Signika", Arial, sans-serif;
    font-weight: 400;
    font-size: 5.0rem;
    margin-bottom: 15px;
    line-height: 1;
	text-align:center;
}

.search h1 span {
    font-weight: 700;
}

.search p {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 50px;
    line-height: 1;
}

.busca {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* border-radius: 100px; */
   /*  background: rgba(255, 255, 255, 0.15); */
}
.busca_div{
	width: 100%;
    display: flex;
	/* flex-flow: row wrap; */
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.15);	
}
.topsearch__right { margin: 0 20px;}
.topsearch_codigo{cursor: auto;height: 44px;width: 200px;border-radius: 25px;border: unset;padding-left: 15px; width: 100px; background: rgba(255,255,255,0.9);}
.topsearch_btn{position: absolute;    top: 12px;    right: 17px;    cursor: pointer;    cursor: hand;    background: none;    border: none;    font-size: 18px;}

/****** CUSTOM SELECT ******/
/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    width: 25%;
    margin: 20px 0;
    margin-left: 20px;
}

.custom-select h5 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    right: 10px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected 
{
    cursor: pointer;
    user-select: none;
    /* background-color: #fff; */
	background: rgba(255,255,255,0.9);
    border: none;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    border: 1px solid #e8e8f0;
    color: #000;
    padding: 10px 30px;
    height: 44px;
    overflow: hidden;
    line-height: 1.9;
    border-radius: 40px;
}

.select-items div {
    border-radius: 0;
}

/*style items (options):*/
.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    max-height: 175px;
    overflow-y: scroll;
}

.select-items::-webkit-scrollbar {
    width: 5px;
}

.select-items::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* .select-items::-webkit-scrollbar-thumb {
    background: #3195ff;
} */

.select-items::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: #E7E7E7;
}

/***** END CUSTOM SELECT *****/

.busca__select {
    color: #000;
    font-weight: bold;
    padding-left: 15px;
    margin-right: 20px;
    border: none;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    font-size: 1rem;
    width: 25%;
}

/* .busca__select:focus {
    outline:2px solid #3195ff;
} */

.busca__btn {
    border: none;
    /* background-color: #3195ff; */
    color: #fff;
    letter-spacing: 1px;
    padding: 14px 30px;
    cursor: pointer;
    font-size: 1.4rem;
    transition: .5s ease;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 40px;
    display: flex;
    height: 44px;
}

.busca__btn i {
    margin-right: 5px;
}

.busca__btn:hover {
    background-color: #212529;
}

@media (max-width: 768px) {
    .busca {
        padding: 30px;
        border-radius: 5px;
        flex-flow: column;
    }

    .custom-select {
        width: 100%;
        margin: 5px 0px;
        margin-left: unset;
    }

    .busca__btn {
        margin-top: 15px;
    }

    .search .container {
        padding: 60px 0 60px;
    }
	
	.topsearch__right{margin:0 auto;}
	.busca_div{flex-flow: row wrap;}
	.topsearch__buscar, .topsearch_codigo{width: 100%}
	
	.busca_div{ padding:5px; border-radius: 30px; }
}
/* END SEARCH */

/*about*/
.about .sectionheader {
    margin-bottom: 0;
}
/*end about*/

/* SUPERDESTAQUE */
.sectionheader {
    margin-bottom: 50px;
    text-align: center;
	wid
}
.sectionheader__title {
    font-size: 3.8rem;
    color: #071f1d;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}
.sectionheader__description {
    font-size: 1.7rem;
    color: #707070;
    font-weight: 400;
}

.superdestaque .container {
    width: 95%;
}

.superdestaque__carousel .slick-prev i, 
.superdestaque__carousel .slick-next i
{
    color: #000;
    font-size: 2rem;
}
.slick-dots li button:before {
    font-size: 10px;
}

.superdestaque__item {
	display: flex !important;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
    /*height: 661.375px;*/
    height: 768px;
}

.superdestaque__item__col {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
    height: 100%;
    width: 50%;
}

.width-1 {
    width: calc(100% - 20px);
}
.width-2 {
    width: calc(50% - 20px);
}

.superdestaque__item__block {
	position: relative;
	color: #fff;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-end;
    overflow: hidden;
    height: calc(50% - 20px);
    margin: 10px;
    border-radius: 5px;
}

.superdestaque__tags {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 1;
	display: flex;
	flex-flow: column wrap;
	align-items: flex-start;
	/* width: calc(100% - 40px); */
	opacity: 1;
    transition: .5s;
    font-size: 1.2rem;
}

.superdestaque__item__block:hover .superdestaque__tags {
	transform: translateY(-100%);
    opacity: 0;
}

.superdestaque__tags__1 {
	/* background-color: #3195ff; */
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	padding: 7px 15px;
	font-weight: bold;
    margin-bottom: 10px;
    font-family: "Signika", Arial, sans-serif;
    border-radius: 30px;
}

.superdestaque__tags__2 {
	padding: 7px 15px;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Signika", Arial, sans-serif;
    border-radius: 30px;
    line-height: 1;
}

.superdestaque__item__block img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
    transition: 0.5s;
    border-radius: 5px;
}

.superdestaque__item__block:hover img {
	transform: scale(1.1);
}

.superdestaque__item__block__info {
	position: absolute;
	left: 0px;
	bottom: 0px;
	line-height: 1;
    padding: 100px 20px 20px 20px;
	width: 100%;
	background: linear-gradient(to bottom,transparent,#000);
	transform: translateY(28%) translateZ(0);
	transition: all .2s;
    z-index: 2;
}

.superdestaque__item__block__info2{
	transform: translateY(44%) translateZ(0);
} 

.superdestaque__item__block__info h3 {
	transition: all .3s;
	margin-bottom: 5px;
    text-shadow: #151515 1px 1px;
    font-family: "Signika", Arial, sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
}

.superdestaque__item__block__info .ft_cidade { font-size:1.4rem; font-weight: normal !important;}


.superdestaque__item__block__info h3:first-child {
    font-size: 2rem;
}

.superdestaque__item__block__info h3:nth-child(2) {
    font-weight: 700;
}

.superdestaque__item__block:hover .superdestaque__item__block__info {
	transform: translateY(0) translateZ(0);
}

.superdestaque__item__block__info p {
	margin-bottom: 10px;
	opacity: 0;
	text-shadow: #151515 1px 2px;
}

.superdestaque__item__block:hover .superdestaque__item__block__info p {
	opacity: 1;
}

.superdestaque__item__block__info__features {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	opacity: 0;
	margin-top: 20px;
}

.superdestaque__item__block:hover .superdestaque__item__block__info__features {
	opacity: 1;
}

.superdestaque__item__block__info__features__item {
	/* background-color: #3195ff; */
	color: #fff;
	padding: 10px;
	margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 30px;
    font-family: "Signika", Arial, sans-serif;
}

.superdestaque__item__block__info__features__item:last-child {
	margin-right: none;
}

.superdestaque__item__corretor {
    color: #fff;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    z-index: 2;
    margin-top: 15px;
}
.destaque__item__corretor span{font-size: 1.8rem; line-height: 1; font-weight:bold;}

.superdestaque__item__corretor span{font-size: 1.8rem; line-height: 1; font-weight:bold;}
.superdestaque__item__corretor .iconc{color: #FFF;text-align: center;padding: 12px;font-size: 31px;margin: 0; }

.superdestaque__item__corretor__img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    margin-right: 14px;
}

.superdestaque__item__corretor__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media (max-width: 990px) {
    .superdestaque__item {
        height: unset;
    }

    .superdestaque__item__col {
        width: 100%;
    }

    .superdestaque__item__block {
        height: 300px;
    }
}

@media (max-width: 768px) {

    .width-2 {
        width: calc(100% - 20px);
    }
}
/* END SUPERDESTAQUE */

/* DESTAQUE */
.destaque .container {
    width: 100% !important;
}

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

.destaque__carousel .slick-track {
    padding: 15px 0;
}

.destaque__carousel .slick-prev,
.destaque__carousel .slick-next
{
    z-index: 2;
    height: 100%;
    /*width: 379.61px;*/
    width: 20vw;
    background: rgba(255, 255, 255, 0.5);
}

.grey-bg .destaque__carousel .slick-prev,
.grey-bg .destaque__carousel .slick-next
{
    background: #f1f1f785;
}

.destaque__carousel .slick-prev {
    left: 0;
    text-align: right;
}

.destaque__carousel .slick-next {
    right: 0;
    text-align: left;
}

.destaque__carousel .slick-prev i, 
.destaque__carousel .slick-next i
{
    color: #000;
    font-size: 2.5rem;
    pointer-events: all;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    height: 40px;
    width: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 40px;
}

.destaque__item {
    width: 359.61px;
	/* min-height:500px; */
    margin: 10px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: .4s;
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
}

.destaque__item:hover {
    box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.1);
}

.destaque__item__img {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.destaque__item__img img{
    width: 100%;
	max-height:300px;
	height:260px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
    transition: .2s;
    display: block;
}

.destaque__item:hover .destaque__item__img img {
    transform: scale(1.2);
}

.destaque__item__img__tags {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
    background-color: #fff;
    padding-bottom: 20px;
}

.destaque__item__img__tags__item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    text-align: center;
    z-index: 2;
    background-color: #fff;
    padding: 5px 20px;
    margin-top: -17.5px;
    display: block;
    margin-right: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}

.destaque__item__corretor {
    position: absolute;
    bottom: 18.5px;
    left: 0;
    color: #fff;
    padding: 0 15px 15px 15px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    background: linear-gradient(0deg,#26262b,rgba(63,68,72,.25) 90%,rgba(37,39,40,0));
    width: 100%;
}

.destaque__item__corretor__img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    margin-right: 14px;
}

.destaque__item__corretor__img .iconc{color: #FFF;text-align: center;padding: 12px;font-size: 31px;margin: 0; }


.destaque__item__corretor__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.destaque__item__img__legenda {
    padding: 7px 15px;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Signika", Arial, sans-serif;
    border-radius: 30px;
    line-height: 1;
    position: absolute;
    top: 15px;
    margin: 0 15px;
}

.destaque__item__info {
    padding: 0 20px;
}

.destaque__item__name {
    color: #222222;
    font-size: 1.8rem;
	line-height:1;
    font-weight: 500;
    margin: 0px;
}
.destaque__item__location{ font-size:11px; margin-bottom:5px; }
.destaque__item__description{ line-height:1.5; font-size:12px; color:#666; min-height:50px; }

.destaque__item__info__features {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 15px;
    width: 100%;
    margin-top: 15px;
}

.destaque__item__info__features__item {
    margin-right: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
    position: relative;
}

.destaque__item__info__features__item__tooltip {
    position: absolute;
    bottom: calc(100% + 10px);
    padding: 5px;
    border-radius: 4px;
    background-color: #000;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: .2s ease;
	transform: translateY(-20px);
}

.destaque__item__info__features__item__tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.destaque__item__info__features__item:hover .destaque__item__info__features__item__tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.destaque__item__info__features__item i{
    color: #aaaaaa;
    margin-right: 5px;
    border: 1px solid #aaaaaa;
    padding: 5px;
    border-radius: 50%;
}

.destaque__item__info__valor {
    margin: 15px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.destaque__item__info__valor span {
    font-size: 2.5rem;
    /* color: #3195ff; */
    margin-right: auto;
}

.destaque__item__info__valor p {
    text-transform: uppercase;
    font-size: 1.3rem;
}

@media (max-width: 990px) {
    .destaque__carousel .slick-prev, 
    .destaque__carousel .slick-next 
    {
        height: unset;
        background: unset;
        top: calc(100% + 10px);
        width: 50px;
    }
}
/* END DESTAQUE */

/* MÓDULOS */
.modulos {
    display: flex;
    flex-flow: row wrap;
}

.secmodulos{width:100%;}
.modulos .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.modulos__text {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
}

.modulos__text h3 {
    position: relative;
    font-size: 34px;
    margin: 0;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 20px;
}

.modulos__text h3:before {
    left: calc(50% - 30px);
    bottom: 0;
    position: absolute;
    width: 60px;
    height: 1px;
    /* background: #3195ff; */
    content: "";
}

.modulos__text p {
    color: #7d7d84;
    margin-bottom: 2rem;
}

.modulos__item {
    padding: 20px;
    width: calc(25% - 20px);
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    align-items: center;
    background-color: transparent;
    position: relative;
    margin: 10px;
    text-align: center;
    border-radius: 5px;
    height: 350px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.modulos__item:before
{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 100%;
    right: 100%;
    opacity: 0;
    border-top: 2px solid;
    border-right: 2px solid;
	/* border-color: #3195ff; */
	z-index: 1;
    pointer-events: none;
    border-radius: 5px;
}

.modulos__item:after
{
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 100%;
    left: 100%;
    opacity: 0;
    border-bottom: 2px solid;
    border-left: 2px solid;
	/* border-color: #3195ff; */
	z-index: 1;
    pointer-events: none;
    border-radius: 5px;
}

.modulos__item:hover:before
{
    opacity: 1;
    right: 0px;
    bottom: 0px;
    transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
}

.modulos__item:hover:after
{
    transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    opacity: 1;
    left: 0px;
    top: 0px;
}

.modulos__item__icone {
    font-size: 6rem;
    /* color: #3195ff; */
    z-index: 1;
}

.modulos__item__nome {
    
    font-weight: 500;
    font-size: 1.8rem;
    color: #222222;
}

.modulos__item__description {
    font-weight: normal;
    color: #808080;
}

.btn1 {
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    /* background-color: #3195ff; */
    padding: 7px 20px;
    border: none;
    font-size: 1.4rem;
    line-height: 1.85;
    outline: none;
    cursor: pointer;
    transition: .2s;
}

.btn1:hover {
    background-color: #222;
}

.modulos__item .btn1 {
    margin: 0 auto;
    text-transform: unset;
}

.modulos__item__link__list {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.modulos__item__link {
    font-weight: normal;
    color: #999;
    z-index: 1;
    cursor: pointer;
    transition: .2s;
    text-decoration: none;
}

.modulos__item__link:hover {
	/* color: #3195ff; */
	text-decoration: underline;
}

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

.modulos__item__form__input {
    width: 48%;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 10px;
    font-weight: bold;
    color: #222;
    margin-bottom: 7px;
    background-color: transparent;
    outline: none;
    z-index: 2;
    border-radius: 30px;
}

.modulos__item__form__codigo {
    width: 48%;
    text-align: end;
    white-space: nowrap;
    z-index: 2;
}

.modulos__item__form__codigo input {
    width: 44%;
    padding: 10px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: none;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
}

.modulos__item__form__codigo span {
    font-weight: bold;
    color: #000;
}

.modulos__item__form .modulos__item__btn {
    margin: 0 auto;
    margin-top: 10px;
}

@media (max-width: 990px) {
    .modulos__item {
        width: calc(50% - 20px);
        margin-bottom: 60px;
    }
}

@media (max-width: 768px){
    .modulos__item {
        width: calc(100% - 20px);
    }
}
/* END MÓDULOS */

/* MAISPESQUISADOS */
.maispesquisados {
    display: flex;
    flex-flow: row wrap;
    /* background-color: #3195ff; */
    color: #fff;
}

.maispesquisados * {
    color: inherit;
}

.maispesquisados .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 95%;
}

.maispesquisados .sectionheader {
    width: 38%;
    padding-right: 15px;
    margin: auto 0;
}

.maispesquisados .sectionheader__title {
    color: inherit;
    font-family: "Signika", Arial, sans-serif;
    font-weight: 400;
}

.maispesquisados .btn1 {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-top: 15px;
    border: 1px solid;
    border-color: inherit;
}

.maispesquisados .btn1:hover {
    background-color: #fff;
    /* color: #3195ff; */
}

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

.maispesquisados__item {
	padding: 10px 20px;
	margin: 0 5px 5px 0;
	cursor: pointer;
	border: 1px solid #000;
    transition: .2s;
    border-color: inherit;
    border-radius: 30px;
}

.maispesquisados__item:hover {
    background-color: #fff;
    /* color: #3195ff; */
	border-color: inherit;
}

.maispesquisados__item i {
	margin: 0 5px 0 0;
}

@media (max-width: 990px) {
    .maispesquisados .sectionheader {
        width: 100%;
        margin: unset;
        margin-bottom: 50px;
    }

    .maispesquisados__lista {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .maispesquisados__text {
        width: 100%;
        margin-bottom: 60px;
    }

    .maispesquisados__lista {
        width: 100%;
    }
}
/* END MAISPESQUISADOS */

/* NOTICIAS */
.noticias {
	padding: 80px 0;
}

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

.noticia {
	width: calc(33% - 20px);
	margin: 10px;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-flow: row wrap;
	cursor: pointer;
    position: relative;
}

.noticia:before
{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 100%;
    right: 100%;
    opacity: 0;
    border-top: 2px solid;
    border-right: 2px solid;
	/* border-color: #3195ff; */
	z-index: 1;
    pointer-events: none;
}

.noticia:after
{
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 100%;
    left: 100%;
    opacity: 0;
    border-bottom: 2px solid;
    border-left: 2px solid;
	/* border-color: #3195ff; */
	z-index: 1;
    pointer-events: none;
}

.noticia:hover:before
{
    opacity: 1;
    right: 0px;
    bottom: 0px;
    transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
}

.noticia:hover:after
{
    transition: opacity .001s linear .251s, left .125s linear .252s, top .125s linear .377s;
    opacity: 1;
    left: 0px;
    top: 0px;
}

.noticia__img {
	width: 100%;
	height: 180px;
    overflow: hidden;
}

.noticia__img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: .5s;
	z-index: 0;
}

.noticia:hover .noticia__img img{
	transform: scale(1.2);
}

.noticia__info {
	padding: 30px 30px 0 30px;
	display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
	align-items: flex-start;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.noticia__info h3 {
    font-size: 1.8rem;
	line-height:1.4;
    color: #222;
    font-weight: 500;
    margin-bottom: 10px;
}

.noticia__info p {
    color: #808080;
    margin-bottom: 20px;
	line-height:1.4;
}

.noticia__info span {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin: 15px 0;
}

@media (max-width: 992px) {
	.noticia {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.noticia__img,
	.noticia__info
	{
		width: 100%;
	}

	.noticia__info p {
		margin: 10px 0;
	}

}
/* END NOTICIAS */

/* localização */
.localizacao {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;

    padding: 60px 0;
    /* background-color: #F5F5F5; */
}

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

.localizacao .sectionheader {
    width: 100%;
}

[class*='localizacao__col'] {
    width: calc(50% - 10px);
    min-height: 430px;
    margin: 5px;
}

.localizacao__col--1 {
    position: relative;

}

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

.localizacao__col--2 iframe {
    border-radius: 5px;
}

.localizacao__text__container {
    padding: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    background-color: #ffffff;
    left: 0;
    min-height: 380px;
    bottom: -7%;
    color: #454545;
    width: 103%;
    border-radius: 5px;

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

.localizacao__text__linha i{
    width: 30px;
    height: 24px;
    font-size: 2rem;
    text-align: center;
    /* color: #3195ff; */
}

.localizacao__text__linha .fa-envelope {
    font-size: 2rem;
}

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

@media (max-width: 768px) {
    .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;
    }
}
/* end localização */


/*imgbanner*/
.imgbanner {
    margin: 70px 0 70px 0px;
}

.imgbanner .slick-prev:before,
.imgbanner .slick-next:before 
{
    content: none;
}

.imgbanner .slick-prev,
.imgbanner .slick-next 
{
    z-index: 2;
    color: var(--primary);
    font-size: 1.2rem;
    background-color: rgba(255,255,255,0.6);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
}

.imgbanner .slick-prev:hover, 
.imgbanner .slick-next:hover
{
    color: var(--primary);
    background: #fff;
    box-shadow: 4px 2px 0 0 var(--primary);
}

.imgbanner .slick-prev {
    left: 15px;
}

.imgbanner .slick-next {
    right: 15px;
}

.imgbanner__carousel {
    height: auto;
	max-height:800px;
}

.imgbanner__carousel .slick-list,
.imgbanner__carousel .slick-track
{
    height: 100%;
}

.imgbanner__carousel img {
    max-height: 650px;
    max-width: 100%;
	margin:0 auto;
    object-fit: fill;
	border-radius:5px;
}

.imgbanner__carousel .item {
    position: relative;
}

.imgbanner__carousel .item__text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: rgba(0,0,0,0.2); */
    display: none;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.imgbanner__carousel .item__text span {
    color: #fff;
    padding: 20px;
    font-size: 2rem;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
/*end imgbanner*/