/**
 * Barbercrop
 * Barbercrop is a full featured barber shop template
 * Exclusively on https://1.envato.market/barbercrop-html
 *
 * @encoding        UTF-8
 * @version         1.0.3
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilith (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

html {
    scroll-behavior: smooth
}

body,html {
    overflow-x: hidden
}

ol,ul {
    list-style: none
}

a {
    text-decoration: none
}

a,button,input,textarea {
    background: 0 0;
    color: inherit;
    font-family: inherit;
    border: none;
    cursor: pointer
}

textarea {
    resize: none
}

.fadeIn {
    -webkit-animation: .5s ease-in-out fadeIn;
    animation: .5s ease-in-out fadeIn
}

.fadeOut {
    -webkit-animation: .5s ease-in-out fadeOut;
    animation: .5s ease-in-out fadeOut
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

html.fixed {
    overflow-y: hidden
}

body {
    color: #bbb;
    background: #202020;
    font-size: 16px;
    line-height: 1.7;
    font-family: Roboto,sans-serif
}

body.swal2-shown {
    padding: 0
}

body.fullscreen {
    min-height: 100vh;
    min-width: 100vw
}

main {
    -webkit-transition: padding-top .3s ease-in-out;
    -o-transition: padding-top .3s ease-in-out;
    transition: padding-top .3s ease-in-out
}

h1,h2,h3,h4,h5,h6 {
    font-family: Oswald,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff
}

h1 {
    font-size: 40px;
    line-height: 1.3
}

h2 {
    font-size: 32px;
    line-height: 1.5
}

h3 {
    font-size: 28px;
    line-height: 1.5
}

h4 {
    font-size: 22px;
    line-height: 1.7
}

h5 {
    font-size: 18px;
    line-height: 1.7
}

h6 {
    font-size: 14px;
    line-height: 1.3
}

a,button,input,textarea {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.section {
    padding: 80px 0
}

.section--nopb {
    padding: 80px 0 0
}

.section--nopt {
    padding: 0 0 80px
}

.section_header {
    position: relative
}

.section_header-subtitle {
    text-transform: uppercase;
    font-family: Oswald,sans-serif;
    font-weight: 600;
    color: #2c2c2c;
    font-size: 80px;
    line-height: 1;
    position: absolute;
    z-index: -1;
    visibility: hidden
}

.container {
    padding: 0 1.25rem;
    margin: 0;
    min-width: 100%
}

.theme-element {
    text-align: center;
    background: #eb1616;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #eb1616;
    font-family: Oswald,sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    display: inline-block
}

.theme-element.btn {
    padding: 12px 20px
}

.theme-element.btn:hover {
    color: #eb1616
}

.theme-element.btn--revert {
    background: 0 0
}

.theme-element.btn--revert.current,.theme-element.btn--revert:focus,.theme-element.btn--revert:hover {
    background: #eb1616;
    color: #fff
}

.theme-element.tag {
    padding: 5px 10px
}

.theme-element:focus,.theme-element:hover {
    background: 0 0
}

.field {
    padding: 11px 18px;
    border: 2px solid #bbb;
    font-size: 14px;
    line-height: 28px;
    display: block
}

.field.error {
    border-color: #eb1616
}

.field--corner {
    margin-bottom: 15px;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    border-right: none;
    border-top: none
}

.field::-webkit-input-placeholder {
    color: #fff;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.field::-moz-placeholder {
    color: #fff;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.field:-ms-input-placeholder {
    color: #fff;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.field::-ms-input-placeholder {
    color: #fff;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.field::placeholder {
    color: #fff;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.field:focus::-webkit-input-placeholder {
    opacity: 0
}

.field:focus::-moz-placeholder {
    opacity: 0
}

.field:focus:-ms-input-placeholder {
    opacity: 0
}

.field:focus::-ms-input-placeholder {
    opacity: 0
}

.field:focus::placeholder {
    opacity: 0
}

.field:focus,.field:hover {
    border-color: #fff
}

.highlight {
    color: #eb1616
}

.link--underline {
    position: relative;
    text-transform: uppercase
}

.link--underline:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #eb1616;
    bottom: -2px;
    left: 0;
    -webkit-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out
}

.link--underline:focus:after,.link--underline:hover:after {
    width: 100%
}

.linebreak {
    display: block
}

.text {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500
}

.brand-logo_icon {
    color: #eb1616;
    margin-right: 7px
}

.brand-logo_name {
    color: #fff;
    text-transform: uppercase;
    font-family: Oswald,sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1
}

@media screen and (min-width:767.98px) {
    h1 {
        font-size: 50px;
        line-height: 1.2
    }

    h2 {
        font-size: 40px;
        line-height: 1.3
    }

    .container {
        padding: 0 1.875rem
    }

    .section {
        padding: 100px 0
    }

    .section--nopb {
        padding: 100px 0 0
    }

    .section--nopt {
        padding: 0 0 100px
    }

    .section_header-subtitle {
        visibility: visible
    }

    .text {
        font-size: 16px
    }
}

@media screen and (min-width:991.98px) {
    h1 {
        font-size: 65px
    }

    .section {
        padding: 40px 0
    }

    .section--nopb {
        padding: 110px 0 0
    }

    .section--nopt {
        padding: 0 0 110px
    }

    .text {
        font-size: 18px;
        line-height: 1.5
    }
}

@media screen and (min-width:1199.98px) {
    .container {
        margin: 0 auto;
        min-width: unset
    }
}

.alert_popup {
    background: #fff;
    min-width: 280px;
    max-width: 360px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px
}

.alert_popup-close {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.alert_popup-close:focus,.alert_popup-close:hover {
    color: #eb1616
}

.alert_popup-title {
    color: #eb1616;
    margin-bottom: 10px
}



.contacts_header,.contacts_main-data {
    margin-bottom: 40px
}

.contacts_main-data_item {
    margin-bottom: 15px
}

.contacts_main-data_item:last-of-type {
    margin-bottom: 0
}

.contacts_main-data_item .title {
    margin-bottom: 10px
}

.contacts_main-data_item .link--underline {
    text-transform: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.contacts_main-data_item .link--underline:after {
    background: #bbb
}

/*.contacts_main-form_label {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
    font-family: Oswald,sans-serif;
    margin-bottom: 10px;
    display: block
}*/

