/** History timeline **/

.history-timeline .event__content{
    font-size: 0.8rem !important;
}

.roadmap.roadmap--orientation-vertical .roadmap__events:after{
    background-color: #d31145 !important;
}

.roadmap.roadmap--orientation-vertical .roadmap__events__event:after, .roadmap.roadmap--orientation-vertical .roadmap__events__event:before{
    background-color: #d31145 !important;
}

.roadmap.roadmap--orientation-horizontal .roadmap__events:after{
    background-color: #d31145 !important;
}

.roadmap.roadmap--orientation-horizontal .roadmap__events__event:after, .roadmap.roadmap--orientation-horizontal .roadmap__events__event:before{
    background-color: #d31145 !important;
}

.history-timeline .fas{
    color: #d31145;
}
/*  */

/* ICE HOT - VIDEO */
.block.icehot-video .video-container {
    position: relative;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.block.icehot-video .video-container .placeholder-image {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background-size: cover;
    cursor: pointer;
}

.block.icehot-video .video-container .placeholder-image .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0 auto;
    width: 130px;
    height: 130px;
    background: transparent url(../images/video-play-icon.png) 50%/contain no-repeat;
    z-index: 2;
    cursor: pointer;
}
/*   */

/** Quotes reel block **/

.quotes-reel{
    padding-top: 40px;
    padding-bottom: 40px;
}

.quotes-reel .white-text{
    color: white;
}

.quotes-reel h4{
    font-weight: normal !important;
    text-transform: none !important;
}

.quotes-reel .quote-invisible{
    display: none;
}

.quotes-reel .quote-visible{
    display: block;
}

.quotes-reel .next-quote-chevron{
    cursor: pointer;
}

@media(max-width: 800px){
    .quotes-reel .next-quote-chevron{
        display: none;
    }   
}

.quotes-reel .fas{
    font-size: 2rem;
}
/*  */

/** Services list block **/

.services-list-box{
    color: white;
}

.services-list-title{
    padding-top: 40px;
    text-align: center;
}

.services-list-buttons-container{
    background-color: white;
    padding: 20px 50px 20px 50px !important;
    margin-top: -20px;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.services-list-buttons-container .text{
    color: #d31145;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    padding-top: 10px;
}

.services-list-buttons-container p{
    color: #000000;
    font-size: 0.7rem;
    padding-top: 10px;
}

.services-list-buttons-container h5{
    color: #d31145;
}

.services-list-buttons-container a{
    width: 90%;
    text-align: center;
}

.services-list .table_title{
    font-size: 1.4rem;
    font-weight: bold;;
    color: #d31145;
    text-align: left;
    padding: 5px 5px 10px 5px;
    text-transform: uppercase;
}

.services-list .table_header{
    font-size: 1.1rem;
    color: #d31145;
    text-align: left;
    padding: 5px 5px 10px 5px;
    text-transform: uppercase;
}

.services-list .bg_gray{
    background-color: #F2F2F2;
}
/*  */

/* Text block styles */

.text-block h2{
    text-align: center;
}

.text-block h3{
    text-align: center;
    font-weight: normal !important;
    text-transform: none !important;
}

.text-block h4{
    font-size: 1rem;
    text-align: center;
    font-weight: normal !important;
    text-transform: none !important;
}
.text-block .transparent-border{
    margin: 100px;
}
.text-block .red-border{
    border: solid 2px #d31145;
}

@media(min-width: 800px){
    .text-block .red-border{
        border: solid 2px #d31145;
        margin: 100px 200px 100px 200px;
        padding-top: 50px;
    }   
}
.text-block .white-text{
    padding-top: 50px;
    color: white !important;
}
/*  */

/** Text blocks grid**/
@media(min-width: 800px){
    .text-blocks-grid{
        padding-left: 150px;
        padding-right: 150px;
    }
}

.text-blocks-grid h2{
    color: #d31145 !important;
    font-weight: bold;
}

.text-blocks-grid h5{
    text-transform: none;
    font-size: 0.9rem !important;
}

.text-blocks-grid p{
    font-size: 0.9rem;
}

.text-blocks-grid .gray_block{
    background-color: #F2F2F2;
}

.text-blocks-grid .single-block-1{
    box-shadow: -3px -3px 3px 0px rgba(0, 0, 0, 0.2);   
}

.text-blocks-grid .single-block-2{
    box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.2);   
}

