body {
	margin: 0;
	padding: 0;
	transition: ease-in all .3s;
	-webkit-transition: ease-in all .3s;
	-moz-transition: ease-in all .3s;
	-ms-transition: ease-in all .3s;
	-o-transition: ease-in all .3s;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background: url(../img/bg-page.png)
}

a {
	cursor: pointer;
	box-shadow: none !important;
}

header {
	position: fixed;
	transition: ease-in all .3s;
	-webkit-transition: ease-in all .3s;
	-moz-transition: ease-in all .3s;
	-ms-transition: ease-in all .3s;
	-o-transition: ease-in all .3s;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9
}

header div#logo-header {
	max-width: 270px;
	position: relative;
	top: 27px;
	z-index: 9;
	transition: ease-in all .3s;
	-webkit-transition: ease-in all .3s;
	-moz-transition: ease-in all .3s;
	-ms-transition: ease-in all .3s;
	-o-transition: ease-in all .3s
}

header div#logo-header a {
	display: block
}

header.header-scroll {
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(123, 123, 123, .1);
	box-shadow: 0 0 10px rgba(123, 123, 123, .1)
}

header.header-scroll div#logo-header {
	max-width: 180px;
	top: 10px;
	transition: ease-in all .3s;
	-webkit-transition: ease-in all .3s;
	-moz-transition: ease-in all .3s;
	-ms-transition: ease-in all .3s;
	-o-transition: ease-in all .3s
}

header.header-scroll nav.primaryNav ul li a {
	color: #27247F !important;
}

nav.primaryNav {
	width: 100%;
	height: 95px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

nav.primaryNav:before {
	content: '';
	position: absolute;
	top: 0;
	right: -100%;
	max-width: 100vw;
	width: 100vw;
	min-height: 95px;
	height: 100%;
	background: rgba(255, 255, 255, .1);
	z-index: -1;
}

nav.primaryNav ul {
	padding: 0;
	margin: 0
}

nav.primaryNav ul li {
	padding: 0 20px;
	list-style: none
}

nav.primaryNav ul li a {
	font-size: 13.5px;
	line-height: 14px;
	color: #fff !important;
	text-decoration: none;
}

.btn-reservation {
	max-width: 170px;
	width: 100%;
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #FFA00A;
	border-radius: 100px;
	color: #fff;
	font-weight: 500;
	line-height: 12px;
	font-size: 16px;
	border: 1px solid #FFA00A;
	transition: ease-in all .3s;
	-webkit-transition: ease-in all .3s;
	-moz-transition: ease-in all .3s;
	-ms-transition: ease-in all .3s;
	-o-transition: ease-in all .3s;
}

.btn-reservation:hover {
	color: #FFA00A;
	background: transparent;
	border: 1px solid #FFA00A;
}

.section-top {
	background: url(../img/bg-page.png);
	min-height: 763px;
	position: relative;
	padding-top: 191px;
}

.section-top:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	max-width: 50vw;
	width: 100%;
	height: 633px;
	background: rgb(16,16,57);
	background: linear-gradient(210deg, rgba(16,16,57,1) 0%, rgba(21,21,82,1) 40%, rgba(35,33,116,1) 60%, rgba(60,53,182,1) 100%);
	border-bottom-left-radius: 250px;
}

.section-top .top-count {
	min-height: 500px;
}

.section-top .ctn-countdown {
	background: #fff;
	padding: 30px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 40px rgba(33, 170, 170, .52);
	box-shadow: 0 0 40px rgba(33, 170, 170, .52);
	margin-bottom: 30px;
	margin-top: 50px;
}

.section-top .ctn-countdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	padding-bottom: 30px
}

.section-top .ctn-countdown ul:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 10px;
	width: 88%;
	background: rgba(191, 194, 216, .1);
	height: 1px;
	left: 0;
	right: 0;
	margin: auto
}

.section-top .ctn-countdown ul li {
	display: inline-block;
	font-size: 14px;
	color: #707070;
	font-weight: 600;
	max-width: 24%;
	width: 100%;
	text-align: center;
	position: relative
}

.section-top .ctn-countdown ul li:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	width: 1px;
	background: rgba(191, 194, 216, .3);
	height: 26px;
	top: 0;
	bottom: 0;
	margin: auto
}

.section-top .ctn-countdown ul li:last-child::before {
	display: none
}

.section-top .ctn-countdown ul li span {
	display: block;
	font-size: 33px;
	color: #2F385E;
	font-weight: 600;
	line-height: 54px;
}

.section-top .ctn-countdown .textDown p {
	color: #8688A5;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -.06px;
	line-height: 25px
}

.section-top .ctn-countdown .textDown p span {
	color: #8688A5;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -.06px;
	line-height: 25px;
	display: block;
	float: right
}

