
* {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    font-family: 'Contegral-Light', sans-serif;
    text-decoration: none;
}

.dnnEditState{
    position: relative;
}

h1 {
    font-size: 60px;
    color: var(--yellow);
}

h1 strong {
    transform: rotate(-3deg);
    display: block;
}

h1 span {
    font-family: var(--primary-font);
    color: #ffffff;
}

h2 {
    font-size: 57px;
    color: var(--yellow);
}

h3 {
    font-size: 48px;
    color: var(--yellow);
    transition: all .3s;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 22px;
    line-height: 25px;
}

h6 {
    font-size: 17px;
    line-height: 22px;
    color: #ffffff;
}

.naranja {
    color: var(--orange);
}

.yellow {
    color: var(--yellow);
}

.relative {
    position: relative;
}

.d-block {
    display: block;
}

.wAuto {
    width: fit-content;
}

p {
    font-size: 14px;
    line-height: 20px;
    color: var(--white);
}

a:focus {
    color: #fff;
    text-shadow: 0 0 black;
    box-shadow: 0px 0px 5px 2px #545454;
}

.btn_orange, .btn_orange:focus {
    background: var(--orange);
    padding: 11px 25px;
    border-radius: 10px;
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    transition: all .3s;
}

.btn_orange:hover {
    background: var(--yellow);
    color: black;
    box-shadow: 0px 0px 2px 2px #2c2c2c63;
}

.c-white{
    color: white !important;
}

.txt-center{
    text-align: center;
}



/*Botón sticky*/

.contSticky_calculadora {
    position: fixed;
    right: 10px;
    top: -90px;
    bottom: 0;
    height: fit-content;
    margin: auto;
    z-index: 1000;
    display: none !important;
}

.shopify-buy-frame--toggle.is-active.is-sticky {
    right: 43px;
    top: 61%;
}

.shopify-buy__cart-toggle {
    background: #FFEE00;
}

.modal {
    transition: all .3s;
    position: absolute;
    right: 76%;
    top: -23px;
    width: 340px;
    background: var(--orange);
    border: 5px solid var(--yellow);
    border-radius: 15px;
    padding: 15px 35px 20px 15px;
    z-index: -1;
}

a#enlaceCalculadora img:hover {
    filter: drop-shadow(2px 4px 6px white);
}

.contSticky_calculadora:hover .modal {
    display: block /*!important*/;
}

.tusAlimentos {
    color: var(--white);
    display: block;
    font-family: var(--primary-font);
    margin-left: 3px;
}

.calcula {
    color: var(--black);
    line-height: 21px;
    font-weight: 100;
}

.modal p {
    color: var(--black);
    font-size: 14px;
    margin: 12px 0 0;
}

.dnnEditState .contSticky_calculadora {
    position: static;
    width: 250px;
}

.close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: var(--black);
    font-weight: bold;
    font-size: 15px;
    font-family: var(--primary-font);
}

.close:hover {
    color: var(--white);
    cursor: pointer;
}

/*Menú responsive*/
a.menu-responsive {
    display: none;
}



/*-----Header-------*/

header {
    background: var(--black);
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    background: url(/Portals/12/skins/B-getal/images/bg-header.png) 0 0 no-repeat;
    background-size: 100%;
    bottom: -10px;
}

header:before {
    content: "";
    position: absolute;
    width: 250px;
    height: 95px;
    background: url(/Portals/12/skins/B-getal/images/bg-header-mancha.png) 0 0 no-repeat;
    background-size: 100%;
    bottom: -95px;
}

.iconoWhatsapp {
    padding-right: 5px;
}

.iconoWhatsapp:hover {
    opacity: 0.5;
}

.conMenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

li.ax-nav_item {
    float: left;
    padding: 0 35px;
    border-right: 1px solid yellow;
    line-height: 13px;
    position: relative;
}

.ax-nav_link {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}

ul.ax-nav_list {
    margin: 0;
    padding-top: 7px;
}

li.ax-nav_item:last-child {
    border: 0;
}

