  @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');

  body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    max-width: 100%;
    height: auto;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 300;
    line-height: inherit;
    letter-spacing: -1px;
  }

  h1 {
    color: #292929;
    font-size: 3em;
    margin-bottom: 30px;
  }

  h2 {
    color: #393939;
    font-size: 2em;
  }

  h3 {
    color: #505050;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 0;
  }

  h4 {
    color: #696969;
    font-size: 18px;
    line-height: normal;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
  }

  strong {
    font-weight: 500;
  }


  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  a {
    color: #252525;
    font-weight: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #ff6c00;
    outline: none;
  }

  .heading {
    color: #000000;
    font-size: 62px;
  }

  .section-title {
    margin-bottom: 60px;
  }

  .section-title h2 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 0;
  }

  .section-title .line-bar {
    color: #d9d9d9;
    display: block;
    font-size: 5em;
    line-height: 0;
  }

  .section-btn {
    background: #ff6c00;
    border: 0;
    border-radius: 100px;
    color: #ffffff;
    cursor: pointer;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .section-btn:hover,
  .section-btn:focus {
    background: #dddddd;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff6c00, #dddddd);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff6c00, #dddddd); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-color: transparent;
    color: #393939;
  }

  .overlay {
    background: #dddddd;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff6c00, #dddddd);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff6c00, #dddddd); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
  }

  section {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
  }


  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }


  /*---------------------------------------
      MENU
  -----------------------------------------*/

  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 22px;
  }

  .custom-navbar .navbar-brand {
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -1px;
  }

  .top-nav-collapse {
    background: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .section-btn {
    padding: 15px;
    margin-left: 2em;
  }

  .custom-navbar .section-btn:hover {
    background: #FFFFFF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #434343, #FFFFFF);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #434343, #FFFFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .custom-navbar .section-btn a {
    padding: 0;
  }

  .custom-navbar .nav .section-btn a:hover {
    color: #000000;
  }

  .custom-navbar .nav li a {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    letter-spacing: -0.5px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .custom-navbar .nav li a:hover {
    background: #ffffff;
    color: #ff6c00;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: #ffffff;
  }

  .custom-navbar .nav li.active > a {
    background-color: #ffffff;
    color: #ff6c00;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: #ffffff;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: #ffffff;
  }

  .img_logo{
    max-width: 180px; 
    margin-top: -30px;
  }

  .img_partner{
    max-width: 200px;
  }

  .img_partner2{
    max-width: 160px;
  }

  .img_gallery{
    width: 100%;
  }

  @media(min-width:768px) {

    #slide_phone{
      display: none;
    }

    #slide_desktop{
      margin-top: 50px;
    }

    iframe{
      padding-top: 20px;
    }
    .custom-navbar {
      border-bottom: 0;
      background: #FFFFFF; 
    }

    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px #FFFF;
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 22px;
    }

    .top-nav-collapse .navbar-brand {
      color: #252525;
    }

    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }

    .img_partner{
      max-width: 200px;
      margin-left: 50px;
    }
  
    .img_partner2{
      max-width: 160px;
    }

    .m-partner{
      margin-top: 15px !important;
    }

  }


  /*---------------------------------------
      WHATSAPP              
  -----------------------------------------*/

  .btn-whats{
    background-color: #25D366;
    color: white;
    width: 50px;
    height: 50px;
    text-decoration: none;
    border-radius: 800px;
    padding: 12.5px 11.5px;
    top: 89%;
    left: 90%;
    position: fixed;
    transition: all .6s;
    animation: 2s btn-whats;
    animation-fill-mode: both;
    animation-iterative-count: 1;
    z-index: 1;

  }.btn-whats:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
  }

  .pulse{
    animation: pulse 2s infinite;
  }



  .btn-whats > i{
    position: relative;
    font-size: 3.4rem;
    margin: -5px -1px;
  }

  @media only screen and (min-width: 900px){
    .btn-whats{
      left: 92%;
    }
    

  }

  @media only screen and (max-width: 700px){
    
    .btn-whats{
      left: 85%;
    }
  }

  @media only screen and (max-width: 450px){
    .btn-whats{
      left: 80%;
    }
  }

  @media only screen and (max-width: 350px){
    .btn-whats{
      left: 75%;
    }
  }
  
  /* Animações */
  @keyframes btn-whats{
    10%{
      transform: translate(0, 200px); 
    }
    50%{
      transform: translate(0, -40px);
    }
    
    70%{
      transform: scale(1.1);
    }
  }

  @keyframes pulse {
    50%{
      transform: scale(1.1);
    }
  }


  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home {
    background: url('../images/fotos/capa.jpg') no-repeat center center;
    background-size: cover;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding-top: 10em;
    text-align: left;
  }

  #home h1 {
    color: #ffffff;
    margin: 0 auto;
    margin-left: 10px; 
  }

  .home-info{
    margin-top: 50px !important;
    margin-bottom: 20px !important;
  }

  .home-info .section-btn {
    background: transparent;
    border: 2px solid #f9f9f9;
    color: #f9f9f9;
  }

  .home-info .section-btn:hover,
  .home-info .section-btn:focus {
    background: #ff6c00;
    border-color: transparent;
    color: #ffffff;
  }

  .home-info span {
    display: inline-block;
    vertical-align: middle;
    color: #f9f9f9;
    font-weight: 600;
    margin-left: 14px;
    font-size: 18px; 
  }

  .home-info span small {
    display: block;
  }

  .home-info span a{
    font-weight: bold;
  }

  .home-info span a:hover, a:active, a:focus {
    color: #000000;
    outline: none;
    font-weight: bold;
  }

  #tm-video-container {
  max-height: 700px;
  overflow: hidden;
  background-color: transparent;
  position: relative;
}

