/* =========================================================
   PREVEM 2026
   Archivo: prevem2.css
   ========================================================= */

/* ---------- Colores ---------- */
:root{
	--prevem-azul: #193566;
	--prevem-azul-2: #18325f;
	--prevem-verde: #7fbf00;
	--prevem-verde-2: #6cad00;
	--prevem-verde-3: #dfe7d3;
	--prevem-verde-4: #f2f8e5;
	--prevem-gris-bg: #edf0ef;
	--prevem-gris-2: #414042;
	--prevem-gris-texto: #6f6f6f;
	--prevem-blanco: #ffffff;
	--prevem-borde: #d9ddd5;
	--prevem-titulos: #13212b;
	--prevem-sombra: 0 10px 30px rgba(0,0,0,.06);
}

.prevem-azul{color: var(--prevem-azul)}
.prevem-azul-2{color: var(--prevem-azul-2)}
.prevem-verde{color: var(--prevem-verde)}
.prevem-verde-2{color: var(--prevem-verde-2)}
.prevem-verde-3{color: var(--prevem-verde-3)}
.prevem-verde-4{color: var(--prevem-verde-4)}
.prevem-gris-bg{color: var(--prevem-gris-bg)}
.prevem-gris-2{color: var(--prevem-gris-2)}
.prevem-gris-texto{color: var(--prevem-gris-texto)}
.prevem-blanco{color: var(--prevem-blanco)}
.prevem-borde{color: var(--prevem-borde)}
.prevem-titulos{color: var(--prevem-titulos)}


/* =========================================================
   FUENTES PREVEM
   ========================================================= */

@font-face{
	font-family: 'Gotham-Light';
	src: url('fonts/Gotham-Light.otf') format('opentype');
	font-style: normal;
}

@font-face{
	font-family: 'Gotham-Book';
	src: url('fonts/Gotham-Book.otf') format('opentype');
	font-style: normal;
}

@font-face{
	font-family: 'Gotham-Medium';
	src: url('fonts/Gotham-Medium.otf') format('opentype');
	font-style: normal;
}

@font-face{
	font-family: 'Gotham-Bold';
	src: url('fonts/Gotham-Bold.otf') format('opentype');
	font-style: normal;
}

@font-face{
	font-family: 'Gotham-Black';
	src: url('fonts/Gotham-Black.otf') format('opentype');
	font-style: normal;
}

.font-Gotham-Light{
	font-family: 'Gotham-Light',Arial, sans-serif !important;
}
.font-Gotham-Book{
	font-family: 'Gotham-Book',Arial, sans-serif !important;
}
.font-Gotham-Medium{
	font-family: 'Gotham-Medium',Arial, sans-serif !important;
}
.font-Gotham-Bold{
	font-family: 'Gotham-Bold',Arial, sans-serif !important;
}
.font-Gotham-Black{
	font-family: 'Gotham-Black',Arial, sans-serif !important;
}

@font-face{
	font-family: 'Inter-ExtraLight';
	src: url('fonts/Inter-ExtraLight.ttf') format('truetype');
	font-style: normal;
}

@font-face{
	font-family: 'Inter-Regular';
	src: url('fonts/Inter-Regular.ttf') format('truetype');
	font-style: normal;
}

@font-face{
	font-family: 'Inter-Medium';
	src: url('fonts/Inter-Medium.ttf') format('truetype');
	font-style: normal;
}

@font-face{
	font-family: 'Inter-SemiBold';
	src: url('fonts/Inter-SemiBold.ttf') format('truetype');
	font-style: normal;
}

@font-face{
	font-family: 'Inter-Bold';
	src: url('fonts/Inter-Bold.ttf') format('truetype');
	font-style: normal;
}

@font-face{
	font-family: 'Inter-Black';
	src: url('fonts/Inter-Black.ttf') format('truetype');
	font-style: normal;
}

