/****** GENERAL ******/
html {
	font-size: 14px;
	padding-top: 91px;
}
@media (max-width: 991px){
	html {
		padding-top: 81px;
	}
}
@media (max-width: 767px){
	html {
		padding-top: 61px;
	}
}

body {
	font-family: 'Inter', sans-serif;
	line-height: 1.45;
	color: #fff;
}

p {
	font-size: 1rem; /*18px*/
	line-height: 1.45;
	color: inherit;
}
.h1, h1 {
	font-size: 2.8rem;
	line-height: 1.13;
}
.h2, h2 {
	font-size: 2.1rem;
	line-height: 1.15;
}
.h3, h3 {
	font-size: 1.4rem;
	line-height: 1.45;
}
.h4, h4 {
	font-size: 1.2rem;
	line-height: 1.45;
}
.h5, h5,
.h6, h6 {
	font-size: 1rem;
	line-height: 1.45;
}

@media (min-width: 1200px){
.h1, h1 {
	font-size: 3.56rem;	/*64px*/
}
.h2, h2 {
	font-size: 2.67rem; /*48px*/
}
.h3, h3 {
	font-size: 1.45rem; /*26px*/
}
.h4, h4 {
	font-size: 1.23rem; /*22px*/
}
.h5, h5,
.h6, h6 {
	font-size: 1rem; 	/*18px*/
}
}

a {
	text-decoration: underline;
	color: #00C9FF; /*Cyan*/
	-webkit-transition-duration: initial;
	transition-duration: initial;
}
a:hover {
	color: #0D9CC3;	/*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;
}

.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;
}
/******************/


/****** FOOTER ******/
footer {
	background-color: #00C9FF; /*Cyan*/
	color: #fff;
	padding-top: 3rem;
	padding-bottom: 1rem;
}
.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;
}


.legal-footer {
	background-color: #00C9FF;
	color: #fff;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}
.legal-nombre {
}
.legal-item {
	margin-right: 90px;
	display: inline-block;
}
.legal-item:last-child {
	margin-right: 0;
}
a.legal-item {
	text-decoration: underline !important;
	color: #fff !important;
}
a.legal-item:hover {
	text-decoration: none !important;
}
@media (max-width: 1399px) {
	.legal-item {
		margin-right: 60px;
	}
}
@media (max-width: 1199px) {
	.legal-item {
		margin-right: 30px;
	}
}
@media (max-width: 991px) {
	.legal-item {
		margin-right: 25px;
	}
}
@media (max-width: 767px) {
	.legal-item {
		margin-right: 20px;
	}
	.grupo-legal {
		margin-top: 1rem
	}
}
@media (max-width: 575px) {
	.legal-item {
		margin-right: 10px;
	}
	a.legal-item {
		display: block;
		margin-bottom: 10px;
	}
}
#scrollUp {
	background-color: #003057;	/*Marine*/
	text-decoration: none;
}
/******************/



/****** BUTTONS ******/
.btn {
	font-weight: 700;
	line-height: 1;
	padding: 0.8rem 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;
}
/******************/


/****** FILTRO ******/
.btn-outline-dark {
	font-weight: 400;
	color:#003057 !important;	/*Marine*/
	background-color:#fff !important;
	border-color:#003057 !important;
	border-width: 2px;
	padding: 0.65rem 0.8rem;
	margin-bottom: 0.2rem;
}
.btn-outline-dark:hover {
	color:#fff !important;
	background-color:#0D9CC3 !important;
	border-color:#003057 !important;
}
.btn-outline-dark: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-outline-des {
	font-weight: 400;
	color:#bcd9ef !important;
	background-color:#fff !important;
	border-color:#bcd9ef !important;
	border-width: 2px;
	padding: 0.65rem 0.8rem;
	margin-bottom: 0.2rem;
}
.btn-outline-des:hover {
	color:#fff !important;
	background-color:#0D9CC3 !important;
	border-color:#003057 !important;
}
.btn-outline-des:focus {
	color:#bcd9ef !important;
	background-color:#fff !important;
	border-color:#bcd9ef !important;
	box-shadow:0 0 0 .25rem rgba(0,48,87,0) !important;
}
/******************/


