/*------------------------------------*\
	TIPOGRAFIAS
\*------------------------------------*/
@font-face {
  font-family: 'FuturaStd-Book';
  src: url("../fonts/FuturaStd-Book/FuturaStd-Book.eot");
  src: url("../fonts/FuturaStd-Book/FuturaStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaStd-Book/FuturaStd-Book.woff") format("woff"), url("../fonts/FuturaStd-Book/FuturaStd-Book.ttf") format("truetype"), url("../fonts/FuturaStd-Book/FuturaStd-Book.svg#overlockbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MicrobrewSoftOne';
  src: url("../fonts/MicrobrewSoftOne/MicrobrewSoftOne.eot");
  src: url("../fonts/MicrobrewSoftOne/MicrobrewSoftOne.eot?#iefix") format("embedded-opentype"), url("../fonts/MicrobrewSoftOne/MicrobrewSoftOne.woff") format("woff"), url("../fonts/MicrobrewSoftOne/MicrobrewSoftOne.ttf") format("truetype"), url("../fonts/MicrobrewSoftOne/MicrobrewSoftOne.svg#overlockbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LatickaScript';
  src: url("../fonts/LatickaScript/LatickaScript-Regular.eot");
  src: url("../fonts/LatickaScript/LatickaScript-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/LatickaScript/LatickaScript-Regular.woff") format("woff"), url("../fonts/LatickaScript/LatickaScript-Regular.ttf") format("truetype"), url("../fonts/LatickaScript/LatickaScript-Regular.svg#overlockbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
    font-family:'FuturaStd-Book';
    font-size:20px;
    color:#212529;
    text-align:left;
    font-weight:normal;


}
body {
  font-family: "FuturaStd-Book";
  text-align:justify;
}
.single .content-wrapper{
 /* margin-top:48px;*/
}
p{
  text-align:justify;
}
h1,h2,h3,h4{
  text-align:left;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75; 
    color:  #203bc1; 
}


.slick-slide .fa-arrow-right{
  text-align:left;
}
/*------------------------------------*\
    HEADER
\*------------------------------------*/
/* line 6, ../sass/_header.scss */
#header {
  padding: 0px;
  -moz-box-shadow: 0px 5px 50px #ececec;
  -webkit-box-shadow: 0px 5px 50px #ececec;
  box-shadow: 0px 5px 50px #ececec;
}
/* line 9, ../sass/_header.scss */
#header #logo {
  display: inline-block;
  padding: 5px;
}
/* line 13, ../sass/_header.scss */
#header #pnova-menu {
  padding: 0px;
  display:inline-block;
  margin-top:24px;
}
@media (max-width: 992px) {
  #header #pnova-menu,
  #responsive-menu-button{
    display: none !important;
  }
  #responsive-menu-container #responsive-menu-wrapper{
    padding-top: 100px !important;
    text-transform: uppercase;
  }
  #responsive-menu-container #responsive-menu li.responsive-menu-item a{
    padding-right: 5% !important;
  }
  #responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link{
    padding-right: 10% !important;
  }
}
/* line 15, ../sass/_header.scss */
#header #pnova-menu .pnova-nav-first-menu {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  margin-right: 40px;
}
/* line 22, ../sass/_header.scss */
#header #pnova-menu .pnova-nav-first-menu li {
  display: inline-block;
  margin-right: 25px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
}


/* line 25, ../sass/_header.scss */
#header #pnova-menu .pnova-nav-first-menu li:last-of-type {
  margin-right: 0;
}
/* line 28, ../sass/_header.scss */
#header #pnova-menu .pnova-nav-first-menu li a, #header #pnova-menu .pnova-nav-first-menu li a:visited {
  color: #6d6e70;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "MicrobrewSoftOne";
  font-size: 24px;
  font-weight: normal;
  background-color: transparent;
  margin: 10px 0;
}
/* line 38, ../sass/_header.scss */
#header #pnova-menu .pnova-nav-first-menu li a:hover, #header #pnova-menu .pnova-nav-first-menu li a:visited:hover {
  color: #203bc1;
  background-color: transparent;
}
/* line 44, ../sass/_header.scss */
#header #pnova-menu .pnova-nav-first-menu li ul li {
  margin-right: 0px;
}
/* line 46, ../sass/_header.scss */
#header #pnova-menu .pnova-nav-first-menu li ul li a {
  font-size: 18px;
  margin: 0px;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.navbar-nav>li>.dropdown-menu {
/*   margin-top: 27px;*/
  margin-right:15px;
}
#header #pnova-menu .pnova-nav-first-menu li a, #header #pnova-menu .pnova-nav-first-menu li a:visited {
    color: #6d6e70;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "MicrobrewSoftOne";
    font-size: 24px;
    font-weight: normal;
    background-color: transparent;
    margin: 10px 0;
}
/* line 56, ../sass/_header.scss */
#header .buttons-container #pnova-menu-search {
  position: relative;
  display: inline-block;
}
/* line 59, ../sass/_header.scss */
#header .buttons-container #pnova-menu-search .btn-search {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  color: #203bc1;
  font-size: 26px;
  width: 40px;
  height: 27px;
  line-height: 1;
}
/* line 72, ../sass/_header.scss */
#header .buttons-container #hamburger {
  position: relative;
  display: none;
  float: none;
  width: 40px;
  height: 27px;
  margin: 0 5px;
  vertical-align: top;
  cursor: pointer;
  z-index: 9999;
  border: none;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media (max-width: 992px) {
  /* line 72, ../sass/_header.scss */
  #header .buttons-container #hamburger {
    display: inline-block;
  }
}
/* line 91, ../sass/_header.scss */
#header .buttons-container #hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #203bc1;
  opacity: 1;
  left: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
}
/* line 102, ../sass/_header.scss */
#header .buttons-container #hamburger span:nth-child(1) {
  top: 0px;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
}
/* line 106, ../sass/_header.scss */
#header .buttons-container #hamburger span:nth-child(2) {
  top: 11px;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
}
/* line 110, ../sass/_header.scss */
#header .buttons-container #hamburger span:nth-child(3) {
  top: 22px;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
}
/* line 115, ../sass/_header.scss */
#header .buttons-container #hamburger:focus {
  outline: 0;
}
/* line 120, ../sass/_header.scss */
#header .buttons-container #hamburger.closed span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}
/* line 125, ../sass/_header.scss */
#header .buttons-container #hamburger.closed span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
/* line 129, ../sass/_header.scss */
#header .buttons-container #hamburger.closed span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 28px;
  left: 5px;
}


.pnova{
    position:relative;
}
.pnova-container_fluid_fullw{
    margin:0;
    padding:0;
    width:100%;

}
.pnova-img_responsive{
    width:100%;
}


.pnova-row{

    width:95%;
    max-width:1100px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    margin-top:0;
    margin-bottom:0;
    padding:10px;
}
.pnova-col--12{
    width:100%;
}
.pnova-col--6{
    width:49.6%;
    margin:0;
    padding:0;
    display:inline-block;
}

.pnova-col--4{
    width:32%;
    margin:0;
    padding:0;
    display:inline-block;
}

.pnova-col--2{
    width:16.1%;
    margin:0;
    padding:0;
    display:inline-block;
}


.pnova-row>.pnova-col--6:first-child{
    /*    margin-right:1%;*/
}

.pnova-row>.pnova-col--6:last-child{
    /*    margin-left:1%;*/
}
#pnova-social h2{
    text-align:left !important;


}
.pnova-social-container{
    background:white;
    -webkit-box-shadow: -2px 3px 11px -1px rgba(192,192,192,1);
    -moz-box-shadow: -2px 3px 11px -1px rgba(192,192,192,1);
    box-shadow: -2px 3px 11px -1px rgba(192,192,192,1);
}

.pnova-social-right,.pnova-social-left{
    display:inline-block;
    width:49.7%;
    vertical-align:top;
    text-align:left;

}
.pnova-social-left{
}
.pnova-social-block{

    width: 80%;
    margin-left: 18%;

}
.pnova-social-header p{
    font-size: 18px;
    font-weight: bold;
}
.pnova-social-body{
    height:240px;
    overflow-x: visible;
    overflow-y:auto;
    margin-top:30px;
    margin-bottom:40px;
}

