/* input(108,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
input(134,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
input(506,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&' */
@font-face {
    font-family: 'ToxTypewriter';
    src: url('/fonts/ToxTypewriter.ttf?v=HPAr3bT_IrkDec0w9cxKchqxk9o') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'BebasNeueBold';
    src: url('/fonts/BebasNeueBold.ttf?v=HPAr3bT_IrkDec0w9cxKchqxk9o') format('truetype');
    font-display: swap;
}


.B_hero_info {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 10px 10px 90px;
    line-height: 1.7rem;
    align-items: center;
}

.B_hero_info img {
    padding: 20px;
    max-width: 100%;
    width: 80%;
}


.B_hero_info h1 {
    font-family: 'ToxTypewriter';
    font-size: 27pt;
    padding: 5px 42px;
    color: #000;
    text-align: left;
    line-height: normal;
    width: 80%;
}

.B_hero_info span {
    color: #448eb5;
}

.text-destacado {
    position: relative;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 50%;
    z-index: 1;
}

/* SVG como borde */
/*.borde-circular {
 position: absolute;
    top: -4px;
    left: -72px;
    width: calc(133% + 8px);
    height: calc(110% + 8px);
    z-index: -1;
}*/
.borde-circular {
    position: absolute;
    top: -7px;
    left: -72px;
    width: calc(125% + 3px);
    height: calc(125% + 9px);
    z-index: -1;
}
.tam-circular {
    position: absolute;
    top: -4px;
    left: -72px;
    width: calc(133% + 8px);
    height: calc(110% + 8px);
    z-index: -1;
}
.borde-circular ellipse {
    fill: none;
    stroke-width: 2;
    stroke-dasharray: 915.59;
    stroke-dashoffset: 715.59; /* Comienza completamente oculto */
    transform-origin: center;
    transition: stroke-dashoffset 3.5s ease-out;
}

.borde-circular.animar ellipse {
    stroke-dashoffset: 0; /* Se dibuja el borde */
}

.elipse-colorP{
     stroke: #448eb5;
}
.elipse-colorG{
     stroke: #EE9C00;
}


.ver {
    border-radius: 20px;
    border: 1px solid #000000;
    font-size: 15pt;
    font-family: 'ToxTypewriter';
    width: 200px;
    margin-top: 5px;
    background-color: #fff;
    transition: scale 0.2s;
    &:hover{
        scale: 105%;
    color: #ffffff;
    border: 1px solid #000000;
    background-color: #000;
    }
}

.ver img {
    width: 11% !important;
    padding: 0px !important;
    margin: 0px !important;

}


.btn-blanco{
   background-color: #fff;
    border-radius: 20px;
    border: 1px solid #ffffff;
    font-size: 15pt;
    font-family: 'ToxTypewriter';
    width: 200px;
    margin-top: 5px;
    color: #000;
    transition: scale 0.2s;
    &:hover{
         scale: 105%;
        color: #fff;
        background-color: #000;
    border: 1px solid #fff;
    }

}


.b-beneficio,
.card {
    border: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.b-beneficio-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
}

.b-beneficio-content h2 {
    font-family: 'ToxTypewriter';
    color: #fff;
    font-size: 50pt;
}

.b-beneficio-content p {
    color: #fff;
    font-family: 'ToxTypewriter';
    font-size: 25pt;
}

.calidad-content {
    background-color: #fff;
    padding-bottom: 50px;
}

.calidad-info {
    font-family: 'ToxTypewriter';
    text-align: center;
    padding: 50px 0px 0px 0px;
}

.calidad-info h2 {
    font-size: 50pt;
    letter-spacing: .5rem;
    font-family: 'ToxTypewriter';
}

.calidad-info p {
    font-size: 20pt;
    letter-spacing: .2rem;
    font-family: 'ToxTypewriter';
    min-height: auto;
}

.calidad-info .perro-info {
    color: #448eb5;
}
.adulto-text{
    color: #448eb5;
}

.cachorro1-color{
    color: #00825C !important;
}
.senior1-color{
    color: #a1436e !important;
}


.calidad-beneficio {
    background-color: #448eb5;
    color: #fff;
    font-family: 'ToxTypewriter';
    font-size: 19pt;
    padding: 40px;
    text-align: center;
    display: flex;
    align-items: center;
}

.calidad-beneficio p {
    font-size: 18pt;
    padding: 5px;
    min-height: auto;
}
/*infografia */

.infografia-text-top{
    justify-content: space-between;
    position: absolute;
}

