.recetasC {
    background: url(/Portals/12/skins/B-getal/images/fondo-recetas-tabs-2.jpg) 0 0 no-repeat;
    padding-top: 15px;
    background-size: 100% 690px;
    padding-bottom: 40px;
}

img.separator_top_products {
    margin-top: 0 !important;
}

.tituloRecomendacion {
    color: black;
    margin: auto;
    width: fit-content;
    line-height: 25px;
}

.tituloRecomendacion span {
    font-family: var(--primary-font);
    transform: rotate(-3deg);
    display: block;
    color: var(--yellow);
}

.cont-recipes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1.2%;
    padding-top: 4rem;
}

.texto-recipes {
    position: absolute;
    width: 100%;
    height: 102%;
    top: 0;
    padding: 20px;
    text-align: center;
    z-index: 2;
}

/*.container-CocinaBgetal {
    margin-bottom: -335px;
}*/

.recipes {
    position: relative;
    margin-bottom: 100px;
}

.texto-recipes h5 {
    margin-bottom: 15px;
}

img.fondo_receta {
    width: 100%;
    border-radius: 15px;
}

img.imagen_receta {
    width: 60%;
    height: 135px;
    margin-top: -95px;
}

.texto-recipes p {
    text-align: left;
    line-height: 24px;
}

.cont-etiqueta {
    background: url(/Portals/12/skins/B-getal/images/mancha-de-receta.png) 0 0 no-repeat;
    background-size: 100%;
    height: 73px;
    color: #4B4B4B;
    font-family: var(--primary-font);
    padding-top: 25px;
    font-size: 18px;
    margin-top: 26px;
}

.stars {
    width: 90px;
    height: 15px;
    background: url(/Portals/12/skins/B-getal/images/bg-estrellas.png) 0 0 no-repeat;
    margin: 20px auto 10px;
}

.tiempo {
    bottom: 20px;
    color: black;
    left: 20px;
    position: absolute;
    margin: 10px auto;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.Cinco {
    background-position: 0 0;
}

.Cuatro {
    background-position: 0 -16px;
}

.Tres {
    background-position: 0 -32px;
}

.Dos {
    background-position: 0 -47px;
}

.Uno {
    background-position: 0 -63px;
}

i.iconTiempo {
    width: 37px;
    content: url(/Portals/12/skins/B-getal/images/iconTiempo.png);
    padding-right: 15px;
}

.nivel {
    bottom: 20px;
    color: black;
    right: 20px;
    position: absolute;
    margin: 10px auto;
    font-size: 16px;
    display: flex;
    align-items: center;
}

i.iconNivel {
    width: 25px;
    height: 25px;
    background: url(/Portals/12/skins/B-getal/images/iconNivel.png) 0 0 no-repeat;
    background-size: 80px;
    margin-right: 5px;
}

i.Aprendiz {
    background-position: 0px 0;
}

i.Intermedio {
    background-position: -29px 0;
}

i.Avanzado {
    background-position: -58px 0;
}

a.urlReceta {
    color: white;
    text-decoration: none;
    font-family: var(--primary-font);
}

a.urlReceta:hover, a.urlReceta:focus {
    color: var(--yellow);
}

.Paginador .aspNetDisabled {
    background: var(--yellow);
    text-align: center;
    border-radius: 5px;
    color: black;
    padding-top: 4px;
    margin-top: 10px;
}

.contPaginador {
    text-align: center;
}

.cont-etiqueta .ax-label {
    font-family: var(--primary-font);
    font-size: 24px;
}

.contTabs {
    display: flex;
    justify-content: space-evenly;
    margin: 6% 0 4%;
}

.contTabs .pasos {
    font-family: var(--primary-font);
    color: #874b07;
    font-size: 29px;
    position: relative;
}

.pasos.active {
    color: white;
}

.ax-btnTab {
    border: 1px solid var(--yellow);
    padding: 60px 10px;
    background: none;
    border-radius: 14px;
    width: 100%;
    margin-bottom: 5%;
    transition: all .7s;
    height: 230px;
}

.ax-btnTab:hover  {
    background: #1b1b1b;
    cursor: pointer;
}

.ax-btnTab:focus{
    outline: none;
}

.contFiltro {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    column-gap: 4%;
    margin-bottom: 20px;
}

.ax-btnTab span {
    color: white;
    font-family: var(--primary-font);
    font-size: 47px;
    display: block;
    line-height: 33px;
}

span.Tamarillo {
    color: var(--yellow);
}

span.para {
    font-size: 30px;
    padding-bottom: 15px;
}

.separadorPasos {
    position: absolute;
    padding-left: 17%;
}

.pasos.active:after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background: white;
    margin-top: 10px;
}