.pnova-social-goto-facebook{
    margin-left: -80px;
}
.pnova-social-footer{
    text-align:center;
}
.pnova h2{

    font-family:'MicrobrewSoftOne';
    font-size:40px;
    color:#dd061a;
    text-transform:uppercase;
    text-align:center;
    font-weight:normal;
    margin-bottom:0;
}

.pnova--margin-top_50{

    margin-top:50px;
}

.pnova--margin-bottom_50{
    margin-bottom:50px;
}
.pnova-text--align-center{
    text-align:center;

}

/* Bloque recetas */
.pnova-card{
    width:100%;
    /*   min-width: 349px;*/
  padding:10px;

}
.pnova-cinema-close{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 34px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 2px solid white;
    color: white;
    cursor: pointer;
    z-index: 999;
    text-align: center;
}
.pnova-card.pnova-card_extended{

}

.pnova-card .pnova-card--header h2{
    font-size:22px;
    color:#203bc1;
    text-align:left;
  margin-bottom:5px;
}

.pnova-producto-name{
    color: #6d6e70 !important;
    font-size: 18px!important;
    text-decoration:none;
}

.pnova-producto-img{
    width: 29%;
    text-align: center;
    position: absolute;
    top: 60px;
    right: 15%;
}
.pnova-producto-desc{
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -10px;
    color: white;
    font-style: italic;
    font-size: 22px;
}
.pnova-producto-desk ul{
    margin:0;

    padding:0;
    list-style-type:none;
}
.pnova-producto-desk ul li>a{
    display:block;
    width:100%;
    color:#203bc1;
    text-decoration:none;
}
.pnova-productos-prev{
    cursor:pointer;
    position: absolute;
    font-size: 60px;
    color: white;
    top: 30%;
    left: -45px;
}
.pnova-productos-next{

    position: absolute;
    font-size: 60px;
    color: white;
    top: 30%;
    right: -45px;

    cursor:pointer;
}


.pnova-card .pnova-card--header p{
    font-size:16px;
    text-align:left;
    margin-top: 5px;
    margin-bottom: 30px
}
#pnova-sorprende .pnova-card .pnova-card--body{

    position: relative;
    overflow: hidden;
}
#pnova-sorprende .pnova-video-container{
    position:absolute;
    top:0;
    left:0;
}
#pnova-productos .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity:1;
    border-color: white;
    border-width: 2px;
    border: 1px solid white;

}
#pnova-productos .swiper-pagination-bullet-active {
    opacity: 1;
    background: white;

}
#pnova-sorprende .pnova-card .pnova-card--body img{
    min-height:269px;
}
.pnova-card--footer{
    height:74px;
}
.pnova-card--header{
   /* height:78px;*/
}
.pnova-card .pnova-card--footer .pnova-card--footer-left,
.pnova-card .pnova-card--footer .pnova-card--footer-right{
    margin-top:20px;
    display:inline-block;
}
.pnova-card .pnova-card--footer .pnova-card--footer-left{
    width:74%;
    text-align:left;
}

.pnova-card .pnova-card--footer .pnova-card--footer-right{
    width:24%;
    text-align:right;
}
.pnova-card--punch-right{

    /*overflow-x:hidden;*/

}
.pnova-card--punch-right img{

    /*position:relative;
    right:-40px;
     */
}
.pnova-link-arrow{
    color:#dd061a!important;
    margin-left:10px;

}
.pnova-text-great{
    font-family:'MicrobrewSoftOne'!important;
    font-size:44px!important;
    font-weight:normal !important;
}

.pnova-card--body-left{

    position:relative;
}
.pnova-card .pnova-card-float-right{
    position:absolute;
    right: 0;
    width: 25%;
    top: 25%;
}
.pnova-card .pnova-card-float-right a,
.pnova-card .pnova-card-float-right a:active

{
    text-transform:uppercase;
    color:#6d6e70;
    font-size:20px;
    font-family:'MicrobrewSoftOne';
    font-weight:normal;
    text-decoration:none;
    opacity:0.5;
    display:block;
}
.pnova-card .pnova-card-float-right a:hover{

    opacity:1;
}



.pnova-card .pnova-card--footer a,
.pnova-card .pnova-card--footer a:active

{
    text-transform:uppercase;
    color:#203bc1;
    font-size:20px;
    font-family:'MicrobrewSoftOne';
    font-weight:normal;
    text-decoration:none;
    opacity:1;
}
.pnova-card .pnova-card--footer a:hover{

    opacity:1;
}
.pnova-card .pnova-card--footer .pnova-card--footer-left.pnova-extended-full{
    width:100%;
    text-align:left;
}


.pnova-card .pnova-card--footer .pnova-card--footer-left.pnova-extended{
    width:54%;
    text-align:left;
}

.pnova-card .pnova-card--footer .pnova-card--footer-right.pnova-extended{
    width:44%;
    text-align:right;
}


.pnova-card .pnova-card--footer a.pnova-link-regular,
.pnova-card .pnova-card--footer a.pnova-link-regular:active{
    text-transform: none;
    color:#203bc1;
    font-size:16px;
    font-family:'FuturaStd-Book';
    font-weight:normal;
    text-decoration:none;
    opacity:1;
}
.pnova-card .pnova-card--footer a.pnova-link-regular:hover{

    opacity:1;
}

.pnova-card .pnova-card--footer a.pnova-link-regular .pnova-link-arrow{
    transition:all 0.3s ease;
}

.pnova-card .pnova-card--footer a.pnova-link-regular:hover .pnova-link-arrow{
    margin-left:5px;
}

.pnova-video--overlay{
    position:relative;
}
.pnova-video--overlay_bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    min-height:100%;
    height:100%;
    z-index:100;
}

.pnova-video--overlay-icon{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width:75px;
    height:75px;
    z-index:99;
}

.pnova-video--overlay-poster{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0;
    width:100%;
    z-index:0;
}

.pnova-rbuilder{
    /*    height:200px;*/
}
.pnova-rbuilder .swiper-container {
    width: 100%;
    height:100%;
}
.pnova-rbuilder .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}





.pnova-recetas-slider{
    height:500px;
    position:relative;
    top:-40px;
}
.pnova-recetas-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #dd061a;

}
.pnova-recetas-slider .swiper-container {
    width: 100%;
    height:100%;

}
.pnova-recetas-slider .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}

.pnova-charlas-row{

    bottom: -200px;
            position: relative;
            z-index: 99999999;
            margin-top: -140px;
}

.pnova--padding-top_50{
    padding-top:50px;
}
.pnova--bg_gray{

    background-color: rgb(251, 250, 250);
}
#pnova-vplayer{
    position:relative;
}
.video-promo{

        width: 350px;
    position: fixed;
    bottom: 0;
    z-index:9999999999;
}
.close-video-promo{

    position: absolute;
    top:0px;
    right:0px;
    width:70px;
    height:70px;
    cursor:pointer;
    vertical-align:middle;
    text-align:center;
        z-index: 99999999999999;
}

.close-video-promo i{
        vertical-align: middle;
    line-height: 40px;

}

#pnova-gastrobus{

  
padding-top:150px;top:0px;position:relative;z-index:0;
  
  
}

#pnova-social{
    position:relative;z-index:1;
  /*margin-top:-200px;*/

}

.pnova-gastrobus-track{
    /*    padding:10px;*/
}

.pnova-gastrobus-slider{
    margin-top:10px;
}
.pnova-gastro-card{
    position:relative;
    background-color:white;
    cursor:pointer;
}
.pnova-gastro-card-flip{
    position:relative;
}
.pnova-gastro-card-overlay{
    background-color:#6ee2e5;
    opacity:0.7;
    position:absolute;
    z-index:9999;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.pnova-gastro-card-overlay-neutral{
    position:absolute;
    z-index:9999;
    top:30px;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width:85%;
    height:100%;
}

#pnova-productos{

}
.pnova-producto-slide{
    position:relative;
}
.pnova-producto-desk{

    position: absolute;
    top: 0;
    left: 20%;
    background: white;
    padding: 30px;
    width: 250px;


}

.pnova-producto-desk h2{
    margin-top:0;
    text-align:left;
}
.pnova-producto-desk h2 span{

    color: #6d6e70;
    display: block;
    text-align: left;
    font-size: 16px;
}

