/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}


/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

*:focus {
	outline: none !important;
}

section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* Make Gutenberg Editor Fill Width */
.wp-block {
	max-width: 100%;
}

/* Dropdown toggle activate on hover */
.nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    display: block;
}


/* ==========================================================================
   Custom CSS
   ========================================================================== */
   
:root {
  scroll-behavior: unset;
}

html {
  color: #0D3358;
  font-size: 10px;
  line-height: 1.4;
  background-color: #FFFFFF;
  scroll-behavior: smooth;
  font-family: proxima-nova, sans-serif;
}

html {
  scroll-behavior: smooth;
}

:root {
  --main-bg-color: #FFF7F1;
  --main-font-color: #0E0F0E;
  --main-green-color: #006E62;
  --main-green-color-hover: #00544a;
}

h2{
	color: #0D3358;
	font-family: 'paul_groteskbold-trail';
	font-family: 'hind_siliguribold';
	text-transform: uppercase;
	font-size: 5rem;
}

h2 span{
	display: block;
	color: #0080BA;
	font-size: 3rem;
}

.flow_row{
	display: flex;
	flex-direction: row;
}

.space_in_between{
	justify-content: space-between;
}

.header_container{
	padding: 3rem 0;
}

.align-items-center{
	align-items: center;
}

ul{
	margin:0;
	padding: 0;
}

