@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap');
.download-app {
    font-family: 'Rubik', sans-serif;
    background: #4b4b4b;
    color: #fff;
}
.download-app img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
.download-app strong.txt {
    display: block;
    font-weight: 500;
    font-size: 16px;
}
.download-app span.txt {
    display: block;
    color: #d8d8d8;
    font-size: 12px;
}
.download-app a,
.download-app a:hover {
    color: #fff;
    background: #19abff;
    text-align: center;
    border-radius: 5px;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
body.app-download header {
    top: 70px;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 33px 50px 0;
    z-index: 5;
}
header span.phone {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
header .access {
    text-transform: uppercase;
    font-weight: bold;
}
header .access i {
    font-size: 1.375rem;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

/* MANCHAS */
.mancha {
    position: absolute;
    left: 0;
    right: 0;
}
.mancha.bottom {
    bottom: 0;
}
.mancha.top {
    top: 0;
}
.mancha.rotate {
    transform: rotate(180deg);
}
.mancha img {
    width: 100%;
}

/* BANNER */
.call {
    background: url('/img/banner.png') no-repeat center top #272727;
    background-size: cover;
    position: relative;
    padding: 16.25rem 0;
}
.call h1 {
    max-width: 470px;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    color: #fff;  
}
.call a.button {
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 900;
    height: 72px;
    line-height: 72px;
    padding: 0 2.75rem;
}
.call a.button i {
    margin-right: 15px;
    font-size: 1.3125rem;
}
.call .foto {
    position: absolute;
    left: 55%;
    bottom: 0;
}

/* PRODUTOS */
.products {
    position: relative;
    padding-bottom: 300px;
}
.products .title {
    text-align: center;
    padding: 3rem 0 4rem;
}
.products .title strong {
    color: #272727;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 3;
}
.products .title h2 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #272727;
    text-align: center;
    line-height: 1.25;
    max-width: 490px;
    margin: 0 auto;
}
.products .menu_scrolling {
    position: relative;
}
.products .menu_scrolling::before {
    content: '';
    height: 2px;
    position: absolute;
    background: #f0f2f5;
    left: 0;
    right: 0;
    bottom: 0;
}
.products .menu_scrolling nav ul {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    overflow-x: scroll; 
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.products .menu_scrolling nav ul::-webkit-scrollbar {
    display: none; 
}
.products .menu_scrolling nav ul li {
    display: inline-block;
    padding: 0 2rem;
}
.products .menu_scrolling nav ul li a,
.products .menu_scrolling nav ul li span {
    color: #272727;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1.25rem 0;
    position: relative;
    display: block;
}
.products .menu_scrolling nav ul li a:hover {
    text-decoration: none;
    color: #f33c45;
}
.products .menu_scrolling nav ul li a.active {
    font-size: 1rem;
    padding: 1rem 0 1.25rem;
}
.products .menu_scrolling nav ul li a.active::before {
    content: '';
    background: #f33c45;
    height: 2px;
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 0;
}


.products .list_serv {
    display: none;
}
.products .radio input.radio + label span,
.products .list_serv.active {
    display: block;
}
.products .radio input.radio + label strong {
    font-weight: 500;
}
.products .radio input.radio + label b {
    font-weight: 600;
    font-size: 14px;
}
.products .form-submit {
    padding: 13px 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: #fff;
    box-shadow: 0 -2px 29px 0 rgba(34, 41, 51, 0.1);
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease-out;
    z-index: 99;
}
.products .form-submit.active {
    height: 95px;
    opacity: 1;
}
.products .form-submit #service-selected {
    color: #3c4247;
}
.products .form-submit .service-call {

}
.products .form-submit .button {
    margin: 12px 0 12px 36px;
}
.products .form-submit .button span {
    display: none;
}

.products .wisk {
    bottom: -185px;
    left: 10%;
    position: absolute;
    z-index: 1;
}

/* INSTAGRAM */
.instagram {
    background: #f0f2f5;
    position: relative;
    padding: 8rem 0 6rem;
}
.instagram h2 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #272727;
    text-transform: uppercase;
    margin: 0;
}
.instagram strong {
    font-weight: normal;
    font-size: 1.125rem;
    color: #0f0f0e;
}
.instagram .photos-instagram {
    margin-top: 3.125rem;
}
.instagram .photos-instagram li {
    padding: 0.3rem;
}
.instagram .photos-instagram li .img {
    border: solid 9px #fff;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover; 
    height: 18.125rem;
}
.instagram .photos-instagram .slick-prev,
.instagram .photos-instagram .slick-next {
    font-family: 'Font Awesome 5 Pro';
    text-indent: -200px;
    overflow: hidden;
    position: absolute;
    height: 3.75rem;
    width: 2.5rem;
    top: 6.875rem;
    cursor: pointer;
}
.instagram .photos-instagram .slick-prev::before,
.instagram .photos-instagram .slick-next::before {
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    font-size: 3.75rem;
}
.instagram .photos-instagram .slick-prev {
    left: -10rem;
}
.instagram .photos-instagram .slick-next {
    right:  -10rem;
}
.instagram .photos-instagram .slick-prev::before {
    content: '\f053';
}
.instagram .photos-instagram .slick-next::before {
    content: '\f054';
}
.instagram .photos-instagram .slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    right: 0;
    left: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.instagram .photos-instagram .slick-dots li {
    position: relative;
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    margin: 0 0.625rem;
    padding: 0;
    cursor: pointer;
    background: transparent;
}
.instagram .photos-instagram .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    padding: 0.3125rem;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #5c646e;
    border-radius: 3.125rem;
}
.instagram .photos-instagram .slick-dots li.slick-active button {
    background: #f33c45;
}
.instagram a {
    font-weight: bold;
    text-decoration: underline;
}
.instagram a,
.instagram .photos-instagram .slick-prev,
.instagram .photos-instagram .slick-next {
    color: #f33c45;
}
.instagram a:hover,
.instagram .photos-instagram .slick-prev:hover,
.instagram .photos-instagram .slick-next:hover {
    color: #df2a33;
}

