.text-center{text-align: center !important;}

.navbar-brand {
    position: absolute;
    top: 0;
    z-index: 9;
        padding-top: 10px;
}
#header .navbar{
    height: 88px;
    background-color: #93c735;
}
#img-area{
        margin-top: 87px;
    background: url(../img/bg-home.jpg) right top no-repeat;
    background-size: contain;
    background-color: #c1f0ee;
    max-height: 850px;
    width: 100%;
        overflow: hidden;
    transition:max-height 0.5s;
}

.no-padding{padding: 0 !important;}

#questions-block{
	top:0;
	margin-top: 83px;
	color: #000;
	font-family: 'oswaldlight', sans-serif;
	transition: top 0.5s;
}
#questions-block.tothetop{top:-950px;}
#questions-block h2{
	font-size: 50px;
	text-align: center;
	    line-height: 0.6;
}
#questions-block h2 span{font-family: 'amontilladosregular', sans-serif; font-size: 120px; margin: 0 auto; }

#test{
    margin-top: 30px;
        overflow: hidden;
     margin-bottom: 130px;
	    height: 550px;
}

#questions{
	text-align: center;
	background: #fff;
	margin: 0 auto;
	padding: 60px 120px;
	    height: 100%;
}
#progress-bar{
	border: solid 2px #617978;
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 700px;
}
#progress-bar .bar{
	width: 0;
	background: #fff;
	display: block;
	height: 15px;
	transition: width 1s;
}
.answer{
	color: #93c53c;
	background: url(../img/answer.png) center top no-repeat;
	width: 90px;
	height: 104px;
	overflow: hidden;
	    padding: 40px;
    font-size: 23px;
    transition: none;
    text-align: center;
    font-family: 'oswaldregular', sans-serif;
}
.answer:hover, .answer:focus, .answer.active{
	color: #fff;
	background-position: center -100px;
}
#questions p{font-size: 25px;} 
#questions .question-text, #message .question-text{font-size: 45px;    padding: 30px 0; }

#message .question-text{    color: #fff;}
.answer-selector{}

#message{
	position: relative;
    top: -550px;
    left: 100%;
    text-align: center;
    background: #93c636;
    width: 100%;
    height: 100%;
    padding: 220px 120px;
    transition: left 0.5s;
}
#message.active{
    left: 0;
}

#results-block{top:0; transition: top 0.5s;}
#results-block.tothetop{top:-750px;}

#results{
	margin-top: 30px;
    /*overflow: hidden;*/
    margin-bottom: 130px;
	height: 500px;
        background: transparent;
            min-height: fit-content;
}
#results .potato{
	/*background: url(../img/potato.png) right top no-repeat;*/
    background-color: #fff;
}
#results h3{
	font-family: 'oswaldregular', sans-serif;
	font-size: 47px;
	color:#94c53c;
}
#results h3 span{
	font-family: 'amontilladosregular', sans-serif;
    font-size: 115px;
    line-height: 71px;
}
#results #number{
	font-family: 'oswaldbold', sans-serif;
	font-size: 140px;
}
#results .results-index {
    text-align: center;
    margin-top: 33px;
    margin-left: 10px;
}
#results .yeah{
	color:#000;
    background: transparent;
    padding-right: 0;
}
#results .yeah h3{
	color:#000;
}
#results .yeah p{
	 margin-top: 20px;
	font-size: 30px;
	    line-height: 35px;
}
#recipes{
	padding: 30px 70px;
	background-color: #9ece60;
    margin-bottom: 40px;
}
#recipes h3{
	color: #fff;
	font-size: 27px;
	letter-spacing: 1px;
}

.social-items{
    position: absolute;
    bottom: 15px;
    width: 100%;
    margin-left: 15px;
}
.social-items a{color: #fff;    line-height: 50px;
    display: block;    padding-top: 2px; font-size: 20px;}
.social-items .i-facebook{
	background-color: #3a5898;
        text-align: center;
        margin-right: 10px;
}
.social-items .i-twitter{
	background-color: #17a1f3;
    padding: 2px 5px 0;
}
.social-items li.facebook{
	    width: 84%;
}

