@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

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

}

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

}

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

}

@font-face {
    font-family: 'eb_garamondsemibold';
    src: url('../../assets/fonts/eb-garamond-semi-bold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/eb-garamond-semi-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

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, .BoxOpciones .BoxGatos, .BoxOpciones .BoxPerros{
    text-decoration: none !important;
    -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: #fff;
}

p {
    font-size: 1rem;
}

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

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

/* 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;
}

.bgGrey {
    background-color: #505050;
}


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

.btnBar > i {
    color: #000;
    font-size: 26px;
    line-height: 26px;
    margin-top: 3px;
}

.btnClose {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.5rem 1rem;
}

.btnClose > i {
    color: #000;
    font-size: 26px;
}

.Web-Header {
    background-color: #fff;
}

.headerNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 1rem 0;
}

.headerNav .Nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.Link {
    color: #858585;
    font-size: 14px;
    padding-right: 2rem;
    font-weight: 500;
}

.Link:hover {
    color: #fa2f08;
}

.LinkCompra {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 7px;
    padding-right: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    max-width: 125px;
    position: relative;
    vertical-align: middle;
}

.LinkBtnRed {
    background-color: #fa2f08;
    border: 1px solid #fa2f08;
}

.LinkBtnGreen {
    background-color: #0297a7;
    border: 1px solid #0297a7;
}

.fa-shopping-cart {
    position: absolute;
    right: 15px;
    font-size: 15px;
}

.LinkBtnRed:hover {
    color: #fa2f08;
    background-color: #fff;
}

.LinkBtnGreen:hover {
    color: #2e8285;
    background-color: #fff;
}

.Web-Opciones {
    /*height: 90vh;*/
}

.BoxPerros {
    background-image: url(../../assets/img/bg-prehome-perro.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
}

.BoxGatos {
    background-image: url(../../assets/img/bg-prehome-gato.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
}

.Opciones {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 4rem;
}

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

.btnColorRed {    
    color: #fa2f08;    
    border: 1px solid #fa2f08;
    background: transparent;    
}

.btnExplorar.btnColorRed:hover {
    background-color: #fa2f08;
    color: #fff !important;
}

.btnColorBlue {    
    color: #2c9ba9;    
    border: 1px solid #2c9ba9;
    background: transparent;    
}

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

.btnColorWhite:hover {    
    color: #000;
    background-color: #fff;    
}

.btnColorGreen {    
    color: #2e8285;    
    border: 1px solid #2e8285;
    background: transparent;    
}

.btnColorGreen:hover {    
    color: #000;
    background-color: #2e8285;   
}

2e8285
.btnExplorar.btnColorBlue:hover {
    background-color: #2c9ba9;
    color: #000 !important;
}

.btnExplorar > i {
    font-size: 27px;
    position: absolute;
    right: 15px;
}

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

.site-footer {
    position: relative;
}

.site-footer_text {
    font-size: 0.8rem;
}

.site-footer_text a:hover {
    color: #fa2f08;
}

.footerMenu__logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.footerMenuList {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
}

.footerMenuList a:hover {
    color: #fa2f08;
}

.footerMenu_Title {
    font-size: 14px;
}

.iconRedes {
    color: #505050;
    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;
}

/*////////////////////// WEB PERROS ////////////////////////////////*/

.BoxHero {
    position: relative;
    height: 400px;
}

.BoxTitle {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-right: 10rem;
}

.TitleDog {
    color: #fa2f08;
    font-family: 'phatkidfreeregular';
}

.SubTitle {
    color: #fa2f08;
    font-family: 'phatkidfreeregular';
    /*margin-top: 2rem;*/
}

.SubTitle_Productos {
    font-size: 3.2rem;
}

.BoxFlex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    position: relative;
}

.BoxFlexTwo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
}

.BoxFlexTwo .Text {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.6px;
}

.BoxFlexTwo .Text.c-blue {    
    color: #2c9ba9;
}

.BoxFlexTwo .Text.c-white {    
    color: #fff;
}

.paddingDefault {
    padding: 90px 0 20px 0;
}

.paddingDefault2 {
    padding: 80px 0 100px 0;
}

.paddingDefault3 {
    padding: 0 0 80px;
}

.mt2Default {
    margin-top: 2rem;
}

.mtFigure {
    margin-top: 2rem;
}

.bgHeroPerros {
    background-image: url(../../assets/img/perros/bg-hero-perros.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bgGray {
    background-image: url(../../assets/img/perros/bg-tipo-productos-grey.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.bgCachorros {
    background-image: url(../../assets/img/perros/bg-edad-perros.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 2rem !important;
}

.bgAdultos {
    background-image: url(../../assets/img/perros/bg-edad-perros2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 2rem !important;
}

.bgBannerConsejosDog {
    background-image: url(../../assets/img/perros/bg-hero-perros-consejos.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bgHeroConsejo {
    background-image: url(../../assets/img/perros/hero-consejos-perros.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.BoxOpciones{
    display: flex;
}

.BoxOpciones .BoxPerros{
    width: 50%;
}


.BoxOpciones .BoxGatos{
    width: 50%;
}

.BoxOpciones .BoxGatos:hover {
    width: 70%;
}
.BoxOpciones .BoxPerros:hover {
    width: 70%;
}

.Web-ProductosDog {
    padding: 160px 0 0;
}

.BoxFlexHDog {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 450px;
    position: relative;
}

.BoxFlexHDog .SubTitle_Productos {
    font-size: 3.2rem;
    z-index: 555;
}

.figureCategoryDog {
    position: absolute;
    bottom: 60px;
}

.Web-ProductosDog .figureTextHumedo {
    z-index: 555;
}

/*////////////////////// WEB CONTACTO ////////////////////////////////*/

.textContacto {
    font-family: 'Montserrat', sans-serif;
    color: #7a7a7a;
    text-align: center;
}

.Web-Contacto {
    background-color: #F7F7F7;
    padding-bottom: 100px;
}

.BoxHeroContacto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 70px 0;
}

.BoxHeroContacto h1 {
    font-size: 3rem;
}

.HeroContactoServicio {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}

.HeroContactoServicio .spanText {
    font-family: 'Montserrat', sans-serif;
    color: #858585;
    font-size: 13px;
    font-weight: 500;
}

.spanText {
    font-family: 'Montserrat', sans-serif;
    color: #858585;
    font-size: 13px;
    font-weight: 500;
}

.spanText2 {
    font-family: 'Montserrat', sans-serif;
    color: #fa2f08;
    font-size: 13px;
    font-weight: 500;
}

.HeroContactoServicio a {
    font-family: 'Montserrat', sans-serif;
    color: #fa2f08;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

.BoxGroupForm {
    background-color: #fff;
    padding: 60px 100px;
}

.BoxInput {
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    padding: 0 3rem;
    column-gap: 5rem;
}

.BoxInput2 {
    padding: 0 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.BoxCargarFoto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 3rem;
}

.InputDefault {
    width: 50%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

select:focus {
    outline: none;
}

select.InputDefault {
    color: #7a7a7a;
}
select.InputDefault2 {
    color: #7a7a7a;
}

.InputDefault2 {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.BoxBtbFotos {    
    border-bottom: 1px solid #ccc;
    padding-bottom: 3rem;
    width: 100%;
}

.btnFormEnviar {
    font-family: 'Montserrat', sans-serif;
    background-color: #fa2f08;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    vertical-align: middle;
    padding: 14px 30px;
    padding-right: 50px;
    border: 1px solid #fa2f08;
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .5s ease
}

.btnFormEnviar:hover {
    background-color: #fff;
    color: #fa2f08 !important;
    border: 1px solid #fa2f08;
}

.btnFormEnviar i {
    position: absolute;
    right: 23px;
    font-size: 22px;    
}

#BoxReclamo {
    display: none;
}
#BoxReclamo.ActiveReclamo {
    display: block;
}


/*////////////////////// WEB PRODUCTO ////////////////////////////////*/

.Web-Producto {
    background-color: #f9ece1;
}

.BoxProductoImg, .BoxProductoContent {
    padding: 80px 0;
}

.BoxProductoImgCat, .BoxProductoContentCat {
    padding: 80px 0 0 !important;
}

.textDefault {
    font-family: 'Montserrat', sans-serif;
    color: #7a7a7a;
}

.BoxProductoContent .textDefault {
    font-size: 16px;
    width: 73%;
    margin: 2rem 0px;
}

.BoxProductoContent .BoxPresentaciones {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.BoxProductoContent .BoxPresentaciones li {
    background: #fff;
    border: 1px solid #e0e0e0;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.BoxProductoContent .BoxPresentaciones li strong {
    color: #7a7a7a;
}

.BoxDescripcion {
    padding: 25px 0;
}

.nav-tabs {
    border-bottom: 1px solid #dedede !important;
    gap: 30px;
    border: none;
}

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

.ItemDescripcionDog {
    color: #ffb76b !important;
    font-family: 'phatkidfreeregular' !important;
    background-color: #fff !important;
    border-bottom: 3px solid #fff !important;
}

.ItemDescripcionDog.active {
    color: #fa2f08 !important;
    border: none !important;
    border-bottom: 3px solid #fa2f08 !important;
    background-color: #fff;
}

.tab-content {
    padding: 5rem;
}

.tab-content p {
    font-size: 20px;
    width: 76%;
    margin: 0 auto;
    color: #7a7a7a;
}

.tab-content p {
    font-size: 20px;
    width: 76%;
    margin: 0 auto;
    color: #7a7a7a;
}

.tab-content table {
    border: 1px solid #000;
    margin: 0 auto;
}
.tab-content table tr {
    border-bottom: 1px solid #000;
}
.tab-content .border_table_cat {
    border: 1px solid #fff;
    margin: 0 auto;
}
.tab-content .border_table_cat .border_tr_cat {
    border-bottom: 1px solid #fff;
}
.tab-content .border_table_cat .border_tr_cat td {
    color: #fff !important;
}
.tab-content table tr:last-child {
    border-bottom: none;
}
.tab-content table tr th{
    background-color: #fa2f08;
    padding: 10px 4px;
}
.tab-content table tr th > p {
    color: #fff !important;
    font-size: 15px !important;
}
.tab-content table tr td {
    padding: 10px 0;
    color: #7a7a7a !important;
    font-size: 15px !important;
}
.tab-content table tr td > p {
    color: #7a7a7a !important;
    font-size: 15px !important;
}

.tab-content table tr .bg_th_cat {
    background-color: #0297a7;
}

.Web-Recomendados {    
    background-color: #f9ece1;
    padding: 80px 0;
}

.SubTitleRecoment {
    color: #fa2f08;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 2rem;
    z-index: 555;
}

.imgPR {
    position: relative;
    right: 10px;
}

.mt-6 {
    margin-top: 3rem;
}

.BoxFlexDogRecoment {
    height: 490px !important;
}

.BoxFlexDogRecoment .figureRecoment {
    position: absolute;
    bottom: 115px;
}

/*////////////////////// WEB COMPRAR ////////////////////////////////*/

.Web-Comprar {
    background-color: #F7F7F7;
}

.BoxComprar {
    background-color: #ffffff;
    margin: 60px 15px 100px;
    position: relative;
}

.bg-canva {
    background-image: url(../img/perros/bg-comprar.png), url(../img/perros/bg-comprar2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top right;
}

.BoxCompraOnline {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
}

.spanTextComprar {
    font-family: 'Montserrat', sans-serif;
    color: #858585;
    font-size: 20px;
    font-weight: 500;
}

.BoxContainerLogos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    gap: 30px;
    padding: 60px 0;
}

.BoxLogos {
    width: 180px;
    height: 140px;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    overflow: hidden;
}

.BoxLogos a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*////////////////////// WEB CONSEJOS ////////////////////////////////*/

.bg-canvasConsejosDog {
    /*background-image: url(../img/perros/bg-consejos-perros2.png), url(../img/perros/bg-consejos-perros.png);
    background-position: top left, center right;
    background-repeat: no-repeat, no-repeat;*/
}

.BoxHeroConsejosDog {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 6rem 0 12rem;
}

.Web-Consejos {
    background-color: #f9ece1;
}

.BoxConsejosDog {
    background-color: #fff;
    padding: 5rem 6rem;
    position: relative;
    top: -80px;
    border-radius: 10px;
}

.textDefault2 {
    color: #fa2f08;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.6px;
}

.textConsejos {
    font-family: 'Montserrat', sans-serif;
    color: #7a7a7a;
}

.mT {
    margin-top: 5rem;
}

.mTImg {
    margin-top: 5rem;
}

.pR {
    padding-right: 70px;
}

.ColumnImg figure {
    border-radius: 10px;
    overflow: hidden;
}

/*////////////////////// WEB PREGUNTAS ////////////////////////////////*/

.Web-Preguntas {
    background-color: #f9ece1;
    padding-bottom: 100px;
}

.BoxHeroPreguntas {
    display: flex;
    align-items: center;
    padding: 70px 0;
}

.BoxHeroPreguntas h3 {
    color: #fa2f08;
    font-weight: 400;
    padding-left: 5rem;
}

.TitlePreguntasCat {
    font-family: 'henny_pennyregular';
    font-weight: 100;
    font-size: 3rem;
    letter-spacing: 3px;
}

.TitlePreguntasDog {
    font-family: 'phatkidfreeregular';
    letter-spacing: 3px;
}

.BoxPreguntas {
    background-color: #fff;
    padding: 40px 80px;
    border-radius: 10px;
    cursor: pointer;
}

.BoxPreguntasHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.BoxPreguntasHeader .ImgClose {
    display: block;
}

.BoxPreguntasHeader .imgRight {
    display: none;
}

.BoxPreguntasHeader.collapsed .ImgClose {
    display: none;
}

.BoxPreguntasHeader.collapsed .imgRight {
    display: block;
}

.card-body .textContacto {
    text-align: left;
    width: 80%;
}

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

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

.card-body i {
    color: #bbbbbb;
    font-size: 20px;
}

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

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

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

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

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

.card-body[aria-expanded="true"] .textContacto {
    color: #fa2f08;
}

.card-body .fa.fa-angle-up {
    color: #fa2f08;
}

.textCardPregunta {
    font-family: 'Montserrat', sans-serif;
    color: #7a7a7a;
    text-align: center;
}

.ItemPerros {
    color: #fa2f08;
    font-family: 'phatkidfreeregular';
    margin-bottom: 0;
    font-size: 2.7rem;
    line-height: 2.7rem;
}

.ItemGatos {
    color: #0297a7;
    font-family: 'henny_pennyregular';
    margin-bottom: 0;
    font-size: 2.7rem;
    line-height: 2.7rem;
}

.card-body.cat[aria-expanded="true"] .textContacto {
    color: #2099b2;
}

.card-body.cat .fa.fa-angle-up {
    color: #2099b2;
}

#collapseDog .textContacto {
    text-align: left;
}

/*////////////////////// WEB SITIO GATOS ////////////////////////////////*/

.BgHomeCat {
    background-image: url('../img/gatos/bg-site-cat.jpg');
    background-repeat-y: repeat;
    background-position: top;
}

.bgHeroGatos {
    background-image: url(../../assets/img/gatos/bg-hero-gatos.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 500px;
}

.bgBannerConsejosCat {
    background-image: url(../../assets/img/gatos/banner-cat.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.pYBannerCat {
    padding: 8rem 0;
}

.bgCachorrosCat {
    background-image: url(../../assets/img/gatos/edad-cachorro-cat.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    padding-bottom: 3rem !important;
    /*height: 417px;*/
    width: 450px;
    margin: 0 auto;
    /*margin-top: 2rem;*/
}

.bgAdultosCat {
    background-image: url(../../assets/img/gatos/edad-adulto-cat.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 3rem !important;
    height: 450px;
}

.SubTitleCat {
    color: #0297a7;
    font-family: 'henny_pennyregular';
    font-weight: 100;
    font-size: 2.4rem;
}

.SubTitle_ProductosCat {
    font-size: 3rem;
    line-height: 4rem;
    z-index: 5;
}

.TitleCat {
    color: #fff;
    font-family: 'eb_garamondmedium';
    font-weight: 400;
    font-size: 3rem;
}

.figureProductCat {
    position: absolute;
    bottom: 45px;
}

.BoxFlexHCat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 420px;
    position: relative;
}


/*////////////////////// WEB PRODUCTO GATOS ////////////////////////////////*/

.Web-ProductosCat {
    padding-top: 5rem;
}

.BoxProductoContent .BoxPresentaciones .listPresentGatos {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.BoxProductoContent .BoxPresentaciones .listPresentGatos strong {
    color: #fff;
}

.listPresentGatos_color {    
    background: transparent !important;
    border: 1px solid #fff !important;
}

.textDefaultGatos {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.spanTextGatos {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.spanText2Gatos {
    font-family: 'Montserrat', sans-serif;
    color: #0297a7;
    font-size: 13px;
    font-weight: 500;
}

.TitleCat2 {
    color: #0297a7;
    font-family: 'eb_garamondsemibold';
}

.nav-tabs_cat {
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}

.ItemDescripcionCat {
    color: #00555e !important;
    font-family: 'henny_pennyregular' !important;
    background-color: transparent !important;
    border-bottom: 3px solid transparent !important;
    padding: 27px 0 20px !important;
}

.ItemDescripcionCat.active {
    color: #0297a7 !important;
    border: none !important;
    border-bottom: 3px solid #0297a7 !important;
    background-color: #transparent;
}

.tab-content .textDefaultGatos {
    color: #fff !important;
}

.SubTitleRecomentCat {
    color: #0297a7 !important;
    z-index: 1;
}

.BoxFlexCatRecoment {
    height: 490px !important;
}

.Web-RecomendadosCat .figureRecoment {
    position: absolute;
    bottom: 120px;
}

/*////////////////////// WEB CONSEJOS GATOS ////////////////////////////////*/

.bgHeroConsejoGatos {
    background-image: url(../../assets/img/gatos/hero-consejos-gatos.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.TitleConsejosCat {
    font-family: 'henny_pennyregular';
    font-weight: 100;
    font-size: 3rem;
    letter-spacing: 3px;
    text-align: center;
}

.Web-ConsejosGatos {
    background-color: #d7e8ec;
}

.textDefault2_color {
    color: #2099b2 !important;
}

.bg-canvasConsejosCat {
    background-image: url(../img/gatos/bg-consejos-gatos-01.png), url(../img/gatos/bg-consejos-gatos-02.png);
    background-position: top left, center right;
    background-repeat: no-repeat, no-repeat;
}

.figureConsejos {
    border-radius: 10px;
    overflow: hidden;
}

.figureConsejosImg {
    width: 100%;
}