.pnova-producto-desk>p{
    margin-top:50px;
}
.pnova-align-center{
    text-align:center;
}
.pnova-align-right{
    text-align:right;
}
.pnova-top-margin-0{
    margin-top:0;
}
.pnova-card--body-left{

}

.pnova-card--footer-right{
    display:inline-block;
    width:28%;
}
.pnova-video-container{

    width: 100%;
    overflow: hidden;
    height: 269px;
}
.pnova-video-container video{
    width: 100%;
    height:100%;
}


.pnova-search-nutricion{
    border-width: 0 0 2px 0;
    border-color: #dd061a;
    padding-bottom: 5px;
    width: 80%;
    font-size: 14px;
    margin: 0;
    line-height: 25px;
    vertical-align: middle;
}

.pnova-search-nutricion-do{
    border-color: #dd061a;
    padding: 5px;
    margin: 0;
    font-size: 25px;
    background: white;
    border-width: 0 0 2px 0;
    color: #dd061a;
    vertical-align: middle;
    line-height: 26px;
    padding-top: 0px;
    border-style: solid;
}

#pnova-nutricion .pnova-video-container video{
    height:auto;
    width:100%;
}
.pnova-gastro-card-track_past{
    background-color:white;
    position:absolute;
    left:0;
    right:0;
    bottom:40px;
    width:75%;
    padding:15px;
    margin-left:auto;
    margin-right:auto;
    z-index:999999;
}

.pnova-gastro-card-track_past h2{
    color:#d51212;
    font-size:18px;
    text-align:left;
    margin:0;
}
.pnova-gastro-card-track_past p{
    text-align:left;
    font-size:16px;
    margin-top:5px;
    margin-bottom:5px;
}
.pnova-gastro-card-track_past p.pnova-gastro-card-track_past-city{
    text-align:left;
    font-size:16px;
    color:#203bc1;
}


.pnova-gastro-card-flop{

    background-color:#3fa9ad;
    width:100%;
    height:100%;
    min-height:100%;
    text-align:center;

}
.pnova-gastro-card-track_city h2{
    color: white;
    font-size: 38px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-width: 1px 0 1px 0;
    border-color: white;
    word-wrap: break-word;
    border-style: solid;
    text-align: left;
    margin-top: 25px;
    text-transform:uppercase;
}

.pnova-gastro-card-track_city p{

    font-size:28px;
    text-transform:uppercase;
    color:#065765;
    text-align:left;
    font-family:'MicrobrewSoftOne';
    font-weight:normal;

}
.pnova-gastro-card-track_city p .nova-gastro-number{
    text-align:left;
    font-size:49px;

}

.pnova-img--filter_gastro{
    -webkit-filter:  brightness(150%) grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: brightness(150%) grayscale(100%);
    opacity:1;
}

.pnova-gastro-card.pnova-hover .pnova-gastro-card-overlay{
    transition: all 0.5s ease;
    opacity:0;
}

.pnova-gastro-card.pnova-hover .pnova-img--filter_gastro{
    -webkit-filter:  brightness(100%) grayscale(0); /* Safari 6.0 - 9.0 */
    filter: brightness(100%) grayscale(0);

    transition: all 0.5s ease;
}

/* ====================================================
 * RECIPES
 ======================================================= */
.pnova-rbuilder {
    width:100%;
    position:relative;
}

.pnova-rbuilder-left{
    display:inline-block;
    width:20%;
}
.pnova-rbuilder-right{
    width:79%;
    display:inline-block;
    vertical-align:top;
    height:300px;
    border:0px solid red;
    /*   max-height:500px;*/
}


.pnova-rbuilder-card-flip{

    height:105px;
}

.pnova-rbuilder-add{
    display:none;
}
.pnova-rbuilder-card-flip.pnova-hover{
    cursor:pointer;
}
.pnova-rbuilder-card-flip.pnova-hover .pnova-rbuilder-add{

    display: block;
}
.pnova-rbuilder-plus{
    display:none;
}

.pnova-rbuilder-seleccion-list{
    list-style:none;
    margin:0;
    padding:0;
    width: 80%;
    display: inline-block;
}
.pnova-rbuilder-ingrediente-delete{
    position: absolute;
    cursor:pointer;
    right: -8px;
    top: -8px;
    width: 20px;
    height: 20px;
    background-color: white;
    color: #203bc1;
    text-align: center;
    line-height: 18px;
    font-size: 20px;
    border: 1px solid #203bc1;
    border-radius: 100%;
}
.pnova-rbuilder-seleccion-list li{
    position:relative;
    cursor:pointer;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    margin-bottom:10px;
    padding: 8px;
    min-width: 100px;
    background-color: #203bc1;
    color: white;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
}
.pnova-rbuilder-search{
    cursor: pointer;
    padding: 8px;
    padding-right: 20px;
    background-color: #dd061a;
    color: white;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    float: right;
    padding-left: 20px;
    text-decoration:none;
}
.pnova-rbuilder-search:visited{
    text-decoration:none;
    color:white;
}

.pnova-button_red{
    cursor: pointer;
    padding: 8px;
    padding-right: 20px;
    background-color: #dd061a;
    color: white !important;
    text-align: center;
    font-size: 18px;
    border-radius: 3px;
    padding-left: 20px;
    text-decoration:none;
    transition:all 1s ease;
}

.pnova-button_red:hover{
    background-color:#ba0617;
}


.pnova-rbuilder-card-flip.pnova-hover .pnova-rbuilder-plus{

    display: block;
    width: 44px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    line-height: 44px;
    left: 0;
    right: 0;
    top: -25px;
    border-radius: 100%;
    background-color: white;
    color: #dd061a;
    font-size: 22px;
    text-align: center;
}


.pnova-rbuilder-card-flip{

    transition:all 0.5s ease;
}
.pnova-rbuilder-card-flip.pnova-hover{
    width:400px;
    height:250px;
    /*border:1px solid red;*/
    background-color:white;

    transition:all 0.5s ease;
}

.pnova-rbuilder-card-flip .pnova-rbuilder-ingredient-icon{
    margin:0;
    transition: width 0.5s ease,
    border-radius 0.5s ease,
    height 0.5s ease,
    padding 0.5s ease;

    transform-origin:center;
}


