/*main*/
main {
    display: flex;
    flex-flow: column nowrap;
}

.main__slider__item {
    height: 100vh;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.main__slider__item::before {
    content: '';
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    z-index: -1;
}

.main__slider__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
	filter: brightness(0.8);
	animation: 90s ease-in 0s infinite normal none running zoom;
}

.item__text h2{color: #FFF; text-shadow: 0px 1px 4px #272727;}

.main__slider__item__text {
    width: 50%;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    flex-flow: column wrap;
    justify-content: center;
}

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

	50% {
		transform: scale(1.8);
	}

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

.superbarradebusca .main__slider__item__text {
    height: 50vh;
    justify-content: flex-end;
}

.superbarradebusca .main__slider__item__text {
    width: 100%;
}

.main__slider__item__text h5 {
    margin-bottom: 10px;
	color: #FFF;
    text-shadow: 0px 1px 4px #272727;	
}

.main__slider__item__text h1, .main__slider__item__text h2 {
    font-weight: 500;
	line-height: 0.9;
	color: #FFF;
    text-shadow: 0px 1px 4px #272727;	
}

@media (max-width: 768px) {
    .main__slider__item__text {
        width: 100%;
    }
}

/*BARRADEBUSCA*/
.barradebusca {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 2;
    width: 50%;
    max-width: 1920px;
    margin-top: calc(-69vh + 24px);
    margin-left: auto;
}

.superbarradebusca .barradebusca {
    margin-top: calc(-50vh + 24px);
    width: 100%;
}
.barradebusca form {
    width: 100%;
}

/* radiobuttons */
.barradebusca__abas {
    display: flex;
    flex-flow: row wrap;
}

.barradebusca__abas__item{
    position: relative;
    display: flex;
    margin-right: 10px;
}

.barradebusca__abas__item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
}

.barradebusca__abas__item span {
    position: relative;
    padding: 0px 35px;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.8);
    color: #101425;
    cursor: pointer;
    transition: all .4s;
    line-height: 50px;
}

.barradebusca__abas__item:hover span {
    background-color: var(--primary);
    color: #fff;
}

.barradebusca__form--1 .barradebusca__abas__item input:checked + span{
    background-color: var(--primary);
    color: #fff;
}

.barradebusca__form--1 .barradebusca__abas__item input:checked + span:after {
    bottom: -10px;
    border-top-color: #212a42;
    opacity: 1;
    visibility: visible;
}

/* endradiobuttons */

.barradebusca__form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 30px 30px 20px 30px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
}

.barradebusca__form select,
.barradebusca__form input[type=text]
{
    padding: 0px 20px;
    width: calc(50% - 15px);
    font-size: 15px;
    margin-bottom: 5px;
    outline: none;
    height: 48px;
    line-height: 48px;
    border: 1px solid #D4D4D4;
    transition: all 0.4s ease;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    color: #666;
}

.superbarradebusca .barradebusca__form select,
.superbarradebusca .barradebusca__form input[type=text] {
    width: calc(15% - 15px);

}

.barradebusca__form select:focus,
.barradebusca__form select:hover,
.barradebusca__form input[type=text]:focus,
.barradebusca__form input[type=text]:hover
{
	border-color: var(--primary);
	color: var(--primary);
}

.barradebusca__form .btn {
    width: calc(50% - 15px);
    margin-bottom: 5px;
    border: 1px solid var(--primary);
}

.superbarradebusca .barradebusca__form .btn {
    width: calc(25% - 15px); 
}

.barradebusca__form a {
	color: #212a42;
    text-decoration: none;
    font-size: 14px;
    transition: .2s;
}

.barradebusca__form a:hover {
	color: #5091fa;
}

.barradebusca__form__pesquisaavancada {
    margin-top: 20px;
}

.barradebusca__form--2 {
    display: none;
}

.barradebusca__form--2 .barradebusca__form {
    justify-content: center;
}

.barradebusca__form--2 button {
    margin: 0 20px;
}

.barradebusca__abas .ativo {
    background-color: var(--primary);
    color: #fff;
}

.barradebusca__abas .ativo:after {
    bottom: -10px;
    border-top-color: #212a42;
    opacity: 1;
    visibility: visible;
}



/*about*/
.about{padding-top: 90px; padding-bottom: 20px;}

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


