/**********
21 Días - 7 Kilos Menos | La Dieta Amigable 
Chef Oropeza®
Todos los derechos reservados © 2020
www.cheforopeza.com.mx
Foodmates
*********/

@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,900,900i&display=swap');


body{
  background:#8a4688;
  padding: 0;
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;

}

a.boton{
  background: #fff;
  color: #8a4688;
  font-weight: 700;
  text-decoration: none;
}

.main { }

.parallaxContainer {
  justify-content: center;
  min-height: 35vh !important;
  max-height: 65vh !important;
  align-items: center;
  background-image: url(../images/chef_morado.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  background-color: #8a4688;
}

h1{
  text-align: center;
  padding: 7rem 0;
  width: 100%;
  display: block;
}

h1 img{
  width: 90%;
}

h2{
  text-align: center;
  padding: 1rem 0;
  font-size: 2rem;
}


.container {
  display: block;
}

.container-video{
  position: relative;
  display: block;
  z-index: 1;
  background: #fff;
}

.container-nutri {
  position: relative;
  display: block;
  background:#8a4688;
  z-index: 1;
}

.content-tienda {
  width: 60% !important;
  margin: 1rem auto 1rem auto;
  padding: 50px 15px !important;
  display: block;
  background: #4eb4bc;
/*  background: rgba(248, 158, 119, .55);*/
}

.content-tienda h1{
  font-size: 2rem;
  color: #fff;
  width: 90%;
  padding: 0;
  margin: 0 auto;
}

.content-tienda img{
  vertical-align: top;
  display: inline;
  margin-left: 3.5rem;
}

.content-tienda img.hoy{
  width: 20%;
  margin: 0 auto;
  text-align: center;
}


#product-component-15d4e6b2485{
  width: 60% !important;
  vertical-align: top;
  display: inline-block;
  padding-top: 4rem;
}

.content-producto {
  max-width: 1281;
  margin: 0 auto;
  padding: 5px 0;
}

.content {
  max-width: 1281;
  margin: 0 auto;
  padding: 75px 0;
}

.content iframe{
  width: 50%;
  display: inline-block;
  vertical-align: top;
}


.content p.nutri{
  text-align: center;
  color: #000;
  margin: 75px 0;
  font-size: 1.5rem;
  font-weight: 300;

}

.content p.intro{
  text-align: left;
  color: #fff;
  margin: 0 0 0 2em;
  width: 40%;
  display: inline-block;
  vertical-align: top;
  font-size: 1.5rem;
  font-weight: 300;
}

.content h3{
  font-size: 1.3rem;
  text-align: center;
}

.content ul{
  margin: 0;
  padding: 0;
}

.content li{
  width: 28%;
  margin: 0 1.5rem;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  text-align: justify;
}

.nutriologa{
  width: 80%;
  text-align: center;
  margin-bottom: .5rem;
}

.facebook{
  display: inline-block;
  width: 20%;
  vertical-align: top;
}

.facebook img{
  width: 100%;
  margin-top: 2em;
}

.taller{
  display: inline-block;
  width:  65%;
  vertical-align: top;
  margin-left: 2rem;
}

.taller h3{
  font-size: 2rem;
  text-align: left;
}

.taller p{
  text-align: justify !important;
  font-size: 1rem;

}

.taller p span{
  font-weight: bold;
  color: #4eb4bc;
}


footer{
  background: #8a4688;
  color: #fff;
  padding: 2rem 0;
  text-align: center;
  font-size: 0.9rem;
  width: 90% !important;
  margin: 0 auto;
}

