body {
  font-family: 'Overlock';
}
/*********/
.wp-block-gallery.columns-3 .blocks-gallery-item{
	overflow: hidden;
}
.navigation.pagination{
	text-align: center;
}
nav.pagination .page-numbers{
	background: #fff;
}
nav.pagination .page-numbers{
	    font-family: Ubuntu;
	font-weight: 400;
}
figcaption{
	background: #f8f8f8;
}
.wp-block-image{
	margin-bottom: 2em;
}
.entry-content a{
	color: #236445;
}
/********/ 
.divider-section{
	width: 100%;
	font-size: 0;
}
.divider-section div{
	display: inline-block;
}
.divider-section-1{
	background: #236445;
	height: 10px;
	width: calc(100%/3);
}
.divider-section-2{
	background: #8f5444;
	height: 10px;
	width: calc(100%/3);
}
.divider-section-3{
	background: #f2b23d;
	height: 10px;
	width: calc(100%/3);
}
/*Helpers*/
.section-title {
	padding: 5em 0 4em;
}
.section-title h2{
	text-align: center;
	font-family: Ubuntu;
	text-transform: uppercase;
	width: 320px;
	margin: 0 auto;
	line-height: 1.8;
	font-weight:600;
	font-size: 3em;
	letter-spacing: -1px;
}
.section-title-small{
	padding: 5em 0 3em;
}
.section-title-small h2{
	text-align: center;
	font-family: Ubuntu;
	max-width: 860px;
	margin: 0 auto;
	line-height: 1.1;
	font-weight:400;
	font-size: 2em;
}
@media(max-width:860px){
	.section-title{
		padding: 2.5em 0 1em;
	}
	.section-title h2{
		font-size: 2.5em;
	}
	.section-title-small h2{
		font-size: 1.8em;
	}
}
/**************/
.is-style-wide{
	margin-bottom: 5em;
	margin-left: 40px;
	margin-right: 40px;
	border-top: 1px solid #ccc;
}
.site-maincontentarea {
	width: 100%;
}
.hidden{
	display: none;
}
/*.animated {
	animation-duration: 3s;
  animation-delay: 1s;
}*/
/*Header Noticias portada*/
.header-new-1 .header-new-content-text{
	animation-duration: 1s;
  animation-delay: .2s;
}
.header-new-2 .header-new-content-text{
	animation-duration: 1s;
  animation-delay: .5s;
}
.header-new-3 .header-new-content-text{
	animation-duration: 1s;
  animation-delay: .7s;
}
.slogan-item{
	animation-duration: 1s;
  animation-delay: .5s;
}
.home-observat-slogan .slogan-item{ 
	animation-duration: 1s;
  animation-delay: 1s;
}
.site-header {
	height:100px;
}
.home .site-header {
	height: calc(100vh - 100px);
}
#header-news{
  height: calc(100vh - 100px);
  width: 100%;
  font-size: 0px;
}
.header-new {
  display: inline-block;
  width: calc(100% / 3);
  font-size: 1rem;
  position: relative;
}
.content-news .postmeta .category{
	color: #216544;
	background: transparent;
	padding: 2px;
	margin-bottom: 0px;
	font-size: 10px;
	line-height: 10px
}
.content-news .postmeta {
	padding: 20px 20px 0px;
	line-height: 10px;
	margin-bottom: -10px
}
.content-news .postmeta i{
	font-size: 12px;
    vertical-align: top;
    color: #337052;
}
.content-news .postmeta .category:hover{
	color: #216544;
	background: transparent;
}
.content-news .postmeta .category:after{
	content: ','
}
.content-news .postmeta .category:last-child:after{
	content: ''
}
.header-new-bk {
  height: calc(100vh - 100px);
}
.header-new-bk:hover {
	transform: scale(1.1);
}
.header-bk {
  height: 100%;
  background-size: cover;
  background-position-x: 40%;
}

.header-new-content {
  position: absolute;
  top: 0 !important;
  bottom: 0;
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.1),rgba(0,0,0,0.7),rgba(0,0,0,1));
  left: 0;
  right: 0;
}
.header-new-content-text {
  margin: auto;
  padding: 1em 4.8em;
  display: block;
  position: absolute;
  bottom: 10%;
	text-align: center;
	animation-duration: 3s;
  animation-delay: 1s;
}
.header-new-content h3{
  font-size: 20px;
  font-weight: 400;
	margin-bottom: 1.5em;
}
.header-new-content h3 a {
  color: #fff;
  line-height: 1.3;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
  font-family: 'Overlock';
}
.header-new-1 .read-more {
  background: #236445;	
}
.header-new-1 .read-more:hover {
  background: #1b5037;
  color: #fff;
}
.header-new-2 .read-more {
  background: #8f5444;
}
.header-new-2 .read-more:hover {
  background: #694236;
  color: #fff;
}
.header-new-3 .read-more {
  background:#f2b23d;
}
.header-new-3 .read-more:hover {
  background: #e0a436;
  color: #fff;
}
.read-more {
  padding: 8px 15px;
  color: #fff;
  font-weight: 400;
	font-family: Ubuntu;
  border-radius: 20px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	font-size: 14px
}
.header-new-top {
  height: 10px;
  position: absolute;
  bottom: auto;
	top: 0;
  z-index: 400;
  width: 100%;
}
.header-new-top-1 {
  background: #236445;
}
.header-new-top-2 {
  background: #8f5444;
}
.header-new-top-3 {
  background: #f2b23d;
}
@media(max-width:1280px){
	.header-menu ul li a{
		padding: 18px 15px;
	}
}