.pnova-rbuilder-card-flip.pnova-hover .pnova-rbuilder-ingredient-icon{
    border-radius: 0%;
    overflow: hidden;
    border: 0px solid #dd061a;
    padding:0px;
    width: 100%;
    height: auto;
    margin:0;
    transition: width 0.5s ease,
    border-radius 0.5s ease,
    height 0.5s ease,
    padding 0.5s ease;

    transform-origin:center;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -130%);
}
.pnova-rbuilder-ingredient-icon{
    border-radius: 100%;
    overflow: hidden;
    border:2px solid #dd061a;
    padding:0px;
    width: 90px;
    height: 90px;
    margin:0;
    max-height:100px;
    transform-origin:center;

    padding: 4px;
    background: white;
    position: relative;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pnova-rbuilder-card-flip .pnova-rbuilder-ingredient-icon img{

}


.pnova-rbuilder-card-flip.pnova-hover .pnova-rbuilder-ingredient-icon img{
    width: 100%;
    margin:0;
    transform-origin:center;
    transition: all 0.5s ease;
    border-radius: 0%;

}

.pnova-rbuilder-ingredient-icon img{
    margin:0;

    transform-origin:center;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    border-radius: 50%;

}

.pnova-rbuilder-food-list ul{
    width: 140px;
    background-color: white;
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    margin-right: 20px;
    position: relative;
}

.pnova-rbuilder-food-list-option.active{
    color:#203bc1 !important;
}

.pnova-rbuilder-food-list ul>li.pnova-rbuilder-food-list-label{

    background-color: #203bc1;
    color:white;

}

.pnova-rbuilder-food-list ul>li.pnova-rbuilder-food-list-label.pnova-selected{

    color: #203bc1;

}
.pnova-rbuilder-card-flip h3{
    transition: all 0.5s ease;
}


.pnova-rbuilder-card-flip.pnova-hover h3{
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'MicrobrewSoftOne';
    font-weight: normal;
    text-align: center;
    transition: all 0.5s ease;
    margin: 5px;
    top: -30px;
    position: relative;
}
.pnova-rbuilder-card-flip p{
    transition: all 0.5s ease;
}


.pnova-rbuilder-card-flip.pnova-hover p{
    font-size:16px;
    color:#dd061a;
    text-align:center;
    margin:0;
    background-color:#f9f9f9;
    padding-top:10px;
    padding-bottom:10px;
    margin-left:10px;
    margin-right:10px;
    transition: all 0.5s ease;
}


.pnova-rbuilder-card-flip h3{
    text-transform:uppercase;
    font-size:20px;
    font-family:'MicrobrewSoftOne';
    font-weight:normal;
    text-align:center;
}

.pnova-rbuilder-card-flip p{
    font-size:13px;
    color:#dd061a;
    text-align:center;
    margin:0;
    cursor:pointer;
}

.pnova-rbuilder-tracker{

    position: absolute;
    z-index: 0;
    top: 140px;
    left: -40px;
}

.pnova-rbuilder-food-list-option:hover{
    cursor:pointer;
    color:#203bc1;

}

.pnova-rbuilder-food-list ul>li{
    padding: 12px 22px;
    font-size:14px;
}

.pnova-rbuilder-cook select{
    display:block;
    background-color:white;
    padding:10px 22px;
    font-size:14px;
    border-width:0;
    margin:0;
    width:140px;
    color: #6d6e70;
    margin-top:10px;
    float: right;
    margin-right: 20px;
}
.pnova-rbuilder-cook select:first-child{
    margin-top: 30px;
    float: right;
    margin-right: 20px;
}
.pnova-nutricion-teaser{
    position:relative;
}
.pnova-nutricion-teaser-header{
    position:absolute;
    top:10%;
    left:0;
    width:100%;
    height:20%;
}

.pnova-nutricion-teaser h2{
    color:white;
    font-size:40px;
    margin-bottom:40px;
}
.pnova-nutricion-teaser p{
    color:white;
    font-size:20px;
    text-align:center;
}
.pnova-nutricion-teaser-body{
    position:absolute;
    top:55%;;
    left:0;
    width:100%;
}
.pnova-nutricion-teaser-msg1{
    position:absolute;
    top:0;
    left:10%;
    width:60%;
    height:158px;
}
.pnova-nutricion-teaser-msg2{
    position:absolute;
    top:0;
    right:10%;
    width:158px;
    height:158px;
    background-color:#dd061a;
    cursor:pointer;
}
.pnova-nutricion-teaser-msg1 p{
    position:relative;
    z-index:1;
}
.pnova-nutricion-teaser h3{
    font-family:'MicrobrewSoftOne';
    font-weight:normal;
    font-size:35px;
    color:white;
    text-align:center;
    position:relative;
    z-index:1;
}
.pnova-nutricion-teaser-msg2 p{
    text-transform:uppercase;
    color:white;
    padding:0;
    position:absolute;
    top: 25%;
    cursor:pointer;

}
.pnova-nutricion-teaser-msg1 .pnova-nutricion-teaser-msg1-bg{

    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;


}

.pnova-social-bubble{
    position:relative;
    width:80%;
    vertical-align:top;
}
.pnova-social-avatar{
    display:inline-block;
    vertical-align:top;
    position: relative;
    top: 0px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
}
.pnova-social-avatar.right{

    left: 95%;
}


.pnova-social-triangle{
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #eef1f3;
    position: absolute;
    z-index: 0;
    top: 0;
    left: -15px;
}
.pnova-social-triangle.right{

    left:auto;
    right:-15px;
}


.pnova-social-talk{
    position: relative;
    display:inline-block;
    background: #eef1f3;
    padding: 20px;
    width: 60%;
    border-radius: 10px;
    z-index: 1;
    top: 0;
    margin-bottom:15px;
    font-size:11px;
    margin-left:3px;
}
.pnova-social-rrss{
    background:#f9f9f9;
    padding-top:20px;
    padding-bottom:20px;
    margin-top:40px;
}
.pnova-newsletter p{
    font-size: 13px;
    padding-left: 50px;
    font-weight:bold;
}
.pnova-redes p{
    font-size:13px;
    font-weight:bold;
    padding-right:50px;
}
.pnova-redes a{
    display: inline-block;
    width: 32px;
    height: 32px;
    color: white;
    background: #dd061a;
    border-radius: 100%;
    vertical-align: middle;
    line-height: 32px !important;
    text-align: center;
    font-size: 16px;
    margin-left:10px;
}
.pnova-newsletter input{
    border-width: 0;
    padding: 8px;
    color:#6d6e70;

}
.pnova-newsletter button{

    border-width: 0;
    padding: 8px;
    background-color: white;
    color: #dd061a;
}
.pnova-footer-nav{
    position:relative;
    vertical-align:top;
}
#pnova-seo p{
    font-family: 'MicrobrewSoftOne';
    font-size: 21px;
    color: #203bc1;
    font-weight: lighter;
    text-align:left;
    margin:0;
}
#pnova-seo p::after{
    position: absolute;
    top: 30px;
    left: 15px;
    width: 6px;
    border-top: 3px solid #203bc1;
    content: '';

}
.pnova-footer-nav .pnova-link-list{
    list-style-type:none;
    margin:0;
    padding:0;
    margin-top:22px;
}
.pnova-link-list li{
    margin-bottom:10px;
}
.pnova-link-list a{
    color: #6d6e70;
    text-decoration:none;
    font-size:13px;
}

/* ================================================
MENU
=================================================== */

.pnova-fly-menu{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    min-height:100%;
    height:100%;
    z-index:999999999;
    background:white;
}

.pnova-fly-menu ul{
    list-style-type:none;
    margin:0;
    margin-top:100px;
    padding:0;
    width:100%;
    text-align:center;

}
.pnova-fly-menu ul li {
    margin-bottom:20px;
}
.pnova-fly-menu  a{
    text-transform: uppercase;
    text-decoration:none;
    font-family: 'MicrobrewSoftOne';
    font-size: 40px;
    font-weight: normal;
    color:#203bc1;
}
 .pnova-fly-menu  a:hover{

    color:#dd061a;
}

.pnova-fly-menu.second-level-menu  ul{

    margin-top: 80px;

}
.pnova-fly-menu.second-level-menu  a{

    font-size: 30px;

}
#pnova-menu-hamburger{
    position:fixed;
    height:55px;
/*    width:48px;*/
    z-index:9999999999;
     right: 35px;
    top: 10px;
}


/* ==========================================================================
Helper classes
========================================================================== */

/*
 * Hide visually and from screen readers
 */
