html,
body {
    font-family: 'Open Sans', Helvetica;
    height: 100%
}

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

#brindes img {
    height: 150px;
    width: auto;
}

#brindes div {
    margin-top: 25px;
    min-height: 240px;
}

#brindes h4 {
    margin-top: 25px;
}

#banner-vip {
    display: none;
}

#item-teste{
    min-height: 500px;
}
@media screen and (max-width: 1324px) {
    #item-teste .citacao-item p.cury {
        margin-top: 20%;
    }
    .banner-quele{
        background-position: 90% 0% !important;
    }
    .banner-rof{
        background-position: 90% 0% !important;
    }
}
@media screen and (max-width: 600px) {
    #item-teste{
        min-height: 450px;
    }
    a.item:before {
        display: none;
        height: 0px;
        position: relative !important;
    }
    #owl-banner .item{
        height: calc(0vh - 171px) !important;
    }
    #item-teste .citacao-item p.cury {
        margin-top: 10%;
    }
}


/*#banner-vip-wrapper {
    background: url(../images/banner-vip.jpg) left center;
    background-size: cover;
}
*/
/*a#banner-vip-wrapper:before {
    display: none!important;
}

@media screen and (max-width: 1024px) {
    #banner-vip {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    #banner-vip-wrapper {
        background: url('../images/banner-vip-bg.jpg');
    }
    }*/

    #myBtn{
        position: absolute; 
        margin-left: 60%; 
        margin-top: -150px; 
        border-radius: 100%; 
        border: 4px solid #eb0045; 
        outline: 0; 
        background: url(../images/promoshare.jpg); 
        height: 250px; 
        width: 250px; 
        background-size: contain;
    }
    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.4);
    }

    .modal-content {
        background-color: #fefefe;
        margin: 5% auto auto auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
    }

    .close {
        color: #5f5e5e;
        float: right;
        font-size: 28px;
        font-weight: bold;
        opacity: 1;
    }

    .close:hover,
    .close:focus {
        color: #dc751c;
        text-decoration: none;
        cursor: pointer;
        opacity: 1;
    }


    p.texto-interno .codigo{
        color: #fd0505;
    }

    #loader {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #FFF;
        z-index: 999;
    }

    .ovflw {
        overflow: hidden;
    }


    .container-video {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }
    .video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .icon-mobile {
        float: right;
    }

    .mobile-btn button.navbar-toggle{
        display: inline-block;
        border: 0;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: none!important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #c7956d;
    }

    button.accordion {
        background-color: #eee;
        color: #444;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
    }

    button.accordion.active, button.accordion:hover {
        background-color: #ddd;
    }

    button.accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    button.accordion.active:after {
        content: "\2212";
    }

    div.panel {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        text-align: left;
    }




    #spinner {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    #spinner p {
        text-transform: uppercase;
        font-size: 8pt;
    }

    @-webkit-keyframes dots {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        50% {
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }
        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @keyframes dots {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        50% {
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }
        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    #spinner span {
        width: 10px;
        margin: 5px;
        height: 10px;
        display: inline-block;
        border-radius: 50%;
        background: #ddd;
        -webkit-animation: dots 1.2s infinite;
        animation: dots 1.2s infinite;
    }

    #spinner span:nth-child(2) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
    }

    #spinner span:nth-child(3) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }

    section {
        padding: 45px 0;
    }

    .no-pd {
        padding: 0px;
    }

    h2.titulo-secao, h2.titulo-pacotes {
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        font-size: 40px;
        color: #040002;
        margin-top: 100px;
        margin-bottom: 30px;
    }

    h2.titulo-secao:before {
        content: " ";
        width: 70px;
        display: inline-block;
        margin-right: 15px;
        height: 25px;
        background: url(../images/bg-titulo.jpg) center no-repeat;
    }

    a.btn, a.btn:visited {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        border: none;
        background: #212121;
        padding: 15px 60px;
        border-radius: 0px;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    a.btn:hover {
        background: #c7956d;
        color: #FFF;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
    }
    .btntopo, .btntopo:visited {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        color: #fff;
        border: none;
        background: #212121;
        padding: 2px 10px;
        border-radius: 0px;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
        display: inline-flex;
        float: right;
        text-decoration: none;
        border: 1px solid #fff;
    }
    .btntopo i.fa{
        font-size: 30px;
        margin-right: 10px;
        color: #c7956d;
    }
    .btntopo:hover {
        background: #fff;
        color: #212121;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
        border: 1px solid #212121;
        text-decoration: none;
    }
    .section-black {
        background: #333;
    }
    .section-black p.home {
        color: #fff;
        text-align: justify;
    }
    .section-black h2 {
        color: #FFF;
    }
    .div-estrutura{
        background: url(../images/bg-estrutura.jpg);
        margin-top: 25px;
    }

    .section-black a.btn {
        background: #FFF;
        color: #333;
    }

    .section-black a.btn:hover {
        background: #c7956d;
        color: #333;
    }

    .section-black .owl-next>span,
    .section-black .owl-prev>span {
        color: #FFF;
    }

    .section-btn {
        text-align: center;
        margin: 35px auto;
    }

    .owl-controls {
        position: absolute;
        margin-top: -20px;
        width: 100%;
        transform: translateY(-50%);
        height: 70px;
    }

    .owl-next {
        position: absolute;
        right: -60px;
    }

    .owl-prev {
        position: absolute;
        left: -60px;
    }

    .owl-next,
    .owl-prev {
        font-size: 4em;
        margin-top: -150px;
    }

    #produtos .owl-next,
    #produtos .owl-prev {
        margin-top: -80px;
    }

    .owl-next>.glyphicon,
    .owl-prev>.glyphicon {
        -webkit-transition: all 200ms;
        transition: all 200ms;
    }

    .owl-next>.glyphicon:hover,
    .owl-prev>.glyphicon:hover {
        color: #c7956d;
        -webkit-transition: all 200ms;
        transition: all 200ms;
    }

    #owl-servicos, #owl-equipe, #owl-produtos, #owl-estrutura {
        width: calc(100% - 100px);
        margin: 0 auto;
    }

    #owl-estrutura .owl-dots{
        display:none !important;
    }

    .item {
        height: 360px;
        display: block;
        position: relative;
    }

    #owl-banner.owl-carousel .owl-dots {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        bottom: -35px;
    }
    .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 0 3px;
        background-color: transparent;
        border: 3px solid #ae8c62;
        border-radius: 10px;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
        -webkit-transition:all .3s ease-in-out;
        -moz-transition:all .3s ease-in-out;
        -ms-transition:all .3s ease-in-out;
        -o-transition:all .3s ease-in-out;
        transition:all .3s ease-in-out;
    }
    .owl-carousel .owl-dots .owl-dot.active,
    .owl-carousel .owl-dots .owl-dot:hover {
        border-color: #c3c3c3;
        transition: all 0.3s ease;
    }

    a.item>span {
        position: absolute;
        bottom: 0;
        width: 100%;
        display: block;
        text-align: center;
        border-top: 8px #fff solid;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        padding: 20px;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 200ms;
        transition: all 200ms;
    }

    a.item:before {
        position: absolute;
        opacity: 0;
        content: '';
        height: 100%;
        width: 100%;
        background: url('../images/zoom.png') center 120px no-repeat rgba(199, 149, 109, 0.4);
        -webkit-transition: all 200ms;
        transition: all 200ms;
    }

    a.item:hover:before {
        opacity: 1;
        -webkit-transition: all 200ms;
        transition: all 200ms;
    }

    a.item:hover>span {
        background: #c7956d;
        -webkit-transition: all 200ms;
        transition: all 200ms;
    }

    .banner-app .area-acao {
       padding: 25px 0 10px;
   }

   .banner-app .area-acao a.bt-conheca{
    background-color: #a68943;
    padding: 12px 18px;
    color: #ffffff;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    /*position: absolute;
    left: 0px;
    bottom: 0;
    margin-left: 450px;
    margin-bottom: 150px;*/
    text-decoration: none;
}