.font-Inter-ExtraLight{
	font-family: 'Inter-ExtraLight',Arial, sans-serif !important;
}
.font-Inter-Regular{
	font-family: 'Inter-Regular',Arial, sans-serif !important;
}
.font-Inter-Medium{
	font-family: 'Inter-Medium',Arial, sans-serif !important;
	line-height: 1;
}
.font-Inter-SemiBold{
	font-family: 'Inter-SemiBold',Arial, sans-serif !important;
}
.font-Inter-Bold{
	font-family: 'Inter-Bold',Arial, sans-serif !important;
}
.font-Inter-Black{
	font-family: 'Inter-Black',Arial, sans-serif !important;
}



.prevem2-home{
	color: var(--prevem-gris-2);
	overflow: hidden;
}

.border-bottom-verde{
	border-bottom: 1px solid var(--prevem-verde);
}

a.navbar-brand.prevem2-brand {
	display: flex;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
	flex-direction: row;
	align-content: center;
	align-items: center;
}

.plecaverdelogo{
	width: 60px;
	height: 150px;
	background-color: #82bc00;
	margin-right: 20px;
	border-radius: 0 0 30px 0;
}

.prevem2-home,
.prevem2-home p,
.prevem2-home li,
.prevem2-home a,
.prevem2-home span,
.prevem2-home small,
.prevem2-home h1,
.prevem2-home h2,
.prevem2-home h3,
.prevem2-home h4,
.prevem2-home h5,
.prevem2-home h6{
	font-family: 'Inter', Arial, sans-serif;
}

/* =========================================================
   AJUSTES TIPOGRÁFICOS
   ========================================================= */

.prevem2-hero-title,
.prevem2-section-heading h2,
.prevem2-card h3,
.prevem2-brand-end{
	font-family: 'Inter-SemiBold', Arial, sans-serif;
}

.prevem2-hero-title{
	font-weight: 900;
	letter-spacing: -1.5px;
}

.prevem2-hero-title span{
	font-family: 'Gotham', Arial, sans-serif;
	font-weight: 700;
}

.prevem2-section-heading h2{
	letter-spacing: -.5px;
}

.prevem2-card h3{
	font-weight: 700;
	letter-spacing: -.5px;
}

.prevem2-card p,
.prevem2-lista-info li,
.prevem2-testimonio-card p,
.prevem2-section-heading p{
	font-family: 'Inter-Regular', Arial, sans-serif;
}

.prevem2-btn-mini,
.prevem2-channel-link{
	font-family: 'Gotham', Arial, sans-serif;
	font-weight: 700;
	letter-spacing: .4px;
}

.prevem2-home a{
	text-decoration: none;
	transition: all .25s ease;
}

.prevem2-home img{
	max-width: 100%;
	height: auto;
}

.prevem2-home section{
	position: relative;
}

/* ---------- Contenedores ---------- */
.prevem2-home .container{
	position: relative;
	z-index: 2;
}

.prevem2-category,
.prevem2-diferenciadores,
.prevem2-testimonios{
	padding: 70px 0;
}

/* ---------- Hero ---------- */
.prevem2-hero{
	background: #ffffff;
	padding: 60px 0 60px;
}

.btn-lineasverdes{
	border-right: 5px;
	border-left: 5px;
	border-style: solid;
	border-top: 0;
	border-bottom: 0;
	border-color: #82bc00;
}

.btn-hero {
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 50px 0 0 0;
}

.prevem2-hero-copy{
	max-width: 480px;
	margin: 0 auto;
}

.prevem2-hero-title{
	font-size: 72px;
	line-height: .95;
	font-weight: 800;
	color: var(--prevem-azul);
	margin: 0 0 30px;
	letter-spacing: -1px;
}

.prevem2-hero-title span{
	display: block;
	color: var(--prevem-verde);
	font-size: 62px;
	font-weight: 800;
	margin-top: 8px;
}

.prevem2-hero-title sup{
	font-size: 22px;
	top: -1.1em;
}

.prevem2-hero-links{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0;
	margin-top: 10px;
}

.prevem2-hero-links a{
	color: var(--prevem-azul);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 28px;
	position: relative;
	display: inline-block;
}

.prevem2-hero-links a:first-child{
	padding-left: 0;
}

