/****************** BRIGHT ******************/

/****** GENERAL ******/
html {
	font-size: 15px;
	padding-top: 91px;
}
@media (max-width: 991px){
	html {
		padding-top: 81px;
	}
}
@media (max-width: 767px){
	html {
		padding-top: 61px;
	}
}

body {
	position: relative;
	font-family: 'Inter', sans-serif;
	line-height: 1.45;
	color: #AFA9A0;
    background-color: #F6F5F4;
}

p {
	font-size: 1rem;	/*15px*/
	line-height: 1.45;	/*22px*/
	color: inherit;
}
.h1, h1 {
    font-size: 2.8rem;	/*42px*/
	line-height: 1.15;	/*48px*/
}
.h2, h2 {
	font-size: 2.2rem;	/*33px*/
	line-height: 1.15;	/*38px*/
}
.h3, h3 {
	font-size: 1.6rem;	/*24px*/
	line-height: 1.45;	/*35px*/
}
.h4, h4 {
	font-size: 1.2rem;	/*18px*/
	line-height: 1.45;	/*26px*/
}
.h5, h5,
.h6, h6 {
	font-size: 1rem;	/*15px*/
	line-height: 1.45;	/*22px*/
}

@media (max-width: 991px){
	.h1, h1 {
		font-size: 2.0rem;	/*34px*/
	}
	.h2, h2 {
		font-size: 1.7rem;	/*26px*/
	}
	.h3, h3 {
		font-size: 1.3rem;	/*20px*/
	}
	.h4, h4 {
		font-size: 1.1rem;	/*16.5px*/
	}
}


a {
	text-decoration: underline;
	color: #AFA9A0; /*Cyan*/
	-webkit-transition-duration: initial;
	transition-duration: initial;
}
a:hover {
	color: #89837b;	/*Hoover*/
}
a.link-white {
	color: #fff;	/*White*/
	text-decoration: none;
}
a.link-marine {
	color: #003057;	/*Marine*/
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: inherit;
	font-weight: inherit;
}

.color-marine {
	color: #003057;
}
.color-cyan {
	color: #00C9FF;
}
.color-warmgrey {
	color: #AFA9A0;
}
.color-black {
	color: #000000;
}
.color-white {
	color: #FFFFFF;
}
.color-hoover {
	color: #0D9CC3;
}
.color-orange {
	color: #F26F17;
}

.bg-marine {
	background-color: #003057;
}
.bg-cyan {
	background-color: #00C9FF;
}
.bg-warmgrey {
	background-color: #AFA9A0;
}
.bg-black {
	background-color: #000000;
}
.bg-white {
	background-color: #FFFFFF;
}
.bg-hoover {
	background-color: #0D9CC3;
}
.bg-orange {
	background-color: #F26F17;
}

.font-200 {
	font-weight: 200;
}
.font-300 {
	font-weight: 200;
}
.font-400 {
	font-weight: 400;
}
.font-700 {
	font-weight: 700;
}

ul, ol {
    padding-inline-start: 40px;
}
ul li {
    list-style: disc;
}
ol li {
    list-style: decimal;
}
.dropdown ul li {
    list-style: none;
}

.img-radius {
	border-radius: 0.45rem;
}
.VolverCTA2 {
	text-decoration: none;
    padding: 0.5rem 1rem 0.5rem 0rem;
	font-size: 0.9rem;
}
.VolverCTA2 .lni {
	font-weight: 700;
	font-size: 0.8rem;
	margin-right: 5px;
}
.contenido-centrar-y {
	display: flex;
	align-items: center!important;
}
.wrap-altura-100 {
	min-height: 100vh!important;
}
.wrap-linkable {
	position: relative;
}
.wrap-scroll{
	scroll-snap-align: start;
}
#scrollUp {
	background-color: #003057;	/*Marine*/
	text-decoration: none;
}

.contentFromAdmin {
    padding-top: 8rem;
    padding-bottom: 4rem;
}

[type=button] {	/*Adaptació per Safari*/
	-webkit-appearance: none;
}
[type=submit] {	/*Adaptació per Safari*/
	-webkit-appearance: none;
}
/******************/


/****** DISCLAIMER ******/
#disclaimerModal .btn-secondary {
	display: none;
}
/******************/


