@font-face {
    font-family: 'Ubuntu Condensed';
    src: url('../fonts/UbuntuCondensed-Regular.woff2') format('woff2'),
        url('../fonts/UbuntuCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-SemiBold.woff2') format('woff2'),
        url('../fonts/Heebo-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Regular.woff2') format('woff2'),
        url('../fonts/Heebo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*
  font-family: 'Heebo';
  font-family: 'Ubuntu Condensed';

  BRANCOS fcfcfc
  PRETOS 221f1f
  COR 796841
*/

html, body {
  font-family: 'Heebo';
  background: #fefefe;
}
h1,h2,h3,h4,h5 {
  font-weight: 600;
}
b, strong {
  font-weight: 600;
}
button, button:hover, 
button:focus, a:hover, 
a:focus {
  text-decoration: none;
  outline: none;
}
header {
  /*background: #fefefe;*/
  position: absolute;
  width: 100%;
  z-index: 999;
}
.mr-19 {
   margin-right: 19px;
}
.pt120 {
  padding-top: 120px!important;
}
.col-md-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.bggreen {
  background: #eefbf8!important;
}
.gored {
  color: #c0392b;
}
.flex-direction-nav {
  display: none!important;
}
.pb-60 {
  padding-bottom: 60px!important;
}
.pb-80 {
  padding-bottom: 80px!important;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.gogreen, .gogreen:hover {
  color: #00b894!important;
}
thead {
  background: #e3e3e3;
  font-weight: 600;
}
.table-bordered td, .table-bordered th {
  border: 1px solid #fefefe;
}


.anim-text-banner {
  font-size: 2vw;
  font-weight: bold;
  white-space: nowrap;
  padding: 100px 50px;
  font-weight: 400;
}

.anim-text-banner > span {
  /*position: absolute;*/
  display: inline-block;
  color: #000;
  background: #f9f9f9;
}

.banner-animation-pending .anim-text-banner > span {
  clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
}

@media (prefers-reduced-motion: reduce) {
  .anim-text-banner > span {
    clip-path: none !important;
  }
}


/*MENU*/
.navbar {
  background: rgb(33,33,33);
  background: linear-gradient(180deg, rgba(33,33,33,0.4) 0%, rgba(255,255,255,0) 100%);
  position: fixed;
}

.navbar-nav .nav-link {
  color: #fefefe
}
.navbar-nav .nav-link.active {
  font-weight: 600;
}
.navbar-nav .nav-link:hover {
  color: #796841
}
.navbar-nav .nav-link.booknow {
  font-weight: 600;
  cursor: pointer!important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dermenu {
  padding: 0.2em;
}
/*MENU*/

/*INNER MENU*/
.btn-nav-container {
  position: relative;
  width: 42px;
  cursor: pointer;
  z-index: 999;
  background: transparent;
  border: none;
  outline: none;
}

.btn-nav {
  width: 100%;
  height: 3px;
  position: relative;
  background: #f3f3f3;
  top: 0;
  transition: all ease 0.2s;
}

.btn-nav:before,
.btn-nav:after {
  content: '';
  position: absolute;
  left: 0;
  background: #f3f3f3;
  height: 100%;
  transition: all ease 0.3s;
}

.btn-nav:before {
  top: -8px;
  width: 50%;
}

.btn-nav:after {
  top: 8px;
  width: 75%;
}

.btn-nav-container:hover .btn-nav:before,
.btn-nav-container:hover .btn-nav:after {
  width: 100%;
}

.btn-nav-container.close-menu .btn-nav {
  transform: rotate(-45deg);
  background: white;
}

.btn-nav-container.close-menu .btn-nav:after {
  opacity: 0;
  transition: all ease 0.2s;
}

.btn-nav-container.close-menu .btn-nav:before {
  top: 0;
  transform: rotate(90deg);
  width: 100%;
  transition: all ease 0.2s;
  background: #fff;
}

.float-nav {
  position: fixed;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.float-nav .bg1,
.float-nav .bg2 {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(34, 31, 31, 0.6);
  top: 0;
  left: 100%;
  transition: all 0.7s ease 0.3s;
}

.float-nav .bg2 {
  background: rgba(34, 31, 31, 1);
  transition-delay: 0s;
}

.float-nav .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: none;
}

.float-nav ul {
  display: flex;
  list-style: none;
  flex-direction: column;
  max-height: 100vh;
  opacity: 0;
  transition: all 0.3s ease 0s;
  padding: 0;
}

.float-nav ul li {
  flex: 1;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  transition: all 0.2s ease 0.3s;
}

.float-nav ul li:hover {
  transition: all 0.2s ease 0s;
}

.float-nav ul li a:after {
  content: '';
  position: absolute;
  left: 100%;
  margin-left: 5px;
  top: 2px;
  width: 2px;
  height: 100%;
  background: #fff;
  transform: scaleY(0);
  transition: all ease 0.3s;
}

.float-nav ul li a:before {
  content: '';
  position: absolute;
  right: 100%;
  margin-right: 11px;
  top: 2px;
  width: 2px;
  height: 100%;
  background: #fff;
  transform: scaleY(0);
  transition: all ease 0.3s;
}

.float-nav ul li:hover a:before,
.float-nav ul li:hover a:after {
  transform: scaleY(1);
}

.float-nav ul li:last-child {
  margin-bottom: 0;
}

.float-nav ul li a,
.float-nav ul li .language-option {
  font-size: 2em;
  position: relative;
  color: #fff;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.float-nav ul li .language-option {
  display: inline-block;
}

.float-nav.active .bg1,
.float-nav.active .bg2 {
  left: 0;
}

.float-nav.active .bg1 {
  transition-delay: 0s;
}

.float-nav.active .bg2 {
  transition-delay: 0.3s;
}

.float-nav.active ul {
  opacity: 1;
  transition-delay: 1s;
}
/*INNER MENU*/

/*INNER MENU PAGES*/
.inner header {
  background: #221f1f;
  position: relative; 
}
.inner header .navbar-nav .nav-link {
  color: #fefefe;
  position: relative; 
}
.inner header .btn-nav,
.inner header .btn-nav:before, 
inner header .btn-nav:after {
  background: #fefefe;
}
/*INNER MENU PAGES*/

/*HOME*/
#hero {
  /*height: 100vh;*/
  position: relative;
  background: #fcfcfc;
}
#hero .redes {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 1.5em;
  z-index: 3;
  color: #fefefe;
}
#hero .redes a {
  color: #fefefe;
  font-family: 'Ubuntu Condensed';
  font-weight: 400; 
  text-shadow: 0 0 7px rgba(0,0,0,0.8);
}
#hero:after {
  content: '';
  top: 0;
  left: 0;
  background-image: url('../img/bg-wall.jpg');
  background-size: cover;
  opacity: 0.2;
  pointer-events: none;
  height: 100%;
  width: 100%;
  position: absolute;
  background-position: center center;
}
/*
  #hero:before {
    content: '';
    background-image: url('../img/main.jpg');
    width: 50%;
    z-index: 1;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
  }
*/
/* Keep the hero usable when JavaScript or the slider plugin is unavailable. */
#hero .flexslider .slides > li:first-child {
  display: block;
}