.visible-on-mobile {
    display: none !important;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
        http://www.sanbeiji.com/archives/953 */
box-shadow: none !important;
text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


  .pno-breadcrumb{
          border-bottom:1px solid #c9c9c9;
          text-align:left;
          height:46px;
  
        }
        .pno-breadcrumb--route a,        .pno-breadcrumb--route .pno-breadcrumb--text{
          vertical-align:middle;
          font-size:0.8em;
          line-height:46px;
          color:#6d6e70;
        }
         .pno-breadcrumb--route a:hover{
          vertical-align:middle;
          font-size:0.8em;
          line-height:46px;
          color:#203bc1;
        }
        .pno-breadcrumb--home{
          margin-right:5px;
          color:#dd061a;
        }

h1.h-nowaves{
font-family: 'MicrobrewSoftOne';
    font-size: 40px;
    color: #dd061a;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    line-height: 40px;
    vertical-align: center;
    margin-bottom: 80px;
 
}
h1.h-waves {
    font-family: 'MicrobrewSoftOne';
    font-size: 40px;
    color: #dd061a;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    line-height: 40px;
    vertical-align: center;
   margin-top: 40px;
    /*margin-bottom: 80px;*/
    background: url(https://www.pescanova.es/wp-content/themes/pescanova/pnovav3/linea-ondas.png) center center no-repeat;
}
.h-waves span {
    background: white;
}

h2.h-waves {
    font-family: 'MicrobrewSoftOne';
    font-size: 30px;
    color: #dd061a;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    line-height: 30px;
    vertical-align: center;
    margin-bottom: 20px;
    background: url(https://www.pescanova.es/wp-content/themes/pescanova/pnovav3/linea-ondas.png) center center no-repeat;
}


/*------------------------------------*\
    HOME
\*------------------------------------*/
/* line 7, ../sass/_home.scss */
 .slick-slider {
  position: relative;
  z-index: 0;
}
/* line 10, ../sass/_home.scss */
 .slick-slider .slick-prev,
 .slick-slider .slick-next {
  height: 36px;
}
@media (max-width: 768px) {
  /* line 10, ../sass/_home.scss */
   .slick-slider .slick-prev,
   .slick-slider .slick-next {
    display: none !important;
  }
}
/* line 16, ../sass/_home.scss */
 .slick-slider .slick-prev::before,
 .slick-slider .slick-next::before {
  font-family: "Font Awesome 5 Free";
  color: #cccccc;
  font-weight: 700;
  font-size: 36px;
}
/* line 23, ../sass/_home.scss */
 .slick-slider .slick-prev {
  left: -35px;
}
/* line 25, ../sass/_home.scss */
 .slick-slider .slick-prev::before {
  content: "\f053";
}
/* line 29, ../sass/_home.scss */
 .slick-slider .slick-next {
  right: -35px;
}
/* line 31, ../sass/_home.scss */
 .slick-slider .slick-next::before {
  content: "\f054";
}
/* line 35, ../sass/_home.scss */
 .slick-slider .slick-dots {
 /* bottom: 20px;*/
}

.slick-slider h2{
margin-top:30px;  
  margin-bottom:15px;
}

/* line 37, ../sass/_home.scss */
 .slick-slider .slick-dots li {
  margin: 0 3px;
}
/* line 39, ../sass/_home.scss */
 .slick-slider .slick-dots li button:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #203bc1;
  font-size: 15px;
}


/* line 47, ../sass/_home.scss */
 .slick-slider .slick-dots li.slick-active button:before {
  font-weight: 700;
}
/* line 54, ../sass/_home.scss */
 .slider-nav {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  max-width: 70%;
  margin: auto;
}
@media (max-width: 992px) {
  /* line 63, ../sass/_home.scss */
   .slider-nav .slick-list {
    display: none;
  }
}
/* line 68, ../sass/_home.scss */
 .slider-nav .slick-slide {
  padding: 15px;
}
/* line 72, ../sass/_home.scss */
 -slider,
 #product-slider {
  position: relative;
  margin: 50px 0 100px;
}
/* line 78, ../sass/_home.scss */
 #product-slider h2 {
  font-family: "MicrobrewSoftOne";
  color: #203bc1;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1em;
}
@media (max-width: 1200px) {
  /* line 78, ../sass/_home.scss */
   #product-slider h2 {
    font-size: 32px;
  }
}
/* line 88, ../sass/_home.scss */
 #product-slider i {
  display: block;
  color: #dd061a;
}
/* line 92, ../sass/_home.scss */
 #product-slider p {
  font-size: 30px;
  color: #dd061a;
  font-family: "LatickaScript";
  line-height: 1.2em;
}
@media (max-width: 1200px) {
  /* line 92, ../sass/_home.scss */
   #product-slider p {
    font-size: 24px;
  }
}
/* line 101, ../sass/_home.scss */
 #product-slider .slick-slide {
  padding: 10px;
}
/* line 105, ../sass/_home.scss */
 #gastrobus {
  position: relative;
  margin: 0px 0;
  padding: 30px;
  background: url(../images/blue-table.jpg) center center repeat-y;
}
/* line 110, ../sass/_home.scss */
 #gastrobus img {
  max-width: 100%;
}
@media (min-width: 768px) {
  /* line 113, ../sass/_home.scss */
   #gastrobus .logo-gastrobus {
    margin-bottom: -70px;
  }
}
/* line 118, ../sass/_home.scss */
 #gastrobus .tracker {
  padding-bottom: 50px;
  margin-bottom: -18px;
  overflow-x: hidden;
}
/* line 122, ../sass/_home.scss */
 #gastrobus .tracker .track {
  display: block;
  width: 127%;
  max-width: 127%;
}
@media (min-width: 768px) {
  /* line 122, ../sass/_home.scss */
   #gastrobus .tracker .track {
    display: inline-block;
    width: 70%;
    vertical-align: bottom;
  }
}
/* line 132, ../sass/_home.scss */
 #gastrobus .tracker .bus {
  display: none;
}
@media (min-width: 768px) {
  /* line 132, ../sass/_home.scss */
   #gastrobus .tracker .bus {
    display: inline-block;
    width: calc(30%);
    margin-left: -20px;
    margin-bottom: -50px;
    vertical-align: bottom;
  }
}
/* line 143, ../sass/_home.scss */
 #gastrobus .box-text {
  background-color: #FFF;
  padding: 25px 15px;
  margin-bottom: 15px;
}
/* line 147, ../sass/_home.scss */
 #gastrobus .box-text h3 {
  font-family: "MicrobrewSoftOne";
  color: #dd061a;
  font-size: 20px;
  margin-bottom: 2px;
}
/* line 153, ../sass/_home.scss */
 #gastrobus .box-text h4 {
  color: #203bc1;
  font-size: 18px;
  margin-bottom: 2px;
}
/* line 158, ../sass/_home.scss */
 #gastrobus .box-text p {
  font-size: 16px;
  margin-bottom: 0;
  color: #6d6e70;
}
/* line 164, ../sass/_home.scss */
 #gastrobus .te-esperamos {
  display: block;
  margin: 15px auto;
}
@media (min-width: 992px) {
  /* line 164, ../sass/_home.scss */
   #gastrobus .te-esperamos {
    max-width: 125%;
    margin: 90px 0 0 -30%;
  }
}
@media (min-width: 1200px) {
  /* line 164, ../sass/_home.scss */
   #gastrobus .te-esperamos {
    margin: 105px 0 0 -30%;
  }
}
/* line 175, ../sass/_home.scss */
 #gastrobus .madrid {
  display: block;
  margin: 15px auto;
}
@media (min-width: 992px) {
  /* line 175, ../sass/_home.scss */
   #gastrobus .madrid {
    margin: 30px -15px;
    max-width: calc(100% + 30px);
  }
}

/* line 10, ../sass/main.scss */
body {
  font-family: "FuturaStd-Book";
}

.d-cell {
    display: table-cell;
    vertical-align: middle;
}

.w30 {
    width: 30%;
}

.tright {
    text-align: right !important;
}
.w70 {
    width: 70%;
}

#pnovafooter {
    background: #f9f9f9;
    height: auto;
    font-size: 13px;
    text-align: center;
    padding: 20px 20px 10px 20px;
    margin-top: 25px;
}

#pnovafooter>div{
margin-bottom:10px;  
}

#pnovafooter p{
  text-align:center;
  margin-bottom: 0;
}
.pnova-container_fluid_fullw {
    margin: 0;
    padding: 0;
    width: 100%;
}
.pnova-align-right {
    text-align: right;
}

.pnova-social-rrss{
  width:100%;
}

.pnova-social-rrss p{
  text-align:right;
}


