:root {
	--corporative: #e21030;
	--corporative2: rgb(226, 16, 48, 0.8);
	--secondary: #252525;
	--terciary: #fff;
	--corporative_img: rgba(45, 65, 98, 0.4);
	--corporative_menu: rgba(47, 46, 42, 0.8);
	--white: #fff;
	--light: rgb(248, 249, 250);
}


@font-face {
	font-family: Exo2;
	src: url('../../common/fonts/Exo2-Regular.ttf');
  }
  

body {
	font-family: 'Exo2', 'Roboto', sans-serif;
	min-height: 100%;
	display: flex !important;
	flex-direction: column !important;
	background-color: var(--secondary);
	overflow-x: hidden!important;
}

html {
	height: 100% !important;
	scroll-behavior: smooth;
	overflow-x: hidden!important;
}

/* SCROLL PERSONALIZABLE */
body::-webkit-scrollbar {
	width: fit-content;
}

body::-webkit-scrollbar-track {
	background-color: transparent;
}

body::-webkit-scrollbar-thumb {
	background-color: var(--corporative);
}

body::-webkit-scrollbar-thumb {
	background-color: var(--corporative);
	border-radius: 20px;
}

body::-webkit-scrollbar-thumb {
	background-color: var(--corporative);
	border-radius: 20px;
	border: 6px solid transparent;
	background-clip: content-box;
}

body::-webkit-scrollbar-thumb:hover {
	background-color: var(--secondary);
}

.rounded_all {
	border-radius: 15px !important;
}

.rounded_top {
	border-radius: 15px 15px 0px 0px !important;
}

.rounded_bot {
	border-radius: 0px 0px 15px 15px !important;
}

.rounded_left {
	border-radius: 15px 0px 0px 15px !important;
}

.rounded_right {
	border-radius: 0px 15px 15px 0px !important;
}

.shadowland {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.shadowland_white_small {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.4);
	box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.4);
}

.shadowland_white {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.75);
	box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.75);
}

.card-temporada .card {
	min-height: 100%
}

/* si .card-temporada es impar, métele 15 px de padding derecho, si es par 15 px de padding izquierdo */
.card-temporada:nth-child(odd) {
	padding-right: 15px;
}

.card-temporada:nth-child(even) {
	padding-left: 15px;
}

a {
	text-decoration: none;
	color: var(--corporative);
}

a:hover,
a strong:hover {
	text-decoration: none;
	transition: linear 0.3s;
	color: var(--corporative2);
}


.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--corporative2)!important;;
}

.muted-a {
	color: #6c757d !important;
	text-decoration: underline;
}

.muted-a:hover {
	color: var(--corporative) !important;
	text-decoration: underline;
	transition: linear 0.3s;
}

a.discret-a {
	font-size:1rem;
	line-height:1.2rem;
	color:var(--corporative);
	text-decoration: underline;
}
a.discret-a:hover {
	font-size:1rem;
	line-height:1.2rem;
	color:var(--corporative2);
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}

.breadcrumb {
    padding: .75rem 0rem;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb-item a {
    color: #fff;
}

.breadcrumb-item a:hover {
    opacity: 0.75;
    transition: 0.3s linear;
}

.breadcrumb-item.active {
    color: #fff;
    font-weight: 700;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: "●";
    font-weight: 300;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding-right: 0px;
	padding-left: 0px;
}

.row {
	margin-right: 0;
	margin-left: 0;
}
article {
	padding-top:70px;
}

.button {
	padding: 10px 15px;
	background-color: var(--corporative);
	color: #fff !important;
	border-radius: 15px;
	font-size: 1.15em;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: all linear 0.3s;
	display: block;
	width: fit-content;
	border: none;
}

.button:hover {
	color: white !important;
	scale: 1.1;
	transition: all linear 0.3s;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.secondary {
	padding: 10px 15px;
	background-color: var(--secondary);
	color: var(--white);
	border-radius: 15px;
	font-size: 1.15em;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: all linear 0.3s;
	display: block;
	width: fit-content;
}

.secondary:hover {
	background-color: var(--secondary);
	color: var(--white);
	scale: 0.9;
	transition: all linear 0.3s;
	opacity: 1 !important;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(252, 252, 252, 0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(252, 252, 252, 0.3);
	box-shadow: 0px 0px 15px 0px rgba(252, 252, 252, 0.3);
}

.button-discord-outline {
	padding: 10px 15px;
	border: 3px solid #7289da;
	color: #fff;
	border-radius: 15px;
	font-size: 1.15em;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: all linear 0.3s;
	display: block;
	width: fit-content;
}

.button-discord-outline:hover {
	color: #ffffff;
	scale: 1.1;
	transition: all linear 0.3s;
	opacity: 1
}


.icon {
	background-color: var(--corporative);
	border: 2px solid var(--secondary);
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	transition: all linear 0.3s;
}

.icon:hover {
	background-color: var(--secondary);
	transition: all linear 0.3s;
}

.bg-corp {
	background-color: var(--corporative);
	color: var(--white);
}

.bg-sec {
	background-color: var(--secondary);
	color: var(--white);

}

.chosen_bg {
	background-image: url('../../../../media/bg.jpg');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    align-items: center;
}

.title {
	font-size: 2.5em;
	font-weight: 700;
	color: var(--corporative);
	line-height: 1.2em;
}

.title-white {
	font-size: 2.5em;
	font-weight: 700;
	color: var(--white);
}

.subtitle-white {
	font-size: 1.75em;
	font-weight: 700;
	color: var(--white);
}


.container-ac {
	min-height: 100vh;
	width: 100%;
	background-image: -webkit-linear-gradient(var(--corporative_img), var(--corporative_img)), url(https://noctua-qr-manager.s3.eu-west-1.amazonaws.com/assets/img/access.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	cursor: default;
}

.navbar img {
	transition: all linear 0.3s;
}

.navbar img:hover {
	transform: scale(1.1);
	transition: all linear 0.3s;
}

header {
	margin-top: 130px !important;
}

.container-ac .container-xl {
	min-height: 80dvh;
	max-height: 80dvh;
	overflow-y: auto;
}

.-open {
	padding: 10px 15px;
	background-color: var(--corporative);
	border: var(--corporative) 1px solid;
	color: #fff !important;
	border-radius: 10px;
	font-size: 1em;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: all linear 0.3s;
	display: block;
	width: fit-content;
}

.-close {
	padding: 10px 15px;
	background-color: var(--white);
	color: var(--corporative) !important;
	border: var(--corporative) 1px solid;
	border-radius: 10px;
	font-size: 1em;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: all linear 0.3s;
	display: block;
	width: fit-content;
}

.-open:hover,
.-close:hover {
	transform: scale(1.1);
	transition: all linear 0.3s;
}

.container-info {
	position: relative;
	max-width: 1500px;
	bottom: 95px;
}

.container-actions {
	position: relative;
	bottom: 63px;
}

.triangle {
	position: relative;
	background: #2c3e50;
	height: 25vh;
	z-index: 0;
	background-image: -webkit-linear-gradient(var(--corporative_menu), var(--corporative_menu)), url(https://noctua-qr-manager.s3.eu-west-1.amazonaws.com/assets/img/bcard_banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	cursor: default;
}

.triangle::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 200px 200px 0 200px;
	border-color: var(--corporative) transparent transparent transparent;
	left: 25%;
	transform: translateX(-50%) translateY(100%);
	z-index: 0;
}

.semicircle {
	position: relative;
	background-image: -webkit-linear-gradient(var(--corporative_menu), var(--corporative_menu)), url(https://noctua-qr-manager.s3.eu-west-1.amazonaws.com/assets/img/bcard_banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 20vh;
	z-index: 0;
}

.semicircle::before {
	position: absolute;
	content: '';
	left: 50%;
	z-index: 10;
	width: 275px;
	height: 275px;
	border-radius: 50%;
	background: var(--light);
	transform: translateX(-50%) translateY(60%);
	bottom: 0px;
	z-index: 0;
}

.semicircle-reversed {
	position: relative;
	background: var(--corporative);
	height: 137.5px;
	z-index: 0;
}

.semicircle-reversed::before {
	position: absolute;
	content: '';
	left: 50%;
	z-index: 10;
	width: 255px;
	height: 255px;
	border-radius: 50% 50% 0 0;
	background: var(--corporative);
	transform: translateX(-50%);
	bottom: 0;
	z-index: -1;
}

.semicircle-reversed-lantania {
	position: relative;
	background: #EA0B29;
	height: 137.5px;
	z-index: 0;
}

.semicircle-reversed-lantania::before {
	position: absolute;
	content: '';
	left: 50%;
	z-index: 10;
	width: 255px;
	height: 255px;
	border-radius: 50% 50% 0 0;
	background: #EA0B29;
	transform: translateX(-50%);
	bottom: 0;
	z-index: -1;
}

.img-bcard {
	position: relative;
	border-radius: 50%;
	max-width: 250px;
	z-index: 1;
	bottom: 98px;
	transition: all linear 0.3s;
}

.img-logo {
	border-radius: 15px;
	max-width: 125px;
	transition: all linear 0.3s;
}

.img-bcard:hover,
.img-logo:hover {
	transform: scale(1.1);
	transition: all linear 0.3s;
}

.dropdown-langs {
	position: absolute !important;
	z-index: 1;
	right: 2%;
	top: 2%;
}

.img-flag {
	width: 30px !important;
	display: inline;
}

.title-access-controller {
	font-size: 1.5rem;
	font-weight: 600;
	color: #252525;
	text-align: center;
}

.title-result {
	font-size: 1.25rem;
	font-weight: 500;
	color: #252525;
	text-align: center;
}

#container-log-access {
	max-height: 50%;
	overflow-y: auto;
}

.container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

/* SCROLL PERSONALIZABLE */
#container-log-access::-webkit-scrollbar,
#visitors-list::-webkit-scrollbar {
	width: 0.875rem;
}

#container-log-access::-webkit-scrollbar-track,
#visitors-list::-webkit-scrollbar-track {
	background-color: transparent;
}

#container-log-access::-webkit-scrollbar-thumb,
#visitors-list::-webkit-scrollbar-thumb {
	background-color: var(--corporative);
}

#container-log-access::-webkit-scrollbar-thumb,
#visitors-list::-webkit-scrollbar-thumb {
	background-color: var(--corporative);
	border-radius: 20px;
}