@media (min-width: 720px) and (max-width: 1200px) {
  .container-video{
    position: relative;
    display: block;
    z-index: 1;
    background: #fff;
  }
  
  .container-nutri {
    position: relative;
    display: block;
    background:#4eb4bc;
    z-index: 1;
  }
  
  .content-tienda {
    width: 100% !important;
    margin: 0 auto;
    padding: 30px 15px 50px 15px!important;
    display: block;
    background: #4eb4bc;
  /*  background: rgba(248, 158, 119, .55);*/
  }

  .nutriologa{
    width: 80%;
    text-align: center;
    margin-bottom: .5rem;
  }

.content {
  max-width: 100% !important;
  margin: 0 auto;
  padding: 75px 15px !important;
}


.content li{
  width: 95%;
  margin: 0 1rem;
  list-style: none;
  display: block;
  vertical-align: top;
  text-align: justify;
}

.content iframe{
  width: 100% !important;
  margin: 0 auto 50px auto;
}


.content p.nutri{
  text-align: center;
  color: #000;
  margin: 75px 0;
  font-size: 1.5rem !important;
  font-weight: 300;

}

.content p.intro{
  text-align: center !important;
  color: #000;
  margin: 0;
  width: 100% !important;
  font-size: 1.5rem;
  font-weight: 300;
}

footer{
  background: #4eb4bc;
  color: #fff;
  padding: 2rem 0;
  text-align: center;
  font-size: 0.8rem !important;
  width: 90% !important;
  margin: 0 auto;
}



}


@media (min-width: 300px) and (max-width: 719px){


  .main {
    perspective: 1px;
    transform-style: preserve-3d;
    height: 100vh;
  /*  overflow-x: hidden;
    overflow-y: scroll;
   -webkit-overflow-scrolling: touch;
  */}


h1{
  text-align: center;
  padding: 7rem 0 3rem 0 !important;
  width: 100%;
  display: block;
}

h1 img{
  width: 90%;
}


.parallaxContainer {
  justify-content: center;
  min-height: 15vh !important;
  max-height: 19vh !important;
  align-items: center;
  background-image: url(../images/chef_morado.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  background-color: #8a4688;
}


.content-tienda {
  width: 90% !important;
  margin: 0 auto 3rem auto;
  padding: 0px 15px 45px 15px !important;
  display: block;
  height: auto;
  background: #4eb4bc;
  text-align: center;
/*  background: rgba(248, 158, 119, .55);*/
}


.content-tienda h1{
  font-size: 1.6rem;
  color: #fff;
  width: 100%;
  padding: 0;
  margin: 0;
}

.content-tienda img{
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.content-tienda img.hoy{
  width: 50%;
  margin: 0 auto;
  text-align: center;
}


#product-component-15d4e6b2485{
  width: 100%;
  vertical-align: top;
  display: inline-block;
  padding-top: 4rem;
}
  
  .content {
  max-width: 100% !important;
  margin: 0 auto;
  padding: 50px 15px !important;
}

.content li{
  width: 95%;
  margin: 0 1rem;
  list-style: none;
  display: block;
  vertical-align: top;
  text-align: justify;
}

.content iframe{
  width: 100% !important;
  margin: 0 auto 50px auto;
}

.nutriologa{
  width: 90%;
  text-align: center;
  margin-bottom: .5rem;
}

.content p.nutri{
  text-align: center;
  color: #fff;
  margin: 75px 0;
  font-size: 1.5rem !important;
  font-weight: 300;

}

.content p.intro{
  text-align: center !important;
  color: #fff;
  margin: 0;
  width: 100% !important;
  font-size: 1.5rem;
  font-weight: 300;
}


.facebook{
  display: block;
  width: 80%;
  margin: 0 auto;
  vertical-align: top;
  text-align: center;

}

.facebook img{
  width: 80%;
  text-align: center;
}


.taller{
  display: block;
  width: 90%;
  vertical-align: top;
  margin-left: 1rem;
}

.taller h3{
  font-size: 1.8rem;
  text-align: center !important;
}

.taller p{
  text-align: justify !important;

}

footer{
  background: #8a4688;
  color: #fff;
  padding: 2rem 0;
  text-align: center;
  font-size: 0.9rem !important;
  width: 90% !important;
  margin: 0 auto;
}

}