#hero .flexslider {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
#hero h1,
#hero h2 {
  color: #221f1f;
  text-align: center;
  position: relative;
  z-index: 2;
  /* letter-spacing: -2px; */
  word-spacing: 5px;
  font-family: 'Ubuntu Condensed';
  font-weight: 400;
  font-size: 2rem;
  text-transform: uppercase; 
}
#hero .arrowhero {
  position: absolute;
  margin: 0 auto;
  left: calc(50% - 61px);
  bottom: -10%;
  z-index: 2;
  mix-blend-mode: color-burn;
}
@media (min-width:1600px) {
  #hero .arrowhero { 
     bottom: -20%;
   }
}
/*HOME*/

/*FOOTER*/
footer {
  background: #221f1f;
  padding: 40px 0;
}
footer h5 {
  color: #fcfcfc; 
  margin-bottom: 20px;
}
footer p {
  color: #fcfcfc; 
  margin-bottom: 10px;
}
footer a, footer a:hover {
 color: #fcfcfc;
}
/*FOOTER*/


/*SOBRE*/
#about {
  padding: 120px 0 220px 0;
  background: #221f1f;
}
#about .img-001 {
  position: relative;
  top: 100px;   
  z-index: 1;
}
#about .img-002 {
  position: absolute;
  right: -200px;
  width: 70%;
}
#about h2 {
  color: #fefefe;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: 'Ubuntu Condensed';
  font-weight: 400;
  margin-bottom: 30px;
}
#about h3 {
  color: #fefefe;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 1.4rem;
}
#about p {
  color: #fefefe;
}
#about a {
  color: #fefefe;
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
}
/*SOBRE*/

