@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&family=Work+Sans:wght@400;500;600;700;900&display=swap');
body {
	background: url('../imagenes/fondomorado4.jpg') no-repeat fixed center top;
	font-family: 'Work Sans', sans-serif;
}
body.interna {
	font-family: 'Work Sans', sans-serif;
	background-color: rgba(255,255,255,0);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}
:root {
	--morado: #29164d;
	--fuxia: #ad1f5f;
	--gris: #616161;
	--verde: #1FA855;
}

.mgt-10 { margin-top: 10px !important; }
.mgt-20 { margin-top: 20px !important; }
.mgt-30 { margin-top: 30px !important; }
.mgt-40 { margin-top: 40px !important; }
.mgt-50 { margin-top: 50px !important; }
.mgt-60 { margin-top: 60px !important; }
.mgt-70 { margin-top: 70px !important; }
.mgt-100 { margin-top: 100px !important; }
.mgt-120 { margin-top: 120px !important; }
.mgt-150 { margin-top: 150px !important; }

.mgb-30 { margin-bottom: 30px; }
.mgb-40 { margin-bottom: 40px; }
.mgb-50 { margin-bottom: 50px; }
.mgb-60 { margin-bottom: 60px; }
.mgb-70 { margin-bottom: 70px; }
.mgb-100 { margin-bottom: 100px; }
.mgb-120 { margin-bottom: 120px; }
.mgb-150 { margin-bottom: 150px; }

.pdt-100 { padding-top: 100px; }
.centrado { text-align: center; }

.txt56 { font-size:56px !important; }
.txt70 { font-size:70px !important; }

.altura100 { height: 100px; }

.spacing-6 { letter-spacing: -6px !important; }

header {
	width: 100%;
	margin-top: 20px;
	background: transparent;
}
.logo {

}
.logo img {
	width: 100%;
	height: auto;
}
.menuTop {
	width: 100%;
	height: 40px;
	transition: all 0.5s ease;
	float: right;
}
.menuTop ul {
	width: 100%;
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: end;
	list-style: none;
}
.menuTop ul li {
	margin-right: 15px;
	position: relative;
}
.menuTop ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 35px;
}
.menuTop ul li a i {
	font-size: 27px;
	padding-top: 4px;
}
.cart_count {
    position: absolute;
    top: -3px;
    left: 25px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 50%;
    text-align: center;
    display: block;
    font-size: 10px;
    color: #fff;
    background-color: #AC26D7;
}
.labelMenuMovil {
	padding-top: 4px;
}

/**************************** MENU ***************************/
nav ul.mainMenu {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 50px;
}
nav ul.mainMenu li {
	float: left;
	margin-right: 0px;
	position: relative;
}
nav ul.mainMenu li a {
	display: block;
	padding: 40px 25px;
	text-decoration: none;
	color: #fff;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
}
nav ul.mainMenu li a:hover, nav ul.mainMenu li.active a {
	color: #e7ccb6;
	text-decoration: none;
}
nav ul.mainMenu li a::after {
	content: " ";
	position: absolute;
	top: calc(50% + 1.15em);
	left: 0;
	width: 100%;
	border-top-style: solid;
	transform: scaleX(0);
	transition: transform .2s ease-in-out;
}
nav ul.mainMenu li:hover a::after {
	transform: scaleX(1);
}
nav ul.mainMenu li.active a::after {
	border-top: 2px solid #e7ccb6;
	transform: scaleX(1);
}
nav ul.mainMenu li.active a::after {
	border: none;
}

