@import url("https://fonts.googleapis.com/css?family=Oswald");

p,
.desc,
li,
td,
.copyright {
  font-size: 16px !important;
}

body {
  background-image: -moz-linear-gradient(
    -87deg,
    rgb(28, 0, 22) 1%,
    rgb(0, 8, 20) 74%
  );
  background-image: -webkit-linear-gradient(
    -87deg,
    rgb(28, 0, 22) 1%,
    rgb(0, 8, 20) 74%
  );
  background-image: -ms-linear-gradient(
    -87deg,
    rgb(28, 0, 22) 1%,
    rgb(0, 8, 20) 74%
  );
}

.tp-shadow5 {
  -webkit-box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0) !important;
}

.lists_3 {
  padding: 30px 30px;
  border: 2px solid #fff;
  border-radius: 20px;
  -webkit-box-shadow: 14px 9px 10px -8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 14px 9px 10px -8px rgba(0, 0, 0, 0.1);
  box-shadow: 14px 9px 10px -8px rgba(0, 0, 0, 0.1);
  min-height: 320px;
}
#fotos-externas .aligncenter {
  margin: 0 1% 0px;
}
.header-split #Top_bar {
  background-color: #000 !important;
}

.image_frame .image_wrapper .mask:after {
  background: rgba(0, 0, 0, 0.4);
}

.image_frame .image_wrapper .image_links {
  background: rgba(41, 41, 78, 0.8);
}

.image_frame .image_wrapper .image_links a:hover {
  background: #000;
  color: #30fafc;
}

#Footer {
  background-color: #040814;
}

.text-logo #logo,
a.content_link .title,
h1,
h1 a,
h1 a:hover,
h2,
h2 a,
h2 a:hover,
h3,
h3 a,
h3 a:hover,
h4,
h4 a,
h4 a:hover,
h5,
h5 a,
h5 a:hover,
h6,
h6 a,
h6 a:hover {
  color: #96f6f1;
}

p {
  color: #fff;
}

.menu {
  letter-spacing: 4px;
  color: #fff;
  text-transform: uppercase;
}

.desc {
  color: #e9e9e9;
}

#Top_bar .menu > li > a,
#Top_bar .top_bar_right a {
  color: #fff;
}

a.button .button_icon i {
  color: #fff;
}

.button-stroke a.button,
.button-stroke a.button .button_icon i,
.button-stroke a.tp-button {
  color: #fff !important;
  border-color: #fff !important;
}

.button-stroke a:hover.button,
.button-stroke a:hover.tp-button {
  background-color: #052f7b !important;
}

.button-stroke a:hover.button .button_icon i,
.button-stroke a.button.button_theme:hover .button_icon i {
  color: #fff !important;
}

.list_check {
  width: 100%;
}
.list_check ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
ul.list_check li::first-letter {
  text-transform: uppercase;
}
ul.list_mixed li,
ul.list_check li,
ul.list_star li,
ul.list_idea li {
  display: inline;
  color: #fff;
}

ul.list_check li,
li.list_check {
  background: url(../images/icons/list_check.png) no-repeat 25px 0px;
}

.precos-box .table tr td {
  color: #fff;
  text-align: left;
}
.precos-box .table tr td:last-of-type {
  text-align: right;
}

#Top_bar .menu > li.current-menu-ancestor > a,
#Top_bar .menu > li.current-menu-item > a,
#Top_bar .menu > li.current_page_ancestor > a,
#Top_bar .menu > li.current_page_item > a,
#Top_bar .menu > li.hover > a {
  color: #f3bbff;
}

div.pp_default .pp_content,
div.light_rounded .pp_content {
  background-color: #000;
  border-radius: 20px;
}

