/*

Theme Name: Kaiku sin lactosa
Author: Aticsoft
Author URI: http://www.aticsoft.com/
version: 1.0

 */
 
 
html {
	overflow-x: hidden;
}
 
html, body {
	padding: 0;
	margin: 0;
}
 
body {
 	/*font-family: 'VarelaRound-Regular', sans-serif;*/
 	/*background: url('images/home.jpg') no-repeat center 530px;*/
 	 font-family: 'mairyregular';
}

html *:focus, html *:active, html input*:hover {
	outline-style:none;
	box-shadow:none;
	border-color:transparent;	
   	ie-dummy: expression(this.hideFocus=true);
}
 
p{
	color: #4c4c4c;
	font-size:17px;
}
 
/** HEADER **/
 
#header {
	min-height: 155px;
	text-align: right;
	/* background-image: url('images/degradado_header.jpg'); */
	background-color: #7c1c7e;
	background-size: cover;
	background-position: center top;
	width: 100%;
	z-index: 99999;
	position: fixed;
}



#logo_header {
	min-height: 155px;
	display: flex;
    align-items: center;
    margin-bottom:0px !important;
}

#header .iconos_redes_sociales {
	height: 32px;
	margin-top: 8px;
	text-align: right;
	margin-right: 7px;
}
.contacto .iconos_redes_sociales {
	height: 38px;
	margin-top: 8px;
	text-align: center;
	margin-right: 4px;
}

#header .iconos_redes_sociales .vc_icon_element, .contacto .iconos_redes_sociales .vc_icon_element {
	font-size: 6.5px;
	display: inline-block;
	margin-bottom: 0;
}

#header .iconos_redes_sociales .vc_icon_element > div, .contacto .iconos_redes_sociales .vc_icon_element > div {
	border: none;
}

#header .iconos_redes_sociales > p, .contacto .iconos_redes_sociales > p {
	display: none;
}

#header .iconos_redes_sociales .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner, .contacto .iconos_redes_sociales .vc_icon_element.vc_icon_element-outer .vc_icon_element-inne {
	width: 3em;
}

#header .iconos_redes_sociales .vc_icon_element + .vc_icon_element, .contacto .iconos_redes_sociales .vc_icon_element + .vc_icon_element {
	margin-left: 2px;
}

/*#header .iconos_redes_sociales .vc_icon_element + .vc_icon_element:before, .contacto .iconos_redes_sociales .vc_icon_element + .vc_icon_element:before {
	position: absolute;
	content: "";
	background-color: #fff;
	width: 3px;
	height: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	margin-top: 12px;
	margin-left: -6px;
}*/

#header .wrapper_menu_principal {
	margin-top: 30px;
	margin-bottom: 0px;	
}

.wrapper_menu_principal, #buscador_header, #header .iconos_redes_sociales {
    display: inline-block;
}
#header .iconos_redes_sociales{
	margin-left: 34px;
}
#header .vc_icon_element-icon{
	margin-top: 7px;
}
#header.sticky #logo_header{
	min-height: 144px;
}
#header.sticky .header_right{
	padding-top: 15px;
}
#header .vc_icon_element-icon {
    font-size: 17px !important;
}
#header.sticky #logo_header img{
	margin-top: 60px;
	height: 53px;
}
#header.sticky{
	min-height: 143px;
}
#buscador_header {
    width: 248px;
    vertical-align: text-bottom;
}

#buscador_header input[type="text"] {
    background: transparent none repeat scroll 0 0;
    border-color: currentcolor currentcolor #fff;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #fff;
 	/*font-family: 'VarelaRound-Regular', sans-serif;*/
 	 font-family: 'mairyregular';
 	width: 180px;
 	margin-right: 11px;
 	font-size: 16px;
}

#buscador_header input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.8;
	color: #fff;
}

#buscador_header input[type="text"]::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.8;
	color: #fff;
}

#buscador_header input[type="text"]:-ms-input-placeholder { /* IE 10+ */
	opacity: 0.8;
	color: #fff;
}

#buscador_header input[type="text"]:-moz-placeholder { /* Firefox 18- */
	opacity: 0.8;
	color: #fff;
}

#buscador_header input[type="submit"] {
	color: transparent;
	background: url('images/lupa_search.png') no-repeat center bottom transparent;
	border: 0 none;
	margin-right: 2px;
	padding-bottom: 4px;
}

#container {
	padding-left: 15px;
	padding-right: 15px;
}

.vc_container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

body > .vc_container {
	padding-top: 155px;
}

body.home  > .vc_container {
	padding-top: 0;
}



/** FOOTER **/

#footer .vc_col-sm-2 {
	width: 10%;
}

#footer .vc_col-sm-8 {
	width: 80%;
}

#menu-footer {
    margin-top: 10px;
    padding-left: 0;
    text-align: center;
}

#menu-footer li {
    display: inline-block;
    list-style: none;
    margin: 0px 19px;
}

#menu-footer li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#menu-footer li + li:before {
	position: absolute;
	background-color: #fff;
	width: 4px;
	height: 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	content: "";
	margin-left: -24px;
	margin-top: 8px;
}

#menu-footer-2 {
    margin-top: 10px;
    padding-left: 0;
    text-align: center;
}

#menu2_footer li {
    display: inline-block;
    list-style: none;
    margin: 0px 16px;
    font-size: 15px;
}

#menu2_footer li a {
    text-decoration: none;
    color: #fff;
} 

#menu2_footer {
    margin-bottom: 30px;
}

#logo_footer {
    margin-bottom: 15px;
}

#menu2_footer li a[href="#"] {
	cursor: text;	
}

#footer .menu > li > a {
	position: relative;	
}

#footer .menu > li > a::before {
    background-color: #fff;
    content: "";
    height: 1px;
    position: absolute;
    top: 26px;
    left: 50%;
    width: 0;
    -webkit-transform: translate(-50%,0) translateZ(0);
    transform: translate(-50%,0) translateZ(0);
    -webkit-transition: width .3s cubic-bezier(0.27,0.62,0.43,1.01);
    transition: width .3s cubic-bezier(0.27,0.62,0.43,1.01);
}

#menu2_footer li a[href="#"]::before {
	width: 0 !important;	
}

#footer .menu > li > a:hover::before, #footer .menu > .current-menu-item > a::before {
    width: 100%;
}
 

#scroll_to_top {
	background-image: url('images/top.png');
	background-image: url('/wp-content/uploads/2019/07/boton-scroll-to-top.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	width: 15px;
	height: 54px;
	width: 10px;
    height: 58px;
	cursor: pointer;
	right: 50px;
	margin-top: -100px;
}

 

#scroll_bottom {
	background-image: url('images/scroll.jpg');
	background-image: url('/wp-content/uploads/2019/08/boton-scroll.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	width: 14px;
	height: 62px;
	width: 10px;
    height: 58px;
	left: 50px;
	margin-top: 750px;
}
#redes_footer {
	text-align: center;
}

