* {
  margin: 0;
}

/* MENU */

@media only screen and (min-width: 1000px) {

  #menu {
    position: fixed;
    width: 100vw;
    right: 0;
    background-color: #FFF;
    height: 60px;
    text-align: center;
    z-index: 1;
    display: block;
  }

  #menu img {
    display: block;
    float: left;
    height: 55px;
    padding-top: 5px;
  }

  #links {
    height: inherit;
    float: right;
    position: relative;
    background-color: transparent;
    margin-top: 25px;
  }

  #links a {
    font-family: 'Reem Kufi';
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    margin-right: 25px;
    color: #000;
    cursor: pointer;
  }

  #links a:hover {
    color: #978777;
  }


}

@media (max-width: 1000px) and (min-width:400px) {

  #menu {
    position: fixed;
    width: 100vw;
    right: 0;
    background-color: #FFF;
    height: 80px;
    text-align: center;
    z-index: 1;
    display: block;
  }

  #menu img {
    padding-top: 10px;
    height: 50px;
  }

  #menu a {
    text-decoration: none;
  }

  #links {
    height: inherit;
    text-align: center;
    position: relative;
    background-color: transparent;
    margin-top: 5px;
  }

  #links a {
    font-family: 'Reem Kufi';
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    margin-right: 8px;
    margin-left: 8px;
    color: #000;
    cursor: pointer;
  }

  #links a:hover {
    color: #978777;
  }

}

@media (max-width:400px) {

  #menu {
    position: fixed;
    width: 100vw;
    right: 0;
    background-color: #FFF;
    height: 100px;
    text-align: center;
    z-index: 1;
    display: block;
  }

  #menu img {
    padding-top: 10px;
    height: 45px;
  }

  #menu a {
    text-decoration: none;
  }

  #links {
      height: inherit;
      text-align: center;
      position: relative;
      background-color: transparent;
      margin-top: 5px;
    }

  #links a {
      font-family: 'Reem Kufi';
      font-size: 15px;
      line-height: 20px;
      font-weight: 500;
      text-decoration: none;
      margin-right: 8px;
      margin-left: 8px;
      color: #000;
      cursor: pointer;
    }

  #links a:hover {
      color: #978777;
    }

}

/* GALERIAS */

@media only screen and (min-width: 900px) {

  #pictures {
    width: 100%;
    margin: none;
    display: table;
    overflow: hidden;
    margin-bottom: 80px;
  }

  #picint h5 {
      font-family: 'Reem Kufi';
  }

  #picext h5 {
      font-family: 'Reem Kufi';
  }

  #picint {
    width: 30%;
    float: left;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    left: 15vw;
  }

  #picext {
    width: 30%;
    float: left;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    left: 25vw;
  }

  .pichover {
    width: 100%;
    height: 100%;
  }

  .pichover img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
      -moz-transition: all 1s ease; /* Firefox */
      -ms-transition: all 1s ease; /* IE 9 */
      -o-transition: all 1s ease; /* Opera */
      transition: all 1s ease;
  }

  .pichover:hover img {
      -webkit-transform:scale(1.25); /* Safari and Chrome */
      -moz-transform:scale(1.25); /* Firefox */
      -ms-transform:scale(1.25); /* IE 9 */
      -o-transform:scale(1.25); /* Opera */
       transform:scale(1.25);
  }

  .pictitle {
    position: absolute;
    top: calc(50% - 16px);
    left: 0;
    text-align: center;
    width: 100%;
  }

  .pictitle span {
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 32px;
  }

}

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

  #pictures {
    width: 100%;
    margin: none;
    display: table;
    overflow: hidden;
    margin-bottom: 80px;
  }

  #picint h5 {
      font-family: 'Reem Kufi';
  }

  #picext h5 {
      font-family: 'Reem Kufi';
  }

  #picint {
    width: 70%;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    left: 15vw;
  }

  #picext {
    width: 70%;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    left: 15vw;
    margin-top: 20px;
  }

  .pichover {
    width: 100%;
    height: 100%;
  }

  .pichover img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
      -moz-transition: all 1s ease; /* Firefox */
      -ms-transition: all 1s ease; /* IE 9 */
      -o-transition: all 1s ease; /* Opera */
      transition: all 1s ease;
  }

  .pichover:hover img {
      -webkit-transform:scale(1.25); /* Safari and Chrome */
      -moz-transform:scale(1.25); /* Firefox */
      -ms-transform:scale(1.25); /* IE 9 */
      -o-transform:scale(1.25); /* Opera */
       transform:scale(1.25);
  }

  .pictitle {
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    text-align: center;
    width: 100%;
  }

  .pictitle span {
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 24px;
  }

}

