/* GENERAL */



body
{
  margin: 0px;
  /* overflow: auto !important; */
  overflow-x: hidden !important;
  overflow-y: auto !important;

  background-color: #ffefaa;
  /* background-color: white; */
}
      
#contenedor_mobile
{
  width: 100%;
  /* max-width: 600px; */
  /* 414x896px (Iphone XR) */
  /* max-width: 820px; */
  max-width: var(--max-width-contenedor-vertical);
  /* height: 100vh; */

  margin-left: auto;
  margin-right: auto;
  /* background-color: gray; */

  display: flex;
  flex-wrap: wrap;
  /* padding: 30px; */

  justify-content: center;

  /* overflow: auto !important; */
}

/* FONDOS */
.fondo_inicioINACTIVO
{
  /* position: relative;
  top: 0px;
  left: 0px;	 */
  background:url("../../images/bg/bg_1.jpg") no-repeat 0 0 transparent;
  background-size: 100% 100%;
  
  /* width:100%;
  height:100%; */

  /* background-size: cover;
  background-position: top center; */
  /* background-size: cover; */
  /* background-size: auto 100%; */
  /* background-size: 100% auto; */
  /* background-size: 100% auto; */
  /* background-position: center center; */
  /* background-position: center center; */
  /* background-position: top center; */

  /* z-index: -1; */
}

.div_fondo_inicio
{
  position:absolute;
  /* position: fixed; */
  /* position: sticky; */
  top: 0px;
  width: 100%;
  /* max-width: 600px; */
  /* 414x896px (Iphone XR) */
  max-width: var(--max-width-contenedor-vertical);

  z-index: -1;
}


/* INICIO 
////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.logo_inicio
{
  flex: 100%;
  /* flex-flow: column nowrap; */
  /* max-width: 600px; */
  /* max-width: 70%; */
  /* max-width: 72%; */
  
  /* margin-top: 50px; */
  /* margin-top: 100px; */
  /* margin-top: 5vh; */
  /* margin-top: 7vh; */
  margin-top: 15%;

  text-align: center;
}

.logo_inicio img
{
  width: 70%;
}

.producto_inicio
{
  flex: 100%;
  /* flex-flow: column nowrap; */
  
  /* max-width: 600px; */
  /* max-width: 70%; */
  
  /* margin-top: 100px; */
  /* margin-top: 8vh; */
  /* margin-top: 6vh; */
  /* margin-top: 6vh; */
  margin-top: 15%;

  text-align: center;
}

.producto_inicio img
{
  width: 70%;
}

.bienvenido_inicio
{
  flex: 100%;
  /* flex-flow: column nowrap; */
  
  /* max-width: 300px; */
  /* max-width: 40%; */
  
  /* margin-top: 100px; */
  /* margin-top: 8vh; */
  /* margin-top: 6vh; */
  margin-top: 15%;

  text-align: center;
}

.bienvenido_inicio img
{
  width: 35%;
}

.btn_iniciar_inicio
{
  flex: 100%;
  /* flex-flow: column nowrap; */
  /* width: 100%; */
  /* max-width: 600px; */
  /* max-width: 70%; */
  max-width: 100%;
  
  /* margin-top: 30px; */
  margin-top: 2vh;

  text-align: center;
  cursor: pointer;
}


.btn_iniciar_inicio img
{
  width: 60%;
}

#txt_comebien
{
  /* position: absolute; */
  width: 20%;
  margin-top: 20%;
}


/* RECETAS 
////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* * {
  box-sizing: border-box;
} */

/* body {
  margin: 0px;
  font-family: Arial;
} */

.header {
  width: 100%;
  /* height: 200px; */
  top: 0;
  text-align: center;
  /* padding: 32px; */
  /* background-color: blue; */
  position: sticky;

  z-index: 2;
}


.row {
  display: flex;
  flex-wrap: wrap;
  /* padding: 0 4px; */
  /* padding: 30px; */
  padding: 20px;


  /* height: 50vh;
  overflow: scroll; */

  justify-content: space-around;/* ??? */
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 50%;
  /* flex: 45%; */
  /* max-width: 50%; */
  /* padding: 0 4px; */
  padding: 0px;
  /* margin: 10px; */

  /* overflow: hidden; */

  /* margin-bottom: 10px; */

  /* border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000; */

  cursor: pointer;
}

.column_full {
  /* flex: 100%; */
  flex: 100%;
  /* max-width: 100%; */
  /* padding: 0 4px; */
  padding: 0;

  /* overflow: hidden; */
/* 
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000; */

  cursor: pointer;
}


/* RECORTE IMG */
/* .column_der_1 {
  max-height: 20vh;
}
 */
