/* ==========================================================================
   Reset
   ========================================================================== */

/**
 * Remove anchor text-decoration
 */ 

 a {
	text-decoration: none;
}

/**
 * Remove list-style
 */ 

ol, ul {
	list-style: none;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, footer, header, nav, section, main {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p, a, ul {
	font-size: 1em;
	font-weight: normal;
}

/*********************
       FONTES
**********************/
@font-face {
    font-family: GothamRndMedium;
    src: url('../fontes/GothamRnd-Medium_0.otf');
 }

 @font-face {
    font-family: GothamRndLight;
    src: url('../fontes/GothamRnd-Light.otf');
 }


 
 /* ==== SCROLL LATERAL === */

::-webkit-scrollbar {
    width: 9px;
    height: 9px;
  }
  ::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
  }
  ::-webkit-scrollbar-thumb {
    background: rgb(52, 89, 155);
    border: 0px none #ffffff;
    border-radius: 2px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(52, 89, 155);
  }
  ::-webkit-scrollbar-thumb:active {
    background: rgb(52, 89, 155);
  }
  ::-webkit-scrollbar-track {
    background: rgba(0,0,0,0);
    border: 25px none #ffffff;
    border-radius: 50px;
  }
  ::-webkit-scrollbar-track:hover {
    background: rgba(0,0,0,0);
  }
  ::-webkit-scrollbar-track:active {
    background: rgba(0,0,0,0);
  }
  ::-webkit-scrollbar-corner {
    background: transparent;
  }

body{
    overflow-x: hidden !important;
    display: block;
    background: #7eb3dd;
}


 main{
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    
  }

  h1{
    font-family: 'GothamRndMedium', Arial, Helvetica, sans-serif;
  }

/*********************
       NAVBAR
**********************/
header {
background: #fff;
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 10px 50px #65686A;
          box-shadow: 0 10px 50px #65686A;
  z-index: 10;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

 .navbar {
    font-size: 18px;
    padding-bottom: 10px;
  }
  
  #main-nav {
    list-style-type: none;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .menu-abrir {
      background: none;
      border: 0;
      outline: 0;
      -webkit-appearance: none;
      font-size: 1.6em;
      text-indent: -999em;
  }
        
  .menu-abrir {
      height: 0;
      width:.75em;
      padding-top:.125em;
      border-top: .375em double #2FACCB;
      border-bottom: .125em solid #2FACCB;
      vertical-align: middle;
  }
  
  #main-nav li {
    text-align: center;
    margin: 15px auto;
    font-family: 'GothamRndMedium', Arial, Helvetica, sans-serif;
    font-size: 1em;

  }
  
  .nav-links {
    text-decoration: none;
    color: #8F9193;
  }
  
  .nav-links:hover {
    color: #2FACCB;
  }

  .navbar li.active a {
    color: #B6A36C;
  }
  
  #logo {
    display: inline-block;
    cursor: pointer;

  }

  #logo img {
    width: 100%;
  }
  
  #navbar-toggle {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    font-size: 24px;
  }
  
  #navbar-toggle:hover {
    color: rgba(255, 255, 255, 1);
  }
  
  @media screen and (min-width: 768px) {

    .navbar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 0;
      height: 100px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

    .navbar .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
  
    #main-nav {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      margin-right: 30px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 70%;
      padding: 15px 0;
    }
    .menu-abrir {
        display: none;
    }

    #main-nav li {
      margin: 0;
    }
  
    .nav-links {
      margin-left: 0;

    }
  
    #logo {
      margin-right: 20px;
      width: 25%;
    }

    #logo img{
        width: 60%;
    }
  
    #navbar-toggle {
      display: none;
    }
    
  }

.frutas img:first-child{
    display: none;
}

.frutas img:last-child{
    display: none;
}



/*==================
        HERO
===================*/

#hero img {
    width: 100%;
    padding-top: 70px;
}

/*==================
        sobre-nós
===================*/

#sobre-nos {
    text-align: center;
}
#sobre-nos .row{
    padding: 20px 0;
}
#sobre-nos h1 {
    color: #F4D67C;
    margin: 20px auto;
    font-size: 3rem;
}

#sobre-nos h1::before{
    content: "";
    display: block;
    width: 60px;
    height: 5px;
    border: 4px solid #2FACCB;
    background: #2FACCB;
    margin: 35px auto;
    border-radius: 15px;
}

#sobre-nos p {
    font-family: "GothamRndLight", Arial, Helvetica, sans-serif;
    color: #8F9193;
    padding: 10px 50px;
}

#sobre-nos .saude, #sobre-nos .lazer, #sobre-nos .hotelaria {
    width: 33%;
}

#sobre-nos h2{
    font-family: 'GothamRndMedium', Arial, Helvetica, sans-serif;
    color: #F4D67C;
    font-size: 2.3rem;
    padding: 20px 0
}

#sobre-nos li{
    font-family: "GothamRndLight", Arial, Helvetica, sans-serif;
    color: #8F9193;
    padding: 3px 0;
}


/*====================
    PARALLAX
=======================*/

#parallax01 {
  background-image: url("../img/parallax01.jpg");
  height: 500px; 

  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#parallax02 {
    background-image: url("../img/parallax02.jpg");
    height: 500px; 
  
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

/*====================
    DIFERENCIAIS 
=======================*/

