* {
  padding: 0;
  margin: 0;
  font-size: 1em;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}

body {
  max-width: 1380px;
  margin: auto;
  background-color: #000;
}

header {
  width: 100%;
  height: 660px;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  display: block;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
}

@keyframes moveback {
  0% {background-size: 105%;}
  40% {background-size: 100%;}
  100% {background-size: 105%;}
}

header::before {
  content: "";
  width: 100%;
  height: 660px;
  background-image: url(image/fondoh.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: -1;
  animation-name: moveback;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  background-size: ;
}

header img {
  box-shadow: rgba(0, 0, 0, 0.8);
}

header .square {
  width: 400px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  text-align: center;
  display: block;
  margin-top: 50px;
}

header .square h1 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 300;
  line-height: 25px;
  padding: 2px 0;
  letter-spacing: 5px;
  text-shadow: 2px 2px 4px #000;
}

header .square h3 {
  font-size: 12px;
  color: #ffffff;
  font-weight: 300;
  line-height: 12px;
  padding: 2px 0;
  letter-spacing: 5px;
  text-shadow: 1px 1px 2px #000;
}

/** INFO 1 **/

.container {
  width: 100%;
}
.s_general {
  padding: 100px 60px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  z-index: 1;
}

.s_general h2 {
  font-size: 35px;
  font-weight: 300;
  color: #000;
  text-align: center;
}

.s_general h2 b {
  font-size: 40px;
  font-weight: 700;
}

.s_general h2 b sup{
  font-size: 20px;
}

.s_general span {
  width: 1px;
  height: 150px;
  background-color: #000;
  margin: 15px;
}

.s_general article {
  width: 35%;
}

/** PRECIOS **/