#redes_footer > div {
    display: inline-block;
}

#redes_footer > div .vc_icon_element-inner {
	font-size: 9.5px;
}

#redes_footer .vc_icon_element + .vc_icon_element::before {
    background-color: #fff;
    border-radius: 5px;
    content: "";
    height: 5px;
    margin-left: -6px;
    margin-top: 19px;
    position: absolute;
    width: 5px;
}

#redes_footer .vc_icon_element {
	margin-bottom: 5px;
}

 
 /** MENU **/
 
.wrapper_menu_principal > div > div:first-child {
	z-index: 1000;
	padding-top: 35px;
	padding-bottom: 0;
}
 
 
.wrapper_menu_principal > div > div ul { 
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}

.wrapper_menu_principal > div > div > ul > li { 
	margin-right: 2px;
	display: inline-block;
}

.wrapper_menu_principal > div > div ul li a {    
	color: #fff;
    display: block;
    font-size: 17px;
    letter-spacing: 1px;
    font-family: 'mairylight';
    margin-left: 16px;
    padding: 6px 0 0;
    position: relative;
    text-decoration: none;
    margin-right: 24px;
}

.wrapper_menu_principal > div > div > ul > li > a {
	display: block!important;
	display: none;
	position: relative;
	padding-bottom: 66px;
    -webkit-transition: width 2s;
    transition: width 2s;
}
#header.sticky .wrapper_menu_principal > div > div  ul#menu-principal > li  > a{
	padding-top: 18px;
	padding-bottom: 33px;
}

.wrapper_menu_principal > div > div > ul > li:first-child > a {
	margin-left: 0;
}

.wrapper_menu_principal > div > div ul li ul {
	display: none;
}

.wrapper_menu_principal > div > div ul li:hover ul,
.wrapper_menu_principal > div > div ul li ul:hover {
	display: block !important;
}

.wrapper_menu_principal .menu > li > a::before,
.wrapper_menu_principal #submenu_productos > li > ul > li > a:before,
.wrapper_menu_principal #submenu_productos > li > ul > li.current_product > a:before{
    background-color: #fff;
    content: "";
    height: 1px;
    position: absolute;
    left: 50%;
    width: 0;
    -webkit-transform: translate(-50%,0) translateZ(0);
    transform: translate(-50%,0) translateZ(0);
    -webkit-transition: width .3s cubic-bezier(0.27,0.62,0.43,1.01);
    transition: width .3s cubic-bezier(0.27,0.62,0.43,1.01);
}

.wrapper_menu_principal .menu > li > a::before {
    top: 26px;
}
#header.sticky .wrapper_menu_principal .menu > li > a::before {
    top: 38px;
}
.wrapper_menu_principal #submenu_productos > li > ul > li > a:before {
    top: 20px;
}

.wrapper_menu_principal #submenu_productos > li > ul > li > a.doubleline::before {
    top: 38px;
}

.wrapper_menu_principal .menu > li > a:hover::before, .wrapper_menu_principal .menu > .current-menu-item > a::before,
.wrapper_menu_principal #submenu_productos > li > ul > li > a:hover:before,
.wrapper_menu_principal #submenu_productos > li > ul > li.current_product > a:before {
    width: 100%;
}

.menu-toggle {
    background-color: transparent;
    background-image: url('/wp-content/uploads/2019/08/hamburguer-menu-mobile.svg');
    background-repeat: no-repeat;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 0;
    width: 32px;
    height: 16px;
    position: absolute;
    right: 14px;
    top: 20px;
}

.menu-toggle:focus, .menu-toggle:hover, 
input[type="text"], input[type="text"]:hover,
textarea, textarea:hover {
	outline:0;
}

#menu-principal-container-responsive {
	margin-left: 0 !important;
    margin-right: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
    background-color: #7c1c7e;
}

#menu-principal-responsive {
	list-style: none;
	display: none;
	text-align: left;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    padding-top: 20px;
}

#menu-principal-responsive li {
	border-bottom: 2px solid #5a1f5c;
	display: block;
	width: auto !important;
}

#menu-principal-responsive li a {
	color: #fff;
	text-decoration: none;
	font-family: 'mairybold';
	font-size: 23px;
}

#menu-principal-responsive li a:hover {
	text-decoration: none;
}

#menu-principal-responsive li a {
	display: block;
	padding: 13px 18px;
}

/*#menu-principal-responsive li a.tiene_submenu {
    padding-left: 64px;
}*/

#menu-principal-responsive .sub-menu {
	padding-left: 0;
	list-style: none;
	display: none;
}

#menu-principal-responsive #submenu_productos > li {
    padding-left: 0;
    border-bottom: 0 none;
    border-top: 2px solid #5a1f5c;
}

#menu-principal-responsive #submenu_productos > li > a {
    padding-left: 50px;
    text-transform: uppercase;
}

#menu-principal-responsive .menu-item-has-children > a {
	padding-right: 50px;
}

#menu-principal-responsive .dropdown-toggle {
	background: transparent;
    border: 0 none;
    cursor: pointer;
    height: 26px;
   
    position: absolute;
    right: 18px;
    width: 29px;
    padding: 0;
    outline: none !important;
    margin-top: -35px;
}

#menu-principal-responsive .dropdown-toggle span {
	background: url('images/arrows.png') no-repeat center 3px;
	background: url('images/arrows2.png') no-repeat center 3px;
	display: block;
	height: 26px;
	-webkit-transition:background-position .3s ease-in;  
    -moz-transition:background-position .3s ease-in;  
    -o-transition:background-position .3s ease-in;  
    transition:background-position .3s ease-in; 
}
#menu-principal-responsive ul#submenu_productos .dropdown-toggle span {
	margin: 0px 6px;
}
#menu-principal-responsive .dropdown-toggle.toggled-off span {
	background-position: center -19px;
}

.wrapper_menu_principal .tiene_submenu {
	/*background: url('images/flecha_abajo.png') no-repeat right 11px;
	padding-right: 33px;*/	
}

/*#menu-principal-responsive #submenu_productos .dropdown-toggle {
    left: 66px;
}*/

#menu-principal-responsive #submenu_productos .sub-menu {
    background-color: #fff;
    padding: 10px 0;
}

#menu-principal-responsive #submenu_productos .sub-menu a {
    color: #7c1c7e;
    font-family: 'mairyregular';
    /*font-family: "VarelaRound-Regular",sans-serif;*/
    margin-left: 60px;
    padding: 10px 18px;
}

#menu-principal-responsive #submenu_productos .sub-menu li {
	border: 0 none;
}

#menu-principal-responsive > li > a {
    text-transform: uppercase;
}

#close_menu {
	background-image: url('/wp-content/uploads/2019/08/aspa-menu-mobile.svg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
    height: 20px;
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
	cursor: pointer;
	margin: 20px;
	margin-right: 23px;
}



/** FORM **/