.text-blocks-grid .single-block-3{
    box-shadow: 3px -3px 3px 0px rgba(0, 0, 0, 0.2);   
}

.text-blocks-grid .single-block-4{
    box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0.2);   
}

.text-blocks-grid .single-block-5{
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);   
}
/*  */

/** Three shot text block **/

.three-shot-text h2{
    color: #d31145;
    font-weight: bold;
}

.three-shot-text h3{
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.three-shot-text p{
    font-size: 1rem;   
}
.three-shot-text hr{
    width: 100%;
    height: 1px;
    background-color: #d31145;
}
/*  */

/** Top products block **/

@media(min-width: 800px){
    .top-products-box{
        color: white;
        height: 85vh;
    }
}

@media(max-width: 800px){
    .top-products-box{
        color: white;
    }
}

.top-products-title{
    padding-top: 40px;
    text-align: left;
}

.top-products-single-container{
    background-color: white;
    padding: 20px;
}


.top-products-single-container p{
    color: black !important;
    font-weight: bold !important;
    font-size: 0.8rem !important;
    padding-top: 5px;
}
/*  */

/** Two shot image **/

.two-shot-image h2{
    color: #d31145;
    font-weight: bold;
    text-align: left;
}

.two-shot-image h3{
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.two-shot-image h6{
    font-size: 0.9rem;
    margin-bottom: 25px;
}

.two-shot-image p{
    font-size: 0.8rem;  
    padding-top: 10px !important; 
    height: 140px;
}
.two-shot-image i{
    color: #d31145;
}

.two-shot-image .shot_container_image{
    text-align: center;
}

.two-shot-image .shot_container_image img{
    width: 100%;
}

.two-shot-image .shot_container_textbox{
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    margin: 30px;
    font-size: 1rem;
    background-color: white;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
    height: 60px;
    width: 85%;
}

.two-shot-image .shot_container_textbox_content{
    padding: 20px;
}

.two-shot-image .shot_container_textbox_content_collapsable{
    display: none;
}

.two-shot-image .btn_container{
    position: relative;
}

.two-shot-image .btn_container a{
    bottom: 0;
    left: 0;
}

.two-shot-image .shot_container_textbox_bottom{
    cursor: pointer;
    position: absolute;
    top: 81%;
    left: 0;
    margin: 20px 15px 0px 15px;
    padding: 10px;
    font-size: 1rem;
    background: linear-gradient(90deg, rgba(246, 139, 31, 0.8) 0%, rgba(222, 24, 37, 0.8) 50%, rgba(139, 0, 39, 0.8) 100%);
    height: 70px;
    width: 92%;
    color: white;
}


.two-shot-image .shot_bottom_title{
    font-size: 1rem;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.two-shot-image .shot_bottom_text{
    font-size: 0.7rem;
    color: white;
}
/*  */


/* WBINARS */
.webinar_div .month_title{
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0px;
    color: #CD123C;
    text-transform: uppercase;
}
.webinar_div{
    width: 100%;
    padding-left: 9%;
    padding-right: 7%;
}
.webinar_div .webinar_principal{
    border: 1px solid #CD123C;
    width: 100%;
    height: 340px;
    display: flex;
}
.webinar_div .cards-webinars{
    padding-top: 24px;
    padding-bottom: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(min-content,calc(100%/3)));
    grid-gap: 16px;
    justify-items: center;
}
.webinar_div .webinar_cards{
    border: 1px solid #CD123C;
	width:100%;
}
.webinar_div .webinar_cards .r-item{
    padding-top: 24px;
}
.webinar_div .webinar_cards .r-item p{
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0px;

}
.webinar_div .webinar_cards .r-item h3{
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #cd123c;
    padding-left: 16px;
}
.webinar_div .webinar_cards .r-item .div_btn_item{
    padding-left: 16px;
    padding-top: 24px;
    display: flex;
    gap: 15px;
}
.webinar_div .webinar_cards .r-item .div_btn_item button{
    padding-left: 5px;
    padding-right: 5px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #CD123C;
    text-transform: uppercase;
    border: 2px solid #CD123C;
}
.webinar_div .webinar_cards .bottom-r-item {

    margin-bottom: 12px;
}
.webinar_div .webinar_principal .r-principal{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding-left: 16px;
	width: 100%;
    padding-right: 16px;
}
.webinar_div .webinar_principal h2{
    font-size: 42px;
    margin-top: 30px;
    margin-bottom: 5px;
    padding-right: 30px;
}
.webinar_div .webinar_principal .bottom-r-principal{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.webinar_div .webinar_principal .bottom-r-principal .div_btn_principal{
    display: flex;
    gap: 15px;
}
.webinar_div .webinar_principal .bottom-r-principal .div_btn_principal button{
    width: 132px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #CD123C;
    text-transform: uppercase;
    border: 2px solid #CD123C;
    padding-left: 16px;
    padding-right: 16px;
}
.webinar_div .webinar_principal h3 {
    font-size: 21px;
    margin-bottom: 0;
    color: #CD123C;
    width: 220px;
}
.webinar_div .webinar_principal p{
    margin-bottom: 12px;
    font-size: 15px;
    padding-right: 30px; 
}
.webinar_div .webinar_cards h2{
    padding-right: 30px;
    font-size: 24px;
    padding-left: 16px;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: bold;
}

.webinar_div .mobile{
    display: none;
}
.webinar_div .desktop{
    display: block;
}
/* swiper slider mobile css */
.webinar_div .swiper {
    width: 100%;
    height: 100%;
    padding-left: 3%;
    padding-right: 4%;
  }

  .webinar_div .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .webinar_div .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .principal-mobile{
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 20px;
  }
  .webinar_div .swiper-slide{
    width: 330px;
  }
@media (max-width: 992px){
    .webinar_div .mobile{
        display: block;
    }
    .webinar_div .desktop{
        display: none;
    }
    .webinar_div {
        width: 100%;
        padding-left: 0; 
        padding-right: 0;
    }
    .webinar_div .webinar_principal {
        border: 1px solid #CD123C;
        width: 100%;
        height: auto; 
        display: flex;
        flex-direction: column;
    }
    .webinar_div .webinar_cards .r-item .div_btn_item {
        justify-content: center;
    }
    .webinar_div .webinar_principal h2 {
        font-size: 32px;
    }
    .webinar_div .webinar_principal h3 {

        width: auto; 
    }
    .webinar_div .webinar_principal .bottom-r-principal {
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 24px;
        margin-bottom: 12px;
        flex-direction: column;
    }
    .webinar_div .webinar_cards h2 {

        line-height: 25px;
    }
    .webinar_div .month_title {
        padding-left: 9%;
        padding-right: 7%;
    }
    .webinar_div .webinar_cards .r-item {
        padding-top: 40px;
    }
    .webinar_div .webinar_cards h2 {
        margin-bottom: 15px;
    }
    .webinar_div .webinar_cards .r-item p {
        text-align: center;
    }
}
@media (max-width: 1150px){
    .webinar_div .webinar_principal {
        border: 1px solid #CD123C;
        width: 100%;
        height: auto; 
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 550px){

    .webinar_div .webinar_cards .r-item h3 {

        width: 90%;
    }
}
/*  */

/** Enterworks products list block classes **/
.enterworks-products-list{
    margin-top: 200px !important;
    display: flex;
    justify-content: center;

}

.enterworks-products-list h2{
    color: #d31145;
    font-weight: bold;
}

.enterworks-products-list #pBuscar{
    font-size: 12px;
    color: #D31145;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: 'Alright Sans Ultra';
}

.enterworks-products-list .product_name{
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    margin-bottom: 52px;
    margin-left: -13px;
    max-width: 272px;
    font-family: 'Alright Sans Ultra';
}

.enterworks-products-list .product_description{
    font-size: 0.7rem;
}

.enterworks-products-list .product_see_more{
    color: #d31145;
    font-weight: bold;
    font-size: 0.8rem;
    text-decoration: underline;
}

/* @media(min-width: 800px){ */
    .enterworks-products-list .search_icon_container{
        /* background-color: #d31145; */
        cursor: pointer;
        width: 44px;
        height: 35px;
        padding: 1px;
        position: absolute;
        left: 80%;
        top: 1px;   
    }
/* } */

/* @media(max-width: 800px){
    .enterworks-products-list .search_icon_container{
        background-color: #d31145;
        cursor: pointer;
        width: 44px;
        height: 35px;
        padding: 1px;
        position: absolute;
        left: 90%;
        top: 1px;   
    }
} */

@media(min-width: 800px){
    .enterworks-products-list .md-fixed-height{
        height: 155px;
    }
}
.enterworks-products-list .search_input{
    padding: 5px !important;
    border: solid 1px #C0C0C0;
    box-shadow: none;
    width: 100%;
    max-width: 256px;
    height: 44px;
}

.enterworks-products-list input[type='checkbox']{
    background-color: #d31145;
    cursor: pointer;
}

.enterworks-products-list hr{
    width: 88%;
    height: 1px;
    background-color: #C0C0C0;
    margin-left: 15px;
    margin-bottom: 24px;
}

.enterworks-products-list h5{
    color: #d31145;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Alright Sans Ultra';
    margin-bottom: 20px;
    cursor: pointer;
}

.enterworks-products-list .categories_list{
    margin-left: 15px !important;
    margin-top: 5px !important;
}

.enterworks-products-list .subcategories_list{
    margin: 0px 15px !important;
    /* display: flex; */
}

.enterworks-products-list .subcategories_list li{
    display: flex;
}

.enterworks-products-list .category_name{
    font-size: 16px !important;
    padding-bottom: 15px;
    text-align: left;
    cursor: pointer;
}

.enterworks-products-list .check-root .check{
    font-weight: 700;
    font-family: 'Alright Sans Ultra' !important;
    text-transform: uppercase;
}

.enterworks-products-list .dv_checkbox{
    /* border-bottom: #800027 1px solid; */
    /* width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-top: 3px;
    border: solid 1px #d31145;
    cursor: pointer;
    float: left; */
}

.dv_checkbox .check{
    font-family: 'Alright Sans Regular';
    font-size: 16px;
    /* border-bottom: #800027 1px solid; */
    /* position: relative;
    left: 1px;
    top: 0px;
    font-size: 0.7rem;
    color: #d31145;
    display: none; */
}

.dv_checkbox .check-visible{
    /* display: block; */
    /* border-bottom: #E01249 1px solid; */
    text-decoration: underline;
    text-decoration-color: #E01249;
    color: #E01249;
    margin-top: -5px;
}
/** Enterworks product single **/

.enterworks-product-single .image_thumbnail_container {
    display: flex;
    justify-content: center;
    position: relative;
    width: 144px;
    max-width: 144px;
    height: auto;
    overflow: hidden;
    cursor: pointer;
  }

.enterworks-product-single .image_thumbnail_container.selected{
    border: 1px solid #D31145;
  }
  
.enterworks-product-single .image_thumbnail {
    width: 100%;
    max-width: 144px;
    height: 92px;
    object-fit: contain;
}

.enterworks-product-single .breadcrumb_section{
    color: #d31145;
    font-weight: bold;
}

.enterworks-product-single .product_name{
    font-size: 48px;
    color: #D31145;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    overflow-wrap: break-word;
    font-family: 'Alright Sans Ultra';
}

.enterworks-product-single .breadcrumb_title{
    font-size: 1rem !important;
    color: black !important;
    font-weight: bold;
}

.enterworks-product-single .product_d_c{
    margin-bottom: 5px !important;
}

.enterworks-product-single .product_description{
    font-size: 16px;
    font-family: 'Alright Sans Regular';
}

.enterworks-product-single .online_button{
    background-color: #d31145;
    color: white;
    font-weight: bold;
    /* width: 150px; */
    height: 42px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.enterworks-product-single h4{
    color: #d31145;
    font-weight: bold;
    margin-bottom: 8px;
}

.enterworks-product-single h6{
    margin-bottom: 32px;
    font-size: 16px;
    font-family: 'Alright Sans Ultra';
}

.enterworks-product-single .product_content_title{
    font-size: 12px;
    color: #D31145;
    text-transform: uppercase;
    text-align: left;
}

.enterworks-product-single .product_content{
    font-size: 14px;
    font-family: 'Alright Sans Regular';
    margin-bottom: 36px;
    line-height: 15px;
}

.enterworks-product-single .specs_title{
    font-size: 1.1rem;
    color: #d31145;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin: 5px 5px 5px 0;
}

.enterworks-product-single .specs_row{
    cursor: pointer;
    border: solid 1px #d31145;
    padding: 5px;
    margin: 10px;
}

.enterworks-product-single .collapsed{
    height: 55px;
}

.enterworks-product-single .specs_text_box{
    font-size: 0.85rem;
    display: none;
}

.enterworks-product-single .productos_relacionados_container{
    margin-bottom: 89px;
    margin-top: 30px;
}

.enterworks-product-single .productos_relacionados_container h3{
    color: #d31145;
    font-size: 1.4rem !important;
    text-align: center;
}

.enterworks-product-single .productos_relacionados_container .related_product_name{
    color: black;
    font-size:16px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 900;
    font-family: 'Alright Sans Ultra';
}

.enterworks-product-single .productos_relacionados_container .related_product_description{
    font-size: 0.8rem;
}

.enterworks-product-single .receta_title{
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
}
.enterworks-product-single .background-gradient-with-text{
    padding: 3rem;
}

.enterworks-product-single .receta_card_container{
    padding: 40px;
}

.enterworks-product-single .receta_card{
    min-height: 50vh;
    background-color: white;
    padding: 20px;
}

.enterworks-product-single .receta_image{
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.enterworks-product-single .background-gradient-with-text h3{
    color: white !important;
    font-size: 1.7rem !important;
    font-weight: bold;
}

/*  */
.list_products_s{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#selected_category{
    color: #D31145;
    font-size: 48px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 15px;
    margin-left: 28px;
    margin-bottom: 40px;
    font-family: 'Alright Sans Ultra';
}

.product_n_2{
    display: none;
}

/* categorias mobile */
@media screen and (max-width: 767px){
    .hide_categories{
        display: none !important;
    }
    #categories_select{
        display: flex !important;
        padding: 10px;
        appearance: auto;
        border: solid 1px #C0C0C0;
        max-width: 650px;
    }
    #selected_category{
        text-align: center;
        margin-left: 0px !important;
        font-size: 35px;
    }
    .search_c_o{
        display: flex !important;
    }
    #search_icon{
        left: 150% !important;
    }
    .product_n_1{
        display: none;
    }
    .product_n_2{
        display: block;
        font-size: 35px !important;
        text-align: center !important;
    }
    .product_details_a #ti_productos{
        font-size: 35px !important;
    }
}

@media screen and (max-width: 580px){
    #search_icon{
        left: 100%;
    }
}