#tm-video {
  width: 100%;
  height: auto;
}

#tm-video-control-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  color: #e1e1e1;
}

@media screen and (width: 768px) {
  #home {
    max-height: 80vh !important;
  }
  .home-info{
    margin-top: 50px !important;
    margin-bottom: 0px !important;
  }
  #slide_desktop{
    margin-top: -80px  !important;
  }
  .s-icons{
    font-size: 20px;
  }
  #home h1 {
    margin-bottom: -20px; 
  }
  .address{
    margin-top: 500px !important;
  }
  .eds-contact-info .gps{
    max-width: 28px;
    margin-left: -27px !important;
  }
  .eds-contact-info ul li{
    margin: 0 0 10px 30px !important;
    padding: 0 0 0 30px !important;
  }
  .eds-contact-info ul li:before{
    padding-left: 0px !important;
  }
  .margin-tablet{
    margin-top: -20px !important;
  }
}

@media screen and (max-width: 426px) {
  #home {
    max-height: 90vh !important;
    min-height: 0vh !important;
  }
  .carousel-indicators{
    display: none;
  }
  #carousel-example-generic{
    margin-top: -20px;
  }
  #pack {
    margin-top: -50px;
  }
  .bemvindo{
    margin-top: -20px !important;
    margin-bottom: -5px !important;
  }

  .icons-r{
    font-size: 18px !important;  
  }
  .home-info span {
    margin-top: 0px !important;
  }

  .s-icons{
    font-size: 18px;
  }

}