#solicita_informacion {
    padding-bottom: 60px;
}

#solicita_informacion .label {
    display: inline-block;
    width: 185px;
    color: #7c1c7e;
    vertical-align: bottom;
    margin-bottom: 15px;
}

#solicita_informacion .field {
    display: inline-block;
    width: 385px;
    margin-bottom: 15px;
    max-width: 100%;
}

#solicita_informacion .button_form a {
    border: 2px solid #7c1c7e;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    color: #7c1c7e;
    display: block;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    width: 230px;
    position: relative;
    margin-left: 185px;
    cursor: pointer;
    margin-top: 25px;    
}

#solicita_informacion .button_form a > div {
    padding: 10px 0;
}

#solicita_informacion .button_form a:hover {
	color: #fff;
}

#solicita_informacion .button_form a > div::before {
	background: #fff;
    border: 2px solid #7c1c7e;
}

#solicita_informacion .button_form a > div::after {
	background: #7c1c7e;
    border: 2px solid #7c1c7e;
}

#solicita_informacion .field > input[type="text"], #solicita_informacion .field > textarea {
    background-color: #eeedf0;
    border: 0 none;
    color: #4c4c4c;
    font-family: 'mairyregular';
    /*font-family: "VarelaRound-Regular",sans-serif;*/
    font-size: 15px;
    font-weight: normal;
    margin-top: 5px;
    padding: 7px 10px;
    width: 360px;
    border: 1px solid #eeedf0;
    max-width: calc(100% - 20px);
}

#solicita_informacion .field > input:-webkit-autofill,
#solicita_informacion .field > input:-webkit-autofill:hover,
#solicita_informacion .field > input:-webkit-autofill:focus,
#form_login .field > input:-webkit-autofill,
#form_login .field > input:-webkit-autofill:hover,
#form_login .field > input:-webkit-autofill:focus {
	background-color: #eeedf0 !important;
	-webkit-box-shadow: 0 0 0px 1000px #eeedf0 inset;
}

#mensaje_solicitud .ok_form {
    color: #009900;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 25px;
}

.frase_acepto {
	margin-left: 180px;
	color: #7c1c7e;
}

.frase_acepto a {
	color: #7c1c7e;
	text-decoration: none;
}

#solicita_informacion .g-recaptcha {
	margin-left: 185px;
}



/** VARIOS **/

#container .vc_row h1 {
	color: #455A64;
	font-size: 37px;
	margin-top: 4px;
	font-weight: normal;
	text-align: center;
}



#container .vc_row h1 img {
	vertical-align: middle;
	margin-left: 15px;
	margin-right: 15px;
} 



/** SINGLE **/

#titulo_cabecera_home {
    padding-top: 35px;
    padding-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}

#titulo_cabecera_home_sm {
    padding-top: 35px;
    padding-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
    font-size: 30px !important;
}

#content_single {
	color: #78909c;
    padding-bottom: 30px;
}

#content_single h1, #content_single h2, #content_single h3, #content_single h4, #content_single h5 {	
	font-weight: normal;
}

#content_single a {
    color: #7c1c7e;
    text-decoration: none;
}



/** REVOLUTION HOME **/

.descripcion_slider, .boton_slider {
	display: none !important;
}

#slider_home .tp-leftarrow, 
#slider_home .tp-rightarrow {
	z-index: 999;
	height: 53px;
	display: none;
}

#slider_home .tp-leftarrow {
	background: url('images/flecha_izq.jpg') no-repeat center center;
}

#slider_home .tp-rightarrow {
	background: url('images/flecha_der.jpg') no-repeat center center;
}

#slider_home .tp-leftarrow:before, 
#slider_home .tp-rightarrow:before {
	display: none;
}

#slider_home .tp-bullets {
	left: 50% !important;
	right: auto !important;
	width: 50% !important;
	top: auto !important;
	bottom: 50px !important;
	transform: none !important;
	-webkit-transform: none !important;
}

#slider_home .tp-bullet {
	width: 40px;
	height: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative !important;
	left: auto !important;
	display: inline-block;
	margin-right: 20px;
}

#slider_home .tp-bullet.selected::after {
    color: #fff;
    font-family: "Gotham-Light";
    font-size: 14px;
    letter-spacing: 0.05em;
    width: 100%;
    text-align: center;
    margin-top: -25px;
    position: absolute;
}

#slider_home .tp-bullets .tp-bullet.selected:nth-child(1)::after {
    content: "01";
}

#slider_home .tp-bullets .tp-bullet.selected:nth-child(2)::after {
    content: "02";
}

#slider_home .tp-bullets .tp-bullet.selected:nth-child(3)::after {
    content: "03";
}

#slider_home .tp-bullets .tp-bullet.selected:nth-child(4)::after {
    content: "04";
}

#slider_home .tp-bullets .tp-bullet.selected:nth-child(5)::after {
    content: "05";
}

#slider_home .tp-bullets .tp-bullet.selected:nth-child(6)::after {
    content: "06";
}

#slider_home .tp-bullets .tp-bullet.selected:nth-child(7)::after {
    content: "07";
}

#slider_home .tp-bullets .tp-bullet.selected:nth-child(8)::after {
    content: "08";
}

#slider_home .tp-bullets .tp-bullet.selected:nth-child(9)::after {
    content: "09";
}

#slider_home .tp-bullets .tp-bullet.selected:nth-child(10)::after {
    content: "10";
}

#slider_home .wpb_revslider_element {
	margin-bottom: 0;
}

#slider_home {
	padding-top: 155px;
}

#slider_home .tp-bullet.selected {
	width: 90px;
}

#slider_home .tp-bullet .tp-bullet-title::after {
    background-color: #7c1c7e;
    content: "";
    height: 5px;
    margin-left: -100%;
    position: absolute;
    width: 100%;
}

#slider_home .tp-bullet .tp-bullet-title {
    border-radius: 5px;
    height: 5px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

#slider_home .tp-bullet.selected .tp-bullet-title::after {
    margin-left: 0;
	transition: all 5s ease-in-out;
	-webkit-transition: all 5s ease-in-out;
}


#banner_slider_home {
    background-color: #fff;
    left: 13.5%;
    position: absolute;
    width: 330px;
    z-index: 999;
    margin-left: 15px;
}

#banner_slider_home h1, #banner_slider_home h2 {
    color: #7c1c7e;
    /*font-size: 65px;*/
    /*font-size: 40px;*/
    font-size: 30px;
    margin-left: 33px;
    padding-top: 105px;
    margin-top: 0;
    margin-bottom: 25px;
    font-family: "Gotham-Bold";
}

#left_arrow_slider {
    bottom: 5%;
    margin-left: 30px;
    position: absolute;
    z-index: 2147483647;
    cursor: pointer;
}

#right_arrow_slider {
    bottom: 5%;
    margin-left: 280px;
    position: absolute;
    z-index: 2147483647;
    cursor: pointer;
}