.prevem2-hero-links a:not(:last-child)::after{
	content: "";
	width: 2px;
	height: 48px;
	background: var(--prevem-verde);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.prevem2-hero-links a:hover{
	color: var(--prevem-verde);
}

.prevem2-hero-logo-shape{
	text-align: center;
	max-width: 460px;
	margin: 0 auto;
	padding: 10px;
}

.prevem2-hero-logo-shape img{
	max-height: 430px;
	object-fit: contain;
}

/* ---------- Encabezados de sección ---------- */
.prevem2-section-heading{
	margin-bottom: 40px;
}

.prevem2-section-heading h2{
	color: var(--prevem-titulos);
	font-size: 40px;
	line-height: 1.1;
	margin-bottom: 12px;
}

.prevem2-section-heading p{
	color: var(--prevem-gris-texto);
	font-size: 18px;
	margin-bottom: 16px;
	line-height: 1.4;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 2px solid #80bc00;
}

hr.blue {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 2px solid var(--prevem-azul);;
}

.texto-gris {
	color: #ffffff;
}

.prevem2-divider{
	width: 88px;
	height: 4px;
	border-radius: 10px;
	background: var(--prevem-verde);
	display: inline-block;
}

.prevem2-divider-blue{
	background: var(--prevem-azul);
}

.prevem2-divider-green{
	background: #1f6f3a;
}

/* ---------- Fondos de categorías ---------- */
.prevem2-category-soft{
	background: var(--prevem-verde-4);
}

.prevem2-category-gray{
	background: #e7eaed;
}

/* ---------- Tarjetas ---------- */
.prevem2-card{
	background: #fff;
	border-radius: 16px;
	box-shadow: var(--prevem-sombra);
	padding: 26px 24px 22px;
	height: 100%;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,.03);
}

.prevem2-card-dot{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--prevem-verde);
	margin-bottom: 14px;
}

.prevem2-card h3 span{
	display: block;
}

.card-title{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.card-subtitulo{
	color: var(--prevem-gris-2);
	min-height: 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.card-descripcion{
	color: #666;
	font-size: 14px;
	line-height: 1.55;
	margin-bottom: 18px;
	min-height: 120px;
	text-align: justify;
}

.prevem2-card-blue .prevem2-card-dot{
	background: var(--prevem-azul);
}

.prevem2-card-green .prevem2-card-dot{
	background: #1f6f3a;
}

/* ---------- Botones ---------- */
.prevem2-btn-mini{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--prevem-verde);
	color: #fff !important;
	font-size: 11px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .3px;
	padding: 8px 14px;
	border-radius: 30px;
	text-transform: uppercase;
	box-shadow: none;
	border: 0;
}

.prevem2-btn-mini::after{
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 8px;
	font-size: 10px;
}

.prevem2-btn-mini:hover{
	background: var(--prevem-azul);
	color: #fff !important;
	transform: translateY(-1px);
}

.prevem2-btn-mini-blue{
	background: var(--prevem-azul);
}

.prevem2-btn-mini-blue:hover{
	background: var(--prevem-verde);
}

.prevem2-btn-mini-green{
	background: #1f6f3a;
}

.prevem2-btn-mini-green:hover{
	background: var(--prevem-verde);
}

/* ---------- Diferenciadores ---------- */
.prevem2-diferenciadores{
	background: #ffffff;
}

.prevem2-box{
	background: var(--prevem-verde-4);
	border-radius: 20px;
	padding: 34px 30px;
	height: 100%;
	border: 1px solid rgba(127,191,0,.08);
}

.prevem2-lista-info{
	list-style: none;
	padding: 0;
	margin: 0;
}

.prevem2-lista-info li{
	color: #5f5f5f;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 18px;
}

.prevem2-lista-info li:last-child{
	margin-bottom: 0;
}

.prevem2-lista-info strong{
	display: block;
	color: var(--prevem-verde);
	font-size: 16px;
	line-height: 0.75;
	font-weight: 800;
}

.prevem2-brand-end{
	color: var(--prevem-verde);
	font-size: 60px;
	line-height: 1;
	font-weight: 800;
	margin-top: 50px;
}

.prevem2-brand-end sup{
	font-size: 19px;
	top: -1.3em;
}

/* ---------- Testimonios ---------- */
.prevem2-testimonios{
	padding-bottom: 80px;
}

.prevem2-testimonio-card{
	background: #fff;
	border: 2px dashed #58595b;
	border-radius: 18px;
	padding: 14px;
	height: 100%;
	box-shadow: 0 6px 16px rgba(0,0,0,.03);
}

.prevem2-testimonio-card img{
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 12px;
}

.prevem2-testimonio-card h4{
	color: #1f1f1f;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #a8d23d;
}

.prevem2-testimonio-card p{
	font-size: 14px;
	line-height: 1.55;
	color: #4d4d4d;
	margin-bottom: 14px;
	min-height: 68px;
}

.prevem2-channel-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--prevem-verde);
	color: #fff !important;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	padding: 14px 28px;
	border-radius: 14px;
	margin-top: 10px;
}

