@font-face {
  font-family: 'Marlide_Display';
  src: url('../fonts/Marlide_Display.woff2') format('woff2');
}

@font-face {
  font-family: 'Roc_Grotesk_light';
  src: url('../fonts/new_Roc/Roc_Grotesk_light.woff2') format('woff2');
}

@font-face {
  font-family: 'Roc_Grotesk_medium';
  src: url('../fonts/new_Roc/Roc_Grotesk_medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Roc_Grotesk_Regular';
  src: url('../fonts/new_Roc/Roc_Grotesk_Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Roc_Grotesk_Thin';
  src: url('../fonts/new_Roc/Roc_Grotesk_Thin.woff2') format('woff2');
}

body {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #111;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  background-color: #F2F1EC;
}

img {
  height: auto;
  max-width: 100%;
}

hr.border-separator {
  border-top: 1px dotted #ccc;
}

a {
  color: #0C4C2C;
}

a:hover {
  text-decoration: none;
}

h3 {
  font-size: 25px;
  font-family: 'Marlide_Display', sans-serif;
  font-weight: 400;
  line-height: 29px;
  color: #252525;
}

/**/
.owl-theme .owl-nav {
  position: absolute;
  top: 0;
  display: none;
  right: 0;
}

.owl-carousel:hover .owl-nav {
  display: block;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  line-height: 1;
  text-align: center;
}

.owl-carousel .owl-nav [class*="owl-"] {
  background-color: #f5f5f5;
  border: 2px solid #eee;
  border-radius: 50%;
  color: #262626;
  cursor: pointer;
  font-size: 0;
  height: 42px;
  line-height: 30px;
  transition: all 0.2s ease 0s;
  width: 42px;
  z-index: 200;
  text-align: center;
}

.owl-carousel .owl-prev {
  float: left;
  left: 0;
  margin-left: 0;
}

.owl-carousel .owl-next {
  float: right;
  right: 0;
  margin-right: 0;
}

.owl-carousel .owl-prev::before {
  color: #262626;
  content: "";
  font-family: FontAwesome;
  font-size: 22px;
}

.owl-carousel .owl-next::before {
  color: #262626;
  content: "";
  font-family: FontAwesome;
  font-size: 22px;
}

.owl-carousel .owl-nav [class*="owl-"] i {
  color: #262626;
  font-size: 22px;
  line-height: 42px;
  text-align: left;
}

.owl-carousel .owl-nav [class*="owl-"]:hover i,
.owl-carousel.arrows-dark .owl-nav [class*="owl-"] i,
.owl-carousel.arrows-dark .owl-nav [class*="owl-"]:hover i {
  color: #fff;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #0C4C2C;
  border-color: #0C4C2C;
}


/**/
.text-danger {
  color: #a94442;
  font-size: 14px;
  font-weight: 600;
}

.text-success {
  color: #21baa3;
  font-size: 14px;
  font-weight: 600;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 50px auto 0 0;
}

tr:nth-of-type(even) {
  background: #252525;
  color: #fff;
  font-weight: 400;

}

tr:nth-of-type(odd) {
  background: #f7f7f7;
  color: #252525;
  font-weight: 400;
}

th {
  background: #252525;
  color: #f5f5f5;
  font-weight: 600;
}

td,
th {
  padding: 10px;
  border: 1px solid #e5e5e5;
  text-align: left;
  font-size: 15px;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

  table {
    width: 100%;
  }

  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    border: 1px solid #ccc;
  }

  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    font-weight: bold;
  }

}

/***** Header *****/

#header {
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15) inset;
}

#header-wrap::before {
  background-color: rgba(4, 16, 33, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.topbar-transparent::before {
  background-color: rgba(4, 16, 33, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#topbar.topbar-transparent {
  border-bottom: 1px solid rgba(4, 16, 33, 0.3);
  position: absolute;
  width: 100%;
}

#topbar.topbar-transparent {
  background: transparent;
}

#header-background::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#header-background {
  position: relative;
  background: url('../../images/header.jpg') no-repeat scroll center top / cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/**/

#header-background-slide::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#header-background-slide {
  height: 100vh;
}

/*top bar*/
#topbar .top-menu>li>a {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
}

#topbar {
  position: relative;
  z-index: 200;
  background-color: #ffffff;
}

#topbar .top-menu {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

#topbar .top-menu>li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-top: 7px;
}

#topbar .top-menu>li>a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  margin-right: 16px;
}

#topbar .top-links {
  position: relative;
}

#topbar .social-icons {
  float: right;
  height: 100%;
  overflow: hidden;
}

#topbar .social-icons li,
#topbar .social-icons li a {
  float: left;
  list-style: outside none none;
}

#topbar .social-icons li a {
  border-radius: 0px;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 35px;
  overflow: hidden;
  margin: 0;
}

.topbar-dropdown {
  color: #747474;
  float: left;
  font-size: 13px;
  font-weight: 400;
  position: relative;
}

.topbar-dropdown .title {
  border-left: 1px solid #eeeeee;
  padding: 0 20px;
  cursor: pointer;
  line-height: 40px;
}

.topbar-dropdown .title a {
  color: #747474;
}

.topbar-dropdown .title a:hover {
  text-decoration: underline;
}

.topbar-dropdown .title b {
  font-weight: 600;
}

.topbar-dropdown .title .fa {
  margin-left: 7px;
  position: relative;
  top: -1px;
}

.topbar-dropdown .title .fa:first-child {
  margin-left: 0;
  margin-right: 7px;
}

.topbar-dropdown:first-child .title {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.topbar-dropdown .title img,
.topbar-dropdown .list-entry img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.topbar-dropdown .dropdown-list {
  position: absolute;
  width: auto;
  left: 0px;
  top: auto;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: solid 1px #eee;
  padding: 0px 16px;
  z-index: 1;
  text-align: left;
  opacity: 0;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transform-origin: 50% 0% 0px;
  -moz-transform-origin: 50% 0% 0px;
  -webkit-transform-origin: 50% 0% 0px;
  -ms-transform-origin: 50% 0% 0px;
  z-index: 1;
  visibility: hidden;
}

.topbar-dropdown:hover .dropdown-list,
.topbar-dropdown:hover .topbar-form {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  visibility: visible;
}

.topbar-dropdown .list-entry {
  line-height: 30px;
  white-space: nowrap;
  display: block;
  color: #747474;
  padding: 2px 0;
  border-top: 1px #f0f0f0 solid;
}

.topbar-dropdown .list-entry:hover {
  color: #222;
}

.topbar-dropdown .list-entry:first-child {
  border-top: none;
}

.topbar-dropdown .topbar-form {
  position: absolute;
  width: 240px;
  padding: 20px 20px 10px 20px;
  right: auto;
  top: 40px;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: solid 1px #eee;
  z-index: 1;
  text-align: left;
  opacity: 0;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transform-origin: 50% 0% 0px;
  -moz-transform-origin: 50% 0% 0px;
  -webkit-transform-origin: 50% 0% 0px;
  -ms-transform-origin: 50% 0% 0px;
  visibility: hidden;
}

.topbar-dropdown input {
  margin-bottom: 2px;
}

.topbar-dropdown .form-group {
  margin-bottom: 10px;
}

.topbar-dropdown .checkbox {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: middle;
  margin-top: -12px;
}

.topbar-dropdown.float-right .title {
  padding: 0 0px 0 20px !important;
}

.topbar-dropdown .dropdown-invert.topbar-form {
  left: auto;
  right: -20px;
}

.language-top-bar li {
  list-style: none !important;
}

.language-top-bar a {
  color: #fff;
}

#header {
  position: relative;
  width: 100%;
  z-index: 199 !important;
  height: 80px;
  line-height: 80px;
}

#header {
  background-color: transparent;
  left: 0;
  right: 0;
  transition: all .4s ease-in-out;
  border-bottom: 1px solid rgba(4, 16, 33, 0)
}

