/* general */
:root {
	--header_height: 80px;
}
html {
	color:#1F2936;
}
.tm-page {
	border-width:0 !important;
}


@media (min-width:961px) {
	.h1,
	.uk-h1, 
	h1 {
		font-size: 54px;
		line-height: 1.1;
	}
	
	.h2, 
	.uk-h2,
	 h2 {
		font-size: 42px;
		line-height: 1.1;
	}
	
	.h3, 
	.uk-h3,
	 h3 {
		font-size: 32px;
		line-height: 1.1;
	}
}

@media (max-width:960px) {
	.h1,
	.uk-h1, 
	h1 {
		font-size: 40px;
		line-height: 1.1;
	}
	
	.h2, 
	.uk-h2,
	 h2 {
		font-size: 32px;
	}
	
	.h3, 
	.uk-h3,
	 h3 {
		font-size: 24px;
	}
}

.heading_thin * {
	font-weight: 400;
}

.heading_thin b,
.heading_thin strong,
b,
strong {
	font-weight: 600;
}


.bg-primary {
	background-color:#7db65b !important;
}

.bg-secondary {
	background-color:#00519F !important;
}

.bg-tertiary {
	background-color:#002D35 !important;
}

.bg-light {
	background-color:#F5F5F5 !important;
}

.link-arrow-green {
	background-image:url('../img/icon-arrow-next-green.svg');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:45px;
	background-size: 28px auto;
	font-size: 20px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	color:#7db65b !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
}

.link-arrow-green:hover {
	margin-left:10px;
}


@media (min-width: 961px) {
	.section-less-large .uk-container {
		padding-left: 100px;
	    padding-right: 100px;
	}
}

.bg-gray {
	background-color:#E5E2E2;
}


@media (min-width: 961px) {
	.content-padding {
		padding:100px;
	}
}


@media (max-width: 960px) {
	.content-padding {
		padding:30px;
	}
}


.pb-10 {
	padding-bottom:10px !important;
}

.pb-20 {
	padding-bottom:20px !important;
}

.pb-30 {
	padding-bottom:30px !important;
}

.pb-40 {
	padding-bottom:40px !important;
}
.pb-40 {
	padding-bottom:40px !important;
}

.pb-50 {
	padding-bottom:50px !important;
}

.pb-60 {
	padding-bottom:60px !important;
}

.pb-70 {
	padding-bottom:70px !important;
}

.pb-80 {
	padding-bottom:80px !important;
}

.pb-90 {
	padding-bottom:90px !important;
}

.pb-100 {
	padding-bottom:100px !important;
}


.pt-10 {
	padding-top:10px !important;
}

.pt-20 {
	padding-top:20px !important;
}

.pt-30 {
	padding-top:30px !important;
}

.pt-40 {
	padding-top:40px !important;
}
.pt-40 {
	padding-top:40px !important;
}

.pt-50 {
	padding-top:50px !important;
}

.pt-60 {
	padding-top:60px !important;
}

.pt-70 {
	padding-top:70px !important;
}

.pt-80 {
	padding-top:80px !important;
}

.pt-90 {
	padding-top:90px !important;
}

.pt-100 {
	padding-top:100px !important;
}



/* header */
.tm-toolbar {
	padding-top:5px;
	padding-bottom:5px;
	background-color:#00519F !important;
}
.tm-toolbar .uk-subnav>*>:first-child,
.tm-toolbar .mod-languages {
	font-size: 16px;
}

@media (max-width:1240px) { 
	.tm-toolbar .uk-subnav>*>:first-child,
	.tm-toolbar .mod-languages {
		font-size: 15px;
	}
	
	.tm-toolbar .item-340 {
		max-width: 146px;
		text-indent: -4px;
	}
	
	.tm-toolbar .item-340 .uk-icon {
		display: none;
	}
}

.uk-dropdown .uk-nav li {
	margin-bottom:7px;
}

.tm-toolbar-default a:hover {
	color:#7db65b;
}

@media (max-width:960px) { 
	.uk-navbar-item, 
	.uk-navbar-nav>li>a, 
	.uk-navbar-toggle{
		min-height: 70px;
	}
	
	.uk-navbar .uk-logo img {
		max-width: 160px;
	}
}



.tm-toolbar > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:20px;
}


.toolbar_left,
.toolbar_right {
	flex-basis: 500px;
}