.section-top .actionBtn ul {
	padding: 20px 0 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
}

.section-top .actionBtn ul li {
	display: inline-block
}

.section-top .actionBtn ul li a.btn-action {
	color: #FFF;
	font-weight: 500;
	line-height: 12px;
	letter-spacing: .12px;
	font-size: 14px;
	margin-right: 20px;
	position: relative;
	text-align: center
}

.section-top .actionBtn ul li a.btn-action:before {
	content: '';
	position: absolute;
	bottom: -5px;
	width: 75%;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff
}

.section-top .actionBtn ul li .btn-reservation {
	width: 170px;
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #FFA00A;
	border-radius: 100px;
	color: #fff;
	font-weight: 500;
	line-height: 12px;
	font-size: 16px;
	border: 1px solid #FFA00A;
	margin-right: 20px;
	transition: ease-in all .3s;
	-webkit-transition: ease-in all .3s;
	-moz-transition: ease-in all .3s;
	-ms-transition: ease-in all .3s;
	-o-transition: ease-in all .3s;
}

.section-top .actionBtn ul li .btn-reservation:hover {
	color: #FFA00A;
	background: transparent;
	border: 1px solid #FFA00A;
}

.section-top .actionBtn ul li .btn-sponsor {
	width: 170px;
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #473DD1;
	border-radius: 100px;
	color: #fff;
	font-weight: 500;
	line-height: 12px;
	font-size: 16px;
	border: 1px solid #473DD1;
}

.section-top .top-text h2 {
	font-size: 45px;
	color: #8688A5;
	font-weight: 300;
	letter-spacing: -.06px;
}

.section-top .top-text h3 {
	font-size: 47px;
	color: #162040;
	font-weight: 600;
	letter-spacing: -.06px;
	margin-bottom: 30px;
}

.section-top .top-text h3 span {
	display: block;
	font-size: 23px;
	margin-top: 5px;
	letter-spacing: -0.66px;
	font-weight: 500;
}

.section-top .top-text p {
	color: #8688A5;
	font-size: 17px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: -.06px;
}

.section-top div#farma-week {
	position: relative;
	min-height: 859px;
	padding-top: 90px;
}

.section-top div#farma-week:before {
	content: '';
	display: block;
	width: 46vw;
	height: 970px;
	position: absolute;
	background: url(../img/bg-section-cp.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	top: -90px;
	left: 0;
}

.section-top div#farma-week .content-information {
	width: 100%;
	position: relative
}

.section-top div#farma-week .content-information h2 {
	font-size: 45px;
	color: #0D1330;
	font-weight: 700;
	margin-bottom: 26px;
	line-height: 42px;
	letter-spacing: -.07px;
	position: relative;
	top: -40px;
}

.section-top div#farma-week .content-information p {
	font-size: 17px;
	color: #707070;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: -.06px;
	margin-bottom: 74px;
	text-align: justify;
}

.section-top div#farma-week .content-information>ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.section-top div#farma-week .content-information>ul li {
	font-weight: 500;
	color: #162040;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: -.06px;
	position: relative;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.section-top div#farma-week .content-information>ul li span {
	width: 37px;
	height: 37px;
	display: block;
	margin-right: 28px
}

.section-top div#farma-week .content-information>ul li span img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center
}

.section-top div#farma-week .content-information .nav-scroll {
	position: relative;
	margin-top: 80px
}

.section-top div#farma-week .content-information .nav-scroll ul {
	padding: 0;
	margin: 0
}

.section-top div#farma-week .content-information .nav-scroll ul li {
	display: inline-block
}

.section-top div#farma-week .content-information .nav-scroll ul li .btn-reservation {
	width: 170px;
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #27247F;
	border-radius: 100px;
	color: #fff;
	font-weight: 500;
	line-height: 12px;
	font-size: 16px;
	border: 1px solid #070A24;
	transition: ease-in all .3s;
	-webkit-transition: ease-in all .3s;
	-moz-transition: ease-in all .3s;
	-ms-transition: ease-in all .3s;
	-o-transition: ease-in all .3s
}

.section-top div#farma-week .content-information .nav-scroll ul li .btn-reservation:hover {
	color: #fff
}

.section-top div#farma-week .content-information .nav-scroll ul li a.btn-action {
	color: #8688A5;
	font-weight: 500;
	line-height: 12px;
	letter-spacing: .12px;
	font-size: 14px;
	margin-right: 20px;
	position: relative;
	text-align: center
}

.section-top div#farma-week .content-information .nav-scroll ul li a.btn-action:before {
	content: '';
	position: absolute;
	bottom: -5px;
	width: 78%;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	background: #8688A5
}

