/*@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900&display=swap');*/
/*
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;800&display=swap');

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'Inter', sans-serif;
	font-display: swap;
	font-size: 16px;
}

/*************** GENERALES *******************/
:root {
	--azul1: #00171E;
	--azul2: #003459;
}

.mgt-20 {
	margin-top: 20px;
}

.mgb-20 {
	margin-bottom: 20px;
}

#anchoVentana {
	position: fixed;
	top: 50px;
	right: 0;
	width: 70px;
	height: 30px;
	padding: 5px 10px;
	background-color: #f00;
	color: #fff;
	font-size: 18px;
	z-index: 1000;
}

strong {
	color: #99050B;
	font-weight: 900;
}

.rojo {
	color: #99050B;
}

.imgResponsive {
	width: 100%;
}

.imgResponsive img {
	width: 100%;
	height: auto;
}

.centrado {
	text-align: center;
}

.bold {
	font-weight: 900;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font34 {
	font-size: 34px;
}

.mt20 {
	margin-top: 20px;
}

/***************** HEADER ********************/
header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
	height: 85px;
	background: var(--azul1);
	padding: 0px 0;
	webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.headerInner {
	width: 1200px;
	margin: 0 auto;
}

.headerIzq {
	float: left;
	width: 25%;
}

.headerDer {
	float: right;
	width: 70%;
}

.logo {}

.logo img {
	width: 100%;
	height: auto;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 25px 0 0 0;
}

nav ul li {
	float: left;
	margin-right: 30px;
}

nav ul li a {
	font-size: 14px;
	color: #f5f6f7;
	text-decoration: none;
	margin-right: 0px;
	font-weight: 500;
	padding: 5px 0px;
}

nav ul li a:hover {
	text-decoration: none;
	color: #ffcc00;
}

nav ul li a.active {
	color: #ffcc00;
}

.menuCelular {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 10000;
	color: #fff;
	display: none;
}

.menuCelular nav ul li {
	float: none;
	width: 100%;
	margin-right: 0px;
	text-align: center;
	margin-bottom: 12px;
}

.menuCelular nav ul li a {
	font-size: 28px;
	color: #f5f6f7;
	text-decoration: none;
	margin-right: 0px;
	font-weight: 500;
	padding: 25px 20px;
}

.hamburguesa {
	display: none;
	float: right;
	margin-top: 20px;
}

.cierre {
	position: fixed;
	top: 20px;
	right: 20px;
}

/**************** PARTICULAS ******************/
.contenedorParticulas {
	position: relative;
	height: auto;
	padding-bottom: 50px;
}

canvas {
	display: block;
	vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--azul1);
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.content-header {
	position: relative;
	z-index: 10;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.content-header h1 {
	font-size: 1em;
	color: white;
	text-align: center;
	font-weight: 600;
	text-transform: unset;
	display: block;
	margin: auto;
	margin-top: 6em;
}

.header-home-nuevo .main-title {
	font-size: 3rem;
	color: white;
	margin-top: 0.5em;
	text-align: center;
	display: block;
	width: 100%;
	font-weight: 700;
	padding: 0 5%;
	line-height: 1.3em;
}

.header-home-nuevo .main-title span {
	font-weight: 900;
	color: #ffcc00;
}

.header-home-nuevo .subtitle {
	color: white;
	font-size: 1.3em;
	display: block;
	width: 100%;
	text-align: center;
	margin: auto;
	margin-top: 1em;
	margin-bottom: .5em;
	padding: 0 10%;
}

.header-home-nuevo .subtitle span {
	color: #4397f5;
	font-weight: 600;
}

.boton {
	padding: 0.75rem 1.20rem;
	font-size: 1rem;
	margin: 0.5rem auto;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: #000;
	background-color: #ffcc00;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 4px;
	max-width: 100%;
	border: 0;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.boton a {
	color: #000;
	font-weight: 900 !important;
	text-decoration: none;
	margin: auto !important;
	margin-top: 2em !important;
	background-color: #ffcc00 !important;
	border: 1px solid #ffcc00 !important;
	padding: .8em !important;
	font-size: 1.2em !important;
}

.boton a:hover {
	color: #000 !important;
	text-decoration: none !important;
}




main {
	padding-top: 20px;
	width: 100%;
	overflow: hidden;
}

.banner {
	width: 100%;
	height: 350px;
	background: url('../imagenes/gray-container.jpg') repeat;
	margin-top: 78px;
}

.contenidoBanner {
	padding: 30px;
}

.contenidoBanner h1 {
	font-size: 44px;
	color: #011638;
	font-weight: 900;
}

.contenidoBanner h1 span {
	color: #fe0606;
}

.contenidoBanner p {
	font-size: 22px;
	line-height: 30px;
	padding: 0px;
}

.imgBanner {
	width: 100%;
	padding: 30px 0 0 0;
}

.imgBanner img {
	width: 100%;
	height: auto;
}

.contenidoBanner a {
	padding: 10px 30px;
	background: #fe0606;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	border-radius: 4px;
	border: none;
	margin-top: 15px;
	display: block;
	width: 180px;
	text-align: center;

}

section.welcome {
	padding: 20px 0;
}

section.welcome h2 {
	font-size: 38px;
	font-weight: 700;
	line-height: 44px;
	padding-top: 10px;
}

section.welcome h2 span {
	color: #fe0606;
	font-weight: 900;
}

.txtWelcome p {
	font-size: 18px;
	color: #000;
	line-height: 22px;
}


.categoria {
	width: 33.33%;
	float: left;
}

.imgCat {}

.imgCat img {
	width: 100%;
	height: auto;
}

.articulos {
	padding-top: 20px;
}

.imgArt {
	width: 100%;
}

.imgArt img {
	width: 100%;
	height: auto;
}

.tituloArt {
	width: 100%;
	display: table;
}

.tituloArt span {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	padding: 5px 5px;
	font-size: 18px;
	line-height: 26px;
	color: #000;
	font-weight: 900;
}

.sumillaArt {
	width: 100%;
	height: 80px;
	padding: 5px 5px;
	font-size: 14px;
	line-height: 20px,
}

.divWa {
	padding: 4px 10px;
	border: 0px solid #333;
	border-radius: 15px;
	margin-top: 14px;
	font-size: 26px;
	max-width: 240px;
	text-align: center;
	font-weight: 900;
	color: #fff;
	background-color: #00bb2d;
}

.divWa i {
	font-size: 30px;
	color: #fff;
}

.divWa a,
.divWa a:hover {
	color: #fff !important;
	text-decoration: none;
}

.padSection {
	padding: 20px 0;
}

.subtitulo h2 {
	font-size: 2rem;
	color: #111;
	font-weight: 900;
	text-align: center;
	margin-bottom: 20px;
}

.subtitulo h2:after {
	content: '';
	border-bottom: 2px solid #ffd600;
	width: 310px;
	max-width: 100%;
	margin: 20px auto;
	display: block;
}

.cluster {
	background-color: #fff;
	padding: 0px;
	text-align: center;
	margin-bottom: 20px;
}

.cluster img {
	width: 100%;
	height: auto;
}

.bgGris {
	background-color: #f7f7f7;
}

.txtCluster {
	padding: 10px 20px;
}

.txtCluster h3 {
	color: #000;
	font-size: 22px;
	font-weight: 900;
}

.txtCluster p {
	text-align: justify;
}

.artHome {
	border: 1px solid #ccc;
	border-radius: 0px;
	margin-bottom: 20px;
}

.imgArt {
	border: 0px solid #ccc;
}

.tituloArt {
	padding: 0px 10px;
	display: table;
	background-color: #eee;
	height: 60px;
}

.tituloArt span {
	display: table-cell;
	vertical-align: middle;
}

.tituloArt span a {
	color: #000;
	text-decoration: none;
}

.sumillaArt {
	padding: 5px 10px;
	height: 100px;
	text-align: justify;
}

.linkArt {
	text-align: center;
	padding: 10px 0;
	width: 100%;
	background-color: #ffd700;
}

.linkArt a {
	width: 100%;
	padding: 5px 30px;
	text-align: center;
	color: #000;
	font-weight: 900;
}

.linkArt a:hover {
	color: #000;
	text-decoration: none;
}

footer {
	width: 100%;
	min-height: 150px;
	background-color: var(--azul1);
	padding: 10px 0;
}

.logoFooter {
	width: 100%;
	text-align: center;
}

.logoFooter img {
	width: 90%;
	height: auto;
}

.infoFooter {
	padding: 20px 0 0 0;
	color: #fff;
}

.infoFooter h4 {
	font-size: 18px;
}

.infoFooter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.datosContactoFooter {
	display: flex !important;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.datosContactoFooter li {
	margin: 0;
	font-size: 14px;
	white-space: nowrap;
	display: inline-block !important;
}

ul.sociales li {
	float: left;
	margin-right: 20px;
	font-size: 34px;
}

ul.sociales li a {
	color: #fff;
	text-decoration: none;
}

.toTop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 10;
	display: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #000;
	padding: 0;
}

.show {
	display: block;
}

.js-count-particles {
	display: none;
}

.bannerSeccion {
	width: 100%;
	height: 150px;
	margin-top: 50px;
}

.bannerParallax {
	height: 190px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 57px;
	position: relative;
}

.bannerParallax::after {
	background-color: rgba(0, 0, 0, 0.75);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.bannerParallaxBajo {
	height: 100px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 57px;
}

.tituloSeccion {
	position: absolute;
	z-index: 10;
	width: 100%;
	top: 22%;
	align-items: center;
}

.tituloSeccion h1 {
	font-size: 3rem;
	color: white;
	text-align: center;
	font-weight: 900;
	text-transform: unset;
	display: block;
	text-shadow: 1px 1px 10px #000;
}

.tituloSeccionBajo {
	position: absolute;
	z-index: 10;
	width: 100%;
	top: 15%;
	align-items: center;
	font-size: 3em;
	color: white;
	text-align: center;
	font-weight: 900;
	text-transform: unset;
	display: block;
	text-shadow: 1px 1px 10px #000;
}

.contenidoSeccion {
	padding: 30px 30px 50px 0;
}

.contenidoSeccion h2 {
	font-weight: 900;
	margin-bottom: 10px;
	font-size: 34px;
}

.contenidoSeccion h2::after {
	content: "";
	border-bottom: 2px solid #162163;
	width: 310px;
	max-width: 100%;
	margin: 10px 0 20px 0;
	display: block;
}

.contenidoSeccion h3 {
	font-weight: 900;
	margin-bottom: 10px;
	font-size: 24px;
}

.contenidoSeccion h4 {
	font-weight: 900;
	margin-bottom: 10px;
	font-size: 20px;
}

.contenidoSeccion p {
	text-align: justify;
	font-size: 16px;
	line-height: 24px;
}

.contenidoSeccion img {
	width: 100%;
	height: auto;
	margin: 10px 0;
}

.submenuLateral {
	padding-top: 30px;
}

.submenuLateral ul {
	list-style: none;
	padding-top: 0;
	margin: 0;
}

.submenuLateral ul li {}

.submenuLateral ul li a {
	display: block;
	padding: 10px 10px;
	color: #000;
	text-decoration: none;
	background: #f5f6f7;
	border-bottom: 1px solid #fff;
	border-left: 3px solid #ccc;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.submenuLateral ul li a:hover {
	border-left: 3px solid #162163;
	padding-left: 15px;
	font-weight: 900;
}

.submenuLateral ul li a.active {
	border-left: 6px solid #162163;
	padding-left: 15px;
	font-weight: 900;
}

.celeste {
	background: #deebf3;
	padding: 20px;
	font-weight: 600;
}

.caracteristica h3 {
	font-size: 18px;
	font-weight: 900;
}

.caracteristica {
	margin-bottom: 20px;
}

.imagenHalf {
	max-width: 50%;
	height: auto;
}

.tituloTabla {
	background-color: #f4f6f8;
	font-weight: 900;
	border: 1px solid #dfe3e8;
}

.celdaSubtituloTabla {
	text-align: left;
	padding: 10px 10px;
	background-color: #f4f6f8;
	font-weight: 700;
	color: #000;
	border: 1px solid #dfe3e8;
}

.celdaTabla {
	padding: 10px 15px;
	border: 1px solid #dfe3e8;
}

.celdaTabla img {
	width: 40px;
	height: auto;
}

.celdaPrecio {
	padding: 10px 15px;
	border: 1px solid #dfe3e8;
	font-size: 38px;
	font-weight: 900;
}

.fontPrecio {
	font-weight: 900;
	font-size: 24px;
}

.divForm {
	background-color: #f7f7f7;
	padding: 0px;
	border-radius: 5px;
}

.divForm label {
	font-weight: 900;
	color: #000;
}

.cabeceraForm {
	background-color: #162163;
	padding: 10px 10px;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	border-radius: 10px 10px 0 0;
}

.divForm form {
	padding: 20px;
}

.btn-fucsia {
	background-color: #162163;
	padding: 10px 50px;
	border: none;
}

.imgCaractHosting {
	width: 100%;
}

.imgCaractHosting img {
	width: 100%;
	height: auto;
}

.caractHosting h3 {
	font-size: 18px;
}

.caracteristica {
	margin-bottom: 20px;
}

.caracteristica h3 {
	font-size: 18px;
	padding: 15px 0 0 0;
}

/********************* TABLA ******************/
.cabeceraTabla {
	background: #162163;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 10px 10px;
}

.celdaTabla {
	background: #F2F2F2;
	border-bottom: 1px solid #ccc;
	padding: 10px 10px;
	font-weight: 400;
	color: #545454;
	font-size: 14px;
}

.tablaPlan tr:hover {
	background: #fff;
}

.precioTabla {
	background: #162163;
	font-size: 22px;
	color: #fff;
	font-weight: 900;
	text-align: center;
	padding: 10px 10px;
}

.espaciador {
	width: 100%;
	height: 30px;
}

section.trabajos {
	background-color: #eee;
	padding: 15px 30px 30px 30px;
}

.trabajo {
	background-color: #fff;
	margin: 20px 10px 40px 10px;
	position: relative;
	overflow: hidden;
	min-height: 220px;
	box-shadow: 1px 1px 15px #999;
}

.tituloTrabajo {
	padding: 5px 10px;
	font-size: 20px;
	font-weight: 800;
	color: #000;
	text-align: center;
	border-top: 1px solid #162163;
}

.linkTrabajo {
	width: 100%;
}

.linkTrabajo a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	background-color: #162163;
	text-align: center;
}

.imgTrabajo img {
	width: 100%;
	height: auto;
}

.paginacion {
	min-width: 200px;
	margin: 0 auto 10px auto;
}

.pagina {
	float: left;
	margin-right: 10px;
	width: 32px;
	height: 40px;
	text-align: center;
}

.pagina a {
	display: block;
	background-color: #162163;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	padding: 5px;

	.pagina a:hover {
		text-decoration: none;
		background-color: #fff;
		color: #162163;
	}

	.pagina a.active {
		background-color: #f00;
	}

	/***************** ARTICULOS ******************/
	section.articulos {
		background-color: #fff;
		padding: 15px 30px 30px 30px;
		min-height: 300px;
	}

	.contenedorArticulo {
		padding: 35px 0px;
		margin: 0px 0 40px 0px;
		background: white;
	}

	.articulo {
		margin-bottom: 20px;
		background-color: #fff;
		/*box-shadow: 1px 0px 3px #ccc;*/
	}

	.listaRelacionados {
		width: 100%;
		display: block;
		min-height: 100px;
		margin-bottom: 20px;
	}

	.articuloRelacionado {
		float: left;
		width: 30%;
		margin: 10px 1%;
		border: 1px solid #ddd;
	}

	.picArticulo {
		width: 100%;
	}

	.picArticulo img {
		width: 100%;
		height: auto;
	}

	.tituloArticulo {
		display: table;
	}

	.innerTituloArticulo {
		width: 100%;
		display: table-cell;
		vertical-align: middle;
		height: 60px;
		padding: 6px 5px;
	}

	.innerTituloArticulo a {
		font-size: 20px;
		line-height: 24px;
		font-weight: 700;
		color: #000;
		text-decoration: none;
	}

	.innerTituloArticulo a:hover {
		text-decoration: none;
	}

	.sumillaArticulo {
		line-height: 20px;
		font-size: 14px;
		text-align: justify;
		padding: 5px 10px;
	}

	.linkArticulo {
		width: 100%;
		height: 30px;
	}

	.linkArticulo a {
		display: block;
		font-size: 14px;
		text-decoration: none;
		padding-left: 10px;
		color: #333;
	}

	.linkArticulo span:after {
		content: url('../imagenes/arrow_leermas.svg');
		margin-left: 15px;
		transition: all .3s ease;
	}

	.pagination li.active a {
		background-color: #162163;
		color: #fff;
		font-weight: 900;
	}

	.divTituloArticulo {
		width: 100%;
	}

	.divTituloArticulo h1 {
		font-weight: 900;
		margin-bottom: 10px;
		font-size: 3rem;
		padding-top: 10px;
	}

	.divTituloArticulo h1:after {
		content: "";
		border-bottom: 2px solid #162163;
		width: 45%;
		max-width: 100%;
		margin: 10px 0 20px 0;
		display: block;
	}

	.contenidoArticulo {
		font-size: 1.2rem;
		line-height: 2rem;
		color: #000;
		padding-bottom: 30px;
		padding-top: 20px;
	}

	.contenidoArticulo h2 {
		font-size: 1.7rem;
		font-weight: 700;
		padding: 20px 0 10px 0;
	}

	.contenidoArticulo h3 {
		font-size: 1.1rem;
		font-weight: 700;
	}

	.divTituloArticulo ul {
		list-style: none;
		width: 100%;
		display: block;
		padding: 0;
		height: 30px;
	}

	.divTituloArticulo ul li {
		float: left;
		width: 50%;
		padding: 0;
	}

	.adLateral {
		width: 100%;
		margin-bottom: 20px;
	}

	.adLateral img {
		width: 100%;
		height: auto;
	}

	.tituloMasLeidos {
		background-color: #d5e5ed;
		padding: 10px 5px 10px 10px;
		margin-bottom: 15px;
		font-weight: 700;
	}

	.divMasLeido {
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom: 1px solid #ccc;
	}

	.tituloMasLeido {
		padding: 0;
	}

	.tituloMasLeido a {
		color: #000;
		font-size: 0.85rem;
		line-height: 0.8rem;
	}

	.listaArticulos {
		display: block;
	}

	.detalleAutor {
		background-color: #eee;
		margin-bottom: 20px;
		min-height: 240px;
		padding: 30px;
	}

	.fotoAutor {
		float: left;
		width: 20%;
	}

	.fotoAutor img {
		width: 100%;
		height: auto;
		border-radius: 50%;
		border: 3px solid #fff;
	}

	.infoAutor {
		padding: 0 20px 0 30px;
		float: left;
		width: 80%;
	}

	.infoAutor h3 {
		font-size: 2rem;
		color: #000;
	}

	.bx-wrapper {
		border: none !important;
		-webkit-box-shadow: 0 0 0px #ccc !important;
		box-shadow: 0 0 0px #ccc !important;
		/* border: 5px solid #fff; */
	}

	.tituloRelacionados h2 {
		font-size: 2rem;
		font-weight: 700;
		margin-bottom: 20px;
	}

	.comentario {
		padding-bottom: 20px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 20px;
	}

	.nombreComentario {
		font-size: 1.2rem;
		font-weight: 700;
		text-decoration: underline;
		color: #000;
	}

	.fechaComentario {
		font-size: 0.8rem;
		color: #333;
		text-decoration: none;
	}

	.textoRespuesta {
		padding-left: 30px;
		margin-top: 15px;
	}

	.textoRespuesta span {
		font-size: 1.2rem;
		font-weight: 700;
		text-decoration: underline;
		color: #000;
	}

}

/******************* ENLACE DE PAGO ********************/
span.precio {
	font-size: 27px;
	font-weight: 700;
}

.pagar-disabled {
	pointer-events: none;
	opacity: 0.5;
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 9999;
}

#spinner {
	display: block;
	position: relative;
	left: 46%;
	top: 46%;
	width: 70px;
	height: 70px;
	margin-left: -32px;
	margin-top: -32px;
}

.marcoPago {
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	box-shadow: 1px 1px 5px #ccc;
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.marcoPago h2 {
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.bgGris {
	background-color: #eee;
}

.pago-page {
	padding-top: 50px;
	padding-bottom: 140px;
}

.marcoFormEnlace {
	padding: 20px 30px;
	color: #004085;
	background-color: #cce5ff;
	border: 1px solid #b8daff;
	border-radius: 5px;
}

h2.tituloAzulPago {
	font-size: 24px;
	font-weight: 700;
	color: #004085;
}

.divPago {
	color: #000 !important;
	font-size: 14px;
	line-height: 18px;
}

.sello img {
	height: 150px;
	width: auto;
}

.divPago {
	color: #000 !important;
	font-size: 14px;
	line-height: 18px;
}

.divPago ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.divPago ul li {
	float: left;
	margin: 0 15px 20px 0;
}

.txtNegro {
	color: #000;
	line-height: 18px;
}

/* ==========================================================================
   BOTÓN WHATSAPP FLOTANTE (Global)
   ========================================================================== */
.whatsapp-flotante {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 999999 !important;
}

.boton-wp {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 70px !important;
	height: 70px !important;
	background-color: #25d366 !important;
	border-radius: 50% !important;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
	text-decoration: none !important;
	transition: all 0.3s ease;
	animation: pulse-wp-new 2s infinite;
}

.boton-wp i {
	color: #fff !important;
	font-size: 40px !important;
}

.boton-wp:hover {
	background-color: #128c7e !important;
	transform: scale(1.1);
	color: #fff !important;
}

@keyframes pulse-wp-new {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7), 2px 2px 10px rgba(0, 0, 0, 0.2);
	}

	70% {
		box-shadow: 0 0 0 25px rgba(37, 211, 102, 0), 2px 2px 10px rgba(0, 0, 0, 0.2);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 2px 2px 10px rgba(0, 0, 0, 0.2);
	}
}