.banner-app .telas-app  {
	padding-top: 30px;
	width: 85%;
	margin: 0 auto;
}

.banner-app .club-vip {
	padding: 30px 15px 0;

}

.banner-app .club-vip img {
	max-width: 90px;
	margin: 0 auto;
}

@media (min-width: 769px) {
	.banner-app .area-acao {
		padding: 40px 0 70px;
	}
	
	.banner-app .telas-app {
		width: 75%;
		padding: 0 30px 0 15px;
		float: right
	}
	
	.banner-app .telas-app img {
		max-width: 780px;
	}
	
	.banner-app .club-vip {
		width: 25%;
		padding: 0 15px 0 30px;
		float: left
	}
	
	.banner-app .club-vip img {
		max-width: 254px;
		margin-top: 130px;
	}
	
}


@media (min-width: 1025px) {
	.banner-app .area-acao {
		padding: 50px 0 70px;
	}
	
	.banner-app .telas-app {
		width: 60%;
	}
	
	.banner-app .club-vip {
		width: 40%;
		text-align: right;
	}
	
	.banner-app .club-vip img {
		margin: 130px 50px 0 0;
		display: inline-block;
	}
	
}



/*@media (min-width: 992px) {
	
	.banner-app .telas-app  {
		width: 60%;
    	margin: 130px 35px 0 0;
		float: right;
	}

	.banner-app .club-vip {
    width: 254px;
    margin: 180px 0 0 35px;
	float: left;
	}
	
}

@media (min-width: 1200px) {
	.banner-app .telas-app  {
		width: 65%;
		text-align: center;
		margin: 90px 0 0 0;
	}
	
	.banner-app .telas-app img {
		width: 750px;
		display: inline-block;
	}
	
	.banner-app .club-vip {
		width: 35%;
		margin: 230px 0 0 0;
		text-align: center;
	}
	
	.banner-app .club-vip img {
    width: 254px;
    display: inline-block;
	}
    }*/



    #s1 {
        background: url('../images/design.jpg') center no-repeat;
    }
    #s2 {
        background: url('../images/tratamentos2.jpg') center no-repeat;
    }
    #s3 {
        background: url('../images/cor_e_quimica.jpg') center no-repeat;
    }
    #s4 {
        background: url('../images/maquiagem.jpg') center no-repeat;
    }
    #s5 {
        background: url('../images/esmalteria.jpg') center no-repeat;
    }
    #s6 {
        background: url('../images/kids.jpg') center no-repeat;
    }


    #equipe1 {
        background: url('../images/equipe/quele.jpg') left no-repeat;
    }
    #equipe2 {
        background: url('../images/equipe/dienifer.jpg') left no-repeat;
    }
    #equipe3 {
        background: url('../images/equipe/fabiula.jpg') left no-repeat;
    }
    #equipe4 {
        background: url('../images/equipe/katy.jpg') left no-repeat;
    }
    #equipe5 {
        background: url('../images/equipe/dara.jpg') left no-repeat;
    }
    #equipe6 {
        background: url('../images/equipe/aline.jpg') left no-repeat;
    }
    #equipe7 {
        background: url('../images/equipe/kellen.jpg') left no-repeat;
    }
    #equipe8 {
        background: url('../images/equipe/roger.jpg') left no-repeat;
    }
    #equipe9 {
        background: url('../images/equipe/maiquelen.jpg') right no-repeat;
    }

    #owl-produtos .item {
        height: 206px;
        background-size: contain;
        background-position: top left;
    }

    #owl-produtos .item:before {
        background-image: none;
    }

    #produtos {
        background: #212121;
    }

    #produtos a.item>span {
        border-color: #212121;
        background: #FFF;
        color: #bf8861;
    }



    #p1 {
        background: url('../images/produtos/produto-1.jpg') left top no-repeat;
    }
    #p2 {
        background: url('../images/produtos/produto-2.jpg') left top no-repeat;
    }
    #p3 {
        background: url('../images/produtos/produto-3.jpg') left top no-repeat;
    }
    #p4 {
        background: url('../images/produtos/produto-4.jpg') left top no-repeat;
    }
    #p5 {
        background: url('../images/produtos/produto-5.jpg') left top no-repeat;
    }
    #p6 {
        background: url('../images/produtos/produto-6.jpg') left top no-repeat;
    }
    #p7 {
        background: url('../images/produtos/produto-7.jpg') left top no-repeat;
    }
    #p8 {
        background: url('../images/produtos/produto-8.jpg') left top no-repeat;
    }

    .div-equipe{
        min-height: 360px;
        margin-top: 50px;
        border: 1px solid #fff;
    }

    .swipebox div{
        height: 200px;
        background-size: cover;
    }

    #owl-estrutura .swipebox div{
        height: 360px;
    }

    .chamada-conheca{
        background: #b6b8bb;
        text-align: center;
    }


    /* Chamada App */
    .chamada-app {
       padding-top: 60px;
   }

   .chamada-app h2, .chamada-app h3 {
       margin: 0;
   }

   .chamada-app h2 {
       font-size: 60px;
       font-family: 'Oswald', sans-serif;
       color: #a38951;
       font-weight: bold;
       text-align: center
   }

   .chamada-app h3 {
       font-size: 35px;
       font-family: 'Oswald', sans-serif;
       font-weight: bold;
       text-align: center
   }

   .chamada-app h5 {
       width: 90%;
       font-size: 20px;
       font-family: 'Oswald', sans-serif;
       font-weight: bold;
       text-align: center;
       margin: 0 auto;
   }

   .chamada-app .area-acao {
       text-align: center;
       padding-top: 35px;
   }

   .chamada-app a.bt-loja {
       display: inline-block;
       width: 180px;
       padding: 12px 0;
       text-align: center;
       border: 2px solid #252525;
       border-radius: 3px;
       font-size: 19px;
       margin: 15px 0;
   }

   .chamada-app a.bt-loja, .chamada-app a.bt-loja:hover, .chamada-app a.bt-loja:active { 
       text-decoration: none
   }


   .chamada-app a.bt-loja i {
       margin-right: 7px;
       color: #fff;
   }

   .chamada-app a.apple {
       background-color: #252525;
       color: #fff;
   }

   .chamada-app a.apple:hover {
       background-color: #fff;
       color: #252525;

   }

   .chamada-app a.apple:hover i {
       color: #252525;
   }

   .chamada-app a.google {
       background-color: #fff;
       color: #252525;
   }

   .chamada-app a.google i {
       margin-right: 7px;
       color: #252525;
   }

   .chamada-app a.google:hover {
       background-color: #252525;
       color: #fff;

   }

   .chamada-app a.google:hover i {
       color: #fff;
   }

   .chamada-app .iphone {
       padding-top: 20px;
   }

   .chamada-app .iphone img {
       margin:  0 auto;
   }


   .chamada-beneficios {
    background: #b6b8bb;
    text-align: center;
}