/***** Navigation *****/


#logo {
  position: relative;
  z-index: 123;
  padding: 10px;
  font: 18px verdana;
  color: #6DDB07;
  float: left;
  width: 170px
}

nav {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#hmenu,
#hmenu ul,
#hmenu ul li,
#hmenu ul li a,
#hmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#hmenu:after,
#hmenu>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

#hmenu #head-mobile {
  display: none
}

#hmenu {
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  background: transparent;
  text-transform: uppercase;
}

#hmenu>ul>li {
  float: left
}

#hmenu>ul>li>a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ddd;
  font-weight: 700;
}

#hmenu>ul>li:hover>a {
  color: #f5f5f5;
  transition: all 200ms ease-in 0s;
}

#hmenu>ul>li a {
  color: #f9f9f9;
  display: inline-block;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding-left: 14px;
  padding-right: 14px;
}

#hmenu ul li.active a {
  color: #fff;
  transition: all 200ms ease-in 0s;
  background: #333;
}

#hmenu>ul>li:hover,
#hmenu ul li.active:hover,
#hmenu ul li.active,
#hmenu ul li.has-sub.active:hover {
  background: transparent !important;
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
}

#hmenu>ul>li.has-sub>a {
  padding-right: 30px
}

#hmenu>ul>li.has-sub>a:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: ''
}

#hmenu>ul>li.has-sub>a:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease
}

#hmenu>ul>li.has-sub:hover>a:before {
  top: 23px;
  height: 0
}

#hmenu ul ul {
  position: absolute;
  left: -9999px;
  padding-top: 16px;
}

#hmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  background: #333;
  transition: all .25s ease
}

#hmenu li:hover>ul {
  left: auto
}

#hmenu li:hover>ul>li {
  height: 35px
}

#hmenu ul ul ul {
  margin-left: 100%;
  top: 0
}

#hmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 200px;
  font-size: 12px;
  text-decoration: none;
  color: #ddd;
  font-weight: 400;
}

#hmenu ul ul li:last-child>a,
#hmenu ul ul li.last-item>a {
  border-bottom: 0
}

#hmenu ul ul li:hover>a,
#hmenu ul ul li a:hover {
  color: #fff
}

#hmenu ul ul li.has-sub>a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: ''
}

#hmenu ul ul li.has-sub>a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease
}

#hmenu ul ul>li.has-sub:hover>a:before {
  top: 17px;
  height: 0
}

#hmenu ul ul li.has-sub:hover,
#hmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}

#hmenu ul ul ul li.active a {
  border-left: 1px solid #333
}

#hmenu>ul>li.has-sub>ul>li.active>a,
#hmenu>ul ul>li.has-sub>ul>li.active>a {
  border-top: 1px solid #333
}

#hmenu>ul {
  float: right;
}

@media (min-width:980px) {
  .section_title {
    padding-left: 0;
  }

  #hmenu>ul>li a {
    background-color: transparent;
  }

  #hmenu>ul {
    padding-top: 15px;
  }
}

@media (max-width:979px) {
  .section_title {
    padding-left: 20px;
  }

  .widget-contact h4,
  .get-in-touch h4,
  .widget-links h4 {
    padding-top: 30px;
  }
}

@media (max-width:979px) {
  #hmenu>ul>li a {
    background-color: #333;
  }

  #hmenu>ul {
    background-color: #333;
    margin-top: 33px;
  }

}

@media screen and (max-width:1000px) {
  #hmenu>ul {
    list-style: none;
    padding-left: 0;
  }

  .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    text-align: center;
    padding: 10px 0 0 0;
    float: none
  }

  .logo2 {
    display: none
  }

  nav {
    width: 100%;
  }

  #hmenu {
    width: 100%
  }

  #hmenu ul {
    width: 100%;
    display: none
  }

  #hmenu ul li {
    width: 100%;
    border-top: 1px solid #444;
    background: #000;
  }

  #hmenu ul li:hover {
    background: #363636;
  }

  #hmenu ul ul li,
  #hmenu li:hover>ul>li {
    height: auto
  }

  #hmenu ul li a,
  #hmenu ul ul li a {
    width: 100%;
    border-bottom: 0
  }

  #hmenu>ul>li {
    float: none
  }

  #hmenu ul ul li a {
    padding-left: 25px
  }

  #hmenu ul ul li {
    background: #333 !important;
  }

  #hmenu ul ul li:hover {
    background: #363636 !important
  }

  #hmenu ul ul ul li a {
    padding-left: 35px
  }

  #hmenu ul ul li a {
    color: #ddd;
    background: none
  }

  #hmenu ul ul li:hover>a,
  #hmenu ul ul li.active>a {
    color: #fff
  }

  #hmenu ul ul,
  #hmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left
  }

  #hmenu>ul>li.has-sub>a:after,
  #hmenu>ul>li.has-sub>a:before,
  #hmenu ul ul>li.has-sub>a:after,
  #hmenu ul ul>li.has-sub>a:before {
    display: none
  }

  #hmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700
  }

  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 18px;
    cursor: pointer;
    z-index: 12399994;
  }

  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: ''
  }

  .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: ''
  }

  .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #ccc;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .button.menu-opened:before {
    top: 23px;
    background: #ccc;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  #hmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 46px;
    width: 46px;
    cursor: pointer
  }

  #hmenu .submenu-button.submenu-opened {
    background: #262626
  }

  #hmenu ul ul .submenu-button {
    height: 34px;
    width: 34px
  }

  #hmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
  }

  #hmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px
  }

  #hmenu .submenu-button.submenu-opened:after {
    background: #fff
  }

  #hmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: ''
  }

  #hmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px
  }

  #hmenu .submenu-button.submenu-opened:before {
    display: none
  }

  #hmenu ul ul ul li.active a {
    border-left: none
  }

  #hmenu>ul>li.has-sub>ul>li.active>a,
  #hmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: none
  }
}

/*header text center*/

.header-content {
  padding: 250px 0 250px 0;
}

.header-content h1 {
  color: #ffffff;
  font-family: 'Marlide_Display', sans-serif;
  font-size: 120px;
  font-weight: 500;
  line-height: 110px;
}

.header-content h1 span {
  font-weight: 600;
}

.header-content p {
  color: #f2f2f2;
  font-family: 'Roc_Grotesk_light', sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  padding-bottom: 30px;
  padding-top: 20px;
}

.btn-rs {
  border-radius: 2px;
  border: 1px solid #f5f5f5;
  background: #f7f7f7;
  padding: 14px 30px;
  transition: all 200ms ease-in 0s;
  color: #041021;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.btn-rs:hover {
  background: #0C4C2C;
  color: #fff;
  transition: all 200ms ease-in 0s;
  border: 1px solid #0C4C2C;
}

.btn {
  transition: all 200ms ease-in 0s;
}

.btn:hover {
  background: #0C4C2C;
  color: #fff;
  transition: all 200ms ease-in 0s;
  border: 1px solid #0C4C2C;
}

/**/

.btn-cta {
  border-radius: 2px;
  border: 1px solid #111;
  background: #111;
  padding: 14px 30px;
  transition: all 200ms ease-in 0s;
  color: #ffffff;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-cta:hover {
  background: #ffffff;
  color: #111;
  transition: all 200ms ease-in 0s;
  border: 1px solid #252525;
}


/***** Booking *****/
@media (max-width:560px) {
  #booking-section .form-container {
    padding: 40px 20px;
  }
}

@media (min-width:561px) {
  #booking-section .form-container {
    padding: 20px 80px;
  }
}

@media (min-width:751px) {
  #booking-section .form-container {
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.06);
  }
}

#booking-section .form-container {
  margin-top: -50px !important;
}

#booking-section .form-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

