.figment-social-footer {
	background-color: white;
	width: 35px;
	height: 35px;
	color: #CE082F;
	font-size: xx-large;
	line-height: 36px;
	border-radius: 3px;
}

.figment-inner-nav-item {
	position: relative;
	border-left-color: blueviolet;
	border-left-style: solid;
	border-left-width: 2px;
	left: 10%;
	top: 20px;
}

.figment-dropdown-full-width {
	position: initial;
}

.figment-full-width {
	width:100%;
	margin-top:0;
	border : 0;
	background-color: rgba(255,255,255,0.85);
	height: 250px;
}

.figment-menu-col {
	min-width:200px;
}

.figment-texto-rojo {
	color: #CE082F;
}
.figment-texto-morado {
	color: #36028E;
}
.figment-bg-blanco {
	background-color: rgba(255,255,255,0.3);
}

.figment-bg-morado {
	background-color: rgba(54,2,142,0.5);
}

.figment-footer-text-small {
  color: #fff !important;
  font-size: 0.6em;
  font-weight: 100; 
}  
.figment-footer-link {
	color: white;
	
}

.figment-producto-img {
	max-height: 233px;
}

.figment-text-over-slide {
	font-size: 1.75rem;
	position: absolute;
	line-height: normal;
	padding-left: 3.5rem;
	max-height: 0px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.figment-text-linea-subtitulo , .figment-text-over-slide hr {
	border-bottom: 1px solid #CE082F; 
	width:50%; 
	height: 0;
	max-width: 200px;
	margin-left:0;
	
}

.figment-text-linea-subtitulo-blanco {
	border-color: white; 
}

.figment-foto-footer {
	height: 120px;
}

.figment-img-categoria-lista {
	max-width:80px;
	max-height: 85px;
}

.figment-icono-receta {
	width: 80px;
	height: 80px;
	margin-top: -40px;
}

.figment-border-morado {
	border-color: #36028E !important;
	border-width: 2px !important;
}

.figment-vineta-morada{
	border-left-width: 4px;
	border-left-color: #36028E;
	border-left-style: solid;
}

.figment-fill-slider{
	width:100%;
}

body {
  background-color: white;
  color: #a4a4a4; }
  
.form-control::placeholder {
  color: #36028E;
} 
  
.navbar {
  width: 100%;
  z-index: 1; }

.nav-link {
  color: #a4a4a4 !important;
  font-size: 0.75em;
  font-weight: 450; }


.dropdown-menu {
  color: #a4a4a4 !important;
  font-size: 0.75rem; }

.dropdown-item {
  color: #a4a4a4 !important;
}

.home-inner {
  padding-top: 0; }

.circle-icon {
  color: #fff !important;
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #fff;
  padding: 0.5em 0.6em; }

.menu-especie-subir {
  margin-top: -175px; }

.menu-especie {
  min-height: 300px;
  margin: 2%; }
  .menu-especie span {
    color: #fff;
    font-weight: 500;
    position: absolute;
    padding-top: 28%; }
  .menu-especie span hr {
    border-top: 1px solid white;
    margin-right: -25px; }
   .menu-especie-texto-productos {
		color: #fff;
		font-weight: 500;
		position: absolute;
		padding-top: 15px;
		font-size: 0.65rem;
   }

.menu-especie:hover {
  transition: 0.3s;
  transform: scale(1.1);
  box-shadow: 10px 10px 5px rgba(0, 0, 0, .25);
  cursor: pointer; }

.img-prod {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  }

.img-prod:hover {
  transition: 0.3s;
  transform: scale(1.1);
  }

.figment-2-imagenes {
  background-size: contain;
  background-repeat: no-repeat;  
  background-position-x: center;
}

#categorias-section {
	background: url('/assets/img/home/fondos/fondo_recetas.png');
	background-size: contain;
	color: white;
	font-weight: 100;
	
}

#search-icon {
  font-size: 1.25rem;
  font-weight: 100; }

#main-footer {
  background-color: #CE082F;
}
  
#categorias-section-desktop .slick-prev {
    top: 105%;
    left: 45%;
    color: #00315A; 
}

#categorias-section-desktop .slick-next {
    top: 105%;
    right: 45%;
    color: #00315A; 
}

#categorias-section-desktop .slick-next::before 
{
	display: block;
    content: ">"; 
    font-size: x-large;
    background-color: rgba(255,255,255,0.3);
    border-radius: 25px;
    width: 40px;
    height: 40px;
	line-height: 35px;
	font-weight: bolder;
}

#categorias-section .slick-prev::before 
{
	display: block;
    content: "<"; 
    font-size: x-large;
    background-color: rgba(255,255,255,0.3);
    border-radius: 25px;
    width: 40px;
    height: 40px;
   	line-height: 35px;
	font-weight: bolder;

}
/* slider */
.slick-dots li button::before {
    font-size: 30px;}
.slide {
	position: relative;
}
/*
.slider {
  width: 100%;
  margin: 0 0; }

.slick-slide img {
  width: 100%; }

.slick-prev:before,
.slick-next:before {
  color: black; }

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2; }

.slick-active {
  opacity: .5; }

.slick-current {
  opacity: 1; }

.slick-list {
  padding: 0 !important; }
*/
/* fin slider*/

#fondo-catalogo {
	background-image: url('/assets/img/home/catalogo.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;	
	height: 500px;
}

#fondo-rojo-descarga {
	background-image: url('/assets/img/home/fondos/cuadro_texto_rojo.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
	height: 45%;
	top: 30%;
}

#fondo-rojo-newsletter {
	background-image: url('/assets/img/home/fondos/cuadro_texto_rojo.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
	height: 35%;
	top: 10%;
	position: relative;
	margin-left: -45px;
}

#descarga-cuadro, #suscribete {
	border-left-width: 4px;
	border-left-color: #36028E;
	border-left-style: solid;
	position: relative;
	height: 35px;
	top: 35px;
}



#newsletter-section {
	height: 400px;
	background-image: url('/assets/img/home/curvas.png');
	background-position-y: bottom;
	background-repeat: repeat-x;
}

#buzon {
	bottom: -12%;
    z-index: 1;
}

#logo-header {
	max-width: 230px;
}

#buscar{
	display:none;
	text-align:center;
	font-size:0.6rem;
}