@import "./header.css";
@import "./mobile-nav.css";
@import "./home.css";
@import "./contacto.css";
@import "./modalStyles.css";
/*==========  GLOBAL  ==========*/
*,
html {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
html,
body {
    overflow-x: hidden;
}
body {
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
}

@media (max-width: 567px) {
    body {
        font-size: 1rem;
    }
}

a {
    color: black;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

ul {
    padding-left: 0;
    list-style: none;
}

@media (max-width: 567px) {
    h1 {
        font-size: 2rem;
    }
}

.backToTop {
    position: fixed;
    right: 5%;
    bottom: 5%;
    background-color: #009b40;
    border-radius: 50px;
    padding: 0.5rem;
    color: white;
    z-index: 9;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    display: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.backToTop:hover {
    background-color: #fee101;
}

.btn {
    line-height: 1;
    border-radius: 0;
}

.btn.btn-underline {
    padding: 0.3rem 0rem;
    border-bottom: 1px solid #603811;
    font-size: 12px;
    text-transform: uppercase;
}

.btn.btn-underline.green {
    color: #009b40;
    font-size: 1rem;
    font-weight: 600;
    border-bottom-color: #009b40;
}

.btn.fill-yellow {
    /*padding: 1rem 1.2rem;*/
    background: #009b40;
    color: white;
    font-weight: 600;
    border: 1px solid transparent;
    text-transform: uppercase;
    white-space: nowrap;
}

.btn.fill-yellow:hover {
    background: #fee101;
    color: #603811;
    border: 1px solid #262626;
}

a#menu-btn-recipes {
    padding: 1rem 1.2rem;
    background: #fee101;
    color: #603811;
    font-weight: 600;
    border: 1px solid transparent;
    text-transform: uppercase;
    white-space: nowrap;
}

a#menu-btn-recipes:hover {
    background: #009b40;
    color: white;
    border: 1px solid transparent;
}

.btn.btn-plus {
    padding: 0.3rem 1rem;
    position: relative;
    text-transform: capitalize;
}

.btn.btn-plus:after {
    content: "+";
    position: absolute;
    left: -5px;
    top: 5px;
    color: #603811;
}

#RRSS {
    color: #603811;
}

#RRSS ul li i {
    color: #603811;
}

.green {
    color: #009b40;
}

.brown {
    color: #603811;
}

.yellow {
    color: #fee101;
}

.bg-green {
    background-color: #009b40;
}

.bg-yellow {
    background-color: #fee101;
}

/*********************
BREAKPOINTS
*********************/
/*==========  LAYOUT  ==========*/

footer h2 {
    font-weight: 600;
}

footer h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

footer #RRSS .fa-2x {
    color: #009b40;
}

footer a:hover > h4 {
    color: #fee101;
}

footer .bajada {
    font-size: 18px;
}

.footer_text{
    font-size: 1rem;
}

.privacy-link {
    font-weight: 700;
}

.footer_faq_link{
    font-weight: 400;
}

.footer_faq_link:hover{
    font-weight: 700;
}

#Home #carouselHome1 ol li {
    border-radius: 100%;
    width: 10px;
    height: 10px;
    border: 2px solid #fee101;
    background: transparent;
}

#Home #carouselHome1 ol li.active {
    background: #fee101;
}

#Home #menuSemana {
    color: #603811;
}

@media (max-width: 37.5em) {
    #Home #menuSemana {
        padding: 2rem;
    }
}

#Home #menuSemana .item {
    padding: 1rem;
}

#Home #menuSemana .info {
    padding: 0.5rem 0rem;
    border-top: 1px solid #603811;
}

@media (max-width: 37.5em) {
    #Home #menuSemana .info {
        border: none;
    }
}

#Home #menuSemana .info .title {
    font-size: 1rem;
    font-weight: 600;
}

@media (max-width: 37.5em) {
    #Home #menuSemana .info .title {
        font-size: 40px;
    }
}

@media (max-width: 37.5em) {
    #Home #menuSemana .info p {
        font-size: 1.2rem;
    }
}