@media screen and (max-width: 450px){
    #search_icon {
        left: 65% !important;
    }
}

@media screen and (max-width: 1080px){
    #selected_category{
        font-size: 35px;
        margin-left: 3px;
    }
}

@media screen and (max-width: 1060px){
    #searching_loader{
        left: 10% !important;

    }
}

@media screen and (max-width: 830px){
    #searching_loader{
        left: 0% !important;

    }
}

/* estilos productos */

.product_r{
    width: 100%;
    max-width: 272px;
    height: 100%;
    margin-left: 16px;
}

@media (max-width: 1304px){
    .list_products_s{
        justify-content: space-around !important;
    }
    .product_r{
        max-width: 200px;
    }
    .product_r .cont_img{
        max-width: 200px !important;
        max-height: 200px !important;
    }
    .product_r .cont_img .h_center img{
        max-height: 200px !important;
    }
    /* .product_r .cont_img{
        height: 230px;
    } */
}

.product_r .h_center{
    justify-content: start !important;
}

@media (max-width: 767px){
    .content_slider_list{
        flex-direction: column !important;
    }
    .enterworks-products-list {
        margin-top: -20px !important;
    }
    .content_slider_list .main_product_list{
        width: 100% !important;
    }
    .product_r .h_center{
        justify-content: center !important;
        max-width: 200px;
    }
    .enterworks-products-list .product_name{
        text-align: center;
        font-size: 13px;
    }
    .enterworks-products-list .search_input{
        max-width: 650px;
    }
}