.chamada-beneficios .area {
	padding: 40px 0; 
}

.chamada-beneficios h2 {
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	color: #a38951;
	font-weight: bold;
	text-align: center
}

.chamada-beneficios h5 {
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

.screenshot {
	padding: 60px 0;
	text-align: center;
}

.screenshot img {
	margin: 0 auto;
}





.owl-stage-outer {
    z-index: 10;
}

.equipe-desc {
    background: #eee;
    position: absolute;
    width: 100%;
    bottom: 0;
    min-height: 1px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

#owl-equipe .item:hover .equipe-desc, .div-equipe:hover .equipe-desc {
    min-height: 100%;
}

.equipe-nome {
    background: #FFF;
    padding: 20px 0;
    display: block;
    color: #333;
    text-align: center;
    font-weight: lighter;
    font-size: 14pt;
    text-transform: uppercase;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.equipe-desc div {
    padding: 20px 15px;
    color: #999;
    font-style: italic;
}

.equipe-desc div>.glyphicon {
    float: right;
    color: #c7956d;
}

.equipe-desc div>p {
    margin: 0;
    /*color: #333;*/
    color: #999;
    font-style: normal;
    max-height: 0;
    overflow: hidden;
}

#owl-equipe .item:hover .equipe-nome, .div-equipe:hover .equipe-nome {
    background: #c7956d;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

#owl-equipe .item:hover .equipe-desc div>.glyphicon:before, .div-equipe:hover .equipe-desc div>.glyphicon:before {
    content: "\e114";
}

#owl-equipe .item:hover .equipe-desc div>p, .div-equipe:hover .equipe-desc div>p {
    max-height: 100px;
    margin: 20px 0 0 0;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

#sec-noticias {
    background: #FFF;
}