/* .column_izq_1 {
  max-height: 40vh;
}
 */

/* .column_izq_2 {
  max-height: 20vh;
} */

.column_der_2 {/* C MARGIN NEGATIVO */
  /* max-height: 40vh; */
  /* margin-top: -19vh; */
  /* margin-top: -27%; */
  /* margin-top: -13vh; */
  margin-top: -27%;
}


.column_center {/* FULL */
  /* margin-top: 10px; */
  /* margin-bottom: 10px; */
  /* max-width: 97.5%; */
  /* max-height: 20vh; */
  margin-bottom: 0px;
}
/* END RECORTE IMG */





.foto_receta_a img {   

  width:100%;

  vertical-align: top;

  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;
}





.logo_recetas
{
  flex: 100%;
  /* margin-top: 5%; */

  text-align: center;
}

.logo_recetas img
{
  /* width: 70%; */
  width: 100%;
}

.fondo_recetas
{

  background:url("../../images/bg/bg_logo_recetas.png") no-repeat 0 0 transparent;
  background-size: 100% auto;
  
  background-position: top center;

}


.div_fondo_recetas
{
  /* position:absolute; */
  position: fixed;
  /* position: sticky; */
  top: 0px;
  width: 100%;
  /* max-width: 600px; */
  /* 414x896px (Iphone XR) */
  max-width: var(--max-width-contenedor-vertical);

  z-index: -2;
}


.btn_inicio
{
  position: fixed;
  width: 4%;
  min-width: 50px;
  margin-left: 20px;
  top: 20px;
  text-align: left;
  z-index: 1;

  cursor: pointer;
}







/* Responsive layout - makes a two column-layout instead of four columns */
/* @media (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
} */

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
/* @media (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
} */



/* VER RECETA
////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.titulo_receta
{
  flex: 100%;
  text-align: center;
  /* background-color: white; */
}

.titulo_receta img
{
  /* width: 70%; */
  width: 100%;
}

.contenido_seccion
{
  width: 100%;
  margin-top: -25px;/* AJUSTE NEGATIVO */
}

.contenido_seccion img
{
  width: 100%;
}

.btn_procedimiento
{
  flex: 50%;
  padding-left: 5%;
  width: 45%;
  /* margin-top: -200px; */
  margin-top: -40%;
  
  cursor: pointer;
  z-index: 1;
}

.btn_procedimiento img
{
  width: 80%;
}

.btn_video
{
 

  flex: 50%;
  padding-right: 5%;
  width: 45%;
  /* margin-top: -200px; */
  margin-top: -40%;
  
  cursor: pointer;
  z-index: 1;
}

.btn_video img
{
  margin-left: 20%;
  width: 80%;
}




.btn_descargar
{
  flex: 100%;

  width: 100%;
  /* margin-top: -100px; */
  margin-top: -20%;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}

.btn_descargar img
{
  width: 36%;
}

/* VER RECETA - VIDEO
////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#video_div
{
  /* flex: 100%; */
  position: relative;
  width: 100%;
  /* height: 100%; */
  /* height: 400px; */
  text-align: center;

  /* margin-top: -30px; *//* AJUSTE NEGATIVO */
}

video {
  position: absolute;
  top: 10%;
  right: 0;
  /* display: none; */
  /* height: auto;
  width: 100%; */
  /* height: 100vh;
  width: auto; */
  /* height: 400px; */
  width: 100%;

  z-index: -1;
}


#fullscreen-button
{
  /* position: fixed; */
  position: absolute;
  top: 25px;
  right: 20px;

  width: 12%;
  text-align: right;
  

  cursor: pointer;

  z-index: 3;
}

#fullscreen-button img
{
  width: 100%;  
}


.div_play_video
{
  /* position: absolute; */
  /* position: relative; */
  position: sticky;
  float: center;
  width: 100%;
  /* height: 100%; */
  /* background-color: white; */
  background-color: transparent;
  opacity: 1;
  
  z-index: 1;
}


.div_play_video img
{
  /* margin-top: 50%;
  margin-bottom: 50%; */
  margin-top: 40%;
  width: 30%;
}


.contenedor_botones_inferiores
{
  /* flex: 100%; */
  position: relative;
  margin-top: 45%;
  width: 100%;
  height: auto;
  padding: 20px;
}


.btn_procedimiento_video
{
  
  /* position: absolute; */
  width: 40%;
  float: left;
  
  cursor: pointer;
  z-index: 1;
}

.btn_procedimiento_video img
{
  width: 100%;
}


.btn_video_video
{
  /* position: absolute; */
  width: 40%;
  float: right;
  
  cursor: pointer;
  z-index: 1;
}

.btn_video_video img
{
  padding-right: 5%;
  width: 100%;
}
