@import "fonte.css";

body, html
{
    font-family: 'Stem';
    font-weight: normal;
    background-color: #fff;
    padding: 0px;
    margin: 0px;
}

h1,h2,h3,h4,h5,h6
{
    font-weight: bold;
    text-transform: uppercase;
}

a{text-decoration: none;}

.centraliza-itens
{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.centraliza-itens-sem-text
{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}


/* ===================================
HEADER -------------------------------
==================================== */


header {padding: 20px 0px; position: relative;}
header .logo {max-width: 160px;}

header ul{list-style-type: none; text-align: right;}
header ul li{display: inline-block; padding: 0px 20px;}
header ul li a
 {
     text-transform: uppercase;
     font-weight: bold;
     color: #4c4c4c;
     font-size: 0.8em;
 }

header ul li a button
{
    background: transparent;
    border: 2px solid #df923c;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #df923c;
    cursor: pointer;
}

header ul li.icon a
{
    font-size: 1.2em;
    color: #df923c;
    margin: 0px 5px;
}

header .menu
{
    float: right;
    font-size: 2em;
    display: none;
    cursor: pointer;
}


/* ===================================
BANNER -------------------------------
==================================== */

.banner
{
    width: 100%;
    height: 500px;
    background-image: url("../img/Engeuni_ResidencialOliveira_Site_Banner_1920x500px_15Dez_21.jpg");
    background-position: center;
    background-size: cover;
}

.banner-desktop{

    display: block;

}

.banner-mobile{

    display: none;

}

@media screen and (max-width: 425px){



    .banner-desktop{

        display: none !important;

    }



    .banner-mobile{

        display: block !important;

    }



    .banner
    {
        width: 100%;
        height: 56px;
        background-image: url("../img/Engeuni_ResidencialOliveira_Site_Banner_1057x1861px_14Dez_21.png");
        background-position: center;
        background-size: cover;
    }




}

/* ===================================
VIDEO -------------------------------
==================================== */

.video{padding: 50px 0px;}
.video iframe
{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/* ===================================
Sobre -------------------------------
==================================== */

.sobre{padding: 50px 0px;}
.sobre .img-residencial{max-width: 100%;}

.sobre h1
{
    color: #df923c;
    letter-spacing: 4px;
}

.sobre hr
{
    border: 0px;
    height: 4px;
    width: 70px;
    background: #f3ed55;
    display: block;
    margin: 20px 0px;
}

.sobre p
{
    color: #4c4c4c;
}


/* ===================================
Seguranca ----------------------------
==================================== */

.seguranca
{
    width: 100%;
    padding: 50px 0px;
    background-image: url("../img/bg-seguranca.jpg");
    background-position: center;
    text-align: center;
}

.seguranca h2
{
    color: #fff;
    font-size: 2em;
    max-width: 700px;
    display: block;
    margin: 0px auto;
    letter-spacing: 4px;
}

.seguranca img{max-width: 100%;}

.seguranca hr
{
    border: 0px;
    height: 4px;
    width: 100%;
    max-width: 750px;
    background: #f3ed55;
    display: block;
    margin: 40px auto;
}


/* ===================================
Itens --------------------------------
==================================== */

.itens
{
    background: #df923c;
    padding: 50px 0px;
    text-align: center;
}

.itens img{max-width: 100%; padding: 10px 0px;}


/* ===================================
Galeria --------------------------------
==================================== */

#galeria{padding: 40px 0px;}

#galeria .owl-theme .owl-dots .owl-dot.active span
{
    background: #df923c;
}


/* ===================================
Cadastro ----------------------------
==================================== */

#cadastro{padding: 40px 0px 50px; text-align: center;}

#cadastro h2
{
    color: #df923c;
    letter-spacing: 4px;
}

#cadastro form
{
    max-width: 600px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

#cadastro form input
{
    width: calc(100% - 24px);
    border: 1px solid #4c4c4c;
    border-radius: 5px;
    padding: 10px;
    margin: 7px 0px;
}

#cadastro form button
{
    border: none;
    background: #df923c;
    padding: 9px 34px;
    font-weight: bold;
    font-size: 1em;
    color: #fff;
    border-radius: 5px;
    margin-top: 21px;
}


/* ===================================
Footer ----------------------------
==================================== */

footer
{
    background: #df923c;
    padding: 30px 0px;
}

footer img{max-width: 100%;}

footer .logos{text-align: right;}

footer .telefone img{padding-top: 16px;}
