/* Chivo */

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

/* HEADER  */

header {
  height: 100%;
  width: 100%;
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  z-index: 1;
  color: rgb(170, 169, 163);
}

header img {
  position: absolute;
  bottom: 0;
  height: 60%;
  right: 5%;
}

header nav {
  position: absolute;
  font-size: 2rem;
  top: 4%;
  right: 7%;
  z-index: 10;
  text-align: right;
}

.menu {
  text-align: center;
  width: 100vw;
  margin-left: 7%;
}

.menu a {
  text-decoration: none;
  color: grey;
  margin: 0;
}

label {
  margin: 0;
  font-size: 26px;
  line-height: 70px;
  display: block;
  cursor: pointer;
  width: 26px;
  float: right;
}

#toggle {
  display: none;
}

#toggle:checked+.menu {
  display: block;
}

header hgroup {
  position: absolute;
  width: 100%;
  top: 18%;
  z-index: 2;
}

header h1 {
  font-size: 5rem;
  color: rgb(170, 169, 163);
  font-weight: normal;
}

header h3 {
  font-size: 2rem;
  font-weight: normal;
  color: rgb(170, 169, 163);
}

#arrow {
  width: 59px;
  height: 59px;
  border: 4px solid rgb(170, 169, 163);
  position: absolute;
  bottom: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  font-size: 3.8rem;
  text-align: center;
  text-shadow: 0 -15px 0 rgb(170, 169, 163), 0 15px 0 rgb(170, 169, 163);
  overflow: hidden;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

#arrow:hover {
  cursor: pointer;
}

.fa-angle-down {
  -webkit-animation: arrow 1.4s infinite linear;
  animation: arrow 1.4s infinite linear;
}

/* MAIN */

main {
  height: 100%;
  background-color: white;
  margin-top: 100vh;
  position: relative;
  z-index: 2;
  padding-top: 10px;
  font-family: 'Didact Gothic', sans-serif;
}

content {
  width: 100vw;
}

content .text,
.center {
  width: 90%;
  margin: 0 auto;
  padding: 4px;
  background-color: #f9f5fa;
  text-align: justify;
}

content .text p,
.center p {
  font-size: 1.8rem;
  color: RGB(118, 117, 123);
  padding: 4px;
}

.center p {
  text-align: center;
}