#booking-section .form-container h2 span {
  color: #0C4C2C;
}

#booking-section .form-container h2 {
  color: #252525;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  font-size: 25px;
  font-weight: 500;
  padding: 0 14px;
}


#booking-section .content-booking {
  z-index: 3 !important;
  position: relative;
}

#booking-section .form-container {
  background: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  height: 100%;
  background-color: #0C4C2C;
  border-radius: 20px;
}

#booking-section .form-container form input {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  color: #727272 !important;
  font: 400 15px/1.6em "Raleway", sans-serif;
  height: 44px;
  margin-top: 20px;
  padding-bottom: 6px;
  z-index: 9999;
  background-color: #D8DEDE;
}

#form-contato input,
#form-contato textarea {
  border: 1px solid #ccc9c1 !important;
  border-radius: 5px;
  color: #727272 !important;
  font: 400 15px/1.6em "Raleway", sans-serif;
  height: 44px;
  margin-bottom: 20px;
  padding-bottom: 6px;
  z-index: 9999;
  background-color: #f5f5f5;
  resize: none;
}

#form-contato textarea {
  height: 100px !important;
}


#form-contato {
  background-color: #E6E2D7;
  border: 1px solid #ccc9c1 !important;
  border-radius: 5px;
  padding: 15px 0 0 0;
}

#booking-section .form-container form button {
  background-color: #9E8542;
  border: 2px solid #9E8542;
  border-radius: 2px;
  color: #fff;
  display: block;
  font: 700 15px/1.6em "Raleway", sans-serif;
  margin-top: 20px;
  padding: 8px 53px;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.content-booking-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.content-booking-button button {
  width: auto !important;
}

#booking-section .form-container form button:hover {
  background-color: #fff;
  color: #21baa3;
}

#booking-section .form-container form input:-moz-placeholder {
  color: #727272 !important;
  opacity: 0.9;
}

#booking-section .form-container form input::-moz-placeholder {
  color: #727272 !important;
  opacity: 0.9;
}

.content-booking h3 {
  color: #ffffff;
  font-family: 'Roc_Grotesk_light', sans-serif;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.content-booking p {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}

/**/

#bookingform input {
  border: 2px solid #e1e1e1;
  border-radius: 2px;
  color: #bababa !important;
  font: 400 15px/1.6em "Raleway", sans-serif;
  height: 44px;
  margin-top: 20px;
  padding: 10px 15px;
  z-index: 9999;
}

#bookingform button {
  background-color: #21baa3;
  border: 2px solid #21baa3;
  border-radius: 2px;
  color: #fff;
  display: block;
  font: 700 15px/1.6em "Raleway", sans-serif;
  margin-bottom: 22px;
  margin-top: 20px;
  padding: 8px;
  transition: all 0.3s ease 0s;
  width: 195px;
}

#bookingform button:hover {
  background-color: #fff;
  color: #21baa3;
}

#bookingform input:-moz-placeholder {
  color: #727272 !important;
  opacity: 0.9;
}

#bookingform input::-moz-placeholder {
  color: #727272 !important;
  opacity: 0.9;
}


/**/
/***** discover section *****/

#discover .about-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

#discover h3 {
  color: #252525;
  font-family: 'Marlide_Display', sans-serif;
  font-size: 60px;
  font-weight: 600;
  padding: 0 0 15px 0px;
  line-height: 60px;
}

#discover p {
  font-size: 20px;
}

#discover .single-content {
  padding-top: 9%;
}

#discover h3 span {
  color: #0C4C2C;
}

.popup-gallery {
  padding-top: 6% 0;
}

.space-bottom-large {
  padding: 15px 0;
}

/**/
#header {
  position: fixed;
}

#header.sticky {
  height: 80px;
  line-height: 80px;
  background: #0C4C2C;
  top: 0px;
  left: 0;
  z-index: 99 !important;
}

/***** rooms carousel *****/
.room-section .col-md-12 {
  padding-left: 0 !important;
}

.section_title {
  text-align: left;
}

.section_title h2 {
  color: #0C4C2C;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.section_title h3 {
  color: #006337;
  font-family: 'Marlide_Display', sans-serif;
  font-size: 50px;
  font-weight: 600;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 20px;
}

.section_title2 {
  text-align: left;
  padding-left: 14px;
}

.section_title2 h2 {
  color: #0C4C2C;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.section_title2 h3 {
  color: #252525;
  font-family: 'Marlide_Display', sans-serif;
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 20px;
  margin-top: 0;
}

.room-section {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 85px 0px;
}

.item-room {
  background: #fff;
  padding-bottom: 80px;
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.item-room h2 {
  font-size: 18px;
  font-family: 'Roc_Grotesk_Regular', sans-serif;

  font-weight: 600;
  line-height: 25px;
  color: #252525;
  text-transform: uppercase;
  padding: 0 25px;
}

.item-room span {
  font-size: 13px;
  font-family: 'Roc_Grotesk_Regular', sans-serif;

  font-weight: 600;
  line-height: 25px;
  color: #0C4C2C;
  text-transform: uppercase;
  padding-left: 25px;
}

.room-text p {
  padding: 0 20px 0 25px;
}

.item-room .room-price {
  font-size: 18px;
  color: #0C4C2C;
  font-family: 'Roc_Grotesk_Regular', sans-serif;

  font-weight: 600;
  text-align: right;
}

.item-room .room-price span {
  color: #252525;
  text-align: right;
  padding-right: 0;
  padding-left: 0;
}

.item-room .ro-text-two {
  padding: 0 25px;
}

.room-book a {
  color: #fff !important;
}

.room-book {
  border-radius: 2px;
  border: 1px solid #0C4C2C;
  background: #0C4C2C;
  padding: 12px 25px;
  transition: all 200ms ease-in 0s;
  color: #fff !important;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.room-book:hover {
  background: #252525;
  color: #fff;
  transition: all 200ms ease-in 0s;
  border: 1px solid #252525;
}

/*end*/

/***** services *****/
.padding-0 {
  padding: 0px;
}

.services-box h4 {
  font-family: 'Roc_Grotesk_Regular', sans-serif;

  font-size: 18px;
  color: #9E8542;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  padding-left: 0px;
}

.services-box p {
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  font-size: 18px;
  color: #111;
  font-weight: 400;
  line-height: 25px;
  padding-left: 0px;
}

.services-box hr {
  border-bottom: 1px solid #eeeeee;
  padding: 6px 0;
}

#services-section .services-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

#services-section .single-content-left {
  padding-left: 12%;
}

#services-section .single-content-right {
  padding: 70px 0 95px 12%;
}

#services-section h2 {
  color: #006337;
  font-size: 20px;
}

#services-section h3 {
  color: #006337;
  font-family: 'Marlide_Display', sans-serif;
  font-size: 60px;
  font-weight: 600;
  padding: 0;
  line-height: 60px;
}

.section-nossa-historia h3 {
  color: #006337;
  font-family: 'Marlide_Display', sans-serif;
  font-size: 60px;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 60px;
}

.section-missao-visao h3 {
  color: #572C41 !important;
  font-family: 'Marlide_Display', sans-serif;
  font-size: 70px;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 60px;
  text-align: center;
}

.section-manifesto .col-sm-12 {
  padding: 0;
}
.section-manifesto img{
  margin-bottom: 50px;
  border-radius: 30px;
}
.section-manifesto h3 {
  color: #572C41 !important;
  font-family: 'Marlide_Display', sans-serif;
  font-size: 70px;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 60px;
  text-align: center;
}

.section-missao-visao p {
  font-size: 22px;
  color: #572C41 !important;
}

.section-missao-visao .col-sm-12 {
  padding: 0 30px;
  text-align: center;
}

.section-valores .row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.section-valores {
  padding-bottom: 80px;
}

.section-valores h3 {
  color: #572C41 !important;
  font-family: 'Marlide_Display', sans-serif;
  font-size: 70px;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 60px;
}

