.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: -560px;
}

.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);
}

/*Estilos calculadora*/
.formulario {
    background: url(/Portals/12/skins/B-getal/images/fondo-historias.png) 0 0 no-repeat;
    background-size:cover;
    max-width: 650px;
    margin: auto;
    border-radius: 15px;
    padding: 30px 7%;
}

.campo span {
    padding: 2px 0 5px;
    display: block;
}

.campo input,  .campo select {
    border: 0;
    padding: 12px;
    border-radius: 10px;
    width: 100%;
    outline: none;
    opacity: 0.9;
    color: #696969;
    border: 2px solid #fbfbfb;
    transition: all.3s;
}

.campo input:focus, .campo select:focus {
    border: 2px solid var(--light-green);
    padding-left: 22px;
}

.campo span {
    color: #fff;
}

.botonCalcular {margin: 10px 0;text-align: center;}

.botonCalcular input {border: 0;cursor: pointer;}

.formulario h2 {text-align: center;font-size: 23px;}

.container-calculadora {
    margin-top: -200px;
    position: relative;
    margin-bottom: -360px;
}

.resultados {
    display: grid;
    grid-template-columns: 48% 49%;
    column-gap: 20px;
max-width: 650px;margin: 33px auto;}

.lista ul {margin-bottom: 0;}

.lista ul li {color: black;
    position: relative;
    
    padding-bottom: 10px;padding-left: 5px;}

.lista ul li:before {content: "";
    width: 10px;
    height: 10px;
    background: var(--orange);
    display: block;
    position: absolute;
    border-radius: 10px;
    top: 3px;
    left: -15px;}

    .cont-etiqueta .ax-label {
        font-family: var(--primary-font);
        font-size: 28px;
    }

    .cont-etiqueta .ax-label {font-family: var(--primary-font);font-size: 28px;}

div#dnn_ctr14710_CalculadoraControl_divPaginador {text-align: center; margin-bottom: -555px;}

.Paginador .aspNetDisabled {background: var(--orange);text-align: center;border-radius: 5px;color: black;padding-top: 4px;margin-top: 10px;}

.datos {border: 1px solid var(--orange);border-radius: 15px;column-gap: 20px;padding: 20px;margin-bottom: 20px;}

.datos h3 {color: black;font-size: 25px;line-height: 23px;font-family: var(--primary-font);height: 40px;}

.recomendaciones {grid-column: 1/3;}

.datos h3 span {font-family: var(--primary-font);font-size: 15px;display: block;}

.Cwhite {background: white;padding: 15px 20px;border-radius: 10px;}

img.separator_top_products {
    margin-top: 65px !important;
}



@media only screen and (max-width:1320px){
    .cont-etiqueta {
        font-size: 15px;
    }
    
    .texto-recipes h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .texto-recipes p {
        line-height: 20px;
        font-size: 13px;
    }
    
    .tiempo, .nivel {
        font-size: 15px;
    }
}

@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:860px){
    .cont-recipes {
        display: block;
    }
    
    .recipes {
        width: 50%;
        display: inline-block;
        padding: 5px;
    }

    .container-calculadora {
        margin-bottom: -150px;
    }
}

@media only screen and (max-width:769px){
    .cont-recipes {
        grid-template-columns: 1fr;
    }
    
    .recipes {
        width: 100%;
        margin-bottom: 80px;
    }
    
    img.imagen_receta {
    height: auto;
    margin-top: -70px;
    max-width: 160px;
}

.cont-etiqueta {
        padding-top: 13px;
    height: auto;
    padding-bottom: 20px;
    width: 240px;
    margin: 15px auto 0;
    font-size: 12px;
}

.tiempo, .nivel {
    bottom: 10px;
}
}

@media only screen and (max-width:460px){
    .datos h3 {
        height: 40px;
        font-size: 17px;
    }

    .datos h3 span {
        font-size: 10px;
    }

    .datos {
        padding: 10px;
    }

    .resultados {
        column-gap: 10px;
    }

    .datos.recomendaciones h4 {
        font-size: 17px;
        color: black;
    }

    .Cwhite {
        padding: 10px 5px;
        text-align: center;
    }

    .points.margen {
        margin: 20px auto 10px!important;
    }

    section.container-calculadora .container {
        max-width: 100%;
    }

    .cont-etiqueta .ax-label {
        font-size: 16px;
    }
}


@media only screen and (max-width:380px){
    .recipes {
        width: 100%;
    }
    
    .texto-recipes {
        height: 100%;
        padding: 20px 25px 20px 15px;
    }
    
    img.fondo_receta {
        height: 410px;
    }

    .container-calculadora {
        margin-bottom: 0px;
    }
}