@charset "utf-8";
/* CSS Document */
/*Destacados---------------------*/
.texto_01 {
  width: 50%;
  height: auto;
  max-height: 500px;
  color: #fff;
  font-weight: 300;
  float: right;
  position: relative;
  z-index: 150;
}
.texto_01 p { /* textos de sitios*/
  position: absolute;
  top: 35%;
  left: 20%;
}
.texto_02 p { /* textos de sitios*/
  position: absolute;
  top: 35%;
  left: 20%;
}
.texto_02 {
  width: 50%;
  height: auto;
  max-height: 500px;
  color: #fff;
  font-weight: 300;
  float: left;
  position: relative;
  z-index: 150;
}
.texto_04 {
  width: 60%;
  height: auto;
  color: #fff;
  font-weight: 300;
  float: right;
  position: relative;
  z-index: 150;
}
/*RESPNSIVE--------------------*/
@media only screen and (min-width: 240px) {
  .texto_01 p, .texto_02 p { /* textos de sitios*/
    position: absolute;
    top: 15px;
    left: 15px;
	  right: 15px
  }
  .texto_01, .texto_02, .texto_04 {
    width: 100%;
    height: auto;
    bottom: 0px;
    color: #fff;
  }
}
@media only screen and (min-width: 368px) {
  .texto_01 p, .texto_02 p { /* textos de sitios*/
    position: absolute;
    top: 15px;
    left: 15px;
	  right: 15px
  }
  .texto_01, .texto_02 {
    width: 100%;
    height: auto;
    color: #fff;
  }
}
@media only screen and (min-width: 400px) {
  .texto_01 p, .texto_02 p { /* textos de sitios*/
    position: absolute;
     top: 15px;
    left: 15px;
	  right: 15px
  }
  .texto_01, .texto_02, .texto_04 {
    width: 100%;
    height: auto;
    color: #fff;
  }
}
@media only screen and (min-width: 600px) {
  .texto_01 p, .texto_02 p { /* textos de sitios*/
    position: absolute;
    top: 8%;
    left: 4%;
    right: 4%;
  }
  .texto_01, .texto_02 {
    width: 50%;
    height: auto;
    color: #fff;
  }
  .texto_04 {
    width: 70%;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .texto_04 {
    width: 70%;
  }
  .texto_01, .texto_02 {
    width: 50%;
    height: auto;
    color: #fff;
  }
}
@media only screen and (min-width: 992px) {
  .texto_01 p { /* textos de sitios*/
    position: absolute;
    top: 15%;
    left: 8%;
    right: 5%;
  }
  .texto_02 p { /* textos de sitios*/
    position: absolute;
    top: 15%;
    left: 8%;
    right: 5%;
  }
  .texto_01, .texto_02 {
    width: 50%;
    height: auto;
    color: #fff;
  }
  .texto_04 {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .titulo_vida1 { /* textos de sitios*/
    font-size: 1.5em;
    font-weight: 300;
  }
  .texto_01 p { /* textos de sitios*/
    position: absolute;
    top: 15%;
    left: 8%;
    right: 5%;
  }
  .texto_02 p { /* textos de sitios*/
    position: absolute;
    top: 15%;
    left: 8%;
    right: 5%;
  }
  .texto_04 {
    width: 60%;
  }
}
@media only screen and (min-width: 1368px) {
  .texto_01 p { /* textos de sitios*/
    position: absolute;
    top: 15%;
    left: 8%;
    right: 5%;
  }
  .texto_02 p { /* textos de sitios*/
    position: absolute;
    top: 15%;
    left: 8%;
    right: 5%;
  }
}