#banner_slider_home p {
    color: #7c1c7e;
    font-size: 19px;
    margin-left: 33px;
    margin-right: 30px;
    display: none;
}

#banner_slider_home a {
    border: 2px solid #7c1c7e;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    color: #7c1c7e;
    display: block;
    font-size: 15px;
    margin-top: 40px;
    text-align: center;
    text-decoration: none;
    width: 211px;
    position: relative;
}

#banner_slider_home a > div {
    padding: 10px 0;
}

#banner_slider_home a:hover {
	color: #fff;
}

#banner_slider_home a > div::before {
	background: #fff;
    border: 2px solid #7c1c7e;
}

#banner_slider_home a > div::after {
	background: #7c1c7e;
    border: 2px solid #7c1c7e;
}


/** DESCRIPCION HOME **/

#descripcion_home h2 {
	color: #7c1c7e;
}

#descripcion_home p {
	color: #000000;
	font-size: 19px;
}

#descripcion_home p a {
    border: 3px solid #7c1c7e;
    color: #7c1c7e;
    display: block;
    font-size: 16px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	width: 236px;
	margin-top: 38px;
	margin-bottom: 25px;
	position: relative;
	height: 37px;
}

#descripcion_home p a > div {
    line-height: 30px;
    height: 44px;
    width: calc(100% + 6px);
    margin-left: -3px;
    margin-top: -4px;
}

#descripcion_home p a span {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 8px;
}

#descripcion_home p a > div:hover {
	color: #fff;
}

#descripcion_home p a > div::before {
	background: #fff;
    -webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}

#descripcion_home p a > div::after {
	background: #7c1c7e;
    -webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}

#descripcion_home p a > div::before,
#descripcion_home p a > div::after {
	z-index: 1;
	height: calc(100% + 4px);
	width: calc(100% + 4px);
}


/** PRODUCTOS HOME **/

.productos_home .vc_col-sm-4 {
    width: 39%;
}

.productos_home .vc_col-sm-8 {
    width: 61%;
}

.caja_morada_home {
	color: #7c1c7e;
}

.caja_morada_home h2 {
	font-weight: normal;
	font-size: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #fff;
	margin-top: 0;
}

.caja_morada_home h2 b {
    display: block;
    font-family: 'mairybold';
    font-weight: normal;
    font-size: 56px;
    margin-bottom: 5px !important;
    line-height: 52px;
}

.caja_morada_home h3 {
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 16px;
    margin-bottom: 37px;
    border-top: 2px solid;
    padding-top: 30px;
}

.caja_morada_home a, .button_form a {
    border: 2px solid #7c1c7e;
    color: #7c1c7e;
    font-family: 'mairyregular';
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    width: 233px;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	padding-top: 15px;
    padding-bottom: 15px;
}
#boton_accede_blog a{
	padding-top: 15px;
    padding-bottom: 15px;
}
.caja_morada_home a:hover,
#boton_accede_blog a:hover, 
.button_form a:hover{
	background-color: #7c1c7e;
	color:white;
	-moz-transition: all .2s ease-in;
    /* WebKit */
    -webkit-transition: all .2s ease-in;
    /* Opera */
    -o-transition: all .2s ease-in;
    /* Standard */
    transition: all .2s ease-in;
}

.caja_morada_home a > div {
    padding: 7px 0;
    height: 29px;
    margin-top: -3px;
    width: calc(100% + 6px);
    margin-left: -3px;
}

.caja_morada_home a span {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 10px;
}

.caja_morada_home a > div:hover {
	color: #7c1c7e;
}

.caja_morada_home a > div::before {
	background: #7c1c7e;
}

.caja_morada_home a > div::after {
	background: #fff;
}

.caja_morada_home a > div::before,
.caja_morada_home a > div::after {
	z-index: 1;
	height: calc(100% + 4px);
	width: calc(100% + 4px);
}


.productos_home .wpb_single_image {
    margin-bottom: 0;
}

.caja_morada_home .wpb_text_column .wpb_wrapper {
    /*padding: 65px;*/
}

.caja_morada_home .wpb_text_column {
	margin-bottom: 0;
}

.caja_morada_home > .vc_column-inner > .wpb_wrapper {
	/*background-image: url('images/caja_morada.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-box-shadow: 0px 0px 30px -3px rgba(124,28,126,0.63);
	-moz-box-shadow: 0px 0px 30px -3px rgba(124,28,126,0.63);
	box-shadow: 0px 0px 30px -3px rgba(124,28,126,0.63);*/
}

.productos_home > div {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}



/* BANNER COMUNIDAD MORADA HOME */

#banner_comunidad_morada .wpb_text_column > .wpb_wrapper {
    color: #7c1c7e;
    padding: 25px 60px;
}

#banner_comunidad_morada h2, #banner_comunidad_morada h3 {
    font-family: "mairybold";
    font-size: 45px;
    font-weight: normal;
    margin-bottom: 13px;
    max-width: 100%;
    width: 425px;
    margin-top: 28px;
}

#banner_comunidad_morada .wpb_text_column > .wpb_wrapper > p:first-child {
    color: #7c1c7e;
    font-size: 26px;
    width: 413px;
}

#banner_comunidad_morada p {
    width: 265px;
    max-width: 100%;
}

#banner_comunidad_morada h2 + p, #banner_comunidad_morada h3 + p {
    border-top: 2px solid #7c1c7e;
    margin-top: 0;
    padding-top: 19px;
    color: #7c1c7e;
}

#banner_comunidad_morada p a {
    border: 3px solid #7c1c7e;
    color: #7c1c7e;
    display: block;
    font-size: 18px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	width: 236px;
	margin-top: 38px;
	margin-bottom: 25px;
	position: relative;
	height: 37px;
}

#banner_comunidad_morada p a > div {
    line-height: 28px;
    height: 44px;
    width: calc(100% + 6px);
    margin-left: -3px;
    margin-top: -4px;
}

#banner_comunidad_morada p a span {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 8px;
}

#banner_comunidad_morada p a > div:hover {
	color: #fff;
}

#banner_comunidad_morada p a > div::before {
	background: transparent;
    -webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}

#banner_comunidad_morada p a > div::after {
	background: #7c1c7e;
    -webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}

#banner_comunidad_morada p a > div::before,
#banner_comunidad_morada p a > div::after {
	z-index: 1;
	height: calc(100% + 4px);
	width: calc(100% + 4px);
}




/* EFECTO BOTONES AYLEN */

.button--aylen > div {
	position: relative;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	overflow: hidden;
	width: calc(100% + 4px);
    margin-left: -2px;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.button--aylen, .button--aylen a {
	-webkit-transition: color 0.6s;
	transition: color 0.6s;
}

.button--aylen > div.button--inverted {
	background: none;
	color: #fff;
}

.button--aylen > div::before,
.button--aylen > div::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.button--aylen > div:hover::before,
.button--aylen > div:hover::after {
	-webkit-transform: translate3d(-2px, 100%, 0);
	transform: translate3d(-2px, 100%, 0);
}

.button--aylen > div:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}