/*SERVICES*/
#services {
  padding: 120px 0;
  position: relative;
}
#services:before {
  content: '';
  top: 0;
  left: 0;
  background-image: url('../img/bg-wall.jpg');
  background-size: cover;
  opacity: 0.2;
  pointer-events: none;
  height: 100%;
  width: 100%;
  position: absolute;
  background-position: center center;
}
#services h2 {
  color: #221f1f;
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: 'Ubuntu Condensed';
  font-weight: 400;
  margin-bottom: 30px;
}
#services .font-bold {
  font-weight: 600; 
}
#services .price_wrapper div {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  font-size: 1.1em;
  margin-bottom: 20px;
}
/*SERVICES*/

/*TEAM*/
#team {
  padding: 120px 0;
  position: relative;
}
#team:before {
  content: '';
  top: 0;
  left: 0;
  background-image: url('../img/bg-wall.jpg');
  background-size: cover;
  opacity: 0.2;
  pointer-events: none;
  height: 100%;
  width: 100%;
  position: absolute;
  background-position: center center;
}
#team .col-md-4:nth-child(3n+3) {
  margin-top: 100px;
}
#team .col-md-4 .img-wrap {
  position: relative;
}
#team .col-md-4 .img-wrap img {
  filter: grayscale(100%);
}
#team .col-md-4 .img-wrap:hover img {
  filter: grayscale(0%);
}
#team .col-md-4 .img-wrap:before {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  z-index: 2;
  background-size: cover;
  background-image: url('../img/fav-white.png');
}
#team h2 {
  color: #221f1f;
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: 'Ubuntu Condensed';
  font-weight: 400;
  margin-bottom: 30px;
}
#team h3 {
  color: #221f1f;
  margin-top: 20px;
  font-weight: 400;
  font-size: 1.4rem;
}
/*TEAM*/

/*ACADEMY*/
#academy {
  padding: 120px 0 90px 0;
  background: #221f1f;
  position: relative;
}
#academy:after {
  content: '';
  width: 30%;
  background-image: url('../img/academy.jpg');
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
/*
#academy:before {
  content: '';
  top: 0;
  left: 0;
  background-image: url('../img/bg-wall.jpg');
  background-size: cover;
  opacity: 0.2;
  pointer-events: none;
  height: 100%;
  width: 100%;
  position: absolute;
  background-position: center center;
}
*/

#academy h2 {
  color: #fefefe;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: 'Ubuntu Condensed';
  font-weight: 400;
  margin-bottom: 30px;
}
#academy h3 {
  color: #fefefe;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 1.4rem;
}

#academy p {
  color: #fefefe;
}
#academy .card-course {
  position: relative;
  margin-bottom: 30px;
}
#academy .card-course img {
  filter: grayscale(1);
}
#academy .desc-text {
  background: rgba(255,255,255,0.3);
  padding: 150px 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
#academy .desc-text:before {
  position: absolute;
  width: 90%;
  pointer-events: none;
  left: 5%;
  top: 5%;
  height: 90%;
  border: 2px solid #221f1f;
  content: '';
}
#academy a {
  color: #fefefe;
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
}
/*ACADEMY*/

/*CONTACTOS*/
#contacts {
  padding: 120px 0;
  background: #221f1f;
  color: #fefefe;
}
#contacts h1,
#contacts h2 {
  color: #fefefe;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: 'Ubuntu Condensed';
  font-weight: 400;
  margin-bottom: 30px;
}
#contacts a {
  color: #fefefe;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