.contacts_main-form .field {
    width: 100%;
    color: #fff
}

.contacts_main-form .field[data-type=message] {
/*    min-height: 180px;*/
    margin-bottom: 0
}

.contacts_main-form .btn {
    margin-top: 30px
}

.map #map {
    min-height: 350px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

@media screen and (min-width:767.98px) {
    .contacts_header-subtitle {
        top: -90%;
        left: 14%
    }

    .contacts_main-form .form-block {
        width: calc(50% - 15px);
        margin-bottom: 30px
    }

    .contacts_main-form_label {
        margin-bottom: 20px
    }

    .contacts_main-data_item--tel .data {
        margin-right: 20px
    }

    .contacts_main-data_item--tel .data:last-of-type {
        margin-right: 0
    }

    .map #map {
        min-height: 500px
    }
}

@media screen and (min-width:991.98px) {
    .contacts_header {
        margin-bottom: 50px
    }

    .contacts_header-subtitle {
        left: 10%
    }

    .contacts_main-data_item {
        margin-bottom: 30px
    }

    /*.contacts_main-form .btn {
        margin-top: 50px
    }*/
}

@media screen and (min-width:1199.98px) {
    .contacts_header-subtitle {
        left: 9%
    }
}

@media screen and (min-width:1399.98px) {
    .contacts_header-subtitle {
        left: 7%
    }
}

a[href^="http://maps.google.com/maps"],a[href^="https://maps.google.com/maps"] {
    display: none!important
}

.gm-style-cc,.gmnoprint a,.gmnoprint span {
    display: none
}

.gmnoprint div {
    background: 0 0!important
}


.footer_logo {
    margin-bottom: 40px
}

.footer_contacts-tel {
    color: #fff;
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.footer_contacts-tel:hover {
    color: #eb1616
}

.footer_contacts-tel .icon {
    display: none
}

.footer_contacts-tel .link {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.5;
    font-family: Oswald,sans-serif;
    font-weight: 500
}

.footer_contacts-address {
    margin-bottom: 10px
}

.footer_contacts-mail {
    position: relative
}

.footer_contacts-mail:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #bbb;
    bottom: 0;
    left: 0;
    -webkit-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out
}

