:where(.wp-site-blocks :focus) {
	outline-width: 0;
	outline-style: solid;
}
.ast-container {
    padding-left: 0px;
    padding-right: 0px;
}
.elementor a {
    box-shadow: none;
    text-decoration: none!important;
}
.ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
    padding-left: 10px;
    padding-right: 10px;
}
/*Cabeceras*/
div#home {
	background-image: url('https://waterstrategy.org/wp-content/uploads/2024/10/cabecera-waterstrategy_ok3.gif');
	background-position: center;
	background-size: cover;
}

div#waterstrateegy {
	background-image: url('https://waterstrategy.org/wp-content/uploads/2024/10/cabecera-waterstrategy_ok3.gif');
	background-position: center;
	background-size: cover;
}

.cabecera-water {
	height: 420px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

.cabecera-water h1 {
	font-size: 28px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
}
a.button-blue.headerbutton br {
    display: none;
}
/*Ajuste*/
header.wp-block-template-part {
	margin-top: 0;
}

main#wp--skip-link--target {
	margin-top: 0;
}

/*header*/
.boton-header a {
	background: #11287c;
	padding: 10px 34px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
}

div#modal-1-content li a {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 1.5px;
}

div#modal-1-content li a {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 1.5px;
}

/*Legal Text*/
.legal-text a {
	color: #767676;
	font-size: 16px;
	line-height: 25px;
	font-style: normal;
	font-weight: 400;
}

.legal-text p {
	color: #767676;
	font-size: 16px;
	line-height: 25px;
	font-style: normal;
	font-weight: 400;
}

.legal-text {
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 24px;
}

/*Footer*/
.menu-footer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.menu-footer a {
	color: #3380cc !important;
	text-decoration: none;
}

.menu-footer p {
	color: #3380cc !important;
	text-decoration: none;
	margin: 0 10px;
}

.copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/*Home*/
.home-video {
	display: flex;
	max-width: 1400px;
	margin: 0 auto;
	flex-direction: row;
	align-items: center;
}

.text-video {
	padding: 48px;
}

.home-video div {
	flex: 1;
}

.text-video p {
	color: #767676;
}

.button-blue {
	color: #ffffff !important;
	font-family: "Work Sans", sans-serif;
	border-color: #11287c;
	font-size: 14px;
	line-height: 54px;
	height: 54px;
	font-style: normal;
	background-color: #11287c;
	text-transform: uppercase;
	border-width: 0;
	padding: 0 40px;
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 1.5px;
	display: inline-flex;
	align-items: center;
}
.uael-video__outer-wrap img, .uael-video__outer-wrap video {
 
    height: 100%!important;
}
.button-icon {
	margin-left: 5px;
/* Ajusta el espacio entre el texto y el icono */
	height: 10px!important;
/* Ajusta el tamaño del ícono según prefieras */
	width: auto;
}

.button-discord {
	margin-right: 5px;
/* Ajusta el espacio entre el texto y el icono */
	height: 24px;
/* Ajusta el tamaño del ícono según prefieras */
	width: auto;
}

.logo-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding: 20px;
	max-width: 1000px;
	margin: 51px auto;
}

.logo-item {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-item img {
	max-width: 100%;
	height: auto;
}

/* Ajustes para pantallas más pequeñas (tablets y móviles) */
@media (max-width: 768px) {
	.logo-grid {
		grid-template-columns: repeat(2, 1fr);
	/* 2 columnas en tablets */
	}
	.text-video {
    padding: 8px;
}
}

@media (max-width: 480px) {
	.logo-grid {
		grid-template-columns: repeat(1, 1fr);
	/* 1 columna en pantallas muy pequeñas */
	}
	.text-video {
    padding: 8px;
}
}

.text-center p {
	color: #767676;
}

.text-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	align-items: center;
}

.play-button {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(60px, -60px);
}

.play-button img {
	width: 100px;
}

/*Water*/
.waterstrategy-container {
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	padding: 20px;
}

.waterstrategy-logo img {
	max-width: 300px;
	margin: 0 auto;
	display: block;
}

.waterstrategy-description {
	margin: 20px 0;
}

.waterstrategy-columns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

/* Ajustes para pantallas pequeñas */
@media (max-width: 768px) {
	.waterstrategy-columns {
		grid-template-columns: 1fr;
	/* 1 columna en móviles */
	}
}

.waterstrategy-column h3 {
	color: #055a97;
	padding-bottom: 2px;
	margin-bottom: 3px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 23px;
}

.waterstrategy-container p {
	color: #767676;
	font-weight: 300;
}

.waterstrategy-container a {
	color: #767676;
	font-weight: 300;
}

.waterstrategy-description p {
	color: #424242;
	font-size: 21px;
	line-height: 32px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.3px;
	text-align: center;
}

.separator.small.left {
	margin-left: 0;
	margin-right: 0;
}

.separator.small {
	background-color: #055a97;
	height: 2px;
	position: relative;
	width: 22px;
	display: block;
	margin: 10px auto 20px;
}

/*Support*/
.button-block-center {
	text-align: center;
}

.supportbutton {
	font-weight: 400 !important;
	padding: 0 40px;
}

/*FAqs*/
.accordion {
	max-width: 1400px;
	margin: 0 auto;
}

.accordion details {
	margin: 10px 0;
	padding: 10px;
	position: relative;
	color: #3380cc;
	font-weight: 500;
}

.accordion summary {
	cursor: pointer;
	font-weight: 600;
	padding: 5px 0;
	position: relative;
	padding-left: 25px;
	color: #11287c;
	font-size: 20px;
	list-style-type: none;
/* Oculta el ::marker */
}

.accordion summary::before {
	content: '+';
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	color: #333;
}

details[open] summary::before {
	content: '×';
/* Cambia el símbolo cuando se abre */
	color: #11287c;
}

.accordion p {
	margin: 10px 0;
	padding-left: 20px;
	color: #3380cc;
	font-weight: 300;
}

.accordion a {
	color: #3380cc;
	font-weight: 300;
}

@media only screen and (max-width: 600px) {
	.button-blue {
		color: #fff !important;
		font-family: "Work Sans", sans-serif;
		border-color: #11287c;
		font-size: 12px;
		line-height: 40px;
		height: 40px;
		font-style: normal;
		background-color: #11287c;
		text-transform: uppercase;
		padding: 0 30px;
	/* Ajusté el padding para evitar la duplicación */
		font-weight: 400;
		letter-spacing: 1.5px;
		display: inline-flex;
		align-items: center;
	}
	
	.home-video {
		flex-direction: column;
	}
}


/*Documentation*/
.page-id-13 header.wp-block-template-part {
    background: #11287c;
}
.page-id-13 div#ast-desktop-header {
    background: #11287c;
}
iframe#advanced_iframe {
    margin-top: 0px;
	    margin-top: 70px;
}
footer.wp-block-template-part {
    margin-top: 0px;
}

/*Blog*/
.single-post div#ast-desktop-header {
    background: #11287c;
}
.single-post #content {
    padding-top: 80px;
}
.sharedaddy {
    display: none;
}
.page-id-464 div#ast-desktop-header {
    background: #11287c;
}
.page-id-464 #content {
    padding-top: 80px;
}

.page-id-464  div#ast-mobile-header {
    background: #11287c;
}
.single-post div#ast-mobile-header {
    background: #11287c;
}
.post {
    padding: 30px 10px;
}