/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap');

body
{
	margin: 0;
}

.ma5slider .slides h3 {
    font-family: "Baloo 2",sans-serif;
    width: 80%;
    position: absolute;
    top: 35%;
    left: 10%;
    text-align: center;
    font-size: 60px;
    z-index: 9999;
    text-shadow: 2px 2px #000;
}

#logoPC
{
	width: 200px;
	height: 112px;
	margin: auto;
	padding: 10px 0px;

}

#logoMovil
{
	width: 120px;
	margin: auto;
	padding: 10px 0px;
	display: none;
}

#filtros
{
	width: 330px;
	height: auto;

	padding: 50px 10px 30px 0px;
	background-color: #ff825e;
	position: absolute;
	z-index: 1000;
}

.textoFiltro
{
	color:#FFF;
	font-family: "Baloo 2",sans-serif;
	font-size: 30px;
	cursor: pointer;
	padding-left: 30px;
}
#closeFiltros
{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 20px;
	right: 20px;
	background-image: url(../images/close.png);
	background-size: contain;
	cursor: pointer;
}

.textoFiltro:hover
{
	color:#d70c54;
}

.opcionFiltro
{
	background-color: #FFF;
	color:#000000;
	font-family: "Baloo 2",sans-serif;
	font-size: 18px;
	padding: 10px 0px 10px 30px;
	cursor: pointer;
}
.opcionFiltro:hover
{
	background-color: #FFF;
	color:#d70c54;
}
.linkTop
{
	color:#FFF;
}
.linkTop:hover
{
	color:#fde7c6;
	text-decoration: none;
}

#historia
{
    background-color: #46276f;
    Color:#FFF;
}

#historia .titulo
{
    font-family: "Baloo 2",sans-serif;
    font-weight: 700;
	font-size: 70px;
}
#historia .texto
{
    font-family: "Baloo 2",sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.2;
}
#historia .titulo2
{
    font-family: "Baloo 2",sans-serif;
    font-weight: 700;
	font-size: 28px;
}
#historia .titulo3
{
    color:#ffc100;
    font-family: "Baloo 2",sans-serif;
    font-weight: 700;
		font-size: 28px;
}


.card {
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin: 5px 5px;
  }

  .card > hr {
    margin-right: 0;
    margin-left: 0;
  }

  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
  }

  .card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }

  .card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }

  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0 1.25rem;
  }

  .card-title {
    margin-bottom: 0.75rem;
  }

  .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
  }

  .card-text:last-child {
    margin-bottom: 0;
  }

  .card-link:hover {
    text-decoration: none;
  }

  .card-link + .card-link {
    margin-left: 1.25rem;
  }

  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }

  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }

  .card-header + .list-group .list-group-item:first-child {
    border-top: 0;
  }

  .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }

  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  }

  .card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
  }

  .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }

  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
  }

  .card-img,
  .card-img-top,
  .card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
  }

  .card-img,
  .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }

  .card-img,
  .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }

  .card-deck .card {
    margin-bottom: 15px;
  }

  @media (min-width: 576px) {
    .card-deck {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px;
    }
    .card-deck .card {
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px;
    }
  }

  .card-group > .card {
    margin-bottom: 15px;
  }

  @media (min-width: 576px) {
    .card-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
    }
    .card-group > .card {
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      margin-bottom: 0;
    }
    .card-group > .card + .card {
      margin-left: 0;
      border-left: 0;
    }
    .card-group > .card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
      border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
      border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
      border-bottom-left-radius: 0;
    }
  }

  .card-columns .card {
    margin-bottom: 0.75rem;
  }

  @media (min-width: 576px) {
    .card-columns {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1.25rem;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1;
    }
    .card-columns .card {
      display: inline-block;
      width: 100%;
    }
  }

#catalogoTop1
{
	background-color: #3f066f;
	width: 100%;
	padding: 5px 0px;
	font-family: "Baloo 2",sans-serif;
    color:#fff;
	font-size: 36px;
	text-align: center;
}
#catalogoTop1 img
{
	vertical-align:baseline;
	height: 30px;
}
#catalogoTop2
{
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	position: relative;
}
#catalogoTop2 .texto
{
	font-family: "Baloo 2",sans-serif;
    color:#b4e335;
	font-size: 24px;
}