.section-valores p {
  font-size: 22px;
  color: #572C41 !important;
  padding-top: 10px;
}

.section-valores span {
  font-weight: 900;
}

.section-nossa-historia h4 {
  color: #572C41;
  font-family: 'Marlide_Display', sans-serif;
  font-size: 40px;
  font-weight: 600;
  padding-top: 20px;
  line-height: 60px;
}

.services-promo-left {
  position: absolute;
  background-color: rgba(57, 176, 144, 0.86);
  padding: 20px;
  width: 250px;
  height: 90px;
  right: 0;
  top: 80px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.services-promo-left {
  color: #fff;
  font-weight: 600;
  font-size: 35px;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  text-align: right;
}

.services-promo-left span {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Roc_Grotesk_Regular', sans-serif;

  text-align: right;
}

/**/

.services-promo-right {
  background-color: rgba(57, 176, 144, 0.86);
  bottom: 33%;
  height: 90px;
  padding: 20px;
  position: absolute;
  right: 15px;
  width: 250px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.services-promo-right {
  color: #fff;
  font-weight: 600;
  font-size: 35px;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  text-align: right;
}

.services-promo-right span {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Roc_Grotesk_Regular', sans-serif;

  text-align: right;
}

/***** attractions *****/
.attractions-content {
  background: #f5f5f5;
  height: 100%;
  overflow: hidden;
  padding: 40px;
}

.attractions-content h4::after {
  background: #0C4C2C none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  margin-top: 13px;
  width: 40px;
}

.attractions-content h4 {
  color: #252525;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  text-transform: capitalize;
}

.attractions-btn {
  background: #0C4C2C;
  border: 1px solid #0C4C2C;
  border-radius: 3px;
  color: #fff;
  font-family: 'Roc_Grotesk_Regular', sans-serif;

  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  padding: 6px 20px;
  width: 170px;
  margin-top: 20px;
}

.attractions-btn:hover {
  background: #252525;
  border: 1px solid #252525;
  transition: all 0.5s ease 0s;
}

.attractions-btn i {
  font-size: 12px;
  padding-left: 10px;
  transition: all 0.5s ease 0s;
}

.attractions-btn:hover i {
  padding-left: 15px;
  transition: all 0.5s ease 0s;
}

.btn-arrow-ocre {
  background: #9D8642;
  border-radius: 15px;
  color: #fff;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  padding: 8px 30px;
  margin-top: 20px;
}

.btn-arrow-ocre:hover {
  background: #252525;
  transition: all 0.5s ease 0s;
}

/**/
@media (max-width:1000px) {

  #hmenu>ul>li a,
  #hmenu>ul>li:hover {
    background: #333 !important;
  }

  #hmenu ul ul {
    padding-top: 0 !important;
    margin-left: 0;
    padding-left: 0;
  }

  #hmenu>ul {
    padding-top: 34px !important;
  }
}

@media (max-width:991px) {

  .item-attractions .col-md-4,
  .item-attractions .col-md-8 {
    width: 100%;
  }

  footer .img-responsive {
    width: auto !important;
  }

  .img-responsive {
    width: 100%;
  }

  #services-section .single-content-right {
    padding: 70px 10% 95px 10%;
  }

  .attractions-carousel {
    margin-bottom: 30px;
  }

  .item-attractions .col-md-4,
  .item-attractions .col-md-8 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .popup-gallery .col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .image-popup-no-margins {
    margin-bottom: 15px 0 15px 0 !important;
  }

  .space-bottom-large {
    padding: 0;
  }

  #blog.blog-section .col-sm-6 {
    width: 100%;
  }
}

.footer-wrapper .widget {
  margin-bottom: 20px;
}

.footer-b-pad .footer-copy {
  padding: 10px 0;
}

@media (max-width: 768px) {
  .footer-b-pad .footer-copy {
    text-align: center;
  }

  .footer-b-pad .footer-copy .pull-left,
  .footer-b-pad .footer-copy .pull-right {
    float: none;
  }
}

.item-attractions .col-md-4 {
  padding-left: 0px;
  padding-right: 20px;
}

.item-attractions .col-md-8 {
  padding-left: 0px;
  padding-right: 20px;
}

#attractions {
  padding-bottom: 85px;
}

/***** grid room *****/

.grid-hotel figure {
  position: relative;
  float: left;
  overflow: hidden;
  height: auto;
  text-align: center;
  cursor: pointer;
}

.grid-hotel figure::after {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 15px;
}

.grid-hotel figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
  border-radius: 15px;
}

.grid-hotel figure h2 span {
  font-size: 15px;
  color: fafafa;
  font-weight: 500;
  text-transform: lowercase;
}

.grid-hotel figure h2 {

  color: #fff;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;

}

.grid-hotel figure figcaption::before,
.grid-hotel figure figcaption::after {
  pointer-events: none;
}

.grid-hotel figure figcaption,
.grid-hotel figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.grid-hotel figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}


.grid-hotel figure p {
  color: #fff;
  font-family: 'Roc_Grotesk_Regular', sans-serif;

  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize
}

figure.effect-goliath {
  background: #0C4C2C;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-goliath img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-goliath h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  z-index: 9;
}

figure.effect-goliath p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 15px;
  z-index: 9;
}

figure.effect-goliath p {
  text-transform: none;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

figure.effect-goliath:hover img {
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
}

figure.effect-goliath:hover h2 {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}

figure.effect-goliath:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/**/

.effect-sadie {
  border-radius: 15px;
}

figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(20, 20, 20, 0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  border-radius: 15px 15px 15px 15px;
}

@media (min-width:992px) {
  .sadie-fit {
    height: 125px !important;
  }
}

@media (min-width:1200px) {
  .sadie-fit {
    height: 155px !important;
  }
}

figure.effect-sadie h2 {
  position: absolute;
  bottom: 5%;
  left: 10%;
  width: 100%;
  text-align: left;
  color: #fff;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  z-index: 9;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  z-index: 9;
}

figure.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0, 20%, 0) translate3d(0, 40px, 0);
  transform: translate3d(0, 20%, 0) translate3d(0, 40px, 0);
  display: none;
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.popup-gallery .col-md-4 {
  padding-bottom: 25px;
}

@media (min-width:992px) {
  .space-right-double {
    padding-right: 20px;
  }

  .space-right {
    padding-right: 10px;
  }

  .space-left {
    padding-left: 10px;
  }

  .space-top {
    padding-top: 25px;
  }

  .space-bottom {
    padding-bottom: 10px;
  }

  .nospace.container [class^="col"] {
    padding-left: 0;
    padding-right: 8px;
  }
}

@media (max-width:991px) {
  .space-right-double {
    padding-right: 0px;
  }

  .space-right {
    padding-right: 0px;
  }

  .space-left {
    padding-left: 0px;
  }

  .space-top {
    padding-top: 0px;
  }

  .space-bottom {
    padding-bottom: 0px;
  }

  .nospace.container [class^="col"] {
    padding-left: 0;
    padding-right: 0px;
    padding-bottom: 25px;
  }

}

.section-md {
  padding: 80px 0;
}

.section-sm {
  padding: 40px 0;
}

/**/

.blog-section {
  padding-bottom: 85px;
}

.attractions-carousel2 {
  padding: 15px 0;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0;
}

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0;
}


.owl-theme .owl-nav {
  text-align: right;
}

.blog-section {
  border-top: 1px solid #eee;
}

/***** room single *****/

#header-background-pages::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#header-background-pages {
  position: relative;
  background: url('../../images/inner-header.jpg') no-repeat scroll bottom center / cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#header-background-pages .page-title {
  padding-top: 180px;
}

/**/


#header-background-contact::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#header-background-contact {
  position: relative;
  background: url('../../images/contact-section.jpg') no-repeat scroll bottom center / cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/**/