/* SITE */

@media only screen and (min-width: 750px) {

body {
    background-color: #FFF;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}
p {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 170%;
}

/* IMAGEM DO CABEÇALHO */

#headerimg {
  position: relative;
  width: 100%;
  height: 95vh;
  background-image: url("../img/2.jpg");
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  box-shadow: inset 0 0 14em 7em rgba(0, 0, 0, 0.7);
  -webkit-filter: brightness(110%);
}

#headerimg h2  {
  color: #FFF;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  position: absolute;
  left: 5%;
  top: 80%;
  letter-spacing: 5px;
  line-height: 45px;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.7);
}

#ranking {
  padding-top: 100px;
  float: right;
  width: 200px;
}

#ranking img {
  float: left;
  margin-bottom: 20px;
  margin-right: 5vw;
  border-radius: 25px;
  border-style: solid;
  border-color: #FFF;
  border-width: thick;
  height: 15vh;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

#social {
  width: inherit;
  height: inherit;
  margin-right: 5vw;
}

#social img {
  float: right;
  margin-right: 6vw;
  margin-top: 5vh;
  border-radius: 15px;
  border-style: solid;
  border-color: #FFF;
  border-width: thick;
  height: 10vh;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}


/* SOBRE */

#about {
  width: 100%;
  background-color: #f0f1f5;
  overflow: auto;
  display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
}

.left {
  float: left;
  width: 50%;
}

.right {
  float: right;
  width: 50%;
}

h3 {
  font-family: 'Reem Kufi';
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 40px;
}

#aboutext h3 {
  margin-top: 80px;
  margin-left: 7vw;
}

#aboutext p {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  text-align: justify;
  width: 75%;
  margin-left: 10vw;
  margin-bottom: 40px;
}


#aboutimg {
  position: relative;
}

.dummy {
    padding-top: 100%;
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align:center;
    font: 0/0 a;
  }

  .img-container:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.img-container img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
}

/* COMENTÁRIOS */

#feedback {
  width: 100%;
  height: auto;
  background-color: #a4ad85;
  display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
    padding:60px 0;
}

#feedback p {
  text-align: center;
  width: 100%;
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  font-size: 16px;
}

/* COMODIDADES */

#comodidades {
  display: block;
  overflow: auto;
  background-color: #FFF;
  padding-top: 40px;
  padding-bottom: 80px;
}

.column {
  width: 20vw;
  float: left;
  margin-left: 3vw;
  margin-right: 1vw;
}

.smallcolumn {
  margin-left:3vw;
  margin-top:20px;
  font-size:13px
}

#comodidades p {
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  line-height: 210%;
}

h4 {
  font-family: 'Reem Kufi';
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  padding-top: 40px;
  padding-bottom: 15px;
  line-height: 120%;
  text-align: center;
}

.material-icons {
  vertical-align: middle;
  color: green;
}

/* CONTACTOS */

#contact {
  display: block;
  overflow: auto;
  width: 100%;
  color: white;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #6f804d;
}

#contact form {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#contactext {
  height: 100%;
}

#contactmap {
  height: 100%;
}

.map {
  width: 45vw;
  height: 90vh;
  padding-top: 50px;
}

#footer {
    display: grid;
  width: 100%;
  background-color: #2b3419;
}