@media screen and (max-width: 360px) {
  .panel-body{
    height: auto !important;
  }
}



  /*---------------------------------------
      PACK              
  -----------------------------------------*/

  #pack {
    text-align: left;
    padding-bottom: 0;
  }

  #pack .pack-info:first-child {
    margin-right: 40px;
  }

  .pack-info .section-title {
    margin: 40px 0 40px 0;
  }

  .pack-info {
    margin-top: 60px;
  }

  .skill-thumb strong {
    display: inline-block;
    margin-bottom: 10px;
  }

  .skill-thumb .progress {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: none;
    height: 3px;
    margin-bottom: 25px;
  }

  .skill-thumb .progress-bar {
    background: #1f1f1f;
    box-shadow: none;
  }

  .img-pack{
    width: 100% !important;
  }

  .btn-farharbor{
    position: fixed !important; 
    left: 20px !important; 
    right: inherit !important;
    width: 250px;
    height: 50px;
    text-decoration: none;
    padding: 12.5px 11.5px;
    top: 90%;
    position: fixed;
    transition: all .6s;
    animation: 2s btn-whats;
    animation-fill-mode: both;
    animation-iterative-count: 1;
  }

  /*---------------------------------------
      PARTNER              
  -----------------------------------------*/

  #partner {
    text-align: left;
    padding-bottom: 30px;
    padding-top: 15px !important;
  }

  #partner .partner-info:first-child {
    margin-right: 40px;
  }

  .partner-info .section-title {
    margin: 40px 0 40px 0;
  }

  .partner-info {
    margin-top: 60px;
  }

  #partner .section-title {
    padding-bottom: 0;
  }


  /*---------------------------------------
      GALLERY            
  -----------------------------------------*/

  .gallery-info img {
    width: 100%;
    border-radius: 100%;
  }

  #gallery .gallery-thumb {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
  }

  .gallery-thumb .gallery-info {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .gallery-thumb .gallery-info:after {
    position: absolute;
    top: 0px;
    left: 15px;
    right: 15px;
    bottom: 0px;
    content: "";
    background: #ff6c00;
    opacity: 0;
    transition: 0.5s;
  }

  .gallery-thumb .gallery-info:hover::after {
    opacity: 0.9;
  }

  .gallery-thumb .gallery-info h3,
  .gallery-thumb .gallery-info small {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #ffffff;
    z-index: 2;
    position: relative;
  }

  .gallery-thumb .gallery-info small {
    color: #d9d9d9;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 3px;
  }

  .gallery-thumb:hover .gallery-info h3,
  .gallery-thumb:hover .gallery-info small {
    transform: translateY(0px);
    opacity: 1;
  }


 /*---------------------------------------
      ABOUT        
  -----------------------------------------*/

  .about-info img {
    width: 100%;
    border-radius: 100%;
  }

  #about .gallery-thumb {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
  }

  .gallery-thumb .gallery-info {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .gallery-thumb .gallery-info:after {
    position: absolute;
    top: 0px;
    left: 15px;
    right: 15px;
    bottom: 0px;
    content: "";
    background: #ff6c00;
    opacity: 0;
    transition: 0.5s;
  }

  .gallery-thumb .gallery-info:hover::after {
    opacity: 0.9;
  }

  .gallery-thumb .gallery-info h3,
  .gallery-thumb .gallery-info small {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #ffffff;
    z-index: 2;
    position: relative;
  }

  .gallery-thumb .gallery-info small {
    color: #d9d9d9;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 3px;
  }

  .gallery-thumb:hover .gallery-info h3,
  .gallery-thumb:hover .gallery-info small {
    transform: translateY(0px);
    opacity: 1;
  }


  /*---------------------------------------
      ACTIVITIES             
  -----------------------------------------*/

  #activities {
    background: #f0f0f0;
  }

  #activities-header,
  #activities-detail {
    text-align: left;
  }

  #activities-header {
    background: url('../images/blog-header-bg.jpg') no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65vh;
    color: #ffffff;
    position: relative;
    padding-top: 12em;
  }

  #activities-header h2 {
    color: #ffffff;
  }

  .activities-thumb {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    text-align: left;
    margin-bottom: 30px;
    height: 100%;
  }

  .media.activities-thumb .media-left {
    width: 45%;
  }

  .activities-thumb small {
    color: #ff6c00;
    font-weight: 500;
    display: block;
  }

  .activities-thumb small .fa {
    margin-right: 5px;
  }

  .activities-thumb h4 {
    margin-top: 2px;
    margin-bottom: 0px;
  }

  #activities-detail h2 {
    padding: 25px 0 10px 0;
  }

  .activities-info {
    padding: 30px 25px 30px 25px;
  }

  .activities-info h3 {
    margin: 0;
    padding: 8px 0 6px 0;
    text-transform: capitalize;
  }

  .activities-info .section-btn {
    background: #f0f0f0;
    color: #393939;
    margin-top: 20px;
  }

  .activities-info .section-btn:hover {
    background: #ffffff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff6c00, #ffffff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff6c00, #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
  }

  .activities-thumb ul {
    margin: 32px 12px 22px 0px;
  }

  .activities-thumb ul li {
    list-style: square;
    font-weight: normal;
    padding: 4px 12px 4px 0px;
  }

  .activities-social-share {
    text-align: center;
    padding-top: 22px;
  }

  .activities-social-share .btn {
    border-radius: 100px;
    border: none;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 20px 6px;
    padding: 10px 16px;
  }

  .activities-social-share .btn-primary {
    background: #3b5998;
  }

  .activities-social-share .btn-success {
    background: #1da1f2;
  }

  .activities-social-share .btn-danger {
    background: #ff6c00;
  }

  .activities-social-share a .fa {
    padding-right: 4px;
  }

  .activities-ads {
    background: #f9f9f9;
    border-right: 4px solid #2b2b2b;
    padding: 42px;
    text-align: center;
    margin: 26px 0 26px 0;
  }

  .activities-ads h4 {
    font-size: 18px;
  }


  /*---------------------------------------
     CONTACT        
  -----------------------------------------*/

  #contact {
    background: #f0f0f0;
  }

  #contact-header,
  #contact-detail {
    text-align: left;
  }

  #contact-header {
    background: url('../images/blog-header-bg.jpg') no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65vh;
    color: #ffffff;
    position: relative;
    padding-top: 12em;
  }

  #contact-header h2 {
    color: #ffffff;
  }

  .contact-thumb {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    text-align: left;
    margin-bottom: 30px;
    height: 100%;
  }

  .media.contact-thumb .media-left {
    width: 45%;
  }

  .contact-thumb small {
    color: #ff6c00;
    font-weight: 500;
    display: block;
  }

  .contact-thumb small .fa {
    margin-right: 5px;
  }

  .contact-thumb h4 {
    margin-top: 2px;
    margin-bottom: 0px;
  }

  #contact-detail h2 {
    padding: 25px 0 10px 0;
  }

  .contact-info {
    padding: 30px 25px 30px 25px;
  }

  .contact-info h3 {
    margin: 0;
    padding: 8px 0 6px 0;
    text-transform: capitalize;
  }

  .coontact-info .section-btn {
    background: #f0f0f0;
    color: #393939;
    margin-top: 20px;
  }

  .contact-info .section-btn:hover {
    background: #ffffff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff6c00, #ffffff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff6c00, #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
  }

  .contact-thumb ul {
    margin: 32px 12px 22px 0px;
  }

  .contact-thumb ul li {
    list-style: square;
    font-weight: normal;
    padding: 4px 12px 4px 0px;
  }

  .contact-social-share {
    text-align: center;
    padding-top: 22px;
  }

  .contact-social-share .btn {
    border-radius: 100px;
    border: none;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 20px 6px;
    padding: 10px 16px;
  }

  .contact-social-share .btn-primary {
    background: #3b5998;
  }

  .contact-social-share .btn-success {
    background: #1da1f2;
  }

  .contact-social-share .btn-danger {
    background: #ff6c00;
  }

  .contact-social-share a .fa {
    padding-right: 4px;
  }

  .contact-ads {
    background: #f9f9f9;
    border-right: 4px solid #2b2b2b;
    padding: 42px;
    text-align: center;
    margin: 26px 0 26px 0;
  }

  .contact-ads h4 {
    font-size: 18px;
  }

  #contact .form-control {
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    color: rgba(20,20,20,0.5);
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    padding-left: 8px;
  }

  #contact input,
  #contact select {
    height: 55px;
    margin: 0 auto;
  }

  #contact select {
    color: rgba(20,20,20,0.5);
  }

  #contact input[type='submit'] {
    background: #34313f;
    border-radius: 100px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 auto;
  }


  /*---------------------------------------
      WORKS            
  -----------------------------------------*/

  #work {
    background: url('../images/capa.jpg') repeat center center;
    background-size: cover;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 20vh;
    position: relative;
    overflow: hidden;
    padding-top: 10em;
    text-align: left;
    margin: 0 auto;
  }

  #work .section-title h2 {
    color: #ffffff;
    text-align: center;
  }

  #work .section-title span {
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #work .overlay{
    opacity: 0.9 !important;
  }

 
  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    background: #000000;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  footer h2 {
    color: #ffffff;
  }

  .footer-link {
    margin: 0;
    padding: 0;
  }

  .footer-link li {
    display: block;
    list-style: none;
    margin: 5px 10px 5px 0;
  }

  footer p,
  footer span,
  .footer-link li a {
    color: #d9d9d9;
  }

  .copyright-text p,
  .footer-bottom .phone-contact p {
    font-size: 14px;
  }

  .footer-info p {
    margin-right: 4em;
  }

  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    /* margin-top: 5em; */
    padding-top: 3em;
  }

  .footer-bottom .phone-contact,
  .footer-bottom .social-icon {
    display: inline-block;
    vertical-align: top;
  }

  .footer-bottom .phone-contact {
    margin-right: 40px;
  }

  .footer-bottom .phone-contact span {
    font-weight: 500;
    display: inline-block;
    margin-left: 10px;
  }


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #d9d9d9;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    margin: 5px 10px;
  }

  .social-icon li a:hover {
    color: #ff6c00;
  }


  /*---------------------------------------
      MODAL FORM             
  -----------------------------------------*/

  @media (min-width: 992px) {
    .modal-dialog {
      width: 420px;
    }
  }

  .modal-open .modal {
    padding-left: 0 !important;
  }

  .modal-dialog .modal-content {
    background: #000000;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: none;
    border-radius: 2px;
    text-align: center;
    position: relative;
    padding: 2em;
  }

  .modal-header, .modal-footer {
    border-bottom: 0;
    padding: 0;
  }

  .modal-dialog .modal-body {
    padding: 0;
  }

  .modal-dialog .modal-body a {
    color: #d9d9d9;
  }

  .modal .close {
    color: #999;
    font-size: 40px;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 100;
    outline: none;
  }

  .modal-dialog .modal-title {
    margin-bottom: 20px;
  }

  .modal-dialog .modal-title h2 {
    color: #ffffff;
  }

  .modal-dialog .nav-tabs {
    display: inline-block;
  }

  .modal-dialog .nav-tabs > li > a {
    border: 0;
    color: #999999;
    margin-right: 0;
  }

  .modal-dialog .nav-tabs > li.active > a, 
  .modal-dialog .nav-tabs > li.active > a:hover, 
  .modal-dialog .nav-tabs > li.active > a:focus,
  .modal-dialog .nav>li>a:focus, 
  .modal-dialog .nav>li>a:hover {
    color: #ffffff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ff6c00;
  }

  .modal-dialog .tab-content {
    padding-top: 20px;
  }

  .modal-dialog form .form-control {
    border-radius: 5px;
    border: 1px solid #595959;
    background: transparent;
    box-shadow: none;
    margin: 15px 0 15px 0;
    height: 50px;
  }

  .modal-dialog form .form-control:hover,
  .modal-dialog form .form-control:focus {
    border-color: #ffffff;
  }

  .modal-dialog form input[type="submit"] {
    background: #ff6c00;
    border-color: transparent;
    border-radius: 100px;
    color: #ffffff;
    margin-top: 20px;
  }


  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {

    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }

  @media screen and (max-width: 991px) {

    h3 {
      font-size: 1.2em;
    }

    p {
      font-size: 13px;
    }

    #home {
      text-align: center;
    }

    .home-info {
      margin-bottom: 3em;
    }

    .custom-navbar .nav li a {
      font-size: 13px;
      padding-right: 11px;
      padding-left: 11px;
    }

    .custom-navbar .section-btn {
      margin-left: 1em;
    }

    .pack-thumb {
      height: inherit;
    }

    .pack-info {
      padding: 45px 25px;
    }

    .media.pack-thumb .media-left {
      display: block;
      width: 100%;
      padding-right: 0;
      overflow: hidden;
    }

    .media.pack-thumb .media-left {
      height: 250px;
    }

    .media.pack-thumb .media-left img {
      position: relative;
      bottom: 10em;
    }

    .activities-thumb {
      height: inherit;
    }

    .activities-info {
      padding: 25px 15px 25px 15px;
    }

    .media.activities-thumb .media-left {
      display: block;
      width: 100%;
      padding-right: 0;
      overflow: hidden;
    }

    .media.activities-thumb .media-left {
      height: 250px;
    }

    .media.activities-thumb .media-left img {
      position: relative;
      bottom: 10em;
    }

    #gallery .gallery-thumb,
    .footer-thumb {
      margin-top: 20px;
      margin-bottom: 30px;
    }

    #about .about-thumb,
    .footer-thumb {
      margin-top: 20px;
      margin-bottom: 30px;
    }
  }

  @media only screen and (min-width: 640px) and (max-width: 767px) {

    #activities-header {
      height: 100vh;
    }

    .media.activities-thumb .media-left {
      height: 550px;
    }

    .media.activities-thumb .media-left img {
      position: relative;
      bottom: 10em;
    }

    #pack-header {
      height: 100vh;
    }

    #partner-header {
      height: 100vh;
    }

    .media.pack-thumb .media-left {
      height: 550px;
    }

    .media.pack-thumb .media-left img {
      position: relative;
      bottom: 10em;
    }
  }

  .margin-icons{
    margin: 40px 15px 40px 15px;
  }

  .s-icons{
    font-size: 28px;
  }

  @media screen and (max-width: 767px) {

    #slide_desktop{
      display: none;
    }

    #slide_phone{
      margin-top: -20px;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 12px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .img_logo{
      width: 100%;
      margin-top: -20px;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .custom-navbar .section-btn {
      display: block !important;
      width: 50%;
      margin: 10px auto 10px auto;
      padding: 10px;
    }

    .custom-navbar .section-btn a {
      color: #ffffff !important;
    }

    .home-info span {
      margin-top: 20px;
      margin-left: 0px;
    }

    #pack .pack-info:first-child {
      margin-right: 0;
    }

    .pack-info {
      margin: 40px 0 40px 0;
    }

    #partner .pack-info:first-child {
      margin-right: 0;
    }

    .partner-info {
      margin: 40px 0 40px 0;
    }

    footer {
      text-align: center;
    }

    .footer-info p,
    .footer-bottom .phone-contact {
      margin-right: 0;
    }

    .margin-partner{
      margin-left: 40px !important;
    }
  }

  @media screen and (max-width: 639px) {

    h1 {
      font-size: 2em;
    }

    .media.activities-thumb .media-left {
      height: 320px;
    }

    .media.activities-thumb .media-left img {
      position: relative;
      bottom: 6em;
    }

    h1 {
      font-size: 2em;
    }

    .media.pack-thumb .media-left {
      height: 320px;
    }

    .media.pack-thumb .media-left img {
      position: relative;
      bottom: 6em;
    }

  }

  @media screen and (max-width: 425px) {

    .bemvindo{
      margin-top: -15px;
    }

    .img_logo{
      width: 80%;
      margin-top: -22px;
    }

    .icon_language{
      max-width: 22px !important;
      margin-top: -4px !important;
    }

    .img_partner{
      display: block;
      max-width: 170px;
      margin: 0 auto;
      padding-top: 15px;
    }
  
    .img_partner2{
      display: block;
      max-width: 120px;
      margin: 0 auto;
      padding-top: 15px;
    }

    .icon_language3{
      display: none;
    }
    .margin-icons{
      margin: 10px 10px 15px 10px !important;
    }
    .welcome_pack{
      font-size: 100%;
    }
    .panel-body {
      height: auto !important;
    }
    .eds-contact-info ul li a{
      font-weight: bold;
      font-size: 13.5px !important;
    }
    .eds-contact-info ul li{
      font-weight: bold;
      font-size: 13.5px !important;
    }
    .m-partner{
      margin-top: 15px;
    }
    .btn-farharbor{
      width: 180px !important;
      height: 40px !important;
      
    }
    .farharbor a{
      font-size: 16px !important;
    }
  }

  @media screen and (max-width: 320px) {

    .img_logo{
      width: 75%;
      margin-top: -22px;
    }

    .facebook{
      width: 280px !important;
    }

    .email{
      font-size: 13px;
    }
    .eds-contact-info ul li a{
      font-weight: bold;
      font-size: 11.5px !important;
    }

    .eds-contact-info ul li{
      font-weight: bold;
      font-size: 11.5px !important;
    }
    .m-partner{
      margin-top: 15px;
    }
    .btn-farharbor{
      width: 180px !important;
      height: 40px !important;
      
    }
    .farharbor a{
      font-size: 16px !important;
    }
  }


  .icon_language{
    max-width: 22px !important;
  }

  .icon_language2{
    max-width: 18px !important;
    margin-bottom: 12px !important;
  }
 

  /* Price */
