@import url(https://fonts.googleapis.com/css?family=Exo+2:400,400i,600,700);@import url(https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css);@import url(https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css);@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@charset "UTF-8";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus,
*:active,
*:before:focus,
*:before:active,
*:after:focus,
*:after:active {
  outline: none;
}

.mainLayout .subMainLayout {
  position: relative;
  font-size: 12px;
  font-family: "OpenSans", sans-serif;
  color: white;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mainLayout .subMainLayout strong {
  position: relative;
}

.mainLayout .subMainLayout strong:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #b41e14;
  width: 0;
  height: 0;
  bottom: 2px;
  right: -3px;
  font-weight: 700;
}

.mainLayout {
  background-color: black;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 10px;
}

.mainLayout div {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mainLayout a {
  text-transform: none;
  color: white;
}

.imgBannerProtese{
  content: url("../images/proteses.jpg");
}

.imgBannerImplante{
  content: url("../images/implantes.png");
}

.imgBannerClareamento{
  content: url("../images/slide3.jpg");
}

@media(max-width: 768px) {
  .imgBannerProtese{
    content: url("../images/proteses_Mob.jpg");
  }  
  .imgBannerClareamento{
    content: url("../images/slide3_Mob.jpg");
  } 
  .imgBannerImplante{
    content: url("../images/implantes_Mob.png");
  }  
}

.mainLayout span {
  margin-left: 3px;
}

body,
html {
  width: 100%;
  overflow-x: hidden;
  line-height: 1.8;
  font-size: 15px;
  padding: 0;
  margin: 0;
  color: #282828;
  font-family: "Exo 2", sans-serif;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

header + section {
  padding-top: 60px;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 10px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

footer {
  padding: 40px 10px;
  background-color: black;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

p {
  margin: 0;
}

p a {
  text-decoration: none;
  position: relative;
  padding: 0.5em;
  margin: -0.5em;
}

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

button {
  background: none;
  border: 0;
  cursor: pointer;
}

h1 {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

h2 {
  
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  color: #ddaa44;
  margin: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: "Exo 2", sans-serif;
  color: #343434;
  font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: "Exo 2", sans-serif;
  color: #343434;
  font-size: 14px;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-family: "Exo 2", sans-serif;
  color: #343434;
  font-size: 14px;
}

input::placeholder,
textarea::placeholder {
  font-family: "Exo 2", sans-serif;
  color: #343434;
  font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: "Exo 2", sans-serif;
  color: #343434;
  font-size: 14px;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-family: "Exo 2", sans-serif;
  color: #343434;
  font-size: 14px;
}

input.placeholder,
textarea.placeholder {
  font-family: "Exo 2", sans-serif;
  color: #343434;
  font-size: 14px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-family: "Exo 2", sans-serif;
  color: #343434;
  font-size: 14px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: "Exo 2", sans-serif;
  color: #343434;
  font-size: 14px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: "Exo 2", sans-serif;
  color: #343434;
  font-size: 14px;
}

input[type="date"] {
  font-family: "Exo 2", sans-serif;
  color: #343434;
  font-size: 14px;
}

input[type="date"]::-webkit-datetime-edit,
input[type="date"]::-webkit-datetime-edit-fields-wrapper,
input[type="date"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  font-family: "Exo 2", sans-serif;
  color: #343434;
  font-size: 14px;
}

input {
  height: 32px;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.canister {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.canisterGaleria {
  width: 100%;
  max-width: 1200px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.topHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  background-color: #333333;  
  overflow: hidden;
  max-height: 120px;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  color: white;
}

.topHeader.hidden {
  max-height: 0px;
  padding: 0;
}

.contentHeader {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 36px minmax(240px, 260px) minmax(1px, auto) 210px;
  padding: 0 10px;
  height: 60px;
  background-color: black;
  letter-spacing: 2px;
  position: relative;
}

.icon_social_media{
  justify-items: start;
}


.infoHeader {
  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;
}

.bannerCarousel {
    margin-top: 60px;
  padding: 0;
  border-bottom: 15px solid #ddaa44;
  position: relative;
}

.bannerCarousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bannerCarousel .owl-dots .owl-dot.active span {
  background-color: #ddaa44;
}

.bannerCarousel .owl-dots .owl-dot:hover span {
  background-color: #9b8144;
}

.pageAboutSection {
  /* padding: 0 10px; */
  border-bottom: 15px solid #ddaa44;
  position: relative;
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/pagina-sobre-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
}

.pageAboutSection:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.pageAboutSection .canister {
  padding: 8% 0;
  position: relative;
}

.descriptionSection {
  padding: 0 10px;
  border-bottom: 15px solid #ddaa44;
  position: relative;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/Tratamentos-bg.jpg?61e783da9cc6a4c0d6991b80907bc2fa);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  color: black;
}

.descriptionSection .canister {
  padding: 5% 0;
  position: relative;
}

.descriptionSection .canister p{
  font-weight: normal;
}

.mobileMenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: inherit;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.mobileMenu.hidden {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

footer .canister {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-row-gap: 20px;
}

.aboutSection {
  background-image: url(../images/sobre_bd.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about,
.treatments {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
}

.treatmentsSection {
  background-color: #e3e5e7;
  padding: 30px 10px;
  background-image: url(../images/especialidades.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.bookingSection {
  background-color: #ddaa44;
}

.testimonySection {
  background-color: black;
  color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.depositions {
  width: 100%;
  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-bottom: 25px;
}

.testimony {
  display: grid;
}

.bookingSection .canister {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mapSection {
  padding: 0;
}

.mapSection iframe {
  width: 100%;
  height: 450px;
}

.bannerItem {
  position: relative;
  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;
  height: calc(100vh - 63px);
  max-height: 800px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}

.aboutSectionText {
  padding: 60px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  
}

.areaSection {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.areaAct {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin: 50px 0;
  grid-gap: 50px;
}

.imagesSection {
  background-color: #f1f1f1;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-auto-flow: column;
  padding: 30px 0;
  grid-gap: 10px;
}

.treatment {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 50px;
}

.treatmentContent {
  display: grid;
  grid-gap: 15px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  opacity: 1;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.treatmentSection {
  position: relative;
}

.mobileButton {
  position: relative;
  width: 100%;
  height: 0;
}

.BookingCanister {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-column-gap: 60px;
  grid-row-gap: 10px;
  padding-top: 25px;
  color: white;
  overflow: hidden;
  -webkit-transition: max-height 400ms, padding 400ms;
  transition: max-height 400ms, padding 400ms;
}

.learnMore {
  background-color: #204849;
  border-bottom: 15px solid #ddaa44;
  padding-top: 100px;
}

.learnMore .canister {
  display: grid;
  grid-auto-flow: column;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sideBar {
  padding-left: 20px;
}

.Categories {
  display: grid;
  grid-gap: 10px;
}

.share {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 10px;
  background-color: #e2e2e2;
  padding: 15px 25px;
  margin: 40px 0;
}

.bookingForm .mainButton {
  justify-self: flex-end;
}

.bookingForm form {
  display: grid;
  grid-gap: 15px;
}

.contact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-column-gap: 50px;
  grid-row-gap: 10px;
  padding-top: 40px;
}

.contactForm form {
  display: grid;
  grid-gap: 15px;
  margin-top: 20px;
}

.contactText {
  display: grid;
  grid-template-columns: 22px auto;
  grid-auto-rows: auto;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
}

.aboutImage {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.treatment .sideBar {
  display: grid;
  grid-gap: 10px;
  border-right: 2px solid #c6c6c6;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  overflow-y: auto;
  max-height: 100%;
}

.treatmentImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.treatmentImage img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.mainLogo {
  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;
}

nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  color: #ddaa44;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}

nav a:hover {
  background-color: #ddaa44;
  color: white;
}

.mainButton {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 15px;
  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;
  opacity: 1;
  -webkit-transition: background-color 400ms, opacity 400ms;
  transition: background-color 400ms, opacity 400ms;
  cursor: pointer;
}

.mainButton.gold {
  background-color: #ddaa44;
  border: 1px solid #ddaa44;
}

.mainButton.gold:hover {
  background-color: #282828;
}

.mainButton.black {
  background-color: #282828;
  border: 1px solid #282828;
}

.mainButton.black:hover {
  background-color: #ddaa44;
}

.mainButton.black:disabled,
.mainButton.gold:disabled {
  opacity: 0.5;
  cursor: default;
}

.mainButton.black:disabled:hover {
  background-color: #282828;
}

.mainButton.gold:disabled:hover {
  background-color: #ddaa44;
}

.mainButton.center {
  -ms-flex-item-align: center;
      align-self: center;
}

footer a {
  color: #ddaa44;
  text-transform: uppercase;
}

footer p{
    color: #ddaa44;
}

.mainLinks,
.mainContact {
  display: grid;
  grid-gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  justify-items: flex-start;
}

.mainContact a {
  display: inline-block;
  text-transform: none;
}

.mainLinks a {
  position: relative;
}

.mainLinks a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: white;
  max-width: 0px;
  width: 100%;
  -webkit-transition: max-width 400ms;
  transition: max-width 400ms;
}

.mainLinks a:hover:after {
  max-width: 100%;
}

.mainMobileButton {
  position: relative;
  height: 16px;
  width: 16px;
  margin: auto 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-transition: -webkit-transform 50ms ease-out;
  transition: -webkit-transform 50ms ease-out;
  transition: transform 50ms ease-out;
  transition: transform 50ms ease-out, -webkit-transform 50ms ease-out;
}

.mainMobileButton.hidden {
  max-width: 0px;
  margin: 0;
  overflow: hidden;
}

.mainMobileButton.hidden + * {
  margin-left: -36px;
}

.mainMobileButton:after,
.mainMobileButton:before {
  content: "";
  display: block;
  position: absolute;
  padding: 0;
  width: 100%;
  height: 2px;
  background-color: #ddaa44;
}

.mainMobileButton:after {
  bottom: 0;
  -webkit-transition: bottom 400ms, height 400ms, width 400ms, -webkit-transform 400ms;
  transition: bottom 400ms, height 400ms, width 400ms, -webkit-transform 400ms;
  transition: transform 400ms, bottom 400ms, height 400ms, width 400ms;
  transition: transform 400ms, bottom 400ms, height 400ms, width 400ms, -webkit-transform 400ms;
}

.mainMobileButton:before {
  top: 0;
  -webkit-box-shadow: 0px 7px 0px 0px #ddaa44;
          box-shadow: 0px 7px 0px 0px #ddaa44;
  -webkit-transition: top 400ms, height 400ms,
 width 400ms, -webkit-box-shadow 200ms 400ms, -webkit-transform 400ms;
  transition: top 400ms, height 400ms,
 width 400ms, -webkit-box-shadow 200ms 400ms, -webkit-transform 400ms;
  transition: box-shadow 200ms 400ms, transform 400ms, top 400ms, height 400ms,
 width 400ms;
  transition: box-shadow 200ms 400ms, transform 400ms, top 400ms, height 400ms,
 width 400ms, -webkit-box-shadow 200ms 400ms, -webkit-transform 400ms;
}

.mainMobileButton span {
  height: 100%;
  width: 100%;
  position: relative;
}

.mainMobileButton span:after {
  position: absolute;
  content: attr(count);
  color: #282828;
  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;
  height: 14px;
  width: 14px;
  background-color: #ddaa44;
  bottom: 100%;
  left: 100%;
  border-radius: 100%;
  font-size: 9px;
  font-weight: 600;
  text-align: center;
}

.mainMobileButton.opened:before {
  top: 0;
  -webkit-box-shadow: 8px 7px 0px 0px transparent;
          box-shadow: 8px 7px 0px 0px transparent;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: top 400ms 200ms, -webkit-box-shadow 200ms, -webkit-transform 400ms 200ms;
  transition: top 400ms 200ms, -webkit-box-shadow 200ms, -webkit-transform 400ms 200ms;
  transition: box-shadow 200ms, transform 400ms 200ms, top 400ms 200ms;
  transition: box-shadow 200ms, transform 400ms 200ms, top 400ms 200ms, -webkit-box-shadow 200ms, -webkit-transform 400ms 200ms;
}

.mainMobileButton.opened:after {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(45deg);
          transform: translateY(50%) rotate(45deg);
  -webkit-transition: bottom 400ms 200ms, -webkit-transform 400ms 200ms;
  transition: bottom 400ms 200ms, -webkit-transform 400ms 200ms;
  transition: transform 400ms 200ms, bottom 400ms 200ms;
  transition: transform 400ms 200ms, bottom 400ms 200ms, -webkit-transform 400ms 200ms;
}

.mainMobileButton:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.about .mainButton {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.treatments .mainButton {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.treatmentsSection .mainContentText {
  padding: 20px 0;
}

.mainContentText {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mainContentText p {
  margin: 15px 0;
}

.mainBooking {
  text-transform: uppercase;
  color: white;
  letter-spacing: 5px;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainClock,
.mainArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainClock svg,
.mainArrow svg {
  height: 37px;
  width: 36px;
}

.mainClock svg path,
.mainArrow svg path {
  fill: white;
}

.mainClock {
  margin-right: 15px;
}

.mainArrow {
  margin-left: 15px;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}

.depositions {
  max-width: 800px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.depositions p {
  color: #ddaa44;
  font-style: italic;
  margin: 10px 0;
}

.depositions .mainActor {
  font-style: normal;
  margin: 0;
  justify-self: flex-end;
}

.mainStars {
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  justify-self: center;
}

.owl-carousel .owl-item .mainStars img {
  height: 15px;
  display: inline-block;
}

.mainLearnMore {
  text-decoration: underline;
  font-weight: 600;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}

.mainLearnMore:hover {
  color: #ddaa44;
}

.mainAboutImage img {
  width: 100%;
  height: 100%;
  min-width: 50%;
  pointer-events: all;
}

.mobileMenu {
  display: grid;
  grid-gap: 10px;
  padding: 20px 15px;
}

.mobileMenu a {
  color: #ddaa44;
}

.mainTitleBox {  
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  color: white;
  text-align: center;
  padding: 3% 5%;
  line-height: 1.2;
  text-transform: uppercase;
}

.mainTitleBox p:first-child {
  font-size: 20px;
  letter-spacing: 5px;
}

.mainTitleBox p:last-child {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 10px;
}

.pageAboutSection h1,
.descriptionSection h1 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 0;
}

.pageAboutSection p,
.descriptionSection p {
  /* letter-spacing: 1px; */
  max-width: 750px;
  font-size: 18px;
}

.aboutText {
  border-top: 5px solid #ddaa44;
  border-bottom: 5px solid #ddaa44;
  display: grid;
  grid-template-rows: 70px auto;
}

.aboutText p {
  max-width: 600px;
  padding-left: 25px;
  -ms-flex-item-align: center;
      align-self: center;
}

.aboutText h2{
  padding-left: 25px;
  -ms-flex-item-align: center;
      align-self: center;
}

.aboutImage {
  overflow: hidden;
}

.areaSection h3 {
  font-size: 24px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 500;
}

.areaSection h2 {
  margin-bottom: 10px;
}

.areaSection h2,
.areaSection h3 {
  color: #ddaa44;
}

.areaSection strong,
.areaSection a {
  color: #ddaa44;
  -webkit-transition: color 400ms;
  transition: color 400ms;
  padding: 5px;
  margin: -5px;
  font-weight: 400;
}

.areaSection strong:hover,
.areaSection a:hover {
  color: #282828;
}

.areaSection p {
  margin: 15px 0;
}

.mainAreaImage {
  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;
}

.mainAreaText p {
  letter-spacing: 1px;
  color: #282828;
}

.mainLink {
  position: relative;
  cursor: pointer;
}

.mainLink:after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  border: 1px solid transparent;
  border-bottom-color: #ddaa44;
  border-right-color: #ddaa44;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  margin-left: 10px;
}

.mainLink.opened:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.mainLink.opened + .mainLinkGroup {
  padding-top: 10px;
  max-height: 300px;
}

.mainLink.opened + .mainLinkGroup a {
  position: relative;
}

.mainLink.opened + .mainLinkGroup a:before {
  content: "- ";
  color: #ddaa44;
}

.mainLinkGroup {
  padding-left: 20px;
  overflow: hidden;
  display: grid;
  grid-gap: 10px;
  max-height: 1px;
  margin-bottom: -1px;
  -webkit-transition: max-height 400ms, padding 100ms;
  transition: max-height 400ms, padding 100ms;
}

.sideBar a.active {
  color: #ddaa44;
}

.sideBar a {
  -webkit-transition: color 400ms;
  transition: color 400ms;
}

.sideBar a:hover {
  color: #ddaa44;
}

.mainSideMobileButton {
  display: none;
}

.mainFormGroup {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  grid-gap: 10px;
}

.mainFormGroup label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainFormGroup input,
.mainFormGroup textarea {
  border: none;
  padding: 8px 10px;
  width: 100%;
}

.bookingText p {
  margin: 10px 0;
}

.mainIco svg {
  height: 70px;
}

.mainIco svg path {
  color: white;
}

.learnMore p {
  text-transform: uppercase;
  color: white;
  letter-spacing: 5px;
  font-size: 30px;
}

.mainImage {
  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;
  overflow: hidden;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainImage img {
  width: 100%;
}

.mainText h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 20px;
  margin-top: 0;
}

.mainText p {
  margin-bottom: 25px;
}

.mainText a:last-child {
  text-decoration: underline;
  font-weight: 600;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}

.mainText a:last-child:hover {
  color: #ddaa44;
}

.mainText a:last-child:after {
  content: " +";
}

.Categories a {
  text-decoration: underline;
  letter-spacing: 1px;
}

.mainSearch {
  border: 3px solid #ddaa44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}

.mainSearch svg {
  height: 100%;
  padding: 7px;
}

.mainSearch svg path {
  fill: #ddaa44;
}

.mainSearch input {
  border: none;
  width: 100%;
  height: 100%;
  padding: 8px 10px;
}

.owl-carousel .owl-item img {
  height: 100%;
  width: auto;
}

.owl-carousel .owl-item {
  height: 100%;
}

.sideBar a.mainNewsletterButton {
  display: none;
  background-color: #204849;
  color: white;
  padding: 10px;
  margin-top: 20px;
  max-width: 200px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #204849;
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}

.sideBar a.mainNewsletterButton:hover {
  background-color: transparent;
  color: #204849;
}

.mainLoadingButton {
  grid-column: 1/-1;
  justify-self: center;
}

.mainAreaImage {
  overflow: hidden;
  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;
}

.mainAreaImage img {
  width: 100%;
}

.share p {
  letter-spacing: 4px;
  font-size: 18px;
}

.mainSocial {
  height: 26px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stret ch;
      -ms-flex-align: stret ch;
          align-items: stret ch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainSocial svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainSocial svg path {
  fill: #282828;
  -webkit-transition: fill 400ms;
  transition: fill 400ms;
}

.mainSocial svg:hover path {
  fill: #ddaa44;
}

.treatmentSideBar a {
  -webkit-transition: color 400ms;
  transition: color 400ms;
}

.treatmentSideBar .active {
  color: #ddaa44;
}

.contactForm form input,
.contactForm form textarea {
  border-radius: 5px;
  border: 1px solid #bdbdbd;
  padding: 10px;
  font-family: "Exo 2", sans-serif;
  font-size: 15px;
}

.contactForm form .mainButton {
  justify-self: flex-end;
}

.contactText h2 {
  grid-column: 1/-1;
}

.contactText svg {
  width: 100%;
  height: 20px;
}

.contactText > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: hidden;
}

.mainButtonSideBar {
  display: none;
  position: absolute;
  right: 100%;
  height: 40px;
  width: 40px;
  top: 0;
  background-color: white;
  -webkit-box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, 0.2);
  z-index: 0;
  top: 6 0px;
}

.mainButtonSideBar.sticky {
  position: fixed;
  top: 60px;
  right: 0;
}

.mainButtonSideBar svg {
  height: 40px;
  opacity: 1;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

.mainButtonSideBar svg path,
.mainButtonSideBar svg circle,
.mainButtonSideBar svg polygon {
  fill: #ddaa44;
}

.mainButtonSideBar:before,
.mainButtonSideBar:after {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 2px;
  border-radius: 5px;
  background-color: #ddaa44;
  opacity: 0;
  -webkit-transition: opacity 400ms, left 400ms 200ms, -webkit-transform 400ms 200ms;
  transition: opacity 400ms, left 400ms 200ms, -webkit-transform 400ms 200ms;
  transition: opacity 400ms, transform 400ms 200ms, left 400ms 200ms;
  transition: opacity 400ms, transform 400ms 200ms, left 400ms 200ms, -webkit-transform 400ms 200ms;
}

.mainButtonSideBar:before {
  left: 0;
}

.mainButtonSideBar:after {
  right: 0;
}

.sideBar.opened .mainButtonSideBar {
  top: 0;
  -webkit-transition: right 400ms;
  transition: right 400ms;
  right: 250px;
}

.treatmentContent h2,
.treatmentContent h3,
.treatmentContent h4,
.treatmentContent strong {
  color: #ddaa44;
}

.treatmentContent ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.treatmentContent ul li {
  margin: 7px 0;
}

.treatmentContent ul li:before {
  content: "\2022   ";
  font-size: 18px;
  color: #ddaa44;
}

.owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aboutSectionText .aboutText {
  padding: 20px 0;
}


.aboutSectionText .aboutImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 5px solid #ddaa44;
  border-bottom: 5px solid #ddaa44;
}

.mainImg {
  cursor: pointer;
}

.mainCloseButton {
  position: absolute;
  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;
  top: 5px;
  right: 5px;
  height: 30px;
  width: 30px;
  display: flex;
  padding: 0;
  font-size: 25px;
  font-weight: 700;
}

.imageMain {
  width: 250px;
  height: 200px;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.imageMain img {
  -o-object-fit: cover;
     object-fit: cover;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.learnMore h1 {
  font-weight: 400;
  color: white;
}

.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0);
  overflow: hidden;
}

.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}

.ellipsis {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.opaco {
  opacity: 0;
}

/* .modal {
  position: fixed;
  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;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-clip-path: circle(0);
          clip-path: circle(0);
  -webkit-transition: opacity 100ms, -webkit-clip-path 400ms;
  transition: opacity 100ms, -webkit-clip-path 400ms;
  transition: clip-path 400ms, opacity 100ms;
  transition: clip-path 400ms, opacity 100ms, -webkit-clip-path 400ms;
  pointer-events: none;
}

.modal > div {
  position: relative;
  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;
  max-width: 70%;
  max-height: 90%;
  overflow: hidden;
}

.modal > div img {
  -o-object-fit: cover;
     object-fit: cover;
}

.modal.opened {
  pointer-events: all;
  -webkit-clip-path: circle(100%);
          clip-path: circle(100%);
  z-index: 3;
  opacity: 1;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
} */

@media (max-width: 920px) {
  .mainLogo,
  .mainLinks,
  .mainContact {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
  }
}

@media (max-width: 768px) {
  body,
  html {
    line-height: 1.4;
  }

  .pageAboutSection p,
  .descriptionSection p {
    font-size: 15px;
    max-width: 475px;
  }

  .bannerItem {
    height: calc(100vh - 120px);
  }

  .treatment .sideBar {
    max-height: none;
    overflow: initial;
  }

  .mainTitleBox {
    top: 80%;
    left: 50%;
  }

  .learnMore {
    display: none;
  }

  .treatment {
    grid-template-columns: 1fr;
  }

  .sideBar {
    position: absolute;
    left: 100%;
    background-color: white;
    z-index: 1;
    padding: 10px;
    width: 250px;
    top: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    border: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  }

  .sideBar.opened {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .sideBar.opened .mainButtonSideBar svg {
    opacity: 0;
  }

  .sideBar.opened .mainButtonSideBar:before,
  .sideBar.opened .mainButtonSideBar:after {
    opacity: 1;
  }

  .sideBar.opened .mainButtonSideBar:before {
    -webkit-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
    left: 50%;
  }

  .sideBar.opened .mainButtonSideBar:after {
    -webkit-transform: rotate(-45deg) translateX(50%);
            transform: rotate(-45deg) translateX(50%);
    right: 50%;
  }

  .sideBar .mainButtonSideBar {
    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;
  }

  .mainSideMobileButton {
    display: block;
    position: absolute;
    left: calc(100% + 10px);
    top: 10px;
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 0 5px 5px 0;
    left: 0;
    display: block;
    -webkit-transition: left 400ms;
    transition: left 400ms;
    -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.7);
    overflow: hidden;
  }

  .mainSideMobileButton.opened svg {
    opacity: 0;
  }

  .pageAboutSection h1,
  .descriptionSection h1,
  h1,
  h2 {
    font-size: 20px;
    letter-spacing: 1px;
  }

  h3 {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .mainTitleBox {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            left: 50%;
  }
  .pageAboutSection p,
  .descriptionSection p {
    font-size: 15px;
    max-width: 300px;
    padding-left: 2%;
  }
  .pageAboutSection h1,
  .descriptionSection h1 {
    padding-left: 2%;
  }

  .mainTitleBox p:first-child {
    font-size: 13px;
  }

  .mainTitleBox p:last-child {
    font-size: 18px;
  }
  .devArea a{
    margin-left: 20%;
  }
}

.devArea{
  background-color: black;
  align-content: center;
}
.devArea a{
  color: #9b8144; 
  margin-left: 40%;
}
@media (max-width: 768px){
  .devArea a{
    margin-left: 20%;
  }
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
  position: relative;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: 100%;
}

div.desc {
  padding: 15px;
  text-align: center;
}

.hiddenImage {
  display: none;
}

.budie_theme_portfolio_image_main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.myLead {
  margin: 0px !important;
}

.budie_theme_portfolio_image_main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

img.zoom {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.transition {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}