/*****CSS START HERE******/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding:0;
	font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}
button:focus {
	outline:none !important;
}
ul, ol, li {
	margin:0;
	padding:0;
	list-style-type:none;
}
a {
	text-decoration:none;
}
img {
	max-width:100%;
}
input:focus {
	outline:none;
}
header, footer, section {
	width:100%;
	float:left;
}
.auto-container {
	width:1170px;
	margin:0 auto;
}
header {
	padding: 27px 0;
	position: fixed;
	z-index: 9;
	background: #FFFFFF;
	border-bottom: 1px solid #E8E8E8;
	box-shadow: 0px -1px 91px rgba(0, 0, 0, 0.05);
}
.header-inner {
	width:100%;
	max-width:1600px;
	margin:0 auto;
}
.header-left {
	width:auto;
	float:left;
}
.header-left img {
	float:left;
}
.header-right {
	width: auto;
	float: right;
}
.header-right a {
	padding:5px 0 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #095ED8;
	float: left;
	letter-spacing: .5px;
}
.header-right a:hover {
	color: #8035E4;
}
.banner-outer {
	padding: 250px 0 0;
	text-align:center;
	background: url(../images/banner-bg.svg) no-repeat center;
	background-size:cover;
}
.banner-inner {
	width:100%;
	float:left;
}
.banner-inner h1 {
	font-weight: 600;
	font-size: 46px;
	line-height: 46px;
	color: #20302B;
}
.banner-inner p {
	font-size: 20px;
	line-height: 21px;
	color: #20302B;
	padding:40px 0 0;
}
.banner-inner strong {
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #8035E4;
	padding:22px 0 0;
	width:100%;
	float:left;
}
.banner-inner a.strong_link {
    color: #8035E4;
}
.banner-inner a.strong_link:hover {
	color: #2a7ffb;
}
.banner-inner a:not(.strong_link) {
	background: #0A5FD9;
	border-radius: 66px;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	padding:20px 102px;
	letter-spacing: .5px;
	margin-top: 50px;
	display:inline-block;
}
.banner-inner a:hover:not(.strong_link) {
	background: #2a7ffb;
}
.dashboard-outer {
	padding: 100px 0 0;
	text-align:center;
	position:relative;
}
.dashboard-outer:after {
	width: 44px;
	height: 49px;
	background: url(../images/yellow-bubble.svg) no-repeat left bottom;
	background-size:cover;
	content:"";
	left: 0;
	bottom:190px;
	position: absolute;
	z-index:0;
}
.dashboard-outer:before {
	width: 102px;
	height: 114px;
	background: url(../images/green-bubble.svg) no-repeat left bottom;
	background-size: cover;
	content: "";
	left: 300px;
	bottom: 320px;
	position: absolute;
	z-index: -1;
}
.dashboard-inner {
	width:100%;
	float:left;
}
.dashboard-inner iframe {
	width: 842px;
	height: 500px;
	border-radius: 30px;
}
.lary-outer {
	padding:115px 0 97px;
	position:relative;
	overflow:hidden;
}
.lary-left:before {
	width: 254px;
	height: 285px;
	background: url(../images/blur-rdcircle.svg) no-repeat;
	background-size:cover;
	content:"";
	position: absolute;
	z-index:-1;
	left: -300px;
	top: -120px;
}
.lary-outer:before {
	width: 357px;
	height: 388px;
	background: url(../images/blur-greencircle.svg) no-repeat;
	content: "";
	position: absolute;
	z-index: 0;
	right: -175px;
	bottom: -75px;
}
.lary-inner {
	width:1000px;
	margin:0 auto;
}
.lary-left {
	width: 58%;
	float: left;
	padding:35px 0 0;
	position:relative;
}
.lary-left h3 {
	font-weight: 500;
	font-size: 30px;
	line-height: 31px;
	color: #8035E4;
}
.lary-left p {
	font-size: 20px;
	line-height: 21px;
	color: #20302B;
	padding: 36px 0 0;
}
.lary-left a {
	background: #0A5FD9;
	border-radius: 66px;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	padding:20px 102px;
	letter-spacing: .5px;
	margin-top: 42px;
	float: left;
}
.lary-left a:hover {
	background: #2a7ffb;
}
.mxn-outer {
	padding:58px 0;
	text-align:center;
	background: #FFF8E3;
}
.mxn-inner {
	width:100%;
	float:left;
}
.mxn-inner h3 {
	font-weight: 400;
	font-size: 26px;
	line-height: 27px;
	color: #20302B;
	position:relative;
}
.mxn-inner h3 strong {
	color: rgb(0 193 82 / 85%);
}
.board-outer {
	text-align: center;
	padding: 60px 0 0;
	position:relative;
	overflow:hidden;
}
.board-outer:before {
	width: 357px;
	height: 388px;
	background: url(../images/blur-greencircle.svg) no-repeat;
	content: "";
	position: absolute;
	z-index: 0;
	right: -210px;
	top: 437px;
}
.board-innr h4 {
	font-weight:600;
	font-size:34px;
	line-height: 35px;
	color: #20302B;
	padding:0 0 65px 0;
	text-align:center;
}
.board-left {
	width:36.8%;
	float:left;
}
.board-right {
	width:46.8%;
	float: left;
	padding: 27px 0 0 100px;
}
.board-right span {
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	color: #2FC299;
}
.board-right h2 {
	font-weight: 500;
	font-size: 28px;
	line-height: 29px;
	color: #20302B;
	padding:17px 0 0;
}
.board-right p {
	font-size: 20px;
	line-height: 20px;
	color: #20302B;
	padding:17px 0 0;
}
.board-innr {
	width: 1025px;
	padding: 0 0 67px;
	display: inline-block;
	text-align: left;
}
.board-innr:nth-child(2n) {
padding-bottom:70px;
}
.board-lft {
	float: left;
	width: 48%;
	padding-left:0;
}
.board-rt {
	float: left;
	text-align: right;
	width: 52%;
}
.board-innr:last-child {
	padding-bottom: 50px;
}
.board-innr:last-child .board-right {
	padding-top: 0;
}
.stunning-left {
	width: 391px;
}
.stunning-right {
	float: right;
	padding: 0 70px 0 0;
	width: 55%;
}
.board-outers {
	background: #0A0A0A;
	padding: 93px 0 0;
	border-radius:0 !important;
}
.board-outers .board-innr:last-child {
	padding:0 0 108px;
}
.invited-outers {
	text-align:center;
	position:relative;
}
.invited-outers:before {
	width: 100%;
	height: 309px;
	background: url(../images/cut-img.svg) no-repeat center top;
	background-size:cover;
	content:"";
	left: 0;
	top:-209px;
	position: absolute;
	z-index:0;
}
.invited-inner {
	width: 891px;
	margin: -100px auto 0;
	position: relative;
}
.invited-inner ul {
	width: 100%;
	float: left;
	padding: 70px 0 0;
}
.invited-inner li {
	display:inline-block;
	width: 19.6%;
}
.invited-inner li img {
	vertical-align: middle;
	filter: grayscale(1);
	mix-blend-mode: multiply;
 transition: ease all .3s;
}
.invited-inner li img:hover {
	transform: scale(1.02);
	filter: grayscale(0);
}
.reminders-outer {
	padding: 60px 0 98px;
	text-align:center;
	border-top: 1px solid #D7D7D7;
	position:relative;
	overflow:hidden;
}
.reminders-outer:before {
	width: 255px;
	height: 286px;
	background: url(../images/blur-greencircle.svg) no-repeat;
	content: "";
	position: absolute;
	z-index: 0;
	right: -81px;
	top: 139px;
}
.reminders-inner {
	width:100%;
	float:left;
}
.reminders-inner h3 {
	font-weight: 600;
	font-size: 34px;
	line-height: 34px;
	color: #20302B;
	padding: 0 0 13px 0;
}
.reminders-inner p {
	font-size: 18px;
	line-height: 27px;
	color: #0B254B;
	padding: 0 0 59px 0;
}
.reminders-left {
	width: 450px;
	margin:0 25px;
	text-align:left;
	display:inline-block;
}
.reminders-left iframe {
	width: 480px;
	height: 270px;
}
.testimonial-left img {
	display:inline-block;
}
.reminders-left-inl {
	width: 50%;
	float: left;
}
.reminders-left-inl strong {
	font-weight: 500;
	font-size: 20px;
	line-height: 21px;
	padding: 6px 0 0;
}
.reminders-left-inl strong span {
	font-size: 16px;
	line-height:16px;
	color: #828282;
	font-weight:400;
	padding:13px 0 0;
	display:inline-block;
}
.reminders-left-inl img {
	float: left;
	margin-right: 20px;
}
.reminders-left h4 {
	line-height: 28px;
	font-weight: 500;
	font-size: 28px;
	float: left;
	margin:30px 0 37px;
}
.reminders-left-inr {
	width: 50%;
	float: right;
}
.reminders-left-inr img {
	float: right;
}
.brands-outers {
	text-align:center;
	padding: 100px 0 0;
}
.brands-inner {
	width: 1023px;
	margin: 0 auto;
}
.brands-inner li {
	display:inline-block;
	width: 16.3%;
	margin: 0 0 65px;
}
.brands-inner li img {
	vertical-align: middle;
	filter: grayscale(1);
	mix-blend-mode: multiply;
 transition: ease all .5s;
}
.brands-inner li img:hover {
	transform: scale(1.02);
	filter: grayscale(0);
}
.laboral-outer {
	padding: 50px 0 146px;
}
.laboral-inner {
	width: 1000px;
	margin: 0 auto;
}
.laboral-left {
	width: 50%;
	float: left;
}
.laboral-left h5 {
	font-size: 34px;
	line-height: 45px;
	color: #000000;
	padding:0 0 17px;
	font-weight: 400;
}
.laboral-left h6 {
	font-size: 42px;
	line-height:55px;
	color: #000000;
	font-weight: 500;
}
.laboral-right ul {
	width: 100%;
	float: left;
}
.laboral-right {
	width: 50%;
	float: right;
}
.laboral-right li {
	font-size: 26px;
	line-height: 27px;
	color: #000000;
	padding:0 0 24px 38px;
	font-weight: 500;
	background: url(../images/tick-icon.svg) no-repeat top left;
	background-size:26px;
}
.laboral-right a {
	background: #0A5FD9;
	border-radius: 66px;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 20px 55.5px;
	letter-spacing: .5px;
	margin-top: 34px;
	display: inline-block;
}
.laboral-right a:hover {
	background: #2a7ffb;
}
footer {
	padding: 62px 0;
	background: #110076;
}
.footer-inner {
	width:100%;
	float:left;
}
.footer-logo {
	float:left;
}
.footer-logo img {
	float: left;
}
.footer-right {
	width: auto;
	float: right;
}
.footer-right p {
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
}
/*****CSS END HERE******/