#popup-share .social-items{
        position: relative;
    bottom: 0;
    margin-left: 0;
        padding: 20px 0;
        padding-right: 20px;
}
#popup-share #results {
    margin-top: 0px;
    overflow: hidden;
    margin-bottom: 0;
    height: 500px;
    background: #a1c645;
    min-height: auto;
}
#popup-share #results .potato {    background-color: #a1c645;}
#popup-share #results h3 {    color: #fff;}
#popup-share {  overflow: hidden;  background: #a0c546;}
#popup-share #results .yeah > img{width: 100%;}
#popup-share .social-items li.facebook {    width: 90%;}
#popup-share .social-items {    background: #a0c546;}

.featherlight-iframe .featherlight-content {    overflow: hidden !important;}
.featherlight:last-of-type {    background: rgba(161, 197, 69, 0.7) !important;}
.featherlight .featherlight-close-icon {
    top: 10px !important;
    right: 10px !important;
    font-size: 22px !important;
    font-weight: bold !important;
    background: transparent !important;
    color: #fff !important;
}
.b-facebook:after{
    content: "";
    display: block;
    background: url(../img/b-facebook.png) center center no-repeat;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s opacity;
}
.b-facebook:hover:after{opacity: 1;}

.social-icons-menu{
	background: url(../img/social-icons.png) left top no-repeat !important;
	width: 40px;
	height: 33px;
	overflow: hidden;
    display: flex;
    top: 14px;
    margin-left: 10px;
}
.a-facebook{background-position: 4px 0 !important; }
.a-instagram{background-position: -50px 0 !important; }
.a-youtube{background-position: -104px 0 !important; }
.a-twitter{background-position: -156px 0 !important; }
.social-icons-menu {
    border-bottom: none !important;
}

.nav-item-social{padding-right: 0 !important;}

.nav-social-footer{text-align: right;}
.nav-menu-footer{
	text-align: right;
	margin-top: 20px;
}

#main-menu ul > li > a {
    font-family: 'oswaldregular', sans-serif;
    padding: 43px 7px 6px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 0.5px;
    
}
#main-menu ul > li > a:hover {
	border-bottom: solid 3px;
}
.nav-item.active a{
	font-family: 'oswaldregular', sans-serif;
	border-bottom: solid 3px;
}

#services{background-color: #fff;}

#img-quees {
    margin-top: 87px;
    background: url(../img/bg-quees.jpg) center center no-repeat;
    background-size: contain;
    background-color: #acecec;
    height: 860px;
    width: 100%;
    overflow: hidden;
}
#img-recetas {
    background-size: contain;
    background-color: #acecec;
    height: 950px;
    width: 100%;
    overflow: hidden;
}
#img-frutas {
    margin-top: 87px;
    background: url(../img/bg-frutas.jpg) center center no-repeat;
    background-size: contain;
    background-color: #acecec;
    height: 820px;
    width: 100%;
    overflow: hidden;
}
#img-estudio {
    margin-top: 87px;
    background: url(../img/bg-estudio.jpg) center center no-repeat;
    background-size: contain;
    background-color: #fff;
    height: 820px;
    width: 100%;
    overflow: hidden;
}
#img-prensa {
    margin-top: 87px;
    background: url(../img/bg-prensa.jpg) center center no-repeat;
    background-size: contain;
    background-color: #fff;
    height: 820px;
    width: 100%;
    overflow: hidden;
}

.service-item h3 {
	font-family: 'oswaldregular', sans-serif;
    font-size: 24px;
    color: #000;
}

#service-2{background-color: #e5d026; }
#service-3{background-color: #a9d35d;     padding-bottom: 60px;}
#service-4{background-color: #fff; padding-bottom: 100px;}
#service-4 .container-fluid.section {padding: 20px 0 0;}
#section-1{    padding-top: 260px;    background-color: #e5d026;     padding-bottom: 20px;}
#section-1 h2, #section-1 p{text-align: left;}
#section-1 h2, #service-4 h2{font-size: 40px; font-family: 'oswaldlight', sans-serif;}
#section-1 h2 span, #service-4 h2 span{font-size: 95px;}