.toolbar_right .uk-subnav {
	justify-content: flex-end;
}

.toolbar_center {
	flex-basis: 240px;
	justify-content: center;
	display: flex;
}

.toolbar_center .logo_header {
	max-width: 100%;
}

.toolbar_left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:15px;
}

.toolbar_left > div:first-child {
	margin-right: 10px;
}

@media (max-width:1100px) { 
	.toolbar_left {
		gap:10px;
	}
}

.tm-toolbar .toolbar_left .uk-subnav li,
.tm-toolbar .toolbar_right .uk-subnav li {
	padding-left:5px;
}



@media (max-width:1200px) { 
	.toolbar_center {
		flex-basis: 180px;
	}
}

@media (max-width:1100px) { 
	.toolbar_right .uk-subnav li {
		padding-left:0;
	}
}




/* hero */
@media (min-width:961px) {
	.home_hero .uk-slideshow-items {
		height: calc(100vh - var(--header_height));
	}
}

@media (max-width:960px) {
	.home_hero .uk-slideshow-items {
		aspect-ratio:auto !important;
		min-height: 500px !important;
	}
}


.home_hero .uk-position-cover {
	padding:0;
	
}

@media (min-width:961px) {
	.home_hero .uk-position-cover {
		left:60px;
	}
}


.home_hero .el-overlay {
	/*
	background-image:url('../img/hero_bg.svg');	
	background-size: auto 120%;
	background-repeat: no-repeat;
	background-position: right center;
	*/
	background:rgba(117, 176, 83, 0.78);
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    
}

@media (min-width:961px) {
	.home_hero .el-overlay {
		padding-left:60px;
		padding-right: 60px;
		max-width: 560px;
	}
}

@media (max-width:960px) {
	.home_hero .el-overlay {
		padding-left:30px;
		padding-right: 30px;
		max-width: 100%;
	}
}



.home_hero h1,
.home_hero h2,
.home_hero h3 {
	font-weight:200;
	line-height: 1;
	max-width: 96%;
}

@media (min-width:961px) {
	.home_hero h1,
	.home_hero h2,
	.home_hero h3 {
		font-size:60px;
	}
}

@media (max-width:960px) {
	.home_hero h1,
	.home_hero h2,
	.home_hero h3 {
		font-size:40px;
	}
}
.home_hero h1 strong,
.home_hero h2 strong,
.home_hero h3 strong {
	font-weight: 500;
}

@media (min-width:961px) {
	.home_hero p {
		font-size: 22px;
	}
}


@media (max-width:960px) {
	.home_hero p {
		font-size: 18px;
	}
}


.home_hero h1,
.home_hero h2,
.home_hero h3,
.home_hero p ,
.home_hero .el-link,
.link-arrow-white .el-link {
	color:white;
}

.home_hero .el-link,
.link-arrow-white .el-link {
	background-image:url('../img/icon-arrow-next-white.svg');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:45px;
	background-size: 32px auto;
	transition: all 0.3s ease;
	text-transform: uppercase;
}



@media (min-width:961px) {
	.home_hero .el-link {
		font-size: 20px;
	}
}

@media (max-width:960px) {
	.home_hero .el-link {
		font-size: 18px;
	}
}


.home_hero .el-link:hover,
.link-arrow-white .el-link:hover {
	margin-left:10px;
}





/* home teasers */
.section_home_teasers .uk-panel {
	height: 100%;
}

.home-teaser {
	padding:50px;
}

.home-teaser.bg-primary *,
.home-teaser.bg-tertiary * {
	color:white;
}

.home-teaser.bg-image * {
	color:#1F2936;
}

.home-teaser .uk-padding {
	padding-left:0;
	padding-right: 0;
	padding-bottom:0;
}




/* home news */
.noticiasnuevomodulo a {
	letter-spacing: 0 !important;
}

.noticiasnuevomodulo .element-itemname.first {
	min-height: inherit !important;
	margin-bottom:30px;
}

.noticiasnuevomodulo.swiper-slide {
	height: auto !important;
}

.noticiasnuevomodulo .layout-layout3  {
	height: 100%;	
	display: flex;
    flex-direction: column;
}

.noticiasnuevomodulo .layout-layout3 .description {
	height: 100%;
	margin-top: -15px;
	padding: 25px 50px !important;
	display: flex;
    flex-direction: column;
}