/*NEW KIMIK CSSS PAGES */


.grandes-marcas-right {
	width:42%;
	float:right;
}
.grandes-marcas-right ul li h4 {
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: #0B254B;
	padding: 15px 0 0;
}
.grandes-marcas-right li span img {
	border-radius: 20px;
}
.grandes-marcas-right .owl-item > div {
	margin: 6% 1%;
	transform: scale(1);
	opacity: .7;
}
.grandes-marcas-right .owl-item .item img {
	transform: scale(1);
	transition: all 0.5s;
}
.grandes-marcas-right .owl-item.center .item img {
	transform: scale(1.3);
 transition: .6s ease;
}
.grandes-marcas-right .owl-nav {
	text-align: center;
}
.grandes-marcas-right .owl-theme .owl-nav {
	margin-top: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 120px;
}
.grandes-marcas-right .owl-item.center > div {
	cursor: auto;
	margin: 0;
	opacity:1;
}
.grandes-marcas-right .owl-item.center .item h4 {
	padding: 50px 0 0 !important;
}
.grandes-marcas-right .owl-nav button span {
	display: none !important;
}
.grandes-marcas-right .owl-nav button {
	display: none !important;
}
.grandes-marcas-right ul {
	width: 100%;
	float: left;
	padding: 50px 0 0;
}
.recibe-outer {
	padding:53px 0 35px;
	text-align:center;
	background: #FBFBFB;
	position:relative;
}
.recibe-outer:after {
	width: 44px;
	height: 49px;
	background: url(../images/yellow-bubble.svg) no-repeat left bottom;
	background-size: cover;
	content: "";
	left: 127px;
	bottom: -30px;
	position: absolute;
	z-index: 0;
}
.recibe-inner {
	width:100%;
	float:left;
}
.recibe-inner h3 {
	font-weight: 600;
	font-size: 34px;
	line-height: 34px;
	color: #20302B;
	padding:0 0 30px;
}
.recibe-inner img {
	margin: auto;
	display: block;
}
.recibe-inner strong {
	font-weight: 500;
	font-size: 28px;
	line-height: 39px;
	color: #20302B;
	display: inherit;
	padding:70px 0 0;
}
.recibe-inner a.strong_link {
    color: #8035E4;
}
.recibe-inner a.strong_link:hover {
	color: #2a7ffb;
}
.recibe-inner a:not(.strong_link) {
	background: #0A5FD9;
	border-radius: 66px;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 20px 102px;
	letter-spacing: .5px;
	margin-top: 59px;
	display: inline-block;
}
.recibe-inner a:not(.strong_link):hover {
	background: #2a7ffb;
}
.recibe-inner span {
	font-size: 14px;
	line-height: 14px;
	color: #8035E4;
	padding: 21px 0 0;
	width: 100%;
	float: left;
}
.campañas-outer {
	padding: 103px 0;
	position:relative;
	overflow:hidden;
}
.campañas-outer:before {
	width: 102px;
	height: 114px;
	background: url(../images/green-bubble.svg) no-repeat left bottom;
	background-size: cover;
	content: "";
	right: -50px;
	top:55px;
	position: absolute;
}
.campañas-outer:after {
	width: 255px;
	height: 286px;
	background: url(../images/blur-greencircle.svg) no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	z-index: 0;
	right: -150px;
	bottom: 33px;
}
.campañas-innr {
	width:1060px;
	margin:0 auto;
}
.campañas-inner {
	width:100%;
	float:left;
}
.campañas-left {
	width:40.6%;
	float:left;
}
.campañas-left img {
	width:100%;
	float:left;
}
.campañas-right {
	width:48%;
	float: left;
	padding: 55px 0 0 114px;
}
.campañas-right h3 {
	font-weight: 500;
	font-size: 35px;
	line-height: 35px;
	color: #20302B;
}
.campañas-right p {
	font-size: 20px;
	line-height: 20px;
	color: #20302B;
	padding:30px 0 0;
}
.campañas-right a.strong_link {
    color: #8035E4;
}
.campañas-right a.strong_link:hover {
	color: #2a7ffb;
}
.campañas-right a:not(.strong_link) {
	background: #0A5FD9;
	border-radius: 66px;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 20px 102px;
	letter-spacing: .5px;
	margin-top: 59px;
	display: inline-block;
}
.campañas-right a:not(.strong_link):hover {
	background: #2a7ffb;
}
.campañas-inner:last-child {
	margin-top: 78px;
}
.campañas-inner:last-child .campañas-left {
	float: right;
	width:43.7%;
	margin-right: 50px;
}
.campañas-inner:last-child .campañas-right {
	float:left;
	padding:0;
}
.campañas-inner:last-child .campañas-right a {
	padding: 20px 23.5px;
	margin-top: 40px;
}
.campañas-inners {
	margin:0 !important;
}
.campañas-inners .campañas-left {
	float: left !important;
	width: 40.6% !important;
}
body .campañas-inners .campañas-right {
	width: 48%;
	padding: 55px 0 0 114px !important;
}
body .campañas-inners .campañas-right a {
	padding: 20px 51.3px !important;
	margin-top: 40px !important;
}
.campañass-outers:before {
	display:none;
}
.framees-outer {
	padding:32px 0 98px;
	text-align:center;
	position: relative;
}
.framees-inner {
	width: 902px;
	margin: 0 auto;
	position: relative;
}
.framees-outer::before {
 width: 102px;
 height: 114px;
 content: "";
 left: 50px;
 top: 18px;
 position: absolute;
 background: url(../images/green-bubble.svg) left bottom / cover no-repeat;
}
.framees-inner h2 {
	font-weight: 600;
	font-size: 34px;
	line-height: 34px;
	color: #20302B;
	padding-bottom:14px;
}
.framees-inner p {
	font-size: 20px;
	line-height: 20px;
	color: #20302B;
	padding-bottom:50px;
}
.framees-outer ul {
	width: 28%;
	float: left;
	position: absolute;
	bottom: 150px;
	left: -100px;
}
.framees-outer li {
	float: left;
	font-weight: 800;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	padding-bottom: 14px;
	width: 50%;
	text-align: left;
}
.framees-outer li span {
	background: #0C61DC;
	border-radius: 2px;
	width: 21px;
	height: 21px;
	float:left;
	margin-right:18px;
}
.framees-outer li:nth-child(2n) span {
background: #5DD6B9;
}
.framees-outer li:nth-child(3n) span {
background: #FFB338;
}
.framees-outer li:nth-child(4n) span {
background: #AE0066;
}
.framees-outer li:nth-child(5n) span {
background: #FF4454;
}
.framees-outer li:nth-child(6n) span {
background: #001A76;
}
.framees-outer li:nth-child(7n) span {
background: #26C76B;
}
.framees-outer li:nth-child(8n) span {
background: #ED3EBC;
}
.framees-outer li:nth-child(9n) span {
background: #A457C7;
}
.framees-inner a {
	background: #0A5FD9;
	border-radius: 66px;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 20px 27.5px;
	letter-spacing: .5px;
	margin-top: 111px;
	display: inline-block;
}
.framees-inner a:hover {
	background: #2a7ffb;
}
.faq-outer {
	padding: 90px 0;
	border-bottom: 1px solid #D7D7D7;
}
.faq-inner {
	width: 840px;
	margin: 0 auto;
}
.faq-inner h4 {
	font-weight: 600;
	font-size: 34px;
	line-height: 51px;
	color: #0B254B;
	padding: 0 0 44px;
	text-align:center;
}
.accordion {
	width:100%;
	float:left;
	overflow:hidden;
	text-align:left;
}
.accordion__label {
	padding:20px 36px 17px;
}
.accordion__content {
	padding:0 10px 25px 72px;
}
.accordion__label {
	display:block;
	cursor:pointer;
	position:relative;
transition:background .1s;
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	border-top:1px solid #DEDEDE;
}
/*.accordion__label:first-child {
	border-bottom:1px solid #DEDEDE;
}*/
 .accordion__label::after {
content:"";
position:absolute;
left:0;
width:9px;
height:9px;
background-image:url(../images/+.png);
background-size:cover;
transition:transform .4s;
z-index:0;
opacity:1;
top:26px;
}
.accordion__content {
	display:none;
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #0B254B;
	position:relative;
}
.accordion__input {
	display:none
}
.accordion__input:checked~.accordion__label {
display:block;
}
 .accordion__input:checked~.accordion__content, .accordion__input:checked~.accordion__content:after {
display:block;
}
.accordion__content:after {
	content: "";
	position: absolute;
	left: 60px;
	width: 1px;
	height: 48px;
	background: #9F87FF;
	top: 0;
	display: none;
}
 .accordion__input:checked~.accordion__label::after {
transform:translateY(0%);
background-image:url(../images/-.png);
width:8px;
height:3px;
top:30px;
}
.descubre-outer {
	padding: 53px 0 51px;
	text-align: center;
	background: #FBFBFB;
}
.descubre-inner h5 {
	font-weight: 600;
	font-size: 34px;
	line-height: 34px;
	color: #20302B;
	padding: 0 0 44px;
}
.descubre-inner iframe {
	width: 883px;
	height: 430px;
	border-radius: 20px;
}
/*NEW KIMIK CSSS PAGES */