@media (max-width: 37.5em) {
    #Home #menuSemana .info a {
        font-size: 1rem;
    }
}

#Home #recetasVerdevalle #RRSS .fa-2x {
    color: #009b40;
}

#Home #Descubra {
    color: #603811;
    background-color: #fffce5;
}

#Home #Descubra h1 {
    font-size: 4rem;
    line-height: 1;
}

@media (max-width: 37.5em) {
    #Home #Descubra h1 {
        font-size: 2.5rem;
    }
}

#Home #Descubra h4 {
    font-size: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 4px dotted #603811;
    margin: 0 auto;
    padding-bottom: 1rem;
}

@media (max-width: 37.5em) {
    #Home #Descubra h4 {
        font-size: 1.5rem;
    }
}

#Home #Descubra .points {
    color: #603811;
}

#Home #Descubra .points li {
    position: relative;
    margin: 0rem 1rem;
    font-weight: 600;
    font-size: 1rem;
}

#Home #Descubra .points li:after {
    content: "+";
    position: absolute;
    left: -20px;
    top: -4px;
    color: #009b40;
    font-size: 20px;
    font-weight: 600;
}

#Home #alimentoDestacado {
    color: #603811;
    padding: 4rem 0rem;
    background-image: url("../../img/headerbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}

#Home #alimentoDestacado .list {
    padding: 0rem 2rem;
}

#Home #alimentoDestacado .list:first-of-type {
    border-right: 1px solid #603811;
}

#Home #alimentoDestacado .list h4 {
    font-size: 1.2rem;
    font-weight: 600;
}

#Home #alimentoDestacado .list ul li {
    font-size: 13px;
    margin: 0.5rem auto;
}

@media (max-width: 37.5em) {
    #Home #alimentoDestacado h4 {
        font-size: 2rem;
    }
}

#Home #alimentoDestacado .btn {
    font-size: 12px;
}

@media (max-width: 37.5em) {
    #Home #alimentoDestacado .btn {
        margin: 0 auto;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-bottom: 5rem;
    }
}

#Home #bienComer {
    color: #603811;
    margin-bottom: 4rem;
    background-image: url("../../img/biencomer.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 800px;
    background-color: #f7f4f8;
    background-position: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 37.5em) {
    #Home #bienComer {
        background-image: none;
        min-height: 400px;
    }
}

#Home #bienComer .text {
    background-image: url("../../img/platobiencomer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 500px;
    height: 500px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 37.5em) {
    #Home #bienComer .text {
        background-image: none;
        width: 100%;
        max-width: 100%;
        height: 400px;
    }
}

#Home #bienComer .text p {
    padding: 0rem 4rem;
}

@media (max-width: 37.5em) {
    #Home #bienComer .text p {
        padding: 1rem 0rem 0rem 0rem;
    }
}

#Productos {
    background-color: #f0f0f0;
    position: relative;
}

#Productos .navigation {
    position: absolute;
    width: 25%;
    max-width: 211px;
    left: 19.5%;
    padding-top: 10rem;
}

@media screen and (max-width: 1551px) {
    #Productos .navigation {
        left: 12%;
    }
}
@media screen and (max-width: 1281px) {
    #Productos .navigation {
        left: 6%;
    }
}

@media screen and (max-width: 1097px) {
    #Productos .navigation {
        left: 3%;
    }
}

@media (max-width: 768px) {
    #Productos .navigation {
        width: 100%;
        position: relative;
        max-width: 100%;
        text-align: center;
        left: 0;
        padding-top: 2rem;
    }
}

#Productos .navigation li {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    border-bottom: 1px solid #603811;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#Productos .navigation li:hover,
#Productos .navigation li.active {
    color: #009b40;
    border-color: #009b40;
    cursor: pointer;
}

#Productos .navigation li:hover a,
#Productos .navigation li.active a {
    color: #009b40;
}

#Productos .navigation li a {
    color: #603811;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    padding: 10px 0 8px;
}

#Productos .productos {
    padding: 4rem 1rem;
}

@media (max-width: 37.5em) {
    #Productos .productos {
        padding: 2rem 0rem;
    }
}