#header-background-restaurant::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#header-background-restaurant {
  position: relative;
  background: url('../../images/header-restaurant.jpg') no-repeat scroll bottom center / cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/***** restaurant *****/
.restaurant-section .container {
  padding: 0 23%;
}

.restaurant-section {
  position: relative;
  background: url('../../images/rest-bg.jpg') no-repeat scroll bottom center / cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/**/
.page-title {
  padding: 100px 7% 50px 7.5%;
}

.page-title p {
  color: #f2f2f2;
  font-family: 'Roc_Grotesk_Regular', sans-serif;

  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}

.page-title h1 {
  color: #f2f2f2;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.breadcrumb-area {
  background: #f7f7f7 none repeat scroll 0 0;
  height: 155px;
  padding-top: 55px;
}

.breadcrumb-area h1 {
  color: #3d3d3d;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
}

.breadcrumb-botton-area {
  border-bottom: 1px solid #f0f0f0;
  padding: 13px 0 7px;
}

.breadcrumb-botton-area .left ul {
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
  overflow: hidden;
  margin: 6px 0 !important;
  padding-left: 0;
}

.breadcrumb-botton-area .left ul li {
  color: #0C4C2C;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 0 2px;
}

.breadcrumb-botton-area .left ul li a {
  color: #3d3d3d;
  transition: all 500ms ease 0s;
}

.breadcrumb-botton-area .left ul li a:hover {
  color: #0C4C2C;
}

.breadcrumb-botton-area .right a {
  color: #252525;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}

.breadcrumb-botton-area .right a i {
  display: inline-block;
  padding-right: 10px;
}

.breadcrumb-botton-area .right a:hover {
  color: #252525;
}

#room-single-section .tab {
  padding: 50px 0;
}

#room-single-section {
  padding: 85px 0;
}

#room-single-section h2 {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
  line-height: 25px;
  font-size: 17px;
  color: #252525;
  font-family: 'Roc_Grotesk_Regular', sans-serif;

  font-weight: 600;
  padding-top: 80px;
}

.room-extra-service .col-lg-2 {
  border-right: 1px solid #f5f5f5;
  padding: 10px;
}

.center {
  text-align: center;
}

/***** aminities *****/

#aminities-section h2 {
  line-height: 25px;
  font-size: 40px;
  color: #252525;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-family: 'Roc_Grotesk_light', sans-serif;
  font-weight: 600;
}

.contact-section h2 {
  line-height: 25px;
  font-size: 40px;
  color: #252525;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Roc_Grotesk_light', sans-serif;
  font-weight: 600;
  padding-bottom: 40px;
}

#aminities-section p {
  text-align: center;
  padding-bottom: 30px;
}

.room-style-section {
  padding: 85px 0;
}

.restaurant-section {
  padding: 85px 0;
}

.space-list {
  margin-bottom: 45px;
}

.contact-text {
  padding: 20px 35px;
  background-color: #E6E2D7;
  border: 1px solid #ccc9c1;
  border-radius: 3px;
  height: 470px;
}

.contact-text-right {
  transition: all 500ms ease 0s;
  padding: 20px 35px;
  background-color: #E6E2D7;
  border: 1px solid #ccc9c1;
  border-radius: 3px;
  height: 470px;
}

.contact-text-right p {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  padding-bottom: 8px;
}

.contact-text-right h2::after {
  background: #252525 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  margin-top: 13px;
  width: 60px;
}

.contact-text-right h2 {
  font-size: 18px;
  color: #252525;
  font-family: 'Roc_Grotesk_Regular', sans-serif;

  font-weight: 600;
  padding-bottom: 11px;
}

.contact-text-right:hover {
  background: #252525;
  transition: all 500ms ease 0s;
  border: 1px solid #252525;
}

.contact-text-right:hover p {
  color: #f5f5f5;
}

.contact-text-right:hover h2 {
  color: #f5f5f5;
}

.contact-text-right:hover h2::after {
  background: #f5f5f5;
}

.contact-text:hover {
  background: #252525;
  transition: all 500ms ease 0s;
  border: 1px solid #252525;
}

.contact-text:hover p {
  color: #f5f5f5;
}

.contact-text:hover h2 {
  color: #f5f5f5;
}

.contact-text:hover h3 {
  color: #f5f5f5;
}

.contact-text:hover span {
  color: #f5f5f5;
}

.contact-text:hover h2::after {
  background: #f5f5f5;
}

.contact-text h2::after {
  background: #252525 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  margin-top: 13px;
  width: 60px;
}

.contact-text h2 {
  font-size: 18px;
  color: #252525;
  font-family: 'Roc_Grotesk_Regular', sans-serif;

  font-weight: 600;
}

.contact-info-list h3 {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'Roc_Grotesk_Regular', sans-serif;

}

.contact-info-list span {
  color: #3d3d3d;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Roc_Grotesk_Regular', sans-serif;

  font-size: 14px;
}

.contact-info-list {
  list-style: outside none none;
  padding-left: 0;
}


/**/

.tab {
  margin-top: 30px;
}

.tab .nav-tabs {
  border: none;
  border-bottom: 1px solid #e4e4e4;
}

.nav-tabs li a {
  padding: 15px 40px;
  border: 1px solid #252525;
  border-top: 2px solid #252525;
  border-right: 0px none;
  background: #252525;
  color: #fff;
  border-radius: 0px;
  margin-right: 0px;
  font-weight: 600;
  transition: all 0.3s ease-in 0s;
}

.nav-tabs li a:hover {
  border-bottom-color: #0C4C2C;
  border: 1px solid #0C4C2C;
  border-top: 2px solid #0C4C2C;
  border-right: 0px none;
  background: #0C4C2C;
  color: #fff;
}

.nav-tabs li a i {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.nav-tabs li:last-child {
  border-right: 1px solid #ededed;
}

.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
  border-top: 3px solid #0C4C2C;
  border-right: 1px solid #d3d3d3;
  margin-top: -15px;
  color: #252525;
  padding: 22px 40px;
}

.tab .tab-content {
  padding: 50px 25px;
  line-height: 22px;
  border-top: 0px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

.tab .tab-content h3 {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .nav-tabs li {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-tabs li a {
    padding: 15px;
  }

  .nav-tabs li.active a,
  .nav-tabs li.active a:focus,
  .nav-tabs li.active a:hover {
    padding: 15px;
    margin-top: 0;
  }
}

/***** form style *****/

/*ask*/
.has-error input {
  border-color: #a94442 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-error textarea {
  border-color: #a94442 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#form-contato button:hover {
  background-color: #fff;
  color: #0C4C2C;
}

#form-contato button {
  background-color: #0C4C2C;
  border: 2px solid #0C4C2C;
  border-radius: 2px;
  color: #fff;
  display: inline;
  font: 700 15px/1.6em 'Roc_Grotesk_Regular', sans-serif;
  margin-bottom: 22px;
  padding: 12px 30px;
  transition: all 0.3s ease 0s;
  width: 170px;
}

.form-style input[type="button"],
.form-style input[type="submit"] {
  background-color: #0C4C2C;
  border: 2px solid #0C4C2C;
  border-radius: 2px;
  color: #fff;
  display: block;
  font: 700 15px/1.6em 'Roc_Grotesk_Regular', sans-serif;

  margin-bottom: 22px;
  margin-top: 20px;
  padding: 12px 30px;
  transition: all 0.3s ease 0s;
  width: 170px;
}

.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {
  background-color: #fff;
  color: #0C4C2C;
}

.form-style-heading {
  font-weight: bold;
  font-style: italic;
  border-bottom: 2px solid #ddd;
  margin-bottom: 10px;
  font-size: 15px;
  padding-bottom: 3px;
}

.form-style label {
  display: block;
  margin: 0px 0px 15px 0px;
}

.form-style label>span {
  width: 100px;
  font-weight: bold;
  float: left;
  padding-top: 8px;
  padding-right: 5px;
}

.form-style span.required {
  color: red;
}

.form-style .tel-number-field {
  width: 40px;
  text-align: center;
}

.form-style .long {
  width: 120px;
}

.form-style input.input-field {
  width: 100%;

}

#form-contato input {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
  border: 2px solid #e1e1e1;
  box-shadow: 1px 1px 4px #fff;
  -moz-box-shadow: 1px 1px 4px #fff;
  -webkit-box-shadow: 1px 1px 4px #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 7px;
  outline: none;
  color: #727272;
  font-size: 14px;
  font-family: 'Roc_Grotesk_Regular', sans-serif;

  font-weight: 500;
  height: 45px;
}