.section-top div#farma-week .content-information .nav-scroll ul li a.btn-action.color-b {
	color: #2F385E
}

.section-top div#farma-week .content-information .nav-scroll ul li a.btn-action.color-b:before {
	background: #2F385E;
	width: 85%
}

.section-exhibitors {
	position: relative;
	padding-top: 110px;
	background: #fff
}

.section-exhibitors:before {
	content: '';
	max-width: 1300px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(134, 136, 165, .2)
}

.section-exhibitors .information {
	position: relative;
	width: 100%;
	-webkit-transition: ease-in all .3s;
	-o-transition: ease-in all .3s;
	transition: ease-in all .3s
}

.section-exhibitors .information h2 {
	font-size: 36px;
	color: #0D1330;
	line-height: 42px;
	letter-spacing: -.07px;
	font-weight: 700;
	margin-bottom: 40px
}

.section-exhibitors .information p {
	font-size: 17px;
	color: #707070;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: -.06px;
	margin-bottom: 74px;
	text-align: justify;
}

.section-exhibitors .information ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.section-exhibitors .information ul li {
	display: inline-block
}

.section-exhibitors .information ul li .btn-reservation {
	width: 170px;
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #27247F;
	border-radius: 100px;
	color: #fff;
	font-weight: 500;
	line-height: 12px;
	font-size: 16px;
	border: 1px solid #070A24;
	transition: ease-in all .3s;
	-webkit-transition: ease-in all .3s;
	-moz-transition: ease-in all .3s;
	-ms-transition: ease-in all .3s;
	-o-transition: ease-in all .3s;
	margin-right: 30px
}

.section-exhibitors .information ul li .btn-reservation:hover {
	color: #070A24;
	background: transparent;
	border: 1px solid #070A24
}

.section-exhibitors .information ul li a {
	display: block
}

.section-exhibitors .information ul li a.btn-sponsor {
	width: 170px;
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #4CC5CA;
	border-radius: 100px;
	color: #fff;
	font-weight: 500;
	line-height: 12px;
	font-size: 16px;
	border: 1px solid #4CC5CA;
	transition: ease-in all .3s;
	-webkit-transition: ease-in all .3s;
	-moz-transition: ease-in all .3s;
	-ms-transition: ease-in all .3s;
	-o-transition: ease-in all .3s
}

.section-exhibitors .information ul li a.btn-sponsor:hover {
	color: #4cc5ca;
	background: transparent;
	border: 1px solid #4CC5CA
}

.section-exhibitors .ctn-flags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	position: relative;
	-webkit-transition: ease-in all .3s;
	-o-transition: ease-in all .3s;
	transition: ease-in all .3s;
	margin-bottom: 31px
}

.section-exhibitors .ctn-flags figure {
	width: 92px;
	height: 52px;
	overflow: hidden;
	border: 4px solid rgba(134, 136, 165, .31);
	margin-right: 20px;
	margin-bottom: 0
}

.section-exhibitors .ctn-flags figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.section-exhibitors .ctn-flags .name-flags h2 {
	font-size: 17px;
	color: #162040;
	margin-bottom: 0;
	font-weight: 600;
	letter-spacing: -0.06px;
}

.section-exhibitors .ctn-flags .name-flags p {
	font-size: 14px;
	font-weight: 300;
	color: #162040;
	letter-spacing: -.06px;
	margin-bottom: 0
}

.section-exhibitors .card-date {
	border: 1px solid rgba(191, 194, 216, .5);
	border-radius: 5px;
	padding: 20px;
	background: #fff
}

.section-exhibitors .card-date .date-event {
	border-bottom: 2px solid rgba(191, 194, 216, .1);
	padding: 0 0 20px
}

.section-exhibitors .card-date .date-event ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.section-exhibitors .card-date .date-event ul li {
	display: inline-block;
	max-width: 33.33%;
	width: 32.6%;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #707070;
	border-right: 2px solid rgba(191, 194, 216, .1)
}

.section-exhibitors .card-date .date-event ul li:last-child {
	border-right: none
}

.section-exhibitors .card-date .date-event ul li .dateEvent {
	font-size: 24px;
	display: block;
	width: 100%;
	color: #4CC5CA;
	font-weight: 600
}

.section-exhibitors .card-date .info-event {
	padding: 20px 20px 0
}

.section-exhibitors .card-date .info-event p {
	font-size: 20px;
	color: #8688A5;
	font-weight: 600;
	letter-spacing: -.06px;
	line-height: 24px;
	margin-bottom: 0
}

.section-exhibitors .btn-footer {
	position: absolute;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 93%;
	min-height: 40px
}