/****** BUTTONS ******/
.btn {
    font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
    padding: 1rem 3rem;
	border-radius: 50rem;
}
.btn-sm {
	padding: .65rem 2.5rem;
}
.btn-lg {
	padding: 1rem 3.5rem;
	font-size: 1.25rem;
}
.btn-primary {
	color:#fff !important;
	background-color:#003057 !important;	/*Marine*/
	border-color:#003057 !important;
}
.btn-primary:hover {
	color:#fff;
	background-color:#0D9CC3 !important;
	border-color:#0D9CC3 !important;
}
.btn-primary:focus {
	color:#fff !important;
	background-color:#003057 !important;
	border-color:#003057 !important;
	box-shadow:0 0 0 .25rem rgba(0,48,87,0.2) !important;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
	opacity: .3;
}
.btn-outline-primary {
	color:#003057 !important;	/*Marine*/
	background-color:#fff !important;
	border-color:#003057 !important;
	border-width: 2px;
}
.btn-outline-primary:hover {
	color:#fff !important;
	background-color:#0D9CC3 !important;
	border-color:#003057 !important;
}
.btn-outline-primary:focus {
	color:#003057 !important;
	background-color:#fff !important;
	border-color:#003057 !important;
	box-shadow:0 0 0 .25rem rgba(0,48,87,0.2) !important;
}
.btn-secondary {
	color:#fff !important;
	background-color:#00C9FF !important; /*Cyan*/
	border-color:#00C9FF !important;
}
.btn-secondary:hover {
	color:#fff;
	background-color:#0D9CC3 !important;
	border-color:#0D9CC3 !important;
}
.btn-secondary:focus {
	color:#fff !important;
	background-color:#00C9FF !important;
	border-color:#00C9FF !important;
	box-shadow:0 0 0 .25rem rgba(0,201,255,0.3) !important;
}
.btn-outline-secondary {
	color:#00C9FF !important;	/*Cyan*/
	background-color:#fff !important;
	border-color:#00C9FF !important;
	border-width: 2px;
}
.btn-outline-secondary:hover {
	color:#fff !important;
	background-color:#0D9CC3 !important;
	border-color:#0D9CC3 !important;
}
.btn-outline-secondary:focus {
	color:#00C9FF !important;
	background-color:#fff !important;
	border-color:#00C9FF !important;
	box-shadow:0 0 0 .25rem rgba(0,201,255,0.3) !important;
}
.btn-light {
	color:#00C9FF !important;
	background-color:#fff !important;
	border-color:#fff !important;
}
.btn-light:hover {
	color:#fff !important;
	background-color:#0D9CC3 !important;
	border-color:#0D9CC3 !important;
}
.btn-light:focus {
	color:#003057 !important;
	background-color:#fff !important;
	border-color:#fff !important;
	box-shadow:0 0 0 .25rem rgba(255,255,255,0.6) !important;
}
.btn-orange {
	color:#fff;
	background-color:#F26F17; /*Orange*/
	border-color:#F26F17;
}
.btn-orange:hover {
	color:#fff;
	background-color:#dd6514;
	border-color:#dd6514;
}
.btn-orange:focus {
	color:#fff;
	background-color:#F26F17;
	border-color:#F26F17;
	box-shadow:0 0 0 .25rem rgba(242,111,23,0.5);
}
.btn-outline-orange {
    color: #70808E !important;
	background-color:#fff !important;
	border-color:#F26F17 !important;
	border-width: 2px;
}
.btn-outline-orange:hover {
	color:#fff !important;
	background-color:#dd6514 !important;
	border-color:#dd6514 !important;
}
.btn-outline-orange:focus {
    color: #70808E !important;
	background-color:#fff !important;
	border-color:#F26F17 !important;
	box-shadow:0 0 0 .25rem rgba(242,111,23,0.3) !important;
}
.btn-orange2 {
	color:#F26F17; /*Orange*/
	background-color:#fff;
	border-color:#fff;
}
.btn-orange2:hover {
	color:#fff;
	background-color:#F26F17;
	border-color:#F26F17;
}
.btn-orange2:focus {
	color:#dd6514;
	background-color:#fff;
	border-color:#fff;
	box-shadow:0 0 0 .25rem rgba(242,111,23,0.5);
}
/******************/


/****** BADGES ******/
.badge {
	font-size: 1rem;
	font-weight: 300;
	text-decoration: none;
    margin-right: 4px;
    margin-bottom: 4px;
}
.badge.bg-light {
	color: #003057;	/*Marine*/
}
.badge.bg-primary {
	background-color: #fff!important;
	border: 1px solid #003057!important;	/*Marine*/
	color: #003057!important;	/*Marine*/
    padding: 0.35em 2.65em;
}
.badge.bg-secondary {
	background-color: #fff!important;
	border: 1px solid #F26F17!important;	/*Orange*/
	color: #F26F17!important;	/*Orange*/
    padding: 0.35em 2.65em;
}
/******************/


