  /* ESTILOS CSS ARTICULO HOME GABRICA */

  .gabrica-medios {
    border: 2px;
    border-color: #003967;
  }

  .bg-blue {
    background-color: #6cd8ff;
    height: 350px;
    width: 100%;
    border-radius: 0px 30px 0px 0px !important;
    padding: 50px 80px 0px 40px !important;
    position: relative;

  }


  .bg-blue::after {
    content: '';
    background: url('../img/new/medios-trufa.svg');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    height: 100%;
    width: 165px;
    left: -160px;
    top: 0;
    z-index: 1;
  }

  .shadow {
    box-shadow: 0 .5rem 1rem #ffffff !important;
  }

  .text-titulo {
    color: #003967;
    font-family: 'century_gothicregular';
    font-size: 30px;

  }

  .text-contenido {
    color: #003967;
    font-family: 'century_gothicregular';
    font-size: 20px;
    margin-bottom: 2rem !important;

  }

  .object-cover {
    object-fit: cover;
    height: 100%;
  }

  .texto-gabricaen {
    color: #003967;
    font-family: 'century_gothicregular';
    font-size: 38px;
  }



  .medios {
    display: inline-block;
    transform: rotate(-3deg);
    /* fondo inclinado */
    background-color: #6cd8ff;
    border-radius: 10px;
    padding: 0.1em 0.2em;
  }

  .medios span {
    display: inline-block;
    transform: rotate(3deg);
    /* texto recto */
    color: #FFFFFF;
    font-family: 'century_gothicregular';
    font-size: 37px;
  }


  .imagenarticulo {
    height: 350px !important;
    width: 100% !important;
    border-radius: 30px 0px 0px 0px !important;
    object-fit: cover;
    object-position: center;
    position: relative;
    transition: all 0.8s ease;
  }

  .imagenarticulo:hover {
    object-position: top left;
  }


  .botonleermas {
    padding: 0.5em 60px 010px;
    font-size: 18px;
    color: #ffffff;
    background-color: #003967;
    border-radius: 10px;
  }

  .botonladoizquierda {
    text-align: left !important;

  }


  .botonvermas {
    padding: 0.5em 60px 010px;
    font-size: 18px;
    color: #ffffff;
    background-color: #003967;
    border-radius: 10px;
  }

  .botoncentrado {
    text-align: center !important;
    margin: auto;
    display: flex;

  }


  .gabrica-medios .owl-init .owl-dots {
    position: absolute;
    display: block;
    width: 100%;
    height: 20px;
    right: 0;
    left: 0;
    margin: 15px auto 0 auto;
  }

  .gabrica-medios .owl-init .owl-dots .owl-dot {
    display: inline-block;
    margin: 27px 4px !important;
    width: 15px !important;
    height: 15px !important;
    background-color: #D9D9D9;
    border-radius: 50%;
  }

  .gabrica-medios .owl-init .owl-dots .owl-dot.active {
    background-color: #003967;
  }

  .gabrica-mediosprincipal .owl-init .owl-dots {
    position: absolute;
    display: block;
    width: 100%;
    height: 20px;
    right: 0;
    left: 0;
    bottom: -35px !important;
    margin: 15px auto 0 auto;
  }

  .gabrica-mediosprincipal .owl-init .owl-dots .owl-dot {
    display: inline-block;
    margin: 27px 4px !important;
    width: 15px !important;
    height: 15px !important;
    background-color: #D9D9D9;
    border-radius: 50%;
  }

  .gabrica-mediosprincipal .owl-init .owl-dots .owl-dot.active {
    background-color: #003967;
  }

  .gabrica-medios .owl-init .owl-nav {
    position: absolute;
    display: block;
    width: 100%;
    height: 35px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .gabrica-medios .owl-init .owl-nav .owl-prev {
    position: absolute;
    display: block;
    left: 20px;
    width: 35px;
    height: 35px;
    font-size: 33px;
    color: #FFF;
  }

  .gabrica-medios .owl-init .owl-nav .owl-next {
    position: absolute;
    display: block;
    right: 20px;
    width: 35px;
    height: 35px;
    font-size: 33px;
    color: #FFF;
  }



  /* ESTILOS CSS ARTICULO COMPLETO */

  .gabrica-mediosarticulo {
    border-radius: 20px !important;
    -webkit-box-shadow: 10px 10px 13px -12px rgba(0, 0, 0, .75);
    box-shadow: 10px 10px 13px -12px rgba(0, 0, 0, .75);


  }


  .bg-blue-articulo {
    background-color: #ffffff;
    height: 350px;
    width: 100%;
    border-radius: 0px 50px 0px 0px;
    padding: 50px 15px 0px 40px !important;
    position: relative;

  }

  .imagenarticulocompleto {
    height: 350px !important;
    width: 100% !important;
    border-radius: 20px !important;
    object-fit: cover;
    object-position: center;
    position: relative;
    transition: all 0.8s ease;
  }

  .imagenarticulocompleto:hover {
    object-position: top left;
  }

  .text-tituloarticulo {
    color: #003967;
    font-family: 'century_gothicregular';
    font-size: 30px;

  }

  .text-contenidoarticulo {
    color: #003967;
    font-family: 'century_gothicregular';
    font-size: 20px;
    margin-bottom: 2rem !important;

  }

  .text-articulo {
    color: #1e1e1c !important;
    font-family: 'century_gothicregular' !important;
    font-size: 15px;
    padding-right: 50px !important;
    padding-left: 50px !important;
    padding-bottom: 20px !important;

  }

  .text-articulo iframe {
    width: 75% !important;
    display: block !important;
    margin: 50px auto 30px auto !important;
  }

  .enlace-articulo {
    color: #1e1e1c !important;
    font-family: 'century_gothicregular' !important;
    font-size: 13px;

  }

  .enlace-articulo a {
    word-break: break-all !important;

  }

  .text-contenidoarticulo2 {
    color: #1e1e1c !important;
    font-family: 'century_gothicregular';
    font-size: 15px;

  }

  p {
    color: #1e1e1c !important;
    font-family: 'century_gothicregular';
  }



  .fuentes {
    padding: initial !important;
    color: #1e1e1c !important;
    font-family: 'century_gothicregular';
  }

  .text-right {
    margin-right: 119px !important;
    color: #1e1e1c !important;
    font-family: 'century_gothicregular';
  }

  .linea-toggle-container {
    width: 100%;
  }

  .linea-toggle {
    border: none;
    border-top: 1pt solid #173a63;
    width: 634px;
    margin: 0 auto;
  }


  .contenedor-filtros {
    padding: 0.5em 60px 010px;
    font-size: 18px;
    color: #ffffff;
    background-color: #eaeaea;
    border-radius: 10px;
    margin: 0 auto;
  }

  .filtro-nombre {
    flex: 2;
    min-width: 800px;
    height: 35px !important;
    border: 0px !important;
    margin-right: 20px !important;
    border-radius: 8px !important;
    color: #1d1d1b !important;
  }

  .filtro-nombre::placeholder {
    color: #1d1d1b !important;

  }



  .filtro-categoria {
    flex: 1;
    min-width: 553px;
    height: 35px !important;
    border: 0px !important;
    margin-right: 20px !important;
    border-radius: 8px !important;
    color: #1d1d1b !important;
  }

  .filtro-categoria::placeholder {
    color: #1d1d1b !important;

  }

  .btn-buscar {
    padding: 0em 40px 5px;
    font-size: 18px;
    color: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    background-color: #003967 !important;

  }



  .btn-buscar:hover {
    background-color: #1d1d1b;
  }

  .filtro-nombre::placeholder {
    color: #1d1d1b;
  }



  /* escuela padre de mascota*/
  .bg-blue2 {
    background-color: #fff;
    width: 100% !important;
    border-radius: 0px 0px 0px 0px !important;
    position: relative;

  }

  .bg-blue2 .img2::after {
    content: '';
    background: url('../img/new/trufaactividadesazul.svg');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;

  }

  .bg-gatito {
    background-color: #fff;
    width: 100% !important;
    border-radius: 0px 0px 0px 0px !important;
    position: relative;

  }

  .bg-gatito .img2::after {
    content: '';
    background: url('../img/new/trufaactividadesgatito.svg');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;

  }

  .bg-gatoadulto {
    background-color: #fff;
    width: 100% !important;
    border-radius: 0px 0px 0px 0px !important;
    position: relative;

  }

  .bg-gatoadulto .img2::after {
    content: '';
    background: url('../img/new/trufaactividadesadultogato.svg');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;

  }

  .bg-gatosenior {
    background-color: #fff;
    width: 100% !important;
    border-radius: 0px 0px 0px 0px !important;
    position: relative;

  }

  .bg-gatosenior .img2::after {
    content: '';
    background: url('../img/new/trufaactividadesseniorgato.svg');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;

  }

  .bg-perrocachorro {
    background-color: #fff;
    width: 100% !important;
    border-radius: 0px 0px 0px 0px !important;
    position: relative;

  }

  .bg-perrocachorro .img2::after {
    content: '';
    background: url('../img/new/trufaactividadescachoperro.svg');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;

  }

  .bg-perroadulto {
    background-color: #fff;
    width: 100% !important;
    border-radius: 0px 0px 0px 0px !important;
    position: relative;

  }

  .bg-perroadulto .img2::after {
    content: '';
    background: url('../img/new/trufaactividadesadulperro.svg');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;

  }

  .bg-perrosenior {
    background-color: #fff;
    width: 100% !important;
    border-radius: 0px 0px 0px 0px !important;
    position: relative;

  }

  .bg-perrosenior .img2::after {
    content: '';
    background: url('../img/new/trufaactividadesseniorperro.svg');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;

  }

  .bg-perro {
    background-color: #fff;
    width: 100% !important;
    border-radius: 0px 0px 0px 0px !important;
    position: relative;

  }

  .bg-perro .img2::after {
    content: '';
    background: url('../img/new/trufaactividadesgeneralperro.svg');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;

  }

  .bg-gato {
    background-color: #fff;
    width: 100% !important;
    border-radius: 0px 0px 0px 0px !important;
    position: relative;

  }

  .bg-gato .img2::after {
    content: '';
    background: url('../img/new/trufaactividadesgeneralgato.svg');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;

  }


  .content-blogs-epm .item.it-b-epm .info p {
    height: 45px !important;
  }

  .searcher-epm {
    padding: 0 20% !important;
  }

  .searcher-epm .btn-epm-f-filter.active img {
    width: 100% !important;
  }

  .img2 {
    width: 100% !important;
    border-radius: 0px !important;
  }

  .searcher-epm .btn-epm-f-filter img {
    width: 95% !important;
  }

  .owl-carousel.genially .owl-item img {
    border-radius: 0px !important;
  }

  .owl-carousel.genially .owl-item img {
    display: block;
    width: 100%;
  }

  .content-blogs-epm .item.it-b-epm .info button {
    color: #FFF;
    padding: 6px 18px;
    border-radius: 10px;
    border: none;
    margin: 10px 0 0 0 !important;
    outline: none;
    transition: all 0.3s ease;
  }



  .content-blogs-epm .titler img {
    display: block;
    width: 12% !important;
    margin-bottom: -21px !important;
  }


  .content-blogs-epm .tamañoimg {
    display: block;
    width: 17% !important;
    flex: unset !important;

  }

  .espacioetapa {
    margin: 0 -62px !important;
  }

  .espacioespecie {
    margin: 0 -72px !important;
  }

  .tipotex {
    font-family: 'henrietteregular' !important;
    color: #003967;
  }

  .content-blogs-epm .item.it-b-epm .img2 {
    position: relative;
    height: 200px !important;
  }

  .imgicono {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* botón izq. / texto+imagen der. */
  }

  .blueDark {
    flex-shrink: 0;
    /* evita que el botón se encoja */
    white-space: nowrap;
    /* mantiene "Leer más" en una sola línea */
  }

  .contenido-lado {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    margin-left: 150px;
    /* evita salto de línea en "contenido para:" */
  }

  .owl-carousel.genially .owl-item .imgicono img {
    display: block;
    width: 60%;
  }

  .textcontenidopara {
    font-size: 10px;
    color: #1d1d1b;
  }

  /* especialidades directorio */











  @media (max-width: 768px) {

    .content-blogs-epm .tamañoimg {
      width: 60% !important;

    }

    .content-blogs-epm .titler img {
      display: block;
      width: 40% !important;
      margin-bottom: -21px !important;
    }

    .searcher-epm {
      padding: 0 0% !important;
    }

    .searcher-epm .the_filter_epm form input {
      margin: -1px -2px 0px 0px !important;
    }

    .content-blogs-epm .item.it-b-epm .info h2 {
      height: 50px !important;
    }

    .owl-init.sl-bd.genially .owl-dots .owl-dot {
      width: 8px !important;
      height: 8px !important;
    }


    .bg-blue2::after {
      height: 52%;
      width: 100% !important;

    }

    .bg-gatito::after {
      height: 52%;
      width: 100% !important;

    }


    .bg-gatoadulto::after {
      height: 52%;
      width: 100% !important;

    }


    .bg-gatosenior::after {
      height: 52%;
      width: 100% !important;

    }


    .bg-perrocachorro::after {
      height: 52%;
      width: 100% !important;

    }


    .bg-perroadulto::after {
      height: 52%;
      width: 100% !important;

    }



    .bg-perrosenior::after {
      height: 52%;
      width: 100% !important;

    }


    .bg-perro::after {
      height: 52%;
      width: 100% !important;

    }


    .bg-gato::after {
      height: 52%;
      width: 100% !important;

    }




    .contenedor-filtros {
      display: flex !important;
      flex-direction: column !important;
      align-items: stretch !important;
      padding: 1em 20px;
    }

    .filtro-nombre {
      flex: none;
      width: 100% !important;
      margin-right: 0 !important;
      margin-bottom: 10px;
      min-width: 0px;
      height: 40px !important;

    }

    .filtro-categoria {
      flex: none;
      width: 100% !important;
      margin-right: 0 !important;
      margin-bottom: 10px;
      min-width: 0px;
      height: 40px !important;

    }

    .btn-buscar {
      width: 100% !important;
      margin-right: 0 !important;
      margin-bottom: 10px;
    }



    .bg-blue {
      height: auto;
      border-radius: 0px;
      padding: 20px !important;
      border-radius: 0px !important;
    }

    .imagenarticulo {
      height: 110px !important;
      width: 100% !important;
      border-radius: 20px 20px 0px 0px !important;
      object-fit: cover;
      object-position: center;
      position: relative;
    }

    .imagenarticulo:hover {
      object-position: center;
    }

    .bg-blue-articulo {
      height: auto;
      border-radius: 0px;
      padding: 4px !important;

    }

    .imagenarticulocompleto {
      height: 150px !important;
      width: 100% !important;
      border-radius: 20px 20px 0px 0px !important;
      object-fit: cover;
      object-position: center;
      position: relative;
    }

    .linea-toggle {
      border: none;
      border-top: 1pt solid #173a63;
      width: 200px;
      margin: 0 auto;
    }

    .botonvermas {
      font-size: 15px;
      padding: .3em 60px 7px;
    }

    .content-blogs-epm .item.it-b-epm .img img {
      height: 110px !important;
    }

    .content-blogs-epm .item.it-b-epm .info button .blogepm {
      margin-top: 20px !important;
      width: unset !important;

    }

    .content-blogs-epm .item.it-b-epm .info button {
      padding: 5px 20px !important;
      margin-top: 20px !important;
      width: auto !important;

    }

    .text-tituloarticulo {
      font-size: 15px;
    }

    .col {
      padding-right: 5px !important;

    }


    .text-titulo {
      color: #003967;
      font-family: 'century_gothicregular';
      font-size: 15px;
      padding-left: 0px;
    }

    .botonleermas {
      font-size: 15px;
      padding: .3em 60px 7px;

    }

    .text-contenido {
      color: #003967;
      font-family: 'century_gothicregular';
      font-size: 12px;
      padding-left: 0px;
      margin-bottom: 10px !important;
    }

    .botonladoizquierda {
      padding-left: 0px;
      width: 100%;
      display: flex;
      position: relative;
      flex-direction: column;
      text-align: center !important;

    }

    .gabrica-medios .owl-init .owl-nav .owl-next {
      width: 1px;
      height: 0px;
      font-size: 28px;
    }

    .gabrica-medios .owl-init .owl-nav .owl-prev {
      left: 1px;
      width: 1px;
      height: 0px;
      font-size: 28px;
    }





    .texto-gabricaen {
      font-size: 25px;
    }

    .medios span {
      font-size: 20px;
    }

    .enlace-articulo {
      color: #1e1e1c !important;
      font-family: 'century_gothicregular' !important;
      font-size: 12px;

    }

    .fuentes {
      padding-right: 0px;
      padding-left: 0px;
      font-size: 12px;

    }

    .text-articulo {
      padding-left: 15px !important;
      font-size: 12px;
      padding-right: 15px !important;

    }

    .text-right {
      padding-right: 0px !important;
      padding-left: 0px !important;
      font-size: 12px;
    }

    .text-right {
      text-align: right !important;
      font-size: 12px;
    }

    .text-contenidoarticulo2 {
      font-size: 12px;
    }

    .content-blogs-epm .item.it-b-epm .info h2 {
      font-size: 15px !important;
      height: 25px !important;
    }


    .espacioetapa {
      margin: 0 -34px !important;
    }

    .espacioespecie {
      margin: 0 -11px !important;
    }

    .content-blogs-epm .item.it-b-epm .img2 {
      position: relative;
      height: 130px !important;
    }

    .owl-carousel.genially .owl-stage-outer {
      height: 328px !important;
    }

    .searcher-epm .btn-epm-f-filter.active img {
      width: 85% !important;
    }

    .searcher-epm .btn-epm-f-filter img {
      width: 85% !important;
    }

    .searcher-epm .the_filter_epm form input {
      font-size: 16px !important;
    }

    .searcher-epm .btn-second-filter-epm a.inactive img {
      width: 56% !important;
    }

    .searcher-epm .btn-second-filter-epm a.active img {
      width: 65% !important;
    }

    .contenido-lado {
      margin-left: 60px;
    }

    .owl-carousel.genially .owl-item .imgicono img {
      width: 45%;
    }








  }



  @media screen and (min-width: 769px) and (max-width: 1367px) {

    .bg-blue2::after {
      height: 47.7%;
      width: 100% !important;

    }

    .bg-gatito::after {
      height: 47.7%;
      width: 100% !important;

    }


    .bg-gatoadulto::after {
      height: 47.7%;
      width: 100% !important;

    }


    .bg-gatosenior::after {
      height: 47.7%;
      width: 100% !important;

    }


    .bg-perrocachorro::after {
      height: 47.7%;
      width: 100% !important;

    }


    .bg-perroadulto::after {
      height: 47.7%;
      width: 100% !important;

    }



    .bg-perrosenior::after {
      height: 47.7%;
      width: 100% !important;

    }


    .bg-perro::after {
      height: 47.7%;
      width: 100% !important;

    }


    .bg-gato::after {
      height: 47.7%;
      width: 100% !important;

    }

    .filtro-nombre {
      flex: 2;
      min-width: 600px;
      height: 35px !important;
      border: 0px !important;
      margin-right: 20px !important;
      border-radius: 8px !important;
      color: #1d1d1b !important;
    }



    .filtro-categoria {
      flex: 1;
      min-width: 453px;
      height: 35px !important;
      border: 0px !important;
      margin-right: 20px !important;
      border-radius: 8px !important;
      color: #1d1d1b !important;
    }


    .btn-buscar {
      width: 100% !important;
      margin-right: 0 !important;
      margin-bottom: 0px !important;

    }






    .bg-blue {
      height: 300px !important;
      border-radius: 0px;
      padding: 30px 60px 20px 2px !important
    }

    .imagenarticulo {
      height: 300px !important;
      width: 100% !important;
    }

    .bg-blue::after {

      width: 165px;
      left: -139px !important;

    }


    .imagenarticulo:hover {
      object-position: center;
    }


    .text-titulo {
      color: #003967;
      font-family: 'century_gothicregular';
      font-size: 20px;
      padding-left: 0px;
    }

    .text-contenido {
      color: #003967;
      font-family: 'century_gothicregular';
      font-size: 17px;
      padding-left: 0px;
      margin-bottom: 1rem;
    }

    .texto-gabricaen {
      font-size: 30px;
    }

    .medios span {
      font-size: 30px;
    }

    .gabrica-medios .owl-init .owl-nav .owl-prev {

      left: 10px;
    }

    .gabrica-medios .owl-init .owl-nav .owl-next {
      right: 10px;
    }

    .content-blogs-epm .tamañoimg {
      display: block;
      width: 17% !important;
    }

    .content-blogs-epm .item.it-b-epm .img2 {
      position: relative;
      height: 150px !important;
    }

    .searcher-epm .btn-epm-f-filter {
      background: transparent;
      position: relative;
      border: none;
      outline: none;
      display: block;
      margin: auto;
      padding: 0 38px !important;
      transition: all .3s ease;
    }

    .espacioespecie {
      margin: 0 -37px !important;
    }

    .espacioetapa {
      margin: 0 -50px !important;
    }

    .owl-carousel.genially .owl-item .imgicono img {
      width: 45%;
    }

    .contenido-lado {
      margin-left: 40px !important;
    }










  }


  @media screen and (max-width: 1280px) {

    .contenido-lado {
      margin-left: 20px !important;
    }
  }








  /*popup inicio*/

  #modalpop .botonbloque4azul {
    padding: 0.5em 122px 010px;
    font-size: 1.25rem;
    color: #fff;
    background-color: #003967;
    border-color: #A29F9F;

  }

  #modalpop .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /*   width: 144% 91%!important;*/
    width: 100% !important;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    outline: 0;
  }

  #modalpop .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }

  #modalpop .modal-lg,
  #modalpop .modal-xl {
    max-width: 66% !important;
    top: 25px !important;
  }

  #modalpop .fa-bookmark {
    color: #003967;
    width: 19px;
    height: 32px;
    font-size: 30px;
  }

  #modalpop .btn-cerrar-modal {
    top: 15px;
    right: 15px;
    width: 27px;
    height: 27px;
    background-color: #003967 !important;
    color: #fff;
    border: 2px solid #003967 !important;
    border-radius: 50%;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
    opacity: unset !important;
    border-color: #003967;
  }




  #modalpop .btn-cerrar-modal:hover {
    background-color: #0056b3;
    /* azul más oscuro al pasar el mouse */
  }

  #modalpop .etiqueta {
    font-size: 13px;
    display: inline-block;
    transform: rotate(-5deg);
    /* fondo inclinado */
    background-color: #6CD9FF;
    border-radius: 10px;
    padding: 0px 10px;
  }

  #modalpop .etiqueta span {
    display: inline-block;
    transform: rotate(3deg);
    color: #f6f4ff;
    font-family: 'century_gothicregular';
    font-size: 30px;
  }


  #modalpop .equinos {
    width: 100%;
    height: 458px;
    background-color: #279367;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #modalpop .veterinario {
    width: 100%;
    height: 458px;
    background-color: #3eb6e9;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

  }

  #modalpop .mascota {
    width: 100%;
    height: 458px;
    background-color: #6cd9ff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

  }

  #modalpop .cliente {
    width: 100%;
    height: 458px;
    background-color: #6f46d1;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

  }

  #modalpop .iniciopop {
    display: flex;
    justify-content: center;
    align-items: center;

  }

  #modalpop .titulo strong {
    color: #003967;
    font-size: 28px;
  }

  #modalpop .titulo2 {
    color: #003967 !important;
    font-size: 27px;
  }

  #modalpop .modal-body .titulo2 strong {
    color: #003967 !important;
  }

  #modalpop .titulo3 {
    color: #003967;
    font-size: 30px;
  }

  #modalpop .visit {
    color: #003967;
    font-size: 15px;
    text-align: center;
    margin-top: 0px !important;
  }


  #modalpop .img-mascotatitulo {
    width: 23%;
    height: auto;
    margin: 0 !important;
  }

  #modalpop .img-mascotatarjeta {
    width: 53%;
    height: auto;
    margin: 0 !important;
  }

  #modalpop .img-clientetetarjeta {
    width: 48%;
    height: auto;
    margin: 0 !important;
  }

  #modalpop .img-veterinariotarjeta {
    width: 69%;
    height: auto;
    margin: 0 !important;
  }

  #modalpop .img-equinostarjeta {
    width: 49%;
    height: auto;
    margin: 0 !important;
  }

  #modalpop .img-narices {
    width: 81%;
    height: auto;
    margin: 0 !important;
  }


  #modalpop .img-logocol {
    width: 32%;
    height: auto;
    margin: 0 !important;
  }

  #modalpop .img-logopaises {
    width: 3%;
    height: auto;
    margin: 0 !important;
  }

  #modalpop .text-tarjeta {
    color: #003967;
    font-size: 33px;
    margin-bottom: 32px;
  }

  #modalpop .text-tarjeta2 {
    color: #fff;
    font-size: 33px;
    margin-bottom: 32px;
  }


  /* Animación tipo "pulseBtns" */
  @keyframes pulseBtns {
    25% {
      transform: scale(1.05);
    }

    75% {
      transform: scale(0.95);
    }
  }

  #modalpop .btn-ingresar {
    padding: 0.1em 69px 1px;
    font-size: 1.25rem;
    color: #fff;
    background-color: #003967;
    border-radius: 10px;
    margin-top: 63px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  #modalpop .btn-ingresar:hover {
    animation: pulseBtns 1s linear infinite;
    color: #6cd9ff
  }




  #modalpop .botonequinos {
    padding: 0.1em 40px 1px;
    font-size: 1.25rem;
    color: #fff;
    background-color: #279367;
    margin-top: 20px;
    border-radius: 10px;
    margin-top: 63px;

  }

  #modalpop .botonequinos:disabled {
    background-color: transparent;
    color: #279367;
    border: none;
    cursor: default;
    font-weight: bold;
    pointer-events: none;
  }

  #modalpop .botonequinos.inactive:hover {
    background-color: transparent;
    color: #fff;
  }

  #modalpop .modal-dialog {
    width: unset !important;
  }



  @media (max-width: 768px) {

    #modalpop .modal-open .modal {
      overflow-x: hidden;
      overflow-y: auto;
      padding-right: 0px !important;
    }



    #modalpop .modal-open {
      overflow-x: hidden !important;
      overflow-y: auto !important;
      margin: unset !important;
      padding-right: 0px !important;
    }

    #modalpop .modal-open .modal {
      overflow-x: hidden !important;
      overflow-y: auto !important;
      padding-right: 0 !important;

    }

    .modal {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1050;
      display: none;
      width: 100%;
      height: 100%;
      overflow: hidden;
      outline: 0;
      padding-right: 0px !important;

    }

    #modalpop .modal {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1050;
      display: none;
      width: 100%;
      height: unset;
      overflow: hidden;
      outline: 0;
      padding-right: 0 !important;
    }

    #modalpop .modal-content {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      width: 96% !important;
      pointer-events: auto;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, .2);
      border-radius: 10px;
      outline: 0;
      margin: unset;
      padding-right: 6px !important;
      padding-left: 6px !important;
    }

    #modalpop .modal-lg {
      max-width: 100% !important;
      top: 25px !important;
      margin: 0 5px 0 8px;
    }

    #modalpop .modal-xl {
      max-width: 100% !important;
      top: 25px !important;
    }

    #modalpop .iniciopop {
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      flex-direction: row !important;
      margin-left: -36px !important;
      margin-right: -16px !important;
      margin-top: -50px !important;
      margin-bottom: -15px !important;
    }



    #modalpop .img-logocol {
      width: 38%;
      height: auto;
      margin: 0 !important;
    }

    #modalpop .img-fluid {
      max-width: 83%;
      height: auto;
      margin: 0 27px 0;
    }

    #modalpop .titulo strong {
      font-size: 13px;
    }

    #modalpop .titulo2 {
      font-size: 12px;
    }

    #modalpop .titulo3 {
      font-size: 13px;
    }

    #modalpop .visit {
      font-size: 11px;
      margin-top: 15px !important;
    }

    #modalpop .img-mascotatitulo {
      width: 100%;
      height: auto;
      margin: 0 !important;
    }

    #modalpop .titulo4 {
      padding: unset;
    }

    #modalpop .img-narices {
      width: 27%;
      height: auto;
      margin-left: 10px !important;
    }

    #modalpop .mascota {
      width: 100%;
      height: 78px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      align-content: flex-start;
      flex-direction: row;
    }

    #modalpop .equinos {
      width: 100%;
      height: 78px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      align-content: flex-start;
      flex-direction: row;
    }

    #modalpop .cliente {
      width: 100%;
      height: 78px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      align-content: flex-start;
      flex-direction: row;
    }

    #modalpop .veterinario {
      width: 100%;
      height: 78px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      align-content: flex-start;
      flex-direction: row;
    }

    #modalpop .text-tarjeta {
      color: #003967;
      font-size: 15px;
      margin-bottom: unset;
    }

    #modalpop .text-tarjeta2 {
      color: #fff;
      font-size: 15px;
      margin-bottom: unset;
    }

    #modalpop .btn-ingresar {
      padding: 0.1em 13px 1px;
      font-size: 0.80rem;
      color: #fff;
      background-color: #003967;
      border-radius: 10px;
      margin-right: 10px;
      margin-top: unset;
    }

    #modalpop .botonequinos {
      padding: 0.1em 1px 1px;
      font-size: 0.65rem;
      color: #fff;
      background-color: #279367;
      border-radius: 10px;
      margin-top: unset;
      margin-right: 10px;
    }

    #modalpop .contenido3 {
      display: flex;
      flex-direction: column;

    }

    #modalpop .img-logopaises {
      width: 10%;
      height: auto;
    }

    #modalpop .btn-cerrar-modal {
      top: 15px;
      right: 15px;
      width: 20px;
      height: 20px;
      background-color: #003967 !important;
      color: #fff;
      border: 2px solid #003967 !important;
      border-radius: 50%;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
      transition: background-color .3s;
      opacity: unset !important;
      border-color: #003967;
    }
  }

  @media screen and (min-width: 769px) and (max-width: 1367px) {


    #modalpop .modal-content {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100% !important;
      pointer-events: auto;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, .2);
      border-radius: 10px;
      outline: 0;

    }

    #modalpop .titulo strong {
      color: #003967;
      font-size: 19px;
    }

    #modalpop .equinos {
      width: 100%;
      height: 360px;
    }

    #modalpop .titulo2 {
      font-size: 16px !important;
    }

    #modalpop .mascota {
      width: 100%;
      height: 360px;
    }

    #modalpop .cliente {
      width: 100%;
      height: 360px;
    }

    #modalpop .veterinario {
      width: 100%;
      height: 360px;
    }


    #modalpop .titulo3 {
      font-size: 18px;
    }

    #modalpop .text-tarjeta {
      color: #003967;
      font-size: 22px;
      margin-bottom: 32px;
    }

    #modalpop .text-tarjeta2 {
      color: #fff;
      font-size: 22px;
      margin-bottom: 32px;
    }

    #modalpop .btn-ingresar {
      padding: 0.1em 38px 1px;
    }

    #modalpop .botonequinos {
      padding: 0.1em 14px 1px;

    }

    #modalpop .img-logocol {
      width: 40%;
      height: auto;
      margin: 0 !important;
    }



  }