@media (max-width: 768px) {
	/*HOME*/
	.barradebusca {
		margin-top: 20px;
		width:100%;
	}
	.barradebusca__form .btn { width:100%; }
	/* .nav__logo{ width: calc( 100% - 50px ); } */

    .barradebusca__abas__item {
        width: 100%;
        margin-right: unset;
        margin-bottom: 10px;
        box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.5);
    }

    .barradebusca__abas__item span {
        width: 100%;
        text-align: center;
    }

    .barradebusca__form {
    	box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.5);
    }


    .barradebusca__form select, .superbarradebusca  select {
        width: 100%;
    }
	
	.superbarradebusca .barradebusca__form select, .superbarradebusca .barradebusca__form input[type=text] { width: 100%;}
	.superbarradebusca .barradebusca__form .btn { width: 100%;}

    .barradebusca__form button {
        width: 100%;
    }

    .barradebusca__form input[type=text] {
        width: 100%;
    }

    .barradebusca__form--2 button {
        margin: 0;
    }
    /*END HOME*/

    .main__slider__item__text h2 {
        font-size: 14px;
    }

    .main__slider__item__text h1, .main__slider__item__text h2 {
        font-size: 48px
    }
}

@media (max-height: 850px) {
	.main__slider__item__text h1, .main__slider__item__text h2 {
		font-size: 40px;
	}

	.main__slider__item__text h5 {
		font-size: 20px;
	}
	
	.main__slider__item__text {
		padding-top: 100px;
	}
}

@media (min-height: 769px) and (max-height: 1200px) {
	.main__slider__item__text h1, .main__slider__item__text h2 {font-size: 48px; line-height: 1.2;}
}

@media (max-width: 550px) {
	.main__slider__item__text {
		padding-top: 235px;
	}
}


/*END BARRADEBUSCA*/


/*end main*/

/*ancoras*/
.ancoras {
    margin-top: -100px;
}

.ancoras .container {
    position: relative;
}

.ancora {
    box-shadow: 0px 2px 12px #97a1b2ad;
    background: #fff;
    padding: 50px 20px 45px 20px;
    border-radius: 10px;
    transition: all 0.5s ease;
    margin: 10px 15px 10px 7px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 25%;
    text-align: center;
}

.ancora__icone {
    margin-bottom: 30px;
    padding-top: 25px;
    padding-left: 30px;
    position: relative;
}

.ancora__icone:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    right: 0;
    margin: 0 auto;
    width: 58px;
    height: 58px;
    background: var(--primary);
    border-radius: 50%;
    opacity: 0.2;
}

.ancora__icone i {
    color: var(--primary);
    font-size: 45px;
}

.ancora__details h4 {
    margin-bottom: 20px;
    font-weight: 500;
    min-height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
}

.ancora:hover {
    background-color: var(--primary);
    color: #fff;
}

.ancora:hover .ancora__icone i,
.ancora:hover h4
{
    color: #fff;
}

.ancora:hover .ancora__icone:before {
    background: #fff;
}

.ancora__details span {
    font-weight: 600;
}

.ancoras--arrows {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    width: 100%;
    pointer-events: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    opacity: 1;
}

.ancoras--arrows:hover {
    opacity: 1;
}

.ancoras--arrows .prev {
    margin-left: -50px !important;
}

.ancoras--arrows .next {
    margin-right: -50px !important;
}

@media (max-width: 768px) {
    .ancoras {
        margin-top: 20px;
    }

    .ancoras--arrows .next {
        margin-right: 0px !important;
    }

    .ancoras--arrows .prev {
        margin-left: 0px !important;
    }
}
/*end ancoras*/

/*imgbanner*/
.imgbanner {
    padding: 60px 0 0 0;
}

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

.imgbanner .slick-prev {
    left: 15px;
    z-index: 2;
    color: #000;
}

.imgbanner .slick-next {
    right: 15px;
    z-index: 2;
    color: #000;
}

.imgbanner__carousel {
    height: 370px;
}

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

.imgbanner__carousel img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    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;
    border-radius: 5px;
}

.imgbanner__carousel .item__text span {
    font-family: 'Poppins', serif;
    color: #fff;
    margin-bottom: 20px;
}

.imgbanner .btn {
    margin-top: 20px;
}
/*end imgbanner*/

/*superdestaque*/
.superdestaque {
    padding-top: 80px;
    padding-bottom: 60px;
}

.superdestaque .container {
    padding: 0 0;
}

.imovelslider--holder {
    position: relative;
}

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

.imovel--big,
.imovel
{
    margin: 15px;
    height: 480px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
	transition: all .2s;
}
.imovel:hover, .imovel--big:hover{box-shadow: 0px 2px 12px #97a1b2ad;}

.imovel--big {
    width: calc(50% - 30px);
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-end;
    color: #fff;
    padding: 20px;
	transition: all .2s;
}

.imovel--big:hover {
	color:#FFF;
    /*color: var(--primary);*/
}

.imovel--big img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    transition: all .2s;
}

.imovel--big:hover img {
    transform: scale(1.2);
}

.imovel--big:before {
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 52%, rgba(0, 0, 100, 0));
    height: 70%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.imovel--big h4 {
    width: 100%;
    color: inherit;
    margin-bottom: 2px;
    font-weight: 600;
}