.pricing {
  display: block;
  float: left;
  margin-bottom: 30px;
  width: 100%;
  font-weight: bold;
  color:#34313f;
  }
  .price-box {
    width: 100%;
    text-align: center;
    background: #f4f4f4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    /* border: 1px solid  #ff6c00; */
    color:#34313f;
  }
  .price-box .price-padding{
    padding: auto;
  }
  .price-box.popular .btn-select-plan {
    background: #1AB0EC;
  }
  .price-box.popular .price {
    color: #1AB0EC;
  }
  .price-box .btn-select-plan {
    padding: 10px 20px;
    background: #09C6AB;
    color:#34313f;
  }
  .price-box .classes {
    padding: 0;
    color:#34313f;
    font-weight: bold;
  }
  .price-box .classes li {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    font-size: 14px;
    padding: 8px 10px;
    color:#34313f
  }
  .price-box .classes li.color {
    background:  #ffbf92 !important;
    color:  #34313f;
    font-weight: bold;
  }
  .pricing-plan {
    text-align: center;
    margin: auto;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
  }
  .pricing-plan.pricing-plan-offer {
    margin-bottom: 24px;
  }
  .pricing-plan span {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    color: #eeeeee;
    font-weight: bold;
  }
  .price {
    font-size: 42px;
    color:  #34313f;
    line-height: 50px;
    font-weight: bold;
  }
  .price .type-price{
    font-weight: bold;
    margin-top: -6px;
    color: #000000;
    font-size: 18px;
  }
  .price .currency {
    font-size: 30px;
    top: -0.9em;
    padding-right: 10px;
  }
  .price small {
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    color:  #34313f;
  }
  .price-box span{
    color:#000000 !important;
  }

  .align-left{
    text-align: left !important;
  }

  /* Price Activities */