ul.subMenu {
	position: absolute;
	left: 0;
	top: 80px;
	background-color: #fff;
	width: 250px;
	min-height: 200px;
	list-style: none;
	z-index: 9999;
	display: none;
	opacity: 1;
	transition: opacity .2s ease-in;
	padding: 0px 0 0px 0;
	margin: 0;
	border-top: 3px solid #e7ccb6;
}
ul.subMenu li {
	border-bottom: 1px solid #ccc;
}
ul.subMenu li a {
	color: #000 !important;
	text-decoration: none;
	padding: 10px 15px !important;
	font-weight: 400 !important;
	font-size: 14px !important;
}
nav ul li.has-submenu:hover ul.subMenu {
	display: block;
}
nav ul.subMenu li a::after {
	content: none;
}
nav ul.subMenu li:hover a::after {
	transform: none;
}
nav ul.subMenu li.active a::after {
	border-top: none;
	transform: none;
}
/*
nav {
	float: right;
	position: relative;
	z-index: 200;
	overflow: hidden;
	margin-top: 25px;
	transition: all 0.5s ease;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 0px;
	position: relative;
	cursor: pointer;
	margin-right: 40px;
}
nav ul li a {
	color: white;
	text-decoration: none;
	height: 111px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0px;
	font-style: normal;
	padding: 0 0 10px 0;
	border-bottom: none;
}
nav ul li.active a, nav ul li:hover a {
	text-decoration: none;
	color: #e7ccb6;
}

nav ul li a::after {
	content: " ";
	position: absolute;
	top: calc(50% + 1.15em);
	left: 0;
	width: 100%;
	border-top-style: solid;
	transform: scaleX(0);
	transition: transform .2s ease-in-out;
}
nav ul li:hover a::after {
	transform: scaleX(1);
}
nav ul li.active a::after {
	border-top: 2px solid #e7ccb6;
	transform: scaleX(1);
}
nav ul li.active a::after {
	border: none;
}

ul.subMenu {
	position: absolute;
	left: 0;
	top: 40px;
	background-color: #fff;
	width: 250px;
	min-height: 200px;
	list-style: none;
	z-index: 999;
	opacity: 0;
	transition: opacity .2s ease-in;
}
a.submenu-link:hover ul.subMenu {
	opacity: 1;
}
*/










#barras {
	display: none;
}
.imgHome {
	text-align: center;
}	
.imgHome img {
	width: 90%;
	height: auto;
}
.bx-wrapper {
	border:none;
	box-shadow: none;
}

.fusion-section-separator .fusion-hills-opacity-candy path:nth-child(1), .fusion-section-separator .fusion-horizon-candy path:nth-child(1), .fusion-section-separator .fusion-waves-opacity-candy path:nth-child(1) {
  opacity: .12;
}
.fusion-section-separator .fusion-hills-opacity-candy path:nth-child(2), .fusion-section-separator .fusion-horizon-candy path:nth-child(2), .fusion-section-separator .fusion-waves-opacity-candy path:nth-child(2) {
  opacity: .18;
}
.fusion-section-separator .fusion-hills-opacity-candy path:nth-child(3), .fusion-section-separator .fusion-horizon-candy path:nth-child(3), .fusion-section-separator .fusion-waves-opacity-candy path:nth-child(3) {
  opacity: .24;
}
.fusion-section-separator .fusion-hills-opacity-candy path:nth-child(4) {
  opacity: .3;
}
section.divisor {
	width: 100%;
	overflow: hidden;
}