@media(max-width:1060px){
	.header-menu ul li a{
		padding: 18px 8px;
	}
	.header-new-content-text{
		padding: 1em 3em;
	}
}
@media(max-width:984px){
	.site-header {
		margin-top: 100px;
	}
	.site-header {
		height:0px;
	}
}
@media(max-width: 700px){
	.header-new {
    display: block;
    width: 100%;
	}
	.header-new-bk {
    height: 500px;
	}
	#header-news, .home .site-header{
		height: auto;
	}
}
@media(max-width: 700px){
	.header-new-bk {
    height: 400px;
	}
}
@media(max-width: 600px){
	.header-new-bk {
    height: 300px;
	}
}
/*Menú principal*/
.mainmenu{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
}
.home .mainmenu{
	bottom: 0;
	top: auto;
}
.mainmenu.sticky{
	top: 0;
}
.primary-main-menu{
	height: 100px;
	background: #fff;
	color: #000;
	padding: 10px;
	font-size: 0px;
	max-height: 100px;
	height: 100px;
	text-align: right;
}
.primary-main-menu .header-menu{
	max-width: 100%;
	text-align: center;
	width: 100%;
	height: 100%;
}
.header-menu ul{
	width: 100%;
	height: 100%;
}
.header-menu ul li a{
	color: #000;
}
.sticky .header-menu ul li, .header-menu ul li {
	line-height: 4;
	font-family: Ubuntu;
	font-weight: 400;
}
.home .header-menu ul li {
	line-height: 3;
}
.primary-main-menu .logo,  .primary-main-menu .header-menu, .primary-main-menu .social-observat{
	display: inline-block;
}
.primary-main-menu .logo img, .primary-main-menu .logo{
	width: auto;
	padding: 0;
}
.primary-main-menu{
	text-align: center;
}
.primary-main-menu .logo, .home .sticky .primary-main-menu .logo {
	background: #fff;
	position: absolute;
	transform: none;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0px;
	height: auto;
	width: 100%;
}
.home .primary-main-menu .logo {
  transform: rotate(28deg);
	margin-top: -70px;
  margin-left: -70px;
	padding-right: 40px;
  padding-top: 40px;
	width: 220px;
  height: 140px;
}
.primary-main-menu .logo img, .home .sticky .primary-main-menu .logo img{
	width: 110px;
	height: 110px;
    position: absolute;
    background: #fff;
	    transform: none;
	margin-left: 50px;
	margin-top: 0px;
	padding: 0px;
	left: 0;
	top: 5px;
}
.home .primary-main-menu .logo img{
    margin-top: -15px;
	    transform: rotate(-28deg);
	margin-left: 100px;
	margin-top: 20px;
	width: 120px;
	height: 120px;
}
.home .social-observat {
	background: #fff;
    transform: rotate(332deg);
    margin-top: -110px;
    margin-right: -90px;
    width: 220px;
    height: 140px;
    position: absolute;
    padding-right: 40px;
    padding-top: 40px;
}
.social-observat, .sticky .social-observat{
	background: #fff;
    transform: none;
    margin-top: 0px;
    margin-right: 0px;
    width: 170px;
    height: auto;
    position: absolute;
    padding-right: 0px;
    padding-top: 0px;
	right: 30px;
	top: 40px;
}
.home .social-network-observat {
	transform: rotate(28deg);
	width: 90px;
	text-align: right;
	margin-left: 50px;
}
.social-network-observat, .sticky .social-network-observat{
	transform: none;
	width: 140px;
	text-align: right;
	margin-left: 0px;
}
.sticky .primary-main-menu, .primary-main-menu {
	box-shadow: 1px 1px 1px #ccc;
}