/* SEARCH */
#full-screen-search {
  visibility: initial !important;
  opacity: initial !important;
  position: fixed !important;
  opacity: 1 !important;
  background: white !important;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-100%) translateZ(0) !important;
  transform: translateY(-100%) translateZ(0) !important;
  transition: -webkit-transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0ms !important;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0ms !important;
  -o-transition: transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0ms !important;
  transition: transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0ms !important;
  transition: transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0ms, -webkit-transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0ms !important; }
  #full-screen-search #full-screen-search-container {
    position: relative;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: opacity .5s ease 0s,-webkit-transform .25s ease-in 0s;
    -webkit-transition: opacity .2s ease 0s,-webkit-transform .25s ease-in 0s;
    transition: opacity .2s ease 0s,-webkit-transform .25s ease-in 0s;
    -o-transition: transform .25s ease-in 0s,opacity .2s ease 0s;
    transition: transform .25s ease-in 0s,opacity .2s ease 0s;
    transition: transform .25s ease-in 0s,opacity .2s ease 0s,-webkit-transform .25s ease-in 0s;
    transition: transform .25s ease-in 0s,opacity .2s ease 0s,-webkit-transform .2s ease-in 0s; }
    #full-screen-search #full-screen-search-container label {
      color: #203bc1 !important;
      font-weight: 400;
      text-align: left;
      font-family: "MicrobrewSoftOne", Helvetica, Arial, sans-serif;
      font-size: 50px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    #full-screen-search #full-screen-search-container input {
      width: 100%;
      height: 100px;
      background: #fff;
      padding: 20px;
      font-size: 40px;
      line-height: 60px;
      -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
      border: 3px dashed #223cc0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #full-screen-search #full-screen-search-container input:hover {
      border: 3 solid #223cc0 !important;
      -webkit-box-shadow: 0 0 0px transparent;
      box-shadow: 0 0 0px transparent; }
  #full-screen-search #full-screen-search-close {
    position: fixed;
    z-index: 3;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    transition: opacity .2s ease-out,-webkit-transform .7s ease-out;
    -webkit-transition: opacity .2s ease-out,-webkit-transform .7s ease-out;
    -o-transition: transform .7s ease-out,opacity .2s ease-out;
    transition: transform .7s ease-out,opacity .2s ease-out;
    transition: transform .7s ease-out,opacity .2s ease-out,-webkit-transform .7s ease-out;
    opacity: .8;
    color: #223cc0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    #full-screen-search #full-screen-search-close svg {
      position: absolute;
      top: 0;
      left: 0; }
    #full-screen-search #full-screen-search-close circle {
      stroke-width: 1;
      stroke-opacity: .1;
      stroke: #223cc0;
      stroke-dashoffset: 0;
      stroke-dasharray: 0;
      stroke-dasharray: 157, 157;
      stroke-dashoffset: 157;
      -webkit-transition: stroke-dashoffset .6s ease-out .4s,stroke-width .2s ease-out, stroke-opacity .2s ease-out;
      -o-transition: stroke-dashoffset .6s ease-out .4s,stroke-width .2s ease-out, stroke-opacity .2s ease-out;
      transition: stroke-dashoffset .6s ease-out .4s,stroke-width .2s ease-out, stroke-opacity .2s ease-out; }
    #full-screen-search #full-screen-search-close span {
      position: relative;
      display: block;
      z-index: 1;
      width: 100%;
      height: 100%; }
    #full-screen-search #full-screen-search-close span:after, #full-screen-search #full-screen-search-close span:before {
      content: "";
      width: 2px;
      height: 0px;
      display: block;
      top: 50%;
      left: 50%;
      position: absolute;
      background: #223cc0;
      -webkit-transition: height .3s ease-out;
      -o-transition: height .3s ease-out;
      transition: height .3s ease-out; }
    #full-screen-search #full-screen-search-close span:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
      -webkit-transition-delay: .8s;
      -o-transition-delay: .8s;
      transition-delay: .8s;
      background: #223cc0; }
    #full-screen-search #full-screen-search-close span:before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
      -webkit-transition-delay: .6s;
      -o-transition-delay: .6s;
      transition-delay: .6s;
      background: #223cc0; }
    #full-screen-search #full-screen-search-close:hover {
      opacity: 1; }
      #full-screen-search #full-screen-search-close:hover circle {
        stroke-width: 2 !important;
        stroke-opacity: 1; }

#full-screen-search.open {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(0) translateZ(0) !important;
  transform: translateY(0) translateZ(0) !important;
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms !important;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms !important;
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms !important;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms !important;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms !important;
  opacity: 1; }
  #full-screen-search.open #full-screen-search-container {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: opacity .4s ease 0.2s,-webkit-transform .48 ease 0.2s;
    -webkit-transition: opacity .4s ease 0.2s,-webkit-transform .8s ease 0.2s;
    transition: opacity .4s ease 0.2s,-webkit-transform .8s ease 0.2s;
    -o-transition: transform .8s ease 0.2s,opacity .4s ease 0.2s;
    transition: transform .8s ease 0.2s,opacity .4s ease 0.2s;
    transition: transform .8s ease 0.2s,opacity .4s ease 0.2s,-webkit-transform .8s ease 0.2s; }
  #full-screen-search.open #full-screen-search-close {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    #full-screen-search.open #full-screen-search-close circle {
      stroke: #fff;
      stroke-width: 1;
      stroke-opacity: 0.8;
      stroke: #223cc0;
      stroke-dashoffset: 0;
      -webkit-transition: stroke-dashoffset 1s ease-in;
      -o-transition: stroke-dashoffset 1s ease-in;
      transition: stroke-dashoffset 1s ease-in; }
    #full-screen-search.open #full-screen-search-close span:after, #full-screen-search.open #full-screen-search-close span:before {
      content: "";
      width: 2px;
      height: 15px; }

@media (max-width: 767px) {
  #full-screen-search #full-screen-search-container {
    width: 80%;
    height: 100px;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -40%; }
    #full-screen-search #full-screen-search-container input {
      font-size: 30px; } }

.vce-simple-image-slider-dots .slick-dots button{
  width: 15px;
  height: 15px;
}

.page-template-default .content-wrapper{
    padding-top: 70px;
}

.v-top {
  vertical-align: top;
}

.slider-recipes .pnova-card--body{
  height:220px;
  overflow:hidden;
}
.slider-recipes .pnova-card--body img{
  min-height:220px;
  
}

.slick-slider .slick-dots li button:before{
      font-size: 14px !important;
  
}

.gform_footer input[type="submit"]{
  background-color:#dd061a;
  color:white;
  padding:10px 20px;
}

.type-tecnicas iframe{
  position:relative;
  left:0;
  right:0;
  margin-left:auto!important;
  margin-right:auto!important;
}






/*------------------------------------*\
    RODOLFOS LANDING
\*------------------------------------*/

div.rodolfo-header {
    position: relative;
    width: 100%;
    height: auto;
}

div.rodolfo-header div.rodolfo-header-image {
    position: absolute;
    width: 30%;
    height: auto;
    top: 0;
    left: 25%;
}

div.rodolfo-header div.rodolfo-header-image img {
    width: 100%;
    height: auto;
}

div.rodolfo-header div.rodolfo-header-image-mobile {
    display: none;
}

div.rodolfo-header div.rodolfo-header-text {
    position: relative;
    width: 38%;
    height: auto;
    margin: 100px 0 0 45%;
}

div.rodolfo-header div.rodolfo-header-text h1 {
    width: 70%;
}

div.rodolfo-header div.rodolfo-header-text h1::before {
    content: '';
    position: absolute;
    top: 150px;
    left: 0;
    width: 45px;
    border-top: 3px solid #203bc1;
}

div.rodolfo-header div.rodolfo-header-text div.rodolfo-header-text-description p {
    margin: 0;
    text-align: left;
    font-size: 16px;
}

div.rodolfo-header div.rodolfo-header-text div.rodolfo-header-text-description p.parrafoH3 {
    color: #203bc1;
    font-family: MicrobrewSoftOne;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01rem;
    line-height: 1.1;
    margin-bottom: 0.625rem;
    text-transform: uppercase;
}

div.rodolfo-video {
    position: relative;
    margin: 100px auto;
}

div.rodolfo-properties {
    position: relative;
    width: 100%;
    height: auto;
    margin: 120px 0;
}

div.rodolfo-properties div.rodolfo-properties-icon {
    position: absolute;
    width: 80px;
    height: auto;
    top: 0;
    left: 0;
}

div.rodolfo-properties div.rodolfo-properties-icon img {
    width: 100%;
    height: auto;
}

div.rodolfo-properties div.rodolfo-properties-text {
    position: relative;
    width: 55%;
    height: auto;
    padding: 50px 0 0 55px;
}

div.rodolfo-properties div.rodolfo-properties-text h2 {
    color: #203bc1;
    width: 85%;
    margin-bottom: 40px;
}

div.rodolfo-properties div.rodolfo-properties-text h2::before {
    content: '';
    position: absolute;
    top: 200px;
    left: 55px;
    width: 45px;
    border-top: 3px solid #dd061a;
}

div.rodolfo-properties div.rodolfo-properties-text p {
    margin: 20px 0 0 0;
    width: 83%;
    text-align: left;
    font-size: 16px;
}

div.rodolfo-properties div.rodolfo-properties-image {
    position: absolute;
    width: 30%;
    height: auto;
    bottom: 0;
    right: 150px;
}

div.rodolfo-properties div.rodolfo-properties-image img {
    width: 100%;
    height: auto;
}

div.rodolfo-bigotes {
    position: relative;
    width: 100%;
    height: auto;
    margin: 150px 0;
    padding-top: 75px;
}

div.rodolfo-bigotes div.rodolfo-bigotes-icon {
    position: absolute;
    width: 80px;
    height: auto;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
}