ul.ax-nav_children_wrapper {
    display: none;
    background: black;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    margin: 0;
    text-align: left;
    padding: 15px 13px 8px;
    border-radius: 10px;
    border-bottom: 1px solid var(--yellow);
}

ul.ax-nav_children_wrapper li {
    float: none;
    line-height: 25px;
    border: 0;
}

li.ax-nav_item:hover ul {
    display: block;
}

.item-id-2133>a, .item-id-2135>a {
    pointer-events: all !important;
}

ul.ax-nav_children_wrapper .ax-nav_item {
    padding: 0;
    line-height: 25px;
}

ul.ax-nav_children_wrapper .ax-nav_item a {
    font-size: 13px;
}

.item-id-2133:after,
.item-id-2135:after {
    content: "";
    width: 15px;
    height: 15px;
    margin: 6px;
    position: absolute;
    top: -9px;
    background: url(/Portals/12/skins/B-getal/images/flecha-menu.svg) 0 0 no-repeat;
}

.iconoHeader {
    background: var(--yellow);
    border-radius: 40px;
    margin-right: 10px;
    transition: all .3s;
    display: inline-block;
    width: 37px;
    height: 37px;
    text-align: center;
    padding-top: 8px;
}

.iconoHeader:hover {
    background: var(--white);
}

.searchInputContainer input {
    background: var(--yellow);
    border: 0;
    border-radius: 20px;
    padding: 10px 40px;
    outline: none;
    width: 230px;
}

.searchInputContainer input::placeholder {
    color: #000;
}

.ax-search_button {
    background: url(/Portals/12/skins/B-getal/images/icon-search.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 0px;
    text-indent: -9999;
    background-size: cover;
}

#dnn_buscadorBgetal_ClassicSearch {
    position: relative;
}

.searchSkinObjectPreview {
    width: 100% !important;
}

.searchSkinObjectPreview_more {
    color: var(--green);
}

.dnnSearchBoxClearText {
    filter: brightness(0.5);
    z-index: 300 !important;
}

.ax-nav_link:hover {
    color: var(--yellow);
}









/*-----Footer-------*/

footer {
    background: url(/Portals/12/skins/B-getal/images/bg-textura-footer.png) var(--green) 0 0 no-repeat;
    padding: 2% 0 0;
    z-index: 999;
}

img.sp-footer{
    width: 100%; 
    z-index: 999;
}

.contFooter {
    display: grid;
    grid-template-columns: 57% 26% 17%;
    padding: 5% 0;
}

.contFooter p {
    color: var(--white);
    font-size: 12px;
    margin-bottom: 5px;
}

img.logoFooter {
    float: left;
    margin-right: 5%;
}

.logoFooter {
    /* grid-column: 1/4; */
}

strong.titulosFooter {
    color: var(--yellow);
    font-weight: 100;
    font-size: 13px;
}

.datosF {
    /* width: 260px; */
    padding: 0 16%;
    position: relative;
}

.datosF:after {
    content: "";
    width: 1px;
    height: 30px;
    background: var(--yellow);
    display: block;
    position: absolute;
    right: 0;top: 10px;
}

.datosF.no-border {
    padding: 0 0 0px 16%;
}

.redes a {
    background: white;
    width: 37px;
    height: 36px;
    display: block;
    border-radius: 100px;
    text-align: center;
    padding-top: 11px;
}

.redes a:hover{
    background: black;
}

.redes {
    display: flex;
    column-gap: 4%;
}

.no-border:after {
    content: none;
}

.contTerminos {
    background: var(--dark-green);
    padding: 30px 0;
    text-align: center;
}

.contTerminos a {
    color: var(--light-green);
    font-weight: bold;
    padding: 0 25px;
    font-size: 13px;
}

.contTerminos a:hover {
    color: white;
}

/*Visualizador productos*/

img.separator_top_products,
img.separator_bottom_products,
img.separador-bbd {
    width: 100%;
}

.bg-yellow {
    background: var(--yellow);
}

h4.points {
    text-align: center;
    position: relative;
    width: fit-content;
    margin: auto;
    font-size: 30px;
    color: #000000;
}