.prevem2-channel-link::after{
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 16px;
	font-size: 24px;
}

.prevem2-channel-link:hover{
	background: var(--prevem-azul);
	color: #fff !important;
}

/* ---------- Apoyos visuales ---------- */
.prevem2-home .row > [class*="col-"]{
	margin-bottom: 0;
}

/* ---------- Footer actual: ajuste visual a nueva imagen ---------- */
footer{
	background: #7fbf00 !important;
}

footer .titulo-contacto,
footer h3,
footer h4,
footer h5,
footer p,
footer li,
footer a,
footer span{
	color: #fff !important;
}

footer a:hover{
	color: #dce9b7 !important;
	text-decoration: none;
}

footer .sub-footer{
	background: rgba(0,0,0,.06) !important;
}

footer .redes-sociales-footer a,
footer .social-footer a{
	color: #fff !important;
}

/* ---------- Botón pago en línea ---------- */
.boton-pagolinea{
	position: fixed;
	top: 100px;
	left: 20px;
	z-index: 1040;
	border-radius: 30px !important;
	padding: 10px 18px !important;
	font-weight: 700;
	box-shadow: 0 10px 25px rgba(0,0,0,.15);
}

/* ---------- Modales: pequeños ajustes visuales ---------- */
#cotizarModal .modal-content,
#recibirInfoModal .modal-content,
#exampleModal1 .modal-content{
	border-radius: 18px;
	border: 0;
	overflow: hidden;
}

#cotizarModal .modal-header,
#recibirInfoModal .modal-header,
#exampleModal1 .modal-header{
	background: #f4f7ef;
	border-bottom: 1px solid #e6ebde;
}

#cotizarModal .modal-title,
#recibirInfoModal .modal-title,
#exampleModal1 .modal-title{
	color: var(--prevem-azul);
	font-weight: 700;
}

/* ---------- Responsive ---------- */
@media (max-width: 1399.98px){
	.prevem2-hero-title{
		font-size: 62px;
	}

	.prevem2-hero-title span{
		font-size: 52px;
	}

	.prevem2-card h3{
		font-size: 27px;
	}

	.prevem2-card h4{
		font-size: 24px;
	}

	.prevem2-section-heading h2{
		font-size: 42px;
	}

	.prevem2-channel-link{
		font-size: 24px;
	}
}

@media (max-width: 1199.98px){
	.prevem2-hero{
		padding: 70px 0 50px;
	}

	.prevem2-hero-copy{
		max-width: 100%;
	}

	.prevem2-hero-title{
		font-size: 54px;
	}

	.prevem2-hero-title span{
		font-size: 46px;
	}

	.prevem2-card h3{
		font-size: 24px;
		min-height: 50px;
	}

	.prevem2-card h4{
		font-size: 21px;
		min-height: 56px;
	}

	.prevem2-card p{
		min-height: auto;
	}

	.prevem2-brand-end{
		font-size: 48px;
	}
}