/** DAELPASO **/

p span.tit_daelpaso {
	color: #fff;
	font-size: 45px;
	font-family: 'mairybold';
}

p span.tit_sientete {
	color: #fff;
	font-size: 28px;
	font-family: 'mairybold';
}


/** PREGUNTAS FRECUENTES **/


.cabecera_pagina_interna h1 {
	font-size: 45px;
    color: #7c1c7e;
    font-family: 'mairyextrabold';
	font-weight: normal;
	margin-top: 55px;
	margin-bottom: 15px;
}

.cabecera_pagina_interna h2 {
	color: #7c1c7e;
	font-size: 18px;
	font-weight: normal;
}

.faq .vc_toggle_title{
	padding-top: 25px;
    padding-bottom: 25px;
    background: #f9f9f9;
    border-bottom: 1px solid #e3e3e3;
	color: #7c1c7e;
	background-image:url('../../uploads/2017/08/arrow.png');
	background-position:center right;
	background-repeat:no-repeat;
}

.faq .vc_toggle_title h4 {
	font-weight: normal;
	font-size: 20px;	
}

.faq i.vc_toggle_icon{ 
	display:none !important;
}

.faq .vc_toggle{
	margin-bottom:0px;
}

.faq .vc_toggle_active .vc_toggle_title {
	background: #7c1c7e;
	color: #fff;
	background-image:url('../../uploads/2017/08/arrow.png');
	background-position:center right;
	background-repeat:no-repeat;
}

.faq .vc_toggle_content p {
    color: #7c1c7e;
    font-size: 18px;
    padding-right: 20px;
}

.faq .vc_toggle_content p a {
    color: #7c1c7e;
    text-decoration: none;
}

.texto_daelpaso p{
	color: #7c1c7e;
}
#solicita_informacion  input, #solicita_informacion  textarea{
	background-color: white !important;
}
/** MENU PRODUCTOS **/

#header > .vc_container > .vc_row[data-vc-full-width] {
	overflow: visible;
}

.wrapper_menu_principal #submenu_productos {
	position: absolute;
	left: 0;
	padding-left: 0;
	background-color: #631164;
	z-index: 9;
}

.wrapper_menu_principal #submenu_productos > li {
    float: left;
    text-align: left;
}

.wrapper_menu_principal > div > div #submenu_productos li ul {
    display: block;
    padding: 10px 23px 40px;
}
	#listado_productos_categoria_new .enlace_producto_categoria span:hover,
	#listado_subcategorias_por_categoria .enlace_categoria span >span:hover,
	#listado_productos_por_categoria .enlace_producto_categoria span >span:hover {
    background-color: #7c1c7e;
	    color: white;
	    -moz-transition: all .2s ease-in;
	    -webkit-transition: all .2s ease-in;
	    -o-transition: all .2s ease-in;
	    transition: all .2s ease-in;
	}
.wrapper_menu_principal #submenu_productos > li > a {
    background-color: #fff;
    border-right: 1px solid #e2d6e2;
    color: #7c1c7e;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 23px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'mairyextrabold';
    font-size: 22px;
}

.wrapper_menu_principal #submenu_productos > li > ul > li > a {
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 16px;
	display: inline-block;
	line-height: 18px;
}


/** ULTIMOS POSTS BLOG **/

#ultimos_posts_blog {
    margin-top: 33px;
}

#ultimos_posts_blog > .wpb_column > .vc_column-inner > .wpb_wrapper > p:first-child {
    display: none;
}

#ultimos_posts_blog .fecha_post_blog {
    position: absolute;
    text-align: center;
    color: #7c1c7e;
}

#ultimos_posts_blog .fecha_post_blog b {
    color: #4c4c4c;
    display: block;
    font-family: 'mairyregular';
    font-size: 43px;
    margin-bottom: 0px;
}

#ultimos_posts_blog .titulo_categoria_post_blog h4 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 10px;
    background: transparent url('images/flecha_der_blog.jpg') no-repeat right center;
    min-height: 36px;
}

#ultimos_posts_blog .titulo_categoria_post_blog h4 a {
	display: block;
    margin-left: 80px;
    padding-right: 30px;
    color: #7c1c7e;
    text-decoration: none;
}

#ultimos_posts_blog .titulo_categoria_post_blog p {
    color: #4b4b4b;
    font-size: 15px;
    margin-left: 80px;
    margin-right: 60px;
    margin-top: 2px;
}

#ultimos_posts_blog .img_post_blog {
	padding-top: 115%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}


#boton_accede_blog {
    margin-bottom: 80px;
    margin-top: 26px;
    text-align: center;
}

#boton_accede_blog a {
    border: 2px solid #7c1c7e;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    color: #7c1c7e;
    display: block;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    width: 230px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

#boton_accede_blog a > div {
    padding: 10px 0;
}

#boton_accede_blog a:hover {
	color: #fff;
}

#boton_accede_blog a > div::before {
	background: #fff;
    border: 2px solid #7c1c7e;
}

#boton_accede_blog a > div::after {
	background: #7c1c7e;
    border: 2px solid #7c1c7e;
}

.titulo_seccion p {
    font-size: 25px;
}


/** CONOCENOS **/

html .titulo_spot {
	margin-bottom: 28px;	
}

.titulo_spot h3 {
    color: #7c1c7e;
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
}

.titulo_spot + div a {
	color: #7c1c7e;
	text-decoration: none;
}

.cita_trabajador h3 {
    color: #7c1c7e;
    font-size: 28px;
    font-weight: normal;
    line-height: 42px;
    margin-bottom: 20px;
}

.cita_trabajador {
	margin-left: -30px;	
}

.cita_trabajador p {
    color: #7c1c7e;
    font-size: 17px;
    font-family: "Gotham-Light";
}

.video_conocenos {
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

.imagen_video {
	cursor: pointer;
}

#titulo_spots p {
    color: #7c1c7e;
    font-family: "mairybold";
    font-size: 45px;
    margin-top: 55px;
}

.compartir_video {
	position: absolute;
	bottom: -10px;
}

.compartir_video .vc_icon_element {
	font-size: 6.5px;
	display: inline-block;
	margin-bottom: 0;
}

.compartir_video .vc_icon_element > div {
	border: none;
}

.compartir_video > p {
	display: none;
}

.compartir_video .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	width: 3em;
}

.compartir_video .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner > * {
	color: #7c1c7e !important;	
	cursor: pointer;
}

.compartir_video .vc_icon_element + .vc_icon_element {
	margin-left: 2px;
}

.compartir_video .vc_icon_element + .vc_icon_element:before{
	position: absolute;
	content: "";
	background-color: #7c1c7e;
	width: 3px;
	height: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	margin-top: 12px;
	margin-left: -6px;
}

