@font-face {
    font-family: 'dear_sarahalt_one';
    src: url('../../assets/fonts/dearsarah-altone-webfont.woff2') format('woff2'),
         url('../../assets/fonts/dearsarah-altone-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dear_sarahalt_two';
    src: url('../../assets/fonts/dearsarah-alttwo-webfont.woff2') format('woff2'),
         url('../../assets/fonts/dearsarah-alttwo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dear_sarahregular';
    src: url('../../assets/fonts/dearsarah-regular-webfont.woff2') format('woff2'),
         url('../../assets/fonts/dearsarah-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'argentum_sanssemibold';
    src: url('../../assets/fonts/argentum-sans.semibold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/argentum-sans.semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'argentum_sansregular';
    src: url('../../assets/fonts/argentum-sans.regular-webfont.woff2') format('woff2'),
         url('../../assets/fonts/argentum-sans.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'argentum_sansblack';
    src: url('../../assets/fonts/argentum-sans.black-webfont.woff2') format('woff2'),
         url('../../assets/fonts/argentum-sans.black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'argentum_sansblack_italic';
    src: url('../../assets/fonts/argentum-sans.black-italic-webfont.woff2') format('woff2'),
         url('../../assets/fonts/argentum-sans.black-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'argentum_sansbold';
    src: url('../../assets/fonts/argentum-sans.bold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/argentum-sans.bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'argentum_sansbold_italic';
    src: url('../../assets/fonts/argentum-sans.bold-italic-webfont.woff2') format('woff2'),
         url('../../assets/fonts/argentum-sans.bold-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'argentum_sansextrabold';
    src: url('../../assets/fonts/argentum-sans.extrabold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/argentum-sans.extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'argentum_sansextrabold_italic';
    src: url('../../assets/fonts/argentum-sans.extrabold-italic-webfont.woff2') format('woff2'),
         url('../../assets/fonts/argentum-sans.extrabold-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'argentum_sansextralight';
    src: url('../../assets/fonts/argentum-sans.extralight-webfont.woff2') format('woff2'),
         url('../../assets/fonts/argentum-sans.extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'argentum_sansXLtIt';
    src: url('../../assets/fonts/argentum-sans.extralight-italic-webfont.woff2') format('woff2'),
         url('../../assets/fonts/argentum-sans.extralight-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'argentum_sansitalic';
    src: url('../../assets/fonts/argentum-sans.italic-webfont.woff2') format('woff2'),
         url('../../assets/fonts/argentum-sans.italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'argentum_sanslight';
    src: url('../../assets/fonts/argentum-sans.light-webfont.woff2') format('woff2'),
         url('../../assets/fonts/argentum-sans.light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'argentum_sanslight_italic';
    src: url('../../assets/fonts/argentum-sans.light-italic-webfont.woff2') format('woff2'),
         url('../../assets/fonts/argentum-sans.light-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'argentum_sansmedium';
    src: url('../../assets/fonts/argentum-sans.medium-webfont.woff2') format('woff2'),
         url('../../assets/fonts/argentum-sans.medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
    font-size: 16px;
    overflow-x: hidden;
}
body {
    font-family: 'argentum_sansregular';
    background: #fff;
    color: #fff;
    font-size: 16px;
    position: relative;
}

p {
    font-weight: 500;
}

a, .Web-Header.Active .BoxLogo,
.Web-Header.Active .BoxLogo .Logo .Img,
.Web-Header, .BoxMenuPrincipal, .Web-Header .BoxLogo .Logo .Img,
.BoxProducto .BoxProducto-SideBar .SideBar-Link .BoxFigure{
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
    letter-spacing: 1.5px;
    color: #000;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* WEB UTILITIES */

.Web-Wrapper {
    display: block;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.Img-Desktop{display: block;}
.Img-Mobile{display: none;}

.BoxMenuPrincipal .MenuLinks .LinkMenuClose{
    display: none;
}

.btn-default {
    border: 2px solid #ff989d;
    padding: 8px 15px;
    color: #ff989d;
    border-radius: 50px;
    max-width: 165px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    margin-top: 2rem;
    text-transform: uppercase;
    display: inline-block;
    font-size: 0.8rem;
}
.btn-default:hover{
    background: #ff989d;
    color: #ffebed;
    text-decoration: none;
}

/* WEB HEADER MENU /////////////////////////////////////////////////////////////*/

.NavMenu {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
}

.bg-nav {
    background-color: #0f587e;
}

.boxMenuDesk {
    display: flex;
    padding: 2rem 0;
}

.NavDesk {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.NavDeskLink {
    width: 40%;
}

.NavDeskLogo {
    width: 20%;
    text-align: center;
}

ul .listLink {
    display: inline-block;
    margin-right: 44px;
}

ul .listLink:last-child {
    margin-right: 0;
}

ul .listLink .Link {
    color: #fff;
    text-decoration: none;
    font-family: 'argentum_sanssemibold';
}

.NavDeskRedes {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

.boxLinkRight {
    display: flex;
    align-items: center;
    margin-right: 0;
}

.boxNavRedes .iconRedes {
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    text-decoration: none;
}

.boxNavRedes .iconRedes:last-child {
    margin-right: 0;
}

.boxMenuMob {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100vh;
    background-color: #0f587e;
    z-index: 999;
}

.NavMob {
    position: relative;
    padding-top: 1.9rem;
    padding-left: 2rem;
}

.NavMob ul {
    margin-top: 4rem;
}

.NavMob ul .listLinkMob {
    margin: 10px 0;
}   

.NavMob ul .listLinkMob .Link {
    color: #fff;
    text-decoration: none;
    font-family: 'argentum_sanssemibold';
}

.btnBars {
    font-size: 26px;
    color: #fff;
    /* background-color: #fff; */
    width: 30px;
    text-align: center;
}

.btnClose {
    position: absolute;
    top: 24px;
    right: 42px;
    width: 30px;
    height: 30px;
    /* display: block; */
    color: #fff;
    font-size: 30px;
    z-index: 999;
}

.btnClose:hover {
    color: #fff;
}

/* WEB HEADER /////////////////////////////////////////////////////////////*/

.Web-Header {
    position: relative;
}

/*.bg-homePrincipal {
    background-image: url(../../assets/img/bg-home-principal.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;

}*/

.BoxSearch {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 130px;
    background-color: #fff4ed;
    padding: 0 70px;
    position: absolute;
    bottom: 15%;
    /*left: 10%;*/
    width: 100%;
    max-width: 1140px;
}
.BoxSearch input {
    width: 100%;
    background-color: #fff4ed;
    border: none;
    border-bottom: 1px solid #0f587e;
    color: #0f587e;
    padding-bottom: 25px;
}

.BoxSearch input::placeholder {
    color: #0f587e;
    font-family: 'argentum_sanslight';
}

.BoxSearch input:focus {
    outline: none;
}

.BoxSearch i {
    position: absolute;
    top: 36px;
    right: 70px;
    color: #0f587e;
    font-size: 30px;
    font-weight: 100;
}

/* WEB HOME - ACERCA DE /////////////////////////////////////////////////////////////*/

.Web-Acerca {
    background-color: #0f587e;
    padding: 92px 0;
}

.BoxAcercaDe {
    padding-top: 3rem;
}

.BoxAcercaDe .Title {
    color: #36acc6;
    font-family: 'dear_sarahregular';
    font-size: 5.5rem;
    line-height: 5.5rem;
    position: relative;
    margin-bottom: 3rem;
}

.BoxAcercaDe .Title span {
    font-size: 3rem;
    position: absolute;
    left: -60px;
}

.BoxAcercaDe .Text {
    font-family: 'argentum_sanslight';
    width: 100%;
    color: #fff4ed;
    margin-bottom: 2rem;
}

.BoxAcercaDe .TextLast {
    font-family: 'argentum_sansmedium';
    width: 100%;
    color: #fff4ed;
}

.BoxAcercaDe .TextLast  span{
    color: #35aac4;
}

.BoxAcercaDeFigure {
    padding-left: 5rem;
}

/* WEB HOME - TESTIMONIOS /////////////////////////////////////////////////////////////*/

.Web-Testimonios {
    background-color: #00a3b5;
    padding: 90px 0;
}

.Web-Testimonios .Title {
    font-family: 'argentum_sansmedium';
    margin-bottom: 80px;
    letter-spacing: 2px;
}

.tns-outer button {
    display: none;
}

#testimonios-control {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 30%;
    left: 0;
}

#testimonios-control li {
    position: absolute;
    font-size: 1.4rem;
    cursor: pointer;
}

#testimonios-control li.prev {
    left: 15px;
}

#testimonios-control li.next {
    right: 15px;
}

li.prev:after { 
  content: url("../../assets/img/angle-left.png"); 
}

li.next:after  { 
  content: url("../../assets/img/angle-right.png"); 
}

.itemSlider_content {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}

.itemContent_text {
    margin-left: 50px;
}

.itemContent_text .Text {
    font-family: 'argentum_sanslight';
    font-size: 1.8rem;
}

.itemContent_text a {
    text-decoration: none;
}

.itemContent_text .TextUsuario {
    font-family: 'argentum_sanslight';
    color: #0f587e;
    font-weight: 600;
}

/* WEB HOME - ALIMENTOS /////////////////////////////////////////////////////////////*/

.Web-Alimentos {
    padding: 112px 0;
    background-color: #fff4ed;
    color: #0f587e;
}

.Web-Alimentos .Title {
    font-family: 'argentum_sansmedium';
}

#alimentos-control {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: -23%;
    left: 0;
    display: block !important;
}

#alimentos-control li {
    position: absolute;
    font-size: 1.4rem;
    cursor: pointer;
}

#alimentos-control li.prev {
    /* left: 15px; */
    right: 90px;
}

#alimentos-control li.next {
    right: 15px;
}

#alimentos-control > li.prev:after { 
  content: url("../../assets/img/angle-left-blue.png"); 
}

#alimentos-control > li.next:after  { 
  content: url("../../assets/img/angle-right-blue.png"); 
}

.AlimentoProduct {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.AlimentoProduct:hover {
    text-decoration: none;
}

.AlimentoProduct .Text {
    font-family: 'argentum_sansbold';
    text-align: center;
    color: #0f587e;
    text-decoration: none;
}

/* WEB HOME - PREGUNTAS /////////////////////////////////////////////////////////////*/

.Web-Preguntas {
    color: #0f587e;
    padding: 95px 0;
}

.Web-Preguntas .Title {
    font-family: 'dear_sarahregular';
    font-size: 3rem;
    padding-top: 1.7rem;
}

.card-body {
    padding: 1.7rem 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #bbbbbb;
    cursor: pointer;
}

.card-body:last-child {
    border: none;
}

.card-body .textPregunta {
    font-family: 'argentum_sansmedium';
    font-size: 18px;
}

.card-body .textRespuesta {
    font-family: 'argentum_sanslight';
    font-size: 16px;
}

.card-body[aria-expanded="false"] .fa.fa-plus {
    display: block;
}

.card-body[aria-expanded="false"] .fa.fa-times {
    display: none;
}

.card-body[aria-expanded="true"] .fa.fa-times {
    display: block;
}

.card-body[aria-expanded="true"] .fa.fa-plus {
    display: none;
}

.item-body {
    padding: 1.7rem 0 0rem;
}

/* WEB HOME - RECETAS /////////////////////////////////////////////////////////////*/

.Web-Recetas {
    color: #35aac4;
    padding: 110px 0;
    background-color: #fff4ed;
}

.Web-Recetas .Title{
    font-family: 'dear_sarahregular';
    font-size: 5rem;
    line-height: 7rem;
}
.Web-Recetas .Recetas_btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.Web-Recetas .Recetas_btns .btnOpcion{
    margin-right: 70px;
    font-family: 'argentum_sansmedium';
    color: #35aac4;
    font-size: 0.9rem;
    padding-bottom: 1rem;
    border-bottom: 5px solid transparent;
    text-decoration: none;
}
.Web-Recetas .Recetas_btns .btnOpcion.Active{
    border-bottom: 5px solid #35aac4;
}
.Web-Recetas .Recetas_btns i {
    /*font-size: 20px;
    line-height: 25px;
    border-bottom: 5px solid transparent;
    padding-bottom: 1rem;*/
}

.Web-Recetas .Recetas_btns a {
    font-size: 20px;
    line-height: 25px;
    border-bottom: 5px solid transparent;
    padding-bottom: 1rem;
    text-decoration: none;
    color: #35aac4;
}

.Web-Recetas .Recetas_btns .recetaSearch {
    display: none;
}

.Web-Recetas .Recetas_btns .recetaSearch:focus {
    outline: none;
}

.Web-Recetas .Recetas_btns input::placeholder {
    color: #0f587e;
    font-family: 'argentum_sanslight';
}

.Web-Recetas .Recetas_btns .recetaSearch.Active {
    display: block;
    position: absolute;
    bottom: 0;
    right: 15px;
    border: none;
    border-bottom: 1px solid #0f587e;
    color: #0f587e;
    width: 200px;
    padding: 8px 15px;
    font-family: 'argentum_sanslight';
}

.Recetas_box-paddingTop {
    padding-top: 40px;
}

.Recetas_box-paddingTop2 {
    padding-top: 130px;
}

.Recetas_box-paddingTop3 {
    padding-top: 90px;
}

.boxFlexRecetaRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    column-gap: 70px;
}

.Recetas_box {
    margin: 0 auto 70px;
    max-width: 350px;
}
.Recetas_box figure{}
.Recetas_box .Text{
    font-family: 'argentum_sansmedium';
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #35aac4;
    text-decoration: none;
    text-align: left;
}
.recetas_boxBtn {
    display: flex;
    justify-content: center;
}
.recetas_boxBtn .btn{
    background-color: #35aac4;
    border: 1px solid #35aac4;
    border-radius: inherit;
    color: #fff;
    padding: 22px 74px;
    font-family: 'argentum_sansmedium';
    letter-spacing: 2px;
}

.recetas_boxBtn .btn:hover {
    background-color: #fff;
    color: #35aac4;
}

/* WEB HOME - NOVEDADES /////////////////////////////////////////////////////////////*/

.Web-Novedades {
    background-color: #fff4ed;
    border-top: 2px solid #0f587e;
    border-bottom: 1px solid #0f587e;
    color: #0f587e;
}

.novedadesBoxItem {
    height: 100%;
    border-left: 2px solid #0f587e;
}

.boxItem {
    color: #0f587e;
    cursor: pointer;
    max-height: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #0f587e;
    text-align: center;
    text-decoration: none;
}

.boxItem:hover {
    text-decoration: none;
}

.boxItem:last-child {
    border-bottom: none;
}

.boxItem:hover {
    color: #fff4ed;
    background-color: #0f587e;
}
.boxItem .Text{
    /*color: #0f587e;*/
    font-family: 'argentum_sansmedium';
    font-size: 2rem;
}
.boxItem .Text:hover {}

/* WEB HOME - CONTACTO /////////////////////////////////////////////////////////////*/

.Web-Contacto {
    background-color: #0f587e;
    padding: 100px 0;
}

.Web-Contacto .Title {
    font-family: 'dear_sarahregular';
    font-size: 5rem;
    line-height: 7rem;
    text-align: center;
}

.boxInput {
    display: flex;
    gap: 50px;
    margin-bottom: 1rem;
}

.boxInput input{
    background-color: #0f587e;
    border: none;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
    width: 100%;
    color: #fff4ed;
}

.boxInput select {
    font-family: 'argentum_sanslight';
    background: transparent;
    border: none;
    font-size: 16px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
    width: 100%;
    color: #fff4ed;
}

.boxInput select:focus {
    outline: none;
}

.boxInput select option {
    color: #0f587e;
}

.boxInput textarea{
    background-color: #0f587e;
    border: none;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
    width: 100%;
    color: #fff4ed;
}

.boxInput input:focus, .boxInput textarea:focus {
  outline: none !important;
}

.boxInput input::placeholder, .boxInput textarea::placeholder {
  color: #fff4ed;
  font-family: 'argentum_sanslight';
}
.boxInput input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff4ed;
  font-family: 'argentum_sanslight';
}
.boxInput input::-moz-placeholder { /* Firefox 19+ */
  color: #fff4ed;
  font-family: 'argentum_sanslight';
}
.boxInput input:-ms-input-placeholder { /* IE 10+ */
  color: #fff4ed;
  font-family: 'argentum_sanslight';
}
.boxInput input:-moz-placeholder { /* Firefox 18- */
  color: #fff4ed;
  font-family: 'argentum_sanslight';
}

.btnSubmit {
    margin: 0 auto;
    border-radius: 0;
    padding: 1rem 3.8rem;
    color: #0f587e;
    font-family: 'argentum_sanssemibold';
    letter-spacing: 2px;
}

#BoxReclamo {
    display: none;
}

#BoxReclamo.ActiveReclamo{
    display: block;
}

#BoxReclamo .BoxInput {
    display: flex;
    gap: 50px;
    margin-bottom: 1rem;
}

#BoxReclamo .BoxInput input {
    background-color: #0f587e;
    border: none;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
    color: #fff4ed;
    width: 100%;
}

#BoxReclamo .BoxInput input::placeholder, .BoxInput textarea::placeholder {
    font-family: 'argentum_sanslight';
    color: #fff4ed;
}

#BoxReclamo .BoxInput input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff4ed;
    font-family: 'argentum_sanslight';
}

#BoxReclamo .boxInput input:focus {
  outline: none !important;
}

.btnCargarfoto {
    position: relative;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    z-index: 555;
    cursor: pointer;
}

.btnColor {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

.BoxForm_text {
    margin: 0 15px;
    text-align: center;
}

/* WEB HOME - REDES SOCIALES /////////////////////////////////////////////////////////////*/

.Web-RedesSociales {
    background-color: #fff4ed;
    padding: 90px 0;
}

.contenedorRedes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #0f587e;
}
.contenedorRedes .Text{
    font-family: 'argentum_sansmedium';
    margin: 2rem 0 1.5rem;
    font-size: 18px;
    letter-spacing: 2px;
}
.contenedorRedes .TextRedes{
    font-family: 'dear_sarahregular';
    font-size: 2.2rem;
}

.boxRedesSociales .iconRedes {
    color: #0f587e;
    background: transparent;
    border: 1px solid #0f587e;
    border-radius: 50%;
    margin-right: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 60px !important;
    width: 60px !important;
    text-decoration: none;
    font-size: 25px;
}

.RedesSociales_boxImg {
    position: relative;
    display: flex;
    justify-content: center;
    height: 425px;
}

.RedesSociales_boxImg .boxImg_figure {
    position: absolute;
    top: 0;
    z-index: 555;
}

.RedesSociales_boxImg .boxImg_figureLeft {
    position: absolute;
    top: 45px;
    left: 0;    
}

.RedesSociales_boxImg .boxImg_figureRight {
    position: absolute;
    bottom: 0;
    right: 0;    
}

/* WEB - FOOTER /////////////////////////////////////////////////////////////*/

.Web-Footer {
    background-color: #0f587e;
    padding-top: 90px;
    font-family: 'argentum_sanslight';
    color: #fff4ed;
}

.Web-Footer hr {
    background-color: #fff;
    margin: 70px 0;
}

.boxLogos {
    display: flex;
}

.boxLogos figure{
    margin-bottom: 0;
}

.footer_Item .textHead {
    font-weight: 600;
}

.footer_Item .Text {
    font-size: 14px;
    color: #fff4ed;
    text-decoration: none;
}

.footer_boxText {
    display: flex;
    align-items: center;
    height: 100%;
}

.footer_boxText .footer_text {
    display: none;
}

.footer_boxText .footer_text.TextActive {
    display: block;
}

.footer_boxText .footer_text_logoOne.TextActive ´{
    display: block;
}

.footer_Item .iconRedes {
    color: #0f587e;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 35px !important;
    width: 35px !important;
    text-decoration: none;
}

.Web-Footer .textCopy {
    color: #bfcacf;
    font-size: 12px;
    padding-bottom: 48px;
}

/* WEB PRODUCTO - DESCRIPCION /////////////////////////////////////////////////////////////*/

.Web-Producto {
    padding: 130px 0 80px;
    background-color: #0f587e;
    color: #fff4ed;
}

.Producto_boxImg {
    display: flex;
    justify-content: center;
}

.ProductoDescripcion {
    padding-top: 4rem;
}
.ProductoDescripcion .Title{
    font-family: 'argentum_sanssemibold';
}

.nav-tabs {
    gap: 30px;
    border: none;
}

.ItemDescripcionStyle {
    font-family: 'argentum_sansmedium';
    color: #35aac4 !important;
    background: transparent;
    border-bottom: 3px solid transparent !important;
    cursor: pointer;
}

.ItemDescripcion {
    font-size: 1rem;
    border: 0 none;
    padding: 20px 0;
}

button:focus {
    outline: none !important;
}

.ItemDescripcionStyle.active {
    color: #fff4ed !important;
    border: none !important;
    border-bottom: 3px solid #fff4ed !important;
}

.tab-content {
    padding: 50px 5rem 5rem 0;
    font-family: 'argentum_sanslight';
    width: 89%;
}

/* WEB PRODUCTO - RECETAS RELACIONADAS /////////////////////////////////////////////////////////////*/

.Web-ProductoRecetas {
    color: #35aac4;
    padding: 110px 0;
    background-color: #fff4ed;
}

.Web-ProductoRecetas .Title {
    font-family: 'dear_sarahregular';
    font-size: 4rem;
    line-height: 4rem;
}

.Recetas_box .Text > p {
    /*width: 83%;
    margin: 0 auto;*/
}

/* WEB PRODUCTO - OTROS ALIMENTOS /////////////////////////////////////////////////////////////*/

.Web-OtrosAlimentos {
    padding: 90px 0 75px;
    background-color: #fff;
    color: #0f587e;
}

.Web-OtrosAlimentos .Title {
    font-family: 'argentum_sansmedium';
}

#otros_alimentos-control {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: -23%;
    left: 0;
    display: block !important;
}

#otros_alimentos-control li {
    position: absolute;
    font-size: 1.4rem;
    cursor: pointer;
}

#otros_alimentos-control li.prev {
    /* left: 15px; */
    right: 90px;
}