#filtrosBtn
{
	position: absolute;
	top:30px;
	left: 10%;
	cursor: pointer;
}
#filtrosBtnMovil
{
	position: absolute;
	top:10px;
	left: 5%;
	display: none;
	cursor:pointer;
}
#loginBtn
{
	position: absolute;
	top: 20px;
	right: 5%;
}

#loginBtnMovil
{
	position: absolute;
	top: 20px;
	right: 10px;
	display: none;
}

#catalogoTop3
{
	background-color: #ff825e;
	width: 100%;
	height: auto;
	position: relative;
	padding: 10px 0px;
	text-align: center;
}

#catalogoTop3 input
{
	padding: 10px 10px 5px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	width: 520px;
  background-color:#fde7c6;
  border: none;
  color: #ff825e;
  font-size: 20px;
}

#catalogoTop3 input::-webkit-input-placeholder {
  color: #ff825e;
  font-size: 20px;
}
#catalogoTop3 input:-moz-placeholder {
  color: #ff825e;
  font-size: 20px;
}
#catalogoTop3input:-ms-input-placeholder {
  color: #ff825e;
  font-size: 20px;
}

#catalogoTop3 .search
{
	width:44px;
	height:44px; cursor:pointer;
	background-image: url('../images/search2.png');
	background-size:cover;
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}



.avisoTop
{
	font-family: "Baloo 2",sans-serif;
	font-size: 50px;
	color: #e70f47;
	text-align: center;
}
#nuevosProductos
{
	height: 50px;
}



#footer
{
	background-color: #ff825e !important;
    padding: 30px 0px;
    Color: #FFF;
}
.footerText h3{
    color:#FFF;
    text-align: center;
    font-family: "Baloo 2",sans-serif;
    max-width: 80%;
    margin: 0 auto;
    padding:1em;
    font-size:1.5em;
}
.footerText h3 span{
    color:#FFF;
    text-align: center;
    font-family: "Baloo 2",sans-serif;
    max-width: 80%;
    margin: 0 auto;
    padding:.5em 0;
    font-size:1.5em;
    font-style: italic;
}
.footerText h4{
    color:#eae827;
    text-align: center;
    font-family: "Baloo 2",sans-serif;
    max-width: 80%;
    margin: 0 auto;
    padding:0 1em;
    font-size:1em;
}
.footerText p{
    color:#FFFFFF;
    text-align: center;
    font-family: "Baloo 2",sans-serif;
    max-width: 80%;
    margin: 0 auto;
    padding:0 1em;
    font-size:.9em;
    padding-bottom:3em;
}
.footerText li a{
    color:#FFFFFF !important;
    font-family: "Baloo 2",sans-serif;
    font-size:1em;
	cursor: pointer;
}
.footerText li a:hover{
	color:#e62242 !important;
}


.footerLink
{
	color:#FFFFFF;
    text-decoration: none;
    cursor: pointer;
	font-size: 1em;
}
.footerLink:hover
{
	color:#e62242;
}


/*catalogo*/
.catalogo{
       padding: 0;
    overflow: hidden;
    display: inline-block;
    margin: 1em 10px;
    position: relative;
}
.catalogo img{
    max-width: 100%;
}
.catalogo h3{
    background-color: rgba(160, 160, 160, 0.5);
    position:absolute;
    bottom:0;
    right:0;
    padding:.25em;
    color:#fff;
    font-family:"Calibri-Bold", sans-serif;
    text-align: right;
    width: 100%;
    padding-right:1em;
    font-size:2em;
    max-width: 60%;
    min-height: 2em;
    vertical-align: middle;
}

.catalogo a{
    cursor: pointer;
}

/*catalogo*/

/*productos*/

#pathCatalogo
{
	width: 90%;
	margin: auto;
	padding: 20px;
	text-transform: uppercase;
	color: #666;
}