.post-img {
    background: url('../images/post-img.jpg') center top no-repeat;
    background-size: cover;
    min-height: 120px;
}

#sec-noticias h3, .page-noticias h3 {
    margin-top: 0;
    color: #c7956d;
}

#sec-noticias p, .page-noticias p {
    color: #333;
}

#sec-noticias a, .page-noticias a {
    color: #c7956d;
}

#sec-noticias .btn:hover {
    color: #FFF;
}
#sec-noticias .titulo-noticia{
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
#sec-noticias .conteudo-noticia p{
    font-family: 'Open Sans', Helvetica !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
}

#sec-noivas {
    background: url('../images/bg-noivas.jpg');
    color: #FFF;
    padding: 90px 0px;
    background-size: cover;
    background-position: 80% 50%;
}
#sec-debutantes {
    background: url('../images/bg-debutantes.jpg');
    color: #FFF;
    padding: 90px 0px;
    background-size: cover;
    background-position: 30% 50%;
}
.fundo-div{
    background: rgba(0,0,0,0.5);
    text-align: center;
}
h2.sem-traco:before {
    display: none;
}

footer h2.titulo-secao {
    margin-top: 15px;
    font-size: 14pt;
}

footer {
    padding: 45px 0 20px 0;
}

footer .glyphicon {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}
footer a{
    color: #333;
}
footer a:hover{
    text-decoration: none;
}
footer p {
    display: inline-block;
}