/****** CARDS (notis/blog/home/productos) ******/
.CardCorus {
	border: 0px solid transparent;
	border-radius: 0.45rem;
	margin-bottom: 1rem!important;
	transition: 0.1s;
}
/*.CardCorus:hover {
	margin-top: -0.2rem!important;
	margin-bottom: 1.2rem!important;
}*/
.CardCorus .card-img-top {
	border-radius: 0.45rem;
}
.CardCorus .card-body {
	padding: 1rem 0rem 0rem 0rem;
	margin-bottom: 0rem;
}
.CardCorus .card-name {
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.CardCorus .card-link {
	text-decoration: none;
}
.CardCorus .card-info {
	margin-bottom: 0rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.CardCorus .card-footer {
	padding: 0rem 0rem 0.5rem 0rem;
	background-color: transparent;
	border-top: 1px solid transparent;
}
.CardCorus .card-badge .badge {
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
}
.CardCorus .card-date {
	display: none;
	font-weight: 300;
}
.CardCorus .card-icon {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 700;
	color: #00C9FF;
	border: 2px solid #00C9FF;
	border-radius: 5rem;
	padding: 10px 9px 10px 11px;
}
.CardCorus:hover .card-icon {
	background-color: #0D9CC3;	/*Hoover*/
	color: #fff !important;
	border-color: #fff;
}
.CardCorus.CC1 {
	background-color: #003057; /*Marine*/
}
.CardCorus.CC1 .card-img-top {
	border-radius: 0.45rem 0 0 0.45rem;
}
.CardCorus.CC1 .card-body {
	color: #fff; /*White*/
	padding: 1rem 2rem;
}
.CardCorus.CC1 .card-link {
	color: #fff; /*White*/
}
.CardCorus.CC1 .card-info {
	margin-bottom: 1rem;
}
.CardCorus.CC1 .CardCorus .card-footer {
	padding: 0.5rem 2rem;
}
.CardCorus.CC2 {
	color: #003057; /*Marine*/
	background-color: #fff; /*White*/
}
.CardCorus.CC2 .card-name {
	min-height: 64px;
}
.CardCorus.CC2 .card-img-top {
/*    object-fit: cover;*/
/*    object-position: 50% 30%;*/
/*    max-height: 300px;*/
}
.CardCorus.CC2 .card-link {
	color: #003057; /*Marine*/
}
.CardCorus.CC3 {
	color: #fff; /*White*/
	background-color: #003057; /*Marine*/
	padding: 1rem;
}
.CardCorus.CC3 .card-img-top {
	border-radius: 0.45rem;
}
.CardCorus.CC3 .card-body {
	padding: 1rem 2rem;
}
.CardCorus.CC3 .card-link {
	color: #fff; /*White*/
}
.CardCorus.CC3 .card-info {
	margin-bottom: 1rem;
}
.CardCorus.CC3 .card-date {
	display: inline-block;
}
.CardCorus.CC4 {
	color: #00C9FF; /*Cyan*/
	background-color: #fff;
}
.CardCorus.CC4 .card-name {
	min-height: 64px;
}
.CardCorus.CC4 .card-link {
	color: #00C9FF; /*Cyan*/
}
.CardCorus.CC5 {
	color: #fff;
}
.CardCorus.CC5 .card-link {
	color: #fff;
}
.CardCorus.CC5 .card-wrap {
	position: absolute;
	bottom: 0;
	padding: 1rem;
}
.CardCorus.CC5 .card-gradient {
	background-image: url('https://www.corusdental.com/galaxie/uploads/content/files/20220901142042000_gradient3.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 0.45rem;
}
.CardCorus.CC5 .card-footer {
	padding: 0rem;
}
.CardCorus.CC5 .card-icon {
	color: #fff;
	border: 2px solid #fff;
}
.CardCorus.CC6 .card-name {
	font-weight: 400;
	font-size: 2.0rem;
}
.CardCorus.CC6 .card-link {
	color: #003057; /*Marine*/
}
.CardCorus.CC6:hover .card-name {
	font-weight: 700;
}
.CardCorus.CC6:hover .card-info,
.CardCorus.CC6:hover .card-icon {
	display: inline-block !important;
}
@media (max-width: 767px) {
.CardCorus.CC6 .card-info,
.CardCorus.CC6 .card-icon {
	display: inline-block !important;
}
}
.CardCorus.CC7 {
	color: #003057; /*Marine*/
	background-color: #fff; /*White*/
}
.CardCorus.CC7 .card-name {
	min-height: 64px;
}
.CardCorus.CC7 .card-link {
	color: #003057; /*Marine*/
}
.CardCorus.CC7 .card-badge {
	display: none;
}
.CardCorus.CC8 {
	background-color: #fff; /*White*/
	margin-bottom: 1.5rem!important;
}
.CardCorus.CC8 .card-img-top {
	border-radius: 0.45rem 0 0 0.45rem;
}
.CardCorus.CC8 .card-img-bottom {
	border-radius: 0 0.45rem 0.45rem 0;
}
@media (max-width: 991px) {
	.CardCorus.CC8 .card-radius {
	border-radius: 0.45rem;
	}
}
.CardCorus.CC8 .card-body {
	color: #003057; /*Marine*/
	padding: 1rem 2rem;
}
@media (max-width: 767px) {
	.CardCorus.CC8 .card-body {
		padding: 1rem 0;
	}
}
.CardCorus.CC8 .card-name {
	font-weight: 400;
	display: block;
}
.CardCorus.CC8:hover .card-name {
    font-weight: 700;
}
.CardCorus.CC8 .card-link {
	color: #003057; /*Marine*/
}
.CardCorus.CC8 .card-info {
	margin-bottom: 1rem;
	font-size: 1.34rem;
	display: block;
}
@media (max-width: 991px) {
	.CardCorus.CC8 .card-info {
		font-size: 1.2rem;
	}
}
.CardCorus.CC8 .card-icon {
	color: #00C9FF; /*Cyan*/
}
.CardCorus.CC8 .CardCorus .card-footer {
	padding: 0.5rem 2rem;
}
.CardCorus.CC10 {
	color: #003057; /*Marine*/
	background-color: #fff; /*White*/
}
.CardCorus.CC10 .card-name {
	min-height: 64px;
    font-size: 2.0rem;
    font-weight: 400;
}
.CardCorus.CC10:hover .card-name {
    font-weight: 700;
}
.CardCorus.CC10 .card-link {
	color: #003057; /*Marine*/
}
.CardCorus.CC10 .card-info {
    display: inline-block !important;
}
.CardCorus.CC10 .card-wrap {
    position: relative;
}
.CardCorus.CC10 .card-gradient {
    background-image: linear-gradient(180deg, transparent 72%, #00C9FF99 90%);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	border-radius: 0.45rem;
}
/******************/


/****** DOTS CAROUSEL » BARRA DE PROGRESIÓ ******/
.DotsCarousel .owl-dots {
	text-align: center;
	margin-top: 0.8rem;
}
.DotsCarousel .owl-dot {
	width: 10%;
	opacity: 0.2;
	display: inline-block;
	margin: 0;
	border-radius: 0;
	height: 4px;
}
.DotsCarousel .owl-dot.active {
	opacity: 1;
}
.DotsCarousel.DotsMarine .owl-dot {
	background-color: #003057;	/*Marine*/
}
.DotsCarousel.DotsCyan .owl-dot {
	background-color: #00C9FF;	/*Cyan*/
}
.DotsCarousel.DotsGrey .owl-dot {
	background-color: #70808E;	/*Grey*/
}
/******************/


/****** PACKAGING ******/
.Pack-interactivo {
	position: relative;
}
.Focus-blanco .Pack-focus, 
.Focus-blanco .Pack-sonar, 
.Focus-blanco .Pack-sonar::before, 
.Focus-blanco .Pack-sonar::after {
	background-color: #ffffff;
}
.Focus-cyan .Pack-focus, 
.Focus-cyan .Pack-sonar, 
.Focus-cyan .Pack-sonar::before, 
.Focus-cyan .Pack-sonar::after {
	background-color: #00C9FF;
}
.Focus-marine .Pack-focus, 
.Focus-marine .Pack-sonar, 
.Focus-marine .Pack-sonar::before, 
.Focus-marine .Pack-sonar::after {
	background-color: #003057;
}
.Pack-imagen {
	width: 100%!important;
}
.Pack-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.Pack-focus {
	display: none;
	position: absolute;
	transform: translate(-50%,-50%)!important;
	-webkit-transform: translate(-50%, -50%) !important;
	z-index: 1;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	cursor: pointer;
}
.Pack-area:hover .Pack-focus {
	display: inline-block !important;
}
.Pack-sonar {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	top: 0;
	left: 0;
	z-index: -10;
	-webkit-animation: video-sonar 2s linear infinite;
	animation: video-sonar 2s linear infinite;
}
.Pack-sonar::before {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	content: '';
	top: -19px;
	left: -19px;
	z-index: -100;
	opacity: 0.4;
}
.Pack-sonar::after {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	content: '';
	top: -9px;
	left: -9px;
	z-index: -50;
	opacity: 0.6;
}
.Pack-tooltip {
	display: none;
	position: absolute;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	left: 50%;
	bottom: 25px;
	min-width: 200px;
	background-color: #fff;
	color: #003057;	/*Marine*/
	font-weight: 400;
	text-align: center;
	padding: 0.5rem!important;
	border-radius: 8px;
	box-shadow: 0px 2px 7px -2px #00000066;
}
.Pack-focus:hover .Pack-tooltip {
	display: inline-block !important;
}
/******************/


/****** EXPERIENCIAS ******/
#Experiencias .Exp-Foto {
	border-radius: 50%;
	filter: grayscale(1);
}
/******************/


/****** PROTOCOLOS » correlació de boles numerades amb un filet d'unió ******/
.Protocolo_Wrap {
	padding: 0rem 4rem;
}
@media (max-width: 768px) {
.Protocolo_Wrap {
	padding: 0rem 2rem;
}
}
.Protocolo_Wrap .PR_Item {
	padding: 1rem 0;
}
.Protocolo_Wrap .PR_bola {
	background-color: #fff;
	border: 3px solid #003057;
	border-radius: 5rem;
	width: 90px;
	height: 90px;
}
.Protocolo_Wrap .PR_num {
	font-size: 2.2rem;
	font-weight: 700;
}
.Protocolo_Wrap .PR_Filete {
	position: absolute;
	width: 3px;
	height: 100%;
	top: 50px;
	left: 44px;
	z-index: -1;
	background-color: #003057;
	animation-name: allargar;
	animation-duration: 1s;
}
@keyframes allargar {
	from{height: 0%;}
	to 	{height: 100%;}
}
/******************/


/****** 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;}}
/******************/


/****** LEGAL ******/
.Legal-Corus {
	padding-top: 4rem;
	padding-bottom: 6rem;
}
.Legal-Corus h1 {
    margin-bottom: 6rem;
}
.Legal-Corus h3 {
    margin-top: 4rem;
}
.Legal-Corus a {
    color: #003057;	/*Marine*/
}
.Legal-Corus a:hover {
	color: #0D9CC3;	/*Hoover*/
}
.Legal-Corus ul {
    margin-bottom: 20px;
}
.Legal-Corus ol {
    margin-bottom: 20px;
}
.Legal-Corus li {
    margin-bottom: 10px;
}
.Legal-Corus .alpha-list li {
    list-style: lower-alpha;
}
.Legal-Corus .roman-list li {
	list-style-type: lower-roman;
}
.Legal-Corus table {
    color: #003057;
}
/******************/


/****** 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;
}
/******************/


/****** GALAXIE ******/
body {
    background-color: #003057;	/*Marine*/
    background-image: url(https://www.corusdental.com/galaxie/uploads/content/files/20231027162329000_galaxie-corus-background.jpg);
    background-repeat: repeat;
    background-position: 0% 0%;
    background-size: cover;
    background-attachment: fixed;
}
.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 {
	background-color: #fff;
	z-index: 1040 !important;
}
.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;
}
.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;
}
.corus-blanco {
    width: 120px;
}
.classy-nav-container .classy-navbar .classynav ul li a {
	color: #003057;
	font-weight: 700;
	text-transform: none;
}
.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: #00C9FF; /*Cyan*/
		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_1250 {
		margin-top: 5px;
		margin-left: 30px;
	}
	.classy-nav-container.breakpoint-off .classy-navbar .classynav ul li.menuitem_id_1250 a {
		padding: 0.75rem 1.6rem;
		color: #fff !important;
		background-color: #00C9FF !important; /*Cyan*/
		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_1250:hover a {
		background-color: #0D9CC3 !important;	/*Hoover*/
	}
	.header-area .coruslink {
		display: none;
	}
}
@media (min-width: 1500px) {
	.classy-navbar {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !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;
	}
}
	/****** MENÚ LATERAL ******/
	.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/galaxie/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;
		}
	}
	/******************/