#form-contato textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
  border: 2px solid #e1e1e1;
  box-shadow: 1px 1px 4px #fff;
  -moz-box-shadow: 1px 1px 4px #fff;
  -webkit-box-shadow: 1px 1px 4px #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 7px;
  outline: none;
  color: #727272;
  font-size: 14px;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  font-weight: 500;
  height: 165px !important;
}

.form-control::-moz-placeholder {
  color: #727272;
}

.form-style input.input-field,
.form-style .tel-number-field,
.form-style .textarea-field,
.form-style .select-field {

  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
  border: 2px solid #e1e1e1;
  box-shadow: 1px 1px 4px #fff;
  -moz-box-shadow: 1px 1px 4px #fff;
  -webkit-box-shadow: 1px 1px 4px #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 7px;
  outline: none;
  color: #bababa;
  font: 400 15px/1.6em "Raleway", sans-serif;
}

.form-style .textarea-field {
  height: 100px;
  width: 100%;
}

.form-style .success {
  background: #D8FFC0;
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 5px 0px;
  border: none;
  font-weight: bold;
  color: #2E6800;
  border-left: 3px solid #2E6800;
}

.form-style .error {
  background: #FFE8E8;
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 5px 0px;
  border: none;
  font-weight: bold;
  color: #FF0000;
  border-left: 3px solid #FF0000;
}

/**** *Service *****/
.service-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon {
  width: 200px;
  height: 200px;
  transition: all .5s ease;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-content {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 200px;
  height: 200px;
  padding: 20px;
  border-radius: 30px;
  text-align: center;
  transition: all .5s ease;
  background-color: #252525;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform: translateY(110px) rotateX(-90deg);
  -moz-transform: translateY(110px) rotateX(-90deg);
  -ms-transform: translateY(110px) rotateX(-90deg);
  -o-transform: translateY(110px) rotateX(-90deg);
  transform: translateY(110px) rotateX(-90deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-box .service-icon .front-content {
  position: relative;
  top: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-box .service-icon .front-content img {
  margin-left: -10px;
}

.service-box .service-content h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
}

.service-box:hover .service-icon {
  opacity: 0;
  -webkit-transform: translateY(-110px) rotateX(90deg);
  -moz-transform: translateY(-110px) rotateX(90deg);
  -ms-transform: translateY(-110px) rotateX(90deg);
  -o-transform: translateY(-110px) rotateX(90deg);
  transform: translateY(-110px) rotateX(90deg);
}

.service-box:hover .service-content {
  opacity: 1;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

/**/

.single-testimonial-item {
  margin-bottom: 50px;
}

.single-testimonial-item .testimonial {
  border: 2px solid #eee;
  display: block;
  padding: 17px 18px 20px;
  position: relative;
  transition: all 500ms ease 0s;
}

.single-testimonial-item .testimonial::before {
  border-left: 20px solid #eee;
  border-right: 16px solid transparent;
  border-top: 16px solid transparent;
  bottom: -27px;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  transform: rotate(88deg);
  transition: all 500ms ease 0s;
  width: 15px;
}

.single-testimonial-item .testimonial p {
  font-size: 14px;
  font-style: italic;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}

.single-testimonial-item .client-info {
  margin-top: 30px;
}

.single-testimonial-item .client-info .img-box img {
  border-radius: 100%;
  border: 1px solid #eee;
  background: #f7f7f7;
}

.single-testimonial-item .client-info .img-box {
  border: 2px solid transparent;
  transition: all 500ms ease 0s;
  width: 80px;
}

.single-testimonial-item .client-info .img-box,
.single-testimonial-item .client-info .title-box {
  display: table-cell;
  vertical-align: top;
}

.single-testimonial-item .client-info .title-box {
  padding-left: 20px;
}

.single-testimonial-item .client-info .title-box h4 {
  color: #252525;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.single-testimonial-item .client-info .title-box p {
  color: #0C4C2C;
  margin: 0;
}

.single-testimonial-item:hover p {
  color: #fff;
  transition: all 500ms ease 0s;
}

.single-testimonial-item:hover .testimonial {
  border-color: #0C4C2C;
  background: #0C4C2C;
  transition: all 500ms ease 0s;
}

.single-testimonial-item:hover .testimonial::before {
  border-left-color: #0C4C2C;
  transition: all 500ms ease 0s;
}

/**/

.services-v2 {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 50px 40px;
  transition: all 500ms ease 0s;
  border: 2px solid #eee;
}

.services-v2 h4 {
  text-align: center;
  transition: all 500ms ease 0s;
}

.services-v2 a {
  text-align: center;
  color: #252525;
  font-weight: 600;
  font-size: 20px;
  transition: all 500ms ease 0s;
}

.services-v2 p {
  text-align: center;
  color: #6b6b6b;
  font-weight: 400;
  font-size: 14px;
  transition: all 500ms ease 0s;
}

.services-v2 i {
  text-align: center;
  color: #0C4C2C;
  font-size: 27px;
  border: 1px solid #eee;
  border-radius: 100%;
  padding: 15px;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px auto;
  display: block;
  transition: all 500ms ease 0s;
}

.services-v2:hover p,
.services-v2:hover a,
.services-v2:hover h4 {
  color: #fff;
  transition: all 500ms ease 0s;
}

.services-v2:hover i {
  background: #fff;
  border: 1px solid #fff;
  transition: all 500ms ease 0s;
}

.services-v2:hover {
  background-color: #0C4C2C;
  transition: all 500ms ease 0s;
  border: 2px solid #0C4C2C;
}

/**/

.list-items .list-item h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-transform: none;
  font-family: 'Roc_Grotesk_Regular', sans-serif;

  color: #252525;
}

.list-items .list-item {
  border-bottom: 1px dotted #ccc;
}

.list-items .list-item span {
  font-size: 15px;
  font-weight: 600;
  font-family: 'Roc_Grotesk_Regular', sans-serif;

  color: #252525;
  line-height: 80px;
}

.list-items .list-item p {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roc_Grotesk_Regular', sans-serif;

  color: #6b6b6b;
  margin-top: 5px;
}

.list-items .list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/**/
#aboutus .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sectiom-md {
  padding: 60px 0;

}

#aboutus h3 {
  color: #252525;
  font-family: 'Marlide_Display', sans-serif;
  font-size: 60px;
  font-weight: 600;
  padding: 0 0 5px 0px;
  line-height: 60px;
}

#aboutus .single-content {
  padding-right: 5%;
}

#aboutus h3 span {
  color: #0C4C2C;
}

#aboutus .single-content span {
  font-weight: 900;

}

/**/
.padding-space {
  margin-top: 30px;
}

.vegas-animation-kenburns {
  animation: kenburns ease-out;
}

@keyframes kenburns {
  0% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

/**/

#return-to-top {
  position: fixed;
  bottom: -50px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  opacity: 0;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99;
}

.return-to-top-visible {
  transform: translateY(-70px);
  opacity: 1 !important;
}