span.pad0{
    padding: 0 !important;
}

.twoProducts {
    max-width: 570px;
    margin: auto;
}

.contFiltroPerfiles {
    margin-bottom: 50px;
    width: fit-content;
}

h5.filtrarPor {
    float: left;
    margin-right: 25px;
    color: white;
}

.contFiltroPerfiles label {
    font-size: 17px;
    font-family: var(--primary-font);
    color: white;
}

/*cambiarCheckbox*/
.showCheckbox{
    background-image: url(/Portals/12/Skins/B-Getal/Images/icon-unchecked.png);
}

.ax-bntCheckbox input {
    display: none;
}

.showCheckbox {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: cover;
    margin: -3px 20px 0px 7px;
    transition: all .3s;
    cursor: pointer;
}

.ax-bntCheckbox input:checked ~ .showCheckbox {
    background-image: url(/Portals/12/Skins/B-Getal/Images/icon-checked.png);;
}

.ax-bntBuscarCheckbox, .ax-bntBuscarCheckbox:focus {
    border: 1px solid var(--yellow);
    font-family: var(--primary-font);
    padding: 12px 25px;
    cursor: pointer;
    margin-top: -5px;
    margin-left: 30px;
    float: right;
    background: var(--yellow);
    color: black;
    border-radius: 10px;
    transition: all .3s;
}

.ax-bntBuscarCheckbox:hover,
.ax-bntVerRecomendacion:hover{
    background: white;
}

span.txtTab {
    font-family: 'a_love_of_thunder';
    margin-top: 5px;
    display: inline-block;
}

span.ax-bntCheckbox {
    display: inline-block;
    vertical-align: middle;
}

.ax-btn-regresa:before {content: url(/Portals/12/Images/arrow-down.svg);
    transition: all .3s;
    display: block;
    position: absolute;
    transform: rotate(90deg);
    left: 0;
    filter: brightness(0.1);
}

.ax-btn-regresa {
    border: 0;
    background: no-repeat;
    position: relative;
    text-align: left;
    padding-bottom: 60px;
    padding-left: 21px;
    font-family: var(--primary-font);
    color: black;
    margin-top: 2%;
}

.ax-btn-regresa:hover {
    color: white;
    cursor: pointer;
}

.ax-bntVerRecomendacion {
    border: 1px solid var(--yellow);
    font-family: var(--primary-font);
    padding: 12px 25px;
    cursor: pointer;
    background: var(--yellow);
    color: black;
    float: right;
    border-radius: 10px;
    transition: all .3s;
    margin: 0 auto 40px;
    width: fit-content;
    display: block;
    transition: all .3s;
}

.labelResult {
    font-family: var(--primary-font);
    border: 1px solid var(--yellow);
    padding: 10px 30px;
    border-radius: 15px;
    color: var(--yellow);
    font-size: 17px;
    margin: 0 2% 4%;
}

.contLabelResult {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5%;
}