.back_price {
  background-image: url(image/fondoprice.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

.back_price::before {
  content: "";
  position: absolute;
  width: 45%;
  height: 400px;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  /**transform: skewX(-12deg);
  transform-origin: top right;**/
}

.back_price::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0px;
  top: 0;
  right: 45%;
  border-width: 200px 40px;
  border-style: solid;
  border-top-color: rgba(0, 0, 0, 0.0);
  border-right-color: rgba(0, 0, 0, 0.7);
  border-bottom-color: rgba(0, 0, 0, 0.7);
  border-left-color: rgba(0, 0, 0, 0.0);

}

.half {
  width: 50%;
}

.precios {
  padding: 50px;
  height: 400px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  position: relative;
}

.precios h3 {
  font-size: 35px;
  font-weight: 300;
  color: #fff;
}


.precios h1 {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.precios h1::before{
  content: "";
  position: absolute;
  width: 110%;
  height: 100px;
  top: 0%;
  right: -2%;
  border: 1px solid #db9600;
  transform: skewX(-12deg);
  z-index: 2;
}

.precios h1 sup {
  font-size: 40px;
}

.precios h5 {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

/** MESETA **/
.meseta {
  background-color: #392c1c;
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.meseta img {
  margin: 20px 0px;;
}

.imagemeseta {
  height: 300px;
  width: 30%;
  padding: 25px;
  background-image: url(image/family.jpg);
  background-size: cover;
  background-position: center;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.infomeseta {
  color: #ffffff;
  text-align: center;
}

.infomeseta h2 {
  font-size: 25px;
  margin-top: 10px;
}

.infomeseta h2 b {
  font-size: 30px;
}

.infomeseta a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 12px 18px;
  border: 1px solid #fff;
  border-radius: 8px;
  margin: 20px;
}

.infomeseta a:hover {
  background-color: #4f402f;
  text-decoration: underline;
}

/** TOYOTA **/

.s_planta {
  background-color: #edeef0;
  padding: 0 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.s_planta .img_toyota {
  width: 40%;
  height: 300px;
  padding: 25px;
  background-image: url(image/img_toyota.jpg);
  background-size: cover;
  background-position: center;
}

.s_planta .info_planta {
  width: 40%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
}

.s_planta .info_planta p {
  text-align: justify;
  padding: 25px;
}

.s_planta .info_planta img {
  align-self: flex-end;
}

/** MAPA **/

.s_mapa {
  width: 100%;
  padding: 0;
  margin: 0;
}

/** PARK POINT **/

.s_ppoint {
  background-color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/** ANIMACIÓN RENDERS **/
@keyframes backimage {
  0% {background-image: url(image/backpp.jpg);}
  25% {background-image: url(image/backpp1.jpg);}
  50% {background-image: url(image/backpp2.jpg);}
  75% {background-image: url(image/backpp3.jpg);}
  100% {background-image: url(image/backpp.jpg);}
}

.img_ppoint {
  width: 50%;
  height: 500px;
  padding: 25px;
  background-size: cover;
  background-position: center;
  position: relative;
  animation-name: backimage;
  animation-duration: 14s;
  animation-iteration-count: infinite;
}

.img_ppoint img {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.ppoint {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-content: center;
  color: #fff;
}

.ppoint h2 {
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  line-height: 35px;
  padding: 15px;
  align-self: flex-end;
  margin-right: 20px;
  color: #fff;
}

.ppoint span {
  background-color: #fff;
  width: 80%;
  height: 1px;
  text-align: right;
  margin: 15px 0px;
  align-self: flex-end;
}

.ppoint article {
  width: 60%;
  padding: 25px 5px;
  align-self: center;
  text-align: left;
  color: #fff;
}

.ppoint article b {
  color: #f7931e
}

.ppoint .link {
  text-align: left;
  color: #fff;
  padding: 25px;
  align-self: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ppoint .link img {
  margin-right: 15px;
}

.ppoint .link a {
  color: #fff;
  font-weight: 300;
  text-underline-offset: 5px;
}

.ppoint .link a:hover {
  text-decoration: none;
}

.ytp-title-link {
  display: none;
}

/** FOOTER **/

footer {
  width: 100%;
  background-color: #000;
  padding: 22px;
  text-align: center;
}

footer p {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}

footer p a {
  font-weight: 400;
  color: #e5e5e5;
  text-decoration: none;
}

footer p a:hover {
  text-decoration: underline;
  color: #c4c5c6;
}

.whatsapp {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
}

.whatsapp a {
  text-decoration: none;
}

.whatsapp a img {
  width: 100%;
}

.whatsapp a:hover img {
  width: 102%;
}

.videof {
  display: inline-block;
}

/** -- MEDIA QUERYES -- **/

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

header {
  height: 500px;
}

header img {
  box-shadow: rgba(0, 0, 0, 0.8);
  align-self: center;
  text-align: center;
  width: 40%;
}

/** INFO 1 **/

.s_general {
  padding: 90px 40px;
  justify-content: space-between;
}

.s_general h2 {
  font-size: 30px;
}

.s_general h2 b {
  font-size: 35px;
}

.s_general h2 b sup{
  font-size: 18px;
}

.s_general span {
  margin: 20px;
}

.s_general article {
  width: 55%;
}

/** PRECIOS **/
.back_price::before {
  width: 50%;
  /**transform: skewX(-12deg);
  transform-origin: top right;**/
}

.back_price::after{
  right: 50%;

}

.half {
  width: 55%;
}

.precios h3 {
  font-size: 30px;
}


.precios h1 {
  font-size: 60px;
}

.precios h1::before{
  content: "";
  position: absolute;
  width: 110%;
  height: 75px;
}

.precios h1 sup {
  font-size: 30px;
}

/** MESETA **/
.meseta img {
  width: 180px;
}

.infomeseta h2 {
  font-size: 22px;
}

.infomeseta h2 b {
  font-size: 26px;
}

/** TOYOTA **/

.s_planta {
  padding: 0 0px;
  justify-content: space-between;
}

.s_planta .img_toyota {
  width: 45%;
  height: 300px;
}

.s_planta .info_planta {
  width: 50%;
  padding: 0 20px;
}

/** PARK POINT **/

.ppoint h2 {
  font-size: 30px;
  line-height: 30px;
}

.ppoint span {
  width: 90%;
}

.ppoint article {
  width: 75%;
  padding: 25px 5px;
}

.videof {
  display: none;
}

}

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

  header {
  height: 450px
}

  header img {
  width: 50%;
}

header .square {
  width: 350px;
  padding: 18px;
}

header .square h1 {
  font-size: 25px;
  line-height: 20px;
}

header .square h3 {
  font-size: 10px;
  line-height: 10px;
}

/** INFO 1 **/
  .s_general article {
  width: 70%;
}

/** PRECIOS **/
.back_price::before {
  width: 55%;
  /**transform: skewX(-12deg);
  transform-origin: top right;**/
}

.back_price::after{
  right: 55%;

}

.half {
  width: 65%;
}

/** MESETA **/
.meseta {
  flex-direction: column;
  padding: 15px 0px;
}

.meseta img {
  margin: 20px 0px;
  width: 200px;
}

.imagemeseta {
  height: 200px;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  margin-bottom: 20px;
}

/** TOYOTA **/

.s_planta .info_planta {
  width: 55%;

}

.whatsapp {
  width: 45px;
  height: 45px;
}

}

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

header {
  height: 400px
}

header .square {
  width: 300px;
}

/** INFO 1 **/

.s_general {
  padding: 70px 35px;
  flex-direction: column;
  align-items: center;
}

.s_general span {
  display: none;
}

.s_general article {
  width: 100%;
  padding: 25px;
  text-align: justify;
}  

/** PRECIOS **/

.back_price {
  background-position: bottom;
  flex-direction: column-reverse;
  height: 600px;
}

.back_price::before {
  width: 100%;
  height: 300px;
  bottom: 0;
  top: auto;
  margin-bottom: auto;
  /**transform: skewX(-12deg);
  transform-origin: top right;**/
}

.back_price::after{
  display: none;

}

.half {
  width: 100%;
}

.precios {
  padding: 50px;
  height: 300px;
}

.precios h3 {
  font-size: 25px;
  color: #fff;
}


.precios h1 {
  font-size: 60px;
}

.precios h1::before{
  width: 100%;
  height: 80px;
  top: 0%;
  right: -2%;
}

.precios h1 sup {
  font-size: 25px;
}

/** TOYOTA **/

.s_planta {
  flex-direction: column;
}

.s_planta .img_toyota {
  width: 100%;
  height: 200px;
}

.s_planta .info_planta {
  width: 100%;
}

.s_planta .info_planta img {
  align-self: flex-end;
  padding-bottom: 20px;
  padding-right: 20px;
}

/** PARK POINT **/

.s_ppoint {
  flex-direction: column;
}

.img_ppoint {
  width: 100%;
  height: 300px;
}

.img_ppoint img {
  bottom: 5px;  
}

.ppoint h2 {
  font-size: 30px;
  line-height: 30px;
  padding: 45px 15px 15px 15px;
  margin-right: 20px;
}

.ppoint span {
  width: 85%;
}

.ppoint article {
  width: 72%;
}

.ppoint .link {
  padding: 40px 40px 80px 40px;
}

}

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

header {
  height: 350px
}

header .square {
  margin-top: 30px;
}
/** PRECIOS **/

.precios h3 {
  font-size: 20px;
}

.precios h1 {
  font-size: 50px;
}

.precios h1::before{
  height: 70px;
}

.precios h1 sup {
  font-size: 20px;
}

}

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

    header img {
  width: 60%;
}

header::before {
  animation-name:  none;
}
}