.columna_desplazada > .vc_column-inner > .wpb_wrapper > * {
    margin-left: -45px;
    padding-right: 20px;
}


/** DAELPASO **/

#texto_daelpaso h2 {
    color: #7c1c7e;
    font-size: 20px;
    font-weight: normal;
    font-family: 'mairyregular';
}

/** PRODUCTO INDIVIDUAL **/

#imagen_principal_producto {
    height: auto;
    max-width: 100%;
}

.morado p{
	color: #7c1c7e ;
}
.varela p{
	font-size: 19px;
}

#content_single > .producto_individual {
    margin-bottom: 50px;
}

.producto_individual_cat p,
.producto_individual_cat h2 {
	font-size:23px; 
    color: #7c1c7e;
}

.producto_individual .info_nutricional p{
	font-size:23px;
	margin-top: 40px;
}

.producto_individual .titulo p, .producto_individual .titulo h1 {
	font-size: 45px;
    color: #7c1c7e;
    font-family: 'mairyextrabold';
    font-weight: normal;
    margin-bottom: 15px;
	margin-top:-10px;
}

.producto_individual .info_nutricional_dato p{
	font-size:17px;
	margin-top:5px;
}

.producto_individual .info_nutricional_valor p{
	font-size:15px;
	margin-top:5px;
}

.producto_individual_img{
	overflow:hidden;
	width:360px;
	height:360px;
}

.producto_individual_img img {
    height: 360px !important;
    width: auto !important;
}

.producto_individual_imagenes .wpb_single_image img{
	max-width:initial;
}

.producto_individual_enlace button{
    padding: 13px 63px !important;
    font-size: 17px !important;
	margin-top:95px;
}

.producto_individual_img_titulo p{
	color:white;
	margin-top:-355px;
    font-family: "Gotham-Bold";
    font-weight: normal;
	font-size:30px;
	margin-left:30px;
	min-height: 76px;
}

.producto_individual_img_subtitulo p{
	color:white;
    font-weight: normal;
	font-size:26px;
	margin-left:30px;
	margin-top:10px;
}

.compartir_producto {
    margin-top: 45px;
    position: absolute;
    right: 14px;
    text-align: right;
}

.compartir_producto .vc_icon_element {
	font-size: 6.5px;
	display: inline-block;
	margin-bottom: 0;
}

.compartir_producto .vc_icon_element > div {
	border: none;
}

.compartir_producto > p {
	display: none;
}

.compartir_producto .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	width: 3em;
}

.compartir_producto .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner > * {
	color: #7c1c7e !important;	
	cursor: pointer;
}

.compartir_producto .vc_icon_element + .vc_icon_element {
	margin-left: 2px;
}

.compartir_producto .vc_icon_element + .vc_icon_element:before{
	position: absolute;
	content: "";
	background-color: #7c1c7e;
	width: 3px;
	height: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	margin-top: 12px;
	margin-left: -6px;
}

.producto_individual_img_subtitulo {
    margin-bottom: 0;
    min-height: 130px;
}

#content_single .producto_individual_enlace a {
    border: 3px solid #fff;
    color: #fff;
    display: block;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    width: 233px;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	height: 37px;
	margin-left: auto;
	margin-right: auto;
}

#content_single .producto_individual_enlace a > div {
    padding: 7px 0;
    height: 29px;
    margin-top: -3px;
    width: calc(100% + 6px);
    margin-left: -3px;    
}

#content_single .producto_individual_enlace a span {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 10px;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}

#content_single .producto_individual_enlace a > div:hover {
	color: #7c1c7e;
}

#content_single .producto_individual_enlace a > div::before {
	background: transparent;
}

#content_single .producto_individual_enlace a > div::after {
	background: #fff;
}

#content_single .producto_individual_enlace a > div::before,
#content_single .producto_individual_enlace a > div::after {
	z-index: 1;
	height: calc(100% + 4px);
	width: calc(100% + 4px);
}

.producto_individual_imagenes {
	margin-bottom: 50px;
}


/** COMUNIDAD MORADA **/

.titulo_seccion_cm {
    border-bottom: 2px solid #6d216f;
    color: #7c1c7e;
    font-family: 'mairyregular';
    font-size: 20px;
    padding-bottom: 15px;
}

#titulo_daelpaso_cm {
	margin-bottom: 10px;
}

#titulo_daelpaso_cm p {
    color: #7c1c7e;
    font-family: 'mairyregular';
    font-size: 28px;
}

#registro {
	margin-top: 80px;
}

#form_login .label {
    display: inline-block;
    width: 210px;
    color: #7c1c7e;
    vertical-align: bottom;
    margin-bottom: 15px;
}

#form_login .field {
    display: inline-block;
    width: 300px;
}

#form_login .button_form a {
    border: 2px solid #7c1c7e;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    color: #7c1c7e;
    display: block;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    width: 230px;
    position: relative;
    margin-left: 211px;
    cursor: pointer;
    margin-top: 10px;    
}

#form_login .button_form a > div {
    padding: 10px 0;
}

#form_login .button_form a:hover {
	color: #fff;
}

#form_login .button_form a > div::before {
	background: #fff;
    border: 2px solid #7c1c7e;
}

#form_login .button_form a > div::after {
	background: #7c1c7e;
    border: 2px solid #7c1c7e;
}

#form_login .field > input[type="text"], #form_login .field > input[type="password"] {
    background-color: #eeedf0;
    border: 0 none;
    color: #4c4c4c;
    font-family: 'mairyregular';
    /*font-family: "VarelaRound-Regular",sans-serif;*/
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 5px;
    padding: 7px 10px;
    width: 218px;
    border: 2px solid #eeedf0;
}

#mensaje_error_login p {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 25px;
    text-transform: uppercase;
}

#titulo_enhorabuena, #titulo_contacto {
	margin-bottom: 0;
}

#titulo_enhorabuena p, #titulo_contacto p {
    color: #7c1c7e;
    font-family: 'mairyextrabold';
    font-size: 45px;
    margin-top: 0;
}

#subtitulo_enhorabuena, #subtitulo_contacto {
	margin-bottom: 0;
}

#subtitulo_enhorabuena + div p {
	font-size: 16px;
}

#subtitulo_enhorabuena p, #subtitulo_contacto p {
	color: #7c1c7e;
	font-size: 23px;
	margin-top: 15px;
}

#registro iframe {
    border: 0 none;
    height: 815px;
    overflow: hidden;
    width: 100%;
}


/** CONTACTO **/

#titulo_contacto {
	padding-top: 50px;
}


/** PUNTOS DE VENTA **/

#map {
	background-color: #e5e3df;
    overflow: hidden;
    position: relative;
    height: 530px;
}

#resultados_map  {
    display: none;
}

#resultados_map ul {
	padding-left: 15px;
}

#contenedor_puntos_venta > form#frm-pdis #autocomplete {
    border: 2px solid #ddd;
     font-family: 'mairyregular';
    /*font-family: "VarelaRound-Regular",sans-serif;*/
    font-size: 16px;
    margin: 20px 0;
    padding: 10px;
    width: calc(100% - 22px);
}