.infografia-text-bottom{
    justify-content: space-between;
    position: absolute;
    bottom: 0;
}
.infografia-text-right{
    width: 100%;
    justify-content: end;
    position: absolute;
    bottom: 0;
}
.card-info-content{
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 1px 0rem 0.5rem 0px rgba(var(--bs-body-color-rgb), 0.15) !important;
    max-width: 100%;
    margin-left: 54px;
}
.card-info-content span{
    color: #448eb5;
}
.info-cards-text {
    color: #000;
    font-family: 'ToxTypewriter';
    align-items: center;
    padding: 15px;
    font-size: 15pt;
    min-height: auto;
}
.info-card-content{
    padding: 0px;
    border: none;
}
  .colum2-info{
    display: flex;
    align-items: center;
  }

/* btn swich */
.toggle-text{
        font-family: 'ToxTypewriter';
    font-size: 35px;
    padding: 20px;
    text-align: center;
        min-height: auto;
}

  .toggle-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.btn-slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background-color: #000000;
  transition: .4s;
  border-radius: 34px;
}

.btn-slider:before {
  position: absolute;
  content: "";
  height: 26px; width: 26px;
  left: 4px; bottom: 4px;
  background-color: rgb(255, 255, 255);
  transition: .4s;
  border-radius: 50%;
}

input:checked + .btn-slider {
  background-color: #070707;
}

input:checked + .btn-slider:before {
  transform: translateX(26px);
}
.perro-gato{
    flex-direction: row;
}
/*termina btn swich */

.perro-content {
    background-color: #fcfcfc;
}

.titulo-prod h2 {
    font-size: 50pt;
    letter-spacing: .5rem;
    font-family: 'ToxTypewriter';
    text-align: center;
}

.perro-info,
.gato-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.perro-info .gato-info,
h2 {
    font-family: 'BebasNeueBold';
    font-size: 55pt;
}

.perro-info p {
    font-family: 'ToxTypewriter';
    font-size: 19pt;
    letter-spacing: 0.2rem;
    text-align: center;
}

.gato-info p {
    font-family: 'ToxTypewriter';
    font-size: 19pt;
    letter-spacing: 0.2rem;
    text-align: center;
}

.text-border {
    border: 2px solid #448eb5;
    border-radius: 50%;
    padding: 3px 8px;
    color: #000;
}