.noticiasnuevomodulo .layout-layout3 .element-itemmodified {
	margin-top:30px;
}

.noticiasnuevomodulo .layout-layout3 .element-itemlink {
	margin-top:auto;
}

@media (max-width:960px) {
	#noticias-publicaciones .swiper-pagination {
		position: relative;
	}
}


/* home slideshow equipo */
.slideshow-equipo img[uk-cover] {
	object-position: bottom right;
}

.slideshow-equipo .uk-dotnav>*>* {
	background-color:#3D3D3D;
}

.slideshow-equipo .uk-dotnav>.uk-active>* {
	background:white;
	border-color:white;
}



/* home publicaciones */
.section-home-publicaciones .uk-section {
	background-size: 26% auto;
	background-position: -7% 111%;
	padding-bottom:140px !important;
}


@media (min-width:961px) {
	.section-home-publicaciones .main-img {
		margin-left:80px;
	}
}

@media (max-width:960px) {
	.section-home-publicaciones .main-img {
		margin-bottom:40px;
	}
}




/* home eventos */
.panel-home-evento {
    height: 100%;
}

@media (min-width:961px) {
	.panel-home-evento {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		padding:80px 50px;
		column-gap: 40px;
	}
}

@media (max-width:960px) {
	.panel-home-evento {
		display: flex;
		flex-direction: column;
		padding:30px;
		gap:20px;
	}
}

.panel-home-evento .el-title {
	font-weight: 400;
}

@media (min-width:961px) {
	.panel-home-evento .el-title {
		grid-column: 1 / 4;
		padding-bottom: 30px;
	}
}

.panel-home-evento .el-title ,
.panel-home-evento .el-content {
	color:white;
}

@media (max-width:960px) {
	.panel-home-evento .el-content {
		margin-bottom:20px;
	}
	
	.panel-home-evento img {
		max-width: 160px;
	}
}

@media (min-width:961px) {
	.panel-home-evento > div:last-child {
		grid-column: 2 / 2;
		z-index: 1;
	}
}






/* hero panel */
@media (min-width:961px) {
	.section-hero > div {
		max-height: calc(100vh - var(--header_height));
	}
	
	.section-hero.small > div {
		max-height: 700px;
	}
}

.section-hero .uk-first-column > div {
	height: 100%;
	display: flex;
    flex-direction: row;
}

@media (min-width:961px) {
	.section-hero .uk-first-column > div {
		 align-items: center;
	}
}


@media (max-width:960px) {
	.section-hero .uk-first-column > div {
		 align-items: center;
	}
	.section-hero .uk-first-column + div {
		display: none;
	}
}

.hero-panel-circle-green {
	background:rgba(100, 168, 60, 0.6);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	aspect-ratio: 1;
	justify-content: center;
	position: relative;
	margin-bottom:0;
}

@media (min-width:961px) {
	.hero-panel-circle-green {
		height: 90%;
		padding:100px;
	}
	
	.section-hero.small .hero-panel-circle-green.small {
		height: 500px;
	}
	.hero-panel-circle-green.small {
		padding:70px;
	}
}

@media (max-width:960px) {
	.hero-panel-circle-green {
		padding:50px;
		text-align: center;
	}
}

.hero-panel-circle-green h1,
.hero-panel-circle-green {
	color:white;
}

.hero-panel-circle-green h1 {
	font-weight: 400;
}

@media (max-width:960px) {
	.hero-panel-circle-green h1 {
		font-size: 30px;
	}	
}

.hero-panel-circle-green .el-content {
	font-size: 20px;
}

@media (min-width:961px) {
	.hero-panel-circle-green:after {
		content:' ';
		position: absolute;
		width: 16vw;
		height: 16vw;
		border-radius: 50%;
		background:rgba(0, 81, 159, 0.6);
		left: 85%;
		bottom:3%;
	}
}



@media (min-width:961px) {
	.hero-panel-circle-green.text-small * {
		font-size:32px;
	}
}

@media (max-width:960px) {
	.hero-panel-circle-green.text-small * {
		font-size:24px;
	}
}



