body
{
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 80px;
}

h1
{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #FFF;
}

h2
{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #f36944;
}

.alertify .ajs-modal
{
    z-index: 999999999999;
}

.btn-whatsapp
{
    color: #fff;
    background-color: #25D366;
    border-color: #25D366;
}

.section-topo
{
    text-transform: uppercase;
    font-size: 14px;
    background-color: #FFF;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.section-topo .dropdown-item
{
    font-size: 14px;
}

.section-topo .navbar, .section-topo .navbar-nav
{
    width: 100%;
}

.section-topo .nav-link
{
    color: #333;
    padding-right: .5rem;
    padding-left: 40px;
}

.section-topo .navbar-expand-lg .navbar-nav
{
    justify-content: right;
}

.section-topo .logomarca
{
    width: 100px;
}

.btn-outline-custom
{
    color: #CCC;
    border-color: #CCC;
    background-color: transparent;
    font-size: 14px;
}
  
.btn-outline-custom:focus
{
    color: #fff;
    background-color: #CCC;
    border-color: #CCC;
}

.btn-outline-custom:hover
{
    color: #fff;
    background-color: #CCC;
    border-color: #CCC;
}

.section-busca
{
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(/site/images/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-busca .busca-bloco
{
    padding: 30px;
    background-color: #333;
    border-radius: 10px;
    color: #FFF;
}

.section-busca input[type="radio"]
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc; 
    border-radius: 50%;
    outline: none;
    margin-right: 5px;
}
  
.section-busca input[type="radio"]:checked
{
    background-color: #FFF;
    border-color: #FFF;
}
  
.section-busca input[type="radio"]:checked::before
{
    content: '\2713';
    display: block;
    text-align: center;
    line-height: 16px;
    color: #fff;
    font-size: 14px;
}

.section-busca .btn-buscar
{
    background-color: #f36944;
    border: 1px solid #f36944;
    color: #FFF;
}

.section-slider
{
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: #f2f2f2;
}

.section-slider .item
{
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-comprar
{
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-comprar h1, .section-alugar h1
{
    color: #333;
}

.section-alugar
{
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-comprar .item, .section-alugar .item
{
    cursor: pointer;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
}

.section-comprar .item:hover, .section-alugar .item:hover
{
    border: 1px solid #CCC;
}

.section-comprar .item figure, .section-alugar .item figure
{
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-rodape
{
    padding-top: 100px;
	padding-bottom: 100px;
    background-color: #F2F2F2;
    color: #666;
    font-size: 15px;
}

.section-rodape a
{
    display: block;
    text-decoration: none;
    color: #666;
}

.section-rodape a:hover
{
    text-decoration: none;
    color: #999;
}

.section-rodape .social a
{
    display: inline;
    text-decoration: none;
    color: #666;
    padding: 10px;
    font-size: 24px;
}

.section-rodape .social a:hover
{
    text-decoration: none;
    color: #999;
}

.section-rodape h1
{
    color: #333;
    font-size: 20px;
}

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

@media (min-width: 992px)
{
    .navbar-expand-lg .navbar-nav .nav-link
    {
        padding-right: .5rem;
        padding-left: 40px;
    }
}

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

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