.content_img {
  width: 90%;
  height: auto;
  margin: 10px auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.content_iframe {
  width: 100%;
  height: auto;
}

.content_h3 {
  text-align: center;
  margin: 0 auto;
  font-family: 'Italianno', cursive;
  width: 70%;
  border-bottom: 1px solid #5e7043;
}

.content_h3 h3 {
  color: #5e7043;
  font-size: 2.5rem;
}

.tips {
  font-family: 'Didact Gothic', sans-serif;
}

.tips p {
  display: none;
  color: black;
  font-size: 18px;
  padding-top: 22px;
  padding: 15px;
  background-color: #f9f5fa;
}

.tips h2 {
  border: none;
  font-size: 22px;
  text-align: left;
  padding: 15px;
  color: #5e7043;
  font-weight: 300;
  cursor: pointer;
}

.tips h2:hover {
  color: #303A22;
  /* background-color: #f9f5fa; */
}

/* .tips h2:active {
  background-color: #f9f5fa;
} */

footer {
  width: 100%;
  background-color: white;
  /* position: relative; */
  /* z-index: 2; */
  font-family: 'Didact Gothic', sans-serif;
  color: RGB(118, 117, 123);
  border-top: 1px solid #a8ac9f;
  line-height: 5vh;
  margin-top: 8px;
}

footer a {
  font-family: 'Didact Gothic', sans-serif;
  color: #5e7043;
  text-decoration: none;
  font-weight: bold;
}


footer p {
  text-align: center;
}

tips i {
  /* border: 1px solid black;
  border-width: 0 3px 3px 0; */
  display: inline-block;
  padding: 8px;
  color: #5e7043;
}

.up {
  display: inline-block;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.bold {
  font-weight: bold;
}

/*-------------------------------------*/

/* GALERIA STYLE*/

.gallery {
  min-height: 400px;
  background-color: #f9f5fa;
  width: 100%;
}

.row>.column {
  padding: 10px 8px;
}

.row:after {
  content: "";
  /* display: flex; */
  clear: both;
}

.column {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* The Modal (background) */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 5px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  %;
  overflow: auto;
  background-color: black;
}

/* Modal Content */

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 60%;
  max-width: 1200px;
}

/* The Close Button */

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* img {
  margin-bottom: -4px;
} */

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.column-in {
  padding: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.column-in:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

img.hover-shadow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hover-shadow:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*-------------------------------------*/

.cookies {
  padding: 15px;
  font-size: 1.5rem;
  color: #5e7043;
  font-family: 'Didact Gothic', sans-serif;
}

/* MEDIA */

@media (max-width:500px) and (orientation: landscape) {
  header img {
    height: 70%;
  }
  header hgroup {
    top: 20%;
    left: 5%;
  }
  header nav {
    position: absolute;
    right: 7%;
    top: 9%;
    font-size: 2rem;
  }
  .menu a {
    line-height: 50px;
  }
}

@media (min-width:500px) and (orientation: landscape) {
  header img {
    height: 80%;
  }
  header hgroup {
    left: 7%;
    top: 30%;
  }
}

@media (min-width:320px) and (orientation: portrait) {
  header img {
    left: 50%;
    -webkit-transform: translateX(-53%);
    transform: translateX(-53%);
  }
  footer p span::after {
    content: '\A';
    white-space: pre;
  }
  footer {
    line-height: 3vh;
  }
  header hgroup {
    text-align: center;
  }
}

@media (min-width:650px) and (orientation: landscape) {
  header img {
    right: 10%;
  }
  .column {
    width: 80%;
  }
}

@media (min-width:850px) {
  content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  content .text,
  .center {
    width: 50%;
    max-width: 600px;
    padding: 18px;
  }
  content .text p,
  .content p {
    font-size: 1.4rem;
    line-height: 25px;
    padding: 17px 7px;
  }
  .center p {
    font-size: 1.8rem;
  }
  .center_open {
    padding-top: 10px;
    width: 350px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .content_img {
    width: 50%;
    max-width: 600px;
    height: 100%;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: relative;
    margin: 0;
  }
  .center {
    font-size: 1.8rem;
    line-height: 25px;
  }
  .content_h3 h3 {
    font-size: 3.5rem;
  }
  #item1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #item2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #item3 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  #item4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #item5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  #item6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  #item7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  #item8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
}

@media (min-width:780px) and (orientation: landscape) {
  header img {
    right: 6%;
  }
  header h1 {
    font-size: 6.3rem;
  }
  content .text p,
  .center p {
    font-size: 2rem;
  }
}

@media (min-width:370px) and (orientation: portrait) {
  header h1 {
    font-size: 5.5rem;
  }
}

/* @media (min-width:530px) {} */

@media (min-width:550px) and (orientation: portrait) {
  header h1 {
    font-size: 8rem;
  }
  header h3 {
    font-size: 3rem;
  }
  header hgroup {
    top: 15%;
  }
}

@media (max-width:767px) {
  .menu {
    display: none;
  }
  .menu a {
    clear: right;
    margin: 0 10px;
    line-height: 65px;
    clear: right;
    display: block;
    border-bottom: 1px solid #EAEAEB;
    background-color: white;
  }
  .menu a:active {
    background-color: rgb(170, 169, 163);
  }
}

@media (min-width:768px) {
  label {
    display: none;
  }
  .menu {
    text-align: center;
    width: 100vw;
  }
  .menu a {
    line-height: 90px;
    font-size: 2.8rem;
    padding: 8px 20px;
  }
  .menu a:hover {
    color: white;
  }
}

@media (min-width:1024px) {
  header img {
    right: 4%;
  }
  hgroup {
    top: 40%;
  }
  .column {
    width: 65%;
  }
}

@media (min-width:1024px) and (orientation: portrait) {
  header hgroup {
    top: 15%;
  }
  header h1 {
    font-size: 10.5rem;
  }
  header h3 {
    font-size: 4rem;
  }
  content .text p,
  .content p {
    padding: 17px 18px;
  }
  .proba {
    height: 50vh;
  }
  .proba2 {}
  .column {
    width: 65%;
  }
}

@media (min-width:1025px) {
  .menu {
    text-align: left;
    /* border-bottom: 0 solid grey;
    border-top: 0 solid grey; */
    margin-left: 14%;
  }
}

@media (min-width:1200px) {
  header img {
    height: 90%;
  }
  header hgroup {
    top: 43%;
  }
  header h1 {
    font-size: 8rem;
  }
  header h3 {
    font-size: 3rem;
  }
}

@media (min-width:1280px) and (orientation: portrait) {}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px)
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
  100% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px)
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px)
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
  100% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px)
  }
}