.perro-talla,
.gato-talla {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.perro-talla .gato-talla,
h3 {
    font-family: 'ToxTypewriter';
    font-size: 35px;
    padding-bottom: 10px;
}

.perro-talla .gato-talla,
p {
    font-family: 'ToxTypewriter';
    font-size: 19px;
    padding: 20px;
    text-align: center;
    min-height: 154px;
}

.gato-info .text-border {
    border: 2px solid #ee9b00;
    border-radius: 50%;
    padding: 3px 8px;
    color: #000;
}

.gato-info span {
    color: #ee9b00;
}

.gato-talla span {
    color: #ee9b00;
}

.especial {
    background-color: #f2f2f2;
    margin-top: 150px;
    padding-bottom: 50px;
}

.especial h3 {
    font-family: 'ToxTypewriter';
    font-size: 55px;

}

.especial p {
    font-family: 'ToxTypewriter';
    font-size: 19pt;
    padding: 0px;
    text-align: left;
}

.evaluacion {
    margin-top: 50px;
}

.evaluacion h3 {
    text-align: center;
    margin-bottom: 50px;
}

.evaluacion-card {
    background-color: #fff;
    border-radius: 10px;
    margin: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.specialized {
    margin-top: -120px;
}

.evaluacion-card h4 {
    font-family: 'ToxTypewriter';
    padding: 20px;
    min-height: 50px;
}

.evaluacion-card img {
    margin-top: -50px;
    margin-bottom: 15px;
}

.evaluacion-card p {
    font-size: 15pt;
    padding: 20px;
    min-height: 220px;
}

.nutricion {
    background-color: #448eb5;
text-align: center;
}
.nutricion h4{
    color: #000;
    font-family: 'ToxTypewriter';
     font-size: 35pt;
     padding-top: 30px;

}
.nutricion p {
    color: #000;
    font-family: 'ToxTypewriter';
    font-size: 25pt;
    text-align: center;
   
}
.btn-nutricion{
      border-radius: 20px;
      color:#000;
    border: 1px solid #000000;
    font-size: 16pt;
    font-family: 'ToxTypewriter';
    
    width: 200px;
    margin-bottom: 20px;
    background-color: #448eb5;
    transition: scale 0.2s;
    &:hover{
        scale: 105%;
    color: #448eb5;
    border: 1px solid #000000;
    background-color: #000;
    }
}
/*beneficios carousel*/
.content-beneficios{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0px;
    text-align: center;
    background-color: #448eb5;
    flex-direction: column;
    justify-content: center;
}


.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
/* carousel productos*/
.content-carrusel{
    display: flex;
    justify-content: center;
    column-gap: 0.5rem;
}
.controles{
    display: none;
}
.perros-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 40px 0px;
    flex: 0 0 auto;
    width: 33%;
    padding: 30px 0px;
    text-align: center;
}
.gatos-content{
    margin: 40px 0px;
    flex: 0 0 auto;
    width: 24%;
    padding: 30px 0px;
    text-align: center;
}
.img-product{
        max-width: 100%;
    height: auto;

}
.carousel-indicators [data-bs-target] {
display: none;
}

/* btn subir*/
.go-top {
    display: none;
}

.btn-go {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}

@media only screen and (min-width: 1190px) and (max-width: 1672px) {
    .B_hero_info {
        padding: 10px;
        left: 5px;
        position: relative;

    }

    .B_hero_info h1 {
        font-size: 21pt;
        /* padding-top: 140px;*/
    }

    .B_hero_info p {
        font-size: 12pt;
    }

  .borde-circular {
    position: absolute;
    top: -6px;
    left: -110px;
    width: calc(174% + 1px);
    height: calc(123% + 6px);
    z-index: -1;
}
.tam-circular{
        top: -6px;
        left: -114px;
        width: calc(163% + 23px);
        height: calc(109% + 9px);
       
    }
    .beneficios-content {

        padding-bottom: 20px;
    }

    .beneficios p {
        font-family: 'cocogoose-Semilight';
        color: #1a428a;
        padding: 5px;
        max-height: 115px;
        font-size: 12pt;
    }

    .b-beneficio-content h2 {
        font-size: 45pt;
    }

    .b-beneficio-content p {
        font-size: 19pt;
        min-height: auto;
    }

    .perro-talla .gato-talla,
p {
    min-height: 182px;
}

 .content-carrusel {
        column-gap: 1.5rem;
    }

     .perros-content {
        width: 27%;
    }

}

@media only screen and (max-width: 1189px) {
    .B_hero_info {
        padding: 10px 10px 10px 0px;
        left: 5px;
        position: relative;

    }

    .B_hero_info img {
        padding: 20px;
        width: 100%;
    }

    .B_hero_info h1 {
        font-size: 20pt;
        width: auto;
        padding: 0px 42px;
    }

    .B_hero_info p {
        font-size: 11pt;
    }

    .calidad-info h2 {
        font-size: 35pt;
    }

    .calidad-info p {
        font-size: 15pt;
    }

    .calidad-beneficio p {
        font-size: 15pt;
    }

    .beneficios p {
        font-family: 'cocogoose-Semilight';
        color: #1a428a;
        padding: 5px;
        max-height: 115px;
        font-size: 10pt;
    }

    .b-beneficio-content h2 {
        font-size: 34pt;
    }

    .b-beneficio-content p {
        font-size: 15pt;
        min-height: auto;
    }

    .beneficios-content {
        background-color: #e4ecff;
        padding-bottom: 20px;
    }
        .perro-talla .gato-talla,
p {
    min-height: 212px;
}
.content-carrusel {
        column-gap: 2.5rem;
    }
.perros-content{
        width: 23.666667%;  
    }
    .info-cards-text{
    padding: 5px;
    font-size: 12pt;
}
.card-info-content {
    margin-left: 0px; 
}
}

@media only screen and (min-width: 992px) and (max-width: 1188px) {

    .calidad-beneficio {
        font-size: 15pt;
        margin: 0;
    }

    .evaluacion-card {
        max-width: 315px;
    }

    .content-carrusel {
        column-gap: 1.2rem;
    }
   
    .perros-content{
        width: 27%; 
        
    }
  .borde-circular {
    position: absolute;
    top: -6px;
    left: -78px;
    width: calc(149% + 0px);
    height: calc(128% + 4px);
    z-index: -1;
}
.tam-circular{
        top: -6px;
        left: -114px;
        width: calc(163% + 23px);
        height: calc(109% + 9px);
       
    }
    
}


@media only screen and (min-width: 769px) and (max-width: 991px) {
    .B_hero_info h1 {
        font-size: 16pt;
        width: auto;
        padding: 0px 16px;
    }

       .borde-circular {
    position: absolute;
    top: -4px;
    left: -65px;
    width: calc(151% + 2px);
    height: calc(109% + 6px);
    z-index: -1;
}
.tam-circular{
        top: -6px;
        left: -114px;
        width: calc(163% + 23px);
        height: calc(109% + 9px);
       
    }

    .beneficios-content {

        padding-bottom: 0px;
    }

    .b-beneficio-content p {
        font-size: 15pt;
        max-width: 500px;
        padding: 0px;
    }

    .calidad-beneficio {
        margin: 0;
        font-size: 15pt;
        border-radius: 0px 0px 20px 20px;
    }

  

  
    .perro-talla .gato-talla,
    p {
        min-height: 190px;
    }

    .evaluacion-card {
        max-width: 335px;
    }

    .especial {
        margin-top: 50px;
        padding-bottom: 10px;
    }

     .content-carrusel{
        display: flex;
        justify-content: start;
        max-width: 660px;
    }
    .carousel-item.active, .carousel-item-next, .carousel-item-prev {
        display: block !important;
    }
    
    .carousel-item {
        position: relative;
        display: none;
        float: left;
       width: 100%;
        margin-right: -100%; 
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .controles{
        display: block;
    }
    
    .carousel-control-prev {
    left: 0px;
}
.carousel-control-next {
    right: 0px;
}
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
display: flex;
}

/*beneficios carousel*/
.content-beneficios{
    background-color: #ffffff;
    border: 1px solid #000;
    border-radius: 20px ;
    margin-bottom: 4rem; 
    max-width: 700px;
}

}

@media only screen and (min-width: 495px) and (max-width: 575px) {
        .card-info-content {
        margin-left: 20px;
        margin-top: 55px;
    }
    .colum2-info {
       margin-top: 48px !important;
        left: 42% !important;
    
    }
}

/* TABLET */
@media only screen and (max-width: 768px) {
    .B_hero_info {
        padding: 10px 10px 10px 20px;
        left: 0px;
        position: relative;
        /* height: 400px;*/
    }

    .B_hero_info img {
        width: 84%;
        margin: 0;
        padding: 0;
    }

    .B_hero_info h1 {
        font-size: 17pt !important;
        padding: 30px 5px;
    }

    .B_hero_info p {
        font-size: 10pt;
        padding: 10px;
    }

    .borde-circular {
    position: absolute;
    top: -6px;
    left: -72px;
    width: calc(152% + -3px);
    height: calc(114% + 9px);
    z-index: -1;
}
.tam-circular{
     
        top: -6px;
        left: -72px;
        width: calc(136% + 3px);
        height: calc(107% + 11px);
    
}

    .b-beneficio-content h2 {
        font-size: 23pt;
    }

    .b-beneficio-content p {
        font-size: 15pt;
        max-width: 500px;
        padding: 0px;
    }

    .calidad-beneficio {
        margin: 0;
        font-size: 15pt;
         border-radius: 0px 0px 20px 20px;
         justify-content: center;
    min-height: 158px;
    padding: 20px;
    }

    .perro-talla .gato-talla,
    p {

        min-height: auto;
    }

    .especial {
        margin-top: 50px;
        padding-bottom: 10px;
    }

    .specialized {
        margin-top: 0px;
    }

    .evaluacion-card {
        max-width: 335px;
    }

    .go-top {
        display: block;
        z-index: 1030;
        position: absolute;
    }

    #btn-back-to-top {
        position: fixed;
        bottom: 20px;
        right: 2px;
        display: none;
        z-index: 1;
        background-color: #448eb5c9;
        color: #fff;
    }

    .btn-go {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
    }

    .btn-go svg {
        margin-left: -50%;
        margin-right: -50%;
          }
 .content-carrusel{
        display: flex;
        justify-content: start;
    }
    .carousel-item.active, .carousel-item-next, .carousel-item-prev {
        display: block !important;
    }
    
    .carousel-item {
        position: relative;
        display: none;
        float: left;
       width: 100%;
        margin-right: -100%; 
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: transform 0.6sease-in-out;
        /*min-height: 605px;*/
    }
    
    .controles{
        display: block;
    }
    
    .img-product{
        max-width: 90%;
    height: auto;

}
.carousel-control-prev {
    left: 0px;
}
.carousel-control-next {
    right: 0px;
}
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
display: flex;
}
/*beneficios carousel*/
.content-beneficios{
    
    background-color: #ffffff;
    border: 1px solid #000;
    border-radius: 20px ;
    margin-bottom: 4rem; 
}
/*acordeon*/
.check-mob{
width: 40px;
margin-right: 10px;
}
.accordion-header h4{
    font-family: 'ToxTypewriter';
    
}
.accordion-button:not(.collapsed) {
background-color: #448eb5c9;
    color: #fff;   
}
.accordion-collapse{
    background-color: #448eb5c9;
    color: #fff;
}
    .card-info-content {
    max-width: 39%;
        margin-left: 0px;
}
.info-cards-text {
    padding: 3px;
    font-size: 11pt;
}
.colum-content {
    flex-direction: column;
}
}