#diferenciais .row {
    padding: 20px 0;
}
#diferenciais h1 {
    color: #2FACCB;
    margin: 20px auto;
    font-size: 3rem;
}


#diferenciais h1::before{
    content: "";
    display: block;
    width: 60px;
    height: 5px;
    border: 4px solid #F4D67C;
    background: #F4D67C;
    margin: 35px auto;
    border-radius: 15px;
}

#diferenciais h2 {
    font-family: 'GothamRndMedium', Arial, Helvetica, sans-serif;
    color: #2FACCB;
    font-size: 2.3rem;
    padding: 20px 0;
    text-align: center;
}

#diferenciais p{
    font-family: "GothamRndLight", Arial, Helvetica, sans-serif;
    color: #8F9193;
    padding: 10px 50px;
    text-align: center;
}

#diferenciais .col-01 {
    width: 33%;
    text-align: center;
    padding: 0 15px;
}

#diferenciais .col-01 img {
    padding: 10px 0;
}

#diferenciais .col-01 li {
    font-family: "GothamRndLight", Arial, Helvetica, sans-serif;
    color: #8F9193;
    padding: 3px 0;
}

#diferenciais .porque-escolher {
    padding: 70px 0;
    position: relative;
    margin-top: 50px;
}

#diferenciais .porque-escolher::before {
    content: "";
    display: block;
    width: 60%;
    height: 5px;
    border: 4px solid #F4D67C;
    background: #F4D67C;
    position: absolute;
    left: -35%;
    top: 5%;
}

#diferenciais .porque-escolher::after {
    content: "";
    display: block;
    width: 60%;
    height: 5px;
    border: 4px solid #F4D67C;
    background: #F4D67C;
    position: absolute;
    right: -35%;
    bottom: 0;
}

/*====================
    GALERIA 
=======================*/

section#galeria {
    padding: 50px 0;
}

#galeria h1 {
    color: #F4D67C;
    margin: 20px auto;
    font-size: 3rem;
}

#galeria h1::before{
    content: "";
    display: block;
    width: 60px;
    height: 5px;
    border: 4px solid #2FACCB;
    background: #2FACCB;
    margin: 35px auto;
    border-radius: 15px;
}

/*--------galeria --------*/
.slider-galeria .foto-slide {
    width: 100%;
    margin: 5px;
  }
  
  .owl-carousel .owl-item img {
      display: block;
      width: 100%;
      height: auto;
      margin-bottom: 5px;
  }
  
  .owl-prev,
  .owl-next {
  position: absolute;
  top: 110%;
  margin-top: -10px;
  }
  .owl-prev {
  left: 200px;
  }
  .owl-next {
  right: 200px;
  }
  
  .gal-fotos {
    padding-bottom: 90px;
  }
  
  .modal-content {
    background-image: url("../img/bg04.png");
  }

 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    max-width: 40%; /* Could be more or less, depending on screen size */
  }

  .modal-content img{
      width: 100%;
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  /*======================
        RESIDÊNCIA
  =====================*/

  #residencia{
    text-align: center;
    padding: 20px 0;
  }
  #residencia img {
    margin: 10px auto 20px auto;
  }
  #residencia h1 {
    color: #2FACCB;
    margin: 20px auto;
    font-size: 3rem;
}


#residencia h1::before {
    content: "";
    display: block;
    width: 60px;
    height: 5px;
    border: 4px solid #F4D67C;
    background: #F4D67C;
    margin: 35px auto;
    border-radius: 15px;
}

#residencia p{
    font-family: "GothamRndLight", Arial, Helvetica, sans-serif;
    color: #8F9193;
    padding: 10px 50px;
    text-align: center;
}


  /*======================
        CONTATO
  =====================*/
  #contato{
      background: #2FACCB;
      padding: 20px 0;
  }

  #contato h1 {
    color: #F4D67C;
    margin: 20px auto 40px auto;
    font-size: 3rem;
}

#contato h1::before{
    content: "";
    display: block;
    width: 60px;
    height: 5px;
    border: 4px solid #fff;
    background: #fff;
    margin: 35px auto;
    border-radius: 15px;
}

#contato .telefone, #contato .formulario {
    width: 45%;
}

#contato p{
    color: #fff;
    font-family: "GothamRndLight", Arial, Helvetica, sans-serif;
    text-align: center;
}

.telefone {
    text-align: center;
    padding: 40px 0;
}

.telefone p {
    padding: 20px 0;
}

.telefone strong {
    font-size: 1.5em;
}

.nao-aparece {
    display: none;
}

form{
    text-align: center;
}

label {
    font-family: "GothamRndLight", Arial, Helvetica, sans-serif;
    display: block;
    color: #fff;
    padding: 10px 0;
}

input {
    font-family: "GothamRndLight", Arial, Helvetica, sans-serif;
    width: 80%;
    border-radius: 15px;
    height: 35px;
    border: 0;
    padding: 0 15px;
}

textarea {
    font-family: "GothamRndLight", Arial, Helvetica, sans-serif;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 200px;
    margin-bottom: 20px;
    padding: 20px;
}

input[type="submit"]{
    font-family: "GothamRndMedium", Arial, Helvetica, sans-serif;
    color: #F4D67C;
    font-size: 1.5rem;
    border-radius: 50px;
    width: 40%;
    height: 50px;
    background: #fff;
    border: 0;
}