/*
Theme Name: Ciudad Activa
Theme URI: https://wordpress.org/themes/ciudadactiva/
Author: Greenborn
Author URI: https://greenborn.com.ar
Description: Ciudad Activa
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.8.15
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ciudadactiva
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}



footer{
	background-color: #201e1f;
}

.justify-text{
	text-align: justify !important;
}

.mainImageContainer {
    height: 100vh;
    overflow: hidden;
    animation: appear 1.5s ease-in-out 0s 1;
}

.logo {
    width: 40vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(4px 4px 3px rgb(0, 0, 0));
    z-index: 99;
    animation: slideLeft 1.5s ease-in-out;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.logo:hover {
    width: 43vw;
}

.mainImage {
    width: 100%;
    object-fit: cover;
    animation-name: breathe;
    animation-duration: 25s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    filter: blur(4px);
}

.frase {
    opacity: 75%;
    width: 60%;
}

@keyframes breathe {
    0% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.0);
    }
}

@keyframes appear {
    0% {
        opacity: 0%;
    }

    100% {
        opacity: 100%;
    }
}

@keyframes slideLeft {
    0% {
        transform: translate(-300%, -50%);
    }

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

@keyframes slideRight {
    0% {
        transform: translate(300%, 20%);
    }

    100% {
        transform: translate(-50%, 20%);
    }
}

.ciu_act_btn1 {
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-family: var(--wp--preset--font-family--bebas-kai);
	font-weight: 700;
	letter-spacing: .15rem;
	padding: 1rem;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
	width: 100%;
	text-align: center;
}

.ciu_act_btn1:hover {
	scale: 1.02;
}

.decoration-none{
	text-decoration: none;
}

.no-margin{	margin: 0px; }
.no-gap{ gap: 0px; }
.d-flex{display: flex;}

.SectionCards_mainSectionContainer__hrNAV {
	height: 300px;
	overflow: hidden;
	position: relative;
	width: 100%;
	text-align: center;
}

.SectionCards_mainSection__7XzKN {
	height: 375px;
	object-fit: cover;
	scale: 1.01;
	transition: .2s ease-in-out;
	width: 100%;
}

.SectionCards_mainSectionTitle__EvGsB {
	color: #fff;
	cursor: pointer;
	font-family: var(--wp--preset--font-family--bebas-kai);
	font-size: 2.25rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 1px;
	pointer-events: none;
	position: absolute;
	text-shadow: 2px 2px 5px #000;
	top: 50%;
	transform: translate(-50%,150%);
	transition: .2s ease-in-out;
	width: 100%;
	z-index: 1;
}

.SectionCards_mainSectionContainer__hrNAV:hover {
	& .SectionCards_mainSection__7XzKN {
	  cursor: pointer;
	  filter: blur(4px);
	  scale: 1.21;
	}
}

.SectionCards_mainSectionContainer__hrNAV:hover {
	& .SectionCards_mainSectionTitle__EvGsB {
	  font-size: 4rem;
	  transform: translate(-50%,-50%);
	}
}

.Blog_title__61ubV {
	background-color: #194b93;
	color: #fff;
	font-family: var(--wp--preset--font-family--bebas-kai);
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	margin: 0 0 20px;
}

.Footer_icon__rAetm {
	color: #fff !important;
	cursor: pointer;
	opacity: 60%;
	transition: all .2s ease-in-out;
}

.Footer_buttonContainer__XCUiY {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 3rem;
	gap: 1rem;
	height: 100px;
	justify-content: center;
	width: 100%;
}

.Footer_icon__rAetm:hover {
	opacity: 100%;
}

.Blog_post__C141f {
	animation: Blog_appear__V2OmL .7s;
	margin-bottom: 20px;
	max-width: 500px;
	min-width: 250px;
	overflow: hidden;
	padding-bottom: 3rem;
	width: 29vw;
}

.Blog_postImage__MHzCR {
	height: 50%;
	object-fit: cover;
	width: 100%;
}

.Blog_postTitle__lLyl3 {
	color: #363636;
	font-family: var(--wp--preset--font-family--bebas-kai);
	font-size: 2rem;
	font-weight: 700;
	height: 125px;
	margin-bottom: 20px;
	padding: .2rem;
}

.Blog_postDescription__tZ4C2 {
	color: var(--primary-text-color);
	height: 100px;
	margin-bottom: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

.Blog_postContainer__BYfZ3 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	justify-content: center;
	max-width: 2050px;
	text-align: left;
	transition: .5s ease-in-out;
}

.Blog_viewMore__kkHzM {
	background-color: #194b93;
	border-radius: 15px;
	color: #fff;
	cursor: pointer;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 10px;
	transition: .2s ease-in-out;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

html {
	width: 100vw;
  	overflow-x: hidden;
}

/*QUERIES*/

@media (width<=1170px) {
    .mainImage {
        width: 100%;
        height: 100%;
    }
}

@media (width<=768px) {
    .logo {
        width: 80vw;
    }
}

@media (width<=1170px) {
    .Blog_post__C141f {
        min-width: 350px;
        height: 600px;
    }
}

@media (width<=768px) {
    .dpaButtonContainer {
        width: 90%;
    }
    .ciu_act_btn1 {
        font-size: 0.65rem;
    }
}

