/*!
Theme Name: MPR Theme
Theme URI:
Author: MPR
Author URI:
Description: Description
Version: 1.0.0
Tested up to: 8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mpr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@keyframes fade {
	from {
		opacity: 0.5;
	}
	to {
		opacity: 1;
	}
}
@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-20rem * 5));
	}
}
@keyframes rotate {
	from {
		background-position: 0;
	}
	to {
		background-position: 1000%;
	}
}
@keyframes pulse {
	0% {
		color: #1D1E18;
	}
	50% {
		text-decoration: underline;
	}
	100% {
		color: #1D1E18;
	}
}
@keyframes enter {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes logo-scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-250px * 7));
	}
}
*,
*::after,
*::before {
	margin: 0;
	padding: 0;
	box-sizing: inherit;
	outline: none;
}

body {
	box-sizing: border-box;
}

input[type=search] {
	-webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none;
}

figure {
	margin: 0;
}

button {
	border-radius: 0;
	outline: none;
	cursor: pointer;
	border: 1px solid transparent;
}

::-webkit-scrollbar {
	display: none;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	color: #1D1E18;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
@media (min-width: 48em) {
	body {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}

h1 {
	font-size: 2.4rem;
	line-height: 3.2rem;
	font-weight: 600;
}
@media (min-width: 48em) {
	h1 {
		font-size: 4.8rem;
		line-height: 5.6rem;
	}
}

h2 {
	font-size: 2.2rem;
	line-height: 2.8rem;
	font-weight: 600;
}
@media (min-width: 48em) {
	h2 {
		font-size: 3.2rem;
		line-height: 4rem;
	}
}

h3 {
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 500;
}

a {
	color: #1D1E18;
	text-decoration: none;
}

.footer {
	background-color: #2E3192;
	padding: 4.8rem 0;
}
@media (min-width: 48em) {
	.footer {
		display: flex;
	}
}
.footer h3 {
	color: #ffffff;
	margin-bottom: 1.6rem;
	/*border-bottom: .1rem solid #fff;*/
	display: inline-block;
	padding-bottom: .2rem;
}
.footer ul {
	padding-bottom: 2.4rem;
	/*margin-bottom: 2.4rem;*/
}
.footer ul li {
	list-style-type: none;
}
.footer ul li a {
	display: block;
	padding-bottom: 0.8rem;
	color: #ffffff;
	font-weight: 400;
	font-size: 1.4rem;
	opacity: .6;
	transition: all .25s ease-in-out;
}
.footer ul li a:hover {
	opacity: 1;
}
.footer__copyright {
	color: #ffffff;
	text-align: left;
	font-weight: 400;
	margin-top: 2.4rem;
}
@media (min-width: 48em) {
	.footer__copyright {
		text-align: center;
	}
}

#app {
	padding-bottom: 6.4rem;
	overflow: hidden;
}
@media (min-width: 64em) {
	#app {
		padding-bottom: 0;
	}
}

@media (min-width: 72em) {
	.main-flex {
		display: flex;
		padding: 0 2.4rem;
		margin: 0 auto 8rem;
		max-width: 116.6rem;
		width: 100%;
	}
}

.wrapper--shadow {
	box-shadow: 0.2rem 0.4rem 1.2rem rgba(29, 30, 24, 0.08);
}
.wrapper--primary {
	background-color: #2E3192;
}
@media (min-width: 72em) {
	.main-flex .wrapper--primary {
		background-color: transparent;
	}
}
@media (min-width: 48em) {
	.wrapper--hide-m {
		display: none;
	}
}

.container {
	padding: 0 2.4rem;
	margin: 0 auto;
	max-width: 116.6rem;
	width: 100%;
}
.container--pr0 {
	padding-right: 0;
}
.container--plr0 {
	padding: 0;
}
.container--mb56 {
	margin-bottom: 5.6rem;
}
@media (min-width: 64em) {
	.container--mb56 {
		margin-bottom: 8rem;
	}
}
.container--mb24 {
	margin-bottom: 2.4rem;
}