.services-frutas {
    background-color: #93c834;
    padding: 90px 60px 50px;
        margin-top: 420px;
        min-height: 440px;
}
.services-frutas .section-title, .services-frutas2 .section-title {
    text-align: right;
    font-size: 75px;
    line-height: 90px;
    color: #fff;
    font-family: 'oswaldlight', sans-serif;
    padding: 10px 0;
}
.services-frutas2 .section-title {text-align: left;}
.services-frutas p, .services-frutas2 p {
    font-size: 32px;
    font-family: 'oswaldlight', sans-serif;
    color: #fff;
    line-height: 40px;
    text-align: left;
    max-width: 514px;
}
.services-frutas p{    float: right;}
.services-frutas2 p{	    max-width: 580px;}

.services-frutas img{position: absolute; top: 0; right: 0;}

.services-frutas2 {
    background-color: #1b4538;
    padding: 90px 60px 50px;
        min-height: 420px;
}

.services-img img{
	max-width: 795px;
    float: right;
    display: block;
    background-color: #fff;
}

p.big {
    margin-top: 11px;
    font-size: 24px;
    line-height: 29px;
    color: #000;
}

#default-tab{    margin-top: 70px;}
#service-3 #default-tab .nav-tabs > li > a.active, #service-3 #default-tab .nav-tabs > li a.active:focus, #service-3 #default-tab .nav-tabs > li a.active:hover, ul.nav-tabs li a {
    color: #000;
    font-size: 32px;
}
#default-tab ul.nav-tabs {
    border-bottom: none;
        text-align: center;
    margin-bottom: 50px;
}
.nav-tabs .nav-item {
    float: initial;
    display: -webkit-inline-box;
        width: 32%;
}
#default-tab > div img{
    margin-left: 30px;
    border-radius: 50%;
}
.social-icons-tab{
	    margin-top: 5px;
	background: url(../img/social-icons-green.png) left top no-repeat !important;
	width: 30px;
	height: 29px;
	overflow: hidden;
    display: flex;
    top: 14px;
    margin-right: 10px;
}
.social-icons-tab.a-facebook{background-position: 0px 0 !important; }
.social-icons-tab.a-instagram{background-position: -45px 0 !important; }
.social-icons-tab.a-youtube{background-position: -87px 0 !important; }
.social-icons-tab.a-twitter{background-position: -128px 0 !important; }
.social-icons-tab.a-linkedin{background-position: -167px 0 !important; }