.pricing-activities {
  display: block;
  float: left;
  margin-bottom: 25px;
  width: 100%;
  font-weight: bold;
  color:#34313f;
  }
  .price-box-activities {
    width: 100%;
    text-align: center;
    /* background: #f4f4f4; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 40px;
    position: relative;
    color:#34313f;
  }
  .price-box-activities .price-padding-activities{
    padding: 20px;
    margin-bottom: -30px;
    margin-top: -30px;
  }
  .price-box-activities.popular .btn-select-plan {
    background: #1AB0EC;
  }
  .price-box-activities.popular .price {
    color: #1AB0EC;
  }
  .price-box-activities .btn-select-plan {
    padding: 10px 10px;
    background: #09C6AB;
    color:#34313f;
  }
  .price-box-activities .classes {
    padding: 0;
    color:#34313f;
    font-weight: bold;
  }
  .price-box-activities .classes li {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    font-size: 16px;
    padding: 8px 10px;
    color:#34313f
  }
  .price-box-activities .classes li.color {
    background:  #ffbf92 !important;
    color:  #34313f;
    font-weight: bold;
    margin-left: 5px;
  }
  .pricing-plan-activities {
    text-align: center;
    margin: auto;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
  }
  .pricing-plan-activities.pricing-plan-activities-offer {
    margin-bottom: 24px;
  }
  .pricing-plan-activities span {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    color: #eeeeee;
    font-weight: bold;
  }
  .price-activities {
    /* background-color: #ff6c00;
    border-radius: 100%; */
    padding: 15px;
    font-size: 35px;
    color:  #ff6c00;
  }
  .price-activities .currency {
    font-size: 30px;
    top: -6px;
  }
  .price-activities small {
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    color:  #34313f;
  }
  .btn-price{
    padding: 16px 36px !important;
    font-size: 18px !important;
  }

  /* Extra */

  .m-t-sm {
    margin-top: 15px !important;
  }
  
  .m-t {
    margin-top: 25px !important;
  }

  .m-b-sm {
    margin-bottom: 20px !important;
  }

  .m-l-sm {
    margin-left: 5px !important;
  }

  .m-l {
    margin-left: 10px !important;
  }

  .btn-primary {
    color: #ffffff;
    background-color: #ff6c00;
    border-color: #ffbf92;
  }
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active,
  .btn-primary.active,
  .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #ffbf92;
    border-color: #ffbf92;
  }

