/*
Theme Name: Etecco
Theme URI: http://etecco.zubb.com.br
Author: Zubb
Author URI: https//zubb.com.br
Description: Etecco é um tema desenvolvido pela a Zubb para atender as necessidades de layout da Etecco
Version: 1.0
Text Domain: etecco
*/
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,600');
@import url('https://fonts.googleapis.com/css?family=Fauna+One');

body .container {
    max-width: 941px;
}

*{
    outline: 0 none !important;
}

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 71px;
    font-weight: 800;
    color: #FFFFFF;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 300;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 50px;
    color: #ffffff;
    background-color: #ad8f51;
    text-transform: uppercase;
    position: relative;
    display: block;
}

h2:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    top: 26px;
    right: 0;
}

h2 span {
    padding: 0 20px;
    background-color: #ad8f51;
    position: relative;
    z-index: 2;
}

h3 {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-weight: 400;
}

p {
    font-family: 'Fauna One', serif;
    font-size: 15px;
    font-weight: 400;
}

div.descricao-1 p {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 50px;
    border-bottom: #ad8f51 solid 2px;
}

p.descricao-2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 300;
}

p.descricao-2-endereco {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ad8f51;
    padding-bottom: 20px;
    border-bottom: #ad8f51 solid 2px;
}

div.especificacoes-tecnicas {
    font-size: 17px;
    font-weight: 400;
}

div.especificacoes-tecnicas h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

div.especificacoes-tecnicas div.esquerda {
    font-family: 'Fauna One', serif;
}

div.especificacoes-tecnicas div.direita {
    font-family: 'Arial', serif;
}

section.amostra-locacoes h3 {
    font-size: 21px;
}

a.botao, form input[type="submit"] {
    display: block;
    width: 100%;
    padding: 18px;
    background: #ffffff;
    border: #ad8e51 solid 2px;
    cursor: pointer;
    text-transform: uppercase;
}

a.botao:hover, form input[type="submit"]:hover{
    background: #ad8e51;
    color: #FFF;
}

a.botao:hover p, form input[type="submit"]:hover p{
    color: #FFF;
}

form input[type="submit"]:hover {
    background-color: #ad8e51;
}

a.botao:hover {
    text-decoration: none;
}

a.botao p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2a2a2a;
    text-align: center;
}