#video-section {
    margin-top: 87px;
    height: 625px;
    overflow: hidden;
}
.video-mask {
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    overflow: hidden;
    height: 625px;
    z-index: -1;
}
.content-section-a {
	height: 625px;
    background: url(../img/bg-recetas-video.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
}
.content-section-textimonial {
	/*height: 625px;*/
    text-align: center;
}
.img-testimonial{
	/*height: 625px;*/
	padding: 0;
	width: 100%;
	position: absolute;
	top: 0;
}
.video-button {
    margin-top: 240px;
}
.video-button-testimonial {
    margin-left: 47%;
    margin-top: 22%;
        margin-bottom: 25%;
}
#container-button{display: block;}
#container-button.hide{display: none;}

.owl-carousel .owl-item img {
    width: initial;
}

.navigation-selector{margin-top: 20px;}
.b-next, .b-next:visited{
    letter-spacing: 1px;
    font-size: 27px;
    color: #fff;
    background-color: #93c53c;
    padding: 15px 30px 10px;
    margin: 0 5px;
}
.b-next:hover, .b-next:focus{
    color: #fff;
    background-color: #769d31;
}
.b-back, .b-back:visited{
    color: #000;
    letter-spacing: 1px;
    font-size: 27px;
    margin-top: 20px;
    display: none;
}
.b-back:hover{color:#93c53c;}

#lections li img{    display: inline-block;}
#lections li{
    font-size: 23px;
    color: #fff;
        height: 83px;
    display: none;
}
#lections li.active{display: block;}


.b-rectangle, .b-rectangle:visited{
    letter-spacing: 1px;
    font-size: 27px;
    color: #fff;
    background-color: #93c53c;
    padding: 15px 30px 10px;
    margin: 0 5px;
}
.b-rectangle:hover, .b-rectangle:focus{
    color: #fff;
    background-color: #769d31;
}
.b-rectangle.b-white, .b-rectangle.b-white:visited {
    color: #93c53c;
    background-color: #fff;
}

.bookmarks div{
        font-size: 23px;
    color: #000;
}
.bookmark-text{margin-top: 10px;}
.bookmarks .row{transition: all 0.3s;}

.bookmarks .row{    padding: 15px 0;}
.bookmarks .active{
    background-color: #a9d35d;
}
.bookmarks .row:hover{
    background-color: #e9f4d6;
    cursor: pointer;
}
.padding0{padding: 0 !important;    overflow: hidden;}


.content-text-video h3{ 
    font-family: 'oswaldregular', sans-serif;
    font-weight: normal;
    font-size: 28px;
    color: #000;
}
.content-text-video h4{ 
    color: #000;
    font-family: 'oswaldregular', sans-serif;
    font-size: 23px;
        margin: 20px 0 15px;
}
.content-text-video p{ 
    color: #000;
    font-size: 19px;
}

.b-rectangle.peque{
    font-size: 22px;
    /*display: inline-flex;*/
        width: 100%;
            max-width: 160px;
    text-align: center;
        padding: 8px 18px 10px;
}
.b-rectangle.peque i {
    top: 4px;
    position: relative;
}

.fruit-item{
    padding: 45px 10px;
    background-color: #fff;
}
.fruit-item:nth-child(even){
    background-color: #e9f4d6;
}
.fruit-item h3{
    margin-top: 5px;
    font-size: 36px;
    color: #93c834;
        margin-bottom: 15px;
}
.fruit-item p{
    font-size: 23px;
    color: #000;
    line-height: 36px;
}
.fruit-item img{width: 100%;}

.prensa-item{
}
.prensa-item .div-title{
    vertical-align: middle;
    display: table-cell;
    height: 90px;
}
.prensa-item img{margin-top: 10px;}
.prensa-item h3{
    text-align: center;
    font-family: 'oswaldregular', sans-serif;
    font-size: 38px;
    color: #000;
    text-transform: uppercase;
}
.prensa-item p{
    color: #000;
}

.nav-social-mobile{
    padding-top: 0 !important;
    margin-top: -19px !important;
    padding-bottom: 20px !important;
    margin-left: 12px !important;
}
.nav-social-mobile .nav-item {
    display: -webkit-inline-box !important;
}

.title-quees {
    text-align: center;
    padding: 40px 20px;
    color: #000;
        line-height: 35px;
}
.title-quees span{
    font-family: 'amontilladosregular', sans-serif;
    font-size: 70px;
    color: #93c636;
    line-height: 30px;
}

.title-quees a {
    color: #000;
    text-decoration: underline;
}
.title-quees a:hover {text-decoration: none;}

.item-vitality div img{margin: 0 auto;     margin-bottom: 50px;}

.text-right{text-align: right;}

#text-estudio{margin-top: 40px;}
#text-estudio h2{color: #000;}


#haz-test{
    position: fixed;
    bottom: 45vh;
    right: -82px;
    width: auto;
    padding: 0;
    background: none;
    z-index: 9999999;
    display: block;
    text-transform: uppercase;
}
#haz-test .b-rectangle{display: none;}
#haz-test .b-rectangle.desktop {
        font-size: 37px;
    padding: 35px 30px 30px;
    transform: rotateZ(-90deg);
    border-radius: 15px 15px 0 0;
    display: block;
}