.section-exhibitors .btn-footer .btn-action {
	color: #8688A5;
	font-weight: 500;
	line-height: 12px;
	letter-spacing: .12px;
	font-size: 14px;
	margin-right: 20px;
	position: relative;
	text-align: center
}

.section-exhibitors .btn-footer .btn-action:before {
	content: '';
	position: absolute;
	bottom: -5px;
	width: 78%;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	background: #8688A5
}

.profile-event {
	position: relative;
	-webkit-transition: ease-in all .3s;
	-o-transition: ease-in all .3s;
	transition: ease-in all .3s;
	padding-top: 150px;
	padding-bottom: 30px;
	background: #fff
}

.profile-event .mb-custom {
	margin-bottom: 122px
}

.profile-event .card-event {
	position: relative;
	z-index: 1
}

.profile-event .card-event:before {
	content: '';
	display: block;
	width: 192px;
	height: 192px;
	border: 1px solid #4CC5CA;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 500px;
	top: -97px;
	z-index: -1
}

.profile-event .card-event .card {
	position: relative;
	min-height: 425px;
	height: 425px;
	border: 1px solid rgba(151, 151, 151, .15);
	background: #fff;
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .03);
	box-shadow: 0 3px 15px rgba(0, 0, 0, .03);
	padding-top: 80px;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

.profile-event .card-event .card .avatar {
	width: 138px;
	height: 138px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -70px
}

.profile-event .card-event .card .avatar img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center
}

.profile-event .card-event .card .card-body {
	padding-left: 50px;
	padding-right: 50px;
	text-align: center
}

.profile-event .card-event .card .card-body h2 {
	font-size: 18px;
	color: #3D0B8D;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -.07px;
	margin-bottom: 0;
	text-transform: uppercase
}

.profile-event .card-event .card .card-body h3 {
	font-size: 18px;
	color: #0D1330;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -.07px;
	margin-bottom: 26px;
	text-transform: uppercase
}

.profile-event .card-event .card .card-body p {
	font-size: 13px;
	color: #707070;
	font-weight: 300;
	line-height: 19px;
	letter-spacing: -.06px;
	margin-bottom: 30px;
	text-align: justify
}

.profile-event .card-event .card .card-body a {
	color: #8688A5;
	font-weight: 500;
	line-height: 12px;
	letter-spacing: .12px;
	font-size: 14px;
	margin-right: 20px;
	position: relative;
	text-align: center
}

.profile-event .card-event .card .card-body a:before {
	content: '';
	position: absolute;
	bottom: -5px;
	width: 78%;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	background: #8688A5
}

.section-program {
	position: relative;
	padding: 80px 0;
	background: #fff;
}

.section-program:before {
	content: '';
	max-width: 1300px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(134, 136, 165, .2)
}

.ctn-title {
	width: 100%;
	display: block;
	margin-bottom: 50px;
}

.ctn-title h2 {
	font-size: 50px;
	color: #8688A5;
	letter-spacing: -.07px;
	font-weight: 300;
}

.section-program .ctn-title h2 span {
	font-size: 50px;
	color: #0D1330;
	line-height: 42px;
	letter-spacing: -.07px;
	font-weight: 700;
	display: block;
}

.section-program .timeline-program {
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	border: 1px solid rgba(151, 151, 151, .14);
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
	padding-left: 130px;
	background: #fff;
	box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.05);
}

.section-program .timeline-program>li {
	counter-increment: item;
	margin-left: 0;
	min-height: 70px;
	position: relative;
	background-color: white;
	list-style: none;
	border-bottom: 1px solid rgba(134, 136, 166, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 60px;
	padding-right: 80px
}

.section-program .timeline-program>li span.date {
	font-size: 33px;
	color: #8688A5;
	font-weight: 600;
}

.section-program .timeline-program>li:last-child {
	border-bottom: none
}

.section-program .timeline-program>li:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #E7E7E7;
	top: 150px;
	bottom: 0;
	left: -19px
}

.section-program .timeline-program>li:after {
	z-index: 5;
	content: counter(item);
	position: absolute;
	width: 50px;
	height: 50px;
	border: 7px solid rgba(191, 194, 216, .53);
	color: #8688A5;
	background: #fff;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -43px;
	font-size: 16px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.section-program .timeline-program>li:nth-last-child(1):before {
	width: 0
}

.section-program .timeline-program>li ul {
	padding: 0 0;
	margin: 0;
	max-width: 800px;
	width: 100%
}

.section-program .timeline-program>li ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid rgba(134, 136, 166, .1);
	padding: 35px 0
}

.section-program .timeline-program>li ul li:last-child {
	border-bottom: none
}

.section-program .timeline-program>li ul li .description-program h2 {
	color: #2F385E;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	max-width: 570px;
	width: 100%
}

