.clk-section{
    margin: 1rem 0;
    padding: 3rem 0;
}

.container-n{
    width: 80%;
}

.container-galeria-post{
    width: 100%;
}

.container .vejamais{
    color: #ffffff;
    font-weight: 500;
    font-size: 22px;
    background-color: #f38221;
    margin-top: 50px;
    margin-left: 42%;
    border: none;
    border-radius: 8px;
    padding: 0.5rem 2rem;
    cursor: pointer;
}

.clk-card{
    max-width: 360px;
    margin: 0 1rem;
    overflow: hidden;
    transition: all 0.5s;
    cursor: pointer;
}

.clk-card-especificacoes{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clk-card-especificacoes table th{
    border: #f38221 0px solid;
    font-weight: 700;
    color: #000000;
    width: 30px;
    align-items: center;
    width: auto;
    
}

.clk-card-especificacoes table td{
    border: #7c21f3 0px solid;
    font-weight: 600;
    color: #3c3c3c;
    width: 70px;
    align-items: center;
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.clk-card:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.clk-card-tags{
    color: #ffffff !important;
    background-color: #f38221;
    border: #f38221 1px solid;
    border-radius: 8px;
    width: auto;
    text-align: center;
    float: right;
    padding: 1% 3%;
    margin: 16px 10px 0 0;
    font-size: 16px;
    font-weight: 700;
    pointer-events: none;
}

.clk-card-texto{
    border-top:none;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-color: #dedede;
    margin: 0 0 2rem 0;
    padding: 10px 20px;
}

.clk-card-texto h2{
    font-size: 22px;
    line-height: 1.7rem;
    font-weight: 700;
    color: #000000;
}

.clk-card-texto h2 a:hover{
    text-decoration: underline;
}

.clk-card-texto p{
    font-size: 18px;
    line-height: auto;
    font-weight: 400;
    color: #5A514F;
}

.clk-card-texto p a:hover{
    text-decoration: underline;
}

.clk-card-rodape{
    width: 100%;
}

.clk-card-rodape table{
    margin: 1rem 0;
}

.clk-card-rodape th{
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    color: #175071;
    padding-right: 1rem;
}

.clk-card-rodape tr{
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
}

.clk-categoria{
    text-transform: uppercase;
    font-weight: 600;
    color: #175071;
}

.clk-orient-flex{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
     grid-auto-rows: minmax(100px, auto);
}

.banner-top{
    width: 100%;
    height: 100vh;
    background-color: #01393d;
    background-image: url('../images/header.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 0;
}

.clk-texto{
    position: absolute;
    width: 55%;
}

.clk-texto h1{
    color: #ffffff;
    font-weight: 400;
    font-size: 48px;
    line-height: 4rem;
}

.clk-texto p{
    color: #ffffff;
    font-weight: 500;
    font-size: 22px;
    line-height: 2.6rem;
    margin-top: 15px;
}

.clk-texto button{
    color: #ffffff;
    font-weight: 500;
    font-size: 22px;
    line-height: 2.6rem;
    background-color: #f38221;
    margin-top: 35px;
    border: none;
    border-radius: 8px;
    padding: 0.5rem 2rem;
    cursor: pointer;
}

.clk-texto button:hover{
    background-color: #ff7700;
}

.clk-mini-card{
    display: flex;
    justify-content:space-around;
    align-items: center;
    flex-wrap: nowrap;
}

.card-mini{
    width: 330px;
    height: 250px;
    margin: 0 1rem;
    padding: 30% 0;
    border-radius: 12px;
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    transition: all 0.5s;
    cursor: pointer;
}

.card-mini:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* BG's Mini Card's */

.bg-imobiliaria{
    background-image: url('../images/bg-imobiliaria.jpg');
    background-color: rgba(60, 60, 60, 0.6);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}

.bg-condominio{
    background-image: url('../images/bg-condominio.jpg');
    background-color: rgba(60, 60, 60, 0.6);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}

.bg-venda-loc{
    background-image: url('../images/bg-venda.jpg');
    background-color: rgba(60, 60, 60, 0.6);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}

.titulo-clk{
    color: #175071;
    text-align: left;
    font-size: 32px;
    font-weight: 700;
    width: 100%;
    margin: 1rem 0;
    padding-bottom: 3rem;
    border: #55585a 0px solid;
}

/*Carousel*/
.content-carousel{
    display: flex;
    justify-content: center;
}

.wrapper{
    max-width: 1920px;
    position: relative;
}

.wrapper i{
    position: absolute;
    top: 50%;
    font-size: 46px;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    border-radius: 50%;
    background-color: transparent;
    transform: translateY(-50%);
}

.wrapper i:first-child{
    left: 23px;
    display: none;
}

.wrapper i:last-child{
    right: 23px;
}

.wrapper .carousel{
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    scroll-behavior: smooth;
}

.carousel .dragging{
    cursor: grab;
    scroll-behavior: auto;
}

.carousel .dragging img{
    pointer-events: none;
}

.carousel img{
    height: 340px;
    margin-left: -4px;
    object-fit: cover;
    width: calc(100% / 3);
}

.carousel img:first-child{
    margin-left: 0px;
}

.titulo-galeria-imovel{
    background-color: #175071;
    color: #ffffff;
    padding: 5px 0;
}

.container-galeria{
    padding-left: 6rem ;
}

/*imobiliaria cards top */

.imo-card-top{
    display: flex;
    justify-content: center;
}

.imo-card-top-item{
    width: 320px;
    height: auto;
    background-color: #55585a;
    overflow: hidden;
    padding: 25px 25px;
    margin: 3rem 1rem;
    transition: all 0.5s;
}

.imo-card-top-item:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.imo-card-top-item p{
    text-align: left;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #ffffff;
}

.imo-bg-item{
    background-color: rgba(60, 60, 60, 0.6);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}

.imo-btn{
    background-color: #f38221;
    border: none;
    border-radius: 12px;
    padding: 0.5rem 1rem; 
    color: #ffffff;
    margin: 1rem 0;
    font-size: 20px;
    cursor: pointer;
}

/* Descrição produto page */

.container-dig{
    width: 100%;
    padding: 3rem 0;
}

.descri-imov-grid{
    display: grid;
    grid-template-columns: 6fr 4fr;
}

.desc-item{
    margin: 5px;
	text-align: left;
}

.desc-item hr{ 
    margin: 0 0 1rem 0;
}

.cod{
    color: #175071;
    float: right;
}

.desc-item h2{
    color: #175071;
    font-size: 24px;
}

.titulo-h3-di{
    color: #175071 !important;
}

.card-desc-imo{
    background: #ffffff;
    border: 1px solid #bbbbbb;
    border-radius: 12px;
    width: 360px;
    height: auto;
	text-align: left;
	font-size: 1.5em;
    float: right;
    padding: 1rem 1.2rem;
}

.card-desc-imo hr{
    border-width: 0; 
	height: 1px;
	border-top-width: 1px;
    border-color: #eeeeee;
}

.icone-card-desc-imo{
    display: flex;
    justify-content: center;
    font-size: 32px;
    margin: 1rem 0;
}

.cabecalho-card table{
    display: flex;
    justify-content:left;
    margin-bottom: 1rem;
}

.cabecalho-card table th{
    font-size: 22px;
    color: #175071;
    border: #ff7700 0px solid;
    font-weight: bold;
    padding-right:2.5rem;
}

.cabecalho-card table td{
    font-size: 18px;
    font-weight: 400;
    color: #3c3c3c;
}

.main-card table{
    display: flex;
    justify-content:left;
    margin-bottom: 1rem;
}

.main-card table th{
    font-size: 21px;
    color: #0c0c0c;
    font-weight: bold;
    padding-right:3rem;
}

.main-card table td{
    font-size: 16px;
    font-weight: 400;
    color: #3c3c3c;
}

.btn-color-green{
    background-color: #39B54A;
}

.btn-color-orange{
    background-color: #F38221;
}

.btn-card{
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    border: none;
    border-radius: 12px;
    color: #ffffff;
    padding: 1rem 0.5rem;
    margin: 0.6rem 0;
}

.btn-card i{
    margin-right: 10px;
}

/* ESPECIFICAÇÕES IMÓVEIS */

.especificacoes-body{
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 16px 0 10px 0;
}

.especificacoes-body table th{
    border: #f38221 0px solid;
    font-weight: 700;
    color: #000000;
    width: 100%;
    align-items: left;
    width: auto;
    padding-bottom: 16px;  
}

.especificacoes-body table td{
    border: #7c21f3 0px solid;
    font-weight: 600;
    color: #3c3c3c;
    width:100px;
    align-items: left;
    padding-left: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 16px; 
}

/* BOTÃO ÁREA DO CLIENTE */

#top-menu .menu-item-715 a{
    color:#ffffff !important;
    background-color: #175071;
    border: #175071 1px solid !important;
    border-radius: 22px !important;
    width: 140px;
    min-height: 1px !important;
    max-height: 1px !important;
    padding: 1rem 1rem 0 1rem;
    padding-bottom: 32px !important;
    display: block;
    position: relative;
    top: 0px;
    text-transform:none !important;
    font-weight: 500 !important;
}

#top-menu .menu-item-715 a:hover::after{
    width: 0%;
}

#top-menu-nav{
    margin-top: -18px !important;
}