#contacts label {
  font-weight: 600;
}
#contacts input,
#contacts textarea {
  background: transparent;
  border-radius: 0;
  margin-bottom: 30px;
  border: none;
  padding-left: 0;
  border-bottom: 2px solid #fefefe;
  color: #fefefe;
}
#contacts input:focus,
#contacts textarea:focus {
  outline: none;
  box-shadow: none;
}
#contacts input::placeholder,
#contacts textarea::placeholder {
  color: #fefefe;
  opacity: 0.5;
}
#contacts input:-ms-input-placeholder,
#contacts textarea:-ms-input-placeholder {
  color: #fefefe;
  opacity: 0.5;
}
#contacts input::-ms-input-placeholder,
#contacts textarea::-ms-input-placeholder {
  color: #fefefe;
  opacity: 0.5;
}
#contacts textarea {
  resize: none;
  height: 150px;
}
#contacts button {
  background: #fefefe;
  border: none;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  cursor: pointer;
  color: #221f1f;
  text-transform: uppercase;
  padding: 10px 35px;
}
#contacts .privacy-consent-input {
  width: auto;
  margin: 0 0.5rem 0 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}
#contacts .privacy-consent label {
  display: inline;
  font-weight: 400;
}
#contacts .privacy-consent a {
  display: inline;
}
[data-privacy-gated-form] [disabled] {
  cursor: not-allowed;
}

#map {
  filter: grayscale(100%);
  margin-bottom: -8px;
}

/* PRIVACY POLICY */
#privacy-policy {
  padding: 120px 0;
  position: relative;
  background: #fcfcfc;
}
#privacy-policy h1,
#privacy-policy h2 {
  font-family: 'Ubuntu Condensed';
  font-weight: 400;
  text-transform: uppercase;
}
#privacy-policy h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}
#privacy-policy h2 {
  font-size: 1.5rem;
  margin: 40px 0 15px;
}
#privacy-policy .policy-updated {
  margin-bottom: 35px;
}
#privacy-policy li {
  margin-bottom: 10px;
}
#privacy-policy a {
  color: inherit;
  text-decoration: underline;
}
/* PRIVACY POLICY */
/*CONTACTOS*/


/* SITE PRIVACY CONSENT */
.site-privacy-consent[hidden] {
  display: none;
}
.site-privacy-consent {
  position: fixed;
  inset: 0;
  z-index: 100000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(34, 31, 31, 0.88);
}
.site-privacy-consent__panel {
  width: min(100%, 560px);
  padding: 36px;
  background: #fcfcfc;
  color: #221f1f;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.3);
}
.site-privacy-consent__panel h2 {
  margin: 0 0 16px;
  font-family: 'Ubuntu Condensed';
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.site-privacy-consent__check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 24px 0;
}
.site-privacy-consent__check input {
  width: auto;
  margin-top: 5px;
}
.site-privacy-consent__check a {
  color: inherit;
  text-decoration: underline;
}
.site-privacy-consent button {
  border: 0;
  padding: 12px 20px;
  background: #221f1f;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
}
.site-privacy-consent button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
@media (max-width: 576px) {
  .site-privacy-consent__panel {
    padding: 28px 22px;
  }
}
/* SITE PRIVACY CONSENT */

/*BOOKINGS*/
#bookings .modal-body {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
#bookings .modal-body:before {
  content: '';
  background-image: url('../img/bookings.jpg');
  width: 30%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center right;
  pointer-events: none;
  background-size: cover;
  height: 100%;
}
#bookings .modal-content {
  background-color: #221f1f;
  border: 0px solid rgba(0,0,0,.2);
  border-radius: 0;
  color: #fcfcfc;
}
#bookings .modal-content h5 {
  color: #fefefe;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: 'Ubuntu Condensed';
  font-weight: 400;
  margin-bottom: 30px;
}
#bookings .modal-content .close {
  float: right;
  font-size: 2em;
  font-weight: 400;
  position: absolute;
  z-index: 4;
  line-height: 1;
  color: #221f1f;
  text-shadow: none;
  opacity: 1;
  right: 0;
  padding: 15px 22.5px;
  background: #fefefe;
}
#bookings .modal-content .derform input,
#bookings .modal-content .derform textarea {
  background: transparent;
  border-radius: 0;
  margin-bottom: 30px;
  border: none;
  padding-left: 0;
  border-bottom: 2px solid #fefefe;
  color: #fefefe;
}
#bookings .modal-content .derform input:focus,
#bookings .modal-content .derform textarea:focus {
  outline: none;
  box-shadow: none;
}
#bookings .modal-content .derform select {
  background: transparent;
  border-radius: 0;
  margin-bottom: 30px;
  border: none;
  padding-left: 0;
  border-bottom: 2px solid #fefefe;
  color: #fefefe;
}
#bookings .modal-content .derform select:focus {
  outline: none;
  box-shadow: none;
}
#bookings .modal-content .derform input::placeholder,
#bookings .modal-content .derform textarea::placeholder {
  color: #fefefe;
  opacity: 0.5;
}
#bookings .modal-content .derform input:-ms-input-placeholder,
#bookings .modal-content .derform textarea:-ms-input-placeholder {
  color: #fefefe;
  opacity: 0.5;
}
#bookings .modal-content .derform input::-ms-input-placeholder,
#bookings .modal-content .derform textarea::-ms-input-placeholder {
  color: #fefefe;
  opacity: 0.5;
}
#bookings .modal-content .derform textarea {
  resize: none;
  height: 150px;
}
#bookings .modal-content .derform button {
  background: #fefefe;
  border: none;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  cursor: pointer;
  color: #221f1f;
  text-transform: uppercase;
  padding: 10px 35px;
}
/*BOOKINGS*/