.section-program .timeline-program>li ul li .description-program p {
	margin-bottom: 0;
	font-size: 17px;
	color: #8688A5;
	font-weight: 300;
	letter-spacing: -.06px;
}

.section-program .timeline-program>li ul li .avatar-program {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.section-program .timeline-program>li ul li .avatar-program .time {
	font-size: 27px;
	color: #4CC5CA;
	font-weight: 300;
	display: block;
	margin-right: 22px
}

.section-program .timeline-program>li ul li .avatar-program figure {
	width: 62px;
	height: 62px;
	border: 1px solid #4CC5CA;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	padding: 7px
}

.section-program .timeline-program>li ul li .avatar-program figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center
}

.section-program .btn-reservation {
	max-width: 100%;
	width: 100%;
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #27247F;
	border-radius: 100px;
	color: #fff;
	font-weight: 500;
	line-height: 12px;
	font-size: 16px;
	border: 1px solid #070A24;
	transition: ease-in all .3s;
	-webkit-transition: ease-in all .3s;
	-moz-transition: ease-in all .3s;
	-ms-transition: ease-in all .3s;
	-o-transition: ease-in all .3s
}

.section-program .btn-reservation:hover {
	color: #070A24;
	background: transparent;
	border: 1px solid #070A24
}

.ctn-pdf {
	width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.ctn-pdf a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #8688A5;
	padding: 10px 30px;
	border-radius: 100px;
	max-width: 200px;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #8688A5;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	transition: ease-in all .3s;
	-webkit-transition: ease-in all .3s;
	-moz-transition: ease-in all .3s;
	-ms-transition: ease-in all .3s;
	-o-transition: ease-in all .3s;
	background-image: url(../img/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: 167px center;
}

.ctn-pdf a:hover {
	background-color: #8688A5;
	color: #fff;
	transition: ease-in all .3s;
	-webkit-transition: ease-in all .3s;
	-moz-transition: ease-in all .3s;
	-ms-transition: ease-in all .3s;
	-o-transition: ease-in all .3s
}

.action-scroll {
	position: absolute;
	right: 20px;
	bottom: 30px;
	opacity: 0.5;
}

.action-scroll a {
	display: block
}

footer {
	position: relative
}

footer .footer-top {
	position: relative;
	min-height: 450px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .footer-top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	max-width: 50vw;
	width: 100%;
	height: 450px;
	background: linear-gradient(40deg, rgba(16,16,57,1) 0%, rgba(21,21,82,1) 40%, rgba(35,33,116,1) 60%, rgba(60,53,182,1) 100%);
	border-top-right-radius: 250px;
}

footer .footer-top .text-footer h2 {
	font-size: 36px;
	color: #fff;
	line-height: 42px;
	letter-spacing: -.07px;
	font-weight: 600;
	margin-bottom: 40px;
}

footer .footer-top .text-footer p {
	font-size: 17px;
	color: #fff;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: -.06px;
	margin-bottom: 40px;
	text-align: justify;
}

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

footer .footer-top .text-footer ul li {
	display: inline-block;
	margin-right: 20px
}

footer .footer-top .text-footer ul li:last-child {
	margin-right: 0
}

footer .footer-top .text-footer ul li .btn-reservation {
	max-width: 170px;
	width: 170px;
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #473DD1;
	border-radius: 100px;
	color: #fff;
	font-weight: 500;
	line-height: 12px;
	font-size: 16px;
	border: 1px solid #473DD1;
	transition: ease-in all .3s;
	-webkit-transition: ease-in all .3s;
	-moz-transition: ease-in all .3s;
	-ms-transition: ease-in all .3s;
	-o-transition: ease-in all .3s;
}

footer .footer-top .text-footer ul li .btn-reservation:hover {
	color: #fff;
	background: transparent;
	border: 1px solid #473DD1;
}

footer .footer-top .text-footer ul li .btn-sponsor {
	width: 170px;
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ffa00b;
	border-radius: 100px;
	color: #fff;
	font-weight: 500;
	line-height: 12px;
	font-size: 16px;
	border: 1px solid #ffa00b;
}

footer .footer-top .info-contact {
	width: 100%
}

footer .footer-top .info-contact>a {
	display: block;
	font-size: 17px;
	color: #0D1330;
	font-weight: 600;
	margin-bottom: 6px
}

footer .footer-top .footer-logo {
	margin-bottom: 20px
}

footer .footer-top .social {
	margin-bottom: 30px;
	margin-top: 20px;
	display: flex;
	align-items: center;
}

footer .footer-top .social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	margin-right: 15px;
}

footer .footer-top .social ul li {
	display: inline-block;
	margin-right: 8px
}

footer .footer-top .social ul li:last-child {
	margin-right: 0
}