/*************** SERVICIOS DESTACADOS ********************/
section.servicios {
	padding: 0 0 100px 0;
	background-color: #f7ebf9;
	background-image: linear-gradient(0deg, #ffffff 0%,rgba(255,255,255,0) 26%);
	background-position: center center;
	background-repeat: no-repeat;
	background-blend-mode: overlay;
	padding-top: 6%;
	padding-right: 30px;
	padding-bottom: 6%;
	padding-left: 30px;	
}
.tituloHome {
	text-align: center;
}
.tituloHome p {
	color: #a794a4;
	font-weight: 700;
	text-align: center;
	margin-top: 0;
}
.tituloHome h2 {
	margin: 0px;
	font-family: 'Playfair Display', serif;
	font-size: 70px;
	line-height: 1;
	padding-left: 0;
	padding-right: 0;
	color: #ad1f5f;
}
.destacado {
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
.picDestacado {
	overflow: hidden;
}
.innerPic img {
	width: 100%;
	height: auto;
	transition: transform 1s ease;
}
.destacado:hover .innerPic img {
	transform: scale(1.2, 1.2);
}
.tituloDestacado {
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	display: table;
	width: 100%;
}
.innerTitulo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 90px;	
}
.innerTitulo a {
	font-size: 18px;
	color: #ad1f5f;
	font-weight: 700;	
	text-decoration: none;
}
.sumillaDestacado {
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
	color: #616161;
	line-height: 1.5;
	font-size: 18px;
	min-height: 165px;
}
.linkHome {
	text-align: center;
	margin-top: 40px;
}
.linkHome a {
	color: #ffffff;
	padding: 13px 29px;
	line-height: 17px;
	font-size: 14px;
	border-radius: 25px;
	background: #ad1f5f;
	border-color: #d6327c;
	text-decoration: none;
	transition: all .5s ease;
}
.linkHome a:hover {
	background-color: #d6327c;
}

/*************** TALLERES DESTACADOS ********************/
section.talleres {
	background-color: #f7ebf9;
	background-image: linear-gradient(0deg, #ffffff 0%,rgba(255,255,255,0) 26%);
	background-position: center center;
	background-repeat: no-repeat;
	background-blend-mode: overlay;
	padding-top: 6%;
	padding-right: 30px;
	padding-bottom: 6%;
	padding-left: 30px;
}
.tituloTaller {
	width: 100%;
	text-align: center;
	color: var(--fuxia);
	font-weight: 700;
	font-size: 18px;
	line-height: 33px;
	padding: 20px 0;
}
.masinformacion {
	width: 100%;
	text-align: center;	
}
.masinformacion a {
	color: var(--fuxia);
	text-decoration: none;
	font-weight: 700;
	font-size: 20px;
}

/*************** ARTICULOS ********************/
.masinformacion2 {
	width: 100%;
	text-align: center;	
	padding: 20px 0;
}
.masinformacion2 a {
	color: var(--fuxia);
	text-decoration: none;
	font-weight: 700;
	font-size: 20px;
}

/********************* CONTACTO ************************/
section.divContacto {
	background-color: #F7EBF9;
	padding: 30px 30px 100px 30px;
}
.divDatos {
	margin: -70px 0 0 0;
}
.cajaDatos {
	background-color: rgb(255, 255, 255);
	overflow: hidden;
	box-shadow: rgba(173, 31, 95, 0.19) 0px 20px 38px 0px;
	padding: 0px 18px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 12px;
	height: auto;	
	text-align: center;
}
.iconoDatos {
	font-size: 52.8px;
	line-height: 103.6px;
	height: 105.6px;
	width: 100%;
	border-width: 0px;
	color: var(--fuxia);	
	text-align: center;
}
.tituloDatos {
	font-size: 22px;
	color: var(--fuxia);
	font-weight: 400;
	letter-spacing: -2px;
}
.textoDatos {
	font-size: 18px;
	line-height: 28px;
	color: var(--gris);
	min-height: 145px;
	padding: 20px 0 40px 0;
}
.textoDatos ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	width: 60%;
	padding: 0;
	margin: 0;
	margin: 0 auto;
}
.colTestimonios {
	background-color: rgba(247, 235, 249, 0.43);
	overflow: hidden;
	padding: 30px;
	background-image: url("../imagenes/testimonial-background.jpg");
	background-position: left top;
	background-blend-mode: overlay;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 12px;
	height: auto;	
}
.colTestimonios h3 {
	color: var(--fuxia);
	font-size: 26px;
	font-weight: 400;
	font-family: "Playfair Display";
}
.separador {
	width: 100%;
	height: 1px;
  border-top:1px solid #e0dede;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.testimonio {
	font-size: 18px;
	color: var(--gris);
	line-height: 28px;
	font-style: italic;
}
.formWraper {
	padding: 30px 30px;
}
.formWraper h2 {
	font-family: "Playfair Display";
	font-size: 40px;
	color: var(--fuxia);
	line-height: 50px;
	font-weight: 400;
	padding-bottom: 20px;
}
.btn-fuxia {
	background-color: var(--fuxia);
	color: #fff;
	border-radius: 25px;
	border: none;
	padding: 10px 30px;
}

/******************* VIVIR MEJOR ***********************/
section.vivirmejor {
	background-color: rgba(255,255,255,0);
	background-image: url("../imagenes/2espiritual4.jpg");
	background-image: linear-gradient(180deg, #ffffff 0%,rgba(255,255,255,0) 30%),url("../imagenes/2espiritual4.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-blend-mode: overlay;
	padding-top: 3%;
	padding-right: 30px;
	padding-bottom: 12%;
	padding-left: 30px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	min-height: 900px;
}
.caja {
	float: left;
	position: relative;
	height: 100px;
	width: 50%;
	margin-bottom: 30px;
}
.cajaDer {
	float: right;
	position: relative;
	width: 50%;
	height: 100px;
	margin-bottom: 30px;
}
.caja1 {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 90%;
	/*width: calc(50% - ( 4%*0.5 ) );*/
	margin-right: 4%;
	float: left;
}
.caja3 {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 80%;
	/*width: calc(50% - ( 4%*0.5 ) );*/
	margin-right: 4%;	
	float: left;
}
.caja5 {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 75%;
	/*width: calc(50% - ( 4%*0.5 ) );*/
	margin-right: 4%;	
	float: left;
}
.caja2 {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 90%;
	/*width: calc(50% - ( 4%*0.5 ) );*/
	margin-left: 4%;
	float: right;	
}
.caja4 {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 80%;
	/*width: calc(50% - ( 4%*0.5 ) );*/
	margin-left: 4%;
	float: right;
}
.caja6 {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 75%;
	/*width: calc(50% - ( 4%*0.5 ) );*/
	margin-left: 4%;
	float: right;
}
.textoCaja {
		float: left;
		width: 75%;
}
.textoCaja h3 {
	font-size: 20px;
	line-height: 1.25;
	color: #ad1f5f;
	text-align: right;
}
.textoCaja p {
	padding-right: 0px;
	text-align: right;
	color: #616161;
	margin-bottom: 20px;
}
.textoCaja2 h3 {
	font-size: 20px;
	line-height: 1.25;
	color: #ad1f5f;
	text-align: left;
}
.textoCaja2 p {
	padding-right: 0px;
	text-align: left;
	color: #616161;
	margin-bottom: 20px;
}
.iconoCaja {
	float: left;
	text-align: center;
	width: 25%;
}
.iconoCaja i {
	border-color: #ad1f5f;
	border-width: 0px;
	background-color: #c6226c;
	box-sizing: content-box;
	height: 84px;
	width: 84px;
	line-height: 84px;
	border-radius: 50%;
	color: #ffffff;
	font-size: 42px;	
}

/******************** CONSULTA ************************/
section.consulta {
	background-color: rgba(255,255,255,0);
	background-image: url("../imagenes/cta-background-mandala.jpg");
	background-image: linear-gradient(180deg, #ffffff 0%,rgba(231,204,182,0.49) 100%),url(https://analuvidente.com/wp-content/uploads/2019/10/cta-background-mandala.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-bottom: 7%;
	padding-left: 30px;
	padding-top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}
.cajaConsulta {
	width: 70%;
	min-height: 300px;
	margin:-30px auto 0 auto;
	background-color: rgb(255, 255, 255);
	overflow: hidden;
	box-shadow: rgba(204, 176, 146, 0.88) 0px 10px 30px 0px;
	padding: 60px 30px;
	background-image: linear-gradient(0deg, rgba(231, 204, 182, 0.76) 0%, rgba(231, 204, 182, 0) 100%);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 12px;
	height: auto;	
	text-align: center;
}
.cajaConsulta p {
	color: #a794a4;
	margin: 0;
	padding: 0;
}
.cajaConsulta h3 {
	font-family: "Playfair Display";
	font-weight: 400;
	line-height: 1.5;
	font-style: normal;
	color: #ad1f5f;
	font-size: 46px;
	margin: 0;
	padding: 0;
}

/*********************** FOOTER **********************/
footer {
	padding: 60px 30px 15px 30px;
	background-color: #292f36;
}
.col1f {
	text-align: center !important;
}
.col1f img {
	width: 70%;
	height: auto;
}
.col2flogo {
	text-align: center;
}
.col2flogo img {
	width: auto;
}
.textf {
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	padding: 30px 0;
}
.socialesf {
	text-align: center;
}
.socialesf a {
	border-radius: 50%;
	display: inline-block;
	width: 44px;
	height: 44px;
	font-size: 24px;
	line-height: 44px;
	color: #fff;
	background-color: rgba(255,255,255,0.15);
	border-color: rgba(255,255,255,0.15);
	margin: 0 3.5px 10px;
	border: 1px solid #666;
	transition: all 1s ease;
}
.socialesf a:hover {
	background-color: rgba(255,255,255,0.25);
}
.sociales a .fb {
}
.sociales a .ig {
}
.pieIzq {
	text-align: left;
	font-size: 14px;
	color: #fff;
}
.pieDer {
	text-align: right;
	font-size: 14px;
	color: #fff;
}
#totop{
    font-weight: 900;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
    background-color: var(--fuxia);
    color: #fff;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
}
#totop.top-visible:hover{
   border-radius: 10px;
}
/*************** WHASTAPP ****************/
.fono {
  position: fixed;
  left: 0px;
  bottom: 15px;
  width: 225px;
  height: 60px;
  background-color: #25D366;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  padding: 3px 5px 5px 10px;
  color: #fff;
  display: block;
  z-index: 10;
}
.fono .iconoFono {
  float: left;
  width: 35px;
}
.fono .iconoFono img {
  width: 90%;
  height: auto;
}
.fono .numeroFono {
  
  color: #fff;
  font-weight: 700;
  float: left;
  width: 150px;
  padding-top: 3px;
}
.fono .numeroFono span {
  font-size: 14px;
  line-height: 16px;
}
.fono .numeroFono a {
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  line-height: 27px;
}
.tituloSeccion h2 {
	font-size: 100px;
	text-align: center;
	color: #fffeff;
	font-family: "Playfair Display";
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -2px;
	font-style: normal;
}

h2.h2DetalleServicio {
	font-size: 56px !important;
	line-height: 84px !important;
	font-weight: 400;
	letter-spacing: 0.2px;
}
section.cabeceraSeccion {
	width: 100%;
	padding: 10px 0 117px 0;
}
section.divServicios {
	background-color: #F7EBF9;
	padding: 30px 30px 100px 30px;
}
.subtituloSeccion {
	text-align: center;
	margin-top: 30px;
}
.subtituloSeccion h2 {
	margin: 0px;
	font-family: 'Playfair Display', serif;
	font-size: 70px;
	line-height: 1;
	padding-left: 0;
	padding-right: 0;
	color: var(--fuxia);
	width: 100%;
	text-align: center;
}
.subtituloSeccion h3 {
	color: var(--morado);
	font-size: 18px;
	font-weight: 700;
	width: 100%;
	text-align: center;
}
.subtituloSeccion p {
	font-size: 18px;
	color: var(--gris);
	line-height: 1.5rem;
	text-align: center;
	width: 60%;
	margin: 30px auto;
}
.subtituloSeccion span {
	text-align: center;
	font-size: 21px !important;
	line-height: 31px !important;
	font-weight: 700 !important;
	color: var(--gris);
}
.textoSeccion {
	font-size: 18px;
	line-height: 28px;
	color: #222;
	text-align: justify;
	padding: 40px 0 30px 0;
}
.textoSeccion strong {
	color: var(--fuxia);
}
.txtWraper {
	padding: 20px;
}
.txtWraper h5 {
	width: 100%;
	text-align: center;
	font-size: 28px;
	color: var(--fuxia);
	font-family: "Playfair Display";
	padding: 30px 0 10px 0;
	font-weight: 700;
}
.txtWraper h6 {
	width: 100%;
	text-align: center;
	color: var(--gris);
	font-size: 18px;
	font-weight: 700;
	padding: 0 0 20px 0;
}
.txtWraper li {
	font-size: 18px;
	line-height: 1.5rem;
	font-family: "Work Sans";
	font-weight: 400;
}
.txtfuxia {
	font-weight: 700;
	color: var(--fuxia);
}


section.seccion-video {
	padding: 0px 0;
}
.video-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.servicio {
	background-color: rgb(255, 255, 255);
	overflow: hidden;
	box-shadow: rgba(173, 31, 95, 0.19) 0px 20px 38px 0px;
	padding: 40px 30px 60px 30px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 12px;
	height: auto;	
}
.imgWraper {
	width: 100%;
}
.imgWraper img {
	width: 100%;
	height: auto;
}
.btn-whatsapp {
	padding: 20px 50px;
	border-radius: 25px;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-decoration: none;
	background-color: var(--verde);
	line-height: 40px;
}
.btn-whatsapp:hover {
	color: #fff;
	text-decoration: none;
	background-color: #25D366;
}
.btn-whatsapp i {
	font-size: 30px;
	margin-top: -5px;
}
.tarjeta {
	background-color: rgb(255, 255, 255);
	overflow: hidden;
	box-shadow: rgba(173, 31, 95, 0.19) 0px 20px 38px 0px;
	padding: 40px 30px 60px 30px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 12px;
	height: auto;		
}
.wraperBoton {
	width: 60%;
	height: 60px;
	text-align: center;
	margin: 20px auto;
}
/******************* PANTALLA DE PAGO *****************/
.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;
  padding: 0 20px;
}
.divPago ul {
  list-style: none;
  padding: 0 10px;
  margin: 0;
}
.divPago ul li {
  float: left;
  margin:0 15px 20px 0;
}
.sello img {
    width: 100%;
    height: auto;
}
.celdaPago {
  font-size: 12px;
}
.filaTotal2 {
  background-color: ##F6F9FF;
  font-size: 14px;
  font-weight: 700;
  color: #333 !important;
}
.filaTotal3 {
  background-color: #16232B;
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
}
.divServicios h4 {
	color: var(--fuxia);
	font-size: 20px;
	font-weight: 700;
	padding: 0;
	margin: 0;
}
.otroServicio {
	background-color: #fff;
	border-radius: 20px;
	margin: 30px 0;
	padding: 30px 30px;
	box-shadow: 1px -1px 15px rgba(0, 0, 0, 0.2);
}
.enlace-fuxia {
	background-color: var(--fuxia);
	color: white;
	font-size: 14px;
	text-decoration: none;
	padding: 7px 27px 8px 27px;
	border-radius: 15px;
	border: none;
	margin-top: 44px;
	margin-right: 10px;
}
.enlace-fuxia:hover {
	color: white;
	text-decoration: none;
}