@media (max-width: 497px){
    .product_r {
        max-width: 140px;
    }
    .product_r .cont_img{
        max-height: 140px;
    }
    .product_r .cont_img .h_center img {
        max-height: 140px !important;
    }
    .product_r .h_center{
        max-width: 140px;
    }
    .enterworks-products-list .product_name{
        margin-bottom: 25px;
    }
    .product_r .cont_img{
        margin-bottom: 10px !important;
    }
}


.product_r .cont_img{
    width: 100%;
    max-width: 272px;
    height: 272px;
    box-shadow: 0px 6px 12px #54545414;
    margin-bottom: 20px;
    
}

.product_r .img_p{
    transition: transform 0.3s ease;
}

/* .product_r .cont_img:hover{
    box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.1);
} */

.product_r:hover .img_p{
    /* object-fit: inherit !important; */
    transform: scaleX(1.05) scaleY(1.05);
    /* width: 252px !important;     */
}

.product_r:hover .product_name{
    color: #D31145;
}

.product_r:hover .cont_img{
    box-shadow: 0px 16px 48px #5454541F;
    margin-bottom: 16px;
}

/* CATEGORIAS */
.content_slider_list{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.content_slider_list .sidebar_product{
    display: flex;
    flex-direction: column;
    width: 30%;
    max-width: 256px;
}

@media (max-width: 767px){
    .content_slider_list .sidebar_product{
        width: 100%;
        max-width: 700px;
    }

}

.content_slider_list .main_product_list{
    display: flex;
    flex-direction: column;
    width: 80%;
    max-width: 918px;
}

.content_s_l{
    display: flex;
    width: 87%;
    max-width: 1160px;
    justify-content: center;
    margin-top: 60px;
}

/*  */

.h_center{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
 }

 .cont_gale{
    padding-left: 0px !important;
}

@media screen and (min-width: 768px){
    .container_product_details {
        max-width: 1231px !important;
    }
}

/* PRODUCTOS DETALLE */
.product_details_a .content_g_d{
    margin-top: 215px;
}

.product_details_a .cont_img_p{
    margin-bottom: 16px;
}

.product_details_a .img_thumb_container .row .col-3{
    margin-left: 32px;
}

.product_details_a #sub_productos{
    font-size: 14px !important;
    text-align: center;
    color: #000000;
    font-family: 'Alright Sans Regular';
}