#pathCatalogo .link
{
    font-family:"Calibri", sans-serif;
	color: #666;
}
#pathCatalogo .link:hover
{
	color: #e62242;
	text-decoration: none;
}

.catalogoProductos{
     padding: 0;
    overflow: hidden;
    display: inline-block;
    margin: 1em auto;
    position: relative;
}
.catalogoProductos .img-prod{
    max-width: 300px;
}
.catalogoProductos h1{

    padding:20px 0px 10px 0px;
    color:#5a2a82;
    font-family:"Calibri-Bold", sans-serif;
    text-align: center;
    width: 100%;
    font-size:20px;
}

.catalogoProductos h2{
    padding:0px 0px 10px 0px;
    color:#000;
    font-family:"Calibri", sans-serif;
    text-align: center;
    width: 100%;
    font-size:16px;
}

.catalogoProductos a{
    cursor: pointer;
}

#detalleNombre
{
  font-family: "Baloo 2",sans-serif;
	color:#ec0b43;
	font-size: 26px;
}
#detallePrecio
{
    font-family: "Baloo 2",sans-serif;
		color: #000;
		font-size: 26px;
}
#detalleMarca
{
    font-family: "Baloo 2",sans-serif;
	color: #000;
	font-size: 16px;
}
#favorito
{
	padding:20px 0px;
}
.detalleClave
{
    font-family: "Baloo 2",sans-serif;
	color: #000;
	font-size: 18px;
}
#caracteristicas
{
	margin-top: 10px;
	background-color: #fde7c6;
	width: auto;
	padding: 10px 0px;
	font-family: "Baloo 2",sans-serif;
    font-size: 18px;
    color:#c71f4a;
}

.iconoCarac
{
	width:30px;
	height: 30px;
	margin: 3px;
}

/* TERMINA DETALLE */

.lineaSeparador
{
	width:100%;
	height: 10px;
	background-color: #e70f47;
}




@media (max-width: 1024px){
	.ma5slider .slides h3 {
		font-size: 40px;
	}
}

@media (max-width: 850px){
	#logoPC
	{
		display: none;
	}
	#logoMovil
	{
		display: block;
	}
	.ma5slider .slide img {
	  width: 100%;
	  /*width: auto;
      height: 250px;*/
	  height: auto;
	}

}


@media (max-width: 650px){
	#catalogoTop1
	{
		font-size: 20px;
	}
	#catalogoTop1 img
	{
		height: 16px;
	}
	.ma5slider .slides h3
	{
		font-size: 30px;
		top:20%;
	}
	#loginBtn
	{
		display: none;
	}
	#loginBtnMovil
	{
		display: block;
	}
	#filtrosBtn
	{
		display:none;
	}
	#filtrosBtnMovil
	{
		display: block;
	}
	#catalogoTop3 input
	{
		padding: 10px 10px 5px 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		width: 320px;
	}
	#catalogoTop3 input::-webkit-input-placeholder {
	  font-size: 16px;
	}
	#catalogoTop3 input:-moz-placeholder {
	  font-size: 16px;
	}
	#catalogoTop3input:-ms-input-placeholder {
	  font-size: 16px;
	}
}

@media (max-width: 460px){
	.avisoTop
	{
		font-size: 30px;
	}
	#pathCatalogo
	{
		width: 98%;
		padding: 20px 10px;
	}
	.take_cat img
	{
		display: none;
	}
}





/* ================================================================= archivo style.css ========================================= */

.link_form{
    margin:0 auto;
    text-align: center;
    padding:3em;
}
.link_form h1{
    font-family: "Baloo 2",sans-serif;
	font-weight: 900;
    color: #5a2a82;
    font-size:4em;
}