.home .social-network-observat .social-icon{
	display: inline-block;
	width: 50%;
}
.sticky .social-network-observat .social-icon, .social-network-observat .social-icon{
	width: 30%;
	display: inline-block;
}
.home .social-icon:first-child {
	 margin-left: 20px;
}
.social-icon:first-child, .sticky .social-icon:first-child{
	 margin-left: 0px;
}
.sticky .social-icon:first-child {
	 margin-left: 0px;
}
.social-icon img {
	width: 30px;
}
.mainmenu {
	height: 100px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 102px;
}
.head-rightpart {
	padding: 0px;
}
.toggle a{
	background-color: #fff;
}
@media(max-width:1280px){
	.home .primary-main-menu .logo, .home .social-observat{
		margin-top: -65px;
	}
	.home .primary-main-menu .logo img 	{
		    width: 110px;
    height: 110px;
    margin-top: 20px;
	}
	
	.site-header{
		width: 100%;
	}
	.social-observat{
		margin-left: -130px;
	}
	.home .social-network-observat{
		margin-top: -10px;
    margin-left: 5px;
	}
}
@media(max-width:1170px){
	.home .primary-main-menu .logo{
		margin-top: -60px;
	}
	.home .primary-main-menu .logo img{
		width: 110px;
    height: 110px;
	}
	.home .sticky .primary-main-menu .logo img, .primary-main-menu .logo img{
		width: 90px;
    height: 90px;
	}
	.primary-main-menu .social-observat, .sticky .primary-main-menu .social-observat{
		margin-top: 0px;
	}
	.home .social-observat{
		margin-top: -90px;
	}
	.primary-main-menu .logo img, .sticky .primary-main-menu .logo img{
		margin-top: 0px;
	}
	.primary-main-menu{
		padding: 2px;
	}
}
@media(max-width:984px){
	.primary-main-menu .logo, .primary-main-menu .logo img, .social-observat, .social-network-observat,.home .primary-main-menu .logo,.home .primary-main-menu .logo img,.home .social-observat, .home .social-network-observat{
		transform: rotate(0deg);
	}
	.home .primary-main-menu .logo{
		margin-left: 0px;
	}
	.mainmenu{
		top: 0;
		bottom: 0;
	}
	.home .mainmenu{
		bottom: auto;
		top: 0;
	}
	.toggle{
		position: absolute;
    right: 20px;
		width: 80px;
		top: 14px;
		height: auto;
		z-index: 9999;
		text-align: center;
	}
	.toggle a{
		background: transparent;
		color: #4c4c4c;
		display: block;
	}
	.toggle a i{
		font-size: 30px;
	}
	.social-observat, .sticky .social-observat, .home .social-observat, .home .sticky .social-observat{
		margin: 0;
    padding: 0;
    height: auto;
    position: absolute;
    right: 100px;
		top: 45%;
		z-index: 1999;
	}
	.social-observat, .sticky  .social-observat{
		top: 35%;
	}
	.social-network-observat, .sticky .social-network-observat, .home .social-network-observat, .home .sticky .social-network-observat{
		width: 180px;
	}
	.social-network-observat .social-icon, .sticky .social-network-observat .social-icon, .home .social-network-observat .social-icon, .home .sticky .social-network-observat .social-icon{
		width: 30%;
	}
	.social-icon:first-child, .home .social-icon:first-child{
		margin-left: 0px;
	}
	.primary-main-menu .logo, .sticky .primary-main-menu .logo, .home .primary-main-menu .logo, .home .sticky .primary-main-menu .logo{
		margin-top: 0;
    padding: 0;
    height: auto;
		left: 0px;
	}
.sticky .primary-main-menu .logo img,	.primary-main-menu .logo img, .home .sticky .primary-main-menu .logo img, .home	.primary-main-menu .logo img{
	margin-left: 30px;
	}
.primary-main-menu .logo img, .sticky .primary-main-menu .logo, .home .primary-main-menu .logo img, .home .sticky .primary-main-menu .logo{
		width: 95px;
    padding: 1px 5px 0px;
		margin-top: 0;
		height: auto;
	}
	.home .sticky .primary-main-menu .logo{
		height: 100%;
	}
	.primary-main-menu, .sticky .primary-main-menu, .home .primary-main-menu, .home .sticky .primary-main-menu{
		padding: 0px;
	}
	.toggleMenu.active i, .toggleMenu i{
		color: #000;
	}
	.header-menu{
		height: auto !important;
		    margin-top: 90px !important;
	}
}
@media(max-width: 400px){
	.toggle{
		right: 0;
	}
	.social-observat{
		display: none !important;
	}
	.primary-main-menu .logo img, .sticky .primary-main-menu .logo img{
		margin-left: 10px;
	}
}
/***Home Page***/
/*Sobre el observatorio*/
.home-observatorio{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.home-observatorio{
	height: 600px;
	overflow: hidden;
	position: relative;
}
.home-observat-img {
	position: absolute;
	overflow: hidden;
}
.home .pagelayout_area{
	padding: 0;
}
.home-observat-text{
	background: rgba(255,255,255,0.85);
	position: absolute;
	right: 0;
	left: 0;
	padding: 80px 2em;
	bottom: 0;
	top: 0;
}
.home-observat-text img {
	width: 200px;
}
.home-observat-text h1 {
	font-weight: 600;
	font-family: Ubuntu;
	color: #006741;
	line-height: 1.2;
	font-size: 2.3em
}
.home-observat-text h1 span {
	color: #006741;
  font-weight: 100;
  margin-bottom: 3em;
	display: block;
	font-size: 15px;
}
.home-observat-text p {
	color: #006741;
	font-size: 20px;
	font-weight: 400;
	width: 600px;
	max-width: 100%;
	margin: 1.5em auto .5em;
	line-height: 1.3;
	font-family: Overlock;
}
.observat-slogan{
	text-transform: uppercase;
	font-size: 2.5em;
	font-family: Ubuntu;
	font-weight: 600;
	color: #006741;
	    background: url(https://observatoriopetrolero.org/wp-content/uploads/2019/03/Recurso-1.png);
    background-repeat: no-repeat;
    width: 68%;
    background-size: 100% 100%;
    height: 90px;
    line-height: 2.2;
	margin: 1.5em auto;
}
.observat-slogan span {
	color: #fff;
}
@media(max-width:984px){
	.observat-slogan{
		font-size: 2em ;
		width: 80%;
	}
	.home-observat-img img{
		max-width: 140%;
	}
}
@media(max-width:800px){
	.observat-slogan{
		height: 110px;
    line-height: 1.1;
    margin: 1.5em auto;
    padding-top: 20px;
	}
	.observat-slogan span{
	 display: block;
	}
	
}
@media(max-width:600px){
	.slogan-item{
		margin: 1em 0;
    width: 100%;
	}
}

@media(max-width:400px){
	.observat-slogan{
		height: 100px;
    font-size: 1.7em;
	}
}
/*Campañas*/
.campaigns {
	background: #006741;
	width: 100%;
	position: relative;
	height: 100%;
	padding-bottom: 20px;
	min-height: 100px;
}
.campaigns-home-title {
	animation-delay: .5s;
	animation-duration: 1s;
}
.campaigns-home-title h2 a{
	color: #fff;
}
.campaigns-home-list {
	margin: -3em auto 9em;
	width: 80%;
}
.home-campaign-item-container {
	display: inline-block;
	width: 38%;
	margin-left: -5.5%;
}
.home-campaign-item{
	-webkit-clip-path: polygon(28% 0, 100% 0, 72% 100%, 0% 100%);
	clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
}
.campaign-item{
		height: 420px;
	width: 100%;
}
.campaign-item div{
	width: 100%;
	max-width: 100%;
	text-align: center;
	height: 100%;
	margin-left: 0em;
	position: relative;
}
.campaign-item h3{
	   background: #99503f;
    padding: 15px 40px 15px 30px;
    text-align: right;
    position: absolute;
    right: 50px;
    /* left: 35%; */
    max-width: 280px;
    bottom: 5%;
    margin-left: -5.5em;
    -webkit-clip-path: polygon(8% 0, 100% 0, 94% 100%, 0% 100%);
    clip-path: polygon(8% 0, 100% 0, 94% 100%, 0% 100%);
}
.campaign-item h3, .campaign-item a {
	color: #fff;
	font-size: 22px;
	font-family: Overlock;
	font-weight: 600;
}
.campaign-item:hover h3 {
	background: #694236;
}
@media(max-width: 1160px){
	.campaign-item h3{
		    margin-right: -20px;
    max-width: 250px;
	}
}
@media(max-width: 900px){
	.campaigns-home-list {
    width: 90%;
    margin-right: 15px;
}
}
@media(max-width:800px){
	.home-campaign-item-container {
    width: 50%;
    margin-left: -2.5%;
		transform: none !important;
		margin-bottom: 2em;
}
	.home-campaign-item{
		height: 300px;
	}
	.campaigns-home-list{
		text-align: center;
		margin-right: 30px;
		margin-bottom: 4em;
	}
	.campaign-item h3{
		bottom: 100px;
	}
}
@media(max-width:800px){
	.home-campaign-item-container {
		width: 100%;
		margin-left: 5%;
	}
	.campaign-item h3{
		max-width: 270px;
	}
}
/*Noticias*/
.news {
    overflow: hidden;
    position: relative;
	height: 100%;
}
.home-new-img {
  overflow: hidden;
	top: 0;
	bottom: 0;
}
.home-new-img img{
	max-width: 140%;
}
.content-news {
	background: rgba(255,255,255,0.85);
    padding: 0 2em 120px;
}
.news-home-list{
	text-align: center;
	margin: 0 auto;
}
.home-new-item{
	display: inline-block;
	width: 600px;
	position: relative;
	margin: 10px;
	vertical-align: top;
	font-size: 0px;
		background: #fff;
}
.new-item{
	width: 100%;
	height: 100%;
}
.new-item-img {
	height: 264px;
	width: 320px;
	vertical-align: top;
	overflow: hidden;
	max-height: 100%;
	display: inline-block;
}
.new-item-img img {
	height: 100%;
	width: auto;
	max-width: none;
	margin-left: -20px;
}
.new-item-text {
	text-align: left;
	height: 100%;
	width: 280px;
	display: inline-block;
}
.new-item-text h3{
	font-size: 16px;
	line-height: 1.4;
	font-family: Ubuntu;
	font-weight: 400;
	margin-bottom: 5px;
	padding: 20px 20px 0;
}
.new-item-text h3:hover a{
	color: #694236;
}
.new-item-text h3 a{
	color: #000;
}
.news-home-title h2{
	color: #a34b3a;
}
.home-new-item .post-date{
	font-size: 13px;
	margin-left: 20px;
}
.read-more-content{
	position: absolute;
	right: 0px;
	bottom: 20px;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 14px;
}
.learnmore:hover {
	background: #a34b3a;
}

.read-more-news{
	width: 100%;
	text-align: center;
	margin: 80px auto .5em;
}
.read-more-news a{
	background: #a34b3a;
	padding: 10px 30px;
	font-size: 18px;
	color: #fff;
	font-family: Ubuntu;
	border-radius: 20px;
}
.read-more-news a i{
	vertical-align: top;
	margin-left: 5px
}
@media(max-width:1280px){
	.new-item-img{
		width: 220px;
	}
	.home-new-item{
		width: 500px;
	}
}
@media(max-width:1100px){
	.new-item-text h3{
		font-size: 15px;
	}
	.new-item-img {
    width: 170px;
		height: 200px;
	}
	.home-new-item {
    width: 450px;
	}
}
@media(max-width:1000px){
.home-new-item {
    width: 430px;
	}
	.new-item-img {
    width: 190px;
	}
	.new-item-text {
		width: 240px;
	}
	.content-news{
		    padding: 80px 10px;
	}
}
@media(max-width:940px){
	.home-new-item {
    width: 600px;
	}
	.new-item-img {
    width: 290px;
	}
	.new-item-text {
		width: 310px;
	}
}
@media(max-width:800px){
	.home-new-item {
    width: 80%;
	}
	.new-item-img {
    width: 50%;
	}
	.new-item-text {
		width: 50%;
	}
}
@media(max-width:680px){
	.home-new-item {
    width: 95%;
	}
	.new-item-img {
    width: 40%;
	}
	.new-item-text {
		width: 60%;
	}
	.new-item-text h3{
		padding: 10px 10px 0;
		margin-bottom: 0px;
	}
	.read-more-content{
		bottom: 10px;
		margin-right: 10px;
	}
	.learnmore{
		padding: 2px 10px 1px 15px;
	}
}
/*Archivo*/
.resources{
	background: #00673e;
}
.resources-first{
	background: #00673e;
	text-align: center;
	padding-bottom: 6em
}
.resources-home-title h2{
	color: #fff;
}
.resources-home-title h2 a{
	color: #fff;
}
.home-resource-item{
	position: relative;
	background: #fff;
}
.resources-home-list{
	display: inline-block;
	width: 23%;
	vertical-align: top;
	margin: auto 1.5em;
}
.new-resource-item-type{
	color: #fff;
	font-size: 18px;
	font-family: Ubuntu;
	width: 100%;
	margin-bottom: 1em;
}
.new-resource-item-type div{
	display: inline-block;
}
.new-resource-item-type div i{
	vertical-align: top;
	margin-left: -12px;
}
.name-type{
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 20px;
}
.new-resource-item-type a{
	color: #fff;
}
.more-doc{
	text-align: right;
	width: 30px;
	border-left: 1px solid #1c1c1c;
	padding-left: 8px;
}
.new-resource-item-img{
	height: 200px;
	overflow: hidden;
	position: relative;
}
.new-resource-item-img img{
	max-width: 110%;
}
.home-resource-item:hover .new-resource-item-type{
	background: #1b5037;
}
.new-resource-item-text {
    position: absolute;
    padding-top: 15px;
    text-shadow: 1px 1px 1px #0006;
    bottom: 0;
    left: 0;
    right: 0;
	    transition: background-color 500ms ease-in(0.4, 0, 0.2, 1) 0ms,box-shadow 500ms ease-in(0.4, 0, 0.2, 1) 0ms,border 500ms ease-in(0.4, 0, 0.2, 1) 0ms;
}
.home-resource-item:hover img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.home-resource-item:hover .new-resource-item-text{
	background: #fbae03d9;
}
.home-resource-item:hover h3 {
	padding-top: 12%;
}
.new-resource-item-text{
	top: 0;
}
.new-resource-item-text a{
	color: #fff;
	font-size: 17px;
	display: none;
}
.new-resource-item-text a i{
	display: block;
	margin-top: 10px;
	font-size: 40px;
}
.home-resource-item:hover a {
	display: block;
}
.new-resource-item-text h3{
	padding: 30% 10px 0;
	line-height: 1.3;
}
.button-view-more a{
	padding: 5px 15px;
	background: #016541;
	border-radius: 4px;
	font-size: 14px;
	box-shadow: 1px 1px 4px #0005;
		line-height: 1;
	font-family: Ubuntu;
	display: none;
}
.button-view-more a i{
	vertical-align: middle;
	font-size: 16px;
	font-weight: 600;
	margin-left: 5px;
	padding-bottom: 3px;
}
.button-view-more a:hover {
	background: #1b5037;
}
.resources-second{
	width: 100%;
	text-align: center;
	background: #016541;
	height: 100%;
	padding-bottom: 6em;
}
.new-video-item-text{
	position: relative;
	width: 100%;
}
.new-video-container{
	width: 860px;
	max-width: 100%;
	margin: 0 auto;
}
.new-video-item-text p{
	margin-bottom: 0em;
}
.new-video-item-text iframe{
	width: 100%;
	height: 450px;
	margin: 0 auto;
}
.new-video-item-text h3 a{
	color: #fff;
	font-family: Ubuntu;
	font-size: 18px;
}
.list-videos {
	width: 860px;
	margin: 0 auto;
	max-width: 100%;
}
.item-video-list{
	width: 30%;
	display: inline-block;
	margin: 0 10px;
	height: 150px;
	overflow: hidden;
}
.item-video-list img{
	height: 100%;
	width: auto;
	max-width: none;
}
@media(max-width:980px){
	.resources-home-list{
		width: 28%;
    margin: 1em;
	}
	.name-type {
    width: calc(100% - 80px);
    padding: 5px 0px 5px 0px;
	}
	.more-doc{
		width: 40px;
	}
}
@media(max-width:800px){
	.resources-home-list{
		    width: 40%;
    margin: 1em;
	}
}
@media (max-width: 700px){
.resources-home-list {
    width: 45%;
    margin: .5em;
}
}
@media (max-width: 600px){
.resources-home-list {
    width: 60%;
	margin-bottom: 1.5em;
}
}
@media (max-width: 500px){
.resources-home-list {
    width: 84%;
	margin-bottom: 1.5em;
}
	.new-resource-item-img{
		height: 180px;
	}
	.resources-second .new-resource-item-type, .new-video-item-text iframe{
		width: 84%;
		margin: 0 auto 1em;
	}
	.new-video-item-text iframe{
		height: 250px;
	}
}
/*Organizan*/
.organizan-home-title h2{
	color: #016541;
}
.container-organizan{
	width: 70%;
	margin: 0 auto 3em;
}
.container-organizan .owl-item p {
	text-align: center;
}
.container-organizan .owl-item img{
	width: 180px !important;
}
/*Apoyo*/
.apoyo-home-title h2{
	color: #016541;
}
.container-apoyo{
	width: 70%;
	margin: 0 auto 3em;
}
.container-apoyo .owl-item p {
	text-align: center;
}
.container-apoyo .owl-item img{
	width: 180px !important;
	vertical-align: middle;
}
/*Footer*/
.footer-copyright {
	background: #4a2e25;
}
.copyright-txt{
	text-align: center;
	float: none;
}
/*Campaign Main*/
.main-campaign-item .sharedaddy{
	display: none;
}
.campaign-main-header{
	 	margin: 0 0 80px;
    background: #000;
    box-shadow: 1px 1px 1px #0002;
    padding: 100px 0 120px;
    background: url('/wp-content/uploads/2019/03/SanPedro7920182-compressor.jpg');
    background-position: 0% 10%;
    position: relative;
    background-attachment: fixed;
}
.campaign-main-header h1{
    color: #fff;
    font-family: Ubuntu;
    font-size: 3em;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #236445f0;
    padding-top: 100px;
}
.container-main-campaigns{
	background: rgba(255,255,255,0.85);
	padding: 0 0 2em;
}
.main-campaign-item{
	background: #fff;
  font-size: 0;
	height: 280px;
}
.main-campaign-item-container{
	margin: 2em auto;
	max-width: 980px;
}
.campaign-item-main-img, .campaing-item-main-text {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	height: 100%;
}
.campaign-item-main-img{
	height: 100%;
	position: relative;
	overflow: hidden;
}
.campaing-item-main-text .campaing-item-main-text-container{
	padding: 20px;
	position: relative;
	height: 85%;
}
.campaing-item-main-text h2{
	font-family: Ubuntu;
	font-weight: 600;
	padding: 0px;
	text-align: left;
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 27px;
}
.campaing-item-main-text h2 a{
	color: #99503f;
	font-size: 25px;
}
.campaing-item-main-text h2:hover a{
	color: #694236;
}
.campaing-item-main-text p{
	font-family: Overlock;
	font-size: 16px;
}
.campaing-item-main-text .read-more{
	color: #fcaf06;
	position: absolute;
	right: 20px;
	bottom: 0px;
}
.campaing-item-main-text .read-more:hover{
	color: #e0a436;
}
.campaing-item-main-text .read-more i{
	vertical-align: middle;
}
.main-campaign-item .bk-gray-active{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 998;
}
.main-campaign-item .bk-gray-active{
	filter: grayscale(20%);
}
.main-campaign-item .learnmore{
	margin-bottom: 0;
}
.main-campaign-item:hover .bk-gray-active{
	filter: grayscale(0%);
}
.main-campaign-item:hover .bk-active{
	background: transparent;
}
@media(max-width: 980px){
	.main-campaign-item{
		height: 450px;
	}
	.campaing-item-main-text .campaing-item-main-text-container {
		height: 98%;
	}
}
@media(max-width: 560px){
	.campaign-item-main-img, .campaing-item-main-text{
		display: block;
		width: 100%;
		float: none !important;
		height: 100%;
		position: relative;
	}
	.container-main-campaigns{
		padding: 4em 2em;
	}
	.campaing-item-main-text-container{
		height: 100%;
	}
	.campaign-item-main-img{
		height: 200px;
	}
	.campaing-item-main-text{
		height: 100%;
		padding-bottom: 40px;
	}
	.main-campaign-item{
		height: auto;
		margin-bottom: 2em;
	}
	.container-main-campaigns, .campaing-item-main-text .campaing-item-main-text-container{
		height: 100%;
	}
	.campaing-item-main-text p{
		    margin-bottom: 20px;
	}
}
/*Herramientas*/
.container-main-herramientas{
	background: rgba(255,255,255,0.85);
	padding: 6em 4em;
}
.herramientas-main-header h1{
    color: #99503f;
    font-family: Ubuntu;
    font-size: 4em;
	text-align: center;
	font-weight: 600;
}
/*Page*/
.entry-header {
	margin: 3em 0 2em;
}
.page-main-header{
   width: 1170px;
   margin: 0 auto;
	padding-top: 60px;
}
.page-main-header h1{
	font-family: Ubuntu;
	font-weight: 600;
	color: #00673e;
	letter-spacing: -1px;
}
.entry-content h2, .entry-content h3, .entry-content h4 {
	font-weight: 600;
	font-family: Ubuntu;
	color: #000;
}
.entry-content p{
	font-size: 16px;
}
.entry-content .wp-block-image figure img{
	max-width: 480px;
	margin-top: -40px;
}
img.alignright, .alignright, img.alignleft, .alignleft{
	border: 0px;
}
.wp-block-image .alignleft{
	margin-right: 2.5em;
}
.wp-block-image figcaption{
	margin: -10px 0 0;
	padding: 5px;
}
.entry-content{
	margin: 0em auto;
	background: #fff;
  padding: 2em 2em;
}
@media(max-width: 1024px){
	.page-main-header h1{
		padding: 0 20px;
	}
}
/*Cuatro cuencas*/
.entry-content.cuatro-cuencas{
	background: transparent;
	box-shadow: none;
	padding: 0;
}
.entry-content .entry-content-secondary-text, .entry-content-main-text{
	padding: 3.5em 2em;
	background: #fff;
	margin-bottom: 2em;
}
.entry-content-main-text{
	padding-bottom: 2em;
}
.mapa figure{
	margin-top: 0px;
	margin-bottom: 0px;
}
.slider-cuatro-cuencas{
	max-width: 580px;
	margin-left: 30px;
}
.slider-cuatro-cuencas .owl-carousel .owl-item img{
	width: 100px;
}
.descripcion-cuencas{
	max-width: 800px;
}
.table-pueblos{
	max-width: 800px;
	margin: 0 auto !important;
}
.table-pueblos thead th{
	font-family: Overlock;
	text-transform: none;
	background-color: #8f5444;
	color: #fff;
}

p.descripcion-cuencas{
	margin: 0 auto !important;
}
.title-cuenca{
	max-width: 800px;
	margin: 0 auto;
}
.container-bk-white{
    background: rgba(255,255,255,.8);
}
@media(max-width:1024px){
	.mapa figure{
		float: none !important;
		width: 100%;
		margin: 0 !important;
	}
	.mapa figure img{
		margin: 1em auto 0 !important;
		max-width: 100% !important;
	}
	.entry-content-main-text{
		text-align: center;
	}
	.entry-content-main-text p{
		text-align: left;
	}
}
@media(max-width:780px){
	.container, .content-area{
		width: 90%;
	}
}
@media(max-width:600px){
	.container, .content-area{
		width: 95%;
		padding: 0px;
	}
	.entry-content .entry-content-secondary-text, .entry-content-main-text{
		padding: 2em .5em;
	}
}
/*Noticias*/
.recent_articles{
	background: #fff;
	position: relative;
}
.recent_articles .read-more-content{
	bottom: 30px;
	right: 20px;
}
.post-thumb{
	width: 400px;
	overflow: hidden;
	margin: 0px 2em 0 0;
	line-height: 0;
	height: 300px;
} 
.post-thumb img{
	border-radius: 0px;
	height: 100%;
	max-width: none;
	width: auto;
	margin-left: -20px
}

.recent_articles .entry-header{
	padding: 2em 1em 0em 1em;
	margin: 1em 1em 0;
}
.recent_articles .entry-header h3 a{
	font-family: Ubuntu;
	color: #000;
}
.post-date{
	color: #989898;
	font-family: Overlock;
}
.recent_articles p{
	font-size: 16px;
	margin-right: 2em;
}
.recent_articles .entry-summary{
	padding-left: 2em;
}
.learnmore{
	padding: 4px 14px 2px 20px;
	font-family: ubuntu;
	text-transform: none;
	transition: 0.4s;
	margin-bottom: 0px;
}
.learnmore i{
	vertical-align: middle;
}
.recent_articles h3:hover a{
	color: #694236;
}
.news-main-header{
	margin: 4em 0 80px;
}
.news-main-header h1{
color: #99503f;
    font-family: Ubuntu;
    font-size: 4em;
    text-align: center;
    font-weight: 600;
}
@media(max-width: 1040px){
	.post-thumb{
		width: 380px;
		height: 400px;
	} 
}
@media(max-width: 900px){
	.post-thumb{
		height: 420px;
	} 
}
@media(max-width: 850px){
	.recent_articles .entry-summary{
	padding-left: 0em;
}
	.post-thumb{
	  height: 300px;
    width: 100%;
	}
	.post-thumb img{
		width: 100%;
    height: auto;
    max-height: none;
    margin-left: 0;
	}
	.recent_articles {
		width: 500px;
		margin: 0 auto;
		padding-bottom: 5.5em;
	}
	.recent_articles p{
		margin: 0 2em;
	}
}
@media(max-width: 650px){
	.post-thumb{
	  height: 200px;
    width: 100%;
		margin-bottom: 5px;
	}
	.recent_articles {
		width: 80%;
	}
}
@media(max-width: 500px){
	.post-thumb{
	  height: 200px;
    width: 100%;
	}
	.recent_articles {
		width: 90%;
		margin-bottom: 1em;
	}
	.post-thumb img {
    width: 100%;
    height: auto;
	}
	.recent_articles .entry-header{
		margin: 0px;
	}
	.recent_articles p{
		margin: 0 1em;
	}
}
@media(max-width: 500px){
	.recent_articles {
		width: 95%;
		padding-bottom: 0;
	}
}
@media(max-width: 400px){
	.recent_articles .entry-summary p{
		display: none;
	}
	.recent_articles .read-more-content{
		text-align: right;
		right: 0;
	}
}
/*Detalle Campaña*/
.header-campana-img{
	height: calc(100vh - 100px);
	position: relative;
}
.header-campana-layout{
	position: absolute;
		top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.1),rgba(0,0,0,0.7),rgba(0,0,0,1));
}
.header-campana-content{
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	text-align: center;
}
.header-campana-content h3{
		color: #fff;
	font-family: Ubuntu;
	text-align: center;
	font-weight: 600;
	font-size: 50px;
	text-shadow: 1px 1px 1px #0008;
	margin: .5em 1em;
}
.header-campana-content .type-content {
	color: #fff;
	text-align: center;
	font-size: 15px;
	margin-bottom: 1em;
	border-radius: 20px;
	background: #00673e;
	width: 100px;
	margin: 0 auto 1em;
}
.header-campana-content p{
	color: #fff;
	text-shadow: 1px 1px 1px #0008;
	font-size: 17px;
	width: 680px;
	margin: 0 auto;
}
.header-campana-content i{
	color: #fff;
	font-size: 50px;
	text-align: center;
	margin: 0px;
	animation-duration: 3s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}