.product_details_a #ti_productos{
    font-size: 48px !important;
    color: #D31145;
    text-align: center;
    font-family: 'Alright Sans Ultra';
}

/* RECETAS */

.recetas-list{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 245px;
}

.recetas_list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 1180px;
    height: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-id-9997 #site-header #main-nav {
    background: #800027 !important;
}
.page-id-9997 .m_recipe{
    display: flex !important;
    width: 100%;
    justify-content: center;
    margin-top: 50px;
}
.page-id-9997 .m_recipe .recipe{
    display: flex !important;
    width: 100%;
    max-width: 1140px;
    flex-direction: column;
}

.page-id-9997 .m_recipe .recipe .section_recipe{
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    align-items: start;
}

.page-id-9997 .m_recipe .recipe .section_recipe .main_section{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.page-id-9997 .m_recipe .recipe .section_recipe .main_section a{
    font-family: 'Alright Sans Black';
    font-size: 12px;
    color: #fff;
    text-align: left;
    margin-left: 15px;
}

.page-id-9997 .m_recipe .recipe .section_recipe .main_section a:hover{
    text-decoration: underline #fff;
}

.page-id-9997 .m_recipe .recipe .section_recipe .main_section i{
    color: #fff;
    margin-left: 11px;
    font-size: 12px;
    margin-right: 11px;
}

.page-id-9997 .m_recipe .recipe h1{
    font-size: 64px;
    font-family: 'Alright Sans Ultra';
    color: #fff;
    margin-bottom: 24px;
    margin-left: 15px;
}
.page-id-9997 .m_recipe .section_recipe .main_recipes{
    font-size: 14px;
    font-family: 'Alright Sans Regular';
    text-align: left;
    color: #fff;
}

.recetas_list #categoryName{
    font-size: 48px;
    font-family: 'Alright Sans Ultra';
    color: #D31145;
    text-align: left;
    margin-bottom: 32px;
    margin-top: 20px;
}
.recetas_list .search{
    display: flex;
    flex-direction: column;
    width: 25.5%;
}