#Productos .productos .producto {
    margin-bottom: 2rem;
    text-align: center;
}

@media (max-width: 37.5em) {
    #Productos .productos .producto {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }
}

#Productos .productos .producto .title {
    color: #009b40;
    font-size: 17px;
    margin-bottom: 0;
}

#Productos .productos .producto .btn:hover {
    color: #009b40;
}

#Productos .productos .producto .btn:hover::after {
    color: #009b40;
}

#Productos .parallax {
    height: 290px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#Productos .parallax.img1 {
    background-image: url("../../img/products/parallax1.jpg");
}

#Productos .parallax.img2 {
    background-image: url("../../img/products/parallax2.jpg");
}

#Productos .parallax.img3 {
    background-image: url("../../img/products/paralax3.webp");
}

#Productos .parallax.img4 {
    background-image: url("../../img/products/paralax4.webp");
}

#Recetas .hero {
    background-image: url("../../img/herorecetas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#Recetas .hero .caption {
    padding: 0rem 0rem 12rem 0rem;
    color: #603811;
    text-align: center;
}

#Recetas .hero .caption h1 {
    font-size: 70px;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 37.5em) {
    #Recetas .hero .caption h1 {
        font-size: 30px;
    }
}

#Recetas .hero .caption .btn {
    margin-bottom: -5rem;
}

#Recetas .hero:last-of-type {
    margin: 4rem auto;
    background-image: url("../../img/herorecetas2.jpg");
    background-repeat: no;
}

#Recetas #destacado {
    padding-top: 4rem;
}

@media (max-width: 37.5em) {
    #Recetas #destacado {
        background-color: #fffce5;
    }
}

#Recetas #destacado .container {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #603811;
}

#Recetas #destacado .featuredHolder {
    position: relative;
    width: 100%;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#Recetas #destacado .featuredHolder .sticker {
    position: absolute;
    left: 20px;
    top: -20px;
}

#Recetas #destacado .fill-yellow {
   /* display: none;*/
}

#Recetas.receta #relacionado {
    background-color: #ededed;
}

@media (max-width: 37.5em) {
    #Recetas.receta .hideMobile {
        display: none;
    }
}

#Recetas.receta .featuredHolder {
    position: relative;
    width: 100%;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#Recetas.receta .recetaContent {
    color: #603811;
}

#Recetas.receta .recetaContent .title {
    margin-top: 2rem;
}

#Recetas.receta .recetaContent .features {
    margin-top: 2rem;
    padding-bottom: 0rem;
    border-bottom: 1px solid #603811;
}

#Recetas.receta .recetaContent .features .feature {
    font-weight: 700;
    margin-bottom: 2rem;
}

#Recetas.receta .recetaContent .ingredients,
#Recetas.receta .recetaContent .preparation {
    font-size: 1rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #603811;
}

#Recetas.receta .recetaContent .ingredients ul,
#Recetas.receta .recetaContent .preparation ul {
    padding-left: 20px;
    list-style-type: disc;
}

#internaProducto {
    margin: 4rem auto;
    color: #603811;
}

#internaProducto #productTabs .nav-item {
    color: #603811;
    font-weight: 700;
    border: none;
}

#internaProducto #productTabs .nav-item.active {
    color: #009b40;
}

#Faq {
    position: relative;
}

#Faq:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 300px;
    height: 300px;
    background-image: url("../../img/arroz-footer-2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 0;
}

@media (max-width: 37.5em) {
    #Faq:before {
        position: relative;
    }
}

@media (max-width: 37.5em) {
    #Faq img:first-of-type {
        margin-right: -100px;
    }
}

#Faq h1 {
    font-size: 2rem;
    font-weight: 700;
}

@media (max-width: 37.5em) {
    #Faq h1 {
        font-size: 1.5rem;
        margin-top: 2rem;
    }
    #Faq h1 br {
        display: none;
    }
}

#Faq .text {
    padding: 1rem 0rem 2rem 0rem;
    border-bottom: 4px dotted #262626;
}

#Faq .question {
    margin: 3rem auto;
    color: #603811;
}

