body {}

.ax-receipt-detail {}

.ax-light-txt {
    font-weight: 400;
}

.ax-receipt-detail .ax-receipt-ct h2 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}


.ax-receipt-detail .ax-receipt-ct .Practica > h1,
.ax-receipt-detail .ax-receipt-ct .Practica > h2,
.ax-receipt-detail .ax-receipt-ct .Practica > h3,
.ax-receipt-detail .ax-receipt-ct .Practica > h4,
.ax-receipt-detail .ax-receipt-ct .Practica > h5,
.ax-receipt-top-info.Practica .ax-receipt-time-quanti-list li .ax-spec-title {
    color: #e2231a
}

.ax-receipt-detail .ax-receipt-ct .Ligera > h1,
.ax-receipt-detail .ax-receipt-ct .Ligera > h2,
.ax-receipt-detail .ax-receipt-ct .Ligera > h3,
.ax-receipt-detail .ax-receipt-ct .Ligera > h4,
.ax-receipt-detail .ax-receipt-ct .Ligera > h5,
.ax-receipt-top-info.Ligera .ax-receipt-time-quanti-list li .ax-spec-title {
    color: #2d96d4;
}

.ax-receipt-detail .ax-receipt-ct .Original > h1,
.ax-receipt-detail .ax-receipt-ct .Original > h2,
.ax-receipt-detail .ax-receipt-ct .Original > h3,
.ax-receipt-detail .ax-receipt-ct .Original > h4,
.ax-receipt-detail .ax-receipt-ct .Original > h5,
.ax-receipt-top-info.Original .ax-receipt-time-quanti-list li .ax-spec-title {
    color: #001588
}

/*** 
**** BANNER RECETA 
***/

.ax-page-ct .ax-receipt-ct .ax-banner-container .ax-banner-txt {
    bottom: 40%;
}

.ax-receipt-ct .ax-banner-container .ax-banner-txt {
    position: absolute;
    z-index: 3;
}

.ax-receipt-ct .ax-banner-container .ax-banner-txt h1 {
    color: #fff;
    display: inline-block;
    font-size: 4.375rem;
    font-weight: 900;
    margin-top: 0;
    position: relative;
    
}

.ax-receipt-ct .ax-banner-container .ax-banner-txt h1 .ax-title-highlight {
    color: #fff;
    font-size: 0.9em;
    font-weight: 500;
    line-height: 5.2rem;
    right: 0;
    padding: 0 2rem;
    position: absolute;
    white-space: nowrap;
}

.ax-receipt-ct .ax-banner-container .ax-banner-img {}

/*
* Breadcrumb
*/

.ax-breadcrumb-ct {
    position: relative;
}

nav.ax-breadcrumbs {
    position: absolute;
    top: -70px;
    z-index: 20;
}

/*
* TIEMPO Y PORCIONES 
*/

.ax-receipt-top-info .ax-receipt-time-quanti-list {
    margin: 2rem auto;
}

.ax-receipt-top-info .ax-receipt-time-quanti-list li {
    font-size: 2.5rem;
    list-style: none;
    padding: 0 4%;
    margin-bottom: 0.7rem;
}

.ax-receipt-top-info .ax-receipt-time-quanti-list li img {
    height: auto;
    width: 100%;
}

.ax-receipt-top-info .ax-specs-ct {
    margin-top: 1rem;
}

.ax-receipt-top-info .ax-receipt-time-quanti-list li .ax-i-specs,
.ax-receipt-top-info .ax-receipt-time-quanti-list li .ax-spec-txt-ct {
    display: inline-block;
    vertical-align: middle;
}

.ax-receipt-top-info .ax-receipt-time-quanti-list li .ax-spec-title {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.7rem;
    margin-top: 1.4rem;
}

/*
* TOP INFO
*/

.ax-receipt-top-info {}

.ax-receipt-top-info .ax-receipt-description-ct {

    padding: 2rem 0 1rem;
    text-align: center;
}

.ax-receipt-ct .ax-ingedients-ct.Practica li::before,
.ax-receipt-top-info.Practica .ax-receipt-description-ct {
    background-color: #e2231a;
}