.recetas-list .search_container label{
    font-size: 12px;
    font-family: 'Alright Sans Ultra';
    text-align: left;
    color: #D31145;
    margin-left: 15px;
}

.recetas_list .search_container #input_search{
    width: 100%;
    max-width: 256px;
    height: 44px;
    border: 1px solid #C0C0C0;
    margin-top: -2px;
    margin-left: 15px;
}

.recetas_list .loader_recetas_container{
    display: flex;
    flex-direction: column;
    width: 74.5%;
    height: auto;
}

#recetas_container{
    display: flex;
    flex-direction: row;
    width: 100%;
}

#recetas_container .gallery_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    margin-bottom: 200px;
}

#recetas_container .gallery_container .recipe_container{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 272px;
    height: 100%;
    max-height: 312px;
    margin-right: 16px;
    margin-bottom: 32px;
}

#recetas_container .gallery_container .recipe_container img{
    display: flex;
    width: 100%;
    max-width: 272px;
    height: 100%;
    max-height: 272px;
    object-fit: cover;
    margin-bottom: 24px;
    box-shadow: 2px 14px 25px -3px rgba(0, 0, 0, 0.2);
}

#recetas_container .gallery_container .recipe_container .receta_nombre{
    font-size: 16px;
    font-family: 'Alright Sans Ultra';
    color: #000;
    text-align: left;
    text-transform: uppercase;
}