h4.pointsWhite {
    text-align: center;
    position: relative;
    width: fit-content;
    margin: 0 auto 20px;
    font-size: 30px;
    color: white;
}

h4.points:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #000000;
    display: block;
    position: absolute;
    left: -30px;
    top: 13px;
    border-radius: 20px;
}

h4.points:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #000000;
    display: block;
    position: absolute;
    right: -30px;
    top: 13px;
    border-radius: 20px;
}

h4.pointsWhite:before {
    content: "";
    width: 7px;
    height: 7px;
    background: white;
    display: block;
    position: absolute;
    left: -30px;
    top: 13px;
    border-radius: 20px;
}

h4.pointsWhite:after {
    content: "";
    width: 7px;
    height: 7px;
    background: white;
    display: block;
    position: absolute;
    right: -30px;
    top: 13px;
    border-radius: 20px;
}

.tituloProducto {
    top: 180px;
}

/*Resultados de búsqueda*/

.ModSearchResultsC {
    max-width: min(95%, 980px);
    margin: auto;
}

.tituloResultados{
    padding-top: 180px;
    color: var(--orange);
    max-width: min(95%, 980px);
    margin: 0 auto 20px;
}

.dnnSearchBoxPanel,
.dnnSearchResultPanel {
    display: none;
}

.dnnSearchResultItem-Title a {
    font-family: var(--primary-font);
    color: black;
}

.dnnSearchResultItem-Link a {
    color: var(--orange);
}

.dnnSearchResultPager {
    display: none !important;
}

.dnnSearchResultPager.dnnSearchResultPagerTop {
    display: block !important;
}

.dnnSearchResultItem-Title {
    font-family: var(--secondary-font);
    font-size: 16px !important;
}

.btn-regresar {
    font-family: var(--primary-font);
    color: #0000007a;
    font-size: 14px;
    display: block;
    width: fit-content;
    margin: 0 0 30px 15px;
    text-decoration: none;
}

a.btn-regresar span {
    font-size: 38px;
    line-height: 0;
    display: inline-block;
    padding: 0 5px 4px 0;
    vertical-align: bottom;
}

.btn-regresar:hover{
    color: black;
}

/*Cookies*/

.cont-cookies {
    display: none;
    background: var(--yellow);
    z-index: 999999999;
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 30px;
}

.cookie-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont-cookies.activo {
    display: block;
}

.cont-cookies p {
    margin-right: 17px;
    margin-bottom: 0;
    color: black;
}

.enlaceCookies {
    color: black;
    text-decoration: underline;
}

.boton{
    cursor: pointer;
    border: 1px solid white;
}

/*Banner*/
.home-slider__wrapper .swiper-slide:before {
    content: "";
    display: block;
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.19) 81%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(81%, rgba(0,0,0,0.19)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.19) 81%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.19) 81%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.19) 81%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0.19) 81%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

.swiper-pagination-bullet {
    opacity: 1;
    border: 4px solid #ffffff;
    background: #ffff007a;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

a.ax-arriba {
    display: none;
    position: fixed;
    right: 25px;
    bottom: 25px;
    background-color: #000;
    background: url(/Portals/12/skins/B-getal/images/flecha-menu.svg) black 0 0 no-repeat;
    width: 35px !important;
    text-indent: -99999px;
    height: 35px !important;
    transform: rotate(180deg);
    transition: all .5s;
    background-size: cover;
    border-radius: 30px;
    z-index: 9999;
}

/*Secciones ocultas producción*/

/*home*/
.container-perfiles {
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.container-bbd {
    margin-bottom: -20px;
    padding-bottom: 100px;
}

.separador-bbd{
    display: none;
}

img.sp-footer {
    width: 100%;
    z-index: 999;
    position: relative;
    margin-bottom: -1px;
}

.container-cocina {
    padding-top: 70px;
}

.container-puntos-de-compra {
    padding-bottom: 60px;
    margin-bottom: -20px;
}

/*Fin secciones ocultas producción*/