/*DEPOIMENTOS*/
.notes_box {
    position: relative;
    background: url('/img/parede.png') no-repeat center top #f0f2f5;
    background-size: cover;
    padding: 6rem 0 6.25rem;
}
.notes_box h2 {
    color: #fff;
    font-weight: 900;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin: 0 0 4rem;
}
.notes_box .box {
    position: relative;
    z-index: 1;
}
.notes_box .box li {
    background: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 50px 35px;
}
.notes_box .box li i {
    font-size: 4.5rem;
}
.notes_box .box li h3 {
    font-size: 1rem;
    margin: 0;
    padding: 40px 0 20px;
    color: #5c646e;
}
.notes_box .box li p {
    font-size: 15px;
    margin: 0;
    padding: 0;
    color: #6f7077;
}
.notes_box .box div.box_item {
    padding-left: .75rem;
    padding-right: .75rem;
}
.notes_box .box li {
    text-align: left;
}
.notes_box .box p {
    text-align: left;
    height: 200px;
    overflow: auto;
    margin-bottom: 20px;
}
.notes_box .box strong {
    font-size: 14px;
    display: block;
    color: #272727;
    text-transform: uppercase;
}
.notes_box .box span {
    font-size: 14px;
}
.notes_box figure.photo {
    margin: 0 15px 0 0;
    border-radius: 50%;
}
.notes_box figure.photo img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.notes_box .slick-prev, .notes_box .slick-next {
    display: none !important;
}
.notes_box .slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.notes_box .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
    background: transparent;
}
.notes_box .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #5c646e;
    border-radius: 50px;
}
.notes_box .slick-dots li.slick-active button {
    background: #ea1d4f;
}

/* SOBRE */
.about {
    position: relative;
    background: #272727;
    padding: 7rem 0 15rem;
}
.about h2 {
    font-weight: 900;
    color: #fff;
    font-size: 2.5rem;
    text-transform: uppercase; 
    margin: 0;
    line-height: 1.25;
}
.about p {
    max-width: 360px;
    line-height: 1.75;
    font-size: 1rem;
    color: #787878;
    margin: 30px 0;
}
.about ul li {
    line-height: 3.13;
}
.about ul li a {
    text-transform: uppercase;
    color: #787878;
    font-weight: bold;
}
.about ul li a:hover {
    color: #fff;
    text-decoration: none;
}
.about ul li a i {
    color: #f33c45;
    margin-right: 3px;
    display: none;
}
.about ul li.active a {
    color: #fff;
}
.about ul li.active a i {
    display: inline-block;
}
.about .images {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45%;
}
.about .images .image {  
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
.about .images .image.active {
    opacity: 1;
}
.about .images .image-1 {  
    background: url('/img/salao2.jpg') no-repeat center center;
    background-size: cover;
}
.about .images .image-2 {  
    background: url('/img/bar.jpg') no-repeat center center;
    background-size: cover;
}
.about .images .image-3 {  
    background: url('/img/poker.jpg') no-repeat center center;
    background-size: cover;
}

/* PERGUNTAS */
div.questions_list_open {
    background: #f0f2f5;
    padding: 2rem 0 3rem;
}
div.questions_list_open h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #272727;
}
div.questions_list_open p.mb {
    line-height: 1.75;
    max-width: 270px;
    margin-bottom: 30px;
}
div.questions_list_open ol.questions {
    padding-left: 300px;
}
div.questions_list_open ol.questions li {
    background: #fff;
    padding: 0;
    margin-bottom: 24px;
    border-radius: 3px;
    position: relative;
    transition: all 0.2s ease-out;
    box-shadow: 1px 1.7px 5px 0 rgba(92, 100, 110, 0);
}
div.questions_list_open ol.questions li:hover {
    box-shadow: 1px 1.7px 5px 0 rgba(92, 100, 110, 0.2);
}
div.questions_list_open ol.questions h3 {
    font-size: 1rem;
    color: #676760;
    margin: 0;
    padding: 25px 35px;
    font-weight: normal;
    cursor: pointer;
}
div.questions_list_open ol.questions h3 b {
    font-size: 15px;
    color: #f33c45;
    margin-right: 10px; 
}
div.questions_list_open ol.questions h3 i {
    color: #32302e;
    font-size: 14px;
    position: absolute;
    top: 30px;
    right: 25px;
}
div.questions_list_open ol.questions .text {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.2s ease-out;
} 
div.questions_list_open ol.questions p {
    font-size: 14px;
    margin: 0;
    padding: 20px 35px 25px;
    
}
div.questions_list_open ol.questions li.active .text {
    max-height: 200px;
    overflow: auto;
    opacity: 1;
}

