/* card proveedor */
.card-proveedor {
	width: 100%;
	position: relative;
	/* height: 320px; */
	display: flex;
	flex-direction: column;
	box-shadow: 0 15px 23px -15px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	overflow: hidden;
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	color: initial;
    text-decoration: none;
}

.card-proveedor:hover .card-proveedor__bg {
	transform: scale(1.1);
}
.card-proveedor:hover {
	box-shadow: 0 15px 23px -15px rgba(0, 0, 0, 0.4);
}

.card-proveedor .top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	overflow: hidden;
    height: 220px;
}

.card-proveedor .top .top__icon {
	width: 52px !important;
    height: 60px !important;
    z-index: 3;
    position: absolute;
    margin-right: 20px;
    bottom: 0px;
	/* object-fit: contain; */
}

.card-proveedor .card-proveedor__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	transition: transform 0.3s ease-in-out;
}

.card-proveedor .wave-mask {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 80px;
	object-fit: fill;
	object-position: top;
	z-index: 2;
}

.card-proveedor .card-proveedor__content {
	z-index: 3;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
	min-height: 140px;
}

.card-proveedor .card-proveedor__content img {
	width: 60px;
	height: 60px;
	padding-bottom: 2rem;
	align-self: end;
	object-fit: contain;
}
.card-proveedor .card-proveedor__content .content__info {
	display: flex;
	flex-direction: column;
	text-align: left;
	padding-bottom: 2rem;
	width: 100%;
	padding: 1rem 2rem;
    border: none;
    text-decoration: none;
    
}
.card-proveedor .card-proveedor__content .content__info span {
	color: var(--green-color);
	font-size: 15px;
	font-family: Montserrat;
	font-weight: 700;
	text-decoration: none;
	margin-top: 1rem;
	text-transform: uppercase;
    border:none;
    text-decoration: none;
}

.card-proveedor .card-proveedor__content .content__info h3{
    border: none;
    text-decoration: none;
}

.video-thumb img{
	transition: .2s linear all;
}
.video-thumb:hover img{
	transform: scale(1.05)
}

#home-hero{
	height: 470px;
	margin-top: 83px;
}
#home-hero.imagenes-sinbg{
	height: auto !important;
	margin-top: 43px;
	position: relative
}

#home-hero.imagenes-sinbg .swiper{
	overflow: visible;
	position: static
}

#home-hero.imagenes-sinbg .swiper-slide-cover{
	position: static
}

#home-hero.imagenes-sinbg .swiper-pagination-bullet{
	background: rgba(71, 47, 146,.4);
	border: rgba(71, 47, 146,.4);
}
#home-hero.imagenes-sinbg .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: rgba(71, 47, 146,1);
	border: rgba(71, 47, 146,1);
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
}

.swiper-pagination-bullet{
	border-color: white;
	background: white;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #472f92;
	border-color: #472f92
}
.topnavbar{
	background: #472f92;
}
.home-cada-marca {
	position: relative;
	display: inline-block;
	margin: 10px;
	text-align: center;
}
.home-cada-marca img {
	max-width: 250px;
	transition: filter 0.3s ease;
}


.buttons-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	width: 100%;
	text-align: center;
}

.category-button {
	display: inline-block;
	padding: 8px 12px;
	margin: 0 5px;
	background-color: #472f92;
	color: white;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
	transition: background-color 0.3s ease;
}

.category-button:hover {
	background-color: #8644ed;
}

.blurred img {
	filter: blur(3px) brightness(0.8);
}

.blurred .buttons-container {
	display: block;
}


.thumbnoticia a{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 200px;
	width: 100%;
	border-radius: 12px;
	display: block;
	transition: .2s linear all;
}
.leaflet-container a{
	color: #473092
}

.badge-presentacion{
	background-color: rgba(71, 48, 146, 0.1);
	color: #473092
}

.icono-detalle-producto{
	width: 60px;
}

.icono-detalle-presentacion{
	max-width: 80px;
}
.container-detalle-pres p{
	font-size: 11px;
	line-height: 1.5;
	margin-top: 16px;
	text-transform: uppercase;
	color: #777777;
	  font-weight: 500;
}
table thead th{
background-color: rgba(71, 48, 146, 0.1) !important;
	color: #473092 !important
}

.bg-lila-claro{
	background-color: rgba(71, 48, 146, 0.05) !important;
}

.borde-sharing{
	border: 1.4px solid #472f92;
	border-radius: 12px;
	padding: 12px 5px;
}
img.sharing-brands-logo{
	max-width: 140px;
    margin: 20px 6px;
}

.titulo-animal{
	font-size: 20px;
    text-transform: uppercase;
    color: #472f92;
    letter-spacing: 3.7px;
    margin-bottom: 8px;
	font-weight: 400;
	margin-top: 30px
}

.titulo-interna-pres{
	font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    color: #472f92;
    margin-bottom: 18px;
}
.descripcion-interna-pres{
	font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
    margin-bottom: 30px;
	color: #5d5d5d !important;
	  font-weight: 400;
}
.mco-circle-container{
	display: flex;
    width: 100%;
    justify-content: center;
	    margin-top: -80px;
}

.mco-circle-container  .circle {
    width: 50px;
    height: 50px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #e4e4e4;
    margin-right: 5px;
    word-spacing: -4px;
    font-weight: 700;
    border: 2px solid #fff;
    color: #472f92;
}
.slogan-presentacion span{
	font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
    letter-spacing: 0.7px;
}