li.youtube {
	background: #9ea0b7;
	width: 31px;
	height: 30px;
	border-radius: 100px;
	overflow: hidden;
}

li.youtube a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none !important;
}

footer .footer-top .social ul li.wht a {
	background: #8688A5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 184px;
	height: 40px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	color: #FEFAFA;
	font-weight: 500;
	font-size: 15px;
	text-decoration: none
}

footer .footer-top .social ul li.wht a:hover {
	border: 1px solid #8688A5;
	background: transparent;
	color: #8688A5
}

footer .footer-copy {
	background: #101039;
	padding: 16px 0;
}

footer .footer-copy p {
	margin-bottom: 0;
	color: #BFC2D8;
	font-weight: 500;
	font-size: 12px
}

footer .footer-copy p a {
	color: #BFC2D8;
	text-decoration: none
}

.content-page {
	display: block;
	width: 100%;
	padding: 170px 0px 70px;
}

.page-title {
	width: 100%;
	display: block;
	margin-bottom: 40px;
}

.page-title h2 {
	font-size: 44px;
	color: #2A0C66;
	font-weight: 600;
	letter-spacing: -0.06px;
	line-height: 54px;
	margin-bottom: 0px;
}

.page-title p {
	font-size: 22px;
	color: #8688A5;
	font-weight: 500;
	letter-spacing: -0.85px;
	/* line-height: 54px; */
	margin-bottom: 0px;
	max-width: 700px;
}

.price-details {
	width: 100%;
	display: block;
	background: #2A0C66;
	border-radius: 5px;
	padding: 40px 80px 40px 40px;
}

.price-details .header-price {
	width: 100%;
	display: block;
	margin-bottom: 40px;
}

.price-details .header-price h2 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.77px;
}

.person-value {
	width: 100%;
	display: block;
	margin-bottom: 70px;
	max-width: 355px;
}

.person-value:last-child {
	margin-bottom: 0px;
}

.price-details .person-value span {
	display: block;
	color: #8EE8E8;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 17px;
}

.one-people {
	background: url(../img/one-people.svg);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 35px;
}

.five-people {
	background: url(../img/five-people.svg);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 50px;
}

.price-details .person-value h2 {
	font-size: 50px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 7px;
	letter-spacing: -0.06px;
}

.price-details .person-value p {
	font-size: 14px;
	color: #FFF;
	font-weight: 500;
}

div#caldera_form_1 {
	width: 100%;
	height: 100%;
	background: #FFF;
	border: 2px solid #BFC2D8;
	border-radius: 5px 0px 0px 5px;
	padding: 40px;
}

.img-details {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 0px 5px 5px 0px;
	max-height: 493px;
}

.img-details img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.title-form {
	width: 100%;
	display: block;
	margin-bottom: 35px;
	max-width: 395px;
}

.title-form h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #3D0B8D;
	letter-spacing: 0.77px;
	font-weight: 700;
	margin-bottom: 0px;
}

#caldera_form_1 .Imput-grp input {
	width: 100%;
	height: 50px;
	border: 1px solid #BFC2D8;
	color: #868686;
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}


#caldera_form_1 .Imput-grp input::-webkit-input-placeholder {
	color: #868686;
	font-size: 16px;
	font-weight: 500;
}

#caldera_form_1 .Imput-grp input::-moz-placeholder {
	color: #868686;
	font-size: 16px;
	font-weight: 500;
}

#caldera_form_1 .Imput-grp input:-ms-input-placeholder {
	color: #868686;
	font-size: 16px;
	font-weight: 500;
}

#caldera_form_1 .Imput-grp input:-moz-placeholder {
	color: #868686;
	font-size: 16px;
	font-weight: 500;
}

#caldera_form_1 textarea {
	width: 100%;
	border: 1px solid #BFC2D8;
	color: #868686;
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	resize: none;
}

#caldera_form_1 textarea::-webkit-input-placeholder {
	color: #868686;
	font-size: 16px;
	font-weight: 500;
}

#caldera_form_1 textarea::-moz-placeholder {
	color: #868686;
	font-size: 16px;
	font-weight: 500;
}

#caldera_form_1 textarea:-ms-input-placeholder {
	color: #868686;
	font-size: 16px;
	font-weight: 500;
}

#caldera_form_1 textarea:-moz-placeholder {
	color: #868686;
	font-size: 16px;
	font-weight: 500;
}

#caldera_form_1 .select-people select {
	appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	background-color: #27247F;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	height: 50px;
	width: 100%;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background-image: url(../img/arrow-triangle.svg);
	background-repeat: no-repeat;
	background-position: 92% center;
}