.yellow{
    background-color: #cbce2b;
    height:30px;
    margin-bottom:28px;
    margin-top:28px;
}
.footer_text h3{
    color:#000;
    text-align: center;
    font-family: "Baloo 2",sans-serif;
    max-width: 80%;
    margin: 0 auto;
    padding:1em;
    font-size:1.5em;
}
.footer_text h3 span{
    color:#000;
    text-align: center;
    font-family: "Baloo 2",sans-serif;
    max-width: 80%;
    margin: 0 auto;
    padding:.5em 0;
    font-size:1.5em;
    font-style: italic;
}
.footer_text h4{
    color:#5a2a82;
    text-align: center;
    font-family: "Baloo 2",sans-serif;
    max-width: 80%;
    margin: 0 auto;
    padding:0 1em;
    font-size:1em;
}
.footerTerminos{
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    padding:0 1em;
}
.footerTerminosEnlace{
    font-family: "Baloo 2",sans-serif;
    font-size:0.9em;
	cursor: pointer;
	text-decoration: none;
	color:#e91547;
}
.footer_text p{
    color:#bcbcbc;
    text-align: center;
    font-family: "Baloo 2",sans-serif;
    max-width: 80%;
    margin: 0 auto;
    padding:0 1em;
    font-size:.9em;
    padding-bottom:3em;
}
.footer_text li a{
    color:#acacac !important;
    font-family: "Baloo 2",sans-serif;
    font-size:1em;
	cursor: pointer;
}
.footer_text li a:hover{
	color:#5a2a82 !important;
}
.social{
    margin:0;
}
.social span{
    text-align: center;
    font-size:3em;
    color:#000;
	cursor: pointer;
}
.social span:hover{
    color:#5a2a82;
}

.footerLink
{
	color:#828282;
    text-decoration: none;
    cursor: pointer;
	font-size: 1em;
}
.footerLink:hover
{
	color:#5a2a82;
}
.menu_footer{
    text-align: center;
    margin:0 auto;
}
.menu_footer_g{
    display:block;
	margin-top: 40px;
}
.menu_footer_m{
    display:none;
}