div.rodolfo-bigotes h2 {
    text-align: center;
}

div.rodolfo-bigotes h2::before {
    content: '';
    position: absolute;
    top: 135px;
    left: 50%;
    transform: translateX(-22.5px);
    -webkit-transform: translateX(-22.5px);
    width: 45px;
    border-top: 3px solid #203bc1;
}

div.rodolfo-bigotes div.rodolfo-bigotes-slider {
    position: relative;
    width: 100%;
    padding-top: 50px;
}

div.rodolfo-bigotes div.rodolfo-bigotes-slider div.rodolfo-bigotes-slides div.rodolfo-bigotes-slides-text {
    position: relative;
    height: auto;
    padding: 40px 0 0 130px;
}

div.rodolfo-bigotes div.rodolfo-bigotes-slider div.rodolfo-bigotes-slides div.rodolfo-bigotes-slides-text p{
    width: 70%;
    text-align: left;
    font-size: 16px;
}

div.rodolfo-bigotes div.rodolfo-bigotes-slider div.rodolfo-bigotes-slides div.rodolfo-bigotes-slides-text p.parrafoH3{
    color: #203bc1;
    font-family: MicrobrewSoftOne;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01rem;
    line-height: 1.1;
    margin-bottom: 0.625rem;
    text-transform: uppercase;
}

div.rodolfo-bigotes div.rodolfo-bigotes-slider div.rodolfo-bigotes-slides div.rodolfo-bigotes-slides-image img{
    position: absolute;
    width: 70%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-35%, -50%);
    transform: translate(-40%, -50%);
}

div.rodolfo-recetas {
    position: relative;
    width: 100%;
    height: auto;
}

div.rodolfo-recetas div.rodolfo-recetas-title {
    position: relative;
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    margin: auto;
}

div.rodolfo-recetas div.rodolfo-recetas-title img {
    width: 120px;
    height: auto;
}

div.rodolfo-recetas div.rodolfo-recetas-title h3 {
    color: #dd061a;
    margin-top: 15px;
}

div.rodolfo-recetas div.rodolfo-recetas-title h3::before {
    content: '';
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-22.5px);
    -webkit-transform: translateX(-22.5px);
    width: 45px;
    border-top: 3px solid #203bc1;
}

div.rodolfo-recetas div.rodolfo-recetas-text p {
    width: 70%;
    margin: 40px auto;
    text-align: center;
    font-size: 16px;
}

div.rodolfo-recetas div.rodolfo-recetas-flex {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 100px 0 0 1.5%;
}



div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-uno a p,
div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-dos a p, div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-tres a p
 {
    color: #203bc1;
    font-family: MicrobrewSoftOne;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01rem;
    line-height: 1.1;
    margin: 10px 0 0.625rem 0;
    text-transform: uppercase;
    text-align: left;
}

div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-uno img {
    width: 90%;
    height: auto;
}

div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-uno a:link, div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-uno a:visited,
div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-uno a:active {
    text-decoration: none;
}

div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-dos img{
    width: 90%;
    height: auto;
}

div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-dos a:link, div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-dos a:visited,
div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-dos a:active {
    text-decoration: none;
}

div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-tres img{
    width: 90%;
    height: auto;
}

div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-tres a:link, div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-tres a:visited, div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-tres a:active {
    text-decoration: none;
}

div.rodolfo-sabermas {
    position: relative;
    width: 100%;
    height: auto;
    margin: 80px 0;
}

div.rodolfo-sabermas div.rodolfo-sabermas-title {
    position: relative;
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    margin: auto;
}

div.rodolfo-sabermas div.rodolfo-sabermas-title img {
    width: 120px;
    height: auto;
}

div.rodolfo-sabermas div.rodolfo-sabermas-title h2 {
    margin-top: 15px;
}

div.rodolfo-sabermas div.rodolfo-sabermas-title h2::before {
    content: '';
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-22.5px);
    -webkit-transform: translateX(-22.5px);
    width: 45px;
    border-top: 3px solid #203bc1;
}

div.rodolfo-sabermas div.rodolfo-sabermas-text p {
    width: 70%;
    margin: 40px auto;
    text-align: center;
    font-size: 16px;
}

div.rodolfo-separator {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    margin: 100px auto;
}

div.rodolfo-separator-mobile {
    display: none;
}

div.rodolfo-separator img.rodolfo-icon {
    width: 5%;
    height: auto;
}

div.rodolfo-separator img.wave-icon {
    width: 10%;
    height: auto;
}

div.rodolfo-consejos {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    margin: 100px auto;
}

div.rodolfo-consejos div.rodolfo-consejos-cuidar {
    position: relative;
    width: 27%;
    height: auto;
}

div.rodolfo-consejos div.rodolfo-consejos-cuidar p{
    color: #dd061a;
    font-family: MicrobrewSoftOne;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01rem;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.625rem;
}

div.rodolfo-consejos div.rodolfo-consejos-cuidar p::before{
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-22.5px);
    -webkit-transform: translateX(-22.5px);
    width: 45px;
    border-top: 3px solid #203bc1;
}

div.rodolfo-consejos div.rodolfo-consejos-cuidar ul.rodolfo-consejos-cuidar-text {
    position: relative;
    width: 96%;
    height: auto;
    padding: 55px 2% 0 2%;
    list-style: none;
}

div.rodolfo-consejos div.rodolfo-consejos-cuidar ul.rodolfo-consejos-cuidar-text li {
    font-size: 16px;
}

div.rodolfo-consejos div.rodolfo-consejos-cuidar ul.rodolfo-consejos-cuidar-text li span{
    float: right;
    font-size: 16px;
}

div.rodolfo-consejos div.rodolfo-consejos-saber {
    position: relative;
    width: 27%;
    height: auto;
}

div.rodolfo-consejos div.rodolfo-consejos-saber p.parrafoH3{
    color: #dd061a;
    font-family: MicrobrewSoftOne;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01rem;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.625rem;
}

div.rodolfo-consejos div.rodolfo-consejos-saber p.parrafoH3::before{
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-22.5px);
    -webkit-transform: translateX(-22.5px);
    width: 45px;
    border-top: 3px solid #203bc1;
}

div.rodolfo-consejos div.rodolfo-consejos-saber div.rodolfo-consejos-saber-text {
    position: relative;
    width: 95%;
    height: auto;
    padding: 55px 0 0 0;
    text-align: left;
    margin-left: 5%;
}

div.rodolfo-consejos div.rodolfo-consejos-saber div.rodolfo-consejos-saber-text p{
    text-align: left;
    font-size: 16px;
}

div.rodolfo-consejos div.rodolfo-consejos-alergias {
    position: relative;
    width: 27%;
    height: auto;
}

div.rodolfo-consejos div.rodolfo-consejos-alergias p.parrafoH3{
    color: #dd061a;
    font-family: MicrobrewSoftOne;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01rem;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.625rem;
}

div.rodolfo-consejos div.rodolfo-consejos-alergias p.parrafoH3::before{
    content: '';
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-22.5px);
    -webkit-transform: translateX(-22.5px);
    width: 45px;
    border-top: 3px solid #203bc1;
}

div.rodolfo-consejos div.rodolfo-consejos-alergias div.rodolfo-consejos-alergias-text {
    position: relative;
    width: 95%;
    height: auto;
    padding: 55px 0 0 0;
    margin-left: 5%;
}

div.rodolfo-consejos div.rodolfo-consejos-alergias div.rodolfo-consejos-alergias-text p{
    text-align: left;
    font-size: 16px;
}

/* RODOLFOS RESPONSIVE */