.button-stroke a.button.button_theme:not(.action_button),
.button-stroke a.button.button_theme:not(.action_button),
.button-stroke a.button.button_theme .button_icon i,
.button-stroke a.tp-button.button_theme,
.button-stroke button,
.button-stroke input[type="submit"],
.button-stroke input[type="reset"],
.button-stroke input[type="button"] {
  border-color: #fff;
  color: #fff !important;
}
#pitstops {
  padding-top: 50px;
}
#pitstops .aligncenter {
  margin: 0 1% 0px;
}
.button-stroke a.button.button_theme:hover,
.button-stroke a.tp-button.button_theme:hover,
.button-stroke button:hover,
.button-stroke input[type="submit"]:hover,
.button-stroke input[type="reset"]:hover,
.button-stroke input[type="button"]:hover {
  background-color: #fff !important;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #402259 !important;
}

#Top_bar a.responsive-menu-toggle,
.header-plain #Top_bar a.responsive-menu-toggle,
.header-transparent #Top_bar a.responsive-menu-toggle {
  background-color: #000;
}

#Top_bar a.responsive-menu-toggle i {
  color: #fff !important;
}

@media screen and (max-width: 480px) {
  .image_size_mobile {
    width: 100% !important;
  }
  #Top_bar a.responsive-menu-toggle,
  .header-plain #Top_bar a.responsive-menu-toggle,
  .header-transparent #Top_bar a.responsive-menu-toggle {
    background-color: #402259;
  }
  #Header .top_bar_left,
  #Header_creative,
  #Top_bar #menu,
  .header-below #Top_bar,
  .header-classic #Top_bar,
  .header-fixed #Top_bar,
  .header-stack #Top_bar {
    width: 100%;
    background-color: #000;
  }
  div.column.one-third.column_list {
    margin-bottom: 10px;
  }
  .modal-open .modal {
    background: rgba(0, 0, 0, 0) !important;
  }
  .modal-backdrop.in {
    opacity: 0;
  }
}

.column_map .google-map-contact-wrapper .get_in_touch:after {
  border-top-color: transparent;
}

#Top_bar #logo,
.header-fixed #Top_bar #logo,
.header-plain #Top_bar #logo,
.header-transparent
  #Top_bar
  #logo[margin-top:10px!important;]
  div.tp-video-play-button {
  display: none !important;
}

@media screen and (min-width: 482px) {
  .slider-mobile {
    display: none;
  }
  .slider-desktop {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .slider-mobile {
    display: block;
  }
  .slider-desktop {
    display: none;
  }
  ul.list_mixed li,
  ul.list_check li,
  ul.list_star li,
  ul.list_idea li {
    display: block;
  }
  ul.list_check li,
  li.list_check {
    background: url(../images/icons/list_check.png) no-repeat 10px 5px;
    height: 30px;
  }
  ul.list_mixed li,
  ul.list_check li,
  ul.list_star li,
  ul.list_idea li {
    padding-left: 40px;
  }
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0);
}
.item-h2,
.item-h1 {
  height: 100% !important;
  height: auto !important;
}