/* grid secciones productos */
.grid-secciones-productos .el-item {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.grid-secciones-productos .uk-text-meta {
	letter-spacing: 0;
	font-weight: 400;
	font-size: 20px;
	display: flex;
	height: 100%;
}

.grid-secciones-productos .uk-text-meta {
	max-width: 340px;
}
.grid-secciones-productos .el-content {
	max-width: 500px;
	margin-top:auto;
}




/* sección suscripción */
.seccion-suscripcion {
	background-image:url('../img/Fondo-Newsletter.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top:100px;
	padding-bottom:100px;
	text-align: center;
}

.seccion-suscripcion .title {
	font-weight: 400;
	max-width: 800px;
	margin:0 auto 30px auto;
}

.seccion-suscripcion .title strong,
.seccion-suscripcion .title b {
	color:#7db65b;
}




/* nuestra esencia */
.grid-secciones-esencia .el-content {
	color:#7db65b;
}

.grid-esencia{
	max-width: 1200px;
	margin-left:auto;
	margin-right: auto;
}




/* panel light */

.panel-light {
	background-color:#F2F2F2;	
	padding:50px ;
	height: 100%;
	display: flex;
    flex-direction: column;
}


.panel-light .el-content {
	color:#7bb55a;	
	margin-bottom:40px;
}

.panel-light.text-gray .el-content {
	color: #1F2936;
}

.panel-light:hover {
	background-color:#7bb55a;	
}

.panel-light:hover .el-title ,
.panel-light:hover .el-content,
.panel-light:hover .el-meta {
	color:#fff;	
}

.panel-light:hover .el-link:not(:hover) {
	background-color:#fff;	
	border-color:#fff;	
	color:#3D3D3D;
}

.panel-light:hover .el-link:hover {
	border-color:#5e9241;	
}

.panel-light:hover img {
	filter: brightness(0) invert(1);
}

.panel-light > div:last-child {
	margin-top:auto !important;
}

.panel-light .el-meta {
	color: var(--bs-primary);
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	padding-top:0;
}

.panel-light.img-small img {
	height: 80px;
}

.panel-light.icon-text * {
	text-align: center;
}

.panel-light.icon-text img {
	margin-left:auto;
	margin-right: auto;
}

.panel-light.icon-text .el-title {
	text-transform: uppercase;
	color: var(--bs-primary);
	font-weight: 400;
}

.panel-light.icon-text:hover .el-title {
	text-transform: uppercase;
	color: white;
	
}

.grid-panel-light h3.el-title {
	font-size: 28px;
}






/* grid últimas novedades */

.grid-ultimos-eventos > div:nth-child(1),
.grid-ultimos-eventos > div:nth-child(4),
.grid-ultimos-eventos > div:nth-child(5),
.grid-ultimos-eventos > div:nth-child(8),
.grid-ultimos-eventos > div:nth-child(9) {
	background-color: #002D35;
}

.grid-ultimos-eventos > div:nth-child(2),
.grid-ultimos-eventos > div:nth-child(3),
.grid-ultimos-eventos > div:nth-child(6),
.grid-ultimos-eventos > div:nth-child(7),
.grid-ultimos-eventos > div:nth-child(10) {
	background-color: var(--bs-primary);
}

.grid-ultimos-eventos .uk-panel {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding:80px 50px;
    height: 100%;
    column-gap: 40px;
    
}

.grid-ultimos-eventos .uk-panel h3 {
	grid-column: 1 / 4;
	font-weight: 400;
	color:white;
	padding-bottom:20px;
	
}

.grid-ultimos-eventos .uk-panel h3 a {
	color:white;
}

.grid-ultimos-eventos .uk-panel {
	color:white;
}

.grid-ultimos-eventos .uk-panel p:nth-of-type(1) {
	grid-column: 1 / 1;
}

.grid-ultimos-eventos .uk-panel > h3 + div + div + p {
	grid-column: 2 / 2 !important;
	z-index: 1;
}

@media (min-width:961px) {
	.grid-ultimos-eventos .uk-panel > h3 + div + div + p {
		margin-top:-50px;
	}
}

.grid-ultimos-eventos .uk-panel * {
	text-align: left !important;
	margin-bottom:0;
}

.grid-ultimos-eventos .uk-panel .uk-button {
	background-image:url('../img/icon-arrow-next-white.svg');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:45px;
	background-size: 32px auto;
	transition: all 0.3s ease;
	text-transform: uppercase;
	color:white;
}

.grid-ultimos-eventos .uk-panel .uk-button:hover{
	margin-left:10px;
}

.grid-ultimos-eventos > div {
	margin-top:0 !important;
}





/* estrés heading */
.estres_heading {
	background: #F5F5F5;
}
.estres_heading h1 {
	margin:0 auto;	
}

.estres_heading div + h1:before {
	content:' ';
	display: block;
	width: 60px;
	height: 1px;
	border-top:1px solid #707070;
	margin:20px auto;
}




/* estrés main section */
.estres_main_section {
	background-color: var(--bs-primary);
	color:white;
}

.estres_main_section * {
	color:white;
}



/* video wrapper */
.video_wrapper .uk-width-large {
	width: auto;
}



/* fila amb text i 3 imatges */
.block_text_3_imatges > div > div {
	align-items: center;
}
.block_text_3_imatges_text *{
	font-size:26px;
}

@media (max-width:960px) {
	.block_text_3_imatges_text {
		text-align: center;
	}
	
	.block_text_3_imatges {
		text-align: center;
	}
	
	.block_text_3_imatges img {
		max-width: 70%;
	}
}



/* section header */
.section_header {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.section_header .section_header_pretitle,
.section_header .section_header_pretitle * {
	color: #65b33a !important;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;

}

.section_header .section_header_pretitle:after {
	content: "";
	display: block;
	width: 45px;
	max-width: 100%;
	border-top: 1px solid #4d4d4d;
	vertical-align: top;
	margin:25px auto;
}

.section_header .section_header_title {
	margin-top: 0 !important;
}



/* image overlay dos cercles */
.image_overlay_dos_cercles {
	position: absolute;
	top:0;
	/*max-width:60%;*/
	right:-15%;
	left:auto;
	height: 100%;
	width:50%;
}

.image_overlay_dos_cercles img {
	max-height:80%;
	width:auto;
}



/* btn scroll down */
.btn_scroll_down a {
	background-image:url('../img/arrow_down_white.svg');	
	background-size: auto 50px;
	background-repeat: no-repeat;
	background-position: center calc(100% - 20px);
	display: block;
	border-radius: 30px;
	background-color:#7db65b;
	font-size: 19px;
	line-height: 1.2;
	font-weight: 500;
	color:white !important;
	max-width: 200px;
	margin:0 auto;
	padding:20px 20px 80px 20px;
	transition:all 0.3s;
}

.btn_scroll_down a:hover {
	background-color: #5e9241;
}




/* btn download */
.btn_with_icon a {
	display: block;
	border-radius: 30px;
	background-color:#7db65b;
	font-size: 19px;
	line-height: 1.2;
	font-weight: 500;
	color:white !important;
	max-width: 300px;
	margin:0 auto;
	padding:20px;
	transition:all 0.3s;
}

.btn_with_icon a:hover {
	background-color: #5e9241;
}

.btn_with_icon svg {
	width:50px;
}

.btn_with_icon .uk-icon {
	margin:10px 0 0 0 !important;
	display: block;
}



/* section introduction */
.section_introduction {
	text-align: center;
}

.section_introduction_title,
.section_introduction_title * {
	font-size: 80px;
	line-height: 1.1;
	color:#7db65b;
	font-weight: 500;
}

@media (max-width:768px) {
	.section_introduction_title,
	.section_introduction_title * {
		font-size: 42px;
		font-weight: 600;
	}
}

.section_introduction_description {
	max-width: 900px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom:15px !important;
}

.section_introduction_description,
.section_introduction_description * {
	font-size: 32px;
}

@media (max-width:768px) {
	.section_introduction_description,
	.section_introduction_description * {
		font-size: 24px;
	}
}




/* recaptcha */
.grecaptcha-badge {
	display: none;
}




/* contact form */
.contact_form {
	max-width: 600px;
	margin-left:auto;
	margin-right: auto;
}
.contact_form .gdpr .cf-checkbox-group {
	align-items: flex-start;
	-ms-flex-align: flex-start;
	-webkit-box-align: flex-start;
	
}

.contact_form .gdpr .cf-checkbox-group label {
	font-size:14px;
}

.contact_form .gdpr .cf-checkbox-group input {
	margin-top:2px;
}

.contact_form .gdpr .cf-checkbox-group a {
	color:inherit;
	text-decoration: underline;
}

.contact_form .gdpr .cf-checkbox-group a:hover {
	text-decoration: none;
}

.contact_form .gdpr_notice .cf-control-input{
	font-size: 14px;
}

.contact_form .gdpr_notice .cf-control-input a {
	text-decoration: underline;
}

.contact_form .gdpr_notice .cf-control-input a:hover {
	text-decoration: none;
}


.convertforms button[type="submit"] {
	background-color: #7bb55a !important;
	color: #fff !important;
	border: 1px solid transparent !important;
	padding: 0 25px !important;
	font-family: 'DM Sans' !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	border-radius: 50px !important;
	line-height: 40px !important;
}  


.convertforms.cf-success .cf-response {
	background-color: #7bb55a !important;
} 




/* access global */
.section_access_page + main + .uk-section-muted {
	display: none;
}

.btn.input-password-toggle {
	background-color: #7bb55a;
}

.btn.input-password-toggle:hover {
	background-color: #5e9241;
	border-color: transparent;
	color: white;
}



/* registration form */
.com-users-registration,
.com-users-reset,
.com-users-remind,
.com-users-login {
	max-width: 600px;
	margin-left:auto;
	margin-right: auto;
}

.com-users-registration form > fieldset > legend {
	display: none;
}

.com-users-registration.registration form > fieldset  {
	display: flex;
	flex-direction: column;
}

.com-users-registration.registration form > fieldset > .control-group.field-spacer {
	font-size: 14px;
}

.com-users-registration.registration form label,
.com-users-reset form label,
.com-users-login form label {
	font-size: 16px;
}

.com-users-registration.registration .control-group,
.com-users-reset .control-group,
.com-users-remind .control-group,
.com-users-login .control-group {
	margin-top:0;
}

.com-users-registration.registration .form-control:where(input), 
.com-users-registration.registration .form-select:not([multiple])[size='1'], 
.com-users-registration.registration .form-select:where(select):not([multiple]):not([size]), 
.com-users-registration.registration .uk-input, 
.com-users-registration.registration .uk-select:not([multiple]):not([size]),
.com-users-reset .form-control:where(input),
.com-users-reset .form-select:not([multiple])[size='1'], 
.com-users-reset .form-select:where(select):not([multiple]):not([size]), 
.com-users-reset .uk-input, 
.com-users-reset .uk-select:not([multiple]):not([size]) ,
.com-users-remind .form-control:where(input),
.com-users-remind .form-select:not([multiple])[size='1'], 
.com-users-remind .form-select:where(select):not([multiple]):not([size]), 
.com-users-remind .uk-input, 
.com-users-remind .uk-select:not([multiple]):not([size]),
.com-users-login .form-control:where(input),
.com-users-login .form-select:not([multiple])[size='1'], 
.com-users-login .form-select:where(select):not([multiple]):not([size]), 
.com-users-login .uk-input, 
.com-users-login .uk-select:not([multiple]):not([size]),

 .com-users-profile__edit-form .form-control:where(input), 
 .com-users-profile__edit-form .form-select:not([multiple])[size='1'],
 .com-users-profile__edit-form .form-select:where(select):not([multiple]):not([size]), 
 .com-users-profile__edit-form .uk-input, 
 .com-users-profile__edit-form .uk-select:not([multiple]):not([size])
 {
	color: #757577;
	background-color: rgba(255, 255, 255, 0);
	padding: 0 12px;
	border: solid 1px #cccccc !important;
	border-radius: 3px;
	min-height: 42px !important;
	font-size:16px;
}

.com-users-registration.registration form label .star,
.com-users-reset form label .star,
.com-users-remind form label .star ,
.com-users-login form label .star {
	color: #d73e31;
	font-weight: 400;
}

#jform_com_fields_actividad {
	display: flex;
	gap:20px;
	flex-wrap: wrap;
	margin-left:0 !important;
}

.com-users-registration.registration #jform_com_fields_actividad .form-check form-check-inline {
	display: block;
}

.com-users-registration.registration .form-control-feedback ,
.com-users-reset .form-control-feedback,
.com-users-remind .form-control-feedback ,
.com-users-login .form-control-feedback {
	color: #d73e31;
	display: block;
	font-size: 13px;
}

.com-users-registration.registration .alert.alert-info,
.com-users-reset .alert.alert-info,
.com-users-remind .alert.alert-info,
.com-users-login .alert.alert-info {
	font-size: 14px;
	background-color:#d1f9bc;
	border-color:#c1f6a4;
}

.com-users-registration.registration  .control-label > a,
.com-users-registration.registration  .control-label > a + .star,
.com-users-reset  .control-label > a,
.com-users-reset  .control-label > a + .star,
.com-users-remind  .control-label > a,
.com-users-remind  .control-label > a + .star,
.com-users-login  .control-label > a,
.com-users-login  .control-label > a + .star{
	display: none;
}


#member-profile  {
	max-width: 600px;
}
#member-profile > div:last-child {
	display: none;
} 