/****** PADDINGS LATERALS SENSE CONTAINER ******/
@media (min-width:  768px){	.Lateral-Esq  {padding-left:  5vw !important;}	.Lateral-Dret {padding-right:  5vw !important;}}
@media (min-width:  800px){	.Lateral-Esq  {padding-left:  7vw !important;}	.Lateral-Dret {padding-right:  7vw !important;}}
@media (min-width:  900px){	.Lateral-Esq  {padding-left: 11vw !important;}	.Lateral-Dret {padding-right: 11vw !important;}}
@media (min-width:  992px){	.Lateral-Esq  {padding-left:  3vw !important;}	.Lateral-Dret {padding-right:  3vw !important;}}
@media (min-width: 1100px){	.Lateral-Esq  {padding-left:  7vw !important;}	.Lateral-Dret {padding-right:  7vw !important;}}
@media (min-width: 1200px){	.Lateral-Esq  {padding-left:  3vw !important;}	.Lateral-Dret {padding-right:  3vw !important;}}
@media (min-width: 1300px){	.Lateral-Esq  {padding-left:  7vw !important;}	.Lateral-Dret {padding-right:  7vw !important;}}
@media (min-width: 1400px){	.Lateral-Esq  {padding-left:  4vw !important;}	.Lateral-Dret {padding-right:  4vw !important;}}
@media (min-width: 1500px){	.Lateral-Esq  {padding-left:  7vw !important;}	.Lateral-Dret {padding-right:  7vw !important;}}
@media (min-width: 1600px){	.Lateral-Esq  {padding-left:  9vw !important;}	.Lateral-Dret {padding-right:  9vw !important;}}
@media (min-width: 1700px){	.Lateral-Esq  {padding-left: 12vw !important;}	.Lateral-Dret {padding-right: 12vw !important;}}
@media (min-width: 1800px){	.Lateral-Esq  {padding-left: 14vw !important;}	.Lateral-Dret {padding-right: 14vw !important;}}
@media (min-width: 1920px){	.Lateral-Esq  {padding-left: 15vw !important;}	.Lateral-Dret {padding-right: 15vw !important;}}
@media (min-width: 2100px){	.Lateral-Esq  {padding-left: 19vw !important;}	.Lateral-Dret {padding-right: 19vw !important;}}
/******************/


/****** FORMULARIOS ******/
.form-admin {
    padding-top: 1rem;
}
.form-admin .Form-captcha {
    margin-bottom: 0 !important;
    overflow: hidden;
}
.form-admin .captcha-group {
    float: right;
}
.form-admin .Newsletter-captcha {
    display: inline-block;
    width: 240px;
}
@media (max-width: 575px){
	.form-admin .Newsletter-captcha {
		width: 130px;
	}
}

.contact-form {
    background-color: #00C9FF11;
}
.contact-form.ancla {
    padding-top: 50px !important;
    margin-top: -50px !important;
}
.contact-form .padding {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
/******************/


/****** FORMULARIOS HubSpot ******/ 
form input, 
form textarea,
form select {
	border-radius: 18px !important;
	border: 2px solid #003057 !important;
	color: #707070 !important;
}
.form-check-input {
	border-radius: 0.25em !important;
	border: 1px solid #003057 !important;
}
.form-select:focus,
.form-control:focus,
.form-check-input:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(14 156 196 / 25%);
}
.form-check-input:checked {
	background-color: #0D9CC3;
}

.hbspt-form input[type="text"], 
.hbspt-form input[type="email"], 
.hbspt-form input[type="tel"] {
	display: block; 
	width: 100%; 
	padding: .375rem .75rem; 
	font-size: 1rem; 
	font-weight: 400; 
	line-height: 1.5; 
	color: #212529; 
	background-color: #fff; 
	background-clip: 
	padding-box; 
	border: 1px solid #ced4da; 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
	border-radius: .25rem; 
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; 
}
.hbspt-form input[type="submit"] {
    color: #fff !important;
    background-color: #003057 !important;
    border-color: #003057 !important;
    font-weight: 700;
    line-height: 1;
    padding: 0.8rem 3rem;
    border-radius: 50rem !important;
    float: right;
}
.hbspt-form input[type="submit"]:hover {
    background-color: #0D9CC3 !important;
    border-color: #0D9CC3 !important;
}
.hbspt-form input[type="submit"]:focus {
    box-shadow: 0 0 0 0.25rem rgba(0,48,87,0.2) !important;
}
.hbspt-form input[type="radio"], 
.hbspt-form input[type="checkbox"] {
    margin-right: 5px;
}
.hbspt-form input[type="radio"]:checked, 
.hbspt-form input[type="checkbox"]:checked {
    background-color: #0D9CC3;
}
.hbspt-form .legal-consent-container {
    margin-top: 30px;
}
.hbspt-form .legal-consent-container ul {
    padding-inline-start: 0px;
}
.hbspt-form .legal-consent-container span {
    margin-top: -3px;
}
.hbspt-form ul[role="checkbox"] { 
    column-count: 2;
}
.hbspt-form li { 
    list-style: none;
}
.hbspt-form .hs-form-field {
    margin-bottom: 10px;
}
.hbspt-form .hs-form-field .input {
    margin-top: 5px;	
}
.hbspt-form .hs-error-msg {
    color: #f2545b;
}