#whatsapp-btn {
  background: #30D24E;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  opacity: 0;
  bottom: -90px;
  right: 15px;
  z-index: 99999;
  border: solid 5px #fff;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#whatsapp-btn i {
  color: #fff;
  font-size: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#whatsapp-btn:hover i {
  transform: scale(1.1);
}

.whatsapp-btn-visible {
  transform: translateY(-180px);
  opacity: 1 !important;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  line-height: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color: #fff;
  top: 8px;
}

#cta {
  background: #0C4C2C;
  padding: 80px 0;
}

#cta h4 {
  font-size: 15px;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #f5f5f5;
  line-height: 25px;
}

@media (min-width:850px) {
  #cta h4 {
    text-align: left;
  }

  .text-right {
    margin: auto 0 auto auto;
    display: block;
  }
}

@media (max-width:849px) {
  #cta h4 {
    text-align: center;
  }

  .text-right {
    margin: auto;
    display: block;
  }
}

/***** Sidebar *****/
.sidebar-right {
  background-color: #fff;
  margin-bottom: 30px;
  border: 1px solid #eee;
  padding: 30px;
}

.sidebar-right h2::after {
  background: #252525 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  margin-top: 13px;
  width: 60px;
}

.sidebar-right h2 {
  color: #252525;
  font-family: 'Roc_Grotesk_Regular', sans-serif;

  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.readmore {
  font-weight: 600;
}

.readmore::after {
  content: "\f0da";
  display: inline-block;
  font-family: FontAwesome;
  font-weight: 400;
  margin-left: 10px;
  max-width: 10px;
  width: 10px;
  transition: all 0.3s ease;
}

.readmore:hover::after {
  margin-left: 15px;
  transition: all 0.3s ease;
}

/**/

.sidebar-right ul {
  padding-left: 0px;
  margin-left: 0;
  list-style: none;
}

.sidebar-right li a {
  color: #6b6b6b;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Roc_Grotesk_Regular', sans-serif;

  line-height: 27px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.sidebar-right ul a::before {
  background: #e1e1e1 none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 12px;
  transition: all 0.15s ease-out 0s;
  vertical-align: middle;
  width: 8px;
  transition: all 0.3s ease;
}

.sidebar-right ul a:hover {
  color: #252525;
  transition: all 0.3s ease;
  padding-left: 5px;
}

.sidebar-right ul a:hover::before {
  margin-right: 8px;
  transition: all 0.3s ease;
  width: 12px;
}


/***** footer *****/
footer {
  background: #1e1e1e none repeat scroll 0 0;
  position: relative;

}

.footer-wrapper {
  background: #1e1e1e none repeat scroll 0 0;
  position: relative;
}

@media (max-width:1024px) {
  .footer-pad {
    padding: 5em 0 2em 0;
  }
}

@media (min-width:1024px) {
  .footer-pad {
    padding: 90px 0 30px 0;
  }
}

.footer-b-pad {
  padding-bottom: 1.8em;
  padding-top: 1.8em;
}

.footer-top {
  overflow: hidden;
  position: relative;
}

.widget.about-us-widget p {
  color: #fafafa;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  margin-top: 2em;
  padding: 0;
}

.widget.about-us-widget a {
  color: #fafafa;
  margin-top: 1.4em;
}

.widget.about-us-widget a:hover {
  color: #fff;
}

.widget.about-us-widget ul {
  margin: 0;
  padding: 0;
}

.widget.about-us-widget ul li:first-child {
  padding-left: 0;
}

.widget.about-us-widget ul li {
  display: inline-block;
  list-style: outside none none;
  padding: 10px 9px;
}

.widget.about-us-widget ul li a {
  color: #fafafa;
  font-size: 1.5em;
  padding: 0;
}

.widget.about-us-widget ul li a:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #0C4C2C;
}

.widget-contact h4,
.get-in-touch h4,
.widget-links h4 {
  color: #fff;
  font: 600 18px/17px 'Roc_Grotesk_Regular', sans-serif;

  margin-bottom: 24px;
  margin-top: 0;
  text-transform: uppercase;
}

.widget-contact h4::after,
.get-in-touch h4::after,
.widget-links h4::after {
  background: #0C4C2C none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  margin-top: 13px;
  width: 40px;
}

.widget-contact-list ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.widget-contact-list ul li a {
  color: #fafafa;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  text-transform: capitalize;
  display: block;
}

.widget-contact-list ul li a:hover {
  color: #0C4C2C;
}

.widget.get-in-touch ul {
  margin: 0;
  padding: 0;
}

.widget.get-in-touch ul li {
  display: table;
  list-style: outside none none;
  padding-right: 11px;
  width: 100%;
  text-align: left;
}

.widget.get-in-touch ul li i {
  color: #fafafa;
  float: left;
  font-size: 25px;
  line-height: 18px;
  padding-top: 13px;
  width: 34px;
}

.widget.get-in-touch ul li .fleft {
  color: #fafafa;
  float: left;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  padding: 0.5em 0;
  width: calc(100% - 34px);
}

.widget.get-in-touch ul li .fleft.location_address b {
  text-transform: uppercase;
}

.widget.get-in-touch ul li i.fa-map-marker {
  padding-top: 15px;
}

.widget.get-in-touch ul li i.fa-phone {
  font-size: 21px;
  line-height: 30px;
}

.widget.get-in-touch ul li i.fa-envelope-o {
  font-size: 18px;
  line-height: 24px;
}

.footer-copy {
  border-top: 1px solid #323232;
  overflow: hidden;
  padding: 1.8em 0 0;
  position: relative;
}

.footer-copy p {
  color: #fafafa;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  margin: 0;
  padding: 0;
}

.footer-copy p a {
  color: #fafafa;
}

.footer-copy p a:hover {
  color: #fff;
}

/*update new stuff*/
#header.header-white {
  border-bottom: 1px solid #eee !important;
}

.header-white #header-wrap::before {
  background: #fff !important;
}

.header-white #hmenu ul ul li a {
  color: #fff !important;
}

#topbar-white.topbar-transparent::before {
  background: #fff !important;
}

#topbar-white .language-top-bar a {
  color: #252525 !important;
  line-height: 33px;
}

#topbar-white.topbar-transparent {
  border-bottom: 1px solid #f5f5f5;
}

@media (min-width:1024px) {
  .header-white #hmenu>ul>li a {
    color: #252525 !important;
  }
}

#topbar-white .top-menu>li>a {
  color: #252525;
  font-size: 13px;
  font-weight: 600 !important;
  line-height: 33px;
  text-transform: uppercase;
  font-family: 'Roc_Grotesk_Regular', sans-serif;

}

#topbar-white {
  position: relative;
  z-index: 200;
  background-color: #ffffff;
}

#topbar-white .top-menu {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  float: left;
}

#topbar-white .top-menu>li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-top: 7px;
}

#topbar-white .top-menu>li>a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  margin-right: 16px;
}

#topbar-white .top-links {
  position: relative;
}

#topbar-white .social-icons {
  float: right;
  height: 100%;
  overflow: hidden;
}

#topbar-white .social-icons li,
#topbar-white .social-icons li a {
  float: left;
  list-style: outside none none;
}

#topbar-white .social-icons li a {
  border-radius: 0px;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 35px;
  overflow: hidden;
  margin: 0;
}

/*end*/

/**/

.footer-b-pad .footer-copy {
  padding: 10px 0;
  text-align: center;
}

@media (max-width: 991px) {

  .footer-b-pad .footer-copy .pull-left,
  .footer-b-pad .footer-copy .pull-right {
    float: none;
    text-align: center;
  }
}

/*start*/

