﻿/* FUENTES */
@font-face {
  font-family: PlayfairDisplay-Regular;
  src: url('fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf'); 
}

@font-face {
  font-family: PlayfairDisplay-Bold;
  src: url('fonts/PlayfairDisplay/PlayfairDisplay-Bold.ttf'); 
}

@font-face {
  font-family: PlayfairDisplay-Italic;
  src: url('fonts/PlayfairDisplay/PlayfairDisplay-Italic.ttf'); 
}
/* FONDO */
.sectionSlider{
background: linear-gradient(90deg, #b1fcf3 , white);
}
/* NAVEGACION */
* {
  margin: 0;
  box-sizing: border-box;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
   z-index:7;
}
.logo{
	 width: 15%;
	
}
.nav {
  display: flex;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
   z-index:7;
}
.nav-link {
  color: white;
  text-decoration: none;
  font-family: 'PlayfairDisplay-Regular';
  font-size: 30px;
   z-index:5;
}
.nav-menu {
  list-style: none;
  flex-direction: column;
  align-items: center;
  background-color: #97F9EC90;
  position: fixed;
  top: 17%;
  height: calc(100% - 60px);
  width: 100%;
  left: 100%;
  z-index:5;
  font-size: 30px;

  display: flex;
  margin-right: 40px;
  margin: 0;
  overflow-y: auto;
}
/* TOGGLE */
.nav-toggle {
  color: black;
  background: none;
  border: none;
  font-size: 30px;
  line-height: 60px;
  cursor: pointer;
  display: none;
  display: block;
   z-index:5;
}
.nav-menu-item {
    line-height: 70px;
	z-index:5;
  }
  .nav-menu-link:hover,
  .nav-menu-link_active {
    background: none;
    color: #83c5f7;
	z-index:5;
  }
  .nav-menu_visible {
    left: 0;
	z-index:5;
  }
/* INICIO */
.left-block {
  position: absolute;
  left: 7.2%;
  top: 60.3%;
  display: block;
  width: 23%;
  z-index: 3;
}
.sueroFlotante {
  position: absolute;
  left: 25.3%;
  top: 35.5%;
  width: 8%;
  z-index:3;
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
.pasto {
  position: absolute;
  left: 19%;
  top: 33.4%;
  display: block;
  width: 48%;
  max-width: 100%;
  z-index:3;
}
.layer.left-block-hold {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  margin-top: 0px;
}
.hero-artwork {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
.main-tree-hold {
  position: absolute;
  left: 30.2%;
  top: 24.8%;
  display: block;
  width: 28.5%;
  max-width: 100%;
}
.letra {
  position: absolute;
  left: 54%;
  top: 30%;
  display: block;
  width: 15.3%;
  max-width: 100%;
  z-index: 2;
}
.cubo {
  position: absolute;
  left: 65%;
  top: 63%;
  display: block;
  width: 23.7%;
  max-width: 100%;
  z-index: 3;
}
.cuadro {
  position: absolute;
  left: 38.6%;
  display: block;
  width: 20%;
  max-width: 100%;
  top: 0%;
  z-index: 1;
}

/* FRASE */
.frases{
   position: absolute;
  top:120%;
  font-family: 'PlayfairDisplay-Regular';
  color: #333;
  text-align: center;
  font-size: 3rem;
  align: center;
}
.uno {
  width: 100%;
  margin: 0 auto 0 auto;
  text-align: center;
  text-rendering: optimizeLegibility;
  color: #70869d;
  letter-spacing: .15em;
  text-shadow: 
      -1px -1px 1px #efede3, 
      0px 1px 0 #2e2e2e, 
      0px 2px 0 #2c2c2c, 
      0px 3px 0 #2a2a2a, 
      0px 4px 0 #282828, 
      0px 5px 0 #262626, 
      0px 6px 0 #242424, 
      0px 7px 0 #222, 
      0px 8px 0 #202020, 
      0px 9px 0 #1e1e1e, 
      0px 10px 0 #1c1c1c, 
      0px 11px 0 #1a1a1a, 
      0px 12px 0 #181818, 
      0px 13px 0 #161616, 
      0px 14px 0 #141414, 
      0px 15px 0 #121212,
      2px 20px 5px rgba(0, 0, 0, 0.9),
      5px 23px 5px rgba(0, 0, 0, 0.3),
      8px 27px 8px rgba(0, 0, 0, 0.5),
      8px 28px 35px rgba(0, 0, 0, 0.9);
}
.dos {
  width: 100%;
  margin: 0 auto 0 auto;
  text-align: center;
  text-rendering: optimizeLegibility;
  color: #ffffff;
  letter-spacing: .15em;
  text-shadow: 
     -1px -1px 1px #efede3, 
     0px 1px 0 #2e2e2e, 
     0px 2px 0 #4E969C, 
     0px 3px 0 #4E969C, 
     0px 4px 0 #4E969C, 
     0px 5px 0 #4E969C, 
     0px 6px 0 #4E969C, 
     0px 7px 0 #4E969C, 
     0px 8px 0 #4E969C, 
     0px 9px 0 #4E969C, 
     0px 10px 0 #4E969C, 
     0px 11px 0 #2e2e2e, 
     5px 23px 5px rgba(255,255,255,0.5),
     8px 27px 8px rgba(255,255,255,0.5),
     8px 28px 35px rgba(255,255,255,0.5);
}
/* NOSOTROS */
.nosotros{
  position: absolute;
  font-family: 'PlayfairDisplay-Regular';
  color: #333;
  text-align: justify;
  font-size: 2rem;
  top: 180%;
  left:3%;
  right: 3;
}

@media only screen and (max-width: 380px) and (orientation: landscape){
  /* TABLET HORIZONTAL */
  .hanger-img{
    width: 20%;

  }
}
@media only screen and (max-width: 680px) and (orientation: portrait){
  /* TABLLET VERTICAL */
  .hanger-img{
    width: 20%;
  }
  .letra {
  top: 7%;
  }
  .cubo {
	 top: 14%;
   }
   .pasto {
	  top: 7.8%;
   }
   .left-block {
     top: 14.3%;
   }
   .sueroFlotante {
     top: 9%;
   }
   .nav-menu {
     top: 7%;
   }
   /* FRASE */
  .frases{
    top:40%;
    font-size: 1rem;
  }

}
@media only screen and (max-width: 480px) and (orientation: landscape){
  /* TABLET HORIZONTAL */
  .hanger-img{
    width: 20%;
  }
}
@media only screen and (max-width: 480px) and (orientation: portrait){
  /* TABLLET VERTICAL */
  .hanger-img{
    width: 20%;
  }
}