#caldera_form_1 .select-people-imput select {
	appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	color: #27247F;
	border: 1px solid #BFC2D8;
	background: #fff;
	font-size: 24px;
	font-weight: 600;
	height: 50px;
	width: 100%;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

#caldera_form_1 .send-group {
	width: 100%;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: flex-end;
}

#caldera_form_1 .send-group input.btn-send {
	width: 100%;
	display: block;
	background: #27247F;
	box-shadow: none;
	color: #FFF;
	height: 46px;
	width: 265px;
	border-radius: 100px;
	font-size: 16px;
	float: right;
}

#caldera_form_1 span {
	display: block;
	font-size: 12px;
	color: #8688A5;
	font-weight: 600;
	margin-bottom: 0px;
}


main {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.sponsor-details {
	width: 100%;
	height: 100%;
	display: block;
	background: #151552;
	border-radius: 5px;
	padding: 40px 80px 40px 40px;
}

.sponsor-details .header-price {
	width: 100%;
	display: block;
	margin-bottom: 40px;
	max-width: 370px;
}

.sponsor-details .header-price h2 {
	font-size: 20px;
	color: #ffa00b;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.77px;
}

.content-price {
	width: 100%;
	display: block;
}

.content-price ul {
	padding: 0;
	margin-bottom: 40px;
	list-style: none;
	max-width: 450px;
}

.content-price ul li {
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	letter-spacing: -0.04px;
	line-height: 21px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.content-price ul li:last-child {
	margin-bottom: 0px;
}

.content-price ul li span {
	display: block;
	margin-right: 20px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

a.btn-downl {
	max-width: 232px;
	background-color: #27247F;
	height: 46px;
	display: flex;
	margin: auto;
	border-radius: 100px;
	border: none;
	font-size: 16px;
	color: #FFF;
	align-items: center;
	padding: 5px 27px;
	font-weight: 500;
	background-image: url(../img/arrow-whiter.svg);
	background-repeat: no-repeat;
	background-position: 196px center;
	transition: ease-in all .3s;
	-webkit-transition: ease-in all .3s;
	-moz-transition: ease-in all .3s;
	-ms-transition: ease-in all .3s;
	-o-transition: ease-in all .3s
}

a.btn-downl:hover {
	border: 1px solid #2f2c7b;
	color: #FFF;
	transition: ease-in all .3s;
	-webkit-transition: ease-in all .3s;
	-moz-transition: ease-in all .3s;
	-ms-transition: ease-in all .3s;
	-o-transition: ease-in all .3s
}

.footer-custo {
	width: 100%;
	display: block;
	margin-bottom: 60px;
}

.footer-custo p {
	font-size: 16px;
	color: #2A0C66;
	font-weight: 500;
	letter-spacing: -0.07px;
}

.footer-custo a {
	display: block;
	display: block;
	font-size: 17px;
	color: #0D1330;
	font-weight: 600;
	margin-bottom: 6px;
}

.footer-custo .social {
}

.footer-custo .social ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.footer-custo .social ul li {
	display: inline-block;
	margin-right: 8px
}

.footer-custo .social ul li:last-child {
	margin-right: 0
}

.footer-custo .social ul li.wht a {
	background: #8688A5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 167px;
	height: 40px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	color: #FEFAFA;
	font-weight: 500;
	font-size: 12px;
	text-decoration: none;
}

.footer-custo .social ul li.wht a:hover {
	border: 1px solid #8688A5;
	background: transparent;
	color: #8688A5
}

.info-contact p {
	font-size: 15px;
	color: #2A0C66;
	font-weight: 500;
	letter-spacing: -0.07px;
}

.price-details:before {
	content: '';
	display: block;
	width: 100%;
	height: 314px;
	background: linear-gradient(210deg, rgba(131,228,231,0.1) 0%, rgba(0,0,0,0) 50%);
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-top-right-radius: 230px;
}

.clinLogo {
	padding: 50px 0px;
	background: #fff;
	border-top: 1px solid rgba(134, 136, 165, 0.1);
	border-bottom: 1px solid rgba(134, 136, 165, .1);
}
.clinLogo ul {
	list-style: none;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	flex-flow: row wrap;
	align-content: flex-end;
}

.clinLogo ul li {
	width: 100%;
	height: 200px;
	padding: 10px 15px;
	max-width: 254px;
}

.clinLogo ul li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.clinLogo .ctn-title h2 {
	margin-bottom: 40px;
	font-size: 50px;
	color: #8688A5;
	letter-spacing: -.07px;
	font-weight: 300;
}

.ctn-title h2 span {
	font-size: 50px;
	color: #0D1330;
	line-height: 42px;
	letter-spacing: -.07px;
	font-weight: 700;
	display: block;
}

.sect_register {
	background: #101039;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sectionRegister {
	width: 100%;
	display: block;
	text-align: center;
}

.sectionRegister h2 {
	color: #fff;
	width: 100%;
	max-width: 461px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 36px;
	letter-spacing: -0.07px;
	line-height: 46px;
}

.sectionRegister a.btn-reservation {
	margin-left: auto;
	margin-right: auto;
}

header.header-scroll div#logo-header img {
	width: 100%;
}

.ctn-text-title {
	width: 100%;
	max-width: 370px;
	min-width: 370px;
	background: #8FD7DC;
	border-right: 5px solid #4CC5CA;
	border-radius: 100px 0px 0px 100px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ctn-text-title h2 {
	color: #fff;
	font-size: 18px;
	width: 100%;
	max-width: 287px;
	font-weight: 600;
	letter-spacing: -0.06px;
}

.ctn-imgLogo {
	width: 100%;
	max-width: 270px;
	margin-bottom: 90px;
}

.ctn-imgLogo img {
	width: 100%;
}

.btn-download {
	font-size: 16px;
	color: #4CC5CA;
	background-color: transparent;
	background: url(../img/download-arrow.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 11%) center;
	font-weight: 300;
	border: 1px solid #4CC5CA;
	border-radius: 100px;
	width: 200px;
	height: 47px;
	display: flex;
	align-items: center;
	padding-left: 25px;
	letter-spacing: 0.12px;
	transition: ease-in all .3s;
	-webkit-transition: ease-in all .3s;
	-moz-transition: ease-in all .3s;
	-ms-transition: ease-in all .3s;
	-o-transition: ease-in all .3s;
}

.btn-download:hover {
	color: #fff;
	background-color: #4CC5CA !important;
	background: url(../img/download-arrow-b.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 11%) center;
	border: 1px solid #4CC5CA;
	transition: ease-in all .3s;
	-webkit-transition: ease-in all .3s;
	-moz-transition: ease-in all .3s;
	-ms-transition: ease-in all .3s;
	-o-transition: ease-in all .3s;
}

.clinLogo figure {
	margin: 0;
	width: 100%;
	height: 300px;
	display: block;
	overflow: hidden;
	border-radius: 5px;
}

.clinLogo figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

div#sect_2019 {
	position: absolute;
	top: 0px;
}

#carousel-gallery .items {
	flex-direction: row;
	flex-wrap: wrap;
	flex-flow: row wrap;
	align-content: flex-end;
	display: flex;
	justify-content: center;
}

#carousel-gallery .items figure {width: 100%;max-width: 410px;height: 290px;margin-right: 20px;margin-bottom: 20px;}

#carousel-gallery .items figure:nth-child(3n) {
	margin-right: 0px;
}