.row--hide-m {
	display: none;
}
@media (min-width: 72em) {
	.row--hide-m {
		display: block;
	}
}
.row--flex {
	display: flex;
}
@media (min-width: 48em) {
	.row--flex-t {
		flex: 1;
		display: flex;
		justify-content: space-between;
	}
}
.row--sb {
	justify-content: space-between;
}
.row--ac {
	align-items: center;
}

.col--flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.col--6 {
	flex: 0 0 50%;
	max-width: 100%;
}
.col--hide-m {
	display: none;
}
@media (min-width: 63em) {
	.col--hide-m {
		display: block;
	}
}

@media (min-width: 72em) {
	.flex-on-desktop {
		display: flex;
		padding: 0 2.4rem;
		margin: 6.4rem auto 0;
		max-width: 116.6rem;
		width: 100%;
	}
	.flex-on-desktop .wrapper {
		flex: 2;
	}
	.flex-on-desktop .wrapper--small {
		flex: 1;
	}
	.flex-on-desktop .hero__cta {
		margin-top: 4rem;
	}
	.flex-on-desktop .hero__cta__item {
		margin-bottom: 4rem !important;
		flex: 0 1 24rem;
	}
	.flex-on-desktop .wrapper.hero {
		margin-top: 0;
	}
}

.header {
	padding: 0.8rem 0;
}