#container-log-access::-webkit-scrollbar-thumb,
#visitors-list::-webkit-scrollbar-thumb {
	background-color: var(--corporative);
	border-radius: 20px;
	border: 2px solid transparent;
	background-clip: content-box;
}

#container-log-access::-webkit-scrollbar-thumb:hover,
#visitors-list::-webkit-scrollbar-thumb:hover {
	background-color: var(--terciary);
}

footer {
	width: 100%;
	bottom: 0;
	margin-top: auto;
}




.btn-access-controller {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 1.5rem 0;
	border: 1px solid var(--white);
	background-color: var(--corporative);
	color: var(--white) !important;
	width: 100% !important;
	height: 100% !important;
	cursor: pointer;
	transition: all linear 0.2s;
}

.btn-home {
	position: relative;
	left: 10%;
}

.btn-access-controller:hover {
	background-color: var(--secondary);
	color: var(--white);
}

.avatar-list {
	display: inline-block;
	flex-shrink: 0;
	position: relative;
	border-radius: 0.65rem;
}

.avatar-list img {
	width: 45px;
	height: 45px;
	display: inline-block;
	border-radius: 0.65rem;
}

  /* Fin lineas de actuación */


@media screen and (max-width: 768px) {
	.btn-access-controller {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.5rem;
		font-weight: 600;
		padding: 1.5rem 0;
		border: 1px solid var(--white);
		background-color: var(--corporative);
		color: var(--white) !important;
		width: 100% !important;
		height: 100% !important;
		cursor: pointer;
		transition: all linear 0.2s;
	}

	.img-logo {
		border-radius: 15px;
		max-width: 90px;
		transition: all linear 0.3s;
	}
}

.page-item.active .page-link {
	z-index: 0;
	color: #fff;
	background-color: var(--corporative);
	border-color: var(--corporative);
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: var(--corporative);
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.image-input-wrapper {
    background-repeat: no-repeat;
    background-size: contain;
}

input[type=date],
input[type=email],
input[type=password],
input[type=text],
select {
	background-color: transparent;
	border-bottom: 1px solid #ced4da;
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 10px 15px;
	font-size: 1rem;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 0;
	color: var(--corporative) !important;
}

input[type=date]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
select:focus {
	border-bottom: 1px solid var(--corporative);
	box-shadow: none;
	outline: none;
}

input[type=date]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: var(--corporative) !important;
}

.input-group>.form-control-search-extra,
.input-group>.form-floating,
.input-group>.form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}

.form-control-search-extra {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: var(--bs-border-radius);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control.form-control-login {
	border: 2px solid #cdcdcd;
	border-radius: 0.5rem;
}


input[type=date].form-control-profile,
input[type=email].form-control-profile,
input[type=password].form-control-profile,
input[type=text].form-control-profile,
select.form-control-profile, label.form-control-profile  {
    background-color: transparent;
    border: 2px solid #ced4da;
    padding: 10px 15px;
    font-size: 1rem;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 30px;
    color: var(--corporative)!important;
}

input[type=date]:disabled.form-control-profile,
input[type=email]:disabled.form-control-profile,
input[type=password]:disabled.form-control-profile,
input[type=text]:disabled.form-control-profile {
	background-color: #eeeeee;
}

label.form-control-profile {
	cursor: pointer;
	transition: all linear 0.3s;
}

label.form-control-profile:hover {
    border: 2px solid var(--corporative);
	color: var(--corporative2) !important;
}

label.profile-camera-edit {
	margin-top:-100px;
	margin-left:20px;
}

#button-change-password {
	border-radius: 0px 30px 30px 0;
	margin-top:-48px;
	margin-bottom: 40px;
	min-width:100px;
	background-color: #9e9e9e;
	border: 2px solid #9e9e9e;
}

#change-password div.modal-header {
	background-color: var(--corporative);
	color:white;
}

#change-password div.modal-header .btn-close {
	filter: invert(1);
}

#change-password .modal-footer {
	border-top:0px;
}
 

.btn.btn-mobile-form {
	background-color: #92d9e2;
	color: var(--corporative);
}

.input-group .btn {
	position: relative;
	z-index: 2;
}


.rem7 {
	font-size: 7rem;
	line-height: 7.5rem;
}

.rem5 {
	font-size: 5rem;
	line-height: 5.5rem;
}

.rem4 {
	font-size: 4rem;
	line-height: 4.5rem;
}

.rem3 {
	font-size: 3rem;
	line-height: 3.5rem;
}

.rem2 {
	font-size: 2rem;
	line-height: 2.5rem;
}

.rem1-5 {
	font-size: 1.5rem;
	line-height: 2rem;
}