.sendi{
    background: #340e4e;
    background-image: -webkit-linear-gradient(top, #340e4e, #6b408f);
    background-image: -moz-linear-gradient(top, #340e4e, #6b408f);
    background-image: -ms-linear-gradient(top, #340e4e, #6b408f);
    background-image: -o-linear-gradient(top, #340e4e, #6b408f);
    background-image: linear-gradient(to bottom, #340e4e, #6b408f);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px #2e2e2e;
    -moz-box-shadow: 0px 1px 3px #2e2e2e;
    box-shadow: 0px 1px 3px #2e2e2e;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    display: block;
    width:30%;
    min-height: 4em;
    text-align: center;
    margin:2em auto;
    margin-bottom:2em;
    padding: .5em 1em;
    border: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 5px;
    background-clip: padding-box;
    box-shadow: none;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.sendi:hover{
    background: #000000;
    background-image: -webkit-linear-gradient(top, #000000, #525252);
    background-image: -moz-linear-gradient(top, #000000, #525252);
    background-image: -ms-linear-gradient(top, #000000, #525252);
    background-image: -o-linear-gradient(top, #000000, #525252);
    background-image: linear-gradient(to bottom, #000000, #525252);
    text-decoration: none;
}
.sendi2{
    background: #abab1d;
    background-image: -webkit-linear-gradient(top, #abab1d, #eae827);
    background-image: -moz-linear-gradient(top, #abab1d, #eae827);
    background-image: -ms-linear-gradient(top, #abab1d, #eae827);
    background-image: -o-linear-gradient(top, #abab1d, #eae827);
    background-image: linear-gradient(to bottom, #abab1d, #eae827);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px #2e2e2e;
    -moz-box-shadow: 0px 1px 3px #2e2e2e;
    box-shadow: 0px 1px 3px #2e2e2e;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    display: block;
    width:30%;
    min-height: 4em;
    text-align: center;
    margin:2em auto;
    margin-bottom:2em;
    padding: .5em 1em;
    border: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 5px;
    background-clip: padding-box;
    box-shadow: none;
    color: #5a2a82;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.sendi2:hover{
    background: #000000;
    background-image: -webkit-linear-gradient(top, #000000, #525252);
    background-image: -moz-linear-gradient(top, #000000, #525252);
    background-image: -ms-linear-gradient(top, #000000, #525252);
    background-image: -o-linear-gradient(top, #000000, #525252);
    background-image: linear-gradient(to bottom, #000000, #525252);
    text-decoration: none;
    color: #fff;
}
.sendi3{
    background: #ff825e;

    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;

    text-decoration: none;

    width:80%;
    text-align: center;

    padding: 5px 30px;

    color: #fff;
    font-size: 18pt;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.sendi3:hover{
    background: #CCCCCC;
    text-decoration: none;
    color:#000;
}
.sendi4{
    background: #ec0b43;
    font-size: 12pt;
    padding: 10px 20px;
    display: block;
    text-align: center;
    margin-bottom:2em;
    border: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.sendi4:hover{
    background: #999999;
}
.sendi5:hover{
    background: #000000;
    text-decoration: none;
}
.sendi5{
    background: #ec0b43;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    display: block;
    width:50%;
    min-height: 4em;
    text-align: center;
    margin:0em auto;
    margin-bottom:2em;
    padding: .5em 1em;
    border: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 5px;
    background-clip: padding-box;
    box-shadow: none;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



/*recetas*/
.cover_gourmet{
    height:50vh;
    background: url(../images/gourmet_cover.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cover_postres{
    height:50vh;
    background: url(../images/postres_cover.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cover_botanas{
    height:50vh;
    background: url(../images/botanas_cover.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cover_recetas h2{
    font-family: "Baloo 2",sans-serif;
    color:#fff;
    margin:0 auto;
    padding-top: 15vh;
    text-align: center;
    text-shadow: 2px 2px 2px #000;
    font-size:8vw;

	height:50vh;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.captions input{
    background: #340e4e;
    background-image: -webkit-linear-gradient(top, #340e4e, #6b408f);
    background-image: -moz-linear-gradient(top, #340e4e, #6b408f);
    background-image: -ms-linear-gradient(top, #340e4e, #6b408f);
    background-image: -o-linear-gradient(top, #340e4e, #6b408f);
    background-image: linear-gradient(to bottom, #340e4e, #6b408f);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px #2e2e2e;
    -moz-box-shadow: 0px 1px 3px #2e2e2e;
    box-shadow: 0px 1px 3px #2e2e2e;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    display: block;
    width:30%;
    font-size: 20px;
    height: 50px;
    text-align: center;
    left:35%;
    top:55%;
    padding: .5em 1em;
    border: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 5px;
    background-clip: padding-box;
    box-shadow: none;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
}
.captions input:hover{
    background: #000000;
    background-image: -webkit-linear-gradient(top, #000000, #525252);
    background-image: -moz-linear-gradient(top, #000000, #525252);
    background-image: -ms-linear-gradient(top, #000000, #525252);
    background-image: -o-linear-gradient(top, #000000, #525252);
    background-image: linear-gradient(to bottom, #000000, #525252);
    text-decoration: none;
}
.receta{
    margin: 0 auto;
}
.receta img{
    max-width: 100%;
    padding:0.5em;
}
.recetas_cat{
    padding:5em;
}

/*recetas*/



/*WHATSAPP FLOTANTE*/
#whatsappFlotante
{
	width: 50px;
	height: 50px;
	background-image: url('../images/Whatsapp2.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: fixed;
	bottom: 10px;
	right: 50px;
	z-index: 1000;
	cursor: pointer;
}

#botonCantidad
{
	background-color:#a2347f;
	width:140px;
	border-radius: 10px;
}

#botonCantidad #menos, #mas
{
	color:#FFF;
	border:none;
	font-size:30px;
	font-weight: 700;
	background-color:#a2347f;
	border-radius: 10px;
}

#botonCantidad #cantidad
{
	text-align:center;
	width:70px;
	color:#FFF;
	border:none;
	font-size:30px;
	font-weight: 700;
	background-color:transparent;

	-webkit-appearance: none;
    -moz-appearance: none;
          appearance: none;
}

#mensaje
{
	font-family: "Baloo 2",sans-serif;
	color:#999;
	font-size:16px;
}