.gm-style > div > div:nth-last-child(1) > div {
    color: #fff !important;
}


/** SEARCH **/

body.search h1 {
    color: #7c1c7e;
     font-family: 'mairybold';
    font-size: 45px;
    margin-top: 35px;
    font-weight: normal;
    float: left;
}

#buscador_pagina_search {
	float: right;
	margin-top: 40px;
}

#resumen_resultados {
	clear: both;
	margin-top: 34px;
	margin-bottom: 35px;
}

#resumen_resultados > span {
    color: #7c1c7e;
    font-size: 20px;
}

body.search h2 {
	margin-top: 0;
}

body.search h2 a {
    color: #7c1c7e;
    font-size: 22px;
    font-weight: normal;
    text-decoration: none;
}

#resultados_search h2 a span, #resultados_search p span {
	background-color: #f4d0f5;
}

.date_result_search {
	text-transform: lowercase;
	font-size: 14px;
	color: #7c1c7e;
}

#resultados_search > div > img {
	position: absolute;
}

#resultados_search > div {
    margin-bottom: 50px;
}

#resultados_search > div > img + div {
    padding-left: 385px;
    min-height: 250px;
    position: relative;
}

#resultados_search > div > img + div > .date_result_search {
    bottom: 0;
    position: absolute;
}

#resultados_search .tipo_resultado {
    border: 2px solid #d9d9d9;
    color: #7c1c7e;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 25px;
    padding: 6px 14px;
}

#buscador_pagina_search form input[type=text] {
    border: 2px solid #d9d9d9;
    font-family: 'mairyregular';
    /*font-family: "VarelaRound-Regular",sans-serif;*/
    font-size: 15px;
    padding: 10px 20px;
    width: 300px;
}

#buscador_pagina_search form input[type=submit] {
    background: url('images/lupa_morada.jpg') no-repeat center center;
    border: 0 none;
    color: transparent;
    height: 29px;
    margin-left: 15px;
    vertical-align: sub;
    width: 30px;
    cursor: pointer;
}



/** TERMINOS Y CONDICIONES **/

#content_terminos_y_condiciones, #politica-de-cookies {
	padding-bottom: 40px;	
}

#content_terminos_y_condiciones h1, #politica-de-cookies h1 {
	color: #7c1c7e;
    font-family: 'mairyextrabold';
    font-size: 45px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 55px;
}

#content_terminos_y_condiciones h2, #politica-de-cookies h2 { 
    color: #7c1c7e;
    font-family: 'mairyextrabold';
    font-size: 27px;
    font-weight: normal;
    margin-top: 50px;
    text-transform: uppercase;
}

#content_terminos_y_condiciones h3 {
    font-family: 'mairyextrabold';
    font-size: 22px;
    font-weight: normal;
}

#content_terminos_y_condiciones a, #politica-de-cookies a {
	color: #7c1c7e;
	text-decoration: none;
}

#content_terminos_y_condiciones li, #politica-de-cookies li {
    color: #4c4c4c;
    margin-bottom: 10px;
}

#content_terminos_y_condiciones ol {
	margin-bottom: 25px;	
}



/** CATEGORIA **/

#listado_productos_categoria > div {
    float: left;
    width: 30%;
    margin-bottom: 50px;
}

#listado_productos_categoria > div:nth-child(3n-1), #listado_productos_categoria > div:nth-child(3n) {
    margin-left: 5%;
}

#listado_productos_categoria > div > div {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#listado_productos_categoria > div > div > div {
    position: absolute;
    top: 0;
    height: 100%;
}

#listado_productos_categoria h2,
#listado_productos_categoria .titulo_producto_listado {
    color: white;
    font-family: 'mairybold';
    font-size: 35px;
    font-weight: normal;
    min-height: 76px;
    text-transform: uppercase;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

#listado_productos_categoria h2 + span,
#listado_productos_categoria .titulo_producto_listado + span {
    color: white;
    font-size: 24px;
    font-weight: normal;
    margin-top: 10px;
}

#listado_productos_categoria .enlace_producto_categoria a {
    border: 3px solid #fff;
    color: #fff;
    display: block;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    width: 233px;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	height: 37px;
	margin-left: auto;
	margin-right: auto;
}

#listado_productos_categoria .enlace_producto_categoria a > div {
    padding: 7px 0;
    height: 29px;
    margin-top: -3px;
    width: calc(100% + 6px);
    margin-left: -3px;    
}

#listado_productos_categoria .enlace_producto_categoria a span {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 10px;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}

#listado_productos_categoria .enlace_producto_categoria a > div:hover {
	color: #7c1c7e;
}

#listado_productos_categoria .enlace_producto_categoria a > div::before {
	background: transparent;
}

#listado_productos_categoria .enlace_producto_categoria a > div::after {
	background: #fff;
}

#listado_productos_categoria .enlace_producto_categoria a > div::before,
#listado_productos_categoria .enlace_producto_categoria a > div::after {
	z-index: 1;
	height: calc(100% + 4px);
	width: calc(100% + 4px);
}


#listado_productos_categoria .enlace_producto_categoria {
    bottom: 20px;
    position: absolute;
}

#listado_productos_categoria div[producto="fresa-y-muesli"] > div {
    background-position: left center;
}

#pagina_categoria h1 {
    border-bottom: 2px solid #7c1c7e;
    color: #7c1c7e;
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 30px;
    padding-bottom: 5px;
    padding-top: 40px;
    width: 40%;
}

#listado_productos_categoria {
    margin-bottom: 40px;
    overflow: auto;
}

.single-post #content_single {
    padding-bottom: 0;
}
#listado_productos_categoria_new img,
#listado_subcategorias_por_categoria img,
#listado_productos_por_categoria img{
	display: block;
	max-width: 100%;
	height: auto;
}
#listado_productos_categoria_new,
#listado_subcategorias_por_categoria,
#listado_productos_por_categoria{
	margin-top: 20px;
	margin-bottom: 60px;
	text-align: center;
}
#listado_productos_categoria_new .titulo_producto_listado,
#listado_subcategorias_por_categoria .titulo_categoria_listado,
#listado_productos_por_categoria .titulo_producto_listado{
    color: #7c1c7e;
    font-size: 32px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}
#listado_productos_categoria_new span,
#listado_subcategorias_por_categoria span,
#listado_productos_por_categoria span{
	color: #7c1c7e;
	font-size: 19px;
}
#listado_productos_categoria_new .enlace_producto_categoria span,
#listado_subcategorias_por_categoria .enlace_categoria span >span,
#listado_productos_por_categoria .enlace_producto_categoria span >span{
	border: 2px solid #7c1c7e;
    color: #7c1c7e;
    font-family: 'mairyregular';
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-left: 70px;
    margin-right: 70px;
}
#listado_subcategorias_por_categoria .enlace_categoria span >span,
#listado_productos_por_categoria .enlace_producto_categoria span > span{
	margin-top: 0px;
	margin-bottom: 35px;
}
#listado_subcategorias_por_categoria .enlace_categoria a,
#listado_productos_por_categoria .enlace_producto_categoria a{
	text-decoration: none;
}
/** POPUP ALERTAS **/