.footer-form .hbspt-form input[type="text"], 
.footer-form .hbspt-form input[type="email"], 
.footer-form .hbspt-form input[type="tel"] {
    border: 0px solid transparent !important;
    color: #212529 !important;
}
.footer-form .hbspt-form .legal-consent-container {
    margin-top: 5px;
}
.footer-form .hbspt-form .legal-consent-container p,
.footer-form .hbspt-form .legal-consent-container span {
    font-size: 0.8rem;
}
.footer-form .footer-titulo {
	margin-bottom: 10px;
}
.footer-form .hbspt-form .hs-form-field {
    margin-bottom: 5px;
}
.footer-form .hbspt-form .hs-form-field .input {
    margin-top: 2px;
}
.footer-form .hs-error-msgs label,
.footer-form .legal-consent-container .hs-error-msgs label {
    color: #b70011;
}
/******************/


/****** COOKIES Didomi ******/ 
#didomi-notice-disagree-button {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(0, 48, 87) !important;
    border-color: rgba(0, 48, 87, 0.3) !important;
}
.didomi-consent-popup-actions .didomi-components-button {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(0, 48, 87) !important;
    border-color: rgba(0, 48, 87, 0.3) !important;
}
/******************/


/****** FOOTER ******/
footer {
    background-color: #003057;	/*Marine*/
	color: #fff;
	padding-top: 3rem;
    padding-bottom: 4rem;
}
.footer-grupo {
	padding: 20px 0;
}
.footer-titulo {
	margin-bottom: 20px;
	font-weight: 700;
}
.footer-item a {
	text-decoration: none;
	color: #fff;
}
.footer-item a:hover {
	text-decoration: underline;
}
.footer-aviso {
	font-size: 0.8rem;
    margin: 10px 0;
}
footer .form-check {
    font-size: 0.8rem;
}
footer .form-check a {
	text-decoration: underline;
	color: #fff;
}
footer .form-check-input {
    border-radius: 50% !important;
    border: 1px solid #fff !important;
    background-color: transparent;
}
footer .Form-captcha {
    overflow: hidden;
}
footer .captcha-group {
    float: right;
}
footer .captchalabel {
    margin-right: 10px;
}
footer .Newsletter-captcha {
    display: inline-block;
    width: 170px;
}
@media (max-width: 575px) {
	footer .Newsletter-captcha {
		display: inline-block;
		width: 130px;
	}
}
.Newsletter-CaptchaResults {
    padding-top: 10px;
}
.Newsletter-CaptchaResults .Newsletter-OK .alert {
    padding: 8px 15px;
    background-color: #0D9CC3 !important;
    border-color: #003057 !important;
    color: #fff;
    border-radius: 50rem;

}
.Newsletter-CaptchaResults .Newsletter-KO .alert {
    padding: 8px 15px;
    background-color: #9b595f;
    border-color: #8b000d;
    color: #fff;
    border-radius: 50rem;
}
footer .hbspt-form input[type="submit"] {
    color: #fff !important;
    background-color: #00C9FF !important; /*Cyan*/
    border-color: #00C9FF !important; /*Cyan*/
    font-weight: 700;
    line-height: 1;
    padding: 0.8rem 3rem;
    border-radius: 50rem !important;
    float: right;
}
footer .hbspt-form input[type="submit"]:hover {
    background-color: #0D9CC3 !important;	/*Hoover*/
    border-color: #0D9CC3 !important;	/*Hoover*/
}
footer .hbspt-form input[type="submit"]:focus {
    box-shadow: 0 0 0 0.25rem rgba(0,48,87,0.2) !important;
}