/*ABOUT US*/
#about-us {
  padding: 120px 0;
  position: relative;
}
#about-us:before {
  content: '';
  top: 0;
  left: 0;
  background-image: url('../img/bg-wall.jpg');
  background-size: cover;
  opacity: 0.2;
  pointer-events: none;
  height: 100%;
  width: 100%;
  position: absolute;
  background-position: center center;
}
#about-us:after {
  content: '';
  background-image: url('../img/aboutpart.jpg');
  width: 30%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center right;
  pointer-events: none;
  background-size: cover;
  height: 100%;
}
#about-us img.position-relative {
  z-index: 8;
}
#about-us h1,
#about-us h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-family: 'Ubuntu Condensed';
  font-weight: 400;
  margin-bottom: 30px;
}
#about-us a {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
/*ABOUT US*/


/*ACADEMY*/
#academy-page {
  padding: 120px 0 90px 0;
  background: #221f1f;
  color: #fefefe;
}
#academy-page h1,
#academy-page h2 {
  color: #fefefe;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: 'Ubuntu Condensed';
  font-weight: 400;
  margin-bottom: 30px;
}
#academy-page a {
  color: #fefefe;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
#academy-page .card-course {
  position: relative;
  margin-bottom: 30px;
}
#academy-page .card-course img {
  filter: grayscale(1);
}
#academy-page .desc-text {
  background: rgba(255,255,255,0.3);
  padding: 150px 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
#academy-page .desc-text:before {
  position: absolute;
  width: 90%;
  pointer-events: none;
  left: 5%;
  top: 5%;
  height: 90%;
  border: 2px solid #221f1f;
  content: '';
}
#academy-page h3 {
  color: #221f1f;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-top: 0px;
}
#academy-page a {
  color: #221f1f;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  text-transform: uppercase;
}
/*ACADEMY*/



/*COURSE DETAIL*/
#academy-details {
  padding: 120px 0 90px 0;
  background: #221f1f;
  color: #fefefe;
}
#academy-details h1,
#academy-details h2 {
  color: #fefefe;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: 'Ubuntu Condensed';
  font-weight: 400;
  margin-bottom: 30px;
}
#academy-details h3 {
  color: #fefefe;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 1.4rem;
}
#academy-details .inscriva {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fefefe;
  border-top: 1px solid #fefefe;
}
#academy-details .inscriva p {
  margin-bottom: 0;
  font-weight: 600;
}
#academy-details .inscriva a {
  background: #fefefe;
  text-align: center;
  display: block;
  border: none;
  font-weight: 600;
  /*letter-spacing: 1px;*/
  cursor: pointer;
  color: #221f1f;
  text-transform: uppercase;
  padding: 12px;
}
/*COURSE DETAIL*/