.imovel--big h5 {
    color: inherit;
    margin-right: 10px;
}

.imovel--big span {
    color: inherit;
}

.imovel {
    width: calc(25% - 30px);
}



.imovel__img {
    overflow: hidden;
    height: 230px;
	position: relative;
}

.imovel__img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .2s;
}

.imovel:hover .imovel__img img {
    transform: scale(1.2); color: unset;
}

.imovel__details {
    background: #F6F6F6;
    padding: 20px 20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    height: calc(480px - 230px);
    position: relative;
}

.imovel__corretor {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: -40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
	/* overflow:hidden; */
}

.imovel__corretor i { font-size:70px; }
.imovel__corretor img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

.imovel__corretor--nome {
    font-size: 12px;
    margin-bottom: 10px;
}


.imovel__corretor__tooltip {
    position: absolute;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #000;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: .2s ease;
    z-index: 9;
    right: calc(100% + 10px);
    line-height: 1;
    word-break: keep-all;
    white-space: nowrap;
    top: calc(50% - 12.5px);
	font-size:12px;
}

.imovel__corretor__tooltip:after {
    content: "";
    position: absolute;
    left: 100%;
    top: calc(50% - 5px);
    margin-left: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    transform: rotate(270deg);
}

.imovel__corretor:hover .imovel__corretor__tooltip {
    visibility: visible;
    opacity: 1;
}


.imovel__ref {
	font-size:12px;
    font-weight: normal ;
    margin-bottom: 2px;
}


.imovel__nome {
    font-weight: 600;
    margin-bottom: 2px;
}

.imovel__cidade {
	font-size:12px;
    margin-bottom: 12px;
    font-weight: normal ;
}

.imovel__descricao {
	font-size:12px;
    margin-bottom: 12px;
	font-weight:normal;
}
.imo-dest-cidade{ color:#FFF; }
.imo-dest-descricao{ color:#FFF; width:100%; margin-bottom: 4px; }
.bold{ font-weight:bold; }

.imovel__features {
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
    font-size: 14px;
    border-top: 1px solid rgba(112, 112, 112, 0.1);
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.imovel__features li {
    margin-right: 10px;
}

.imovel__features li:last-child {
    margin-right: 0;
}

.imovel__features li i {
    color: var(--primary);
}


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

.destaque__item__img__legenda_big{top: 40px; bottom: unset;}

.destaque__item__img__tarja{
	padding: 7px 15px;
    background-color: rgb(255 1 1 / 50%);
    color: #ffffff;
    font-weight: bold;
    font-family: "Signika", Arial, sans-serif;
    border-radius: 30px;
    line-height: 1;
    position: absolute;
    margin: 0 15px;	
	font-size: 12px;
    top: 10px;
    left: 0px;
}

.destaque__item__info__features__item{ 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: 15px;
    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);
}

@media (max-width: 768px) {
    .imovel {
        width: calc(50% - 30px);
    }
}

@media (max-width: 568px) {
    .imovel,
    .imovel--big
    {
        width: calc(100% - 30px);
    }
}
/*end superdestaque*/

/*destaque*/
.destaque {
    padding-top: 60px;
    padding-bottom: 60px;
}

.destaqueslider--holder {
    position: relative;
}

.destaqueslider--arrows,
.imovelslider--arrows
{
    position: absolute;
    top: -80px;
    display: flex;
    justify-content: flex-end;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.destaqueslider--arrows .prev,
.destaqueslider--arrows .next,
.imovelslider--arrows .prev,
.imovelslider--arrows .next,
.ancoras--arrows .next,
.ancoras--arrows .prev,
.imgbanner .slick-next, 
.imgbanner .slick-prev
{
    pointer-events: all;
    height: 50px;
    width: 50px;
    border: 1px solid rgba(112, 112, 112, 0.8);
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    font-size: 28px;
    transition: all 0.5s ease;
    cursor: pointer;
    margin-left: 10px;
    background-color: #fff;
}

.destaqueslider--arrows .prev:hover,
.destaqueslider--arrows .next:hover,
.imovelslider--arrows .prev:hover,
.imovelslider--arrows .next:hover,
.ancoras--arrows .next:hover,
.ancoras--arrows .prev:hover,
.imgbanner .slick-next:hover,
.imgbanner .slick-prev:hover
{
    box-shadow: 0px 2px 12px rgba(255, 233, 209, 0.75);
    background-color: var(--primary);
    border-color: var(--primary);
    opacity: 1;
    color: #fff;
}


.destaqueslider--lista {
    display: flex;
    flex-flow: row wrap;
}

.destaqueslider--lista + .destaqueslider--arrows {
    display: none;
}

@media (max-width: 768px) {
    .destaqueslider--arrows, 
    .imovelslider--arrows 
    {
        top: -40px;
    }
}
/*end destaque*/

/*modulos*/
.modulos {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 60px;
}

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

.modulo {
    padding: 20px;
    width: 30%;
    /* height: 335px; */
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
    position: relative;
    margin: 0 30px 30px 0;
    text-align: center;
    background-color: #F6F7FB;
    min-height: 318px;
}

.modulo:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 100%;
    right: 100%;
    opacity: 0;
    border-top: 2px solid;
    border-right: 2px solid;
    border-radius: 5px;
    border-color: var(--primary);
	pointer-events: none;
}

.modulo:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 100%;
    left: 100%;
    opacity: 0;
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-radius: 5px;
    border-color: var(--primary);
	pointer-events: none;
}

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

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

.modulo__icone {
    font-size: 30px;
    background-color: var(--primary);
    color: #fff;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 68px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 25px;
}

.modulo__nome {
    margin-bottom: 15px;
}

.modulo__description {
    font-weight: normal;
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.8;
}

.modulo__form .btn {
    margin: 0 auto;
}

.modulo__link {
    font-size: 15px;
    font-weight: normal;
    color: #666;
    z-index: 1;
    cursor: pointer;
    transition: .2s;
    text-decoration: none;
    line-height: 1.8;
}

.modulo__link:hover {
	color: var(--primary);
	text-decoration: underline;
}

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

.modulo__form__input {
    width: 32%;
    border: 1px solid #d5d7e0;
    padding: 10px;
    font-weight: bold;
    color: #222;
    margin-bottom: 7px;
    background-color: transparent;
    outline: none;
    border-radius: 5px;
    z-index: 2;
}

.modulo__form__codigo {
    width: 48%;
    text-align: end;
    white-space: nowrap;
    z-index: 2;
    margin-bottom: 7px;
}

.modulo__form__codigo input {
    width: 44%;
    padding: 10px;
    background-color: transparent;
    border: 1px solid #d5d7e0;
    outline: none;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
}

.modulo__form__codigo span {
    font-weight: bold;
    font-size: 16px;
}

.modulo__form .modulo__btn {
    margin: 0 auto;
    margin-top: 10px;
}

@media (max-width: 992px) {

	.modulo {
		width: 45%;
	}

	.modulo__form__codigo {
		width: 100%;
	}

	.imovel { width: calc(50% - 30px); }
	.barradebusca__abas__item{ margin-right: 0px; }
	
	@media (max-width: 768px) {
		.modulo {
			width: 100%;
			margin: 0 0 30px 0;
		}
		.imovel--big {
			width: 100%;
		}
	}

	@media (max-width: 569px) {
		.imovel { width: 100%; }
		.modulo__form__input{ width:100%; }
	}
}
/*end modulos*/

/*maispesquisados*/
.maispesquisados {
    padding-top: 60px;
    padding-bottom: 90px;
}

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

.maispesquisados a {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #d5d7e0;
    display: block;
    margin: 0 5px 5px 0;
    color: #666;
    background-color: #fff;
}

.maispesquisados a:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}
/*end maispesquisados*/

