:root {
    --gray-medium: #6f6e72;
    --gray-light: #a6abb0;
    --gray-text: #6f6e72;
    --blue: #027ebb;
    --red: #cf152d;
    --pink: #f3928e;
    --orange: #f37321;
    --green: #6aab4a;
    --white: #fff;

    --blue70: #027ebbb3;
    --red70: #cf152db3;
    --pink70: #f3928eb3;
    --green70: #6aab4ab3;
    --orange70: #f37321b3;
}

@font-face {
    font-family: 'OpenSans';
    src: url(../font/OpenSans-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Plymouth';
    src: url(../font/Plymouth.ttf);
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: var(--white);
    font-family: 'OpenSans';
    color: var(--gray-text);
}

h1 {
    font-family: 'Plymouth';
    font-size: 4rem;
}

.main {
    width: 100%;
    overflow-x: hidden;
}

.main-banner {
    min-height: 100vh;
    background-image: url(../img/back-customs-home.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.texture {
    background-image: url(../img/texture-gray.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.back-gallery {
    background-image: url(../img/pavolver-back-galeria.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.back-gallery-items {
    background-image: url(../img/pavolver-back-item-galeria.jpeg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

.back-gallery-items .item {
    background-image: url(../img/galery-item-frame.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.card-img {
    background-image: url(../img/galery-item-frame.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.h100 {
    min-height: 100vh;
}

.text-primary {
    color: var(--orange) !important;
}

.font-bold {
    font-family: 'Plymouth';
}

strong {
    font-family: 'Plymouth';
}

#InputShare {
    font-size: 1.3rem;
}

.menu {
    background-color: var(--gray-medium);
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
    height: 2.5rem;
}

.menu-search {
    /*    background-color: var(--gray-light);*/
    position: absolute;
    top: 2.5rem;
    right: 0;
    display: none;
}

.menu-search.active {
    display: block;
}

.menu-search input {
    height: 3rem;
}

.menu a {
    text-decoration: none;
    color: white;
    cursor: pointer;
}


.menu-footer a {
    text-decoration: none;
    font-size: 2rem;
    color: var(--white);
}

.menu-links a {
    display: block;
    margin: 5px 0;
    font-size: 1rem;
    text-decoration: none;
    font-family: 'Plymouth';
    color: var(--white);
}

.footer a {
    text-decoration: none;
    color: var(--gray-text);
}

.footer a:hover {
    text-decoration: underline;
    color: var(--orange);
}

.menu-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}

.menu-container {
    position: relative;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--gray-medium);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
}

.menu-footer {
    padding-bottom: 20px;
}

.mobile-menu.active {
    right: 0;
}

.menu.active {
    display: block;
}

.hamburger {
    cursor: pointer;
    transition: transform 0.4s ease;
}

.hamburger.active {
    transform: rotate(90deg);
}

.menu-header {
    color: var(--white);
    font-size: 2.5rem;
}

.search {
    cursor: pointer;
    transition: transform 0.4s ease;
}

.search.active {
    transform: rotate(90deg);
}

.banner-title {
    text-align: center;
    font-family: 'Plymouth';
    font-size: 3rem;
}

.fresh {
    font-family: 'Plymouth';
    font-size: 12rem;
    color: var(--gray-light);
}

.title {
    font-family: 'Plymouth';
    font-size: 9rem;
}

.title-respuestas {
    font-family: 'Plymouth';
    font-size: 8rem;
}

.note h1 {
    font-family: 'Plymouth';
    font-size: 3rem;
}

.note p {
    font-size: 1.2rem;
}

.note a {
    font-size: 1.5rem;
    color: var(--orange) !important;
    text-decoration: none;
}

.note a:hover {
    text-decoration: underline;
}

.note i {
    font-size: 2rem;
    cursor: pointer;
}

.note i:hover {
    color: var(--orange);
}

.customs-home {
    margin-top: -10rem;
}

.w-20 {
    width: 20%;
}

.pavo {
    background-color: var(--blue);
}


.pavo-70 {
    background-color: var(--blue70);
}

.res {
    background-color: var(--red);
}

.res-70 {
    background-color: var(--red70);
}

.pollo {
    background-color: var(--orange);
}

.pollo-70 {
    background-color: var(--orange70);
}

.cerdo {
    background-color: var(--pink);
}

.cerdo-70 {
    background-color: var(--pink70);
}

.huevo {
    background-color: var(--green);
}

.huevo-70 {
    background-color: var(--green70);
}

.opacity-70 {
    opacity: 0.7;
}

.uppercase {
    text-transform: uppercase;
}

.title-footer {
    font-family: 'Plymouth';
    font-size: 2rem;
}

.rrss-footer {
    font-size: 3rem;
}

.rrss-footer a:hover {
    text-decoration: none !important;
}

.link-footer a {
    text-decoration: none;
    color: var(--gray-text);
    margin-bottom: 1rem;
}

.link-footer a:hover {
    color: var(--orange);
}

.mt-10 {
    margin-top: 10rem;
}

.general a {
    font-size: 1.5rem;
    color: var(--orange);
    text-decoration: none;
}

.btn-gray {
    background-color: var(--gray-light) !important;
    color: var(--white) !important;
    padding: 10px 20px;
    border: 1px solid var(--gray-medium) !important;
    cursor: pointer;
    border-radius: 0;
}

.btn-orange {
    background-color: var(--white);
    color: var(--orange);
    padding: 10px 20px;
    border: 1px solid var(--orange);
    cursor: pointer;
    border-radius: 0;
}

.btn-orange:hover,
.btn-orange.active {
    background-color: var(--orange);
    color: var(--white) !important;
    text-decoration: none !important;
}

.btn-pink {
    background-color: var(--white);
    color: var(--pink);
    padding: 10px 20px;
    border: 1px solid var(--pink);
    cursor: pointer;
    border-radius: 0;
}

.btn-pink:hover {
    background-color: var(--pink);
    color: var(--white) !important;
    text-decoration: none !important;
}

.cerdo-70 .btn {
    background-color: var(--pink70);
    color: var(--white);
    padding: 10px 20px;
    border: 1px solid var(--pink);
    cursor: pointer;
    border-radius: 0;
}

.cerdo-70 .btn:hover {
    text-decoration: underline;
}

.btn {
    /* background-color: var(--red70);
    color: var(--white); */
    padding: 10px 20px;
    /* border: 1px solid var(--red); */
    cursor: pointer;
    border-radius: 0;
    transition: transform 0.3s ease;
}

.btn:hover {
    text-decoration: underline;
    color: var(--white) !important;
    transform: scale(1.1);
}

.btnProductMore {
    color: var(--white);
    padding: 10px 20px;
    border: 1px solid;
    cursor: pointer;
    border-radius: 0;
}

.btnProductMore.active {
    border: 3px solid #fff !important;
}

.btnProductMore:hover {
    text-decoration: underline;
    color: var(--white) !important;
}


.pavo-70 .btn {
    background-color: var(--blue70);
    color: var(--white);
    padding: 10px 20px;
    border: 1px solid var(--blue);
    cursor: pointer;
    border-radius: 0;
}

.pavo-70 .btn:hover {
    text-decoration: underline;
}

.pollo-70 .btn {
    background-color: var(--orange70);
    color: var(--white);
    padding: 10px 20px;
    border: 1px solid var(--orange);
    cursor: pointer;
    border-radius: 0;
}

.pollo-70 .btn:hover {
    text-decoration: underline;
}

.huevo-70 .btn {
    background-color: var(--green70);
    color: var(--white);
    padding: 10px 20px;
    border: 1px solid var(--green);
    cursor: pointer;
    border-radius: 0;
}

.huevo-70 .btn:hover {
    text-decoration: underline;
}

.apollo {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 2rem;
    width: 40%;
}

.arrow-back {
    text-decoration: none;
    color: var(--gray-text);
}

.header {
    z-index: 3;
    background-color: var(--gray-medium) !important;
}

.header .logo {
    width: 40%;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: var(--orange);
    font-family: 'Plymouth';
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--orange);
    font-family: 'Plymouth';
}

.where-to-buy {
    font-size: 1.5rem;
    text-align: center;
    font-family: 'Plymouth';
}

.header-rrss {
    background-color: var(--gray-medium);
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--white);
    width: 3rem;
    height: 100%;
    justify-content: space-around;
    z-index: 5;
}

.header-rrss a {
    color: var(--white);
    text-decoration: none;
}

.header-rrss a:hover {
    color: var(--orange);
}


.header-search {
    background-color: var(--gray-medium);
    position: absolute;
    right: 0;
    top: 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--white);
    width: 3rem;
    z-index: 5;
}

.search-icon {
    height: 3rem;
    width: 3rem;
    background-color: var(--orange);
    font-size: 1.5rem;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-haader {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
}

.search-bar {
    border: 1px solid var(--orange);
}

.search-bar .form-control {
    background-color: transparent;
}

.search-icon a {
    color: var(--white);
    text-decoration: none;
}

.menu-icon {
    height: 2.5rem;
    width: 3rem;
    background-color: var(--gray-medium);
    font-size: 1.5rem;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-icon a {
    color: var(--white);
    text-decoration: none;
}

.back-custom {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.img-pavolver {
    position: absolute;
    margin-left: 6rem;
    bottom: 0;
}

.z3 {
    z-index: 3 !important;
}

.text-15 {
    font-size: 15rem;
}

.title-preview-product {
    font-family: 'Plymouth';
    font-size: 1.5rem;
    text-align: center;
}

.modal-transparent {
    background-color: rgba(166, 171, 175, 0.8);
    border: none;
}

#SearchGlobal {
    background-color: #fff;
}

.product-store-name {
    font-size: .5rem;
    margin: 0;
    text-align: center;
}

/* Estilos del modal-header */
.modal-header {
    border-bottom: none;
}

.modal-header .btn-close {
    margin-right: -10px;
}

.modal-header .close-modal {
    cursor: pointer;
    font-size: 1.5rem;
    color: var(--white);
}

.proteins-min-icon {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--white);
    width: 4rem;
    top: 50%;
    transform: translateY(-50%);
}

.icon-protein {
    height: 4rem;
    font-size: 1.5rem;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .5;
    cursor: pointer;
}

.icon-protein:hover {
    opacity: 1;
}

.icon-protein.active {
    opacity: 1;
    border: 2px solid var(--white);
}

.product-action {
    text-align: center !important;
}

.product-action i {
    font-size: 2rem;
    cursor: pointer;
    transition: color 0.3s ease;
}

.product-action i:hover,
.product-action i.active {
    color: var(--orange);
}

.title-product {
    font-family: 'Plymouth';
    font-size: 2.5rem;
    text-align: center;
}

.product-arrow {
    cursor: pointer;
    font-size: 3rem;
    color: var(--gray-light);
}

.product-arrow:hover {
    color: var(--orange);
}

.product-description {
    font-size: 1rem;
    text-align: center;
}

.product-info {
    height: 300px;
    overflow-y: auto;
    padding: 0 2rem;
}

.product-info::-webkit-scrollbar {
    width: .5rem;
}

/* La pista de la barra de desplazamiento */
.product-info::-webkit-scrollbar-track {
    background: var(--gray-light);
    border-radius: 10px;
}

/* La manija de la barra de desplazamiento */
.product-info::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* La manija de la barra de desplazamiento al pasar el cursor */
.product-info::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.btn-where-buy {
    background-color: var(--white);
    color: var(--orange);
    padding: 10px 20px;
    border: 1px solid var(--orange);
    cursor: pointer;
    border-radius: 0;
}

.btn-where-buy:hover {
    background-color: var(--orange);
    color: var(--white);
}

.btn-where-buy.active {
    background-color: var(--orange);
    color: var(--white);
}

.btn-recipe {
    background-color: var(--white);
    color: var(--green);
    padding: 10px 20px;
    border: 1px solid var(--green);
    cursor: pointer;
    border-radius: 0;
}

.h-100 {
    min-height: 100vh !important;
}

.btn-recipe:hover {
    background-color: var(--green);
    color: var(--white);
}

.img-recetario-main {
    margin-top: -7rem;
    width: 90% !important;
    position: absolute;
    margin-left: 10rem;
    top: 0;
}

.img-recetario-main.over {
    margin-left: 5rem;
}

.img-receta {
    width: 100%;
    height: 100%;
}

.search-solid .search-result {
    background: #ffffff;
}

.search-result {
    background: #ffffff54;
    max-height: 15rem;
    z-index: 99;
}


.search-result a {
    text-decoration: none;
    color: var(--gray-text);
    text-transform: uppercase;
}

.search-result a:hover {
    color: var(--orange);
}

.title-recipe {
    font-family: 'Plymouth';
    font-size: 2.5rem;
    text-align: center;
    color: var(--white);
}

.title-recipe a {
    color: var(--white);
}

/*    .title-recipe a:hover {
        color: var(--orange);
    }
*/
.recetario {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.page-left {
    background-image: url(../img/recetario/page-left.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.page-left div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-right {
    background-image: url(../img/recetario/page-right.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pollo-70 .recetario {
    background-image: url(../img/recetario/libro-orange.png);
}

.separator-recetario {
    box-shadow: -12px 0 10px -5px rgba(0, 0, 0, 0.5);
}

.play {
    position: absolute;
    /* Centrar */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-recipe p {
    margin-bottom: .1rem;
}

.scroll-y-left {
    transform: scaleX(-1);
}

.scroll-y-left .row {
    transform: scaleX(-1);
}

.scroll-y {
    overflow-y: scroll;
    overflow-x: hidden;
}

.scroll-y::-webkit-scrollbar {
    width: 12px;
}

.scroll-y::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 6px;
}

.scroll-y::-webkit-scrollbar-thumb {
    background-color: var(--orange);
    border-radius: 6px;
}


.scroll-alpha-y {
    overflow-y: scroll;
    overflow-x: hidden;
}

.scroll-alpha-y::-webkit-scrollbar {
    width: 12px;
}

.scroll-alpha-y::-webkit-scrollbar-track {
    background-color: #ffffff00;
    border-radius: 6px;
}

.scroll-alpha-y::-webkit-scrollbar-thumb {
    background-color: var(--orange);
    border-radius: 6px;
}


.text-recipe {
    max-height: 500px;
    overflow-y: scroll;
}

/* Estiliza la barra de desplazamiento */
.text-recipe::-webkit-scrollbar {
    width: 12px;
    /* Ancho de la barra de desplazamiento */
}

.text-recipe::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* Color de fondo del track de la barra de desplazamiento */
    border-radius: 6px;
    /* Bordes redondeados para un mejor aspecto */
}


.proteins-med-icon {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--white);
    width: 5rem;
    top: 50%;
    transform: translateY(-50%);
}

.icon-med-protein {
    height: 5rem;
    font-size: 1.5rem;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .5;
    cursor: pointer;
}

.icon-med-protein.active {
    opacity: 1;
}

.icon-med-protein:hover {
    opacity: 1;
}


.first {
    padding-top: 10rem;
}

.custom-main img {
    transition: scale 1.5s ease;
    transform: scale(1);
}

.custom-main:hover img {
    transform: scale(1.1);
}

.lines {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--white);
    color: white;
}

.footer {
    position: relative;
}

.porcino-description {
    width: 75%;
    font-size: 1.1rem;
}

#recipeCarousel img {
    cursor: pointer;
}

#videosCarousel img {
    cursor: pointer;
}

#videoContainer iframe {
    width: 100vw;
    /* Ancho completo de la pantalla */
    height: 100vh;
    /* Alto completo de la pantalla */
    border: none;
}

.image-custom {
    position: relative;
}

.img-protein-main {
    position: absolute;
    margin-left: unset;
    right: 0;
    bottom: 0;
}

.img-protein-main.over {
    bottom: unset;
    top: 0;
}


.accordion-item {
    background-color: transparent !important;
}

.accordion-button {
    background-color: transparent !important;
    font-family: 'Plymouth';
    color: var(--gray-text);
    font-size: 2rem;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: var(--orange);
}

.accordion-button:focus {
    z-index: 1;
    border-color: var(--orange70);
}


.custom-info .left {
    text-align: end;
}

.custom-info .left img {
    width: 100%;
}

.custom-info .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
}

.custom-info .right.top {
    justify-content: flex-start;
}


.product-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
    /* Relación de aspecto cuadrada */
    overflow: hidden;
}

.product-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    /* Mantiene la proporción de la imagen */
}

.recipe-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
    /* Relación de aspecto cuadrada */
    overflow: hidden;
    border-radius: 30px;
}

.recipe-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    /* width: 100%; */
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.productItem {
    transition: transform 0.3s ease;
}

.productItem:hover {
    transform: scale(1.1);
    cursor: pointer;
}


.hide {
    display: none;
}

.show {
    display: block;
}

#btnSearch {
    cursor: pointer;
}

.note {
    max-height: 70vh;
    overflow-y: scroll;
}

.search-clean {
    color: var(--orange);
    text-decoration: underline;
    font-size: .8rem;
    cursor: pointer;
}

.btn-image {
    width: 100px;
    height: auto;
    padding: 0;
    border: none;
    background-color: transparent;
}

.btn-image:focus {
    box-shadow: 0 0 0 0;
}

.btn-image img {
    width: 100%;
    height: auto;
}


.btn-image.active img {
    border: 3px solid var(--orange);
    padding: .5rem;
}


.gallery-button {
    position: absolute;
    top: 5rem;
    left: 0;
    right: 0;
}

#accordionFAQS a {
    color: var(--orange);
    text-decoration: none;
}

.logo-mobile {
    width: 60%;
}

.scale {
    transition: transform 0.3s ease;
}

.scale:hover {
    transform: scale(1.1);
}

.dropdown-menu {
    background-color: var(--orange);
}

.dropdown-item {
    color: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: var(--gray-medium) !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: var(--gray-medium);
}

/* --------------------------------------- MEDIA QUERY ----------------------------------------------------- */
@media (min-width: 1601px) {

    /* Estilos para monitores muy grandes */
    .title {
        font-size: 10rem;
    }
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media screen and (min-width: 1201px) {
    .mobile-only {
        display: none !important;
    }

    .title {
        font-size: 7rem;
    }

    .fresh {
        font-size: 8rem;
    }

    .title-respuestas {
        font-size: 4rem;
    }

    .custom-info .left img {
        width: 80%;
    }
}

/* Dispositivos grandes (laptops y desktop) */
@media (min-width: 993px) and (max-width: 1200px) {

    .mobile-only {
        display: none !important;
    }

    .title {
        font-size: 5rem;
    }

    .custom-info .left img {
        width: 80%;
    }

    .porcino-description {
        width: 75%;
        font-size: 1.2rem;
    }

    .title-footer {
        font-size: 1.5rem;
    }
}

/* Dispositivos medianos (tabletas en modo horizontal) */
@media (min-width: 769px) and (max-width: 992px) {
    .mobile-only {
        display: none !important;
    }

    .title {
        font-size: 7rem;
    }
}

/* Dispositivos medianos (tabletas en modo vertical) */
@media (min-width: 577px) and (max-width: 768px) {
    /* Estilos para tabletas */
}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (max-width: 576px) {

    .desktop-only {
        display: none !important;
    }

    .header .logo {
        width: 80%;
    }

    .header.solid .logo {
        width: 100%;
        scale: 2;
    }

    .header-content {
        height: 6.5rem;
    }

    .menu a {
        font-size: .35rem;
        margin-right: .3rem !important;
        font-family: 'Plymouth';
    }

    .fresh {
        font-size: 3rem;
    }

    .banner-title {
        font-size: 1.3rem;
    }

    .first {
        padding-top: 7rem;
    }

    .customs-home {
        margin-top: -5rem;
    }

    .main-banner {
        min-height: auto;
    }

    .mt-10 {
        margin-top: 2rem;
    }

    .title-footer {
        font-size: 1rem;
    }

    .rrss-footer {
        font-size: 2rem;
    }

    .seller {
        font-size: .5rem;
    }

    .apollo {
        margin-right: 0rem;
    }

    .legal {
        font-size: .5rem;
    }

    .title {
        font-size: 4rem;
    }

    .img-recetario-main {
        width: 70% !important;
        bottom: 4rem;
        top: inherit;
        left: 0;
        margin-left: 0;
    }

    .title-recipe {
        font-size: 1.3rem;
    }

    .recetario {
        background-size: auto;
        background-repeat: no-repeat;
        background-position: inherit;
    }


    .pollo-70 .recetario {
        background-image: url(../img/recetario/libro-orange-mobile.png);
    }

    .page-left {
        background-image: url(../img/recetario/receta-pollo-jardinera.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        height: 8rem;
    }

    .play {
        height: 3rem;
        width: 3rem;
    }

    .separator-recetario {
        box-shadow: inset;
    }

    .text-recipe {
        font-size: .8rem;
    }


    .porcino-description {
        font-size: 1rem;
        width: 90%;
    }

    .image-custom {
        position: unset;
    }

    h1 {
        font-size: 2rem;
    }

    .note h1 {
        font-size: 2rem;
    }

    .note p {
        font-size: 1rem;
    }

    .note a {
        font-size: 1rem;
    }

    .img-pavolver {
        position: absolute;
        margin-left: inherit;
        bottom: 0;
        right: 0;
    }

    .img-protein-main.img-product {
        margin-bottom: 0px !important;
    }

    .title-product {
        font-size: 2rem;
    }

    .product-info {
        padding: 0 0;
    }

    .text-recipe {
        max-height: 300px;
    }

    .btn-where-buy {
        font-size: .7rem;
    }

    .lines {
        position: inherit;
    }

    .custom-info .left {
        text-align: center;
    }

    .custom-info .left img {
        width: 80%;
    }

    .title-preview-product {
        font-size: 1rem;
    }

    .title-respuestas {
        font-size: 3.3rem;
    }

    .accordion-button {
        font-size: 1rem;
    }

    .mano {
        box-shadow: unset !important;
    }

    .pb-sm-10 {
        padding-bottom: 10rem;
    }

    .h100.recetario-content {
        min-height: 100vh;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: var(--orange);
    }

    .nav-link.active {
        color: var(--orange) !important;
    }

    .scroll-y-left {
        transform: scaleX(1);
    }

    .scroll-y-left .row {
        transform: scaleX(1);
    }

    #contentFilters .btnProductMore {
        font-size: .6rem;
    }
}

/* --------------------------------------- END MEDIA QUERY ----------------------------------------------------- */