#Faq .question .title {
    font-weight: 700;
    font-size: 1rem;
}

#Faq .question p:first-of-type {
    margin-top: 1rem;
}

#compartanos {
    padding: 4rem 0rem;
    color: #603811;
    min-height: 500px;
}

@media (max-width: 37.5em) {
    #compartanos {
        min-height: 350px;
    }
}

#compartanos h1 {
    font-size: 5.3rem;
    font-weight: 400;
    line-height: 1;
}

@media (min-width: 37.5em) {
    #compartanos h1 {
        font-size: 3rem;
    }
}

@media (max-width: 37.5em) {
    #compartanos h1 {
        font-size: 2rem;
    }
}

#compartanos h1 strong {
    font-weight: 700;
}

#compartanos p {
    font-size: 1rem;
    margin: 1.3rem auto;
}

#destacado .featuredHolder {
    position: relative;
}

#destacado .featuredHolder .fav {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: 0.5rem;
    padding: 0.5rem;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
}

#destacado .featuredHolder .fav:hover {
    cursor: pointer;
}

#productFilter {
    color: #603811;
}

#productFilter .card {
    border: none;
}

#productFilter .card .card-header {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #603811;
    padding: 0.8rem 0rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#productFilter .card .card-header .filterToggle {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 700;
    color: #603811;
    font-size: 1rem;
}

#productFilter .card .card-body {
    font-size: 1rem;
    color: #603811;
    text-transform: capitalize;
    padding: 0rem 1rem;
}

#productFilter .card .card-body ul {
    margin-bottom: 0;
}

#productFilter .card .card-body ul li {
    margin: 0rem 0rem 1.2rem 0rem;
    font-size: 1rem;
}

#productFilter .card .card-body ul li a {
    color: #603811;
}

#productFilter .card .card-body label {
    line-height: 1;
    margin: 0rem 0rem 1.2rem 0rem;
}

#productFilter .card .card-body label input {
    vertical-align: middle;
}

#productFilter .card .card-body label:hover {
    cursor: pointer;
}

.product .featuredImage {
    position: relative;
}

.product .featuredImage .fav {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: 0.5rem;
    padding: 0.5rem;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
}

.product .featuredImage img {
    position: relative;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.product .featuredImage img:hover {
    opacity: 0.6;
}

.product .data {
    padding: 0.8rem 0rem;
    margin-bottom: 0.8rem;
    color: #009b40;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #603811;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product .data p {
    margin: 0;
}

.product .title {
    color: #603811;
    font-size: 1rem;
    font-weight: 700;
}

#productGrid .product img {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#productGrid .product img:hover {
    opacity: 0.6;
}

#productGrid .product .data {
    padding: 0.8rem 0rem;
    margin-bottom: 0.8rem;
    color: #009b40;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #603811;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#productGrid .product .data p {
    margin: 0;
}

#productGrid .product .title {
    color: #603811;
    font-size: 1rem;
    font-weight: 700;
}

#avisoPrivacidad a {
    color: #007bff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-weight: bold;
}

#avisoPrivacidad a:hover {
    color: #fee101;
}

.products-wrapper {
    max-width: 1164px;
}
.products-inner-wrapper {
    max-width: 819px;
}
footer {
    background-color: white;
}
footer,
#nuestrosProductos {
    position: relative;
    z-index: 9;
}

.colDataRecipe {
    margin-bottom: 1.5rem;
}

#first-row-data {
    margin: 2rem auto;
    border-bottom: 1pt solid #603811;
}

#second-row-data {
    margin: 2rem auto;
    border-bottom: 1pt solid #603811;
}

#preparationDetails,
#ingredientsDetails {
    margin: 0 1rem;
    border-bottom: 1pt solid #603811;
}

.icon-preparation-recipe {
    width: 2rem;
    margin-bottom: 0.7rem;
}

.title-data-recipe {
    color: #009b40;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}

.fa-2x {
    font-size: 1.5em !important;
    color: #603811 !important;
}

.f-6-w {
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    #menuLateralSem {
        display: none !important;
    }
}