.rem1-3 {
	font-size: 1.3rem;
	line-height: 1.7rem;
}

.rem1-2 {
	font-size: 1.2rem;
	line-height: 1.7rem;
}

.rem1-1 {
	font-size: 1.1rem;
	line-height: 1.4rem;
}

.rem0-8 {
	font-size: 0.8rem;
	line-height: 1rem;
}

.white {
	color: white;
}

.black {
	color: black;
}

a.white {
	color: white;
}

a.white:hover {
	color: white;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.mt-10 {
	margin-top: 10rem;
}

.mt-7 {
	margin-top: 7rem;
}

.mb-10 {
	margin-bottom: 10rem;
}

.pt-7 {
	padding-top: 7rem;
}

.ps-7 {
	padding-left: 7rem;
}

.pb-7 {
	padding-bottom: 7rem;
}

.h-full-85 {
	min-height: 85vh;
}

.h-full-55 {
	min-height: 55vh;
}

.bg-blue-corporative {
	background-color: var(--corporative);
	color: white;
}

.border-full-black {
	border: 1px solid black;
}

.border-bottom-black {
	border-bottom: 2px solid black;
}

.border-bottom-light-gray {
	border-bottom: 2px solid rgb(207, 207, 207);
}

.border-top-black {
	border-top: 2px solid black;
}

.border-top-white {
	border-top: 1px solid white;
}

.text-right {
	text-align: right;
}

.form-main input,
.form-main textarea {
	border: 2px solid #cdcdcd;
	border-radius: 0.5rem;
}

.form-footer input {
	border: 0px;
	border-radius: 3rem;
	background-color: white;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	border:2px solid transparent;
}

nav.navbar .nav-link:hover {
	color: var(--corporative);
}


input[type=date]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
select:focus {
	border: 2px solid var(--corporative);
	box-shadow: none;
}

.form-control::placeholder {
	color: var(--corporative) !important;
}

.form-control:focus {
	border: 2px solid var(--corporative);
	box-shadow: 0 0 0 0.0rem rgba(255, 255, 255, 0.0);
	color: var(--corporative) !important;
}

.form-control {
	color: var(--corporative) !important;
}


.busqueda-tabs-anchor .nav-pills .nav-link {
	border-radius: 5rem;
    border: 1px solid #000;
    padding: 0.7rem 2.5rem;
    position: relative;
    text-decoration: none;
    color: black;
    font-size: 1.1rem;
    line-height: 1.3rem;
    z-index: 1;
	background-color: white;
    border-radius: 5rem;
	transition: ease-out 0.3s;
	margin-right:1rem;
}

.busqueda-tabs-anchor .nav-pills .nav-link:hover {
	background-color: black;
	color: white;
	transition: ease-out 0.3s;
}

.busqueda-tabs-anchor .nav-pills .nav-link.active, .busqueda-tabs-anchor .nav-pills .show>.nav-link {
	border-radius: 5rem;
    border: 1px solid #000;
    padding: 0.7rem 2.5rem;
    position: relative;
    text-decoration: none;
    color: white;
    font-family: Inter-Regular,sans-serif;
    font-size: 1.1rem;
    line-height: 1.3rem;
    z-index: 1;
	background-color: black;
    border-radius: 5rem;
	transition: ease-out 0.3s;
}



/* Botón outline*/
.btn-outline-white {
	padding: 0.7rem 2.5rem;
	position: relative;
	text-decoration: none;
	color: white;
	font-family: 'Inter-Regular', sans-serif;
	font-size: 1.1rem;
	line-height: 1.3rem;
	z-index: 1;
	border: 1px solid white;
	border-radius: 5rem;
}

.btn-outline-white::after {
	content: "";
	display: block;
	position: absolute;
}

.btn-outline-white::before {
	content: "";
	display: block;
	position: absolute;
}

.btn-outline-white {
	padding: 1rem 3rem;
	overflow: hidden;
	transition: all 1s;
}

.btn-outline-white::after {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0%;
	height: 0%;
	background-color: white;
	border-radius: 50%;
	transition: all 0.5s;
	z-index: -1;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.btn-outline-white:hover {
	color: black;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.btn-outline-white:hover::after {
	width: 150%;
	height: 250%;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

/* Botón outline Black*/
a.btn-outline-black {
	border-radius: 5rem;
	border: 1px solid black;
	padding: 0.7rem 2.5rem;
	position: relative;
	text-decoration: none;
	color: black;
	font-family: 'Inter-Regular', sans-serif;
	font-size: 1.1rem;
	line-height: 1.3rem;
	z-index: 1;
	border-radius: 5rem;
}

a.btn-outline-black::after {
	content: "";
	display: block;
	position: absolute;
}

a.btn-outline-black::before {
	content: "";
	display: block;
	position: absolute;
}

a.btn-outline-black {
	padding: 1rem 3rem;
	overflow: hidden;
	transition: all 1s;
}

a.btn-outline-black::after {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0%;
	height: 0%;
	background-color: black;
	border-radius: 50%;
	transition: all 0.5s;
	z-index: -1;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

a.btn-outline-black:hover {
	color: white;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

a.btn-outline-black:hover::after {
	width: 150%;
	height: 250%;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

/* Botón azul*/
.btn-blue {
	border-radius: 5rem;
	border: 1px solid var(--corporative);
	background-color: var(--corporative);
	padding: 0.7rem 2.5rem;
	position: relative;
	text-decoration: none;
	color: white;
	font-family: 'Inter-Regular', sans-serif;
	font-size: 1.1rem;
	line-height: 1.3rem;
	z-index: 1;
	border-radius: 5rem;
}

.btn-blue::after {
	content: "";
	display: block;
	position: absolute;
}

.btn-blue::before {
	content: "";
	display: block;
	position: absolute;
}

.btn-blue {
	padding: 1rem 3rem;
	overflow: hidden;
	transition: all 1s;
}

.btn-blue::after {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0%;
	height: 0%;
	background-color: var(--corporative2);
	border-radius: 50%;
	transition: all 0.5s;
	z-index: -1;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.btn-blue:hover {
	color: white;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.btn-blue:hover::after {
	width: 150%;
	height: 250%;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

/* Botón azul border*/
.btn-blue-border {
	border: 1px solid var(--corporative);
	background-color: white;
	padding: 0.7rem 2.5rem;
	position: relative;
	text-decoration: none;
	color: var(--corporative);
	font-family: 'Inter-Regular', sans-serif;
	font-size: 1.1rem;
	line-height: 1.3rem;
	z-index: 1;
	border-radius: 5rem;
}

.btn-blue-border::after {
	content: "";
	display: block;
	position: absolute;
}

.btn-blue-border::before {
	content: "";
	display: block;
	position: absolute;
}

.btn-blue-border {
	padding: 1rem 3rem;
	overflow: hidden;
	transition: all 1s;
}

.btn-blue-border::after {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0%;
	height: 0%;
	background-color: var(--corporative2);
	border-radius: 50%;
	transition: all 0.5s;
	z-index: -1;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.btn-blue-border:hover {
	color: white;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.btn-blue-border:hover::after {
	width: 150%;
	height: 250%;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

/* Botón transparente*/
.btn-transparent {
	padding: 0.7rem 2.5rem;
	position: relative;
	text-decoration: none;
	color: white;
	font-family: 'Inter-Regular', sans-serif;
	font-size: 1.1rem;
	line-height: 1.3rem;
	z-index: 1;
	border-radius: 5rem;
}

.btn-transparent::after {
	content: "";
	display: block;
	position: absolute;
}

.btn-transparent::before {
	content: "";
	display: block;
	position: absolute;
}

.btn-transparent {
	padding: 1rem 3rem;
	overflow: hidden;
	transition: all 1s;
}

.btn-transparent::after {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0%;
	height: 0%;
	border-radius: 50%;
	transition: all 0.5s;
	z-index: -1;
}

.btn-transparent:hover {
	color: white;
}

.btn-transparent:hover::after {
	width: 150%;
	height: 250%;
}

/* Botón gris*/
.btn-gray {
	border: 1px solid #333333;
	background-color: #333333;
	padding: 0.7rem 2rem;
	position: relative;
	text-decoration: none;
	color: white;
	font-family: 'Inter-Regular', sans-serif;
	font-size: 1.1rem;
	line-height: 1.3rem;
	z-index: 1;
	border-radius: 5rem;
}

.btn-gray::after {
	content: "";
	display: block;
	position: absolute;
}

.btn-gray::before {
	content: "";
	display: block;
	position: absolute;
}

.btn-gray {
	overflow: hidden;
	transition: all 1s;
}

.btn-gray::after {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0%;
	height: 0%;
	background-color: black;
	border-radius: 50%;
	transition: all 0.5s;
	z-index: -1;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.btn-gray:hover {
	color: white;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.btn-gray:hover::after {
	width: 150%;
	height: 250%;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.img-logo-cab {
	max-width: 160px;
	height: auto;
}

.nav-link.area-privada {
	background-color: var(--corporative);
	color: white;
	border-radius: 5rem;
	padding: 0.5rem 1.5rem !important;
}

.nav-link.area-privada:hover {
	background-color: var(--corporative2);
	color: white !important;
}

/* Botón blanco document*/
.btn-white-profile-upload {
	background-color: white;
	padding: 0.7rem 0.9rem;
	text-decoration: none;
	color: var(--corporative);
	font-family: 'Inter-Regular', sans-serif;
	font-size: 1.1rem;
	line-height: 1.3rem;
	border-radius: 2rem;
	box-shadow: 0 .5rem .5rem rgba(0,0,0,.15)!important;
	transition: ease-out 0.3s;
	margin-top:-6rem;
}
.btn-white-profile-upload:hover {
	background-color: var(--corporative);
	padding: 0.7rem 0.9rem;
	text-decoration: none;
	color: white;
	font-family: 'Inter-Regular', sans-serif;
	font-size: 1.1rem;
	line-height: 1.3rem;
	border-radius: 2rem;
	box-shadow: 0 .5rem .5rem rgba(0,0,0,.15)!important;
	transition: ease-out 0.3s;
}

.bg-blue-corporative-gradient {
	background: rgb(0, 128, 154);
	background: -moz-linear-gradient(180deg, rgb(255, 255, 255) 75%, white 75%);
	background: -webkit-linear-gradient(180deg, rgba(0, 128, 154, 1) 75%, white 75%);
	background: linear-gradient(180deg, rgba(0, 128, 154, 1) 75%, white 75%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00809a", endColorstr="#ffffff", GradientType=1);
}

.bg-blue-corporative-gradient2 {
	background: rgb(0, 128, 154);
	background: -moz-linear-gradient(180deg, rgb(255, 255, 255) 85%, white 85%);
	background: -webkit-linear-gradient(180deg, rgba(0, 128, 154, 1) 85%, white 85%);
	background: linear-gradient(180deg, rgba(0, 128, 154, 1) 85%, white 85%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00809a", endColorstr="#ffffff", GradientType=1);
}

.bg-doble-space {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 15%, rgba(0,128,154,1) 15%, rgba(0,128,154,1) 85%, rgba(255,255,255,1) 85%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 15%, rgba(0,128,154,1) 15%, rgba(0,128,154,1) 85%, rgba(255,255,255,1) 85%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 15%, rgba(0,128,154,1) 15%, rgba(0,128,154,1) 85%, rgba(255,255,255,1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.section-about-change-cards {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(229,243,246,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(229,243,246,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(229,243,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e5f3f6",GradientType=1);
}


.card-objetives-about {
	min-height:400px;
}

.card-objetives-about-small {
	min-height:250px;
}
.img-home-hightlighted {
	transform: scale(1.3);
	padding-right: 15%;
	margin-top: -2rem;
}

.img-home-hightlighted-2 {
	transform: scale(1.3);
	padding-top: 5%;
}

.text-extra-space-section {
	margin-top: 9rem;
}

#logo-promotores-home .img-logo-home {
    max-height: 150px;
    height: auto;
    width: auto;
    max-width: 230px;
}

#logo-colaboradores-home .img-logo-home {
    max-height: 70px;
    height: auto;
    width: auto;
    max-width: 130px;
}

/* Pag About*/
.bubble-1-about {
	font-size: 1.3rem;
	line-height: 1.5rem;
	border-radius: 50%;
	border: 2px solid var(--corporative);
	text-align: center;
	height: 250px;
	width: 250px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 32%;
}

.bubble-2-about {
	font-size: 1.5rem;
	line-height: 1.8rem;
	border-radius: 50%;
	border: 2px solid var(--corporative);
	text-align: center;
	height: 300px;
	width: 300px;
	padding-top: 30%;
	margin-top: -40px;
}

.bubble-3-about {
	font-size: 1.3rem;
	line-height: 1.5rem;
	border-radius: 50%;
	border: 2px solid var(--corporative);
	text-align: center;
	height: 250px;
	width: 250px;
	padding-top: 32%;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: -40px;
}

.bubble-4-about {
	font-size: 1.3rem;
	line-height: 1.5rem;
	border-radius: 50%;
	border: 2px solid var(--corporative);
	text-align: center;
	height: 250px;
	width: 250px;
	padding-top: 25%;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: -30px;
}

@keyframes bubbleMovement1 {
	0% {
		transform: translate(0, 0);
	}

	25% {
		transform: translate(5px, 10px);
	}

	50% {
		transform: translate(10px, 10px);
	}

	75% {
		transform: translate(10px, 5px);
	}

	100% {
		transform: translate(0, 0);
	}
}

@keyframes bubbleMovement2 {
	0% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(-10px, 0px);
	}

	100% {
		transform: translate(0, 0);
	}
}

@keyframes bubbleMovement3 {
	0% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(10px, 0px);
	}

	100% {
		transform: translate(0, 0);
	}
}

@keyframes bubbleMovement4 {
	0% {
		transform: translate(0, 0);
	}

	25% {
		transform: translate(-5px, -10px);
	}

	50% {
		transform: translate(-10px, -10px);
	}

	75% {
		transform: translate(-10px, -5px);
	}

	100% {
		transform: translate(0, 0);
	}
}

.bubble-1-about {
	animation: bubbleMovement1 5s infinite ease-in-out;
}

.bubble-2-about {
	animation: bubbleMovement2 5s infinite ease-in-out;
}

.bubble-4-about {
	animation: bubbleMovement3 5s infinite ease-in-out;
}

.bubble-3-about {
	animation: bubbleMovement4 5s infinite ease-in-out;
}

/* Login*/
.bg-login {
	background-position: center;
	background-size: cover;
}

/* Búsqueda*/
.busqueda-tabs-anchor div.img-search {
	background-position: center;
	background-size:cover;
}
.busqueda-tabs-anchor h3 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
    min-height: 65px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.col-lg-5-5 {
	flex: 0 0 auto;
	width: 49%;
}

/* Proyectos*/
.selector-projects {
	max-width: 200px;
	border: 1px solid #717171;
	border-radius: 0.5rem;
	color: black !important;
}

.card-project {
	transition: ease-out 0.3s;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.card-project:hover {
	transform: scale(1.015);
	transition: ease-in 0.3s;
}

.card-project-a {
	height: 350px;
}

.btn-ok {
	border: 1px solid #333333;
	background-color: #333333;
	padding: 0.7rem 1.5rem;
	position: relative;
	text-decoration: none;
	color: white;
	font-family: 'Inter-Regular', sans-serif;
	font-size: 0.9rem;
	line-height: 1.2rem;
	z-index: 1;
	border-radius: 0.5rem;
	/* max-width: 100px; */
}

.btn-ok::after {
	content: "";
	display: block;
	position: absolute;
}

.btn-ok::before {
	content: "";
	display: block;
	position: absolute;
}

.btn-ok {
	overflow: hidden;
	transition: all 1s;
}

.btn-ok::after {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0%;
	height: 0%;
	background-color: black;
	border-radius: 50%;
	transition: all 0.5s;
	z-index: -1;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.btn-ok:hover {
	color: white;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.btn-ok:hover::after {
	width: 150%;
	height: 250%;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}



.btn-ok.btn-reset {
	border: 1px solid #333333;
	background-color: white;
	padding: 0.7rem 1.5rem;
	position: relative;
	text-decoration: none;
	color: #333333;
	font-family: 'Inter-Regular', sans-serif;
	font-size: 0.9rem;
	line-height: 1.2rem;
	z-index: 1;
	border-radius: 0.5rem;
	/* max-width: 100px; */
}

.btn-ok.btn-reset::after {
	content: "";
	display: block;
	position: absolute;
}

.btn-ok.btn-reset::before {
	content: "";
	display: block;
	position: absolute;
}

.btn-ok.btn-reset {
	overflow: hidden;
	transition: all 1s;
}

.btn-ok.btn-reset::after {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0%;
	height: 0%;
	background-color: black;
	border-radius: 50%;
	transition: all 0.5s;
	z-index: -1;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.btn-ok.btn-reset:hover {
	color: white;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.btn-ok.btn-reset:hover::after {
	width: 150%;
	height: 250%;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}


button.btn-outline-black2 {
	border-radius: 5rem;
	border: 1px solid #333333;
	padding: 0.7rem 1rem;
	position: relative;
	text-decoration: none;
	font-family: 'Inter-Regular', sans-serif;
	font-size: 0.9rem;
	line-height: 1.2rem;
	z-index: 1;
	border-radius: 0.5rem;
	max-width: 150px;
	background-color: #333333;
	color: white;
}

.search-filter-news-project button.btn.dropdown-toggle.bs-placeholder.btn-light {
		border: 1px solid #333333;
}
.search-filter-news-project  .bootstrap-select .dropdown-toggle:focus {
	outline:0!important;
}


body.swal2-shown {
	padding-right: 0 !important;
  }


.splide__slide img.img-fluid  {
	max-height: 300px;
	height: 300px;
	width:100%;
	object-fit: cover;
}


/* Members*/
.text-member-promoter-short {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.member-equal-logo {
	height: 100%;
}

.img-logo-home.logo-member {
	cursor: pointer;
}

.logo-effect-hover a img {
	transition: ease-in-out 0.5s;
}

.logo-effect-hover a img:hover {
	transform: scale(1.2);
	transition: ease-in-out 0.5s;
}

/* Proyecto 1*/
.accordion.accordion-project-1-test .accordion-button:not(.collapsed) {
	background-color: var(--corporative);
	color: #333333;
	border-radius: 0;
	border: 0;
	box-shadow: none;
}

.accordion.accordion-project-1-test .accordion-item {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid white;
	width: 100%;
}

.accordion-project-1-test .accordion-button.collapsed {
	width: 100%;
}

.accordion-project-1-test .accordion-item:first-of-type .accordion-button {
	border-radius: 0;
}

.accordion-project-1-test .accordion-item:last-of-type .accordion-button {
	border-radius: 0;
}

.accordion-project-1-test .accordion-button {
	background-color: var(--corporative);
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #333333;
}

.accordion-project-1-test .accordion-button:focus {
	z-index: 3;
	border-color: 0;
	outline: 0;
	box-shadow: none;
}

.accordion-project-1-test .accordion-button:not(.collapsed)::after {
	background-image: none;
	transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-project-1-test .accordion,
.accordion-project-1-test .accordion-item {
	background-color: var(--corporative) !important;
}

.accordion-project-1-test .accordion-collapse {
	padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
}


/* Galería de Proyectos*/
.photo-gallery.photo-gallery-project-lightbox {
	color:#313437;
	background-color:#fff;
  }
  
  .photo-gallery.photo-gallery-project-lightbox .photos {
	padding-bottom:20px;
  }
  
  .photo-gallery.photo-gallery-project-lightbox .item {
	padding-bottom:30px;
  }


/* Slider Proyectos*/
.splide a {
	color: black;
}

.splide a:hover {
	color: black;
}

.carrusel-multiple-slider-1 {
	margin-left: calc((100% - 1320px)/2);
}


.carrusel-multiple-slider-2 {
	padding-left: calc((100% - 1320px)/2);
	padding-right: calc((100% - 1320px)/2);
}


.carrusel-multiple-slider-2 .splide__arrow svg {
	display: none;
}

.splide__pagination {
	bottom: -3.5em;
}

/* Touchpoint*/
.map-iberia .pulse-spinner {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.map-iberia .pulse-spinner::after {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	z-index: 1;
	position: absolute;
	animation: pulse 1s ease infinite;
}

@keyframes pulse {
	from {
		transform: scale(1);
		opacity: 1;
	}

	to {
		transform: scale(2);
		opacity: 0;
	}
}

.map-iberia #touchpoint_1 {
	top: -31%;
	left: 60%;
	position: relative;
}

.map-iberia #touchpoint_2 {
	top: -34%;
	left: 53%;
	position: relative;
}

.map-iberia #touchpoint_3 {
	top: -42%;
	left: 47%;
	position: relative;
}

.map-iberia #touchpoint_4 {
	top: -51%;
	left: 43%;
	position: relative;
}

.div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
	background-color: var(--corporative)!important;
}


.div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:hover {
	background-color: var(--corporative2)!important;
}




/* Contacto */






/* Animation */


.appear-simple-2-bis,
.appear-simple-1-bis
{
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1s ease, transform 1s ease;
}


.appear-simple-2-bis.animate,
.appear-simple-1-bis.animate {
	opacity: 1;
	transform: translateY(0);
}


.appear-simple-3-bis {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 1s ease, transform 1s ease;
}

.appear-simple-3-bis.animate {
	opacity: 1;
	transform: translateY(0);
}


.appear-simple-4-bis {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s ease, transform 1s ease;
}

.appear-simple-4-bis.animate {
	opacity: 1;
	transform: translateY(0);
}

.appear-simple-5-bis {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s ease, transform 1s ease;
}

.appear-simple-5-bis.animate{
	opacity: 1;
	transform: translateY(0);
}

.appear-simple-7-bis {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s ease, transform 1s ease;
}

.appear-simple-7-bis.animate{
	opacity: 1;
	transform: translateY(0);
}

.appear-simple-11-bis {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s ease, transform 1s ease;
}

.appear-simple-11-bis.animate{
	opacity: 1;
	transform: translateY(0);
}

.appear-simple-12-bis {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s ease, transform 1s ease;
}

.appear-simple-12-bis.animate{
	opacity: 1;
	transform: translateY(0);
}

.appear-simple-13-bis {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s ease, transform 1s ease;
}

.appear-simple-13-bis.animate{
	opacity: 1;
	transform: translateY(0);
}

.appear-scroll-left-1 {
    opacity: 0;
    transform: translateX(50px); /* Start from right */
    transition: opacity 1s ease, transform 1s ease;
}

.appear-scroll-left-1.animate {
    opacity: 1;
    transform: translateX(0); /* Move to its original position */
}

.appear-scroll-left-2 {
    opacity: 0;
    transform: translateX(-80px); /* Start from right */
    transition: opacity 1s ease, transform 1s ease;
}

.appear-scroll-left-2.animate {
    opacity: 1;
    transform: translateX(0); /* Move to its original position */
}

.appear-scroll-left-3 {
    opacity: 0;
    transform: translateX(80px); /* Start from right */
    transition: opacity 1s ease, transform 1s ease;
}

.appear-scroll-left-3.animate {
    opacity: 1;
    transform: translateX(0); /* Move to its original position */
}


.appear-scroll-left-4 {
    opacity: 0;
    transform: translateX(80px); /* Start from right */
    transition: opacity 1s ease, transform 1s ease;

}

.appear-scroll-left-4.animate {
    opacity: 1;
    transform: translateX(0); /* Move to its original position */
}


.appear-simple-14-bis {
    opacity: 0;
    transform: translateX(80px); /* Start from right */
    transition: opacity 1s ease, transform 1s ease;
}

.appear-simple-14-bis.animate {
    opacity: 1;
    transform: translateX(0); /* Move to its original position */
}


.section_info_docu_area {
    border-radius: 10px;
    background-color: #fff;
    margin: auto;
    line-height: 40px;
    min-height: 20px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
}

.documentation-arrow-area {
	background-color:var(--corporative);
	color:white;
	border-radius:10px;
	padding:10px;
	text-align:center;
}
.documentation-arrow-area:hover {
	background-color:var(--corporative2);
	color:white!important;
}

.section_info_docu_area a:hover {
    color: var(--corporative);
}

.section_info_docu_area:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.card-min-h-about {
	min-height:320px;
}

.bolder {
	font-weight: bolder;
} 


.private-area-info-upload
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-primary {
    color: var(--corporative)!important;
}

#form-doc-bottom {
	background-color: #e2f0f1;
	padding:1.5rem;
	border-radius: 10px;
}


#btn-doc-load {
	margin-top:-5.6rem;
	margin-top: -7rem;
	border:2px solid var(--corporative);
}

.border-left-special {
	border-left:2px solid #ced4da;
	padding-left:3rem;
}

@media (min-width: 992px){
	.text-shadow-light {
		text-shadow: 0px 0px 10px #696969;;
	}

	}
@media (max-width: 1750px) {
		.lineas-actuacion .icon {
			left: 1.3rem;
		}
	}


@media (max-width: 1600px) {
	.carrusel-multiple-slider-1 .splide__arrow--prev {
		margin-left: -5rem;
		height: 3rem;
		width: 3rem;
	}

	.carrusel-multiple-slider-2 .splide__arrow--prev {
		margin-left: -3.5rem;
		height: 2rem;
		width: 2rem;
	}

	.carrusel-multiple-slider-2 .splide__arrow--next {
		margin-right: -1rem;
		height: 2rem;
		width: 2rem;
	}
	.lineas-actuacion .icon {
		left: 1.1rem;
	}
}

@media (max-width: 1500px) {
	.img-home-hightlighted-2 {
		transform: scale(1.1);
		padding-top: 5%;
	}
}

@media (max-width: 1400px) {
	.carrusel-multiple-slider-1 {
		margin-left: calc((100% - 1140px)/2);
	}

	.carrusel-multiple-slider-2 {
		padding-left: calc((100% - 1140px)/2);
		padding-right: calc((100% - 1140px)/2);
	}

	.carrusel-multiple-slider-2 .splide__arrow--prev {
		margin-left: 0rem;
		height: 4rem;
		width: 4rem;
	}

	.carrusel-multiple-slider-2 .splide__arrow--next {
		margin-right: 0rem;
		height: 4rem;
		width: 4rem;
	}

	.img-home-hightlighted-2 {
		transform: scale(1);
		padding-top: 0%;
	}

	.bubble-1-about {
		font-size: 1.1rem;
		line-height: 1.3rem;
		border-radius: 50%;
		border: 2px solid var(--corporative);
		text-align: center;
		height: 250px;
		width: 250px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 45%;
	}

	.bubble-2-about {
		font-size: 1.1rem;
		line-height: 1.3rem;
		border-radius: 50%;
		border: 2px solid var(--corporative);
		text-align: center;
		height: 300px;
		width: 300px;
		padding-top: 30%;
		margin-top: -40px;
	}

	.bubble-3-about {
		font-size: 1.1rem;
		line-height: 1.3rem;
		border-radius: 50%;
		border: 2px solid var(--corporative);
		text-align: center;
		height: 250px;
		width: 250px;
		padding-top: 45%;
		padding-left: 30px;
		padding-right: 30px;
		margin-top: -40px;
	}

	.bubble-4-about {
		font-size: 1.1rem;
		line-height: 1.3rem;
		border-radius: 50%;
		border: 2px solid var(--corporative);
		text-align: center;
		height: 250px;
		width: 250px;
		padding-top: 37%;
		padding-left: 30px;
		padding-right: 30px;
		margin-left: -10px;
	}
	label.profile-camera-edit {
		margin-top:-120px;
		margin-left:20px;
	}
}

@media (max-width: 1430px) {
	.lineas-actuacion .general-container {
		width: 90vw;
	}
.lineas-actuacion .icon {
	left: 1.2rem;
}
}

@media (max-width: 1200px) {
	.carrusel-multiple-slider-1 {
		margin-left: 0;
	}

	.carrusel-multiple-slider-2 {
		padding-left: calc((100% - 960px)/2);
		padding-right: calc((100% - 960px)/2);
	}

	.rem7 {
		font-size: 5rem;
		line-height: 5.5rem;
	}

	.rem5 {
		font-size: 4rem;
		line-height: 4.5rem;
	}

	.rem4 {
		font-size: 2.8rem;
		line-height: 3.2rem;
	}

	.rem3 {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.rem2 {
		font-size: 1.5rem;
		line-height: 1.8rem;
	}

	.rem1-5 {
		font-size: 1.3rem;
		line-height: 1.6rem;
	}

	.rem1-3 {
		font-size: 1.1rem;
		line-height: 1.5rem;
	}

	.rem1-2 {
		font-size: 1.1rem;
		line-height: 1.5rem;
	}

	.rem1-1 {
		font-size: 1rem;
		line-height: 1.4rem;
	}

	.img-home-hightlighted {
		transform: scale(1.2);
		padding-right: 8%;
		margin-top: -1.5rem;
	}

	.text-extra-space-section {
		margin-top: 6rem;
	}

	.mt-10 {
		margin-top: 6rem;
	}

	.mt-7 {
		margin-top: 5rem;
	}

	.mb-10 {
		margin-bottom: 6rem;
	}

	.pt-7 {
		padding-top: 5rem;
	}

	.ps-7 {
		padding-left: 2rem;
	}

	.pb-7 {
		padding-bottom: 5rem;
	}

	.carrusel-multiple-slider-1 .splide__arrow--prev {
		display: none;
	}

	.bubble-1-about {
		font-size: 1.1rem;
		line-height: 1.3rem;
		border-radius: 50%;
		border: 2px solid var(--corporative);
		text-align: center;
		height: 220px;
		width: 220px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 38%;
	}

	.bubble-2-about {
		font-size: 1.1rem;
		line-height: 1.3rem;
		border-radius: 50%;
		border: 2px solid var(--corporative);
		text-align: center;
		height: 290px;
		width: 290px;
		padding-top: 40%;
		margin-top: -40px;
	}

	.bubble-3-about {
		font-size: 1.1rem;
		line-height: 1.3rem;
		border-radius: 50%;
		border: 2px solid var(--corporative);
		text-align: center;
		height: 220px;
		width: 220px;
		padding-top: 38%;
		padding-left: 30px;
		padding-right: 30px;
		margin-top: -40px;
	}

	.bubble-4-about {
		font-size: 1.1rem;
		line-height: 1.3rem;
		border-radius: 50%;
		border: 2px solid var(--corporative);
		text-align: center;
		height: 220px;
		width: 220px;
		padding-top: 30%;
		padding-left: 30px;
		padding-right: 30px;
		margin-left: 10px;
	}

	.img-logo-cab {
		max-width: 130px;
		height: auto;
	}

	nav .nav-link {
		font-size: 0.9rem;
	}

	.bg-white {
		background:white;
	}

	.bg-blue-corporative-gradient {
		background: rgb(0, 128, 154);
		background: -moz-linear-gradient(180deg, rgb(255, 255, 255) 85%, rgba(248, 249, 250, 1) 85%);
		background: -webkit-linear-gradient(180deg, rgba(0, 128, 154, 1) 85%, rgba(248, 249, 250, 1) 85%);
		background: linear-gradient(180deg, rgba(0, 128, 154, 1) 85%, rgba(248, 249, 250, 1) 85%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00809a", endColorstr="#ffffff", GradientType=1);
	}

	.map-iberia .pulse-spinner {
		height: 12px;
		width: 12px;
	}

	.map-iberia .pulse-spinner::after {
		width: 12px;
		height: 12px;
	}

	.map-iberia #touchpoint_1 {
		top: -30%;
		left: 60%;
	}

	.map-iberia #touchpoint_2 {
		top: -34%;
		left: 53%;
	}

	.map-iberia #touchpoint_3 {
		top: -40%;
		left: 47%;
	}

	.map-iberia #touchpoint_4 {
		top: -50%;
		left: 43%;
	}

	.map-iberia #touchpoint_1 {
		top: -25%;
		left: 60%;
		position: relative;
	}

	.map-iberia #touchpoint_2 {
		top: -27%;
		left: 53%;
		position: relative;
	}

	.map-iberia #touchpoint_3 {
		top: -32%;
		left: 47%;
		position: relative;
	}

	.map-iberia #touchpoint_4 {
		top: -40%;
		left: 43%;
		position: relative;
	}
	
	.splide__slide img.img-fluid  {
		max-height: 220px;
		width:100%;
		object-fit: cover;
	}
	label.profile-camera-edit {
		margin-top:-225px;
		margin-left:20px;
	}
	.card-min-h-about {
		min-height:320px;
	}
	.lineas-actuacion .general-container {
		width: 95vw;
	}
	.lineas-actuacion .icon {
		left: 1.1rem;
	}
}

@media (max-width: 1050px) {
	.lineas-actuacion .icon {
		left: 0.9rem;
	}
}

@media (max-width: 991px) {
	.mt-10 {
		margin-top: 6rem;
	}

	.mt-7 {
		margin-top: 4rem;
	}

	.mb-10 {
		margin-bottom: 6rem;
	}

	.ps-7 {
		padding-left: 2rem;
	}

	.pt-7 {
		padding-top: 4rem;
	}

	.pb-7 {
		padding-bottom: 4rem;
	}

	.img-home-hightlighted {
		transform: scale(1);
		padding-right: 0%;
		margin-top: 0;
	}

	.text-extra-space-section {
		margin-top: 0rem;
	}

	.img-home-hightlighted-2 {
		padding-top: 5%;
	}

	.bubble-1-about {
		font-size: 1.3rem;
		line-height: 1.6rem;
		border-radius: 50%;
		border: 2px solid var(--corporative);
		text-align: center;
		height: 300px;
		width: 300px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 38%;
		margin-left: 30px;
	}

	.bubble-2-about {
		font-size: 1.3rem;
		line-height: 1.6rem;
		border-radius: 50%;
		border: 2px solid var(--corporative);
		text-align: center;
		height: 360px;
		width: 360px;
		padding-top: 40%;
		margin-top: -40px;
		margin-left: 30px;
	}

	.bubble-3-about {
		font-size: 1.3rem;
		line-height: 1.6rem;
		border-radius: 50%;
		border: 2px solid var(--corporative);
		text-align: center;
		height: 300px;
		width: 300px;
		padding-top: 38%;
		padding-left: 30px;
		padding-right: 30px;
		margin-top: -40px;
		margin-left: 30px;
	}

	.bubble-4-about {
		font-size: 1.3rem;
		line-height: 1.6rem;
		border-radius: 50%;
		border: 2px solid var(--corporative);
		text-align: center;
		height: 300px;
		width: 300px;
		padding-top: 30%;
		padding-left: 50px;
		padding-right: 50px;
		margin-left: -20px;
	}

	nav .nav-item {
		width: 100%;
	}

	nav .nav-item.btbm-gray {
		border-bottom: 1px solid rgb(212, 212, 212);
	}

	.card-project-a {
		height: 250px;
	}

	.member-equal-logo {
		height: auto;
	}

	.map-iberia #touchpoint_1 {
		top: -30%;
		left: 60%;
	}

	.map-iberia #touchpoint_2 {
		top: -33%;
		left: 53%;
	}

	.map-iberia #touchpoint_3 {
		top: -39%;
		left: 47%;
	}

	.map-iberia #touchpoint_4 {
		top: -48%;
		left: 43%;
	}

	.carrusel-multiple-slider-2 {
		padding-left: calc((100% - 720px)/2);
		padding-right: calc((100% - 720px)/2);
	}

	.carrusel-multiple-slider-2 .splide__arrow--prev {
		display: none;
	}

	.carrusel-multiple-slider-2 .splide__arrow--next {
		display: none;
	}

	.accordion-project-1-test .accordion-button {
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
    .bg-doble-space {
        background: #00809a;
    }
	.col-lg-5-5 {
		flex: 0 0 auto;
		width: 100%;
	}
	.splide__slide img.img-fluid  {
		max-height: 180px;
		width:100%;
		object-fit: cover;
	}
	.image-input-wrapper {
		width:100%;
		min-height:350px;
	}
	label.profile-camera-edit {
		margin-top: -125px;
		margin-left: 20px;
	}
		.card-min-h-about {
		min-height:150px;
	}
	.border-left-special {
		border-left:0px solid #ced4da;
		padding-left:0;
	}
	#form-doc-bottom {
		padding: 1.5rem 0rem;
	}
	.lineas-actuacion .content{
	min-height: 300px;
    width: 100%;
	border-radius:15px;
	margin-bottom: 15px;
	}
	.lineas-actuacion .general-container {
		display:inline;
		height: auto;
	}

	.lineas-actuacion .card-title {
		font-size: 1rem;
		line-height:1.2rem;
		position: inline;
		transition: none;
		
		padding:0 20px;
		white-space: normal!important;
		opacity: 1;
		width: 100%;
		left: 0rem;
		border-radius:15px;
		transform: translateX(0rem);
	  }
	  
	  .lineas-actuacion  .radio:checked + .content {
		flex: inline;
		white-space: normal!important;
		border-radius:15px;
	  }
	  
	  .lineas-actuacion  .radio:checked + .content > .card-title {
		opacity: 1;
		transform: none;
		white-space: normal!important;
		left: 0.5rem;
		border-radius:15px;
	  }

	  .lineas-actuacion .icon {
		left: 0.9rem;
		top: 1rem;
	}
	.card-objetives-about {
		min-height: 250px;
	}

	.card-temporada:nth-child(odd) {
		padding-right: 0;
		padding-bottom: 25px;
	}
	
	.card-temporada:nth-child(even) {
		padding-left: 0;
		padding-bottom: 25px;
	}

}

@media (max-width: 768px) {
	.rem7 {
		font-size: 3.5rem;
		line-height: 4rem;
	}

	.rem5 {
		font-size: 3rem;
		line-height: 3.5rem;
	}

	.rem4 {
		font-size: 2rem;
		line-height: 2.3rem;
	}

	.rem3 {
		font-size: 1.8rem;
		line-height: 2.1rem;
	}

	.rem2 {
		font-size: 1.3rem;
		line-height: 1.8rem;
	}

	.rem1-5 {
		font-size: 1.3rem;
		line-height: 1.6rem;
	}

	.rem1-3 {
		font-size: 1rem;
		line-height: 1.3rem;
	}

	.rem1-2 {
		font-size: 1rem;
		line-height: 1.4rem;
	}

	.rem1-1 {
		font-size: 0.8rem;
		line-height: 1.1rem;
	}

	a.btn-outline-white,
	a.btn-outline-black,
	.btn-blue,
	.btn-blue-border {
		font-size: 0.8rem;
		line-height: 1.1rem;
	}
	button#submit-profile.btn-blue {
		font-size: 1rem;
		line-height: 1.1rem;
	}
	.ps-7 {
		padding-left: 0rem;
	}

	.pt-7 {
		padding-top: 3rem;
	}

	.pb-7 {
		padding-bottom: 3rem;
	}

	.name-project-ellipse {
		min-height: auto;
		padding-bottom: 20px;
		-webkit-line-clamp: 5;
	}

	.border-top-black.border-top-black-no-mobile {
		border-top: 0px solid black;
	}

	.bubble-1-about {
		font-size: 1.1rem;
		line-height: 1.3rem;
		border-radius: 50%;
		border: 2px solid var(--corporative);
		text-align: center;
		height: 220px;
		width: 220px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 38%;
		margin-left: 30px;
	}

	.bubble-2-about {
		font-size: 1.1rem;
		line-height: 1.3rem;
		border-radius: 50%;
		border: 2px solid var(--corporative);
		text-align: center;
		height: 280px;
		width: 280px;
		padding-top: 40%;
		margin-top: -40px;
		margin-left: 30px;
	}

	.bubble-2-about img {
		max-width: 80%;
	}

	.bubble-3-about {
		font-size: 1.1rem;
		line-height: 1.3rem;
		border-radius: 50%;
		border: 2px solid var(--corporative);
		text-align: center;
		height: 220px;
		width: 220px;
		padding-top: 38%;
		padding-left: 30px;
		padding-right: 30px;
		margin-top: -40px;
		margin-left: 30px;
	}

	.bubble-4-about {
		font-size: 1.1rem;
		line-height: 1.3rem;
		border-radius: 50%;
		border: 2px solid var(--corporative);
		text-align: center;
		height: 220px;
		width: 220px;
		padding-top: 30%;
		padding-left: 50px;
		padding-right: 50px;
		margin-left: -10px;
	}

	#logo-promotores-home .img-logo-home {
		max-height: 120px;
		height: auto;
		width: auto;
		max-width: 180px;
	}

	#logo-colaboradores-home .img-logo-home {
		max-height: 70px;
		height: auto;
		width: auto;
		max-width: 100px;
	}

	.mobile-footer .text-left {
		text-align: center;
	}

	.mobile-footer .text-right {
		text-align: center;
	}

	.border-top-white-mobile {
		border-top: 1px solid white;
	}

	.selector-projects {
		max-width: 45%;
	}

	.map-iberia #touchpoint_1 {
		top: -31%;
		left: 61%;
	}

	.map-iberia #touchpoint_2 {
		top: -34%;
		left: 53%;
	}

	.map-iberia #touchpoint_3 {
		top: -40%;
		left: 47%;
	}

	.map-iberia #touchpoint_4 {
		top: -49%;
		left: 43%;
	}

	.carrusel-multiple-slider-2 {
		padding-left: calc((100% - 540px)/2);
		padding-right: calc((100% - 540px)/2);
	}
	.selector-filters-section {
		padding:1rem;
		border-top:1px solid white;
	}
	.container-profile-name {
		margin-top:9rem;
	}
	.busqueda-tabs-anchor .nav-pills .nav-link,
	.busqueda-tabs-anchor .nav-pills .nav-link.active,
	.busqueda-tabs-anchor .nav-pills .show>.nav-link {
		border-radius: 3rem;
		padding: 0.7rem 1.5rem;
		font-size: 0.8rem;
		line-height: 1.1rem;
	}
	.splide__slide img.img-fluid  {
		max-height: 250px;
		width:100%;
		object-fit: cover;
	}
	.card-min-h-about {
		min-height: 100px;
	}
}

@media (max-width: 576px) {


	.documentation-arrow-area {
		border-radius:10px;
	}
	
	.mt-10 {
		margin-top: 3rem;
	}

	.mt-7 {
		margin-top: 2rem;
	}

	.mb-10 {
		margin-bottom: 3rem;
	}

	.bubble-1-about {
		font-size: 1rem;
		line-height: 1.2rem;
		border-radius: 50%;
		border: 2px solid var(--corporative);
		text-align: center;
		height: 160px;
		width: 160px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 33%;
		margin-left: 30px;
	}

	.bubble-2-about {
		font-size: 1rem;
		line-height: 1.2rem;
		border-radius: 50%;
		border: 2px solid var(--corporative);
		text-align: center;
		height: 220px;
		width: 220px;
		padding-top: 40%;
		margin-top: -40px;
		margin-left: 30px;
	}

	.bubble-2-about img {
		max-width: 90%;
	}

	.bubble-3-about {
		font-size: 1rem;
		line-height: 1.2rem;
		border-radius: 50%;
		border: 2px solid var(--corporative);
		text-align: center;
		height: 160px;
		width: 160px;
		padding-top: 35%;
		padding-left: 30px;
		padding-right: 30px;
		margin-top: -40px;
		margin-left: 30px;
	}

	.bubble-4-about {
		font-size: 1rem;
		line-height: 1.2rem;
		border-radius: 50%;
		border: 2px solid var(--corporative);
		text-align: center;
		height: 160px;
		width: 160px;
		padding-top: 25%;
		padding-left: 30px;
		padding-right: 30px;
		margin-left: 20px;
	}

	#logo-promotores-home .img-logo-home {
			max-height: 80px;
			height: auto;
			width: auto;
			max-width: 130px;
	}

	#logo-colaboradores-home .img-logo-home {
		max-height: 60px;
		height: auto;
		width: auto;
		max-width: 80px;
	}
	.container-profile-name {
		margin-top:9rem;
	}
}