.icons{
  font-size: 22px;  
}

.color-white{
  color: #FFFFFF;
}

.color-orange{
  color: #ff6c00;
}

.font-bold{
  font-weight: bold;
}

.imagem-pack{
  position: relative;
  border-radius: 0 0 60px 60px;
  background-color: #f4f4f4;
}

/* Pack */

#pack .panel-group .panel, #pack .panel {
  border-radius: 8px;
}

#partner .panel-group .panel, #partner .panel {
  border-radius: 8px;
}

.panel {
	background-color: #f4f4f4;
	border: 0px;
}

.panel-title {
	color: #000000;
  background-color: ffffff;
  font-weight: bold;
  border-radius: 6px;
}

.panel-body {
  height: auto;
}

.panel-body p {
	color: #CCC;
}

#pack .panel-heading {
  background: transparent;
  text-transform: uppercase;
  padding: 0;
}

#pack .panel-title > a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 10px;
}

#partner .panel-heading {
  background: transparent;
  text-transform: uppercase;
  padding: 0;
}

#partner .panel-title > a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 10px;
}

@media (max-width: 980px) {
  .heading {
    font-size: 62px;
  }
}

@media (max-width: 440px) {
  .heading {
    font-size: 37px;
  }
}

@media (max-width: 320px) {
  .heading {
    font-size: 32px;
  }
}