footer textarea {
    min-height: 79px;
}

footer .form-control {
    border-radius: 1px;
}

footer .btn {
    border-radius: 0;
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25px;
}

#copyright {
    margin-top: 25px;
}

#sec-noivas p,
#sec-noivas h2 {
    text-align: center;
}


/*    HEADER   */

#header h1 {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
    display: none;
}

#header .div-logo {
    padding: 25px 25px 25px 35px;
}

#header .contatos-topo {
    padding-top: 25px;
    padding-right: 25px;
}


#header .contatos-topo ul {
    display: grid;
    list-style-type: none;
    float: right;
    margin-right: 12px;
    -webkit-padding-start: 0px;
}

#header .contatos-topo ul li {
    font-family: "Open Sans", Sans-serif;
    font-weight: 300;
    font-size: 15px;
    margin-left: 10px;
    color: #7e7e7e;
    float: left;
    text-align: right;
}

#header .contatos-topo ul li a {
    color: #7e7e7e;
}

#header .contatos-topo ul li i.fa ,.navbar-header i.fa{
    margin-right: 8px;
    font-size: 18px;
    color: #c7956d;
    vertical-align: middle;
}

.navbar-default {
    background-color: transparent;
    border: none;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-right: 30px;
    min-height: 20px;
}

.navbar-nav>li,
.navbar-default .navbar-nav>li>a {
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    color: #474646;
}

.contatos-topo ul li a:hover,
.navbar-default .navbar-nav>li>a:hover {
    color: #c7956d;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #c7956d;
    background-color: transparent;
}

.navbar-nav {
    margin-top: -10px;
}
.navbar-right{
    margin-right: 0px;
}


/*   BANNER   */

#owl-banner .item {
    position: relative;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    text-align: center;
    height: calc(100vh - 171px);
    background-position: left;
}
.owl-banner .item {
    background-size: cover;
}



.texto-item {
    display: table;
    width: 100%;
    height: calc(100% - 160px);
}

.call-to-action-item {
    /*display: table-cell;*/
    text-align: center;
    vertical-align: middle;
}

.call-to-action-item p {
    margin: 25px auto 45px auto;
    max-width: 420px;
    font-weight: lighter;
    font-size: 1.35em;
    font-style: normal;
}

.citacao-item {
    /*background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-style: italic;
    display: block;
    padding: 40px 0;
    width: 100%;
    max-height: 160px;
    font-size: 1.15em;*/
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: block;
    padding: 40px 0;
    height: 100%;
}
.citacao-item p.cury{
    margin-top: 30%;
    font-style: italic;
    font-size: 1.15em;
}

div.paginator {
    text-align: center;
}
div.paginator ul {
    list-style-type: none;
    padding: 0;
    display: inline-flex;
    margin-top: 20px;
}
div.paginator ul li {
    margin: 3px;
}

#faixa-interna {
    padding: 50px 0;
    background: #000;
}

#faixa-interna .titulo-secao {
    margin: 0;
    color: #FFF;
}

.titulo-interna {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 14pt;
    color: #040002;
    text-transform: uppercase;
    margin: 30px 0 30px 0;
}

#form-contato .form-control {
    border-radius: 1px;
}

#form-contato textarea {
    height: 185px;
}

p.texto-interno{
    font-size: 14px;
    text-align: left;
}
.page-servicos a{
    color: #333;
}
.produto img {
    width: 100%;
}
.produto {
    padding: 8px;
}
.div-servicos{
    min-height: 370px;
    text-align: center;
    border: 1px solid #fff;
    background-color: #ddd;
}

.page-servicos {
    padding: 15px;
}
.page-servicos .btn{
    color: #FFF;
}