/* reset form */
.com-users-reset form > fieldset > legend {
	font-size:18px;
	margin-bottom:40px;
}




/* remind form (forgot username) */
.com-users-remind form > fieldset > legend {
	font-size:18px;
	margin-bottom:40px;
}




/* login form */
.com-users-login__submit {
	margin-top:20px !important;
}

.com-users-login__options {
	display: flex;
	flex-direction: column;
	gap:15px;
	border-top:1px solid #e9e9e9;
	padding-top:45px;
	margin-top:30px;
	justify-content: center;
	align-items: center;
}

.com-users-login__options a{
	border:0;
	padding:0;
	font-size: 16px;
	position: relative;
	padding-left:20px;
}

/*
.com-users-login__options a:before {
	content:' ';
	width:7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	background-color: #7bb55a;
	left:0;
	top:7px;
	transition: all 0.3s;
}
*/
.com-users-login__options a:hover {
	color: #7bb55a;
}




/* grid */
.uk-grid .uk-overlay .el-title {
	text-transform: uppercase;
}



/* footer title gallery */
.footer_title_gallery h3 {
	font-weight: 400;
}




/* footer */
.footer_conecta {
	margin-bottom: 20px; 
}
.footer_conecta h3 {
	text-align: right;
	font-weight: 300; 
	font-size: 30px; 
	
	color: #ffffff;
}