header {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

header nav {
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

header nav a.logo {
    width: 229px;
    height: 46px;
    background: url("./img/logo-etecco-cabecalho.png") center no-repeat;
}

div.menu-mobile {
    display: none;
    width: 40px;
    height: 40px;
    background-color: green;
}

header nav div ul.menu, header nav div ul.menu li ul.submenu {
    list-style-type: none;
}

header nav div ul.menu li {
    float: left;
    position: relative;
    background-color: #ffffff;
}

header nav div ul.menu li:hover {
    background-color: #ad8f51;
}

header nav div ul.menu li:hover > a {
    color: #ffffff;
}

header nav div ul.menu li a {
    display: block;
    padding: 25px;
    color: #2a2a2a;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    position: relative;
}

header nav div ul.menu li ul.sub-menu a {
    padding-top: 15px;
    padding-bottom: 15px;
}

header nav div ul.menu > li.menu-item-object-locacao > a:after {
    content: '';
    width: 11px;
    height: 6px;
    background: url("./img/ico-nav-select.png") center no-repeat;
    position: absolute;
    right: 8px;
    top: 32px;
}

header nav div ul.menu li:hover > ul.sub-menu {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

header nav div ul.menu li ul.sub-menu {
    display: none;
    position: absolute;
    min-width: 150px;
    z-index: 2;
}

section {
    padding: 50px 0;
}

footer {
    padding: 55px 0 50px;
    color: #ffffff;
    background-color: #2a2a2a;
}

footer h1, .contato-sidebar h1 {
    font-size: 15px;
    font-weight: 400;
}

footer p, div.contato-sidebar p {
    font-size: 13px;
}

footer a.msg {
    display: block;
    width: 67px;
    height: 67px;
    background: url("./img/ico-msg.png") center no-repeat;
    background-color: #ad8f51;
    border-radius: 50%;
    transition: all 0.2s linear;
}


footer a.msg:hover{
    background-color: #ccc;
} 

footer a.logo {
    display: block;
    width: 146px;
    height: 36px;
    background: url("./img/logo-etecco-rodape.png") center no-repeat;
}

div.banner {
    width: 100%;
    background: left center no-repeat;
    background-size: initial;
    margin-right: calc(50% - 470px);
    position: relative;
    color: #ffffff;
}

div.banner.home {
    height: 499px;
    width: 100%;
    margin: 0 auto !important;
}

div.banner.categorias {
    height: 300px;
    background-image: url("./img/bg-banner-1.jpg");
}

div.banner.single {
    height: 300px;
    background-image: url("./img/bg-banner-2.jpg");
}

div.banner.urbanizacao {
    height: 370px;
    background-image: url("./img/bg-banner-3.jpg");
}

div.banner.urbanizacao div.descricao {
    float: right;
    width: 100%;
    max-width: 940px;
    position: absolute;
    bottom: -96px;
}

div.banner.contato {
    height: 300px;
    background-image: url("./img/bg-banner-1.jpg");
}

div.banner.urbanizacao .conteudo {
    padding-right: 505px;
}

div.banner.categorias div.conteudo,
div.banner.categorias div.conteudo,
div.banner.urbanizacao div.conteudo,
div.banner.contato div.conteudo,
div.banner.single div.conteudo {
    width: 100%;
    max-width: 940px;
    margin: 60px 0;
    border-bottom: #ffffff solid 2px;
    float: right;
    position: relative;
}

div.banner.single div.conteudo{
    margin: 100px 0;
}

.contatos {
    width: 190px;
    height: 34px;
    position: fixed;
    right: 0;
    z-index: 9999;
    top: 553px;
}

.contato-ico {
    width: 34px;
    height: 34px;
    display: block;
    float: left;
    vertical-align: top;
    background-color: #ad8f51;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.contato-ico.tel {
    background-image: url('./img/ico-tel.png');
}

.contato-rapido:hover {
    width: 190px;
}

.tel:hover .contato-text {
    width: 140px;
}

.contato-rapido {
    width: 34px;
    height: 34px;
    background-color: #ededed;
    overflow: hidden;
    transition: all 500ms;
    float: right;
    clear: both;
    cursor: pointer;
}

.contato-text {
    width: 0;
    height: 100%;
    padding: 6px 15px;
    display: block;
    transition: all 500ms;
    overflow: hidden;
    float: left;
}

.contato-rapido-p {
    display: block;
    font-family: 'Titillium Web', sans-serif;
    color: #000;
    font-weight: 600;
    letter-spacing: 2px;
    white-space: nowrap;
}

div.banner div.descricao {
    width: 100%;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: -50px;
    font-family: "Playfair Display", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

div.banner div.descricao p.p-alternate {
    color: #ad8f51;
}

div.conteudo-sobre {
    width: 100%;
    padding: 50px 285px 0 80px;
}

section.amostra-locacoes div.locacoes-fundo {
    background: url("./img/bg-locacao.png") center no-repeat;
    background-size: cover;
}

section.amostra-locacoes div.descricao {
    height: 100%;
    padding-top: 165px;
    position: relative;
}

section.amostra-locacoes div.descricao a.botao {
    position: absolute;
    bottom: 70px;
}

div.locacoes div.locacao, div.urbanizacoes div.urbanizacao {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

div.locacoes div.locacao {
    width: 460px;
    height: 500px;
}

div.locacoes .slick-dots {
    width: auto;
    margin-left: 20px;
    top: 8px;
    bottom: unset;
}

div.locacoes .slick-dots li button {
    width: 13px;
    height: 13px;
    cursor: pointer;
    border: white solid 2px;
    border-radius: 50%;
}

div.locacoes .slick-dots li.slick-active button {
    background-color: #FFFFFF;
}

div.locacoes .slick-dots li.slick-active button:before,
div.locacoes .slick-dots li button:before {
    color: transparent;
}

div.locacoes.slick-dotted.slick-slider {
    margin-bottom: 0;
}

section.amostra-urbanizacoes div.descricao a.botao {
    margin-top: 40px;
}

section.amostra-locacoes h2 {
    margin-left: calc(50% - 456px);
}

section.amostra-urbanizacoes h2 {
    margin-right: calc(50% - 310px);
}

section.amostra-urbanizacoes h2 span {
    padding-left: calc(64% - 310px);
}

div.urbanizacoes {
    width: 560px;
    height: 295px;
}

div.urbanizacoes div.urbanizacao {
    width: 560px;
    height: 295px;
}

div.urbanizacoes .slick-dots {
    width: auto;
}

div.urbanizacoes .slick-dots li button {
    width: 12px;
    height: 12px;
    border: #ad8e51 solid 2px;
    border-radius: 50%;
}

div.urbanizacoes .slick-dots li.slick-active button {
    background-color: #ad8e51;
}

div.urbanizacoes .slick-dots li.slick-active button:before,
div.urbanizacoes .slick-dots li button:before {
    color: transparent;
}

section.em-locacao div.locacoes-disponivel {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.em-locacao div.locacoes-disponivel div.locacao-unidade {
    width: 280px;
    height: 480px;
    margin-bottom: 40px;
}

section.em-locacao div.locacoes-disponivel div.locacao-unidade div.img {
    width: 100%;
    height: 352px;
    background-size: cover;
    background: no-repeat center;
}

section.em-locacao div.locacoes-disponivel div.locacao-unidade div.nome,
section.urbanizacao div.nome {
    width: 100%;
    height: 67px;
    padding: 18px 0;
    font-family: 'Playfair Display', serif;
    font-size: 23px;
    font-weight: 400;
}

section.em-locacao div.locacoes-disponivel div.locacao-unidade a.ver-detalhes,
section.urbanizacao a.ver-detalhes {
    display: block;
    width: 100%;
    height: 61px;
    padding-top: 12px;
    color: #ad8e51;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-top: #ad8e51 solid 3px;
}

section.urbanizacao a.ver-detalhes {
    margin-bottom: 50px;
}

section.em-locacao div.locacoes-disponivel div.locacao-unidade a.ver-detalhes:hover {
    text-decoration: none;
}

section.em-desenvolvimento {
    background: url("./img/bg-desenvolvimento.png") center no-repeat;
    background-size: cover;
}

section.em-desenvolvimento div.img {
    width: 460px;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
}

section.em-desenvolvimento div.detalhes div.grupo-info {
    margin-bottom: 40px;
}

section.em-desenvolvimento div.detalhes div.titulo {
    padding-bottom: 25px;
    margin-bottom: 40px;
    font-family: 'Playfair Display', serif;
    font-size: 23px;
    font-weight: 400;
    border-bottom: #ad8f51 solid 2px;
}

section.em-desenvolvimento div.detalhes div.grupo-info div.area {
    width: 100%;
    color: #ad8f51;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

section.em-desenvolvimento div.detalhes div.grupo-info div.info,
div.especificacao-tecnica div.info {
    width: 100%;
    border-bottom: #c6c6c6 solid 1px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

section.em-desenvolvimento div.detalhes div.grupo-info div.info div.direita {
    color: #ad8f51;
}

div.fotos {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

div.fotos a.foto {
    width: 435px;
    height: 300px;
    margin-bottom: 40px;
    cursor: pointer;
}

div.especificacao-tecnica {
    width: 48.74vw;
    height: 300px;
    margin-bottom: 40px;
    background: url('./img/bg-especificacoes-tecnicas.png') center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 52%;
    right: 0;
    overflow: hidden;
}

div.especificacao-tecnica div.titulo {
    padding: 16px 9px;
    color: #FFFFFF;
    background-color: #ad8f51;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

div.especificacao-tecnica div.info {
    padding: 14px 0 2px;
}

div.especificacao-tecnica div.info div.direita {
    color: #ad8f51;
}

section.descricao {
    padding: 50px 0 0;
}

section.locacoes-fotos {
    position: relative;
}

section.urbanizacoes-fotos {
    position: relative;
    padding-bottom: 330px;
}

section.urbanizacoes-fotos div.especificacao-tecnica {
    bottom: -334px;
    left: 0;
    width: 100%;
}

div.especificacao-tecnica div.especificacao-tecnica-container {
    width: 96%;
    height: 300px;
    padding: 67px 0 20px 30px;
    float: left;
}

div.especificacao-tecnica div.titulo {
    padding: 5px 0;
    color: #FFFFFF;
    background-color: #ad8f51;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    top: 30px;
    display: block;
}

div.especificacao-tecnica div.titulo:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    top: 15px;
    right: 0;
}

div.especificacao-tecnica div.titulo span {
    padding: 0 20px;
    background-color: #ad8f51;
    position: relative;
    z-index: 2;
}

section.urbanizacao div.img {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

div.contato-sidebar {
    background-color: #2a2a2a;
}

div.contato-sidebar div.info {
    width: 100%;
    padding: 47px 30px 0;
    color: #FFFFFF;
}

div.contato-sidebar div.info div.group {
    margin-bottom: 40px;
}

div.contato-sidebar div.img {
    width: 100%;
    height: 130px;
    background: url("./img/bg-sidebar-contato.jpg") center no-repeat;
}

form input[type="text"],
form input[type="email"],
form textarea {
    width: 100%;
    padding: 23px;
    background-color: #ededed;
    border: none;
    margin-bottom: 20px;
}

form textarea {
    height: 236px;
}

div#mapa {
    width: 100%;
    height: 555px;
    margin: 25px 0 0;
}

section.contato {
    background: url("./img/bg-secao-1.png") center no-repeat;
    background-size: cover;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

form.contato {
    height: 100%;
}

.form-sucesso {
    display: none;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.navbar-toggler {
    border: 0;
    border-radius: 0;
    background: #ad8f50;
}

.navbar-light .navbar-toggler-icon {
    width: 60px;
    height: 45px;
    position: relative;
    margin: 50px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navbar-light .navbar-toggler-icon span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #d3531a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

    .navbar-brand {
        width: 160px;
    }

    .navbar-toggler {
        width: 40px;
    }

    .navbar-toggler svg {
        color: white;
    }

    .navbar-brand img {
        width: 100%;
    }

    .em-locacao div.descricao-1 p {
        padding-bottom: 20px;
    }

    section.locacoes-fotos div.fotos img {
        max-width: 100%;
    }


    section.locacoes-fotos div.fotos .foto {
        margin-bottom: 0px;
    }

    div.banner.single div.conteudo {
        margin: 60px 0;
    }

    div.banner.single div.conteudo h1 {
        font-size: 35px;
        padding-left: 25px;
    }

    div.banner.urbanizacao {
        height: auto;
    }

    div.banner.urbanizacao div.contatos, div.banner.urbanizacao div.descricao {
        position: relative;
        top: initial;
        right: initial;
        bottom: initial;
    }

    div.banner.urbanizacao div.conteudo {
        padding: 0;
    }

    div.banner.urbanizacao div.conteudo h1 {
        font-size: 35px;
    }

    section.urbanizacoes-fotos div.fotos .foto {
        margin-bottom: 0;
    }

    section.urbanizacoes-fotos div.fotos .foto img {
        max-width: 100%;
    }

    footer a.msg {
        margin: 20px auto;
    }

    h1 {
        font-size: 50px;
        padding-left: 25px;
    }

    h2 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    h2 span {
        display: inherit;
    }

    section {
        padding: 20px 0;
    }

    section.em-desenvolvimento div.img {
        width: auto;
    }

    div.tel {
        display: none;
    }

    section.em-locacao div.locacoes-disponivel {
        justify-content: center;
    }

    div.urbanizacoes {
        width: 100%;
    }
    
    div.urbanizacoes div.urbanizacao {
        width: 100%;
    }

    div.especificacao-tecnica {
        position: relative;
        width: 100%;
        left: 0;
    }
    section.amostra-urbanizacoes h2 span {
        padding: 0 20px;
    }

    div.especificacao-tecnica div.especificacao-tecnica-container {
        width: 100%;
        height: 300px;
        padding: 67px 30px;
    }

    div.banner.home {
        height: 200px;
        background-position: 70%;
        background-size: 140%;
    }

    section.amostra-locacoes h2 {
        margin-left: 0;
    }

    section.amostra-locacoes div.descricao {
        padding-top: 30px;
    }

    section.amostra-locacoes div.descricao a.botao {
        bottom: initial;
        position: relative;
    }

    a.botao {
        margin-bottom: 20px;
    }

    footer h1,
    footer p {
        text-align: center;
        padding-left: 0;
    }

    footer div.msg,
    footer a.logo {
        margin: 0 auto;
    }

    div.banner.single {
        height: 185px;
    }

    div.descricao-1 p {
        font-size: 22px;
        padding-left: 20px;
    }

    div.banner.categorias {
        height: auto;
    }

    div.banner div.descricao {
        padding-left: 28px;
    }

    div.banner.contato {
        height: auto;
    }

    div.banner.contato div.conteudo {
        margin: 0;
        padding: 40px 0;
    }
    div.banner.contato div.conteudo div.descricao {
        position: relative;
        bottom: initial;
    }

    form input[type="submit"] {
        margin-bottom: 22px;
    }

    div.contato-sidebar {
        text-align: center;
    }

    footer h1, .contato-sidebar h1 {
        padding: 0;

    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}