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

  /*.borde-custom {
  border: 2px solid #003967;  Cambia color y grosor 
  border-radius: 50px 0px 0px 0px;    Opcional: bordes redondeados 
}*/

.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;
  /* padding: 5em 2px 4px padding: 1rem 1.5rem;Añadir más padding para un botón más grande */
  font-size: 18px;
  /* Aumentar el tamaño de fuente */
  color: #ffffff;
  background-color: #003967;
  border-radius: 10px;
}

.botonladoizquierda {
  text-align: left !important;

}


.botonvermas {
  padding: 0.5em 60px 010px;
  /* padding: 5em 2px 4px padding: 1rem 1.5rem;Añadir más padding para un botón más grande */
  font-size: 18px;
  /* Aumentar el tamaño de fuente */
  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;
  /*border: 1px solid cyan;*/
}

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

.gabrica-medios .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;
  /* padding: 5em 2px 4px padding: 1rem 1.5rem;Añadir más padding para un botón más grande */
  font-size: 18px;
  /* Aumentar el tamaño de fuente */
  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;
  /* padding: 5em 2px 4px padding: 1rem 1.5rem;Añadir más padding para un botón más grande */
  font-size: 18px;
  /* Aumentar el tamaño de fuente */
  color: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  background-color: #003967 !important;

}



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

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


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








@media (max-width: 768px) {

  .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 {
    margin-top: 20px !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;
  }

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

  }








}



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

  .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;
  }






}







/*popup inicio*/

#modalpop .botonbloque4azul {
  padding: 0.5em 122px 010px;
  /* padding: 5em 2px 4px padding: 1rem 1.5rem;Añadir más padding para un botón más grande */
  font-size: 1.25rem;
  /* Aumentar el tamaño de fuente */
  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% !important;*/
  width: 91% !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: #fff !important;
  color: #003967;
  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: 38px;
}

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

#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;
}


/* 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;
  /* transición suave cuando no hay animación */
}

/* Cuando el usuario pasa el mouse, activa la animación */
#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;
  /* color que debe ir cuando se active equinos #003967*/
  /*border-color: #279367; /* color que debe ir cuando se active equinos #A29F9F*/
  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;
}



@media (max-width: 768px) {

  #modalpop .modalimgtitulo {
    margin: unset !important;
  }

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

  #modalpop .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    /* width: 144% !important; */
    width: 141% !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;
  }

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

  #modalpop.iniciopop {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 0px -31px 0px;
  }


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

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

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

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

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

  #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: 121%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    align-content: flex-start;
    flex-direction: row;
    margin-left: -29px;
  }

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

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

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

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

  #modalpop .btn-ingresar {
    padding: 0.1em 6px 1px;
    font-size: 1rem;
    color: #fff;
    background-color: #003967;
    /* border-color: #A29F9F; */
    /* margin-top: 20px; */
    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;
    /* margin-top: 20px; */
    border-radius: 10px;
    margin-top: unset;
    margin-right: 10px;
  }

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

  }

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

@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 .equinos {
    width: 100%;
    height: 360px;
    /* 374*/
  }

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

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

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

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

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

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

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

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

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

  }

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








}