@media (max-width: 991.98px){
	.prevem2-hero{
		text-align: center;
	}

	.prevem2-hero-copy{
		margin-bottom: 20px;
	}

	.prevem2-hero-title{
		font-size: 50px;
	}

	.prevem2-hero-title span{
		font-size: 42px;
	}

	.prevem2-hero-links{
		justify-content: center;
		gap: 16px 0;
		margin-top: 25px;
	}

	.prevem2-hero-links a{
		font-size: 17px;
		padding: 0 22px;
	}

	.prevem2-hero-links a:first-child{
		padding-left: 22px;
	}

	.prevem2-hero-logo-shape img{
		max-height: 320px;
	}

	.prevem2-section-heading h2{
		font-size: 36px;
	}

	.prevem2-section-heading p{
		font-size: 17px;
	}

	.prevem2-brand-end{
		margin-top: 30px;
		font-size: 44px;
	}

	.boton-pagolinea{
		left: 15px;
		top: auto;
		bottom: 15px;
	}
}

@media (max-width: 767.98px){
	.prevem2-home section{
		padding-left: 0;
		padding-right: 0;
	}

	.prevem2-hero{
		padding: 55px 0 35px;
	}

	.btn-lineasverdes{
		border-style: solid;
		border-top-width: 5px;
		border-bottom-width: 5px;
		border-right-width: 0;
		border-left-width: 0;
		border-color: #82bc00;
	}

	.prevem2-hero-title{
		font-size: 40px;
		line-height: 1;
		margin-bottom: 22px;
	}

	.prevem2-hero-title span{
		font-size: 33px;
	}

	.prevem2-hero-title sup{
		font-size: 14px;
	}

	.prevem2-hero-links{
		display: block;
	}

	.prevem2-hero-links a{
		display: block;
		padding: 12px 0;
		font-size: 20px;
	}

	.prevem2-hero-links a:first-child{
		padding-left: 0;
	}

	.prevem2-hero-links a:not(:last-child)::after{
		display: none;
	}

	.prevem2-hero-links a:not(:last-child){
		border-bottom: 1px solid #dbe5cc;
	}

	.prevem2-hero-logo-shape img{
		max-height: 250px;
	}

	.prevem2-category,
	.prevem2-diferenciadores,
	.prevem2-testimonios{
		padding: 50px 0;
	}

	.prevem2-section-heading{
		margin-bottom: 28px;
	}

	.prevem2-section-heading h2{
		font-size: 30px;
	}

	.prevem2-section-heading p{
		font-size: 16px;
	}

	.prevem2-card{
		padding: 22px 20px 20px;
	}

	.prevem2-card h3{
		font-size: 23px;
		min-height: auto;
	}

	.prevem2-card h4{
		font-size: 22px;
		min-height: auto;
	}

	.prevem2-box{
		padding: 24px 20px;
	}

	.prevem2-brand-end{
		font-size: 38px;
	}

	.prevem2-testimonio-card img{
		height: 200px;
	}

	.prevem2-channel-link{
		font-size: 18px;
		padding: 12px 18px;
		border-radius: 10px;
	}

	.prevem2-channel-link::after{
		font-size: 16px;
		margin-left: 10px;
	}
}

@media (max-width: 575.98px){
	.prevem2-hero-title{
		font-size: 34px;
	}

	.prevem2-hero-title span{
		font-size: 28px;
	}

	.prevem2-hero-links a{
		font-size: 18px;
	}

	.prevem2-section-heading h2{
		font-size: 27px;
	}

	.prevem2-card h3{
		font-size: 21px;
	}

	.prevem2-card h4{
		font-size: 20px;
	}

	.prevem2-btn-mini{
		width: 100%;
	}

	.prevem2-channel-link{
		width: 100%;
		font-size: 17px;
	}

	.boton-pagolinea{
		left: 10px;
		right: 10px;
		width: calc(100% - 20px);
		text-align: center;
	}
}

/* =========================================================
   HEADER / NAV
   ========================================================= */

.prevem2-header{
	position: relative;
	z-index: 1030;
	background: #fff;
}

.prevem2-header-top{
	background: #f4f7ef;
	border-bottom: 1px solid #e5ebda;
	padding: 10px 0;
}

.prevem2-toplink{
	font-family: 'Inter', Arial, sans-serif;
	font-size: 14px;
	color: #193566;
	font-weight: 600;
}