.footer_contacts-mail:focus:after,.footer_contacts-mail:hover:after {
    width: 100%
}

.footer_contacts-socials {
    margin: 30px 0 40px;
    max-height: 22px
}

.footer_contacts-socials .list-item {
    margin-right: 15px
}

.footer_contacts-socials .list-item:last-of-type {
    margin-right: 0
}

.footer_contacts-socials .list-item .link {
    color: #fff;
    font-size: 22px
}

.footer_contacts-socials .list-item .link:focus,.footer_contacts-socials .list-item .link:hover {
    color: #eb1616
}

.footer_newsletter-text {
    margin: 15px 0 25px
}

.footer_newsletter-form {
    max-width: 100%
}

.footer_newsletter-form .field {
    margin-bottom: 10px
}

.footer_newsletter-form .field:focus,.footer_newsletter-form .field:hover {
    border-color: #fff
}

.footer_newsletter-form .btn,.footer_newsletter-form .field {
    width: 100%
}

.footer_copyright {
    background: #2c2c2c;
    margin: 80px -20px 0;
    text-align: center;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:575.98px) {
    .contacts_main-form .btn {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }

    .footer_newsletter-form .field {
        margin-bottom: 0;
        border-right: none;
        max-width: 368px
    }

    .footer_newsletter-form .btn {
        width: unset
    }
}

.ajuste_upload{
    margin-top: 0px;
}

@media screen and (max-width:767.98px) {
    .ajuste_upload{
        margin-top: 40px;
    }
}

@media screen and (min-width:767.98px) {
    .footer {
        padding: 100px 0 0
    }

    .footer_logo {
        width: 100%
    }

    .footer_contacts {
        margin-right: 40px;
        margin-top: -20px
    }

    .footer_contacts-socials {
        margin-bottom: 0
    }

    .footer_newsletter {
        max-width: 410px;
        margin-bottom: 0;
        margin-top: -80px
    }

    .footer_copyright {
        margin: 100px -30px 0
    }
}

@media screen and (min-width:991.98px) {
    .footer {
        padding: 110px 0
    }

    .footer_logo {
        width: 25%;
        margin-bottom: 0
    }

    .footer_contacts,.footer_newsletter {
        margin-top: -5px
    }

    .footer_contacts-tel {
        margin-bottom: 20px
    }

    .footer_contacts-tel .link {
        font-size: 28px
    }

    .footer_contacts-tel .icon {
        max-width: 40px;
        max-height: 40px;
        font-size: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 10px;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .footer_contacts-socials {
        margin-bottom: 25px
    }

    .footer_copyright {
        text-align: left;
        margin: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background: 0 0;
        height: auto
    }
}

@media screen and (min-width:1199.98px) {
    .footer_contacts {
        margin-right: 0
    }

    .footer_contacts-copyright {
        text-align: left
    }

    .footer_newsletter {
        max-width: 471px
    }
}
/*# sourceMappingURL=../sourcemaps/contacts.css.map */

.botwhatsapp{
    position:fixed;
    width:60px;
    height:60px;
    bottom:10px;
    right:10px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 1px 1px 2px #888;
    z-index:1000;
}

.selected-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border: none;
    border-radius: 5px;
    background-color: transparent;
}

.selected-options span {
    display: flex;
    align-items: center;
    background-color: #f11117;
    color: white;
    padding: 2px 10px;
    border-radius: 50px;
}

.selected-options span button {
    background-color: #202020;
    border: none;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-left: 15px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}

select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.day-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* Alinha lado a lado no desktop */
.day-block .day-column,
.day-block .time-column {
  display: flex;
  align-items: center;
}

/* Ajusta o layout para mobile */
@media (max-width: 768px) {
  .day-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .day-column {
    width: 100%;
    margin-bottom: 5px;
  }

  .time-column {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .time-field-wrapper {
    flex: 1;
  }

  .day-block span {
    display: none; /* Oculta o "às" no mobile se quiser mais limpeza visual */
  }
}

.repeat-button-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* A palavra "Repetir" só aparece em telas pequenas (mobile) */
.repeat-label {
  display: none;
  font-size: 14px;
  color: #333;
}

@media (max-width: 768px) {
  .repeat-label {
    display: inline !important;
    color: #fff;
    margin-left: 10px;
  }
}