.column_container{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section_padded{
	padding: 90px 0;
}

.section_padded_small{
	padding: 10px 0 90px 0;
}

.section_padded_small h2{
	margin-top: 0;
}

.w-lg-90{
	max-width: 90%;
	margin: auto;
}

.w-lg-90 img{
	max-width: 100%;
}

.main-btn{
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #0D3358;
	border-radius: 16px;
    padding: 16px 35px;
    text-decoration: none;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-btn:hover{
	color: #ffffff;
	background-color: #5BB7D7;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.products_hero .main-btn:hover{
	color: #ffffff;
	background-color: #0080BA;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-btn.light_btn{
	color: #ffffff;
	background-color: #5BB7D7;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-btn.light_btn:hover{
	color: #FFFFFF;
	background: #184672;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-btn.transparent_btn{
	background: transparent;
    border: 1px solid #0D3358;
    color: #0D3358;
}

.main-btn.transparent_btn:hover{
	background: #0D3358;
    border: 1px solid #0D3358;
    color: #ffffff;
}

/*** FONTS ***/

@font-face {
    font-family: 'paul_groteskthin-trail';
    src: url('../fonts/paul-grotesk/paulgrotesk-thin-trail-webfont.woff2') format('woff2'),
         url('../fonts/paul-grotesk/paulgrotesk-thin-trail-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'paul_groteskregular-trail';
    src: url('../fonts/paul-grotesk/paulgrotesk-regular-trail-webfont.woff2') format('woff2'),
         url('../fonts/paul-grotesk/paulgrotesk-regular-trail-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'paul_groteskbold-trail';
    src: url('../fonts/paul-grotesk/paulgrotesk-bold-trail-webfont.woff2') format('woff2'),
         url('../fonts/paul-grotesk/paulgrotesk-bold-trail-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 14, 2022 */



@font-face {
    font-family: 'hind_siligurilight';
    src: url('../fonts/hindsiliguri/hindsiliguri-light-webfont.woff2') format('woff2'),
         url('../fonts/hindsiliguri/hindsiliguri-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'hind_siliguriregular';
    src: url('../fonts/hindsiliguri/hindsiliguri-regular-webfont.woff2') format('woff2'),
         url('../fonts/hindsiliguri/hindsiliguri-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'hind_siligurimedium';
    src: url('../fonts/hindsiliguri/hindsiliguri-medium-webfont.woff2') format('woff2'),
         url('../fonts/hindsiliguri/hindsiliguri-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'hind_siligurisemibold';
    src: url('../fonts/hindsiliguri/hindsiliguri-semibold-webfont.woff2') format('woff2'),
         url('../fonts/hindsiliguri/hindsiliguri-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'hind_siliguribold';
    src: url('../fonts/hindsiliguri/hindsiliguri-bold-webfont.woff2') format('woff2'),
         url('../fonts/hindsiliguri/hindsiliguri-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*** HEADER ***/

header{
	font-family: proxima-nova, sans-serif;
}

.header_logo{
	max-width: 225px;
}

.main_header ul{
	display: inline-flex;
	flex-direction: row;
}

.main_header ul li{
	padding: 0 20px;
	position: relative;
}

.main_header ul li.active a{
	background-color: #5BB7D7;
    border-radius: 20px;
    color: #fff !important;
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
}
.main_header ul li:after{
	content: '';
    display: block;
    width: 1px;
    height: 15px;
    position: absolute;
    right: 0;
    background-color: rgba(30, 30, 30, 0.6);
    top: 0;
    bottom: 0;
    margin: auto;
}

.main_header ul li:last-child:after{
	width: 0;
	height: 0;
	background-color: transparent;
	display: none;
}

.main_header ul li a{
	font-style: normal;
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1;
	letter-spacing: 0.03em;
	text-transform: capitalize;
	color: rgba(30, 30, 30, 0.6);
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/menu.svg);
}

.navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
}

.navbar-expand-lg .navbar-nav {
    width: auto;
}

.navbar {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.btn_auto_width a{
	width: fit-content;
    margin: auto;
}

/*** FOOTER ***/

.main_footer{
	padding: 40px 0;
	background-color: #FBF1E5;
	font-family: 'Montserrat', sans-serif;
}

.footer_links ul{
	display: inline-flex;
	flex-direction: row;
	justify-content: space-evenly;
	width: 100%;
}

.footer_links ul li{
	list-style-type: none;
}

.footer_links ul li a{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #0D3358;
	text-decoration: none;
}

.legal_container{
	margin: 25px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
}

.legal_container p{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #0D3358;
}

.footer_logo{
	max-width: 110px;
}

.social_container ul{
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.social_container ul li{
	padding: 0 20px;
	list-style-type: none;
}

.social_container{
	padding: 0 0 60px 0;
}

/***** SLIDER HOME *****/

.homepage_hero{
	background-color: #0080BA;
}

.hero_slide_item{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	min-height: 83vh;
	align-items: flex-end;
	position: relative;
}

.home_slider_back_img{
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	z-index: 0;
}

.image_slider, .text_slider{
	width: 50%;
}

.text_slider{
	padding: 0 80px 30px 60px;
	height: 100%;
	width: 50%;
	text-align: right;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}

.home_slider .is_desktop{
	display: flex;
}

.home_slider .is_mobile{
	display: none;
}

.slider_legal_line{
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
	font-family: 'Montserrat';
	margin-top: 40px;
	color:#ffffff;
}

.hero_img{
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.homepage_hero h1{
	font-style: normal;
	font-weight: 700;
	font-size: 7rem;
    line-height: 7rem;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	font-family: 'paul_groteskbold-trail';
	font-family: 'hind_siliguribold';
}

.homepage_hero h1 span{
	color: #0D3358;
}

.homepage_hero h1 p{
	margin-bottom: 20px;
}

.home_slider .button_container{
	margin-top: 30px;
	display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
}

.homepage_hero .slick-dotted.slick-slider{
	margin-bottom: 0;	
}

.homepage_hero .slick-dots {
    bottom: 20px;
}

.homepage_hero .slick-prev {
    left: 25px;
    z-index: 3;
}

.homepage_hero .slick-next {
    right: 25px;
}

.responsiveIframe p{
	margin: 0;
}


/***** PRODUCTS HOME *****/

.homepage_products{
	background-image: url('../images/product_home_back_2.jpg');
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}
.products_container{
	text-align: center;
}

.products_container p{
	font-family: proxima-nova, sans-serif;
	color: #0080BA;
	font-size: 1.8rem;
    margin-top: 0;
}

p.home_subtitle{
	font-family: proxima-nova, sans-serif;
    color: #0080BA;
    font-size: 3rem;
    margin-top: 0;
    font-weight: 900;
}

.button_container_home{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.homepage_products p.home_subtitle{
	color: #0D3358;
	font-weight: 100;
}

.homepage_products h2.m-1{
	color: #ffffff;	
}

.homepage_products h2.m-1 span{
	color: #0D3358;
}




/***** MAIN PAGE *****/

.main_page_content p,
.main_page_content ul li,
.main_page_content ol li{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0D3358;
}

/***** RECETAS HOME *****/

.homepage_recetas{
	background-image: url('../images/recetas_back.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


/***** RECETAS HOME *****/

.homepage_newsletter{
	background-color: #FBF1E5;
}

/***** NINJA FORMS *****/

.nf-form-fields-required{
	display: none;
}

form .nf-form-content .ninja_form_container input{
	background-color: #ffffff;
	border: none;
	border-radius: 120px;
	color: #0D3358;
	padding: 12px 30px;
	
	background-color: #0080BA;
	color: #ffffff;
}

form .nf-form-content .ninja_form_container input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(255,241,229,0.3);
}
form .nf-form-content .ninja_form_container input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255,241,229,0.3);
}
form .nf-form-content .ninja_form_container input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255,241,229,0.3);
}
form .nf-form-content .ninja_form_container input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255,241,229,0.3);
}

form .nf-form-content .ninja_form_container label{
	text-align: center;
    width: fit-content;
    margin: auto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: #0D3358;
}

form .nf-form-content .ninja_form_container .checkbox-wrap .nf-field-label label:after{
	background: #ffffff;
    border-color: transparent;
    transition: all .5s;
    border-radius: 180px;
}

form .nf-form-content .ninja_form_container .checkbox-wrap .nf-field-label label.nf-checked-label:before{
	color: #5bb8d8;
    opacity: 1;
    transition: all .5s;
}

form .nf-form-content .ninja_form_container .checkbox-container.label-right label:before {
    left: -27px;
    top: 2px;
}

form .nf-form-content .ninja_form_container .checkbox-wrap .nf-field-label label:before {
	font-size: 14px;
	left: -27px;
    top: 2px;
}

form .nf-form-content .ninja_form_container input[type=button]{
	background: #0D3358;
	border-radius: 25px;
	color: #ffffff;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #0D3358;
	border-radius: 16px;
    padding: 16px 35px;
    text-decoration: none;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	width: 150px;
    margin: auto;
}

form .ninja_form_container .nf-after-field {
    width: 100%;
}

/***** NEWSLETTER HOME *****/

.homepage_newsletter{
	text-align: center;
}

.homepage_newsletter h2{
	font-weight: 700;
	font-size: 55px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #0D3358;
	font-family: 'paul_groteskbold-trail';
	font-family: 'hind_siliguribold';
	margin-bottom: 20px;
}

.homepage_newsletter h2 span{
	display: initial;
    font-size: inherit;
}

.homepage_newsletter .newsletter_subtitle{
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	color: #0D3358;
	margin-top: 0;
    margin-bottom: 40px;
}


/***** HOME RECETAS *****/

.recetas_grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.recetas_grid img{
	width: 100%;
	border-radius: 50px 50px 0 0;
}

.posts-grid-single-title{
	margin: 0;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.02em;
	color: #0D3358;
}

.posts-grid-single-title a{
	text-decoration: none;
	text-align: center;
	color: #0D3358;
}

.posts-grid-single-content{
	background: #5BB7D7;
    border-radius: 0px 0px 25px 20px;
    padding: 35px 20px;
}

.homepage_recetas .main-btn.light_btn{
	max-width: 330px;
	margin: auto;
}

.homepage_recetas .main-btn.home_recetas_btn{
	background-color: #0080BA;
}

.homepage_recetas .main-btn.home_recetas_btn:hover{
	background-color:#5BB7D7;
}

.homepage_recetas h2{
	font-weight: 700;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #5BB7D7;
    font-family: 'paul_groteskbold-trail';
	font-family: 'hind_siliguribold';
    margin-bottom: 0;
}

.homepage_recetas .posts-grid-single-content h2{
	font-size: 24px;
	text-transform: inherit;
}

.homepage_recetas h2 p{
	margin: 0;
}

.homepage_recetas h2 span{
	color: #ffffff;
	font-size: 4rem;
}

.recetas_subtitle{
	margin-top: 0;
	text-align: center;
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	margin-bottom: 65px;
	margin-top: 30px;
}

.recetas_subtitle p{
	margin: 0;
}



/***** SINGLE BLOG *****/

.related_section{
	background-color: #5BB7D7;
}

.related_section .posts-grid-single-content{
	background-color: #ffffff;
}

.related_section .posts-grid-single-title a {
    text-decoration: none;
    text-align: center;
    color: #0D3358;
    line-height: 24px;
    text-transform: initial;
    height: 48px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.the_blog p,
.the_blog ul li{
	font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 36px;
    text-align: left;
    color: #0D3358;
}

.the_blog h3 {
    font-size: 2.17em;
    margin: 1em 0;
}

.the_blog p.blog_title{
	font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    text-align: left;
    color: #0D3358;
	font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 59px;
    margin: 0;
}

.the_blog p.blog_title span{
	color: #0080BA;
}

.blog_single_wrapper blockquote{
	border-left: 8px solid #0080BA;
    padding-left: 30px;
    margin-left: 0;
}

.blog_single_wrapper .wp-block-image .alignright{
	border-radius: 0 12px 12px 0;
    overflow: hidden;
}

.blog_single_wrapper .wp-block-image .alignleft{
	border-radius: 12px 0 0 12px;
    overflow: hidden;
}

.date-time-data{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: rgba(13, 51, 88, 0.42);
	margin-bottom:35px;
	margin-top: 12px;
}

.the_blog{
	background-color: #FBF1E5;
}

.blog_hero{
	min-height: 60vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

section p.share_text{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-family: proxima-nova, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #0D3358;
}

.blog_single_wrapper{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.meta_social_btns, .single_socials.blog_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.meta_social_btns {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single_page .single_socials, .single_page .single_socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.meta_social_btns a {
    color: #fff;
    background-color: #0D3358;
    border-radius: 180px;
    width: 31px;
    height: 31px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	display: flex;
    align-items: center;
	text-decoration: none;
}

.meta_social_btns a i {
    color: #fff;
	font-size: 16px;
}

.blog_single_wrapper .wrapper_single_blog p{
	border-radius: 12px;
}


/***** PRODUCTS PAGE *****/

.products_container_page{
	min-height: 50vh;
	background-image: url('https://app-62e7f973c1ac18fe3c611a0b.closte.com/wp-content/uploads/2022/10/product_background.png');
	background-position: center 15%;
    background-size: 300%;
    background-repeat: no-repeat;
}

.products_bottom_img{
	max-width: 100%;
}

.products_hero{
	background-color: #5BB7D7;
}

.products_slider{
	background-color: #0D3358;
}

.products_hero h1{
	margin: 0;	
}

.products_hero h1 p{
	font-style: normal;
	font-weight: 700;
	font-size: 7rem;
	line-height: 1;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	margin: 0;
	font-family: 'paul_groteskbold-trail';
	font-family: 'hind_siliguribold';
	padding: 0 25px 35px 0;
	max-width: 60%;
	margin: 0;
}

.products_hero h1 p span{
	color: #0D3358;
	display: block;
}

.products_slider h2{
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 1;
	text-align: center;
	color: #FBF1E5;
	font-family: 'hind_siliguribold';
	display: initial;
}

.products_slider h2 span{
	color: #5BB7D7;
	font-size: 50px;
	display: initial;
}

/***** PRODUCTS SELECTOR *****/

:root {
  --white: #ffffff;
  --black: #002A32;
  --lightGreen: #E6F4F1;
  --green: #00878E;
  --blue: #BFD6D9;
}

.nav {
  position: relative;
	margin:auto;
  	width: 700px;
  	height: 40px;
  	border-radius: 10px;
  	background-color: #0080BA;
  	box-shadow: 2px 4px 6px rgba(0, 42, 50, 0.1);
}
.nav_copy {
  margin-top: 80px;
}
.nav__list {
  	list-style: none;
  	padding: 0;
  	margin: 0;
  	display: flex;
  	height: 100%;
  	z-index: 1;
	justify-content: space-between;
    width: 100%;
}
.nav__item {
  position: relative;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.nav__link {
  	display: flex;
  	flex: 1;
  	align-items: center;
  	justify-content: center;
  	height: 100%;
  	text-decoration: none;
  	transition: color 0.3s ease-in-out;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FBF1E5;
	font-family: 'hind_siliguribold';
}

.nav__link:hover{
	color: #FBF1E5;
}

.nav_copy .nav__link {
  transition: color 0.3s ease-in-out;
}
.nav__link_active {
  color: var(--white);
}
.nav__slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3px;
  pointer-events: none;
  z-index: 0;
}
.nav_copy .nav__slider {
  left: 3px;
  right: 3px;
  padding: 0;
}
.nav__slider-rect {
  width: 33.3%;
  height: 100%;
  background-color: #5BB7D7;
  border-radius: 10px;
  transition: transform 0.4s;
  box-shadow: 1px 1px 3px rgba(0, 42, 50, 0.15);
}
.nav_copy .nav__slider-rect {
  position: absolute;
  top: 0;
  left: 0;
  right: 66.6%;
  bottom: 0;
  height: auto;
  width: auto;
  transition: all 0.3s cubic-bezier(1, 0.48, 0.71, 0.96);
}

/***** PRODUCTS SLIDER *****/

.product_slider_container .products_container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px 60px;
	margin: 60px 0;
	margin: 0;
}

.product_category_title{
	font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 75px;
    text-align: center;
    color: #FBF1E5;
    font-family: 'hind_siliguribold';
    text-transform: uppercase;
	margin: 55px 0 0;
}

.product_category_title span{
	color: #FBF1E5;
	color: rgba(251,241,229,0.4);
}

.product_category_title{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.2em;
	color: #5BB7D7;
	margin: 70px 0 60px;
}

p.product_name_slide,
.product_name_slide a{
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	line-height: 2.7rem;
	text-align: center;
	color: #FBF1E5;
	max-width: 52%;
    margin: auto;
    margin-top: 25px;
	text-decoration: none;
}



p.product_name_slide span{
	color: #5BB7D7;
}

.slide_product_single img{
	margin: auto;
	max-width: 100%;
	max-height: 300px;
}

.slide_product_single{
	margin: 0 0 40px 0;
	display: flex;
    flex-direction: column;
}

.slide_product_single .main-btn.light_btn{
	width: fit-content;
    margin: auto;
}

.des_pro,
.des_sazu{
	display: none;
}

/***** DONDE COMPRAR *****/

.logos_grid_container{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.logos_grid_container img{
	max-width: 100%;
	
}

.donde-comprar_hero{
	background-color: #0080BA;
}

.donde-comprar_hero p{
	/*font-family: 'hind_siliguribold';*/
}

.donde-comprar_title h1{
	font-style: normal;
    font-weight: 700;
    font-size: 7rem;
    line-height: 1;
    text-transform: uppercase;
    color: #0D3358;
    margin: 0;
    font-family: 'hind_siliguribold';
	margin-bottom: 40px;
}

.donde-comprar_title h1 span{
	color: #ffffff;
}

.hero_subtitle{
	font-style: normal;
	font-weight: 700;
	font-size: 35px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #FBF1E5;
	font-family: 'hind_siliguribold';
}

.hero_decription{
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	color: #FBF1E5;
	font-family: 'hind_siliguriregular';
}

.hero_decription strong{
	font-family: 'hind_siligurisemibold';
}

.product_category_descripcion{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 33px;
	text-align: center;
	color: #FBF1E5;
}

.donde-comprar_container_page{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.donde_comprar_img{
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.donde-comprar-hero-text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 50px;
}

.donde-comprar_container_page .hero_decription{
	text-align: left;
}

.dc_rounded{
	position: relative;
	width: calc(50% + 35px);
}

.donde-comprar-hero-text{
	width: calc(50% - 35px);
}

.dc_rounded::after{
	content: '';
	display: block;
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	width: 35px;
	background-color: #0080BA;
	border-radius: 0 35px 35px 0;
}

.donde-comprar_hero .hero_subtitle{
	text-align: left;
}


/***** BENEFICIOS *****/

.beneficios_hero{
	background-color: #FBF1E5;
	padding: 30px 0 80px 0;
}

.beneficios_container_page{
	padding-top: 60px;
}

.beneficios_container_page{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
}

.beneficios_title h1{
	font-style: normal;
    font-weight: 700;
    font-size: 7rem;
    line-height: 1;
    text-transform: uppercase;
    color: #0D3358;
    margin: 0;
    font-family: 'hind_siliguribold';
	margin-bottom: 40px;
}

.beneficios_title h1 span{
	color: #0080BA;
}

.beneficios_title{
	max-width: 40%;
}

.hero_paragraph{
	margin-bottom: 60px;
}

.hero_paragraph p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
    line-height: 33px;
	text-align: center;
	color: #0D3358;
}

.beneficios_info_section{
	background-color:#0D3358;
}

.beneficios_info_section p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
    line-height: 33px;
	text-align: center;
	color: #FBF1E5;
}

.beneficios_info_section p.p_lighted{
	font-weight: 700;
    font-size: 55px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #5BB7D7;
    font-family: 'paul_groteskbold-trail';
    font-family: 'hind_siliguribold';
    margin-bottom: 20px;
}

.beneficios_info_section p.p_lighted span{
	display: block;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
    line-height: 33px;
	text-align: center;
	color: #FBF1E5;
	text-transform: initial;
	margin-top: 20px;
}


.beneficios_cuida_section{
	background: #0080BA;
}

.beneficios_cuida_columns{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	gap: 60px;
}

.beneficios_cuida_section p,
.beneficios_cuida_columns p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
    line-height: 33px;
	text-align: center;
	color: #FBF1E5;
}

.beneficios_cuida_section h2 span{
	color: #FBF1E5;
	display: initial;
    font-size: 5rem;
}

p.c_white strong{
	color: #ffffff;
}

.rulers_section{
	background-color: #FBF1E5;
}

.rulers_section p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #0D3358;
}

.rulers_section h3{
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 33px;
	text-align: center;
	color: #0D3358;
}

.rulers_cuida_columns{
	display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    gap: 60px;
}

.rulers_cuida_columns img{
	width: 45%;
}

.rulers_cuida_columns:nth-child(odd) img{
	order: 2;
}

.rulers_cuida_columns:nth-child(odd) > div{
	order: 1;
}

.rulers_section p.footer_p{
	margin-top: 20px;
	font-size: 25px;
    line-height: 30px;
}

.beneficios_hero .hero_paragraph p {
    margin-bottom: 60px;
}

/***** BENEFICIOS ANIMATED *****/

.animated_content{
	display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 60%;
    margin: auto;
	align-items: center;
	justify-content: center;
}

.animated_blocks{
	border-radius: 40px;
	width: 300px;
	min-height: 190px;
	padding: 15px 30px;
}

.left_top,
.right_bottom{
	background-color: #0080BA;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.right_top,
.left_bottom{
	background-color: #5BB7D7;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.right_top{
	display: flex;
    align-items: flex-end;
    flex-direction: column;
}


.animated_content .left_top .the_title,
.animated_content .left_bottom .the_title{
	text-align: left;
}

.animated_content .right_top .the_title,
.animated_content .right_bottom .the_title{
	text-align: right;
}

.animated_content .right_bottom,
.animated_content .left_bottom{
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.animated_content .left_bottom{
	display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}

.animated_content .right_bottom{
	justify-content: flex-end;
}

.animated_content .right_top:hover{
	transform-origin: 0 202px;
    transform: scale(1.5);
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.animated_content .left_top:hover{
	transform-origin: 302px 200px;
    transform: scale(1.5);
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.animated_content .right_bottom:hover{
	transform-origin: 0 0;
    transform: scale(1.5);
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.animated_content .left_bottom:hover{
	transform-origin: 302px 0;
    transform: scale(1.5);
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.animated_blocks .the_title{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	color: #FBF1E5;
	margin: 0;
}

.animated_blocks:hover .hover_info{
	opacity: 1;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.animated_blocks:hover > .the_title,
.animated_blocks:hover > img{
	display: none;
}

.beneficios_interactive{
	background: rgb(13,51,88);
	background: linear-gradient(0deg, rgba(13,51,88,1) 65%, rgba(251,241,229,1) 65%);
}

.center_image{
	position: absolute;
	left:0;
	right: 0;
	top:0;
	bottom:0;
	margin:auto;
	background-color: transparent;
	border-radius: 450px;
	max-width: 250px;
	/*box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.3);*/
}

.animated_blocks img{
	margin: 12px 0;
	max-width: 30px;
}

.hover_info{
	text-align: center;
	opacity: 0;
	display: none;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.animated_blocks img.icon_hover{
	max-width: 15px;
    margin: auto;
	margin-bottom: 8px;
}

.hover_info p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	color: #0D3358;
}

.beneficios_interactive .animated_content .hover_info p.the_title{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #0D3358;
}

.naturales .sc_naturales{
	color: #5BB7D7;
}

.individuales .sc_individuales{
	color: #5BB7D7;
}

.saborizados .sc_saborizados{
	color: #5BB7D7;
}

.multipack .sc_multipack{
	color: #5BB7D7;
}


/***** SINGLE PRODUCT *****/

.single_product{
	background-color: #0080BA;
}

.single_prduct_container{
	display: flex;
	flex-direction: column;
	position: relative;
}

.the_product{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.the_text p{
	text-align: center;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 35px;
	text-align: center;
	color: #FBF1E5;
}

.single_product h1{
	font-style: normal;
	font-weight: 700;
	font-size: 90px;
	line-height: 90px;
	font-size: 36px;
    line-height: 1.2;
	text-transform: uppercase;
	color: #FBF1E5;
	margin-top: 0;
	margin-bottom: 0;
}

.descubre_container{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

.descubre_container img{
	max-width: 100%;
}

.descubre_container p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
}

.descubre_container a{
	width: fit-content;
    margin: auto;
}

.the_product_img,
.the_product_txt{
	display: flex;
	align-items: center;
	justify-content: center;
}

.the_product_img{
	width: 40%;
} 

.the_product_txt{
	width: 55%;
}

.single_product .the_product_txt{
	flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
}

.single_product .the_product_txt .the_text p{
	text-align: left;
}

.the_product_txt span{
	color: #0D3358;
	display: block;
}

.the_product_img{
	max-width: 100%;
}

.the_product_img img{
	max-width: 500px;
}

.the_buttons{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
}

.the_buttons a{
	width: auto-flow;
}

.main-btn.light_btn{
	background-color: #5BB7D7;
}

.single_product_icons{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

.single_product_icons p{
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
}

.item_icon_single {
    text-align: center;
    width: 20%;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.filter_wrapper{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

.filter_wrapper select{
	text-align: center;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	text-transform: uppercase;
	background-color: transparent;
	padding: 12px 30px;
	border: 1px solid #ffffff;
	border-radius: 8px;
	color: #ffffff;
	-moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	background-image: url(../images/select_arrow.svg);
	background-repeat: no-repeat;
	background-position: 93% center;
	background-size: 12px;
	max-width: 34%;
}
.filter_wrapper select option{
	color:#000;
}
.discover_wrapper{
	background-color: #0D3358;
}

.discover_wrapper h2{
	color: #5BB7D7;
    text-transform: uppercase;
    font-size: 48px;
    text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
	font-family: 'hind_siliguribold';
}

.title_switcher{
	background-color: #5BB7D7;
	color: #ffffff;
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
	font-family: 'hind_siliguribold';
	font-size: 24px;
	text-transform: uppercase;
	padding: 8px 25px;
	border-radius: 120px;
	display: flex;
    justify-content: space-between;
	position: relative;
}

.title_switcher p{
	margin: 0;
}

.title_switcher p:first-child{
	color: #0D3358;
	cursor: pointer;
}

.title_switcher p:last-child{
	cursor: pointer;
}

.main_text_content_product{
	position: relative;
}

.product_text_wrapper{
	background-color: rgba(91,183,215,.5);
	border-radius: 12px;
	padding: 40px;
	margin-top: -28px;
	display: none;
}

.product_text_wrapper p,
.product_text_wrapper ul li{
	text-align: left;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #FBF1E5;
}

.product_text_wrapper ul{
	padding-left: 20px;
}


.highlight_recetas{
	height: 573px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 40px;
    padding: 120px 60px;
    margin-top: 160px;
	position: relative;
	overflow: hidden;
}

.info_nutrimental_text{
	display: none;
}

/***** RECETAS *****/

.recetas_hero_content{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	gap: 30px;
}

.recetas_hero_content h1{
	font-style: normal;
	font-weight: 700;
	font-size: 80px;
	line-height: 80px;
	text-transform: uppercase;
	color: #0D3358;
	font-family: 'hind_siliguribold';
}

.recetas_hero_content h1 span{
	display: block;
	color: #0080BA;
}

.hero_photo, .hero_content{
	text-align: center;
}

.hero_photo img{
	max-width: 465px;
	border-radius: 200%;
}

.recetas_hero{
	background-color: #FBF1E5;
}

.recetas_proceso{
	background-color: #0D3358;
	color: #ffffff;
}

.recetas_ingredientes {
    background: rgb(13,51,88);
    background: linear-gradient(0deg, rgba(13,51,88,1) 65%, rgba(251,241,229,1) 65%);
}

.by_line{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 25px;
	text-align: center;
	color: #0D3358;
	margin-top: 60px;
}

.recetas_details{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #0D3358;
}

.recetas_details strong{
	display: block;
}

.hero_content ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.hero_content ul li{
	text-align: center;
	list-style-type: none;
	width: 25%;
}

.section_title{
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 35px;
	text-align: center;
	color: #FBF1E5;
	font-family: 'hind_siliguribold';
}

.recetas_proceso ol{
	margin: 0;
	padding: 0;
}

.recetas_proceso ol li{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	color: #FBF1E5;
	display: flex;
	gap: 30px;
	margin-bottom: 35px;
	position: relative;
}

.recetas_ingredientes .button_container a{
	width: fit-content;
    /*margin: auto;*/
	margin-top: 55px;
}

.recetas_proceso ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}

.recetas_proceso ol li {
  counter-increment: my-awesome-counter;
}

.recetas_proceso ol li::before {
  	content: counter(my-awesome-counter) " ";
  	color: #ffffff;
  	font-weight: bold;
    width: 40px;
    height: 40px;
    background-color: #0080BA;
    border-radius: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	position: absolute;
    left: -60px;
}

.blue_container{
	background: #0080BA;
    border-radius: 40px;
    padding: 30px 60px 50px 60px;
}
	
.ingredients_grid{
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr 1fr;
}

.ingredients_grid p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	color: #FBF1E5;
	margin: 0;
	position: relative;
	padding-left: 24px;
}

.ingredients_grid p:after{
	content: '•';
	position: absolute;
	left: 0;
	bottom: 0;
	top:0;
	font-size: 4rem;
    line-height: 2.5rem;
	color: #0D3358;
}

.banner_comida.is_desktop{
	display:none;
}
	
.banner_comida.is_mobile{
	display:flex;
}

.back_receta_responsive{
	position: absolute;
	left:0;
	right: 0;
	top:0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	display: none;
}

.bring_front{
	z-index: 2;
}

/***** RECETAS PAGE *****/

.page_recetas .recetas_hero .background_image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.page_recetas .recetas_hero .recetas_hero_content{
	padding: 90px 0;
	display: flex;
    flex-direction: column;
}

.page_recetas .recetas_hero h1{
	font-weight: 700;
	font-size: 80px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #FBF1E5;
	margin: 0;
}

.page_recetas .recetas_hero p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	color: #FBF1E5;
	margin: 0;
}

.page_recetas .recetas_list{
	background-color: #5BB7D7;
}

.page_recetas .element-item{
	border-radius: 30px 30px 0 0;
    margin: 7px;
    display: flex;
    align-items: center;
	flex-direction: column;

	width: 33%;
    display: flex;
    align-items: center;
    margin: 0;
	
	padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
}

.banner_comida{
	display:flex;
}

.banner_postre,
.banner_snack{
	display: none;
}

a.posts-grid-single.insight-grid-single{
	display:block;
	height: 295px;
	overflow: hidden;
}

.page_recetas .recetas_grid {
    position: relative;
	
	display: flex;
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: row;
	justify-content: center;
	gap: 2%;
	
	margin-top: 80px;
}

.page_recetas .recetas_list .element-item img{
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	max-height: 330px;

}

.page_recetas a{
	display: block;
	color: #0D3358;
	text-decoration: none;
	margin-bottom: 60px;
	height: 435px;
	width: 100%;
}

.page_recetas .the_content{
	background: #FBF1E5;
    border-radius: 0px 0px 30px 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 1;
    text-align: center;
    color: #0D3358;
    padding: 25px 45px;
    min-height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttons_container{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: row;
	overflow: hidden;
	width: fit-content;
    margin: auto;
	margin-bottom: 65px;
	border-radius: 12px;
	background-color: transparent;
	
	position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
}


.buttons_container .productos button.is-checked{
	background-color: #0D3358;
	color: #FBF1E5;
	display: block;
	border-radius: 12px 0 0 12px;
}

.highlight_recetas_title{
	font-family: 'paul_groteskbold-trail';
    text-transform: uppercase;
    font-size: 7rem;
    margin: 0;
    color: #0D3358;
}

.highlight_recetas_text{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 35px;
	line-height: 50px;
	color: #0D3358;
	margin: 0;
}

.buttons_container .comida button.is-checked{
	background-color: #0080BA;
	color: #FBF1E5;
	display: block;
	border-radius: 0 12px 12px 0;
}


.buttons_container button{
	background-color: #FBF1E5;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0D3358;
	border: none;
	min-width: 300px;
	padding: 14px 20px;
	display: none;
}

.buttons_container button:last-child{
	border-radius: 0 0 12px 12px;
}

.menuSelectOpened .productos button{
	display: block;
}

.menuSelectOpenedComida .comida button{
	display: block;
}

.title_filter{
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FBF1E5;
	margin-bottom: 35px;
	font-family: 'hind_siliguribold';
}


.products_hero .slick-slide{
	min-height: 90vh;
}

button.button_product.reset_clasicos_filter,
.reset_proteinas_filter,
.reset_sazucar_filter{
	width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 0 !important;
}

/***** BLOG *****/

.blog_list{
	background-color: #5BB7D7;
}

.entries_container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
    gap: 0 25px;
}

.blog_entry{
	width: 32%;
	overflow: hidden;
	border-radius: 40px;
}

.blog_entry .button_container{
	display: none;
}

.blog_entry .blog_excerpt{
	display: none;
}

.blog_entry:first-child .blog_excerpt{
	display: block;
}

.blog_excerpt p{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
}

.blog_entry:first-child .button_container{
	display: flex;
	margin-top: 30px;
}

.blog_entry:first-child{
	width: 100%;
	border-radius: 0;
	margin-top: -300px;
}

.blog_item_title{
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	height: 98px;
    display: -webkit-box;
}

.blog_entry:first-child a{
	display: flex;
	flex-direction: row;
	border-radius: 40px;
	overflow: hidden;
}

.blog_entry:first-child a figure,
.blog_entry:first-child a .blog_info_wrapper{
	width: 50%;
    border-radius: 0;
    display: flex;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.blog_entry:first-child a .blog_info_wrapper{
	padding: 40px;
}


.blog_entry img{
	width: 100%;
	height: auto;
}

.blog_list .blog_entry a{
	height: inherit;
}

.blog_info_wrapper{
	text-align: center;
	background-color: #FBF1E5;
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
    line-height: 32px;
    text-align: center;
    color: #0D3358;
    border-radius: 0 0 40px 40px;
    padding: 30px 20px;
}


.blog_list_hero .background_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.recetas_hero_content {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 30px;
}

.blog_list_hero_content{
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 30px;
}

.blog_list_hero .blog_list_hero_content{
	padding: 120px 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 300px;
}

.blog_list_hero_content h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: #0D3358;
    font-family: 'hind_siliguribold';
}

.blog_list_hero .blog_list_hero_content h1 {
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #FBF1E5;
    margin: 0;
}


/***** NOSOTROS *****/

.nosotros_hero{
	background-color: #0D3358;
}

.hero_nosotros_bottom_container p{
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 33px;
	text-align: center;
	color: #FBF1E5;
}

.nosotros_contacto{
	background-color: #0080BA;
}

.hero_nosotros_top_container{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	align-content: space-between;
}

.hero_nosotros_top_container h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 6rem;
    line-height: 6rem;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    font-family: 'paul_groteskbold-trail';
    font-family: 'hind_siliguribold';
	text-align: left;
}

.hero_nosotros_top_container h1 span{
	display: block;
	color: #5BB7D7;
}

.infografia_section{
	background: rgb(0,128,186);
	background: linear-gradient(0deg, rgba(0,128,186,1) 20%, rgba(251,241,229,1) 20%);
}

.infografia_section h2{
	margin: 0;	
}

.infografia_section h2 span{
	font-size: 5rem;
}

.infografia_section p{
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #0D3358;
}

.nosotros_contacto p{
	color: #FBF1E5;
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

.infographic{
	position: relative;
	
}

.infographic img{
	max-width: 50%;
	position: relative;
}

section.infografia_section .infog_icon{
	position: absolute;
}

section.infografia_section .infog-01{
	left: 151px;
    top: 70px;
}

.addInfo section.infografia_section .infog-01 circle,
.addInfo section.infografia_section .infog-02 circle,
.addInfo section.infografia_section .infog-03 circle,
.addInfo section.infografia_section .infog-04 circle,
.addInfo section.infografia_section .infog-05 circle{
	fill: #0080BA;
	stroke: #0080BA;
}

section.infografia_section .infog-02{
	right: 208px;
    top: 189px;
}

section.infografia_section .infog-03{
	left: 421px;
    top: 420px;
}

section.infografia_section .infog-04{
	right: 186px;
    top: 596px;
}

section.infografia_section .infog-05{
	left: 197px;
    top: 718px;
}

.infog_txt.intxt-01{
	display: none;
}

.addInfo .infog_txt.intxt-01{
	position: absolute;
    left: 130px;
    top: 228px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #0D3358;
    max-width: 210px;
	display: block;
}

.infog_txt.intxt-02{
	display: none;
}

.addInfo .infog_txt.intxt-02{
	position: absolute;
    right: 163px;
    top: 411px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #0D3358;
    max-width: 240px;
    display: block;
}

.infog_txt.intxt-03{
	display: none;
}

.addInfo .infog_txt.intxt-03{
	position: absolute;
    left: 360px;
    top: 583px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #0D3358;
    max-width: 244px;
    display: block;
}

.products_container_page .products_title{
	position: relative;
	display: flex;
    flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

.hero_product{
	width: 420px;
	width: 700px;
	height: auto;
    position: relative;
    right: 0;
    top: 0;
	margin-top: 70px;
}

.products_hero .slick-next {
    right: 25px;
}

.products_hero .slick-prev {
    left: 25px;
    z-index: 9;
}

.infog_txt.intxt-04{
	display: none;
}

.addInfo .infog_txt.intxt-04{
	position: absolute;
    right: 48px;
    top: 760px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #0D3358;
    max-width: 244px;
    display: block;
}

.infog_txt.intxt-05{
	display: none;
}

.addInfo .infog_txt.intxt-05{
	position: absolute;
    left: 160px;
    top: 879px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #0D3358;
    max-width: 244px;
    display: block;
}

.hidden_div{
	display: none;
}

.viewMoreOpen .hidden_div{
	display: block;
}

.viewMoreOpen .read_more_btn{
	display: none;
}


/***** COOKIES *****/

.subcontainer{
  width: 85%;
  margin: auto;
}

#cookies{
  width: 100%;
  position: fixed;
  bottom: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2147483647;
  display: none;
}

.cookies{
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}

.cookies a{
  text-decoration: none;
  font-weight: 500;
  color: yellow;
}

#cookies-btn{
  border-radius: 4px;
    padding: 8px 12px 8px 12px;
    font-size: 1rem;
    font-family: inherit;
    cursor: pointer;
    border: none;
    background-color: #5BB7D7;
    color: #fff;
}


/***** BORRAR *****/

.products_slider .button_product {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEE;
  border: none;
  border-radius: 0;
  background: #0080BA;
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  cursor: pointer;
	width: 33%;
	font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FBF1E5;
    font-family: 'hind_siliguribold';
}

.products_slider .button_product:hover {
  background-color: #5BB7D7;
  color: #ffffff;
}

.products_slider .button_product:active,
.products_slider .button_product.is-checked {
  background-color: #5BB7D7;
}

.products_slider .button_product.is-checked {
  color: white;
}

.products_slider .button_product:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.products_slider .button-group:after {
  content: '';
  display: block;
  clear: both;
}

.products_slider .button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}


.products_slider .button-group .p_cat:first-child { border-radius: 0.5em 0 0 0.5em; }
.products_slider .button-group .p_cat:nth-child(3) { border-radius: 0 0.5em 0.5em 0; }

.hidden_btn,
.reset_clasicos_filter,
.reset_proteinas_filter,
.reset_sazucar_filter{
	opacity: 0;
	width: 0;
	height: 0;
	visibility:hidden;
	pointer-events: none;
}

.nf-response-msg p{
	font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #0D3358;
    margin-top: 0;
    margin-bottom: 40px;
}

/* ---- isotope ---- */

.products_slider .grid {
  background: #EEE;
  max-width: 1200px;
}

.recetas_grid.grid{
	background: transparent;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ui group */

.ui-group {
  	display: inline-block;
	
	width: 100%;
	margin-bottom: 5px;
}

.ui-group h3 {
  display: inline-block;
  margin-right: 0.2em;
  font-size: 16px;
}

.ui-group .button-group {
	display: inline-block;
	margin-right: 20px;
	
	margin-right: 0;
    width: 100%;
}

.filtersProducts .products_subcategories .button-group{
	display: none;
}

.filtersProducts{
	width: 100%;
}

.filtersProducts .products_subcategories .showThis{
	display: inline-block;
}

/* color-shape */

.color-shape_ {
  width: 70px;
  height: 70px;
  margin: 5px;
  float: left;
}
 
.color-shape.round_ {
  border-radius: 35px;
}
 
.color-shape.big.round_ {
  border-radius: 75px;
}
 
.color-shape.clasicos_ { background: red; }
.color-shape.proteinas_ { background: blue; }
.color-shape.sazucar_ { background: yellow; }
 
.color-shape.wide_, .color-shape.big_ { width: 150px; }
.color-shape.tall_, .color-shape.big_ { height: 150px; }


.filtersProducts::after{
	clear: both;
	content: '';
	display: block;
}

.new_product_section .nav{
	height: auto;
	background: transparent;
}

.products_slider .products_subcategories .button_product{
	background: transparent;
	background: #5BB7D7;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.2em;
    color: #ffffff;
    margin: 30px 10px 30px;
    width: auto;
    padding: 12px 22px;
	text-decoration: none;
	background: transparent;
	border: 1px solid #ffffff;
    border-radius: 4px;
}

.slide_product_single{
	width: 50%;	
}

.products_subcategories{
	margin-bottom: 0;
}

.button_container{
	display: flex;
    align-items: self-end;
    justify-content: center;
    gap: 40px;
}

.product_img{
	width: 50px;
    background: #fff;
    border-radius: 200px;
    overflow: hidden;
	padding: 7px;
}

.responsiveIframe{
    margin:0;
    position:relative;
    padding:0;
    padding-bottom:calc(56.25%);
	padding-bottom:calc(43.25%);
	padding-bottom: 0;
  }

.hide_this{
	display: none;
}

.tres-reglas{
	background-color:#FBF1E5;
}

.tres-reglas h2 span {
    display: inline-block;
    color: #0080BA;
    font-size: inherit;
}

.tres-reglas p{
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	color: #0D3358;
}

.tres-reglas .wrapper {
    margin: 50px auto;
    font-weight: 400;
    text-align: center;
}

.tres-reglas button.accordion {
    background-color: #ffffff;
    color: #0D3358;
    cursor: pointer;
	border-radius: 25px;
    border: 0;
    padding: 18px 30px;
    width: 100%;
    font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
    text-align: left;
    transition: all 0.35s ease-in-out;
	margin-bottom: 10px;
	display: flex;
    align-items: center;
	position: relative;
}

.tres-reglas button:focus {
    outline: none;
}

.tres-reglas button.accordion.active{
    background: #ffffff;
	margin-bottom: 0;
	border-radius: 25px 25px 0 0;
}

.tres-reglas button.accordion:hover {
    background: #ffffff;
}

.tres-reglas div.panel {
    padding: 0 39px 0 39px;
    color: #000;
    max-height: 0;
    overflow: hidden;
    margin: 0 auto;
    transition: max-height 0.2s ease-out;
	background: rgba(217, 217, 217, 0.4);
	text-align: left;
    border-radius: 0 0 25px 25px;
    margin-bottom: 25px;
}

.tres-reglas div.panel p{
	text-align: left;
	font-size: 24px;
	line-height: 28px;
}


.plusminus {
  	position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer;
    right: 35px;
}
.plusminus.active:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.plusminus.active:after {
  transform: translatey(-50%) rotate(0);
}
.plusminus:before, .plusminus:after {
  content: "";
  display: block;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.35s;
  width: 100%;
  height: 3px;
}
.plusminus:before {
  transform: translatey(-50%);
}
.plusminus:after {
  transform: translatey(-50%) rotate(90deg);
}

.accordion strong{
	margin-right:8px;
}

.back_blue_text{
	background: rgba(91, 183, 215, 0.5);
	padding: 25px 35px;
	border-radius: 25px;
}

.beneficios_cuida_columns p{
	text-align: left;
}

.beneficios_cuida_columns p strong{
	padding-left: 30px;
    border-left: 10px solid #5BB7D7;
    display: flex;
}

.button_container_hero{
	display: flex;
	flex-direction: column;
	padding-top: 6%;
}

.button_container_hero .main-btn{
	width: fit-content;
}

.mobile_only{
	display: none;
}

.desktop_only{
	display: block;
}

.nosotros_contacto p a{
	color:#ffffff;
}

.infographic svg{
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.addInfo svg{
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/***** END BORRAR *****/

.btn_hidded{
	opacity: 0;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden;
    padding: 0 !important;
    margin: 0 !important;
}

.home_pot_image{
	padding-right: 50px;
}

@media(max-width:1600px){
  .container{
    width: 100%;
  }
}

@media(max-width:1220px){
	.products_hero h1 p{
		max-width: 100%;
	}
}
@media(max-width:1024px){
  .cookies{
    padding: 10px 0;
  }
}

@media(max-width:768px){
  #cookies-btn{
    width: 100%;
  }
}