@media only screen and (max-width:1320px){
    .cont-etiqueta {
        font-size: 15px;
    }

    .ax-btnTab span {
        font-size: 30px;
        line-height: 20px;
    }

    span.para {
        font-size: 20px;
        padding-bottom: 10px;
    }
    
    .texto-recipes h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .texto-recipes p {
        line-height: 20px;
        font-size: 13px;
    }
    
    .tiempo, .nivel {
        font-size: 15px;
    }

    .contTabs {
        justify-content: space-between;
    }
}

@media only screen and (max-width:1200px){
    
    .cont-recipes {
        grid-template-columns: 1fr 1fr;
        column-gap: 1.2%;
    }
    
    img.fondo_receta {
        height: 440px;
    }
}

@media only screen and (max-width:1024px){
    .contTabs .pasos {
        font-size: 17px;
    }
    
    .separadorPasos {
        padding-left: 40%;
        width: 100px;
    }

    h5.filtrarPor {
        float: none;
        margin-bottom: 15px;
    }
    
    .ax-bntBuscarCheckbox {
        display: block;
        float: none !important;
        margin: 20px 0 !important;
    }

    .recetasC {
        background-size: 100% 940px;
    }

}

@media only screen and (max-width:860px){
    .cont-recipes {
        display: block;
    }
    
    .recipes {
        width: 50%;
        display: inline-block;
        padding: 5px;
    }

    .ax-btnTab {
        height: 160;
    }
}

@media only screen and (max-width:769px){
    .cont-recipes {
        grid-template-columns: 1fr;
    }

    .contFiltroPerfiles {
        margin-bottom: 20px;
    }
    
    .recipes {
        width: 100%;
        margin-bottom: 80px;
    }
    
    img.imagen_receta {
    height: auto;
    margin-top: -70px;
    max-width: 160px;
}

.cont-etiqueta {
        padding-top: 15px;
    height: auto;
    padding-bottom: 20px;
    width: 240px;
    margin: 15px auto 0;
    font-size: 12px;
}

.tiempo, .nivel {
    bottom: 10px;
}

img.separadorPasos {
    display: none;
}

.ax-btnTab span {
    font-size: 14px;
    line-height: 12px;
}

span.para {
    font-size: 12px;
    line-height: 5px;
}

.ax-btnTab {
    padding: 20px 0;
}

.contFiltro {
    grid-template-columns: repeat(auto-fit, minmax(65px, 1fr));
    column-gap: 2%;
    margin-bottom: 20px;
}

.contFiltroPerfiles label {
    width: 49%;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
}

.txtTab {
    width: 100px;
}

.showCheckbox {
    margin: 0;
    margin-left: 5px;
}

.ax-bntVerRecomendacion {
    margin: -2% auto 40px;
    padding: 10px;
    font-size: 13px;
}

.contLabelResult {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}

}

@media only screen and (max-width:680px){
    .ax-btnTab {
        height: 115px;
    }
}

@media only screen and (max-width:480px){
.contTabs .pasos {
    font-size: 14px;
}

.pasos.active:after{
    margin-top: 0;
}

.ax-btnTab {
    height: 90px;
}

.twoProducts {
    max-width: 200px;
}

.labelResult {
    font-size: 13px;
}
}


@media only screen and (max-width:380px){
    .recipes {
        width: 100%;
    }

    .contTabs .pasos {
        font-size: 12px;
    }
    
    .texto-recipes {
        height: 100%;
        padding: 20px 25px 20px 15px;
    }
    
    img.fondo_receta {
        height: 410px;
    }

    .ax-btnTab {
        height: 75px;
    }
}

@media only screen and (max-width:340px){
    .ax-btnTab span {
        font-size: 10px;
        line-height: 10px;
    }
}































.cont-imagen-maicitos {
    max-width: 500px;
    height: 225px;
    overflow: hidden;
    margin: 0 auto -20px;
}

.cont-imagen-maicitos img {
    width: 100%;
}

@media only screen and (max-width:600px){
    .cont-imagen-maicitos {
        max-width: 200px;
        height: 120px;
    }
}