.legal-footer {
    background-color: #fff;
    color: #003057;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}
.grupo-legal {
    text-align: end;
}
.legal-item {
	color: #003057 !important;	/*Marine*/
	text-decoration: underline !important;
    margin-left: 40px;
	display: inline-block;
}
.legal-item:hover {
	text-decoration: none !important;
}
.legal-item:first-child {
	margin-left: 0;
}
@media (max-width: 1199px) {
	.legal-item {
		margin-left: 30px;
	}
}
@media (max-width: 991px) {
	.legal-item {
		margin-left: 25px;
	}
}
@media (max-width: 767px) {
	.grupo-legal {
		text-align: start;
		margin-top: 1rem
	}
	.legal-item {
		margin-left: 0;
		margin-right: 20px;
	}
}
@media (max-width: 575px) {
	.legal-item {
		display: block;
		margin-bottom: 10px;
		margin-left: 0;
		margin-right: 10px;
	}
}
/******************/


/****** MENU ******/
.header-area {
    display: none;
	background-color: #fff;
	z-index: 1040 !important;
}
.header-area.header-scrollspy {
    display: block;
	background-color: #fff;
	z-index: 1040 !important;
}
.header-area.header-sticky .quansticky {
    display: none;
}
.header-area.header-sticky .perdefecte {
    display: block;
}
.header-area.header-sticky {
    background: #fff;
    color: #fff;
    min-height: 56px;
    line-height: 1.3;
    font-size: 14px;
}
.header-area.header-sticky .classy-navbar {
    height: 50px;
}
.header-area .nav-brand img {
	max-width: 155px;
}
.header-area .item-menu-2 {
	display: none !important;
}
.header-area .coruslink {
	color: #003057;	/*Marine*/
    margin-left: 10px;
}
.header-area .userloggedlink {
	color: #003057;	/*Marine*/
    cursor: pointer;
    margin-left: 20px;
	display: none !important;
}
.header-area .langlink {
    margin-left: 20px;
    cursor: pointer;
}
.header-area .langlink a {
	color: #003057;	/*Marine*/
    text-decoration: none;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.header-area .langlink a:hover {
    color: #0D9CC3;
}
.header-area .dropdown-menu {
    min-width: 3rem;
}
.header-area .langlink .dropdown-toggle::after {
    display: none;
}
.header-area .langlink ul.dropdown-menu {
    line-height: 1.45;
}
.menu-right-head{
	display:none;
}
@media (min-width: 992px){
	.menu-right-head{
		display:block;
		position: absolute;
		right: 15px;
		top: 40px;
	}
}
.header-area .menu-right-head a:hover, 
.header-area .menu-right-head a:focus {
	color: #0D9CC3;	/*Hoover*/
}
.header-area .menu-right-head a:hover, 
.header-area .menu-right-head a:focus {
	color: #0D9CC3;	/*Hoover*/
}
.header-area i.bi {
    font-size: 22px;
    vertical-align: middle;
}
.classy-nav-container .classy-navbar .classynav ul li a {
	color: #003057;
	font-weight: 700;
	text-transform: none;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
}
.classy-nav-container .classy-navbar .classynav ul li:hover > a {
	color: #0D9CC3;
}
.classy-nav-container .classy-navbar .classynav ul li.current-page-item > a {
	color: #00C9FF;
}
.classy-nav-container .classy-navbar .classynav ul li.active-menu-item > a {
	color: #00C9FF;
}
.classy-navbar-toggler {
    line-height: 1;
    margin-right: 15px;
}
@media (min-width: 992px){
	.classy-navbar {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: end !important;
	}
	.classy-nav-container .classy-navbar .classynav ul li a {
		color: #AFA9A0;
		padding: 0px 15px;
	}
	.classy-nav-container .classy-navbar .classynav ul li.active-menu-item > a {
		color: #003057;	/*Marine*/
	}
	.classy-nav-container.breakpoint-off .classy-menu {
		margin-right: 15px;
	}
	.classy-nav-container .classy-navbar .classynav ul {
		text-align: end;
	}
	.classy-nav-container.breakpoint-off .classy-navbar .classynav ul li.menuitem_id_1361 {
		margin-top: 5px;
		margin-left: 30px;
	}
	.classy-nav-container.breakpoint-off .classy-navbar .classynav ul li.menuitem_id_1361 a {
		padding: 0.75rem 1.6rem;
		color: #fff !important;
		background-color: #003057 !important;
		border-radius: 50rem;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
	.classy-nav-container.breakpoint-off .classy-navbar .classynav ul li.menuitem_id_1361:hover a {
		background-color: #0D9CC3 !important;	/*Hoover*/
	}
	.header-area .coruslink {
		display: none;
	}
}
@media (min-width: 1500px) {
	.classy-navbar {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: end !important;
	}
	.nav-brand {
		position: absolute;
		left: 0;
	}
}
@media (max-width: 1499px) {
	.classy-navbar {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.classy-nav-container .classy-navbar .classynav ul li a {
		padding: 0 15px;
	}
}

.breakpoint-on .classy-navbar .classy-menu {
	max-width: 576px;
	left: -576px;
	width: 100%;
	padding-left: 30px;
	background-color: #00C9FF !important; /*Cyan*/
	background-image: url('https://www.corusdental.com/the-bright-event-barcelona/uploads/content/files/20230224170206000_Corus-logo-white.svg');
	background-repeat: no-repeat;
	background-position: 46px 92%;
}
.breakpoint-on .classy-navbar .classynav ul li a {
	color: #fff;
	font-size: 1.2rem;
}
.breakpoint-on .classy-navbar .classynav ul li.active-menu-item > a {
	color: #003057;	/*Marine*/
}
.breakpoint-on .classycloseIcon .cross-wrap span {
	background: #fff;
}
@media (max-width: 991px) {
	.breakpoint-on .classy-navbar .classynav ul li a {
		padding: 12px 16px;
	}
}

.nav-pills .nav-link.active {
    color: #003057 !important;
    background-color: transparent;
}
/******************/


/****** PORTADA ******/
.ancora {
	padding-top: 100px;
	margin-top: -100px;
}
.corus-blanco {
    width: 120px;
}
.marco-media {
    border-radius: 8px;
}


.seccio-hero .padding {
    padding-bottom: 80px;
}
.hero-background {
    position: relative;
    min-height: 78vh;
	background-image: url('https://www.corusdental.com/the-bright-event-barcelona/uploads/content/files/20240612180816000_bright-event-header.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-flotant {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
}
.hero-textos {
	color: #ffffff;
}
.hero-lead-1 {
    font-size: 4.5rem;
    font-weight: 200;
    line-height: 1.05;
    margin-bottom: 35px;
}
.hero-lead-2 {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 35px;
}
.hero-lead-3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 30px;
}
@media (max-width:767px){
	.hero-lead-1 {
		font-size: 3.5rem;
	}
	.hero-lead-2 {
		font-size: 2rem;
	}
	.hero-lead-3 {
        font-size: 1.5rem;
	}
}


.seccio-intro .padding {
    padding-top: 80px;
    padding-bottom: 100px;
}
.seccio-intro .seccio-claim {
    background-color: transparent;
}


.seccio-claim {
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #AFA9A0;
}
.claim-box {
    background-color: #DEDCD8;
    border-radius: 27px;
    padding: 45px;
}
.claim-foto {
    border-radius: 27px;
	width: 75%;
}
.claim-text {
    color: #003057;
    margin-left: 30px;
}
@media (max-width:1199px){
	.claim-foto {
		width: 100%;
	}
	.claim-text {
		margin-left: 0;
	}
}
@media (max-width:767px){
	.claim-foto {
		margin-bottom: 30px;
		aspect-ratio: 4 / 2;
		object-fit: cover;
		object-position: top;
	}
}


.seccio-programa .padding {
    background-color: #AFA9A0;
    color: #FCFCFC;
    padding-top: 80px;
    padding-bottom: 120px;
}
.programa-bloc {
	color: #DEDCD8;
    margin-top: 30px;
    margin-bottom: 30px;
}
.programa-colA, .programa-colB {
    margin-top: 30px;
    margin-bottom: 30px;
}
.programa-linia {
	border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}
@media (max-width:575px){
	.programa-colA {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.programa-colB {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.programa-linia {
		margin-bottom: 25px;
	}
}
.programa-grey {
	color: #DEDCD8;
}


.seccio-share-calendar .padding {
    background-color: #DEDCD8;
    color: #003057;
    padding-top: 80px;
    padding-bottom: 80px;
}
.share-box {
    background-color: #F6F5F4;
    border-radius: 27px;
    text-align: center;
    padding: 30px;
    height: 100%;
}
.share-icona i {
    font-size: 90px;
}
.share-btn {
    display: inline-flex;
    align-items: center;
    padding: 7px 7px;
    margin: 6px 2px;
	color:#003057 !important;
	background-color:transparent !important;
}
.share-btn:hover {
	color:#003057 !important;
    opacity: 0.7;
}
.share-btn:focus {
	color:#003057 !important;
	box-shadow: none;
}
.share-btn i {
    font-size: 28px;
}
.calendar-box {
    background-color: #F6F5F4;
    border-radius: 27px;
    text-align: center;
    padding: 30px;
    height: 100%;
}
.calendar-icona {
    padding: 8px 0px;
}
.calendar-icona i {
    font-size: 78px;
}
.calendar-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    margin: 12px 6px;
    color: #003057 !important;
    background-color: transparent !important;
    border-color: #003057 !important;
    border-width: 2px;
    height: 54px;
    font-size: 15px;
}
.calendar-btn:hover {
    color: #003057 !important;
    background-color: rgba(0, 48, 87, 0.1) !important;
    border-color: #003057 !important;
}
.calendar-btn:focus {
    color: #003057 !important;
    background-color: rgba(0, 48, 87, 0.1) !important;
    border-color: #003057 !important;
	box-shadow:0 0 0 .25rem #DEDCD8 !important;
}
.calendar-btn i {
    font-size: 28px;
    margin-right: 25px;
}
.program-box {
    background-color: #F6F5F4;
    border-radius: 27px;
    text-align: center;
    padding: 30px;
    height: 100%;
}
.program-icona {
    padding: 8px 0px;
}
.program-icona i {
    font-size: 78px;
}
.program-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    margin: 12px 6px;
    color: #003057 !important;
    background-color: transparent !important;
    border-color: #003057 !important;
    border-width: 2px;
    height: 54px;
    font-size: 15px;
}
.program-btn:hover {
    color: #003057 !important;
    background-color: rgba(0, 48, 87, 0.1) !important;
    border-color: #003057 !important;
}
.program-btn:focus {
    color: #003057 !important;
    background-color: rgba(0, 48, 87, 0.1) !important;
    border-color: #003057 !important;
	box-shadow:0 0 0 .25rem #DEDCD8 !important;
}
.program-btn i {
    font-size: 28px;
    margin-right: 25px;
}


.seccio-ponents .padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.ponents-item {
    padding-bottom: 75px;
}
.ponents-foto {
    border-radius: 8px;
}
.ponents-curriculum {
    padding-inline-start: 30px;
    overflow: hidden;
}
.ponents-limitat {
    max-height: 300px;
}
.ponents-ampliat {
    max-height: initial;
}
.ponents-cta {
    display: block;
	cursor: pointer;
	color: #003057;
}
.ponents-cta i {
    vertical-align: middle;
    font-size: 1.2em;
    margin-left: 10px;
}
.ponents-menys {
	display: none;
}


.moreinfo-background {
    position: relative;
	background-image: url('https://www.corusdental.com/the-bright-event-barcelona/uploads/content/files/20240617155358000_bright-moreinfo.jpg');
    background-size: cover;
    background-position: 80% 50%;
    background-repeat: no-repeat;
}
.moreinfo-opac {
    background-image: linear-gradient(to right, #f6f5f4cc 50%, transparent 50%);
}
.moreinfo-text {
    padding-top: 200px;
    padding-bottom: 20px;
}
.moreinfo-logo {
	width: 420px;
    margin-bottom: 70px;
}
.moreinfo-lead {
    margin-bottom: 40px;
}
.moreinfo-formulari {
    padding-top: 30px;
    padding-bottom: 80px;
}
.moreinfo-box {
    color: #003057;
    background-color: #DEDCD8;
    border-radius: 27px;
    padding: 42px 50px;
}
.moreinfo-box-titol {
    font-weight: 700;
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
	.moreinfo-opac {
		background-image: linear-gradient(to right, #f6f5f4cc 60%, transparent 60%);
	}
	.moreinfo-text {
		padding-top: 150px;
	}
	.moreinfo-formulari {
		padding-bottom: 60px;
	}
}
@media (max-width: 991px) {
	.moreinfo-background {
		background-position: 73% 50%;
	}
	.moreinfo-opac {
		background-image: linear-gradient(to right, #f6f5f4cc 70%, transparent 70%);
	}
	.moreinfo-text {
		padding-top: 100px;
	}
	.moreinfo-formulari {
		padding-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.moreinfo-opac {
		background-image: linear-gradient(to right, #f6f5f4cc 75%, transparent 75%);
	}
	.moreinfo-text {
		padding-top: 50px;
	}
}
@media (max-width: 575px) {
	.moreinfo-background {
		background-position: 78% 50%;
	}
	.moreinfo-opac {
		background-image: linear-gradient(to right, #f6f5f4cc 100%, transparent 100%);
	}
	.moreinfo-box {
		padding: 20px 20px;
	}
}


.seccio-espai .padding {
    background-color: #AFA9A0;
    color: #FCFCFC;
    padding-top: 200px;
    padding-bottom: 200px;
}


.seccio-faqs .padding {
    background-color: #AFA9A0;
    color: #FCFCFC;
    padding-top: 200px;
    padding-bottom: 200px;
}
.seccio-faqs a {
    color: #FCFCFC;
	text-decoration: none;
}
.seccio-faqs a:hover {
    color: #FCFCFC;
	text-decoration: underline;
}
.seccio-faqs .accordion-item {
    background-color: transparent;
    border: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 30px 0;
    margin-top: -1px;
}
.seccio-faqs .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.seccio-faqs .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.seccio-faqs .accordion-button {
    background-color: transparent;
    color: inherit;
    padding: 1rem 0;
    margin-bottom: 0;
}
.seccio-faqs .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: inherit;
    box-shadow: none;
}
.seccio-faqs .accordion-button::after {
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23003057'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.seccio-faqs .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23003057'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.seccio-faqs .accordion-button:focus {
    border-color: none;
    box-shadow: none;
}
.seccio-faqs .accordion-body {
    padding: 1rem 0;
}


.seccio-inscripcio .padding {
    background-color: #F6F5F4;
    color: #FCFCFC;
    padding-top: 120px;
    padding-bottom: 120px;
}
/******************/


/****** PORTADA post-event ******/
.seccio-gracias .padding {
    padding-top: 20px;
    padding-bottom: 80px;
}

.seccio-videobright .padding {
    background-color: #AFA9A0;
    color: #FCFCFC;
    padding-top: 100px;
    padding-bottom: 100px;
}

.seccio-acceso {
    background-color: #DEDCD8;
}
.seccio-acceso .padding {
    padding-top: 100px;
    padding-bottom: 100px;
}
.acceso-card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F6F5F4;
    border: 3px solid #003057;
    border-radius: 16px;
    padding: 30px 15%;
    text-align: center;
}
.acceso-icon {
    width: 70px;
    margin-bottom: 20px;
}
.acceso-title {
    font-weight: 700;
    color: #003057;
    margin-bottom: 12px;
}
.acceso-cta {
    font-size: 1.2rem;
    width: 70%;
    margin-top: auto;
    padding: .65rem 0.5rem;
}
.acceso-card.acceso-exclusivo {
    background-color: #003057;
    border: 3px solid #003057;
    border-radius: 16px;
    padding: 30px 12%;
    text-align: center;
}
.acceso-card.acceso-exclusivo .acceso-title {
	color: #F6F5F4;
}
.acceso-card.acceso-exclusivo .acceso-cta {
	color: #003057 !important;
}
.acceso-exc-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.acceso-exc-icon {
    width: 70px;
    margin-bottom: 0;
}
.acceso-exc-contenido {
    margin: 10px 0;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
}
.acceso-exc-ponencia {
    color: #fff;
    font-weight: 200;
    margin-bottom: 0px;
}
@media (max-width:575px){
	.acceso-exc-top {
		flex-wrap: wrap;
	}
}

.inscripcion-background {
    position: relative;
	background-image: url('https://www.corusdental.com/the-bright-event-barcelona/uploads/content/files/20241003180817000_bright-event-ponencia.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.inscripcion-opac {
    background-image: linear-gradient(to right, #003057cc 50%, transparent 50%);
}
.inscripcion-text {
    padding-top: 50px;
    padding-bottom: 20px;
}
.inscripcion-avantitol {
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
}
.inscripcion-lead {
    margin-bottom: 20px;
    font-weight: 700;
}
.inscripcion-formulari {
    padding-top: 80px;
    padding-bottom: 80px;
}
.inscripcion-box {
    color: #003057;
    background-color: #fff;
    border-radius: 27px;
    padding: 40px 25px;
}
@media (max-width: 1199px) {
	.inscripcion-opac {
		background-image: linear-gradient(to right, #003057cc 60%, transparent 60%);
	}
	.inscripcion-formulari {
		padding-bottom: 60px;
	}
}
@media (max-width: 991px) {
	.inscripcion-opac {
		background-image: linear-gradient(to right, #003057cc 70%, transparent 70%);
	}
	.inscripcion-formulari {
		padding-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.inscripcion-opac {
		background-image: linear-gradient(to right, #003057cc 75%, transparent 75%);
	}
}
@media (max-width: 575px) {
	.inscripcion-opac {
		background-image: linear-gradient(to right, #003057cc 100%, transparent 100%);
	}
	.inscripcion-box {
		padding: 20px 20px;
	}
}

.seccio-exclusivo .padding {
    background-color: #003057;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.seccio-videoresumen .padding {
    background-color: #AFA9A0;
    color: #FCFCFC;
    padding-top: 100px;
    padding-bottom: 100px;
}

.seccio-galeria .padding {
    background-color: #DEDCD8;
    padding-top: 100px;
    padding-bottom: 100px;
}
.galeria-item {
	position: relative;
	overflow: hidden;
    border-radius: 8px;
}
.galeria-thumb {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    height: 100%;
	transition: all 0.25s;
}
.galeria-thumb:hover {
    transform: scale(1.02);
}
.galeria-descarga {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-size: 1.2rem;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
    text-decoration: none;
	transition: all 0.1s;
}
.galeria-descarga:hover {
    transform: scale(1.2);
    color: #fff;
    text-decoration: none;
}
.cta-vermas {
    text-align: center;
    padding-top: 22.5px;
}
.cta-vermas .btn {
    margin-top: 40px;
    padding: 0.8rem 12%;
}
.cta-vermas .btn[aria-expanded=true] {
	display: none;
}
.cta-ocultar {
    text-align: center;
    padding-top: 60px;
}
.cta-ocultar .btn {
    padding: 0.8rem 12%;
}

.seccio-entrevistes .padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.seccio-entrevistes .ponents-cta {
    margin-top: 20px;
}
.seccio-entrevistes .ponents-curriculum .h3 {
    font-size: 1.3rem;
}
.entrevista-foto {
    height: 100%;
    max-height: 420px;
}
.seccio-entrevistes .ponents-foto {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.entrevista-card {
    position: relative;
    height: 100%;
    max-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #F6F5F4;
    border: 3px solid #003057;
    border-radius: 16px;
    padding: 30px 15%;
    text-align: center;
}
.entrevista-icon {
    width: 70px;
    margin-bottom: 20px;
}
.entrevista-title {
    font-weight: 700;
    color: #003057;
    margin-bottom: 12px;
}
.entrevista-cta {
    font-size: 1.2rem;
    width: 70%;
    padding: .65rem 0.5rem;
}
@media (max-width:991px){
	.entrevista-foto {
		max-height: 270px;
	}
	.entrevista-card {
		max-height: 270px;
	}
	.seccio-entrevistes .ponents-curriculum .h3 {
		font-size: 1.1rem;
	}
	.seccio-entrevistes .ponents-limitat {
		max-height: 160px;
	}
	.seccio-entrevistes .ponents-ampliat {
		max-height: initial;
	}
}
@media (max-width:767px){
	.seccio-entrevistes .ponents-info {
		padding-top: 20px;
	}
}
/******************/