/*localizacao*/
.localizacao {
    background: #F6F7FB;
    padding-top: 60px;
    padding-bottom: 90px;
}

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

.localizacao__holder iframe{
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.localizacao__holder ul {
    margin-left: 40px;
	width:40%;
}

.localizacao__holder ul li p {
    display: flex;
    align-items: center;
}

.localizacao__holder ul li i {
    color: var(--primary);
    font-size: 20px;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .localizacao__holder ul {
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .localizacao__holder iframe {
        width: 100%;
    }
}
/*end localizacao*/

/* NOTICIAS */
.noticias {
    padding-top: 90px;
    padding-bottom: 90px;
}

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

.noticia {
	width: calc(24% - 20px);
	margin: 10px;
	background-color: #fff;
	display: flex;
	flex-flow: row wrap;
	cursor: pointer;
    position: relative;
    border-radius: 5px;
	display: -webkit-inline-box;
	transition: all .2s;
	
}
.noticia:hover {
	box-shadow: 0px 2px 12px #97a1b2ad;
	transition: all .2s;
}

.noticia__img {
	width: 100%;
	height: 180px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

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

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

.noticia__info {
	padding: 20px;
	display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
	align-items: flex-start;
    width: 100%;
    background-color: #fff;
    border-radius: 0px 0px 5px 5px;
    background-color: #F6F6F6;
}

.noticia__info h4 {
	line-height:1.1;
    margin-bottom: 10px;
	font-size: 18px;
}
.noticia__info p { line-height:1.1; margin-bottom: 10px; }

.sectiontitle h2{line-height: 1.1; margin-bottom: 5px;}
.sectionheader__description{font-size: 1.2rem; color: #707070; }

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

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

}
/* END NOTICIAS */