.logo-outer {
	float: left;
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 10px 40px 0 0;
}
.arrow-outer {
	float: right;
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 7px 0 0px 30px;
}
header.step-header {
	padding: 18px 0;
}
header.step-header .auto-container {
	position: relative;
}
.admin-outer {
	position: absolute;
	top: -17px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.admin-outer::after {
 background: #EAEAEA;
 height: 1px;
 width: 100%;
 position: absolute;
 top: 40px;
 left: 0;
 right: 0;
 content: "";
}
.admin-outer span {
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 0 35px;
	display: inline-block;
}
.step-banner-inner {
	text-align: center;
	width: 100%;
	float: left;
	padding: 40px 0 48px;
	font-family: 'Raleway', sans-serif;
}
.step-banner-inner h2 {
	color: #000;
	font-size: 30px;
	line-height: 37px;
}
.next-btn-inner2 {
	width: 100%;
	float: left;
	text-align: center;
}
.next-btn-inner2 a {
	background: #0255CF;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 22.5px 67px;
	border-radius: 4px;
	box-shadow: 0 10px 30px #61a1ff;
}
.next-btn-inner2 a:hover {
	background:#0067ff;
	color:#fff;
}
.next-btn-inner2 span {
	font-size: 14px;
	line-height: 14px;
	color: #8035E4;
	padding: 37px 0 0;
	width: 100%;
	float: left;
}
.step-banner-outer {
	padding: 80px 0 10px;
	position:relative;
}
.step-banner-outer:after {
	width: 1333px;
	height: 215px;
	background: url(../images/miscelous-img.svg) no-repeat;
	content: "";
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 150px;
	left:0;
	margin:auto;
}
.step-banner2-inner {
	text-align: center;
}
.campana .slider-outer img {
	max-width: 100%;
}
.campaign-main.campana .total-payment-left {
	width: 100%;
	text-align: right;
}
.campaign-main.campana {
	float: left;
	width: 76%;
}
.campana-main {
	float: left;
	width: 100%;
	margin: 22px 0 0;
}
.campana .campaign-left.duration-outer {
	margin: 40px 0 0;
	padding: 0;
}
.campaign-left {
	float: left;
	width: 20%;
	padding: 90px 0 0;
	margin: 0;
}
.duration-outer {
	width: 253px;
	float: left;
	margin: 90px 0 100px;
}
.campaign-main.campana .campaign-left li {
	background: #DFE5FB;
	height: 85px;
	box-shadow: 0 4px 84px #e3e9fe;
	float: left;
}
.duration-outer li:hover {
	background: #DFE5FB;
	box-shadow: 0 0 20px #dde4ff;
}
.campaign-left li {
	width: 100%;
	margin: 0;
}
.duration-outer li {
	width: 185px;
	height: 148px;
	float: left;
	margin: 0 0 22px;
	position: relative;
	cursor: pointer;
	border-radius: 20px;
}
.campaign-main.campana .duration-outer li h4 {
	display: block;
}
.duration-outer li h4 {
	position: absolute;
	left: 0;
	background: #FFAE33;
	right: 0;
	display: inline-block;
	margin: auto;
	color: #fff;
	font-size: 12px;
	width: 80px;
	border-radius: 40px;
	font-weight: 600;
	top: -7px;
	z-index: 1;
	display: none;
}
.duration-outer li span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
.campaign-main.campana .duration-outer li h3 {
	color: #0255CF;
}
.duration-outer li h3 {
	font-size: 22px;
	font-weight: 800;
}
.slider-outer {
	width: 71%;
	float: right;
	border-bottom: 1px solid #000;
	padding: 0 0 25px;
	position: relative;
}
.campana-right {
	float: right;
	width: 23.5%;
	text-align: left;
	padding: 0 0 0 40px;
}
.campana-right-inner {
	float: left;
	width: 100%;
	padding: 40px 40px;
	box-shadow: 0px 8px 85px -8px rgba(2, 85, 207, 0.13);
	border-radius: 24px;
	margin-top: 23px;
}
.campana-right-inner h3 {
	font-size: 14px;
	color: #000;
	margin: 0 0 20px;
}
.campana-right-inner h3 span {
	color: #62a3ff;
}
.campana-right-inner li {
	list-style-type: auto;
	font-size: 12px;
	font-weight: 500;
	margin: 15px 0 0;
}
.impacts-outer {
	float: left;
	width: 100%;
	text-align: left;
	overflow: hidden;
	margin: 40px 0 0;
	width: 1150px;
	height: 250px;
	background: #FFFFFF;
	box-shadow: 0px 8px 85px -8px rgba(2, 85, 207, 0.13);
	border-radius: 24px;
}
.impacts-outer ul {
	padding: 30px 0px 30px 46px;
	float: left;
	width: 100%;
}
.impacts-outer li {
	float: left;
	width: 14.2%;
	position: relative;
	padding: 0 0 30px;
	min-height: 125px;
	height: 125px;
}
.impacts-outer li h3 {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #000000;
}
.impacts-outer li span {
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 1px;
	color: #0255CF;
}
.impacts-outer li h4 {
	font-size: 25px;
	line-height: 29px;
	letter-spacing: 1px;
	color: #000000;
	padding-top:26px;
}
.impacts-outer li:nth-child(2) h4, .impacts-outer li:nth-child(4) h4, .impacts-outer li:nth-child(6) h4 {
padding-top:44px;
}
.campana-right-inner ol {
	padding: 0 0 0 12px;
}
.impacts-outer li:nth-child(5) h4 {
padding-top:41px;
}
li.red-line::after {
 background: #F33C3C;
}
.impacts-outer li::after {
 content: "";
 position: absolute;
 bottom: 0;
 left: 0;
 height: 2px;
 width: 79px;
}
li.green-line::after {
 background: #22C878;
}
li.yellow-line::after {
 background: #FFD95E;
}
li.violet-line::after {
 background: #B122C8;
}
li.blue-line::after {
 background: #2282C8;
}
.total-payment-outer {
	float: left;
	width: 100%;
	background: #FBFBFB;
	border-top: 1px solid #E9E9E9;
	padding:12px 42px 15px 16px;
	position:relative;
}
.campaign-main.campana .total-payment-left {
	width: 100%;
	text-align: right;
}
.total-payment-left h3 {
	color: #000;
	font-size: 16px;
}
.total-payment-left h3 span {
	font-size: 32px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 15px;
}
.slider-outer button.owl-next {
	right: -5px;
	position: absolute;
	background: url(../images/slider-left-arrow.svg) no-repeat top center !important;
	background-color:transparent !important;
	width: 14px;
	height: 34px;
	background-size: 14px !important;
}
.slider-outer button.owl-prev {
	left: -30px;
	position: absolute;
	background: url(../images/slider-left-arrow.svg) no-repeat top center !important;
	background-color:transparent !important;
	width: 14px;
	height: 34px;
	background-size: 14px !important;
	transform:rotate(180deg);
}
.slider-outer button.owl-prev span, .slider-outer button.owl-next span {
	display:none !important;
}
.slider-outer .owl-nav button {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.slider-outer .owl-nav {
	position: absolute;
	width: 104%;
	top: 45px;
}
.slider-outer p {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.00413988px;
	width:100%;
	float:left;
	text-align:left;
	padding:9px 0 0;
	color: #000000;
}
.slider-outer p strong {
	font-weight: 600;
}
.slider-outer h3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	text-align: left;
	letter-spacing: 1px;
	color: #000000;
	padding-bottom:24px;
}
.mxns-outer {
	padding: 53px 0 59px;
	text-align: center;
	background: #FFF8E3;
}
.mxns-inner {
	width: 100%;
	float: left;
}
.mxns-inner h3 {
	font-weight: 500;
	font-size: 35px;
	line-height: 36px;
	color: #20302B;
}
.mxns-inner h3 strong {
	color:#0A5FD9;
	font-weight: 500;
}
.boards-outers .board-innr:last-child {
	padding-bottom: 122px;
}
.recibe-outers .recibe-inner a {
	padding: 20px 51px;
}
.reminders-outers {
	padding: 90px 0 83px;
}
.reminders-outers .reminders-inner h3 {
	padding-bottom: 60px;
}
.reminders-outers .reminders-inner a {
	background: #0A5FD9;
	border-radius: 66px;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 20px 51px;
	letter-spacing: .5px;
	margin-top: 81px;
	display: inline-block;
}
.reminders-outers .reminders-inner a:hover {
	background: #2a7ffb;
}