#footer p {
    color: #FFF;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
}

}

/* MOBILE PHONES ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

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

  body {
      background-color: #FFF;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      border: 0;
  }
  p {
      font-family: 'Raleway', sans-serif;
      font-size: 12px;
      line-height: 170%;
  }

  /* IMAGEM DO CABEÇALHO */

  #headerimg {
    position: relative;
    width: 100%;
    height: 95vh;
    padding-top: 50px;
    background-image: url("../img/2.jpg");
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    box-shadow: inset 0 0 6em 6em rgba(0, 0, 0, 0.5);
    -webkit-filter: brightness(110%);
  }

  #headerimg h2  {
    color: #FFF;
    font-size: 10px;
    font-family: 'Raleway', sans-serif;
    position: absolute;
    left: 5%;
    top: 87%;
    letter-spacing: 2px;
    line-height: 17px;
  }

  #ranking {
    padding-top: 70px;
    float: right;
    width: 100px;
  }

  #ranking img {
    float: left;
    margin-bottom: 20px;
    margin-right: 5vw;
    border-radius: 25px;
    border-style: solid;
    border-color: #FFF;
    border-width: thick;
    height: 15vh;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  }

    #social {
      width: inherit;
      height: inherit;
      margin-right: 5vw;
    }

    #social img {
      float: right;
      margin-right: 6vw;
      border-radius: 15px;
      border-style: solid;
      border-color: #FFF;
      border-width: thick;
      height: 10vh;
      -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    }

  /* SOBRE */

  #about {
    width: 100%;
    background-color: #f0f1f5;
    display: block;
    overflow: hidden;
  }

  h3 {
    font-family: 'Reem Kufi';
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  #aboutext h3 {
    margin-top: 90px;
    margin-left: 7vw;
  }

  #aboutext p {
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    text-align: justify;
    width: 75%;
    margin-left: 10vw;
    margin-bottom: 40px;
  }


  #aboutimg img {
    display: block;
    max-width: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  /* COMENTÁRIOS */

  #feedback {
    width: 100%;
    height: auto;
    background-color: #a4ad85;
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
    padding:60px 0 ;
  }

  #feedback2 {
    width: 90%;
  }

  #feedback p {
    text-align: center;
    width: 60vw;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    font-size: 10px;
  }

  /* COMODIDADES */

  #comodidades {
    display: block;
    overflow: auto;
    background-color: #FFF;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .column {
    display: block;
    overflow: auto;
    width: 80vw;
    float: left;
    margin-left: 5vw;
  }

  .smallcolumn {
    margin-left: 3vw;
    font-size: 9px
  }

  #comodidades p {
    font-size: 10px;
    font-family: 'Raleway', sans-serif;
    line-height: 210%;
  }

  h4 {
    font-family: 'Reem Kufi';
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 200;
    padding-top: 40px;
    padding-bottom: 15px;
    line-height: 120%;
    text-align: center;
  }

  .material-icons {
    vertical-align: middle;
    color: green;
  }

  /* CONTACTOS */

  #contact {
    display: block;
    overflow: auto;
    width: 100%;
    color: white;
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #566732;
  }

  #contact form {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  #contactext {
    height: 100%;
  }

  #contactmap {
    height: 100%;
  }

  .map {
    width: 90vw;
    height: 75vh;
    padding-top: 20px;
    padding-left: 5vw;
  }

  #footer {
    
    display: grid;
    width: 100%;
    background-color: #2b3419;
  }

  #footer p {
      color: #FFF;
      font-weight: normal;
      font-size: 8px;
      text-align: center;
  }

}
a:focus, a:hover {
    color: #2b3419;
    text-decoration: underline;
}
h1{
  font-family: 'Reem Kufi';}
#about{
    padding: 60px 0;
}
.rodape{
    padding-top: 30px;
    padding-bottom: 30px;
    color: white;
    background: #4c5a30;
}

.rodape .container .row .col-md-4:last-child{padding: 20px 0;}