@media(min-width:768px) {
  .custom-navbar.top-nav-collapse {
     padding: 16px;
    background: #FFFFFF;
    border-bottom: 0;
  }
  .icons{
    font-size: 20px;  
  }
}

.size-icons{
  max-width: 30px !important;
}

.m-icons{
  margin-right: 10px;
}

.pack-title{  
  background-color: #ff6c00;
  border-radius: 4px 4px 0 0;
  border: none;
  display: flex;
  align-items: center;
  min-height: 60px;
  position: relative;
  text-transform: uppercase;
}

.activities-title{  
  background: -webkit-linear-gradient(to top, #F8AF7F 2%, #ff6c00 98%);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #F8AF7F 2%, #ff6c00 98%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-color: transparent;
  border-radius: 5px 5px 0 0;
  border: none;
  display: flex;
  align-items: center;
  min-height: 100%;
  position: relative;
  text-transform: uppercase;
  margin: 0px;
}

.pricing-activities {
  text-align: center;
  margin: auto;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  font-size: 1.0em;
  font-weight: bold;
  padding: 10px;
}
.pricing-activities.pricing-activities-offer {
  margin-bottom: 24px;
}
.pricing-activities span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #eeeeee;
  font-weight: bold;
}

.p-t-sm{
  padding-top: 15px;
}