#otros_alimentos-control li.next {
    right: 15px;
}

#otros_alimentos-control > li.prev:after { 
  content: url("../../assets/img/angle-left-blue.png"); 
}

#otros_alimentos-control > li.next:after  { 
  content: url("../../assets/img/angle-right-blue.png"); 
}


/* WEB NOVEDAD - 1ER SECTION /////////////////////////////////////////////////////////////*/

.Web-NovedadesBanner {
    padding: 114px 0 0px;
    color: #fff;
}

.BgNovedadesIntro{
    background-image: url(../../assets/img/bg-novedades-left.jpg);
    background-repeat: no-repeat;
    background-size: cover;
        display: flex;
    justify-content: flex-end;
}

.NovedadesboxLeft {
    height: 100%;
        padding: 100px 90px;
    width: 765px;
}

.NovedadesboxLeft span{}
.NovedadesboxLeft .Title{
    font-family: 'argentum_sanssemibold';
    font-size: 4rem;
    line-height: 4rem;
    margin: 10px 0 50px;
}
.NovedadesboxLeft .Text{
    font-family: 'argentum_sanslight';
    font-size: 1.2rem;
    width: 90%;
}

.boxImgRight {
    height: 100%;
    background-image: url('../../assets/img/novedades-nutricion.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

/* WEB NOVEDAD - 2DA SECTION /////////////////////////////////////////////////////////////*/

.Web-NovedadesText {
    padding: 90px;
    color: #0f587e;
    font-family: 'argentum_sanslight';
}

.boxNovedadesText .Text {
    width: 65%;
    font-size: 1.2rem;
}

/* WEB NOVEDAD - 3RA SECTION /////////////////////////////////////////////////////////////*/

.Web-Descubrilas {
    padding: 100px 0 80px;
    background-color: #fff4ed;
    color: #0f587e;
}

.Web-Descubrilas .Title {
    font-family: 'argentum_sanssemibold';
    font-size: 2rem;
}

/* WEB RECETAS - RECETA /////////////////////////////////////////////////////////////*/

.Web-Receta {
    padding: 114px 0 70px;
    color: #0f587e;
    background-color: #fff;
}

.RecetaDescripcion {
    padding: 70px 80px;
    position: relative;
}

.box_btnBack {
    position: absolute;
    top: 1%;
    right: 13%;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.box_btnBack:hover {
    text-decoration: none;
    color: #0f587e;
}

.box_btnBack i {
    font-size: 25px;
    line-height: 25px;
    color: #0f587e;
}
.box_btnBack .text {
    color: #0f587e;
    font-size: 16px;
    line-height: 16px;
}

.RecetaDescripcion .etiqueta {
    background-color: #00c6e5;
    color: #fff;
    padding: 1px 10px;
    display: inline-block;
    margin-bottom: 5px;
}


.RecetaDescripcion .Title{
    font-family: 'argentum_sanssemibold';
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 30px;
}

.RecetaDescripcion .Text{
    font-family: 'argentum_sanslight';
    font-size: 14px;
    line-height: 14px;
}

.RecetaDescripcion hr {
    background-color: #0f587e;
    margin: 40px 0;
}

.receta_ingredientes .Title{
    font-family: 'argentum_sansbold' !important;
    margin-bottom: 1.5rem;
    font-size: 1rem !important;
    line-height: 1rem;
    letter-spacing: 1px;
}

.recetaList .listText{
    font-family: 'argentum_sanslight';
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 1rem;
}

.recetaList .listText > i{
    font-size: 6px;
    position: absolute;
    left: 0;
}

.receta_procedimiento .Title{
    font-family: 'argentum_sansbold' !important;
    margin-bottom: 1.5rem;
    font-size: 1rem !important;
    line-height: 1rem;
    letter-spacing: 1px;
}
.procedimiento_recetaList .listText {
    font-family: 'argentum_sanslight';
    font-size: 15px;
    line-height: 24px;
    display: flex;
    align-items: baseline;
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1.9rem;
}

.procedimiento_recetaList .listText span {
    display: inline-flex;
    align-items: baseline;
    font-family: 'argentum_sansbold';
    font-size: 1.1rem;
    position: absolute;
    left: 0;
}

.procedimiento_recetaList .listText span > i {
    font-size: 4px;
}

/* WEB RECETAS - MAS RECETAS /////////////////////////////////////////////////////////////*/

.Web-MasRecetas {
    color: #35aac4;
    padding: 110px 0 0;
    background-color: #fff4ed;
}

.Web-MasRecetas .Title {
    font-family: 'dear_sarahregular';
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 50px;
}

/* RESULTADOS BUSQUEDA */

.BoxResultadosPredictivos {
    position: absolute;
    left: 0;
    top: 90px;
    /* padding: 10px 70px; */
    width: 100%;
    z-index: 1;
    height: 300px;
    overflow-y: auto;
}
.BoxResultadosPredictivos .BoxResultado {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px;
    background: #fff;
}
.BoxResultadosPredictivos .BoxResultado:last-child {
    border-bottom: none;
}
.BoxResultadosPredictivos .BoxResultado .BoxImg {
    width: 45px;
    height: 45px;
    overflow: hidden;
    margin: 0;
    margin-right: 15px;
}
.BoxResultadosPredictivos .BoxResultado .BoxImg .Img{}
.BoxResultadosPredictivos .BoxResultado .Title {
    margin: 0;
}