#open-nav{
    font-family: sans-serif;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    top: 4px;
        line-height: 10px;
}
.navbar-toggler #close-nav{display: none;}
.navbar-toggler.collapsed #close-nav{display: block;}
.navbar-toggler.collapsed #open-nav{display: none;}


#prensa-square{
    width: 785px;
    background: rgba(255, 255, 255, 0.9);
    margin-top: 17vw;
}

.nutricion{    width: 79px;     display: inline-block; vertical-align: top;     margin-bottom: 3px;}
.nutricion .energy{
    background-color: #c9e399;
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    height: 60px;
    padding-top: 6px;
    text-transform: inherit;
}
.nutricion .calory{
    background-color: #93c43d;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    padding: 5px 0;
    font-family: 'oswaldregular', sans-serif;
    min-height: 53px;
}

#service-4 .item-video-movil .item{    height: 196px;}
#service-4 .item-video-movil .video-button-testimonial {
    margin-top: 21%;
}

#service-4 .video-mask{    top: 0;}

.vitalidad-img{float: left;width: 32%;}

.estudio-img{width: 68%;    float: right;}

#container-video-footer-movil{clear:both;}

#recetas-section .b-share{}

.socialmediaicons{
    position: absolute;
    top: 44px;
    right: 2px;
    width: 100%;
    opacity: 0;
    pointer-events:none;
    transition: all 0.3s;
        z-index: 1;
}
.socialmediaicons.active{
    top: 54px;
    opacity: 1;
    pointer-events:all;
}
.socialmediaicons .fa {
    padding: 10px;
    font-size: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}
.socialmediaicons .fa-facebook {
    background: #3B5998;
    color: white;
}
.socialmediaicons .fa-twitter {
    background: #55ACEE;
    color: white;
}
.socialmediaicons .fa-google {
    background: #dd4b39;
    color: white;
}
.socialmediaicons .fa-linkedin {
    background: #007bb5;
    color: white;
}
.socialmediaicons .fa-instagram {
    background: #125688;
    color: white;
}
.socialmediaicons .fa-pinterest {
    background: #cb2027;
    color: white;
}
.socialmediaicons .fa-envelope {
    background: #F3D31B;
    color: white;
}