.text-footer {
	margin-top: 30px;
}

.footer-custo li.youtube {
	position: relative;
	top: 9px;
}

span.virtual-stick {
	display: flex;
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	max-width: 270px;
	height: 53px;
	align-items: center;
	justify-content: center;
	background-color: #8688A5;
	border-top-left-radius: 39.5px;
	border-top-right-radius: 39.5px;
	border-bottom-right-radius: 39.5px;
	margin-bottom: 19px;
}

.box-patrocionadores {
	width: 100%;
	height: 100%;
	position: relative;
}

.box-patrocionadores figure {
	margin-bottom: 21px;
	width: 100%;
	height: 107px;
	overflow: hidden;
	max-width: 191px;
	margin-left: auto;
	margin-right: auto;
}

.box-patrocionadores figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.box-patrocionadores a {
	display: flex;
	width: 100%;
	height: 53px;
	color: #161555;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.12px;
	background: rgb(191 194 216 / 0.59);
	border-radius: 100px;
	align-items: center;
	justify-content: center;
	max-width: max-content;
	padding: 0px 37px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none !important;
	transition: ease-in all .3s;
}

.box-patrocionadores a:hover {
	background: rgb(191 194 216 / 0.39);
}

.border-bt:before {content: '';display: block;position: absolute;width: 100%;max-width: 1200px;height: 1px;background: rgb(191 194 216 / 0.37);left: 0;right: 0;margin: auto;bottom: 0;}

.border-bt {
	position: relative;
}

.btn-ws {
	background: #9ea0b7;
	display: flex;
	width: 100%;
	max-width: max-content;
	color: #fff !important;
	border-radius: 100px;
	text-decoration: none !important;
}

.box-patrocionadores h4 {
	text-align: center;
	margin-bottom: 17px;
	font-size: 20px;
	color: #8588a5;
	font-weight: 600;
}

.box-patrocionadores h4 span {
	color: #0e1330;
	font-weight: 400;
	font-size: 17px;
}

.box-patrocionadores a span {
	font-size: 17px;
	margin-left: 7px;
}