/* Responsive styling for footer widgets under 1024px */
@media (max-width: 1023px) {
  .footer-widgets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
  }

  /* Standard layout with two columns for screens 481px to 698px */
  .footer-widgets .widget {
    flex: 1 1 calc(50% - 15px);
  }

  /* Custom layout for screens 699px to 980px */
  @media (min-width: 699px) and (max-width: 980px) {
    .footer-widgets .widget:nth-child(1) {
      flex: 1 1 100%;
      /* First widget takes full width */
    }

    .footer-widgets .widget:nth-child(n+2) {
      flex: 1 1 calc(33.33% - 10px);
      /* The next three widgets take 33% width each */
    }
  }
}

/* Full width for very small screens (up to 480px) */
@media (max-width: 480px) {
  .footer-widgets .widget {
    flex: 1 1 100%;
  }
}

@media (max-width: 1200px) {
  #hmenu>ul>li a {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.top-menu .fa {
  margin-right: 7px;
}

.intro.center-vertically {
  height: 100%;
}

#aboutus h3 span {
  color: #9E8542 !important;
}

.acai-color-1 {
  background-color: #99571F;
}

.acai-color-2 {
  background-color: #9E8542;
}

.acai-color-3 {
  background-color: #D49C63;
}

.acai-color-4 {
  background-color: #D9C299;
}

.acai-color-5 {
  background-color: #7D8F8F;
}

.services {
  background-color: #F8F8F8;
}

.services h3 {
  color: #006337;
  font-weight: 600;
}

.button-center {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: start;
}

.button-center .attractions-btn {
  width: 300px;
}

.contact_mail a {
  text-transform: none !important;
}

.top-menu a {
  text-transform: none !important;
}

.link-app {
  margin-left: 25px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
}

.top-menu .nav li {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
}

.top-menu .nav li a {
  color: #ffffff;
  font-size: 20px;
  opacity: 0.7;
  padding: 10px 5px;
}

.img-roudness {
  border-radius: 20px;
}

.img-roudness-left {
  border-radius: 20px 0 0 20px;
}

.img-roudness-right {
  border-radius: 0 20px 20px 0;
}

.text-tittle {
  color: #006337 !important;
}

#header {
  top: 47px;
}

.row-centered {
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
  text-align: center;
  margin-right: -4px;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: top;
}

.container-relatorios {
  margin-bottom: 30px;
}

.blog-section h3 {
  color: #006337;
  font-family: 'Marlide_Display', sans-serif;
  font-size: 60px;
  font-weight: 600;
  padding: 0;
  line-height: 60px;
  padding-bottom: 20px;
}

.blog-section .button-center {
  margin-top: 40px;
}

.blog-post {
  padding: 100px 0;
}

.blog-post .post-content h3 {
  color: #006337;
  padding: 20px 0;
}

.blog-post .post-content h4 {
  padding-bottom: 20px;
  font-size: 20px;
}

.blog-post .img-principal {
  border-radius: 15px;
}

.sidebar-right .list-marked li a {
  font-size: 14px;
}

.sidebar-last-posts {
  height: 125px;
  margin-top: 20px;
}

.posts-area-atividades {
  margin-bottom: 50px;

}

.sidebar-right .sidebar-last-posts {
  padding: 20px;
}

.sidebar-right .sidebar-last-posts figcaption h2 {
  font-size: 14px;
  font-weight: 400;
  bottom: -40px;
}

.sidebar-right .sidebar-last-posts figcaption p {
  line-height: 20px;
}

.posts-area-atividades p {
  line-height: 20px;
  font-weight: 400;
}

.top-menu-socials,
.top-menu-contacts,
.top-menu-app {
  list-style-type: none !important;
  padding: 0;
  font-size: 14px;
}

.top-menu-socials li,
.top-menu-contacts li,
.top-menu-app li {
  display: inline-block;
  padding-top: 10px;
}

.top-menu-socials a,
.top-menu-contacts a,
.top-menu-app a {
  color: rgba(255, 255, 255, 0.7);
}

.top-menu-socials i,
.top-menu-contacts i,
.top-menu-app i {
  margin-right: 5px;
}

.top-menu-socials i {
  font-size: 20px;
  margin-right: 15px;

}

.top-menu-contacts {
  text-align: center;
}

.top-menu-contacts li,
.top-menu-app li {
  padding-right: 20px;
}

.top-menu-app {
  text-align: right;
}

.box-services-color-1 {
  background-color: #28613C;
}

.box-services-color-2 {
  background-color: #99844B;
}

.box-services-color-3 {
  background-color: #E6E2D7;
  border: solid 1px #D2CBB7;
}

.box-services-color-4 {
  background-color: #7E8C8D;
}

.box-services-color-5 {
  background-color: #F5E9BC;
  border: solid 1px #EEDA8A;
}

.box-services-color-6 {
  background-color: #CB9D6C;
}

.box-services-color-7 {
  background-color: #91582A;
}

.box-services-color-8 {
  background-color: #224B2E;
}

.el-display-none {
  display: none !important;
}

.input-error {
  background-color: rgb(253, 228, 228) !important;
}

#cmsgSubmit {
  font-size: 18px;
  display: inline;
  margin-left: 10px;
}

#cmsgSubmit i {
  margin-right: 5px;
}

#bmsgSubmit {
  font-size: 18px;
  height: 20px;
}

#bmsgSubmit i {
  margin-right: 5px;
}

.section-pics-obra .pic-border {
  padding: 10px;
  border: solid 1px #ccc;
  border-radius: 20px;
}

.section-pics-obra .pic-border img {
  border-radius: 15px;
}

.section-pics-historia .pic-border {
  padding: 10px;
  border: solid 1px #ccc;
  border-radius: 20px;
}

.section-pics-historia .pic-border img {
  border-radius: 15px;
}

.pics-obra-button {
  text-align: center;
}

.pics-obra-button a {
  display: inline-block !important;
  background: #0C4C2C;
  border: 1px solid #0C4C2C;
  border-radius: 3px;
  color: #fff;
  font-family: 'Roc_Grotesk_Regular', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  padding: 10px 20px;
  margin-top: 20px;
}

.pics-obra-button a i {
  margin-left: 10px;
}

.section-diretoria h2 {
  line-height: 25px;
  font-size: 40px;
  color: #252525;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-family: 'Roc_Grotesk_light', sans-serif;
  font-weight: 600;
  padding-bottom: 30px;
}

.section-pics-obra h2 {
  line-height: 40px;
  font-size: 40px;
  color: #252525;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-family: 'Roc_Grotesk_light', sans-serif;
  font-weight: 600;
  padding-bottom: 30px;
}

.section-nossa-historia h2 {
  line-height: 25px;
  font-size: 40px;
  color: #252525;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-family: 'Roc_Grotesk_light', sans-serif;
  font-weight: 600;
  padding-bottom: 30px;
}

.box-infra {
  border: solid 1px #ccc;
  border-radius: 25px;
  background-color: #e9e8e8;
  min-height: 260px;
  margin-bottom: 30px;
  padding-top: 30px;
}

.box-infra .icon {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 50%;
  margin-left: -50px;
}

.box-infra .icon-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-infra .icon img {
  width: 60%;
  margin-left: -10px;
}

.list-services {
  list-style: none;
  padding: 20px;
  text-align: center;
  line-height: 18px;
}

.list-services li {
  display: inline;
  font-size: 16px;
}

.list-services li::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  margin: 0 10px;
  vertical-align: middle;
}

.list-services li:last-child::after {
  display: none;
}

.row-centered {
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
  text-align: center;
  margin-right: -4px;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: top;
}

a.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}

.img-bordered {
  border-radius: 25px;
}

.row-nossa-historia {
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.diretoria-content img {
  border-radius: 15px;

}

.diretoria-caption {
  position: relative;
  background-color: #D49C63;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  width: 90%;
  margin: auto;
  top: -30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.diretoria-caption h4 {
  font-weight: 600;
  margin: 0;
}

.diretoria-caption p {
  font-family: 'Marlide_Display', sans-serif;
  font-size: 20px;
  margin: 0;
}