.header-campana-content div.sharedaddy h3.sd-title:before,.header-campana-content div.sharedaddy h3.sd-title{
	display: none;
}
.header-campana-content  .sd-content{
	margin-top: 1em;
}
#campana-contenido{
	padding-top: 4em;
}
.news-related {
	    margin: 0em auto;
    position: relative;
    padding: 30px 20px;
    background: #fff;
    border-top: 2px dotted #eeeeee;
}
.news-related .title-news-section{
	font-family: ubuntu;
	color: #00673e;
	padding-left: 10px;
	font-weight: 600;
}
.news-related .home-new-item{
	width: calc(100%/3.3);
}
.news-related .new-item-text{
	width: 100%;
	height: 160px;
}
.news-related .home-new-item .post-date{
	margin-left: 0px;
}
.news-related .home-new-item .new-item-img{
	width: 100%;
	height: 140px;
}
.news-related .read-more-content{
	font-size: 13px;
}
.news-related .read-more-content .learnmore{
	font-size: 13px;
	padding: 1px 15px;
}
.news-related .new-item-text h3{
	padding: 5px 0;
	font-size: 15px;
	margin-bottom: 0px;
}
.news-related .home-new-item .new-item-img img{
	width: 100%;
	height: auto;
	margin-left: 0;
}
.readmore-related-news{
	width: 100%;
	text-align: center;
	margin: 2em 0;
}
.readmore-related-news a{
	border: 1.3px solid #8f5444;
	padding: 10px 20px;
	color: #8f5444;
	border-radius: 20px;
	font-family: Ubuntu;
	transition: 0.3s;
}
.readmore-related-news a:hover{
	background: #8f5444;
	color: #fff;
	box-shadow: 1px 1px 5px #0004;
}
.readmore-related-news a i{
	vertical-align: middle;
	margin-left: 5px;
}