@media all and (max-width: 767px) {

    div.rodolfo-header div.rodolfo-header-image {
        display: none;
    }

    div.rodolfo-header div.rodolfo-header-image-mobile {
        display: block;
        position: absolute;
        width: 70%;
        height: auto;
        top: -100px;
        left: 35%;
    }
    
    div.rodolfo-header div.rodolfo-header-text {
        position: relative;
        width: 100%;
        height: auto;
        margin: 130px 0 0 0;
    }
    
    div.rodolfo-header div.rodolfo-header-text h1 {
        width: 75%;
    }
    
    div.rodolfo-header div.rodolfo-header-text h1::before {
        content: '';
        position: absolute;
        top: 150px;
        left: 0;
        width: 45px;
        border-top: 3px solid #203bc1;
    }
    
    div.rodolfo-header div.rodolfo-header-text div.rodolfo-header-text-description p {
        margin: 0;
        text-align: left;
        font-size: 16px;
    }
    
    div.rodolfo-video {
        position: relative;
        margin: 60px auto;
    }
    
    div.rodolfo-properties {
        position: relative;
        width: 100%;
        height: auto;
        margin: 60px 0;
    }
    
    div.rodolfo-properties div.rodolfo-properties-icon {
        position: absolute;
        width: 90px;
        height: auto;
        top: 0;
        left: 70%;
    }
    
    div.rodolfo-properties div.rodolfo-properties-text {
        position: relative;
        width: 100%;
        height: auto;
        padding: 30px 0 0 0;
    }
    
    div.rodolfo-properties div.rodolfo-properties-text h2 {
        color: #203bc1;
        width: 85%;
        font-size: 30px;
    }
    
    div.rodolfo-properties div.rodolfo-properties-text h2::before {
        content: '';
        position: absolute;
        top: 180px;
        left: 0;
        width: 45px;
        border-top: 3px solid #dd061a;
    }
    
    div.rodolfo-properties div.rodolfo-properties-text p {
        margin: 20px 0 0 0;
        width: 100%;
        text-align: left;
        font-size: 16px;
    }
    
    div.rodolfo-properties div.rodolfo-properties-image {
        position: relative;
        width: 90%;
        height: auto;
        margin: 50px auto;
        bottom: 0;
        right: 0;
    }
    
    div.rodolfo-properties div.rodolfo-properties-image img {
        width: 100%;
        height: auto;
    }
    
    div.rodolfo-bigotes {
        position: relative;
        width: 100%;
        height: auto;
        margin: 80px 0;
        padding-top: 0;
    }
    
    div.rodolfo-bigotes div.rodolfo-bigotes-icon {
        position: relative;
        width: 90px;
        height: auto;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-45px);
        transform: translateX(-45px);
    }
    
    div.rodolfo-bigotes h2 {
        text-align: center;
        margin-top: 25px;
        font-size: 30px;
    }
    
    div.rodolfo-bigotes h2::before {
        content: '';
        position: absolute;
        top: 220px;
        left: 50%;
        transform: translateX(-22.5px);
        -webkit-transform: translateX(-22.5px);
        width: 45px;
        border-top: 3px solid #203bc1;
    }
    
    div.rodolfo-bigotes div.rodolfo-bigotes-slider {
        position: relative;
        width: 100%;
        height: auto;
        padding: 30px 0;
        box-shadow: 0 0 10px #dcdcdc;
        margin-top: 80px;
        border-radius: 20px;
    }
    
    div.rodolfo-bigotes div.rodolfo-bigotes-slider div.rodolfo-bigotes-slides div.rodolfo-bigotes-slides-text {
        position: relative;
        height: auto;
        padding: 40px 20px 0 20px;
    }
    
    div.rodolfo-bigotes div.rodolfo-bigotes-slider div.rodolfo-bigotes-slides div.rodolfo-bigotes-slides-text p{
        width: 100%;
        text-align: left;
        font-size: 16px;
    }
    
    div.rodolfo-bigotes div.rodolfo-bigotes-slider div.rodolfo-bigotes-slides div.rodolfo-bigotes-slides-image img{
        position: relative;
        width: 90%;
        height: auto;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        margin: 50px 0 0 5%;
    }
    
    div.rodolfo-recetas {
        position: relative;
        width: 100%;
        height: auto;
    }
    
    div.rodolfo-recetas div.rodolfo-recetas-title {
        position: relative;
        width: 100%;
        height: 70px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
        margin: auto;
    }
    
    div.rodolfo-recetas div.rodolfo-recetas-title img {
        width: 55px;
        height: auto;
    }
    
    div.rodolfo-recetas div.rodolfo-recetas-title h3 {
        color: #dd061a;
        margin-top: 15px;
        text-align: center;
    }
    
    div.rodolfo-recetas div.rodolfo-recetas-title h3::before {
        content: '';
        position: absolute;
        top: 80px;
        left: 50%;
        transform: translateX(-22.5px);
        -webkit-transform: translateX(-22.5px);
        width: 45px;
        border-top: 3px solid #203bc1;
    }
    
    div.rodolfo-recetas div.rodolfo-recetas-text p {
        width: 100%;
        margin: 40px auto;
        text-align: center;
        font-size: 16px;
    }
    
    div.rodolfo-recetas div.rodolfo-recetas-flex {
        position: relative;
        width: 100%;
        height: auto;
        display: block;
        margin: 60px auto;
    }

    div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-uno h3, div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-dos h3, div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-tres h3 {
        width: 90%;
        height: auto;
        margin: 10px 0 0 5%;
    }

    div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-uno a p,
    div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-dos a p, div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-tres a p
    {
        margin: 10px 15px 0.625rem 15px;
    }

    div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-uno img, div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-dos img, div.rodolfo-recetas div.rodolfo-recetas-flex div.rodolfo-recetas-tres img {
        margin-left: 5%;
    }
    
    div.rodolfo-sabermas {
        position: relative;
        width: 100%;
        height: auto;
    }
    
    div.rodolfo-sabermas div.rodolfo-sabermas-title {
        position: relative;
        width: 100%;
        height: auto;
        display: block;
        margin: auto;
    }
    
    div.rodolfo-sabermas div.rodolfo-sabermas-title img {
        display: none;
    }
    
    div.rodolfo-sabermas div.rodolfo-sabermas-title h2 {
        margin-top: 15px;
        text-align: center;
        font-size: 30px;
    }
    
    div.rodolfo-sabermas div.rodolfo-sabermas-title h2::before {
        content: '';
        position: absolute;
        top: 85px;
        left: 50%;
        transform: translateX(-22.5px);
        -webkit-transform: translateX(-22.5px);
        width: 45px;
        border-top: 3px solid #203bc1;
    }
    
    div.rodolfo-sabermas div.rodolfo-sabermas-text p {
        width: 90%;
        margin: 60px 5% 0 5%;
        text-align: center;
        font-size: 16px;
    }
    
    div.rodolfo-separator {
        display: none;
    }

    div.rodolfo-separator-mobile {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
        margin: 60px auto;
    }
    
    div.rodolfo-separator-mobile img.rodolfo-icon {
        width: 10%;
        height: auto;
    }
    
    div.rodolfo-separator-mobile img.wave-icon {
        width: 15%;
        height: auto;
    }
    
    div.rodolfo-consejos {
        position: relative;
        width: 100%;
        height: auto;
        display: block;
        margin: 50px auto;
    }
    
    div.rodolfo-consejos div.rodolfo-consejos-cuidar {
        position: relative;
        width: 100%;
        height: auto;
    }
    
    div.rodolfo-consejos div.rodolfo-consejos-cuidar h3{
        text-align: center;
        color: #dd061a;
    }
    
    div.rodolfo-consejos div.rodolfo-consejos-cuidar h3::before{
        content: '';
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-22.5px);
        -webkit-transform: translateX(-22.5px);
        width: 45px;
        border-top: 3px solid #203bc1;
    }
    
    div.rodolfo-consejos div.rodolfo-consejos-cuidar ul.rodolfo-consejos-cuidar-text {
        width: 100%;
        padding: 40px 0 0 0;
    } 
    
    div.rodolfo-consejos div.rodolfo-consejos-saber {
        width: 100%;
        margin-top: 50px;
    }
    
    div.rodolfo-consejos div.rodolfo-consejos-saber h3::before{
        top: 40px;
    }
    
    div.rodolfo-consejos div.rodolfo-consejos-saber div.rodolfo-consejos-saber-text {
        width: 100%;
        margin-left: 0;
        padding: 40px 0 0 0;
    }
    
    div.rodolfo-consejos div.rodolfo-consejos-alergias {
        width: 100%;
        margin-top: 50px;
    }
    
    div.rodolfo-consejos div.rodolfo-consejos-alergias h3::before{
        top: 40px;
    }
    
    div.rodolfo-consejos div.rodolfo-consejos-alergias div.rodolfo-consejos-alergias-text {
        width: 100%;
        margin-left: 0;
        padding: 40px 0 0 0;
    }
}