header {
	align-items: center;
	animation: appear 1s;
	background-color: #201e1f;
	border-bottom: 1px solid #fff;
	justify-content: space-between;
	padding: 0 60px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
}


@keyframes slide-in-left {
    0% {
        transform: translate(200%, 0%);
    }

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

.Index_container__Gp-sw ul {
	font-size: 12.8px;
	font-weight: 700;
	text-align: left;
}

.SidePanel_container__VZzme {
	align-items: center;
	animation: slide-in-left .5s ease-in-out .1s 1 forwards;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	justify-content: center;
	position: fixed;
	right: 30px;
	top: 80px;
	transform: translate(200%);
	width: 15rem;
	z-index: 3000;
}

.Index_container__Gp-sw {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 1px 1px 7px #000;
	padding: .1rem 1rem .1rem 0;
	width: 100%;
}

.BlogCard_container__SDIwV {
	background-color: #fff;
	border-radius: 10px;
	cursor: pointer;
	width: 90%;
}

.BlogCard_header__5LZny {
	color: #194b93;
	font-family: var(--wp--preset--font-family--bebas-kai);
	font-size: 1.7rem;
	text-align: center;
	font-weight: 700;
	margin-bottom: .5rem;
}

.BlogCard_container__SDIwV {
	cursor: pointer;
}

.BlogCard_image_container__w3ooT {
	overflow: hidden;
	width: 100%;
}

.BlogCard_image_container__w3ooT img {
	width: 100%;
}

.BlogCard_title__3f\+vf {
	color: rgb(54, 54, 54);
	font-family: var(--wp--preset--font-family--bebas-kai);
	font-size: 1.2rem;
	padding: .1rem;
	text-align: start;
}

.Index_container__Gp-sw ul {
	font-family: var(--wp--preset--font-family--bebas-kai);
	font-size: 12.8px;
	font-weight: 700;
	padding: 0 0 0 20px;
	text-align: left;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.Index_container__Gp-sw li {
	cursor: pointer;
	font-size: .8rem;
	list-style-type: none;
	margin-bottom: .7rem;
	transition: all .1s ease-in-out;
}

a {
	text-decoration: none;
}

.MainArticle_list__pZ3wz, .MainArticle_list__pZ3wz_n {
	color: #fff;
	font-size: 17.6px;
	padding: 0;
	text-align: left;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0px;
}

.MainArticle_list__pZ3wz li, .MainArticle_list__pZ3wz_n li {
	background-color: rgb(25, 75, 147);
	border-radius: 25px;
	padding: 1rem;
}

.MainArticle_list__pZ3wz_n li{
	background-color: #f77518;
}

.MainArticle_text_strong__xH7hR {
	color: rgb(25, 75, 147);
	font-size: 22.4px;
	font-style: italic;
	font-weight: bolder;
	font-family: BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	margin: 1.8rem 0;
	text-align: center;
}

.MainArticle_subtitle__hFstk {
	background-color: rgb(25, 75, 147);
	border-radius: 25px;
	color: #fff;
	font-family: var(--wp--preset--font-family--bebas-kai);
	font-size: 2rem;
	margin-top: 2rem;
	padding: 1rem;
}

@media (width<=1533px) {
    .wp-block-navigation .wp-block-navigation-item {
        font-size: 1.1rem;
    }
}

@media (width<=1419px) {
    .wp-block-navigation .wp-block-navigation-item {
        font-size: 1rem;
    }
}

@media (width<=1219px) {
    .wp-block-navigation .wp-block-navigation-item {
        font-size: .8rem;
    }
}

@media (width<=1219px) {
    .wp-block-navigation .wp-block-navigation-item {
        font-size: .8rem;
    }
}

@media (width<=1133px) and (width >= 600) {
    .wp-block-navigation .wp-block-navigation-item__content {
		display: contents;
	}
}

.wp-block-navigation__responsive-container {
	background: #201e1f !important;
}

.wp-block-navigation-item__content{
	color: #fff  !important;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: .13rem;
	opacity: 80%;
	padding-bottom: 3px !important;
	text-transform: uppercase;
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
	background: #fff !important;
}

@media (width <= 600px) {
	.wp-block-navigation-item__content{
		font-size: 1.5rem;
	}
}

@media (width <= 1180px) {
	.SidePanel_container__VZzme{
		display: none;
	}
}

nav .wp-block-navigation-item__content:hover{
	text-decoration: none;
	opacity: 50%;
}

nav .current-menu-item{
	border-bottom: 2px solid #fff;
}

.Section_title__wGxu3 {
	animation: slide-in-top .3s ease-in-out 0s 1 forwards;
	color: #194b93;
	font-family: var(--wp--preset--font-family--bebas-kai);
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	transition: all .2s ease-in-out;
	text-align: center;
	padding-top: 4rem;
}

.Section_title__wGxu3_n{
	font-family: var(--wp--preset--font-family--bebas-kai);
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	transition: all .2s ease-in-out;
	text-align: center;
	padding-top: 4rem;
	color: #f77518;
}

@keyframes slide-in-top {
    0% {
        transform: translate(0%, -100%);
    }

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

    }
}

.wp-block-lazyblock-boton-naranja, .wp-block-lazyblock-boton-azul {
	margin: .1rem !important;
}

.div_filtro_btnimg {
	pointer-events: none;
	position:       absolute;
	top:            0%;
	width:          100%;
	height:         100%;
	z-index:        1;
}