/* EFEITO HOVER MENU */

.mobile_menu_bar:before, 
.mobile_menu_bar:after, 
#top-menu 
li.current-menu-ancestor > a, 
#top-menu li.current-menu-item > a {
    color: #175071;
}

#top-menu li.current-menu-item > a::after {
	content: " ";
	width: 100%;
	height: 2px;
	background-color: #F38221;
	position: absolute;
	top:20px;
	bottom: 0;
	left: 0;
	transition: 0.5s ease-in-out;
}

nav a::after {
	content: " ";
	width: 0%;
	height: 2px;
	background-color: #F38221;
	position: absolute;
	top:20px;
	bottom: 0;
	left: 0;
	transition: 0.5s ease-in-out;
}

nav a:hover::after {
	width: 100%;
}

/* INFORMAÇÕES DO TOP SITE */

#et-info{
    float: right !important;
}

/* PAGINACAO */
.clk-paginacao{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4rem 0 6rem 0;
}

.clk-paginacao span{
    display: inline-block;
    border-radius: 58px;
    color: #ffffff;
    background-color: #175071;
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
}

.clk-paginacao a{
    display: inline-block;
    border-radius: 58px;
    background-color: #dedede;
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
}



@media screen and (max-width: 900px) {
    .carousel img{
        width: calc(100% / 2);
    }

    .clk-orient-flex{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
         grid-auto-rows: minmax(100px, auto);
    }
}