@media(max-width: 1280px){
	.header-campana-content h3{
		font-size: 50px;
	}
	.news-related .home-new-item .new-item-img{
		height: 190px;
	}
}
@media(max-width: 1080px){
	.news-related .home-new-item .new-item-img{
		height: 170px;
	}
}
@media(max-width: 940px){
.news-related .home-new-item{
	width: calc(100%/2.13);
}
}

@media(max-width: 800px){
	.news-related .home-new-item{
		width: calc(100%/2.2);
	}
	.header-campana-content h3{
		font-size: 40px;
	}
	.container{
		width: 95%;
	}
	.header-campana-content p{
		width: 90%;
	}
	.header-campana-content{
		bottom: 20px;
	}
}
@media(max-height: 680px){
	.header-campana-content h3{
		font-size: 40px;
	}
}
@media(max-width: 700px){
	.header-campana-content h3{
		font-size: 30px;
		margin: .5em 20px;
	}
	.news-related .home-new-item{
		width: calc(100%/2.2);
	}
	.news-related .home-new-item .new-item-img{
		height: 130px;
	}
	.news-related .new-item-text{
		height: 190px;
	}
}

@media(max-width: 560px){
	.news-related .home-new-item{
		width: calc(100%/2.13);
		margin: 5px;
	}
	.news-related .home-new-item .new-item-img{
		height: 120px;
	}
	.news-related .new-item-text{
		height: 200px;
	}
}
@media(max-width: 450px){
	.header-campana-content h3{
		font-size: 28px;
		margin: .5em 20px;
	}
	.header-campana-content i{
		margin: 5px;
	}
	.header-campana-content{
		bottom: 0px;
	}
	.news-related .home-new-item{
		width: 100%;
		margin: 5px;
	}
	.news-related .home-new-item .new-item-img{
		height: 170px;
	}
	.news-related .new-item-text{
		height: 140px;
	}
}
@media(max-width: 340px){
	.news-related .home-new-item .new-item-img{
		height: 140px;
	}
}
/*Notas*/
.postmeta .category{
    padding: 0 5px;
    border-radius: 20px;
    margin-right: 0px;
    color: #216544;
    font-family: Ubuntu;
    font-size: 12px;
	margin-bottom: 3px;
	transition: 0.4s;
	text-transform: uppercase;
	display: inline-block;
}
.postmeta .category:hover{
	color: #1b5037;
}
.postmeta i{
	color: #216544;
  font-size: 20px;
  vertical-align: top;
}
blockquote p{
	font-style: italic;
}
.single .post-date{
	margin-bottom: 20px;
  display: block;
}
.container-news{
	max-width: 1280px;
	margin: 0 auto;
}
.postmeta .post-date{
	color: #236445;
	font-weight: 600;
	font-family: Overlock;
}
.container-news  .site-maincontentarea{
	width: calc(100% - 330px - 20px);
	background: #fff;
	float: left;
}
p iframe{
	margin: 1em auto;
	text-align: center;
}
.container-news .entry-content{
	box-shadow: none;	
}
#comments{
	padding: 2em;
}
#submit{
	border-radius: 20px;
}
.single .entry-content .wp-block-image figure img{
	margin-top: 0px;
	max-width: 100% !important;
}
@media(max-width: 1080px){
	.container-news  .site-maincontentarea{
		width: calc(100% - 30% - 10px);
	}
}
@media(max-width: 1080px){
	.container-news  .site-maincontentarea{
		width: 100%;
	}
}
/*Sidebar*/
#sidebar{
	background-color: transparent;
}
.tagcloud{
	padding: 1em;
}
.tagcloud a {
	color: #000;
	font-family: Ubuntu;
}
h3.widget-title{
	font-family: Ubuntu;
	text-transform: none;
	color: #236445;
	border-bottom: none;
	border-top: none;
}