footer {
    background-color: #003057;	/*Marine*/
    padding-bottom: 4rem;
}
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;	/*Marine*/
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}
a.legal-item {
	color: #003057 !important;	/*Marine*/
}
.marco-media {
    border-radius: 8px;
}
.ancora {
	padding-top: 100px;
	margin-top: -100px;
}
.Galaxie-Home-1 {
    padding-bottom: 80px;
}
.Galaxie-Home-2 {
    padding-top: 80px;
    padding-bottom: 100px;
}
.Galaxie-Home-3 {
    background-color: #00C9FF;	/*Cyan*/
    padding-top: 80px;
    padding-bottom: 100px;
}
.Galaxie-Home-4 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.Galaxie-Home-5 {
    padding-top: 80px;
    padding-bottom: 100px;
}
.ColA, .ColB {
    margin-top: 20px;
    margin-bottom: 10px;
}
.ColSeparate {
	border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}
@media (max-width:575px){
	.ColA {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.ColB {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.ColSeparate {
		margin-bottom: 25px;
	}
}
.btn-galaxie-calendar {
    display: inline-flex;
    align-items: center;
    padding: 7px 70px;
    margin: 6px;
	color:#00C9FF !important;	/*Cyan*/
	background-color:transparent !important;
	border-color:#fff !important;
	border-width: 2px;
}
.btn-galaxie-calendar:hover {
	color:#fff !important;
	background-color:#0D9CC3 !important;	/*Hoover*/
	border-color:#fff !important;
}
.btn-galaxie-calendar:focus {
	color:#00C9FF !important;	/*Cyan*/
	background-color:#fff !important;
	border-color:#fff !important;
	box-shadow:0 0 0 .25rem rgba(0,201,255,0.3) !important;
}
.btn-galaxie-calendar i {
    font-size: 28px;
    margin-right: 25px;
}
.btn-galaxie-media {
    display: inline-flex;
    align-items: center;
    padding: 7px 7px;
    margin: 6px 2px;
	color:#00C9FF !important;	/*Cyan*/
	background-color:transparent !important;
}
.btn-galaxie-media:hover {
	color:#fff !important;
}
.btn-galaxie-media:focus {
	color:#00C9FF !important;	/*Cyan*/
	box-shadow: none;
}
.btn-galaxie-media i {
    font-size: 28px;
}
.Galaxie-Home-6 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.Galaxie-Home-7 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.Galaxie-Home-8 {
    padding-top: 80px;
    padding-bottom: 180px;
}
.Galaxie-Home-8 .accordion-item {
    background-color: transparent;
    border: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 30px 0;
    margin-top: -1px;
}
.Galaxie-Home-8 .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.Galaxie-Home-8 .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.Galaxie-Home-8 .accordion-button {
    background-color: transparent;
    color: inherit;
    padding: 1rem 0;
    margin-bottom: 0;
}
.Galaxie-Home-8 .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: inherit;
    box-shadow: none;
}
.Galaxie-Home-8 .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='%2300C9FF'%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");
}
.Galaxie-Home-8 .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='%2300C9FF'%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");
}
.Galaxie-Home-8 .accordion-button:focus {
    border-color: none;
    box-shadow: none;
}
.Galaxie-Home-8 .accordion-body {
    padding: 1rem 0;
}
/******************/


/****** 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;
}
/******************/

.breakpoint-on .coruslink.menu-lateral {
    display: none;
}
.breakpoint-on .langlink.menu-lateral {
    display: none;
}
.breakpoint-on .header-contact.menu-lateral {
    display: none;
}