html {
    margin-top:0 !important;
    overflow-x:auto !important;
}
body {
    padding-top: 0;
}
.container-perfil { margin-top: 50px; }
    img#pefil { max-width: 140px; border-radius: 0px;  }

h1 { margin: 10px 0; 
     font-size: 28px;
}
h2 { margin: 10px 0; 
     font-size: 22px;
}
h3 { margin: 10px 0; 
     font-size: 20px;
}

p { margin: 15px 0; 
    font-size: 18px;
}

a { color: #993399; text-decoration: none; }

a:hover { text-decoration: none; }

.justify-content-center {
    background: rgba( 252, 252, 252, 0.3);    
}    
.container-perfil.row {
    padding:10px;
    border:2px solid #fafafa;
    border-radius:8px;
    margin-bottom:30px
}
ul li {
    list-style-type: square;
    font-size: 18px; 
    font-weight: 400;
    line-height: 24px;
    color: #993399;
    margin: 5px 0 0 20px;
    font-family: "Nunito", sans-serif;    
}
ul {
    margin-bottom: 10px;
}
li.nav-item  {
    list-style-type: none;
}
.footer-link ul li {
    margin-top: 15px;
    list-style-type: none;
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-next-btn, .latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-next-btn span, .latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-next-btn:hover, .latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-next-btn span:hover, .latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-next-btn i, .latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-next-btn span i, .latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-next-btn i:hover, .latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-next-btn span i:hover{
    background: transparent !important;
    color: #993399 !important;    
}

.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-prev-btn, .latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-prev-btn span, .latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-prev-btn:hover, .latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-prev-btn span:hover, .latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-prev-btn i, .latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-prev-btn span i, .latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-prev-btn i:hover, .latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-prev-btn span i:hover{
    background: transparent !important;
    color: #993399 !important;    
}

.latepoint-book-button.os_trigger_booking.wp-block-button__link {
    max-width: 350px !important;
    border-radius: 10px !important;
    color: #fff;
    background: #C11AC1 !important;
    text-transform: uppercase;
}
.latepoint-book-button.os_trigger_booking.wp-block-button__link:hover {
    color: #fff;
    background: #DD43FB !important;
    text-decoration: none !important;
}

.latepoint-w p {
    font-size: 15px;    
    line-height: 1.6em;
    margin-bottom: 10px;
}

.latepoint-w ul li {
    color: #993399;
    font-size: 15px;
}

#item {
   margin-bottom:18px;
}
#item p {
   margin-top:3px;
   margin-bottom:3px;
}
#voltar {
    padding: 30px 0 0 30px;
    text-align:left;
}
.item-details-popup-head h3 {
    color: #fff;
}
.item-details-popup-content-i ul li{
  padding-left: 5px !important;
  list-style: square !important;
}
.item-details-popup-content-i p {
  margin-bottom: 8px;
}

.lp_iti {
  display: flex !important;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
}

.lp_iti__flag-container {
  flex-shrink: 0;
  margin-right: 8px;
}

.lp_iti__selected-flag {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  background-color: #f7f7f7;
  border-right: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}

.lp_iti__selected-dial-code {
  white-space: nowrap;
  font-size: 14px;
}

.lp_iti input[type="tel"] {
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  border-radius: 0 4px 4px 0;
  padding-left: 10px;
  box-sizing: border-box;
}
.latepoint-lightbox-w .latepoint-lightbox-i a {
    margin-bottom: 0;
}
.latepoint-booking-form-element {
    margin-bottom: 25px;
}
.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-head h3 {
    color: #fff !important;
}
@media (min-width: 950px) {
    body {
        padding-top: 0;
    }   
    .header-hero {   
        padding-bottom: 5%;
    }
    #home .container {
        padding-top: 0;
        padding-left: 5% !important;
        padding-right: 10% !important;        
        padding-bottom: 2% !important;
    }
    .justify-content-center {
        background: rgba( 252, 252, 252, 0.3);    
        padding: 2% 5% 0 5%;
    }  
    .latepoint-book-button-wrapper.wp-block-button {
        padding:20px;
        text-align:center;
    }
    .item-details-popup-content-i ul li{
      padding-left: 10px !important;
      list-style: square !important;
    }    
}    

@media (max-width: 680px) {
    body {
        padding-top: 0;
    }  
    #home {
        padding-top: 50px !important;
    }    
    #home .container {
        padding-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 5% !important;        
    } 

    .justify-content-center {
        padding: 2% 3% 5% 3% !important;
    }       
    .col-lg-6 {
        padding:0;
        flex-shrink: 0;
        width: 50%;
        max-width: 50%
    }
    .container-perfil {
        padding: 0 20px;    
    } 
    .latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form-w {
        border-radius: 0 !important;
    }   
    h1 { margin: 10px 0; 
         font-size: 24px;
    }
    h2 { margin: 10px 0; 
         font-size: 23px;
    }    
    h3 { margin: 10px 0; 
         font-size: 20px;
    }
    
    p { margin: 15px 0; 
        font-size: 16px;
    } 
    ul li {
        font-size: 16px; 
    }  
    ul {
        margin-left: 0px; 
    }    
} 

.lp_iti {
  display: flex !important;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
}

.lp_iti__flag-container {
  flex-shrink: 0;
  margin-right: 8px;
}

.lp_iti__selected-flag {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  background-color: #f7f7f7;
  border-right: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}

.lp_iti__selected-dial-code {
  white-space: nowrap;
  font-size: 14px;
}

.lp_iti input[type="tel"] {
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  border-radius: 0 4px 4px 0;
  padding-left: 10px;
  box-sizing: border-box;
}
.latepoint-lightbox-w .latepoint-lightbox-i a {
    margin-bottom: 0;
}
.latepoint-booking-form-element {
    margin-bottom: 25px;
}
.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-head h3 {
    color: #fff !important;
}
.latepoint-booking-form-element .step-customer-logged-in-header-w a {
    margin-bottom: 0;
}
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel {
    background: #fafafa;
}
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link {
    background: transparent !important;
}
.latepoint-btn.latepoint-btn-primary:hover {
    background: transparent !important;
}

.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-btn:hover {
    background: #df9fdf !important;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-prev-btn:hover {
    background: transparent !important;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item-details-popup-btn:hover span {
    color: #993399 !important;
    text-decoration: underline;
    background: transparent !important;
}