#recent-posts-2{
	padding-bottom: 1em;
}
aside{
	background: #fff;
	padding-bottom: 1em;
}
aside.widget{
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#sidebar .search-form {
	padding: 2em 2em 1em;
	margin-bottom: 0;
}
#sidebar .search-form input.search-field{
	background-color: #ddd6;
	border: 0px;
}
aside.widget ul{
	list-style: none;
}
#sidebar ul li{
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
}
#sidebar ul li a{
	line-height: 1.2;
	font-size: 15px;
	color: #000;
}
blockquote{
	border: none;
	padding: 15px 20px;
	background: none;
	font-weight: 100;
	background:#dadada2e;
}
.fb-page{
	margin-left: 15px;
}
@media(max-width: 1080px){
	#sidebar{
		width: 100%;
		margin-top: 1em;
		float: right;
	}
}
/*Page archivo*/
.img-archivo{
	margin-bottom: 2em;
	margin-top: 2em;
}
.archivo-descarga a{
	line-height: 40px;
	margin: 2em auto;
	padding: 5px 15px;
	background: #f2b23d;
	color: #fff;
	border-radius: 20px;
	box-shadow: 1px 1px 1px #0004;
	font-family: Ubuntu;
	font-weight: 100;
	font-size: 15px;
}
.archivo-descarga a:hover{
	background: #8f5444;
}
.nav-links a{
	color: #fff;
	line-height: 40px;
}
.nav-links{
	margin: .4em 1em 0;
	padding-bottom: 1em;
}
.post-navigation {
	height: auto;
	font-family: Ubuntu;
	font-size: 13px;
	border-top: 2px dotted #eeeeee;
	border-bottom: 2px dotted #eeeeee;
}
.nav-links a{
	color: #000;
}
.nav-links div{
	float: none;
}
.nav-next{
	text-align: right;
}
/* Center the caption. */
.jp-carousel-info h2 {
 text-align: center !important;
}