@media (max-width: 1700px) {
	#img-quees, #img-frutas, #img-estudio, #img-prensa{
	    background-size: cover;
	}
}
@media (max-width: 1200px) {
    #prensa-square {margin-top: 22vw;}
    #service-4 .video-carousel img{    width: 70px;}
        #default-tab > div img {    margin-left: 0;}
    #main-menu ul > li > a {
        font-size: 14px;
        padding: 43px 4px 6px;
    }
    .social-icons-menu {
        top: 16px;
        margin-left: 0;
        transform: scale(0.7);
    }
    #questions {    padding: 40px 40px;}
    #questions p {    font-size: 18px;}
    #questions .question-text, #message .question-text {
        font-size: 30px;
        padding: 15px 0;}
    #test {height: 420px;    margin-top: 20px;}
    #img-area {    max-height: 700px;}
    .b-back, .b-back:visited {    font-size: 20px; }
    #message {
        top: -420px;
        padding: 170px 120px;
    }
    #questions-block h2 {    font-size: 36px;}
    #results #number {font-size: 137px;}
    .bookmarks .row {    padding: 10px 0;}
    .bookmarks div {
    font-size: 18px;
    line-height: 22px;
    }
    .bookmark-text {    margin-top: 6px;}

    #services .prensa-item h3 {font-size: 22px;}
    .prensa-item .div-title {height: 60px;}
}
@media (max-width: 992px) {
    .socialmediaicons {
        top: -2px;
    }
    .socialmediaicons.active {
        top: -2px;
        right: -188px;
    }
    #prensa-square {    width: 100%;}
    #services .prensa-item h3 {    font-size: 32px;}
    #prensa-square {    margin-top: 0;}
    .bookmarks div {
        font-size: 13px;
        line-height: 17px;
    }
    .video-button {
        margin-top: 0;
        padding-top: 250px;
    }
    #default-tab {    margin-top: 20px;}
    p.big {
    font-size: 20px;
    line-height: 27px;}
    #service-block-main .service-item {    margin: 0px 0;}
    .service-item p {
        margin-top: 11px;
        font-size: 19px;
        line-height: 23px;}
    #service-3 #default-tab .nav-tabs > li > a.active, #service-3 #default-tab .nav-tabs > li a.active:focus, #service-3 #default-tab .nav-tabs > li a.active:hover, ul.nav-tabs li a {    font-size: 22px;}
    .section-title span {
    font-family: 'amontilladosregular', sans-serif;
    font-size: 80px;}
    .section {    padding: 40px 0;}
    .navbar-brand {top: 65px;}
    #main-menu ul > li > a {    font-size: 12px; }
    .social-icons-menu {
        margin-left: -9px;
        transform: scale(0.65);
    }
    #questions .question-text, #message .question-text {     font-size: 24px;
    line-height: 28px;}
    .answer {
        background: url(../img/answer-sm.png) center top no-repeat;
        width: 50px;
        height: 62px;
        padding: 21px 10px;
        font-size: 15px;
    }

    .answer:hover, .answer:focus, .answer.active {    background-position: center -63px;}
    .agreement{        width: 57px;}
    #results #number {    font-size: 92px;}
    #results h3 span {font-size: 98px;}
    #results h3 {font-size: 33px;}
    .social-items li.facebook {width: 78%;}
    #results .results-index {    margin-top: 20px;}

    #lections li {
        height: auto;
    }
    #lections li.active{display: flex;}
    #lections li img {        margin-top: -30px;}
    #lections {        margin-top: 50px;}
    #img-quees, #img-frutas, #img-estudio, #img-prensa{
        background: none;
        height: auto;
    }

    .b-facebook:after {background-size: 13%;}
    #popup-share #results h3 {    font-size: 21px;}
    #popup-share #results .results-index h3 span {
        width: 100%;
        text-align: center;
    }
    #popup-share #results .results-index #number { width: 100%;
    text-align: center;}
}