/* FOOTER */
footer {
    position: relative;
    background: #212121;
    font-size: 1rem;
}
footer h3 {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.33;
    text-transform: uppercase;
    margin: 0 0 1.5rem;
    color: #fff;
}
footer p {
    color: #fff;
    font-size: 14px;
    line-height: 2.29;
}
footer .address {
    background: url('/img/barbahall-caveira.png') no-repeat 5% center #272727;
    padding: 11.5rem 0 5rem;
}
footer .address .social {
    text-align: right;
}
footer .address .midias {
    padding-top: 2.5rem;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 10px;
    color: #fff;
}
footer .address a.fab {
    color: #fff;
    font-size: 1.125rem;
    margin-left: 3px;
}
footer .address a.fab:hover {
    color: #f33c45;
}
footer .copy {
    font-size: 14px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #fff;
}

footer a.app-link {
    width: 45%;
    display: inline-block;
}
footer a.app-link:first-child {
    padding-right: 10px;
}
footer .down-app-top {
    display: none;
}
footer .down-app {
    padding-top: 20px;
}

/* Medium */
@media (max-width:1300px) {
    .instagram .photos-instagram {
        padding: 0 3.75rem;
    }
    .instagram .photos-instagram .slick-prev {
        left: 0;
    }
    .instagram .photos-instagram .slick-next {
        right: 0;
    }
}

/* Small */
@media (max-width:640px) {
    header {
        padding: 33px 25px 0;
    }
    header .logo {
        width: 150px;
    }
    .call {
        padding: 11rem 0 16rem;
    }
    .call h1 {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    .products {
        padding-bottom: 100px;
    }
    .products .wisk {
        max-width: 240px;
        bottom: -150px;
    }
    .instagram .photos-instagram {
        padding: 0;
    }
    .instagram .photos-instagram .slick-prev, 
    .instagram .photos-instagram .slick-next {
        display: none !important;
    }
    .instagram .photos-instagram .slick-dots {
        bottom: -30px;
    }

    .products .form-submit {
        text-align: center;
        padding: 13px 0 0;
    }
    .products .form-submit.active {
        height: 70px;
    }
    .products .form-submit .button {
        width: 90%;
        margin: 0;
    }
    .products .form-submit .button > span {
        display: inline;
    }

    .about {
        padding-bottom: 0;
    }
    .about .images {
        position: relative;
        width: 100%;
        height: 290px;
        margin-top: 40px;
    }

    .notes_box .slick-list {
        padding-right: 20%;
        padding-left: .75rem;
    }
    .notes_box .slick-dots {
        display: none !important;
    }

    .notes_box .slider {
        padding: 0 !important;
    }
    .notes_box .slider h2 {
        padding-left: .75rem;
    }

    div.questions_list_open ol.questions {
        padding-left: 0;
    }    
    
    footer .address {
        padding-top: 2.625rem;
        background-position: -120% center;
    }
    footer .address .social {
        text-align: left;
    }
    footer h3 {
        margin-top: 2rem;
    }
    footer .address .midias a {
        margin: 0 1.25rem 0 0;
    }

    .mob-disable {
        display: none;
    }
    footer .down-app-top {
        display: flex;
        padding-top: 30px;
    }
    footer .down-app {
        display: none;
    }
}
}

/* Mini */
@media (max-width:340px) {
    .download-app strong.txt span,
    .download-app span.txt span {
        display: none;
    }
}









/************/