/*COURSES*/
#course .modal-body {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
#course .modal-body:before {
  content: '';
  background-image: url('../img/bookings.jpg');
  width: 30%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center right;
  pointer-events: none;
  background-size: cover;
  height: 100%;
}
#course .modal-content {
  background-color: #221f1f;
  border: 0px solid rgba(0,0,0,.2);
  border-radius: 0;
  color: #fcfcfc;
}
#course .modal-content h5 {
  color: #fefefe;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: 'Ubuntu Condensed';
  font-weight: 400;
  margin-bottom: 0px;
}
#course .modal-content p {
  color: #fefefe;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 30px;
}
#course .modal-content .close {
  float: right;
  font-size: 2em;
  font-weight: 400;
  position: absolute;
  z-index: 4;
  line-height: 1;
  color: #221f1f;
  text-shadow: none;
  opacity: 1;
  right: 0;
  padding: 15px 22.5px;
  background: #fefefe;
}
#course .modal-content .derform input,
#course .modal-content .derform textarea {
  background: transparent;
  border-radius: 0;
  margin-bottom: 30px;
  border: none;
  padding-left: 0;
  border-bottom: 2px solid #fefefe;
  color: #fefefe;
}
#course .modal-content .derform input:focus,
#course .modal-content .derform textarea:focus {
  outline: none;
  box-shadow: none;
}
#course .modal-content .derform select {
  background: transparent;
  border-radius: 0;
  margin-bottom: 30px;
  border: none;
  padding-left: 0;
  border-bottom: 2px solid #fefefe;
  color: #fefefe;
}
#course .modal-content .derform select:focus {
  outline: none;
  box-shadow: none;
}
#course .modal-content .derform input::placeholder,
#course .modal-content .derform textarea::placeholder {
  color: #fefefe;
  opacity: 0.5;
}
#course .modal-content .derform input:-ms-input-placeholder,
#course .modal-content .derform textarea:-ms-input-placeholder {
  color: #fefefe;
  opacity: 0.5;
}
#course .modal-content .derform input::-ms-input-placeholder,
#course .modal-content .derform textarea::-ms-input-placeholder {
  color: #fefefe;
  opacity: 0.5;
}
#course .modal-content .derform textarea {
  resize: none;
  height: 150px;
}
#course .modal-content .derform button {
  background: #fefefe;
  border: none;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  cursor: pointer;
  color: #221f1f;
  text-transform: uppercase;
  padding: 10px 35px;
}

.acaddm.flexslider {
  margin: 0;
  border:none
}
.ultranavmobi {
  display: none
}
/*COURSES*/
.booknowmobielss {display: none;}

@media (max-width:950px) {
  #hero h1,
  #hero h2 {
    font-size: 1.3em;
  }
  .float-nav ul li a,
  .float-nav ul li .language-option {
    font-size: 1.2em;
  }
  .float-nav ul li {
    margin-bottom: 20px;
  }
  .navbar-toggler {
    display: none;
  }
  .mr-19 {
    margin-right: 0;
  }
  #hero .arrowhero {
    bottom: inherit;
    top: 0;
    width: 100px;
    left: calc(50% - 50px);
  }
  #academy:after {
    width: 100%;
    height: 300px;
  }
  #team .col-md-4:nth-child(3n+3) {
    margin-top: 0;
  }
  #academy .col-12 {
    margin-top: 230px;
  }
  #services .font-bold {
    word-break: break-word;
    width: 60%;
    display: inline-block;
  }
  footer {
    text-align: center!important;
  }
  footer .text-right {
    text-align: center!important;
  }
  #about-us:after { display: none}
  #about-us img.position-relative {
    margin-bottom: 50px;
  }
  #academy-details .inscriva a {
    margin-top: 30px
  }
  #team .col-md-4 {
    margin-bottom: 20px
  }
  #hero .redes {
    bottom:0
  }
  #course .modal-body:before {
    width: 100%;
    opacity: 0.2;
  }
  .navbar {
    position: absolute
  }
  #hero .redes a {
    text-shadow: none;
    color: #221f1f;
  }
  .list-inline-item:not(:last-child) {
    margin-right: 0;
  }
  .ultranavmobi {
    display: block;
    z-index: 99999999;
    position: absolute;
    top: 40px;
    right: 20px;
  }
  #about {
    padding-bottom: 0
  }
  #about .img-001 {
    top:250px
  }
  .booknowmobielss {
    display: block;
    position: fixed;
    width: 100%;
    text-align: center;
    background: #221f1f;
    z-index: 9999;
    bottom: 0;
    padding: 20px;
    color: #f4f4f4;
  }
}
