*{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.bordes{
	padding-right: 0px;
	padding-left: 0px;
}

@font-face {
    font-family: 'averta_stdbold';
    src: url('../font/intelligent_design_-_avertastd-bold-webfont.woff2') format('woff2'),
         url('../font/intelligent_design_-_avertastd-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'averta_stdregular';
    src: url('../font/intelligent_design_-_avertastd-regular-webfont.woff2') format('woff2'),
         url('../font/intelligent_design_-_avertastd-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'averta_stdthin';
    src: url('../font/intelligent_design_-_avertastd-thin-webfont.woff2') format('woff2'),
         url('../font/intelligent_design_-_avertastd-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'yellowtailregular';
    src: url('../font/yellowtail-regular-webfont.woff2') format('woff2'),
         url('../font/yellowtail-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

p{
  font-family: averta_stdregular;
  font-size: 1.2rem;
  color: #373a36;
}
.logoQuien{
  height: 50px;
  margin: 1.5rem 0rem;

}

.plaeca-quien{
  background: #CF0A2C;
}
.box-1{
	background: url(../img/natures-heart-min.jpg);
  background-size: cover;
	}
.tablas{
  background: url(../img/tablas.jpg);
  background-size: cover;
}
.circle-natures{
	width: 200px;
}
.texto1{
	color: #373a36;
	font-family: averta_stdbold;
	font-size: 5rem;
}
.texto2{
	font-family: averta_stdthin;
	color: #373a36;
	font-size: 4.5rem;
	line-height: 10px;
}
.texto3{
	font-family: yellowtailregular;
	color: #aac263;
  font-size: 4rem;
}
.sub-texto1{
  color: #373a36;
  font-family: averta_stdbold;
  font-size: 3rem;
}
.sub-texto2{
  font-family: yellowtailregular;
  color: #aac263;
  font-size: 3rem;
  line-height: 10px;
}

.titulos{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.div1 {
  position: relative;
}

.div1 .div2 {
  position: absolute;  
  top: 0;  
  left: 0;
  opacity: 0;
  transition: .5s;
}

.div1:hover .div2 {
  opacity: 1;
}

.nature-nuez{
	width: 100%;
}




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

.btn03 {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.btn03 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.btn03 .ovrly {
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    left: 0;
    top: 100%;
    width: 100%;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn03 .buttons {
    position: absolute;
    bottom: -100%;
    left: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
a.enlace{
  width: 100%;
}

.btn03:hover .buttons {
    bottom: 50%;
}
.btn03:hover .ovrly {
    top: 0;
}

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


.img-yoga{
  width: 100%;
}


.pie{
  background: #373a36;
  height: 150px;
}

.btn-natura{
  width: 250px;
  padding-top: 3rem;
}


/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

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

.texto1, .texto2, .texto3 {
    font-size: 3rem;
}

.box-img{
  padding-top: 15rem;
}

}

@media (min-width: 425px) {
.oculto{
  display: none;
}
}
@media (max-width: 425px) {
  .box-img{
  padding-top: 0rem;
  }
  .texto1, .texto2, .texto3 {
    font-size: 2rem;
  }
  .sub-texto1{
    text-align: center!important;
  }
  .oculto-m{
    display: none;
  }
  .oculto{
  display: block;
}
 }







