﻿/*#region MASTER PAGE **************************************************************************/

* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0 none;
    text-decoration: none;
    outline: none;
}

html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
}

body {
    font-family: Arial,Helvetica,sans-serif;
    background: url('../img/csdecor-bg-cinza.png') repeat;
}

#master-page {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

#dv-carregando {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    opacity: 0.6;
    background: #ffffff url('../img/carregando.gif') no-repeat center calc(100% / 2);
    background-size: 100px;
}

/*#endregion */

/*#region MASTER PAGE NAVEGAÇÃO ****************************************************************/

#master-page-topo {
    padding: 8px 0;
    position: relative;
    background: #370011;
}

.topo-esq ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .topo-esq ul li {
        position: relative;
        line-height: 10px;
        display: inline-block;
        margin-left: 0;
        padding-right: 15px;
    }

        .topo-esq ul li i {
            font-size: 18px;
            position: relative;
            top: 2px;
            margin-right: 5px;
        }

        .topo-esq ul li p {
            margin: 0;
            line-height: normal;
            display: inline-block;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            color: #fff !important;
            font-weight: bold;
        }

.topo-dir ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: -12px;
}

    .topo-dir ul li {
        display: inline-block;
        padding: 0;
    }

        .topo-dir ul li a {
            color: #CCC;
            font-size: 18px;
            transition: 400ms;
            padding: 9px 12px;
        }

#master-page-nave {
    background: #FFFFFF;
    padding: 15px 0;
    margin-bottom: 0;
}

.nav-logo img {
    width: auto;
    height: 100px;
    border-radius: 25px;
}

ul.navbar-nav > li {
    padding: 0 13px;
    position: relative;
}

    ul.navbar-nav > li > a {
        font-weight: 700 !important;
        text-transform: uppercase;
        line-height: 40px;
        transition: 350ms;
        padding: 15px 30px !important;
        color: #CCC !important;
        font-size: 16px;
        background: #800020;
        border-radius:25px;
        text-decoration: none!important;
    }

        ul.navbar-nav > li > a:hover {
            background: #119128 !important;
        }

.navbar-toggler {
    margin: 10px 0;
    padding: 6px;
    font-size: 1rem;
    background: #800020;
}

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0;
    }

.navbar-dark .navbar-toggler-icon, .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-fixed {
    z-index: 999999;
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

/*#endregion */

/*#region HOME *********************************************************************************/

#header-home {
    height: calc(100vh - 183px);
    position: relative;
    background: url('../img/home-banner-01.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.box-slider-content {
    width: 100%;
    height:100%;
}

.box-slider-box {
    background: rgba(0, 0, 0, 0.65);
    padding: 20px 30px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.box-slider-logo {
    background: url('../img/csdecor-logo.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 50%;
    margin: 0 auto;
}



/*#endregion */

/*#region SOLICITE ORCAMENTO *******************************************************************/

.dv-solicite {
    background: #333333;
    padding: 0;
    position: relative;
    width: 100%;
    line-height: 1.7;
}

.dv-solicite-conteudo {
    padding: 28px 0;
    text-align: center;
    position: relative;
    min-height: 115px;
}

    .dv-solicite-conteudo h3 {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 5px;
        text-transform: uppercase;
        letter-spacing: -.5px;
        font-weight: bold;
        color: #CCC;
    }

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none!important;
}

/*#endregion */

/*#region MODELOS ******************************************************************************/

.dv-modelos-conteudo img {
    width: 100%;
    max-height: 500px;
    border-radius: 8px;
    cursor: pointer;
}

.dv-modelos-conteudo .card {
    border: none;
    max-height: 500px;
}

.dv-modelos-conteudo .card-body {
    position: absolute;
    background: #FFFFFF;
    width: 70%;
    bottom: 30px;
    margin: 0 auto;
    left: 15%;
    border-radius: 25px;
    padding: 6px;
    font-weight: 600;
    cursor: pointer;
}
/*#endregion */

/*#region CONTATO ******************************************************************************/

.dv-contato {
    background-color: #202020;
 }

.orcamento-logo{
    max-width:470px;
}

.orcamento-h3{
    color:#FFF;
    margin-bottom:20px;
}

.orcamento-btn {
    background-color: #800020;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 5px;
    margin: 20px 0;
}

    .orcamento-btn:hover {
        background-color: #a00028;
    }

/*#endregion */

/*#region RODAPE *******************************************************************************/

.dv-rodape {
    background-color: #370011;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.dv-rodape-conteudo a {
    color: white;
    margin: 0 10px;
    font-size: 20px;
    text-decoration: none;
}

.a-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 34px;
    z-index: 999999;
}

.a-float {
    margin-top: 14px;
    margin-left: 1px;
}

/*#endregion */

/*#region MIDIA QUERY **************************************************************************/



/*#endregion */




/* MASTER PAGE MEDIA ********************************************************************/
@media (max-width: 992px) {
    ul.navbar-nav > li {
        margin-top: 5px;
    }


    .box-slider-logo {
        width:75%;
    }
}