/* Hide comment form header. */
.jp-carousel-left-column-wrapper {
 display: none !important;
}

/* Center the metabox. */
.jp-carousel-image-meta {
 float: none !important;
 margin-left: auto;
 margin-right: auto;
}
/*Archivo fotografico*/
.container-archivo-fotografico .entry-content h2{
	  text-align: center;
    margin: 1em 0 1.5em;
    color: #006741;
}
.container-archivo-fotografico p{
	padding: 0 2em;
}
/*Infografias*/
.container-infografias .bk-gray-active{
	background:#d0d0d0;
		text-align: center;
	position: relative;
	height: 100%;
}
.container-infografias .campaign-item-main-img{
	position: relative;
}
.container-infografias .campaing-item-main-text h2{
	font-size: 25px;
	margin-bottom: 5px;
	padding: 0px;
}
.container-infografias .main-campaign-item .bk-gray-active{
	filter: grayscale(0%);
}
.container-infografias .main-campaign-item:hover .bk-gray-active img{
	box-shadow: 3px 3px 10px #0005;
}
.container-infografias .bk-gray-active img{
    position: absolute;
    top: 50%;
    margin-top: -20%;
    left: 50%;
    margin-left: -20%;
    max-width: 270px;
    max-height: 190px;
    width: auto;
    height: auto;
    box-shadow: 2px 2px 6px #0004;
}
/*Category page*/
.tag .site-bloglist,.category .site-bloglist{
	width: 60%;
	margin: 0 auto;
}
.category .post-thumb, .tag .post-thumb{
	height: 330px;
}
.container-infografias{
	padding-bottom: 80px;
}
@media(max-width: 1640px){
	.category .site-bloglist, .tag .site-bloglist{
	width: 70%;
	}
}
@media(max-width: 1280px){
	.category .site-bloglist, .tag .site-bloglist{
	width: 80%;
	}
}
@media(max-width: 1140px){
	.category .site-bloglist, .tag .site-bloglist{
	width: 90%;
	}
	.category .post-thumb, .tag .post-thumb{
		 margin: 0px 1.5em 0 0;
	}
	.category .recent_articles .entry-header, .tag .recent_articles .entry-header{
		padding-top: 1em;
	}
	.category .recent_articles h3, .tag .recent_articles h3{
		font-size: 18px;
	}
}
@media(max-width: 850px){
	.category .post-thumb, .tag .post-thumb{
		height: 300px;
	}
	.category .recent_articles, .tag .recent_articles{
		 padding-bottom: 1em;
	}
	.category .learnmore, .tag .learnmore{
		    margin: 1em 30px;
	}
}
@media(max-width: 650px){
	.category .site-bloglist, .tag .site-bloglist{
	width: 100%;
	}
	.category .post-thumb, .tag .post-thumb{
		height: 280px;
		margin-bottom: 1em;
	}
	.category .post-thumb img, .tag .post-thumb img{
		    width: 100%;
	}
}
@media(max-width: 580px){
	.category .post-thumb, .tag .post-thumb{
		height: 240px;
	}
	.category .post-thumb img, .tag .post-thumb img{
		       height: auto;
    width: 100%;
	}
}
@media(max-width: 440px){
	.category .post-thumb, .tag .post-thumb{
		height: 250px;
	}
	.category .post-thumb img, .tag .post-thumb img{
		height: 100%;
    width: auto;
	}
	.campaign-main-header h1{
		font-size: 2em;
	}
	.campaign-main-header{
		padding: 80px 10px;
		margin: 0 0 40px;
	}
	.campaign-main-header h1{
		padding-top: 50px;
	}
	.read-more-content{
		position: relative;
		margin-top: 2em;
		text-align: right;
	}
}
@media(max-width:400px){
	.container-infografias .bk-gray-active img{
		max-width: 80%;
		top: 10%;
		margin-top: 0;
		left: 10%;
		margin-left: 0;
	}
	.campaing-item-main-text-container p{
		display: none;
	}
}
/*Comments*/
.comment-reply-title, .comments-title{
	font-family: Ubuntu;
	font-size: 18px;
	color: #000;
	font-weight: 600;
}
#commentform textarea{
	width: 100%;
}
#commentform input#submit{
	font-family: Ubuntu;
	font-size: 12px
}
#commentform input#submit{
	background: #f2b23d;
}
#comments{
	margin: 10px 0;
}
#comments a{
	color: #8f5444;
}
.just-text-item{
	width: 100%;
}
/*Videos single*/
.video-embed p{
	width: 100%;
	text-align: center;
}
/*Bloques campaña*/
.bloques-campana-container {
	  max-width: 860px;
    margin: 2em auto;
}
/*Boton wordpress*/
.wp-block-button{
	margin-left: 1.5em;
}
.wp-block-button__link{
	 padding: 2px 15px;
    font-weight: 400;
    font-family: Ubuntu;
    font-size: 12px;
}
.entry-content h4{
	font-size: 18px;
}
.page-main-header{
	width: 100%;
}
/*WP bloques*/
.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n){
	margin-left: 10px;
}
.wp-block-column:not(:last-child) {
    margin-right: 10px;
}