/** Recetas list block classes **/

.recetas-list .loader{
    width: 100%;
    max-width: 200px;
    text-align: center;
    color: #d31145;
}
.recetas-list .loader .loader_spinner{
    color: #d31145;
    font-size: 1.5rem;
    position: absolute;
}

.recetas-list h2{
    color: #d31145;
    font-weight: bold;
}

.recetas-list .receta_description{
    font-size: 0.8rem;
}

.recetas-list .search_icon_container{
    background-color: #fff;
    cursor: pointer;
    width: 26px;
    height: 26px;
    padding: 1px;
    position: absolute;
    top: 344px;
    left: 24%;
}

.recetas-list .md-fixed-height{
    height: 155px;
}

.recetas-list .search_input{
    padding: 5px !important;
}

/*  */
.receta_pagina{
    cursor: pointer;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px 5px 0px 5px;
    border-radius: 3px;
}

.receta_pagina_activa{
    color: white;
    background-color: #d31145;
    font-weight: bold;
}

/* DETALLES RECETA */

.single-receta #main-nav{
    background: #800027 !important;
}

.single-receta .s_recipe{
    display: flex !important;
    width: 100%;
    justify-content: center;
    margin-top: 45px;
    background: #800027;
}
.s_recipe .recipe{
    display: flex !important;
    width: 100%;
    max-width: 1140px;
    flex-direction: column;
}

.s_recipe .recipe .section_recipe{
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    align-items: start;
    margin-left: 15px;
    padding-bottom: 20px;
}