@media (max-width: 768px) {
    .socialmediaicons.active {
        top: -2px;
        right: 190px;
    }
    footer {    padding-bottom: 80px;}
    #message {    top: -420px; }
    #haz-test .b-rectangle.desktop {display: none;}
    #haz-test .b-rectangle.mobile {display: block;}
    #haz-test {
        position: fixed;
         right: auto;
        bottom: 0;
        width: 100%;
        padding: 20px;
        background: rgba(0, 0, 0, 0.4);
        z-index: 9999999;
        display: block;
        text-transform: uppercase;
    }
    .title-quees {    line-height: 33px;}
    #services {    padding: 0;}
    .fruit-item h3 {    margin-top: 30px;}
    #services .container{
        width: 100%;
        max-width: 100%;
    }
    .fruit-item {    padding: 45px 1.5rem;}
    .fruit-item h3 {
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .fruit-item p {
        font-size: 16px;
        line-height: 25px;
    }
    #section-1 h2, #service-4 h2 {    font-size: 35px; }
    #section-1 h2 span, #service-4 h2 span {    font-size: 82px;}
    .video-button {    padding-top: 200px;}
    .content-section-a,.video-mask,#video-section {    height: 525px;}
    .video-button-testimonial {    margin-left: 7%;}
    .nav-item.active a {    border-bottom: none;}
    #img-quees,#video-section, #img-frutas, #img-estudio, #img-prensa{    margin-top: 72px;}
    #default-tab li.nav-item a.nav-link {font-size: 20px;}
    #service-3 #default-tab .nav-tabs > li > a.active, #service-3 #default-tab .nav-tabs > li a.active:focus, #service-3 #default-tab .nav-tabs > li a.active:hover, ul.nav-tabs li a {    font-size: 20px;}
    .navbar-brand {        top: -24px;}
    #img-area{    margin-top: 72px;
        background: url(../img/bg-home.jpg) right top no-repeat;
        background-size: cover;
            max-height: 532px;
    }
    #header .navbar {    height: 73px;}
    nav.navbar.navbar-light button.navbar-toggler {    background: #93c636 none repeat scroll 0 0; }
    #questions-block {    margin-top: 23px;}
    #questions-block h2 {    font-size: 26px;}
    #questions-block h2 span {    font-size: 70px;}
    #img-area.img-home .container {
        max-width: 100%;
        padding: 0;}
    #questions .question-text, #message .question-text {    font-size: 29px;}
    #progress-bar {    width: 90%;}
    #results-block.tothetop {    top: -655px;}
    #results .results-index h3 {
            font-size: 32px;
        width: 50%;
        text-align: right;
        float: left;
        color: #fff;
    }
    #results .results-index h3 span {
        font-size: 90px;
        line-height: 66px;}
    #results .results-index #number {
        font-size: 90px;
        width: 50%;
        padding-left: 20px;
            text-align: left;
    }
    #results .potato {background-color: #93c636;     display: grid; max-height: 140px;}
    .social-items {
        position: relative;
        bottom: 0;
        width: 100%;
        margin-left: 0;
        background: #cbe0a3;
        padding: 20px;
    }
    #img-result{    width: 100%;}
    .social-items li.facebook {width: 86%;}
    #recipes {
        padding: 30px 20px;
        background-color: #a3c745;
        margin-bottom: 0;}

    
    
    #recipes h3 {    text-align: center;}
    #questions {    padding: 40px 20px;}
    #results h3 {font-size: 34px;}
    #results h3 span {font-size: 102px;}
    #results #number {    font-size: 79px;}
    .social-items li.facebook {width: 78%;}

    #main-menu ul > li > a {
        font-size: 19px !important;
        padding: 14px 15px 12px;
    }
    #main-menu ul > li > a:hover {    border-bottom: none;}
    #recetas-section #service-3 {    background-color: #ffffff;}
    #recetas-section #service-4 {    padding-bottom: 0;}
    #recetas-section #service-3 .item-vitality {    margin-top: 10px;}
    .prensa-item img {    margin: 0 auto;}
    .prensa-item .div-title {    display: block;     height: auto;}
    .prensa-item h3 {
        font-size: 28px;
        line-height: 35px;}
    .prensa-item > div{margin-bottom: 80px;}
    
    #popup-share .social-items li.facebook {    width: 87%;}
    .b-facebook:after {background-position-y: 35%;}
    #popup-share .social-items li.facebook {    width: 84%;}
}