.wp-block-cover, .wp-block-cover-image{
	min-height: 300px;
}
.bloque-campana-page p a{
	font-family: Ubuntu;
}
.pagelayout_area p{
	margin-bottom: 20px;
}
.list-elements-text li{
	  background: #eeeeee;
    padding: 15px 15px 10px;
    list-style: none;
    margin-left: 0;
		margin-bottom: 25px;
	font-size: 15px;
}
.list-elements-text li strong{
	color: #000;
	font-family: Ubuntu;
}
.list-elements-text li ul{
	margin-left: 0px;
	margin-top: 10px;
}
.list-elements-text li li{
	margin-bottom: 10px;
	padding: 0px;
}
pre{
	margin-left: 20px;
	margin-right: 20px;
}
.wp-block-column pre{
	margin-left: 0px;
	margin-right: 0px;
}
@media(max-width: 780px){
	.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n){
	margin-left: 0px;
}
.wp-block-column:not(:last-child) {
    margin-right: 0px;
}
	pre{
	margin-left: 0px;
	margin-right: 0px;
}
}
/*PreFooter*/
.footer-section{
	background: #694236;
	height: 100%;
}
#footer-sidebar{
	padding: 15px;
	margin: 0em 2em;
	width: calc(100% - 20%);
	margin: 0 auto;
}
.footer-widget{
	width: calc(100%/4);
	display: inline-block;
	color: #fff;
	margin-bottom: 1.5em;
	vertical-align: top;
}
.footer-widget h2{
	color: #fff;
	font-size: 16px;
	font-family: Ubuntu;
	margin-top: 1em;
}
.textwidget{
	margin: 0 7em 0 0;
}
.textwidget a{
	color: #fff;
}
.menu-footer-container{
	margin: 0 2em;
}
.menu-footer-container{
	margin-left: 0px;
}
#menu-campanas li,#menu-footer li{
	list-style: none;
	margin-left: 0px;
}
#menu-campanas li a,#menu-footer li a{
	color: #fff;
}
#footer-sidebar .search-form input.search-field{
	background-color: #fff;
	border: 0px;
	    width: 80%;
    padding: 12px 15px 12px 15px;
    box-sizing: border-box;
}

.search-form button.search-submit{
	height: 37px;
    padding: 5px 0 5px 0;
    font-size: 0;
    width: 20%;
    float: right;
    border: 0;
	  background-color: #f2b23d;
}

.search-form button.search-submit i{
	color: #fff;
}
@media(max-width: 1280px){
	.textwidget{
		margin-right: 1em;
	}
}
@media(max-width: 860px){
	.footer-widget{
	width: calc(100%/2);
	}
	#footer-sidebar{
		width: 90%;
	}
}
@media(max-width: 480px){
	.footer-widget{
	width: 100%;
	}
}

.shareaholic-recommendations-container .shareaholic-recommendations .shareaholic-recommendation .shareaholic-recommendation-article-link .shareaholic-recommendation-article-title{
	font-family: Ubuntu;
	color: #236445 !important;
}
.shareaholic-recommendations-container{
	margin-bottom: 0px !important;
}
.shareaholic-recommendations-header{
	color: #000;
	font-weight: bold;
	font-family: Ubuntu;
}
.shareaholic-share-button-counter{
	display: none;
}