#momentos {
    clear: both;
    margin-top: 50px;
}

#momentos .row {
    margin: 25px auto;
    float: none;
}
.page-noticias{
    background: #c0c1c4;
    border: 1px solid #fff;
    padding: 40px 10px;
    min-height: 215px;
}

a.swipebox:hover>div{
    border: 2px solid #c7956d;
}

.icon-mobile{
    display: none;
}

.buttom-top {
    opacity: 0
}
.buttom-top.active {
    opacity: 1
}
.buttom-top {
    display: block;
    position: fixed;
    bottom: 11%;
    width: 100%;
    z-index: 0;
}
.buttom-top.active .go-top {
    opacity: 1;
    z-index: 999;
}
.go-top {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 3%;
    bottom: 0;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.buttom-top .go-top img.topo2 {
    display: none;
}
.buttom-top .go-top:hover img.topo1 {
    display: none;
}
.buttom-top .go-top:hover img.topo2 {
    display: block;
}

.navbar-header {
    display: none;
}

@media screen and (max-width: 1200px) {
    .nav>li>a {
        padding: 10px 8px;
    }
}
@media screen and (max-width: 991px) {
    #header .contatos-topo ul {
        margin-right: 8px;
    }
    #header .contatos-topo ul li {
        Font-size: 14px;
    }
    .navbar-nav>li,
    .navbar-default .navbar-nav>li>a {
        font-size: 15px;
        padding: 5px 0;
    }
    #header .div-logo{
        padding: 0px;
        text-align: center;
    }
    #header .div-logo img{
        display: inline-flex;
    }
    #header .contatos-topo {
        display: none;
    }
    .navbar-toggle {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        float: none;
    }
    .navbar-header div{
        text-align: center;
        line-height: 50px;
        background: #333;
    }
    .navbar-header div:nth-child(1){
        background: transparent;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .navbar-header div:nth-child(1) i.fa{
        margin-right: 5px;
    }
    .navbar-header i.fa{
        font-size: 22px;
        margin-right: 0px;
    }
    .navbar-default{
        margin: 0px;
    }
    .icon-mobile{
        display: block;
    }

    .navbar-header {
        float: none;
        display: block;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-default .navbar-collapse{
        border:none;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-default{
        width: 100%;
    }
    .container-fluid.fundo-menu{
        height: 100%;   
    }
    .collapse.in{
        display:block !important;
    }

}

@media screen and (max-width: 767px) {
    .post-img {
        height: 240px;
    }
    #header .div-logo,
    #header .contatos-topo {
        text-align: center;
    }
    #header .div-logo {
        padding: 15px;
    }
    #header .div-logo figure {
        display: inline-block;
    }
    #header .contatos-topo ul {
        float: none;
    }
    #header .contatos-topo ul li {
        text-align: center;
    }
    div#menu-mobile {
        padding: 0px 15px;
    }
    .navbar-nav {
        margin-top: 0px;
        text-align: center;
    }
    .navbar-default .navbar-nav>li>a {
        line-height: 30px;
        padding: 0px;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: #c7956d;
    }
    .div-servicos{
        min-height: auto;
    }
    a.btn, a.btn:visited {
        font-size: 14px;
        padding: 15px 20px;
    }
    .call-to-action-item p {
        font-size: 1.15em;
    }
    .citacao-item p.cury{
        font-size: 1em;
    }


    #myBtn {
        margin-left: 60%;
        margin-top: -150px;
        height: 200px;
        width: 200px;
    }
    .modal-content {
        width: 100%;
    }
}
@media screen and (max-width: 530px) {
    #myBtn {
        margin-left: 40%;
        margin-top: -100px;
    }
    .modal-content {
        padding: 0px;
    }
}
@media screen and (max-width: 375px) {
    #header .div-logo figure {
        margin: 1em;
    }
    #myBtn {
        margin-left: 25%;
    }
}

.banner-rof{
    background: url(../images/banner-site-pc.jpg) top right;
    background-size: content!important;
    background-position-y: bottom!important;
}

.rof-mobile{
    display: none;
}

.rof-responsive{
    display:block;
    max-width:115%;
    height:auto;
}

@media screen and (max-width: 530px) {
    .banner-rof{
        background: none;
    }
    .rof-mobile{
        display: block;
        padding: 0!important;
    }

    .rof{
        display: none!important;
    }
}