.m-b-n-sm{
  margin-bottom: -20px;
}

.carousel-margin{
  margin-top: 20px !important;
}

.margin-text{
  margin-left: 10px;
}

.img_about{
  border-radius: 50%;
  width: 250px;
  margin: 0 auto;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.img_certificado{
  display: block;
  align-items: center;
  width: 350px;
  margin: 0 auto;
  padding-top: 30px;
}

.facebook{
  margin: 0 auto !important;
}

.m-center{
  margin: 0 auto !important;
}

.eds-contact-info ul {
  padding: 0;
  margin: 0 auto;
}
.eds-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 20px 15px;
  list-style: none;
  position: relative;
  font-weight: bold;
  font-size: 16px;
}

.eds-contact-info ul li a{
  font-weight: bold;
  font-size: 16px;
}

.eds-contact-info ul li:before {
  color: #ff6c00;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-left: 5px;
  margin-right: 5px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.eds-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.eds-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.eds-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.eds-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}
.eds-contact-info .gps{
  max-width: 28px;
  margin-left: -30px;
}

.m-l-icon{
  margin-left: 5px;
}

.m-b{
  margin-bottom: 60px;
}
.m-b-md{
  margin-bottom: 40px;
}


  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact .section-title {
    margin: 0 auto;
  }

  #contact .text-success,
  #contact .text-danger {
    display: none;
  }

  #contact .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  #contact .form-control:hover,
  #contact .form-control:focus {
    border-bottom-color: #c9c9c9;
  }

  #contact input {
    height: 55px;
  }

  #contact button#cf-submit {
    background: #292929;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
  }

  #contact button#cf-submit:hover {
    background: #ff6c00;
    color: #ffffff;
  }