#popup_alert {
    position: fixed;
	top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}

#popup_alert > div {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}

#popup_alert > div > div {
    flex:1;
}

#popup_alert > div > div > div {
    width: 430px;
    max-width: 95%;
	margin: 0 auto;
    background-color: #fff;
    border: 2px solid #7c1c7e;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 23px 0px rgba(0,0,0,1);
	padding: 25px 20px 10px;
	text-align: center;
	max-width: calc(100% - 190px);
}

#popup_alert > div > div > div a {
	background-color: #7c1c7e;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
}


#slider_home .tp-revslider-slidesli.processing-revslide > .slotholder {
    left: 0px !important;
}

#slider_home .tp-revslider-slidesli.processing-revslide > .slotholder {
    left: -1px !important;
}

#h1_home h1 {
	font-family: "Gotham-Bold";
    color: #7c1c7e;
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 37px;
    text-align: center;
}

#h1_home .wpb_text_column {
	margin-bottom: 0;
}

#titulo_blog p {
    font-family: 'mairybold';
    color: #7c1c7e;
    margin-bottom: 20px;
    font-size: 45px;
    border-bottom: 2px solid #7c1c7e;
    padding-bottom: 8px;
    display: block;
    padding-right: 50px;
    text-transform: uppercase;
}

#info_politica_privacidad .vc_toggle_title > h4 {
	font-size: 18px;
	color: #333;
}

#info_politica_privacidad ul, #info_politica_privacidad ol {
	color: #4c4c4c;
}

#info_politica_privacidad li + li {
	margin-top: 10px;
}

#info_politica_privacidad ol ul {
	margin-top: 10px;
	list-style: none;
}

#info_politica_privacidad h2 {
	color: #7c1c7e;
	font-size: 20px;
}

#info_politica_privacidad a {
	color: #7c1c7e;
}

#info_politica_privacidad .vc_toggle + .vc_toggle {
	margin-top: 40px;
}


#info_politica_privacidad .vc_toggle_icon {
	top: 11px !important;
}

#info_politica_privacidad .vc_toggle_content p {
	line-height: 1.7em;
}

#logo_header img{
    max-height: 100px;
    width: auto;
}
.text-slide{
	font-family: 'mairybold';
    font-size: 59px !important;
    line-height: 52px !important;
}

.productos_home{
	padding-left: 100px;
	padding-right: 100px;
}

/* OCULTAR MENÚ */
.wrapper_menu_principal #submenu_productos > li{
	width: 25% !important;
}

.video_ksl .compartir_video {
    position: relative;
    bottom: 0;
    text-align: right;
}
.video_ksl .video_conocenos {
    top: 50px;
}
.video_ksl .titulo_spot h3 {
    font-size: 25px;
}
.texto-imperfecto p {
    color: #7c1c7e;
    font-size: 18px;
}
.info-contacto{
	font-family: 'mairybold' !important;
}

.compartir_video a, .compartir_producto a{
	color: #7c1c7e !important;
    cursor: pointer;
}

.compartir_video span:after, .compartir_producto span:after{
	content: " · ";
	font-weight: bold;
	color: #7c1c7e !important;
	font-size: 24px;
}

.tp-video-play-button{
	background: #00000000;
	color: #fff0;
}
span.tp-revstop{
		background: #00000000;
	color: #fff0;
	opacity: 0 !important;
}

#video-row-home .tp-caption img, #video-row-home .text-slide{
	cursor: pointer;
}

.imagen_visible_pc{
	display: block;
}
.imagen_visible_movil{
	display: none;
}
#logo_footer{
	display: none;
}
#logo_footer img{
	width: 80px;
	height: 97px;
}
.listado_puntos_venta {
	margin-top: 20px;
	margin-bottom: 50px;
}
.listado_puntos_venta ul{
	padding: 0px;
}
.listado_puntos_venta ul li, .listado_puntos_venta ul li a{
	color: #7c1c7e;
    font-size: 18px;
    list-style-type: none;
    margin-bottom: 10px;
}

.listado_puntos_venta ul li a{
	text-decoration: none;
}

#submenu_productos li.subcategoria-item > a {
	margin-bottom: 0px !important;
}
#submenu_productos li.subcategoria-item > a:before{

}
#submenu_productos li.subcategoria-item > ul{
	padding-top: 0px;
}
#submenu_productos li.subcategoria-item > ul li a{
	margin-bottom: 10px;
	margin-left: 0px;
}


.wrapper_menu_principal > div > div #submenu_productos li ul {
    padding: 10px 23px 15px;
}

.subcategoria-item > a:before{
    display: none;
}
.subcategoria-item > a:hover {
    width: 0%;
}


#submenu_productos li.subcategoria-item > ul li a:before {
    background-color: #fff;
    content: "";
    height: 1px;
    position: absolute;
    left: 50%;
    width: 0;
    -webkit-transform: translate(-50%,0) translateZ(0);
    transform: translate(-50%,0) translateZ(0);
    -webkit-transition: width .3s cubic-bezier(0.27,0.62,0.43,1.01);
    transition: width .3s cubic-bezier(0.27,0.62,0.43,1.01);
}

#submenu_productos li.subcategoria-item > ul li a {
    color: #fff;
    display: block;
    font-size: 17px;
    letter-spacing: 1px;
    font-family: 'mairylight';
    margin-left: 16px;
    padding: 6px 0 0;
    position: relative;
    text-decoration: none;
    margin-right: 24px;
}
#submenu_productos li.subcategoria-item > ul li a::before, #submenu_productos li.subcategoria-item > ul li a:before, #submenu_productos li.subcategoria-item > ul li a:before {
    background-color: #fff;
    content: "";
    height: 1px;
    position: absolute;
    left: 50%;
    width: 0;
    -webkit-transform: translate(-50%,0) translateZ(0);
    transform: translate(-50%,0) translateZ(0);
    -webkit-transition: width .3s cubic-bezier(0.27,0.62,0.43,1.01);
    transition: width .3s cubic-bezier(0.27,0.62,0.43,1.01);
}
#submenu_productos li.subcategoria-item > ul li a:before {
    top: 20px;
}
#submenu_productos li.subcategoria-item > ul li a:hover::before{
    width: 100%;
}
#submenu_productos li.subcategoria-item > ul li a {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 16px;
    display: inline-block;
    line-height: 18px;
}

#scroll-menu{
    /*position: absolute;
    top: 300px;
    right: 50px;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 14px;
    height: 62px;
    width: 10px;
    height: 58px;
    right: 50px;
    top: 300px;
}