.nav {
	background-color: #2E3192;
	border-radius: 1.6rem 0 0 0;
	bottom: 6.4rem;
	position: fixed;
	right: 0;
	padding: 2.4rem 2.4rem 4.8rem;
	transform: scale(0);
	transform-origin: bottom right;
	transition: all 0.25s ease-in-out;
	max-width: 50vw;
	width: 100%;
	z-index: 9;
	opacity: 0;
}
@media (min-width: 48em) {
	.nav {
		max-width: 40rem;
		padding-bottom: 3.2rem;
	}
}
@media (min-width: 64em) {
	.nav {
		position: relative;
		opacity: 1;
		transform: scale(1);
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
		background-color: transparent;
		max-width: 100%;
		padding: 0;
	}
}
@media (min-width: 64em) {
	.nav ul {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
.nav ul li {
	display: block;
}
@media (min-width: 64em) {
	.nav ul li:not(:last-child) {
		margin-right: 2.4rem;
	}
}
.nav ul li a {
	color: #ffffff;
	display: block;
	padding-bottom: 1.6rem;
	transition: all .25s ease-in-out;
}

.nav ul li a:hover {
	color: 	#ED1C24
}

@media (min-width: 64em) {
	.nav ul li a {
		color: #1D1E18;
		padding-bottom: 0;
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
}
.nav.active {
	transform: scale(1);
	opacity: 1;
}

@media (min-width: 68em) {
	.article-wrapper {
/* 		max-height: calc(100vh - 6.4rem); */
/* 		overflow: hidden; */
/* 		overflow-y: scroll; */
/* 		flex: 1;
		width: 100%;
		max-width: 88rem; */
	}
}

.banner {
	box-shadow: 0.2rem 0.4rem 1.2rem rgba(29, 30, 24, 0.08);
	border-radius: 1.6rem;
	overflow: hidden;
}
@media (min-width: 64em) {
	.banner {
		display: flex;
		justify-content: space-between;
	}
}
.banner__content {
	padding: 2.4rem 1.6rem 3.2rem;
}
@media (min-width: 64em) {
	.banner__content {
		padding: 4rem;
	}
}
.banner__content h2, .banner__content p {
	max-width: 40rem;
}
.banner__image {
	height: 40rem;
	overflow: hidden;
}
@media (min-width: 48em) {
	.banner__image {
		height: 32rem;
	}
}
.banner__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.breadcrumbs {
	align-items: center;
	justify-content: center;
	display: flex;
	font-size: 1rem;
	line-height: 1rem;
	margin-top: 0.8rem;
}
@media (min-width: 72em) {
	.breadcrumbs {
		margin-top: 1.6rem;
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
}
.breadcrumbs__item {
	color: #ffffff;
	display: block;
	font-size: 1.2rem;
	line-height: 1.2rem;
}
.breadcrumbs p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 10rem;
}
.breadcrumbs span {
	margin: 0 0.4rem;
}

.burger {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: block;
	height: 2.8rem;
	position: relative;
	width: 2.8rem;
	z-index: 9999;
	margin-left: 0;
}
.burger-mobile {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: block;
	height: 2.8rem;
	position: relative;
	width: 2.8rem;
	z-index: 9999;
	margin-left: 0;
}


@media (min-width: 64em) {
	.burger {
		margin-left: 4rem;
		display: none;
	}
}
.burger__line {
	background-color: #2E3192;
	border-radius: 0.4rem;
	height: 0.1rem;
	max-width: 2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.25s ease-in-out;
	width: 100%;
}
.burger__line--top {
	left: 50%;
	top: calc(50% - .6rem);
	transform: translateX(-50%) translateY(-50%);
}
.burger__line--middle {
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.burger__line--bottom {
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	top: calc(50% + .6rem);
}
.burger.active .burger__line--top {
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(225deg);
}
.burger.active .burger__line--middle {
	transform: translateX(-50%) translateY(-50%) rotate(-225deg);
}
.burger.active .burger__line--bottom {
	opacity: 0;
	transform: translateY(-4rem) rotate(90deg);
}

.button {
	border: none;
	border-radius: 4rem;
	box-shadow: 0.2rem 0.4rem 1.2rem rgba(29, 30, 24, 0.16);
	color: #ffffff;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.4rem;
	padding: 1.2rem 2.4rem;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.25s ease-in-out;
	font-weight: 600;
}
@media (min-width: 48em) {
	.button {
		padding: 1.6rem 3.2rem;
	}
}
.button:hover {
	box-shadow: 0.2rem 0.4rem 0.4rem rgba(29, 30, 24, 0.16);
}
.button--accent {
	background-color: #ED1C24;
}
.button--primary {
	background-color: #2E3192;
}
.button--corner {
	border-radius: 1.6rem 0 1.6rem 0;
	bottom: 0;
	position: absolute;
	right: 0;
}
@media (min-width: 72em) {
	.button--corner {
		font-size: 1.4rem;
		line-height: 1.4rem;
		padding: 0.8rem 2.4rem;
	}
}
.button--small {
	font-size: 1.2rem;
	line-height: 1.2rem;
}
@media (min-width: 72em) {
.button--small {
	font-size: 1.4rem;
	line-height: 1.4rem;
}
}

.card {
	border-radius: 1.6rem;
	box-shadow: 0.2rem 0.4rem 1.2rem rgba(29, 30, 24, 0.08);
	display: flex;
	overflow: hidden;
	position: relative;
}
.card:not(:last-child) {
	margin-bottom: 2.4rem;
}
.card__image {
	height: 12rem;
	min-width: 12rem;
	width: 12rem;
}
.card__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.card__info {
	padding: 2.4rem 1.6rem;
}
@media (min-width: 72em) {
	.card__info {
		/*padding-bottom: 3.2rem;*/
	}
}
.card__info__title {
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin-bottom: 0.4rem;
}
@media (min-width: 72em) {
	.card__info__title {
		font-size: 1.6rem;
		line-height: 2rem;
	}
}
.card__info__subtitle {
	opacity: 0.6;
}
@media (min-width: 72em) {
	.card__info__subtitle {
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
}

.carousel--2 .owl-stage {
	display: flex;
	padding-bottom: 1.2rem;
	padding-top: 4.8rem;
}
.carousel--2 .owl-stage .owl-item {
	background-color: #ffffff;
	border-radius: 1.6rem;
	box-shadow: 0.2rem 0.4rem 1.2rem rgba(29, 30, 24, 0.08);
	display: flex;
	overflow: hidden;
	width: auto;
}
.carousel--2 .owl-stage .owl-item img {
	width: auto;
}
@media (min-width: 48em) {
	.carousel--2 .owl-stage .owl-item img {
		width: 100% !important;
	}
}
.carousel--1 .owl-stage {
	display: flex;
	left: -2.8rem;
	padding: 1.2rem 0;
}
.carousel--1 .owl-item {
	background-color: #ffffff;
	border-radius: 1.6rem;
	box-shadow: 0.2rem 0.4rem 1.2rem rgba(29, 30, 24, 0.08);
	display: flex;
	overflow: hidden;
	padding: 2.4rem;
}
.carousel--1 .owl-item img {
	width: auto;
}

@media(min-width: 72em) {
.carousel--p0 .owl-stage {
	width: 100% !important;
}
	
}
.carousel--p0 .owl-item {
	padding: 0;
	flex: 1;
}

.carousel--boxes__item a {
	font-size: 1.4rem;
	margin-top: 1.2rem;
/* 	color: #2E3192; */
	display: block;
}

.carousel--p0 .carousel--boxes__item__header {
	padding: 2.4rem 2.4rem 0;
}
.carousel--p0 .carousel--boxes__item__header h3 {
	font-size: 1.4rem;
	line-height: 1.4rem;
}
@media (min-width: 72em) {
	.carousel--p0 .carousel--boxes__item__header h3 {
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
}
.carousel--p0 .carousel--boxes__item__header h3 span {
	margin-top: 0.4rem;
}
@media (min-width: 72em) {
	.carousel--p0 .carousel--boxes__item__header h3 span {
		font-size: 1.8rem;
		line-height: 1.8rem;
	}
}
.carousel--cta {
	width: 100vw;
}

.carousel--cta .owl-stage .owl-item img {
	width: auto !important
}

@media (min-width: 48em) {
	.carousel--cta {
		width: 50vw;
	}
}

@media (min-width: 90em) {
	.carousel--cta {
		width: 64rem;
	}
}


.carousel--cta__item {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	padding: 2rem 1.4rem;
}
.carousel--cta__item img {
	margin-bottom: 1.6rem;
}
.carousel--cta__item span {
	display: block;
	color: #2E3192;
	font-size: 1.2rem;
	line-height: 1.4rem;
	text-align: center;
}
@media (min-width: 64em) {
	.carousel--media {
		width: 50vw;
		height: 100%;
		padding-bottom: 1.2rem;
	}
}
@media (min-width: 48em) {
	.carousel--media .owl-stage-outer {
		height: 100%;
	}
}
.carousel--media .owl-stage {
	left: -2.8rem;
}
@media (min-width: 48em) {
	.carousel--media .owl-stage {
		padding-top: 0;
		padding-bottom: 0;
		height: 100%;
	}
}
.carousel--media__item {
	height: 21.8rem;
}
@media (min-width: 48em) {
	.carousel--media__item {
		height: auto;
	}
}
@media (min-width: 64em) {
	.carousel--media__item {
		height: 100%;
	}
}
.carousel--media__item img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
@media (min-width: 72em) {
	.carousel--boxes .owl-stage {
		left: 0;
	}
}
.carousel--boxes__item {
	width: 100%;
}
.carousel--boxes__item--shadow {
	box-shadow: 0.2rem 0.4rem 1.2rem rgba(29, 30, 24, 0.08);
	border-radius: 1.6rem;
	margin-bottom: 2.4rem;
	overflow: hidden;
	padding: 1.6rem;
}
.carousel--boxes__item__header {
	align-items: center;
	display: flex;
	margin-bottom: 1.6rem;
}
.carousel--boxes__item__header h3 {
	margin-left: 0.8rem;
}
.carousel--boxes__item__header h3 span {
	font-size: 1.2rem;
	display: block;
	line-height: 1.6rem;
}
.carousel--boxes__item p {
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.carousel--boxes__item__map {
	height: 24rem;
}
.carousel--boxes__item__map iframe {
	height: 100%;
	width: 100%;
}

.carousel--boxes .owl-item img {
	width: 4rem;
	height: 4rem;
}

.form {
	border-radius: 1.6rem;
	box-shadow: 0.2rem 0.4rem 1.2rem rgba(29, 30, 24, 0.08);
	padding: 2.4rem;
}
.form--primary {
	background-color: #2E3192;
}

.form--primary span {
	color: #fff
}
.form__title {
	color: #2E3192;
	font-size: 2rem;
	margin-bottom: 0.8rem;
}
.form__title--white {
	color: #ffffff;
}
.form__subtitle {
	margin-bottom: 2.4rem;
}
.form__subtitle--white {
	color: #ffffff;
}
.form form textarea {height: 6.4rem}
.acceptance-720{
	margin-bottom: 1.6rem !important;
	display: block;
}
.form form input[type=text], .form form input[type=email], .form form input[type=tel], .form form textarea {
	border: 0.1rem solid #2E3192;
	border-radius: 4rem;
	display: block;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 1.6rem;
	max-width: 100%;
	min-width: 100%;
	padding: 1.2rem 2.4rem;
	width: 100%;
}

.form form textarea {
	border-radius: 2.4rem
}

@media (min-width: 72em) {
	.grid-display-wrapper {
		margin-right: 4rem;
		flex: 1;
	}
}

.grid-display {
	margin-bottom: 5.6rem;
}
@media (min-width: 72em) {
	.grid-display {
		display: flex;
		flex: 1;
		flex-wrap: wrap;
/* 		align-items: flex-start; */
		margin-bottom: 0;
		height: 65.2rem;
		overflow: hidden;
		overflow-y: scroll;
	}

	.page-template-template-tratamente .grid-display {
		height: auto;
		overflow: visible;
		overflow-y: scroll;
	}
}
@media (min-width: 72em) {
	.grid-display .carousel--boxes__item {
		flex: 0 calc(50% - 2.4rem);
		margin-right: 2.4rem;
	}
}
@media (min-width: 72em) {
	.grid-display .card {
		flex: 0 calc(50% - 2.4rem);
		margin-right: 2.4rem;
	}
}

.hero {
	margin-top: 4rem;
	width: 100vw;
}
@media (min-width: 72em) {
	.hero {
		margin-top: 6.4rem;
	}
}
@media (min-width: 72em) {
	.hero__content {
		padding-right: 4.8rem;
	}
}
.hero__content h1 {
	margin-bottom: 2.4rem;
	padding-left: 2.4rem;
}
.hero__cta {
	padding-left: 2.4rem;
}
@media (min-width: 48em) {
	.hero__cta {
		display: flex;
		justify-content: space-between;
		max-width: 56rem;
		width: 100%;
	}
}
.hero__cta__item {
	align-items: center;
	font-size: 1.6rem;
	display: flex;
	line-height: 1.6rem;
	flex: 1 24rem;
}

@media (min-width: 48em) {
	.hero__cta__item::last-child {
		margin-bottom: 0;
		margin-left: 1.6rem;
	}
}
.hero__cta__item__text {
	display: block;
	font-weight: 600;
	margin-left: 1.6rem;
}
.hero__cta__item__text span {
	color: #2E3192;
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4rem;
	margin-top: 0.4rem;
}

.logo {
	display: block;
	height: 4.8rem;
	margin-right: 2.4rem;
}
.logo__image {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mobile-nav-wrapper {
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 9;
}
@media (min-width: 64em) {
	.mobile-nav-wrapper {
		display: none;
	}
}

.mobile-nav {
	align-items: center;
	background-color: #ffffff;
	box-shadow: 0.2rem 0.4rem 1.2rem rgba(29, 30, 24, 0.08);
	display: flex;
	height: 6.4rem;
	justify-content: space-between;
	padding: 0 2.4rem;
}
.mobile-nav__item {
	align-items: center;
	background-color: transparent;
	border: none;
	display: flex;
	height: 4rem;
	justify-content: center;
	flex: 1;
	max-width: 4rem;
	width: 4rem;
}
.mobile-nav__item--rounded {
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0.2rem 0.4rem 1.2rem rgba(29, 30, 24, 0.08);
	height: 8rem;
	left: 50%;
	min-width: 8rem;
	position: absolute;
	top: -50%;
	transform: translateX(-50%);
	width: 8rem;
}

.mobile-search {
	background-color: #ffffff;
	border-top: 0.1rem solid transparent;
	display: flex;
	height: 4.8rem;
	max-height: 0;
	transition: max-height 0.25s ease-in-out;
}
.mobile-search__input {
	border: none;
	display: block;
	height: 100%;
	flex: 1;
	padding: 0 2.4rem;
}
.mobile-search__button {
	background-color: #ED1C24;
	display: block;
	width: 4rem;
}
.mobile-search.active {
	border-color: #ED1C24;
	max-height: 4.8rem;
	transition: max-height 0.25s ease-in-out;
}

.page-content {
	display: flex;
	align-items: flex-start;
}

.page-header {
	padding: 4rem 0;
}
@media (min-width: 72em) {
	.page-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}
.page-header h1 {
	color: #ffffff;
	font-size: 3.2rem;
	line-height: 4rem;
	margin-bottom: 2.4rem;
}
@media (min-width: 72em) {
	.page-header h1 {
		margin-bottom: 0;
		font-size: 4rem;
		line-height: 4.8rem;
	}
}

.page-menu {
	padding: 2.4rem 0;
}
@media (min-width: 72em) {
	.page-menu {
		margin-bottom: 4rem;
	}
}
@media (min-width: 72em) {
	.page-menu--mb0 {
		margin-bottom: 0;
	}
}
.page-menu h2 {
	font-size: 1.6rem;
	line-height: 2.4rem;
}
@media (min-width: 72em) {
	.page-menu h2 {
		font-size: 2.4rem;
	}
}
.page-menu p {
	color: #2E3192;
	font-size: 1.2rem;
	line-height: 1.2rem;
}
@media (min-width: 72em) {
	.page-menu p {
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
}

.search {
	display: flex;
	width: 100%;
}
@media (min-width: 72em) {
	.search {
		max-width: 40rem;
	}
}
.search--hero {
	max-width: 56rem;
	margin-left: 2.4rem;
	box-shadow: 0.2rem 0.4rem 1.2rem rgba(29, 30, 24, 0.08);
	background-color: #ffffff;
	border-radius: 4rem;
	overflow: hidden;
	margin-bottom: 4rem;
	display: none;
}
@media (min-width: 72em) {
	.search--hero {
		display: flex;
	}
}
.search__input {
	border-radius: 4rem 0 0 4rem;
	border: none;
	padding: .8rem 1.6rem;
	flex: 1;
	font-size: 1.6rem;
}
.search__button {
	background-color: #ED1C24;
	border: none;
	border-radius: 0 4rem 4rem 0;
	height: 4rem;
	padding: 1.2rem;
	width: 6.4rem;
}
.search__button img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.sidebar {
	max-width: 32rem;
	width: 100%;
	display: none;
}
@media (min-width: 72em) {
	.sidebar {
		display: block;
	}
}

.single-header {
	margin-bottom: 4rem;
	position: relative;
}
.single-header__image {
	height: 32rem;
}
.single-header__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.single-header__info {
	background-color: #2E3192;
	border-radius: 1.6rem;
	bottom: 0;
	box-shadow: 0.2rem 0.4rem 1.2rem rgba(29, 30, 24, 0.08);
	color: #ffffff;
	left: 50%;
	padding: 1.6rem;
	position: absolute;
	text-align: center;
	transform: translate(-50%, 50%);
	width: calc(100% - 4.8rem);
}
@media (min-width: 72em) {
	.single-header__info {
		position: relative;
		transform: translate(0, 0);
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		width: 100%;
		border-radius: 0 0 1.6rem 1.6rem;
		padding: 2.4rem;
	}
}
.single-header__info h1 {
	font-size: 1.6rem !important;
	font-weight: 600 !important;
	line-height: 2rem !important;
	margin-bottom: 0.4rem;
}
.single-header__info p {
	font-weight: normal;
}

.social {
	display: flex;
	flex: 1;
}
.social--center {
	justify-content: center;
}
@media (min-width: 72em) {
	.social--center {
		justify-content: flex-start;
	}
}
.social__item {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 4.8rem;
}
.social__item:not(:last-child) {
	padding-right: 1.6rem;
}

.text-section a {
	color: #ED1C24;
}

.text-section h2 {
	color: #2E3192;
	font-size: 2.4rem;
	line-height: 3.2rem;
	margin-bottom: 1.6rem;
	margin-top: 3.2rem;
}
.text-section h3, .text-section h4, .text-section h5, .text-section h6 {
	color: #2E3192;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 1.6rem;
}
.text-section p {
	margin-bottom: 1.6rem;
	font-weight: 400;
	font-size: 1.4rem;
}

@media (min-width: 72em) {
	.text-section p {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}	
}

.text-section ul {
	list-style-type: disc;
	margin-bottom: 1.6rem;
	padding-left: 1.6rem;
}

.text-section ol {
	margin-bottom: 1.6rem;
	padding-left: 1.6rem;
}
.text-section ul li {
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-bottom: 1.2rem;
	font-weight: 400;
}

.text-section ol li {
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin-bottom: 0.8rem;
}

.text-section figure {
	border-radius: 1.6rem;
	height: 32rem;
	overflow: hidden;
	margin-bottom: 2.4rem;
}

.text-section figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

blockquote {
	box-shadow: .2rem .4rem 1.2rem rgba(0,0,0,.08);
	padding: 1.6rem;
	border-radius: 1.6rem;
	background-color: #2E3192;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2rem;
	margin-bottom: 2.4rem;
}

blockquote p {
	margin-bottom: 0 !important;
}

.section-title {
	margin-bottom: 2.4rem;
	max-width: 56rem;
	width: 100%;
}
@media (min-width: 72em) {
	.section-title {
		margin-bottom: 4rem;
	}
}
.section-title--mb8 {
	margin-bottom: 0.8rem;
}
@media (min-width: 72em) {
	.section-title--mb8 {
		margin-bottom: 1.6rem;
	}
}
.section-title--center {
	margin: 0 auto;
	text-align: center;
}

.section-subtitle {
	margin-bottom: 2.4rem;
	max-width: 56rem;
	width: 100%;
}
@media (min-width: 48em) {
	.section-subtitle {
		font-size: 2rem;
		line-height: 2.8rem;
		margin-bottom: 3.2rem;
	}
}
@media (min-width: 72em) {
	.section-subtitle {
		margin-bottom: 4rem;
	}
}
.section-subtitle--center {
	margin: 0 auto 2.4rem;
	text-align: center;
}
@media (min-width: 48em) {
	.section-subtitle--center {
		margin-bottom: 3.2rem;
	}
}

.video {
	border-radius: 1.6rem;
	box-shadow: 0.2rem 0.4rem 1.2rem rgba(29, 30, 24, 0.08);
	height: 24rem;
	overflow: hidden;
}
@media (min-width: 48em) {
	.video {
		height: 40rem;
	}
}
@media (min-width: 72em) {
	.video {
		height: 48rem;
	}
}
.video iframe {
	height: 100%;
	width: 100%;
}

.blog-wrapper .card__info__title {
	font-size: 1.4rem;
	line-height: 2rem;
	height: 4rem;
	overflow: hidden;
	overflow-y: scroll;
}


.site-map-wrapper {
	padding: 6.4rem 2rem;
	max-width: 1248px;
	margin: 0 auto;
}
.site-map {
	display: flex;
}

.site-map-wrapper h1 {
	font-size: 32px !important;
	margin-bottom: 40px;
	text-transform: uppercase;
	color: #ed1e23 !important;
}

.site-map h2 {
	font-size: 20px;
	font-weight: 600;
	color: #ed1e23 !important;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.site-map ul{
	padding: 0;
	margin-bottom: 24px;
	margin-left: 0px;
	list-style-type: none;
}
.site-map .sub-menu{
	margin-left: 28px;
	list-style-type: disc;
}

.site-map ul li{
	margin-bottom: 24px;
}

.site-map ul li.menu-item-has-children ul {
	list-style-type: none;
}

.site-map ul li.menu-item-has-children ul li{
	margin-bottom: 0;
}


.site-map__row--articole ul {
	list-style-type: disc;
	margin-left: 28px;
}

.site-map a {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	display: block;
	text-decoration: none;
}

.site-map .sub-menu a {
	font-weight: 400;
}

.site-map__row {
	margin-bottom: 4rem
}

.site-map__row {
	flex: 1;
}

.site-map__row--articole a {
	font-weight: 400;
}

@media (max-width: 800px) {
	.site-map-wrapper {
		padding: 40px 20px;
	}
	.site-map {
		flex-direction: column
	}
	.site-map-wrapper h1 {
		font-size: 24px !important;
		margin-bottom: 16px
	}

	.site-map__row:first-child h2 {
		display: none;
	}

	.site-map__row {
		margin-bottom: 16px;
	}
}

.site-map__row--articole {
	flex: 2
}

.site-map__row--articole ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	list-style-type: none;
}

.site-map__row--articole ul li {
	flex: 0 1 calc(50% - 40px);
	margin-right: 40px;
	margin-bottom: 16px !important;
}

@media (max-width: 600px) {
	.site-map__row--articole ul {
		flex-direction: column;
		padding-right: 0
	}

	.site-map__row--articole ul li {
		flex: 1;
	}
}

/* bran changes */
.blog-wrapper .card__info__title {
	overflow-y:hidden;
}

.nav {
	max-width: 550px;
}

span.header__cta__info {
	font-size:1.2rem;
	line-height: 1.1em;
}

.header__cta  {
	width:14rem!important;
	padding-left:1rem!important;
	padding-right:1rem!important;
}

.header__cta2 {
	margin-left:5px;
}

.logo {
	margin-right:5px;
}

.bran-search-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9); /* 90% white opacity */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensure it appears above other content */
}

.bran-search-lightbox__content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.hidden {
    display: none;
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
	background:rgba(255, 255, 255, 0.854);
}

.lightbox-content {
    background: white;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

.lightbox.hidden {
    display: none;
}

.lightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.bne-hero__cta {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap:5px;
	row-gap:5px;
	margin-bottom:20px;
	padding-left:10px;
	padding-right:10px;
}

.bne-hero__cta__item {
	display:flex;
	flex-direction:column;
	padding:10px;
	border-radius:10px;
	justify-content: center;
	align-items: center;
	color:white;
	width:30%;
	flex-grow:1;
	background-color: #2F3191;
    box-shadow: 0 .5rem 1rem rgba(47, 49, 145, .35);
    transition: all .25s ease-in-out;
}
.bne-hero__cta__item a {
	color:white;
}

.bne-hero__cta__item:hover {
	background-color: #3c40bf;
}

.bne-hero__cta__item:nth-child(1) {
	background-color: #1CADEF;
}

.bne-hero__cta__item:nth-child(1):hover {
	background-color: #14b5ff;
}
.bne-hero__cta__item__text {
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.bne-hero__cta__item__text span {
	text-align: center;
}



@media screen and (max-width:480px) {
	.bne-hero__cta__item {
		width:100%;
	}
}

.bne-vrei {
	font-size:1.2rem;
}

/* Mobile Bar  */

.phone-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.phone-lightbox.is-active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-lightbox__content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    max-width: 90%;
    width: 400px;
}

.phone-lightbox__close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.phone-lightbox__buttons {
	display:flex;
	flex-direction: column;
	row-gap: 10px;
	justify-content: center;
	align-items: center;
}

.footer__cta {
	width:80%;
	background-color: #2E3192;
	color:white;
	border-radius:10px;
	padding:10px;
	text-align: center;
}

.footer__cta a {
	color:white;
}