.ax-receipt-ct .ax-ingedients-ct.Ligera li::before,
.ax-receipt-top-info.Ligera .ax-receipt-description-ct {
    background-color: #2d96d4;
}

.ax-receipt-ct .ax-ingedients-ct.Original li::before,
.ax-receipt-top-info.Original .ax-receipt-description-ct {
    background-color: #001588;
}

.ax-receipt-ct .ax-receipt-top-info .ax-receipt-img{
    position:relative;
}

.ax-receipt-ct .ax-receipt-top-info .ax-receipt-img iframe{
    position:relative;
    width: 60%;
    height:505px;
}

.ax-receipt-ct .ax-receipt-top-info .ax-receipt-img:before{
    content:"";
    height: 100px;
    width:100%;
    top: -1px;
    left:0px;
    position:absolute;
}

.ax-receipt-ct .ax-receipt-top-info.Practica .ax-receipt-img:before{
     background-color: #e2231a;
}
.ax-receipt-ct .ax-receipt-top-info.Ligera .ax-receipt-img:before{
     background-color: #2d96d4;
}
.ax-receipt-ct .ax-receipt-top-info.Original .ax-receipt-img:before{
     background-color: #001588;
}


.ax-receipt-top-info .ax-receipt-description-ct p {
    color: #fff;
    font-size: 1.325rem;
    font-weight: 500;
    line-height: 1.7rem;
    margin-bottom: 2rem;
}

.ax-receipt-top-info .ax-receipt-img {
    margin-bottom: 2.375rem;
    text-align: center;
}

.ax-receipt-top-info .ax-receipt-img img {
    display: inline-block;
    max-width: 70% !important;
    position:relative;
}

/*
* INGREDIENTES 
*/

.ax-receipt-ct .ax-ingedients-ct li {
    list-style: none;
    margin-bottom: 0.7rem;
    padding-left: 1.7rem;
    position: relative;
}

.ax-receipt-ct .ax-ingedients-ct li::before {
    border-radius: 40px;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    top: 36%;
    width: 7px;
}

/*
* PRODUCTOS UTILIZADOS
*/

.ax-receipt-ct {}

.ax-receipt-ct .ax-related-product-list {}

.ax-receipt-ct .ax-related-product-list li {
    list-style: none;
}

.ax-receipt-ct .ax-related-product-list .ax-related-product-img {}

.ax-receipt-ct .ax-related-product-list .ax-related-product-img img {
    display: block;
    height: auto;
    width: 100%;
}

.ax-receipt-ct .ax-related-product-list .ax-related-product-title {}

.ax-receipt-ct .ax-related-product-list .ax-related-product-btn {}

.ax-receipt-ct .ax-related-product-list .Ligera .ax-related-product-title h3 {
    color: #2d96d4;
}

.ax-receipt-ct .ax-related-product-list .Ligera .ax-related-product-btn {}

.ax-receipt-ct .ax-related-product-list .Practica .ax-related-product-title h3 {
    color: #e2231a;
}

.ax-receipt-ct .ax-related-product-list .Practica .ax-related-product-btn {}

.ax-receipt-ct .ax-related-product-list  .ax-related-product-title h3 {
    text-align: center;
}

.ax-receipt-ct .ax-related-product-list .Original .ax-related-product-title h3 {
    color: #001588;
}

.ax-receipt-ct .ax-related-product-list .Original .ax-related-product-btn {}

{}


/*
* PREPARACIÃ“N 
*/

.ax-receipt-ct .ax-receit-preparation {}

.ax-receipt-ct .ax-receit-preparation .ax-prepar-steps li:nth-child(even) {
    background: #f5f5f5;
}

.ax-receipt-ct .ax-receit-preparation .ax-prepar-steps li {
    list-style: none;
    margin: 0 0 1rem;
    padding: 1rem;
}

.ax-receipt-ct .ax-receit-preparation .ax-prepar-steps li p {
    line-height: margin: 0;
}

.ax-receipt-ct .ax-receit-preparation h4 {
    font-size: 1.375rem;
    font-weight: bold;
    margin-bottom: 1.5625rem;
}