.s_recipe .recipe .section_recipe .main_section{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.s_recipe .recipe .section_recipe .main_section a{
    font-family: 'Alright Sans Black';
    font-size: 12px;
    color: #fff;
    text-align: left;
}

.s_recipe .recipe .section_recipe .main_section a:hover{
    text-decoration: underline #fff;
}

.s_recipe .recipe .section_recipe .main_section i{
    color: #fff;
    margin-left: 11px;
    font-size: 12px;
    margin-right: 11px;
}

.s_recipe .recipe .section_recipe .main_section .name_recipes{
    font-size: 14px;
    font-family: 'Alright Sans Regular';
    color: #fff;
}

.s_recipe .recipe h1{
    font-size: 64px;
    font-family: 'Alright Sans Ultra';
    color: #fff;
    margin-bottom: 24px;
    margin-left: 15px;
}
.s_recipe .section_recipe .main_recipes{
    font-size: 14px;
    font-family: 'Alright Sans Regular';
    text-align: left;
    color: #fff;
}

.recipe_single{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.recipe_single .recipe_main_block{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1136px;
}
.recipe_single .recipe_main_block .recipe_image{
    display: flex;
    width: 50%;
}

.recipe_single .recipe_main_block .recipe_image img{
    width: 100%;
    max-width: 560px;
    max-height: 360px;
    object-fit: cover;
}
.recipe_single .recipe_main_block .recipe_texts{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-left: 10px;
}

.recipe_single .recipe_main_block .recipe_texts h1{
    font-size: 48px;
    font-family: 'Alright Sans Ultra';
    color: #D31145;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.recipe_single .recipe_main_block .recipe_texts hr{
    border: 1px solid #C0C0C0;
    margin-bottom: 24px;
    width: 100%;
}

.recipe_single .recipe_main_block .recipe_texts a{
    font-size: 14px;
    font-family: 'Alright Sans Ultra';
    color: #fff;
    background: #D31145;
    text-align: center;
    padding: 10px;
    width: 100%;
    max-width: 176px;
    height: 42px;
    margin-bottom: 24px;
}

.recipe_single .recipe_main_block .recipe_texts .products_used{
    display: flex;
    flex-direction: column;
    width: 445px;
    overflow: hidden;
}

.recipe_single .recipe_main_block .recipe_texts .products_used h3{
    font-size: 24px;
    font-family: 'Alright Sans Ultra';
    color: #D31145;
    text-align: left;
    margin-bottom: 5px;
}

.recipe_single .recipe_main_block .recipe_texts .products_used #related_products_container{
    display: flex;
    align-items: center;
    flex-direction: row;
    min-width: 558px;
    height: 140px;
}

.recipe_single .recipe_main_block .recipe_texts .products_used #related_products_container .product_container{
    display: flex;
    width: 100%;
    max-width: 122px;
    height: 100%;
    max-height: 122px;
    box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.2);
    margin-left: 32px;
    padding: 8px;
}

.recipe_single .recipe_main_block .recipe_texts .products_used #related_products_container .product_container img{
    width: 100%;
    object-fit: cover;
}

/* tabs */
.recipe_single .recipe_container_tabs{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
}

.recipe_single .recipe_container_tabs .container_tabs{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.recipe_single .recipe_container_tabs .container_tabs .tabs_container{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1136px;
}

.recipe_single .recipe_container_tabs .container_tabs .tabs_container .tabs_title{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    justify-content: space-between;
    width: 100%;
    max-width: 400px;
    align-items: baseline;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.recipe_single .recipe_container_tabs .container_tabs .tabs_container .tabs_title .specs_title span{
    font-size: 24px;
    font-family: 'Alright Sans Regular';
    text-align: left;
    padding-bottom: 3px;
}

.recipe_single .recipe_container_tabs .container_tabs .tabs_container .selected-tab span{
    border-bottom: 4px solid #D31145;
    color: #D31145;
    font-family: 'Alright Sans Ultra' !important;
}

.recipe_single .specs_text_box li{
    font-size: 16px;
    font-family: 'Alright Sans Regular';
    color: #000;
    line-height: 30px;
}

.recipe_single .specs_text_box  li:before {
    content: "\2022" !important;
    color: #d31145 !important;
    font-weight: bold !important;
    display: inline-block !important;
    width: 20px !important;
    margin-left: 9px !important;
    font-size: 24px;
}

/* APARTE */
.v_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