.isotope-item {
  z-index: 2;
  padding: 0;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.portfolio {
  position: relative;
  margin: 10px auto;
  padding-bottom: 0;
  list-style: none;
  text-align: center;
}

.portfolio .entry {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  display: block;
  padding: 0px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.portfolio .entry img {
  position: relative;
  display: block;
  width: 100%;
  min-height: 10em;
  max-width: 100%;
  opacity: 1;
  height: auto;
}

.entry {
  position: relative;
}

.entry img {
  width: 100%;
}

.magnifier {
  position: absolute;
  top: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  left: 0px;
  bottom: 10px;
  right: 0px;
  z-index: 1;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.entry:hover .magnifier {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.visible-buttons {
  visibility: hidden;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  padding: 0;
  background: #ffffff !important;
  text-align: center;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
}

.shopbuttons {
  position: relative;
  height: 35px;
  display: block;
  overflow: hidden;
}

.cartbutton {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  bottom: 0;
  display: inline-block;
}

.magnibutton {
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #ededed;
  width: 50px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  background-color: #ffffff;
  color: #999;
  font-size: 14px;
  bottom: 0;
  display: inline-block;
}

.readbutton {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 0;
  width: auto;
  height: 35px;
  margin: auto;
  line-height: 35px;
  text-align: center;
  background-color: #ffffff;
  color: #aaaaaa;
  bottom: 0;
  display: inline-block;
}

.readbutton .rating {
  margin-top: -2px;
}

.readbutton .rating i {
  font-size: 12px;
  margin: 0;
}

.readbutton i {
  padding-right: 0;
  font-size: 12px;
  vertical-align: middle;
}

.magnibutton,
.readbutton {
  color: #aaaaaa !important;
}

.cartbutton {
  color: #ffffff !important;
}

.entry:hover .visible-buttons h4,
.entry:hover .visible-buttons {
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  bottom: 0;
  visibility: visible;
}

.magnifier h4 {
  color: #94003d;
  padding: 45px 0 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  background-color: rgba(255, 255, 255, 0);
  bottom: 0 !important;
}

.magnifier h4 span {
  color: #999999;
  font-size: 24px;
  font-family: "Great Vibes", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hoverentry {
  position: relative;
}

.hoverentry img {
  width: 100%;
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
}

.hoverbackground {
  position: absolute;
  text-align: center;
  top: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  left: 5px;
  bottom: 5px;
  right: 5px;
  z-index: 1;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hoverentry:hover .hoverbackground {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.hoverentry .rating {
  margin-top: 30px;
}

.hoverbackground h4 a,
.hoverbackground h4 {
  font-size: 16px;
  color: #333333;
  padding: 0;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}

a.detailhover1 {
  background-color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  position: absolute;
  left: 0;
  bottom: 80px;
  text-align: center;
  z-index: 2;
  font-weight: 500;
  min-width: 90px;
  padding: 15px 5px;
  color: #666666;
}

a.detailhover2 {
  background: transparent url("images/icons/loadmore.png") no-repeat scroll
    center center;
  bottom: 61px;
  color: #666666;
  font-size: 13px;
  height: 107px;
  left: 0;
  line-height: 107px;
  position: absolute;
  right: 0;
  padding-top: 24px;
  text-transform: uppercase;
  z-index: 3;
}

a.detailhover3 {
  background-color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  color: #666666;
  z-index: 2;
  font-weight: 500;
  position: absolute;
  min-width: 90px;
  padding: 15px 5px;
  right: 0;
  bottom: 80px;
}

a.detailhover2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -1px;
}

a.detailhover2 sup {
  font-size: 11px;
  vertical-align: super;
}

a.detailhover2 small {
  display: block;
  font-size: 13px;
  font-weight: 300;
  text-transform: none;
  color: #999 !important;
}

.detailsof {
  background: #ffffff;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.top-info {
  color: #fff;
  margin: 4px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 0px;
}
.modal-content {
  background: rgba(255, 255, 255, 0);
}
.modal-header {
  border-bottom: 0px;
}
.modal-header .close {
  border: 0px;
  opacity: 1;
}
.modal-open .modal {
  background: rgba(0, 0, 0, 0.7);
}

.border-boxes {
  border-right: 3px #96f6f1 solid;
}

@media screen and (min-width: 321px) and (max-width: 414px) {
  .section_wrapper,
  .container,
  .four.columns {
    width: 360px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .portfolio .entry img {
    min-height: 30em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .portfolio .entry img {
    height: 150px;
  }
}

.infos-suites {
  margin-top: 40px;
  padding-top: 28px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 10px;

  border: 2px solid #fff;
  border-radius: 20px 40px 30px;
  -webkit-box-shadow: 0px 0px 8px 38px rgba(97, 255, 247, 1);
  -moz-box-shadow: 0px 0px 8px 38px rgba(97, 255, 247, 1);
  box-shadow: 0px 0px 8px 38px rgba(97, 255, 247, 1);
  -webkit-box-shadow: inset 0px 0px 18px 0px rgba(97, 255, 247, 1);
  -moz-box-shadow: inset 0px 0px 18px 0px rgba(97, 255, 247, 1);
  box-shadow: inset 0px 0px 18px 0px rgba(97, 255, 247, 1);
}
h3.title-prices {
  text-transform: uppercase;
  letter-spacing: 4px;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
}

ul.list_check li {
  display: block;
}
/* Hover box */
.grid-item figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: rgba(0, 0, 0, 0.8);
}
.grid-item figcaption:hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.item-h2,
.item-h1 {
  height: 100% !important;
  height: auto !important;
}
.portfolio .entry {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  display: block;
  padding: 0px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.portfolio .entry img {
  position: relative;
  display: block;
  width: 100%;
  min-height: 10em;
  max-width: 100%;
  opacity: 1;
  height: auto;
}

@media screen and (max-width: 480px) {
  .border-boxes {
    border-right: 0px #000 solid !important;
  }

  .infos-suites {
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    border: 0px solid #000;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 20px 40px 30px;
    -webkit-box-shadow: 0px 0px 8px 38px rgba(97, 255, 247, 0, 7);
    -moz-box-shadow: 0px 0px 8px 38px rgba(97, 255, 247, 0, 7);
    box-shadow: 0px 0px 8px 38px rgba(97, 255, 247, 0, 7);
    -webkit-box-shadow: inset 0px 0px 18px 0px rgba(97, 255, 247, 0, 7);
    -moz-box-shadow: inset 0px 0px 18px 0px rgba(97, 255, 247, 0, 7);
    box-shadow: inset 0px 0px 18px 0px rgba(97, 255, 247, 0, 7);
  }
}

h3,
h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

h3.title-prices {
  color: #96f6f1;
}
.header-split #Header .top_bar_left .menu_left {
  width: 42%;
}
.infos-suites {
  display: flex;
}
@media screen and (max-width: 414px) {
  .suites-mobile .nome-suite {
    text-align: center;
    padding: 20px 0px;
    border: 1px solid #9cfff5;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: inset 2px 1px 30px -5px rgba(77, 247, 230, 0.69);
    -moz-box-shadow: inset 2px 1px 30px -5px rgba(77, 247, 230, 0.69);
    box-shadow: inset 2px 1px 30px -5px rgba(77, 247, 230, 0.69);
  }
  .suites-mobile .nome-suite h2 {
    margin-bottom: 0px;
  }
  .button-stroke a.button,
  .button-stroke a.button .button_icon i,
  .button-stroke a.tp-button {
    border: 0px;
  }
  .suites-mobile .icon-right-open-big {
    font-size: 22px;
  }
  .suites-mobile .icon-left-open-big {
    font-size: 22px;
  }
  .button-stroke a:hover.button,
  .button-stroke a:hover.tp-button {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .infos-suites {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .slide-suites {
    width: 100%;
    display: initial;
  }
  .suites-mobile .nome-suite {
    text-align: center;
    padding: 20px 0px;
    border: 1px solid #9cfff5;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: inset 2px 1px 30px -5px rgba(77, 247, 230, 0.69);
    -moz-box-shadow: inset 2px 1px 30px -5px rgba(77, 247, 230, 0.69);
    box-shadow: inset 2px 1px 30px -5px rgba(77, 247, 230, 0.69);
  }
  .testimonials_slider .testimonials_slider_ul li {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .slide-mobile {
    width: 100% !important;
  }
  .list_check ul {
    display: block;
  }
}
.wpp-bt a span {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.wpp-bt svg {
  width: 15px;
}
.wpp-bt svg path {
  fill: #fff;
}
#wpp {
  right: 2em !important;
  bottom: 7em !important;
  line-height: 1;
}
#wpp img {
  margin-bottom: -2px;
}
@media only screen and (max-width: 762px) {
  #wpp {
    right: 1.5em !important;
  }
  .footer-mob {
    width: 100%;
    padding: 30px 16px 15px;
  }
  .footer-mob li {
    margin-bottom: 15px;
  }
  .footer-mob li a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .footer-mob .btn-dark {
    background-color: #23dfd7;
    color: #fff;
    border: 1px solid #23dfd7;
  }
  .footer-mob li a svg {
    width: 20px;
  }
  .footer-mob li a svg path {
    fill: #fff;
  }
}
