.container {
	max-width: 1920px;
}

.relativeposition>div>object {
	position: relative;
}




.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignfull > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
   text-align: center;
	 display: inherit;
}

.wp-block-gallery > figcaption,
.wp-block-gallery.is-resized > figcaption {
   text-align: center;
}


.wp-block-embed-twitter > figcaption,
.wp-block-embed-twitter > figcaption,
.wp-block-embed-twitter > figcaption,
.wp-block-embed-twitter.is-resized > figcaption {
   text-align: center;
}

.menu .menu-item {
	text-align: center;
	font-size: 80%;
}

.site-header {
	display: block;
}

.site-identity {
	display: flex;
	align-items: center;
  padding: 1% 0;
}

.main-navigation .sub-menu {
	top: 42px;
	font-size: 17px;
	
}

.top-navigation {
	box-shadow: 0px 1px 6px 0px;
	background-color: #eee;
	position: fixed;
  #top: 0;
  width: 100%;
	z-index:180;
}

.home .featured-image {
	margin-bottom: 5% !important;
}
.post .featured-image {
	margin-bottom: 0;
}
.post .entry-header {
	margin-bottom: 0;
}


.uagb-buttons-repeater {
	color: lightgray !important;	
}

.propuestas-header-underline-red:before {
	    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 3px;
    background: #FF6666;
    bottom: -10px;
    left: 12.5%;
}

.propuestas-header-underline-blue:before {
	    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 3px;
    background: #3ac2e2;
    bottom: -10px;
    left: 12.5%;
}

.propuestas-header-underline-green:before {
	    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 3px;
    background: #30e190;
    bottom: -10px;
    left: 12.5%;
}

.propuestas-header-underline-yellow:before {
	    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 3px;
    background: #fae150;
    bottom: -10px;
    left: 12.5%;
}

.propuestas-grey-border img {
	border: 10px solid #ececec;
	-webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hover-green img:hover {
	border: 10px solid #30e190;
	animation-delay: .3s;
}
	
.hover-red img:hover {
	border: 10px solid #FF6666;
	animation-delay: .3s;
}

.hover-blue img:hover {
	border: 10px solid #3ac2e2;
	animation-delay: .3s;
}

.hover-yellow img:hover {
	border: 10px solid #fae150;
	animation-delay: .3s;
}

.featured-image {
	margin-bottom: 2%;
}

.featured-image img {
	display: none;
	margin-bottom: 0px !important;
}

 .home .hentry .entry-header {
	display: none;
	padding-top: 0;
	padding-bottom: 0;
}

.home #page {	padding-top: 0;
	padding-bottom: 0;}

#page {	
	padding-top: 120px;
	padding-bottom: 0;}

.wp-block-quote {
	color: #272c30;
	font-weight: normal;
	font-size: 0.9em;
	border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #d22116;
}

.entry-title:before {
	    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 100%;
    height: 3px;
    background: #d22116;
    bottom: -10px;
    
}

.type-post .entry-content h4 {
	background-color: #272c3012;
	padding: 10px;
}

.wp-block-latest-posts li {
    box-shadow: 0px 3px 12px 0px;
	padding: 10px !important;
	max-width: 1140px;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image {
	padding: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}


.wp-block-latest-posts__post-excerpt {
	padding-right: 10px;
	line-height: 1.2;
	overflow: hidden;
}

.wp-block-latest-posts a {
	font-weight: bold;
}

@media all and (max-width: 699px) {
	.wp-block-latest-posts.wp-block-latest-posts__list {
		padding-left: 0;
		margin: 0;
	}
}

@media all and (max-width: 600px) {
	.entry-header .entry-title {
		margin-bottom: 4%;
	}

}

.wp-block-embed-twitter .twitter-tweet {
	  display: block;
    margin-left: auto;
    margin-right: auto 
}

.footer-widgets ul li {
    padding: 0;
}
.footer-widgets {
		margin-bottom: 0;
}

.footer-widgets .footer-column {
	padding-top: 3%;
}