@media (max-width: 480px){
    #popup-share #results h3 {    font-size: 20px;}
    #popup-share #results .results-index h3 span {
        font-size: 63px;
        line-height: 45px;
    }
    #popup-share #results .results-index #number {    font-size: 55px;}
    #popup-share .social-items li.facebook {    width: 75%;}
    #popup-share .social-items a {    font-size: 17px;}
    .b-facebook:after {
        background-position-y: 29%;
        background-position-x: 45%;
    }

    .socialmediaicons .fa {
        padding: 10px;
        font-size: 16px;
        width: 35px;
        margin: 5px 0px;
    }
    .socialmediaicons { top: -5px;}
    .socialmediaicons.active {
        top: -5px;
        right: 150px;
    }
    .b-rectangle.peque i {
        font-size: 18px;
        line-height: 10px;
    }
    #recetas-section .b-share {
        font-size: 17px;
        padding: 6px 0;
        max-width: 120px;
    }
    .nutricion .calory {    font-size: 13px;     min-height: 32px;}
    .nutricion {    width: 53px;}
    .nutricion .energy {
    font-size: 12px;
    line-height: 16px;}
    #service-4 .item-video-movil .video-button-testimonial img{    width: 22%; }
    #message {    top: -430px; }
    #haz-test {    padding: 15px;}
    .title-quees {    padding: 20px 20px;}
    #text-estudio h2 {    font-size: 26px;}
    .b-rectangle, .b-rectangle:visited {    padding: 15px 20px 10px;}
    .video-button-testimonial {
    margin-top: 18%;
    margin-bottom: 15%;}
    /*iframe {    height: 325px !important;}
    #service-4 .item-video-movil iframe {    height: 196px !important;}*/
    .video-button {    padding-top: 107px;}
    .content-section-a, .video-mask, #video-section {height: 325px;}
    .content-text-video h3 {font-size: 26px;}
    .content-text-video p {
    font-size: 15px;
    line-height: 20px;}
    #section-1 h2, #service-4 h2 {    font-size: 29px;}
    #default-tab ul.nav-tabs {    margin-bottom: 10px;}
    p.big {
        font-size: 13px;
        line-height: 18px;
    }
    #service-3 #default-tab .nav-tabs > li > a.active, #service-3 #default-tab .nav-tabs > li a.active:focus, #service-3 #default-tab .nav-tabs > li a.active:hover, ul.nav-tabs li a, #default-tab li.nav-item a.nav-link {    font-size: 12px;}
    #service-block-main .icon-wrapper img {
        width: 60%;
        margin: 0 auto;
    }
    .title-quees span {
        font-size: 49px;
        line-height: 20px;}
    .title-quees {
        font-size: 18px;
        line-height: 23px;}
    #img-quees, #video-section, #img-frutas, #img-estudio, #img-prensa{    margin-top: 49px;}
    #img-area {    margin-top: 43px;}
    #header .navbar {    height: 50px; min-height: 50px;}
    .navbar-brand {    width: 192px;}
    nav.navbar.navbar-light button.navbar-toggler { margin-top: 3px;}
    nav.navbar.navbar-light ul.nav-inline {margin-top: 10px;}
    #header .navbar .container {
        padding-right: 0;
        padding-left: 0;
    }
    #questions .question-text, #message .question-text {    font-size: 25px;}
    .answer {
        background: url(../img/answer-mini.png) center top no-repeat;
        width: 40px;
        height: 52px;
        padding: 15px 10px;
        font-size: 15px;
    }
    #questions {    padding: 30px 10px;}
    .agreement {    width: 40px;}
    .answer:hover{ color:#93c53c;   background-position: center 0;}
    .answer.active {    background-position: center -50px; color:#fff;}
    #message {    padding: 170px 20px;}
    .social-items a {
        line-height: 10px;
        padding-top: 18px;
        padding-bottom: 16px;}
    .social-items li.facebook {    width: 76%;}
    .social-items .i-twitter {
        padding: 18px 7px 16px;
        position: relative;
        top: 0;
    }
    #lections li {  font-size: 15px;
    line-height: 19px;}

    #lections li img {
        margin-top: -17px;
        width: 25%;
        height: 25%;}
    .b-rectangle, .b-rectangle:visited {    font-size: 18px;}
    #questions-block {    margin-top: 13px;}
    #test {    height: 430px;}
    #recipes {    min-height: 275px;     position: relative;
    display: block;}
    #results {         height: auto;
            margin-top: 30;
    margin-bottom: 0;
    display: block;
    position: relative;}
    #lections li.active {    margin-bottom: 20px;}
    #popup-share .potato {
        display: block;
    }
    #popup-share .results-index h3 {
    width: 100%;
    text-align: center;
    float: none;}
    #popup-share .results-index {margin-left: 0;}
}



@media (max-width: 480px) and (min-width: 320px){
    /*.row {
        padding: 0px 0px; 
    }*/
}

@media (max-width: 378px) {
    #questions-block h2 {    font-size: 20px;}
    #questions-block h2 span {    font-size: 60px;}
    #questions .question-text{        font-size: 20px;
    line-height: 22px;}
    .social-items a {    font-size: 18px;}
   .social-items .i-twitter {top: 0;}
   .social-items a {    padding-top: 18px; }
   #questions p {
    font-size: 16px;
    line-height: 20px;
    }
    
}
@media (max-width: 336px) {
  /* .social-items .i-twitter {top: -13px;}
   .social-items a {    padding-top: 8px;}*/
}