/* MOBILE */
@media only screen and (max-width: 576px) {
    .B_hero_info {
        padding: 10px;
        height: 450px;
        align-items: center;
        left: 0px !important;
    }

    .B_hero_info img {
        width: 100%;
        margin: 10px 0px;
    }

    .B_hero_info p {
        font-size: 11pt;
        padding: 10px;

    }

    .B_hero_info h1 {
        font-size: 30pt;
        text-align: center;
        padding: 20px 0px 0px 0px;
    }
    .borde-circular {
    position: absolute;
    top: -4px;
    left: -96px;
    width: calc(182% + -3px);
    height: calc(101% + 10px);
    z-index: -1;
}
.tam-circular{
    top: -5px;
    left: -91px;
    width: calc(160% + 10px);
    height: calc(102% + 10px);

}
    .b-beneficio,
    .card {
        height: 300px;
    }

    .b-beneficio-content {

        background-color: #000;
    }

    .b-beneficio-content h2 {
        font-size: 25pt;
    }

    .b-beneficio-content p {
        padding: 0px 20px;
        font-size: 15pt;
    }

    .calidad-content {
        padding-bottom: 20px;
    }

    .calidad-info {
        padding: 50px 0px 0px;
    }

    .calidad-info h2 {
        font-size: 32pt;
        padding: 0px 10px;
    }

    .calidad-info p {
        font-size: 15pt;
    }

    .titulo-prod h2{      
        font-size: 26pt;
        padding: 0px;
        letter-spacing: 0.2rem;
    }

.perro-gato{
    flex-direction: column;
}
.toggle-text{
        font-family: 'ToxTypewriter';
    font-size: 30px !important;
    padding: 10px;
   
}


    .perro-info .gato-info,
    p {
        font-size: 15pt !important;
    }

    .perro-talla .gato-talla,
    p {
        padding: 0px 10px;
        min-height: auto;
    }

    .especial {
        margin-top: 50px;
        padding-bottom: 10px;
    }

    .especial h3 {
        font-size: 20pt;
        text-align: center;
    }

    .especial p {
        text-align: center;
        font-size: 15pt !important;
    }

    .specialized {
        margin-top: 0px;
    }

    .evaluacion{
display: none;
    }
    .evaluacion-card {
        max-width: 300px;
        margin: 30px 0px;
    }

    .evaluacion-card h4 {
        padding: 0px;
        min-height: auto;
        text-align: center;
    }

    .evaluacion-card p {
        padding: 10px;
    }
.nutricion h4{
    font-size: 25pt 
}
    .nutricion p {
        font-size: 16pt !important;
    }
.content-carrusel{
    display: flex;
    justify-content: start;
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block !important;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
   width: 100%;
    margin-right: -100%; 
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6sease-in-out;
}

.carousel-indicators{
    margin-bottom: 0rem;
}

.carousel-indicators [data-bs-target] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
display: flex;
    margin-right: 24px;
}
.perros-content{
    padding: 0px;
    margin-bottom: 3rem;
}
.gatos-content{
   
    margin-bottom: 1rem;
}
.carousel{
    max-width: 80%;
}
.carousel-control-prev {
    left: -30px;
}
.carousel-control-next {
    right: -30px;
}
/*beneficios carousel*/
.content-beneficios{
    margin-bottom: 3rem; 
}

 /* infografia*/
 .info-card-content{
    height: auto;
 }
    .card-info-content{
    margin-left: 20px;
    max-width: 285px;
   
    }
    .info-cards-text {
    color: #000;
    font-family: 'ToxTypewriter';
    align-items: center;
    padding: 3px;
    max-width: 274px;
  font-size: 12pt !important;}
     
.infografia-text-right {
    width: 100%;
    justify-content: normal;
   
}
    .colum2-info{
    margin-top: 18px;
    justify-content: end;
    display: flex;
    left: 30%;
    position: relative;
    max-width: 250px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 403px) {
    .calidad-beneficio {
        max-width: 300px;
    }

    .calidad-info h2 {
        font-size: 26pt;
        padding: 0px 10px;
    }
     .colum2-info {
        left: 20% !important;
    }
     .info-cards-text {
  font-size: 11pt;}
      .perro-adulto h3 {
        font-size: 40pt;
    }
}