.prevem2-toplink i{
	color: #7fbf00;
	margin-right: 6px;
}

.prevem2-toplink:hover{
	color: #7fbf00;
	text-decoration: none;
}

.prevem2-topbtn{
	display: inline-block;
	background: #7fbf00;
	color: #fff !important;
	font-family: 'Gotham', Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .4px;
	text-transform: uppercase;
	padding: 10px 18px;
	border-radius: 30px;
}

.prevem2-topbtn:hover{
	background: #193566;
	color: #fff !important;
	text-decoration: none;
}

.prevem2-header-main{
	background: #fff;
}

.prevem2-navbar{
	min-height: 88px;
}

.prevem2-brand img{
	max-height: 90px;
	width: auto;
}

.prevem2-navbar .navbar-nav .nav-item{
	margin-left: 8px;
	margin-right: 8px;
}

.prevem2-navbar .navbar-nav .nav-link{
	font-family: 'Gotham', Arial, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #193566 !important;
	text-transform: uppercase;
	letter-spacing: .4px;
	padding: 12px 10px;
	position: relative;
}

.prevem2-navbar .navbar-nav .centroatencion{
	font-family: 'Gotham', Arial, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #ffffff !important;
	background-color: #193566;
	text-transform: uppercase;
	letter-spacing: .4px;
	padding: 12px 10px;
	position: relative;
}

.prevem2-navbar .navbar-nav .nav-link:hover,
.prevem2-navbar .navbar-nav .show > .nav-link,
.prevem2-navbar .navbar-nav .active > .nav-link{
	color: #7fbf00 !important;
}

.prevem2-navbar .dropdown-menu{
	border: 0;
	border-radius: 14px;
	box-shadow: 0 14px 30px rgba(0,0,0,.10);
	padding: 10px 0;
	margin-top: 8px;
}

.prevem2-navbar .dropdown-item{
	font-family: 'Inter', Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #193566;
	padding: 10px 18px;
}

.prevem2-navbar .dropdown-item:hover{
	background: #f4f7ef;
	color: #7fbf00;
}

.prevem2-toggler{
	border: 0;
	outline: none !important;
	box-shadow: none !important;
}

.prevem2-toggler .navbar-toggler-icon{
	width: 1.3em;
	height: 1.3em;
}

/* Responsive nav */
@media (max-width: 991.98px){
	.prevem2-header-top{
		padding: 8px 0;
	}

	.prevem2-topbtn{
		margin-top: 6px;
	}

	.prevem2-navbar{
		min-height: auto;
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.prevem2-navbar .navbar-collapse{
		margin-top: 14px;
		background: #fff;
		border-top: 1px solid #edf0e7;
		padding-top: 10px;
	}

	.prevem2-navbar .navbar-nav{
		align-items: flex-start !important;
	}

	.prevem2-navbar .navbar-nav .nav-item{
		width: 100%;
		margin: 0;
	}

	.prevem2-navbar .navbar-nav .nav-link{
		padding: 12px 12px;
		width: 100%;
		border-bottom: 1px solid #edf0e7;
	}

	.prevem2-navbar .dropdown-menu{
		box-shadow: none;
		border-radius: 0;
		padding: 0 0 8px;
		margin-top: 0;
	}

	.prevem2-navbar .dropdown-item{
		padding: 10px 0 10px 15px;
	}
}


.card-producto {
	padding: 20px;
}

.img-txt-producto {
	width: auto;
	height: 75px !important;
}

.lineaverde {
	height: 5px;
	background-color: #7fbf00;
	display: block;
	margin: 20px 0;
	border-radius: 30px;
}


::marker {
	color: #7fbf00;
}
@media (max-width: 1200px) {
	.ficha-tecnica {
		bottom: 10% !important;
	}
}

@media (max-width: 992px) {
	.ficha-tecnica {
		bottom: 25% !important;
	}
}

@media (max-width: 768px) {
	.ficha-tecnica {
		bottom: -5% !important;
	}
}

.ficha-tecnica {
	width: 100px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}


.img-bg-producto {
	width: 100%;
	height: 600px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