@media (max-width: 550px)
{  
    .carousel img{
        width: calc(100% / 1);
    }

    .clk-section{
        margin: 1rem 0;
        padding: 2rem 0;
    }

    .clk-orient-flex{
        flex-wrap: wrap;
        width: auto !important;
        justify-content: center;
    }

    .container {
        width: 95% !important;
    }

    .clk-texto{
        position: absolute;
        width: 100%;
        padding: 10%;
    }
    
    .clk-texto h1{
        color: #ffffff;
        font-weight: 400;
        font-size: 38px;
        line-height: 3rem;
    }

    .clk-mini-card{
        flex-wrap: wrap;
    }

    .clk-orient-flex{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
         grid-auto-rows: minmax(100px, auto);
    }

    .descri-imov-grid{
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        grid-column-gap: 6px;
        grid-row-gap:6px;
    }

    .card-mini{
        min-height: 100px;
        margin-bottom: 20px;
    }

    .titulo-clk{
        margin: 1rem 1rem;
        line-height: 3rem;
    }

    .container .vejamais{
        margin-left: 26%;
    }

    .clk-texto button{
        font-size: 18px;
    }

    .imo-card-top{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 2rem;
    }

    .imo-card-top-item{
        width: 320px;
        height: auto;
        background-color: #55585a;
        overflow: hidden;
        padding: 25px 25px;
        margin: 1rem 1rem;
        transition: all 0.5s;
    }

}