.footer_social_icons {
	text-align: right !important;
	margin-top:0 !important;
}

.footer_botones > div > div{
	display: flex;
	justify-content: flex-end;
	gap:10px;
}

.footer_botones button {
	margin:0 !important;
	padding:20px 15px !important;
}

.footer_section_oficinas,
.footer_section_links {
	padding-top:50px;
}

.footer_section_links * {
	font-size: 15px !important;
}

footer .uk-totop {
	margin-bottom:10px;
}

footer .uk-totop svg {
	width:30px;
	height:30px;
}




/* grid */
@media (min-width: 1200px) {
	.uk-grid-column-large>*, .uk-grid-large>* {
		padding-left: 100px;
	}
}




/* cookies */

@media (min-width:601px) {
	.cc-floating .cc-compliance {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}


span.cc-message span.cc-cookie-settings-toggle {
	position: absolute;
	bottom:2.2em;
	right:1.8em;
	margin-top:0;
	padding: .4em .8em;
	font-size: .9em;
	font-weight: 700;
	border-width: 2px;
}

@media (min-width:601px) {
	.cc-floating .cc-compliance a {
		width: 180px;
	}
	span.cc-message span.cc-cookie-settings-toggle {
		width:168px;
	}
}

@media (max-width:600px) {
	.cc-floating .cc-compliance {
		flex-direction: column;
		padding-bottom:30px;
	}
	
	span.cc-message span.cc-cookie-settings-toggle {
		width:calc(100% - 4em);
		right:2em;
	}
	.cc-floating .cc-compliance a {
		width: 100%;
		margin-right:0;
		margin-bottom:10px;
	}
}

.cc-compliance .cc-allow {
	display: none !important;
}




/* subscription form */
.subscription-form-wrapper {
	margin-top:40px;
}
.subscription-form-wrapper .acym_form {
	margin-left:auto;
	margin-right: auto;
}

.subscription-form-wrapper input[type="text"],
.subscription-form-wrapper input[type="email"] {
	cursor: text;
}

.subscription-form-wrapper input[type="text"],
.subscription-form-wrapper input[type="email"],
.subscription-form-wrapper select {
	max-width: 300px;
	padding: 8px 10px;
	font-size: 15px;
	width:100%;
}

.subscription-form-wrapper .acyterms,
.fieldacyterms label {
	font-size: 14px;
}

.subscription-form-wrapper td {
	padding-bottom:15px;
}

.subscription-form-wrapper .legal_note {
	font-size:14px;
}