@charset "utf-8";
/*
Theme Name: Observatorio

*/
* {box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; margin: 0px; padding: 0px; }
@font-face { font-family: 'AvertaDemoBold'; src: local('AvertaDemoPE-ExtraboldItalic'), local('AvertaDemoPE-ExtraboldItalic'), url(fonts/AvertaDemoPE-ExtraboldItalic.otf) format('opentype'); }
@font-face { font-family: 'AvertaDemoRegular'; src: local('AvertaDemoPE-Regular'), local('AvertaDemoPE-Regular'), url(fonts/AvertaDemoPE-Regular.otf) format('opentype'); }
body { margin: 0; padding: 0; font-family: 'AvertaDemoRegular', sans-serif; background-color: #fff; font-size: 16px; }
.titulo { font-family: 'AvertaDemoBold'; margin: 0px; font-size: 2.5em;}
img { width: 100%; height: auto; }
p { margin-bottom: 20px; }
a { text-decoration: none; color: #000; }
.total { display: table !important; overflow: hidden; width: 100%; height: 100%; }

/*--Header--*/
header { background-color: rgba(255,255,255,0.8); max-height: 300px; width: 100%; position: relative; z-index: 2; top: 0;}
header .container { width: 90%; max-width: 1300px; margin: 0px auto; display: flex; flex-direction: row; justify-content: space-between; padding: 12px 0px; align-items: center; }
div.logo { width: 200px; }
header nav.menudesk { margin: 40px 0; display: flex; justify-content: center; align-items: center; }
header nav.menudesk a { margin: 0 8px; color: #000; padding-bottom: 9px; font-size: 1em; text-decoration: none; border-bottom: 2px solid transparent; }
header nav.menudesk a:hover { border-bottom: 2px solid #d4791c; }	
div#movil { display: none; }
div.redes { width: 40px; position: fixed; top: 150px; right: 0px; z-index: 10; }



/*--Banner home--*/
section.banner_principal { width: 100%; overflow: hidden; position: relative; top: 0px; margin-bottom: 80px;}
.BPrincipal {height: 600px !important; background-size: cover; background-position: center;}
.BPrincipal .contenedor { max-width: 1000px; width: 100%; margin: 0px auto; text-align: center;  color: #d4791c; display: flex; justify-content: center; align-items: center; height: 100%; } 
.BPrincipal .contenedor h1 { text-shadow: 2px 3px 3px #cecece; }
.slick-dots li button:before { color: #4570b4!important; font-size: 15px!important; }

/*---Customs---*/


@media screen and (max-width: 440px) {
    header .container {
        background-color: #ffffff !important;
    }
}


/*--Circulo de documentacion--*/
section.cuenca { max-width: 1200px; width: 100%; margin: 100px auto; font-size: 24px; text-align: center; }
div.mansor { width: 100%; max-width: 1200px; margin: 50px auto; overflow: hidden; }
div.mansor div.fifty { width: 100%; }
div.mansor img { width: 94%; float: left; }
div.mansor img.mitades { width: 48%; margin: 10px; }
div.mansor div.columna { display: flex; flex-direction: column; width: 25%; float: left; }
div.mansor div.columna img { margin: 10px; }
div.mansor img.middle { width: 49%; margin: 10px 2px; }

/*--Sinergia--*/
div.siner { width: 100%; height: 600px; display: flex; justify-content: center; align-items: center; text-align: center; }
div.siner div.sinergiatxt { color: #fff; }
div.siner div.sinergiatxt h1 { text-shadow: 3px 2px 2px #696969; }
div.siner div.sinergiatxt div.azulsinergia { background-color: #4570b4; width: 620px; margin: 20px auto; padding: 20px; font-size: 18px; }
div.siner div.sinergiatxt div.azulsinergia p { margin-bottom: 0px; }
.imgsinergia { width: 100%; height: 270px; overflow: hidden; }

/*--Semillero valle--*/
section.semillero { margin: 80px 0px; }
div.semi { width: 100%; height: 500px; display: flex; justify-content: center; align-items: center; text-align: center; }
div.semi div.semillerotxt { color: #fff; z-index: 10; }
div.semi div.semillerotxt h1 { text-shadow: 2px 2px 3px #4c4b4b; }
div.semi div.semillerotxt p { font-size: 21px; }
div.semi div.semillerotxt a { text-decoration: none; color: #fff; font-size: 16px; }
div.semi div.semillerotxt p.btn { background-color: #d4791c; width: 170px; padding: 6px 0px; margin: 0px auto; }
div.semi img { position: absolute; width: 100%; opacity: 0.3; }

/*--Noticias home--*/
section.noticias { margin-bottom: 100px; overflow: hidden; }
div.noticiasininicio { max-width: 1200px; width: 100%; margin: 50px auto; display: flex; flex-wrap: wrap; justify-content: space-between; flex-direction: row;}
div.noti { width: 48%; box-shadow: 2px 3px 4px #cecece; margin: 25px 0px;  }
div.noti p { font-size: 20px; }
div.noti a { text-decoration: none; color: #000; }
div.noti div.imgnoti { height: 300px; width: 300px; background-position: center center; background-size: cover; float: left; }
div.descrip { width: 240px; float: left; padding: 20px 15px; background-color: #fff; }
div.noti p.leermas a { color: #d4791c; font-size: 16px; }

/*--Espacio sinergia--*/
section.espacio { width: 100%; max-width: 1200px; min-width: 310px; margin: 80px auto 100px; display: flex; justify-content: space-between; flex-wrap: wrap; }
div.sinergia1 { width: 45%; text-align: center; margin-bottom: 50px; box-shadow: 4px 4px 10px #cecece; }
div.sinergia img { width: 400px; height: auto; }
div.txtsinergia { padding: 30px; }
div.linksinergia { background-color: #d4791c; color: #fff; width: 170px; text-align: center; padding: 5px; margin: 14px auto -14px;}
div.linksinergia a { color: #fff; }
div.txtsinergia p { height: 63px; }
img.lineasabajo { top: -70px; position: relative; }
img.fija { position: absolute; left: 0; z-index: 2; margin-top: -90px; }
img.fija2 { position: absolute; left: -2; z-index: 2;  }
.primersierra.camina { -webkit-clip-path: inset(0 0 0 0); -moz-clip-path: inset(0 0 0 0) !important; clip-path: inset(0 0 0 0) !important; -webkit-transition: all 3s ease-in-out; transition: all 3s ease-in-out; }
.primersierra { -webkit-clip-path: inset(0 100% 0 0); -moz-clip-path: inset(0 100% 0 0); clip-path: inset(0 100% 0 0); }
img.lineasarriba { bottom: -80px; position: relative; }
div.conocetxt { max-width: 800px; width: 100%; margin: 50px auto; font-size: 21px; text-align: center; }

/*--Disusión de la información--*/
section.circulo { margin-bottom: 100px; overflow: hidden; }
div.difusion_info { max-width: 1200px; width: 100%; margin: 50px auto; display: flex; flex-wrap: wrap; justify-content: space-between; flex-direction: row;}
div.noti_difusion { width: 48%;  }
div.noti_difusion p { font-size: 20px; }
div.noti_difusion div.imgnoti { width: 100%; height: 300px; background-position: center center; background-size: cover; }
div.noti_difusion div.descrip { width: 58%; float: right; box-shadow: 4px 4px 10px #cecece; position: relative; right: -30px; top: -60px; background-color: #fff; }
div.noti_difusion div.descrip p.leermas a { color: #d4791c; font-size: 16px; }

/*--Denuncia ciudadana--*/
section.denuncia { width: 100%; overflow: hidden; margin-bottom: 90px; }
div#titulosection { width: 100%; margin: 20px auto; display: flex; flex-direction: row; justify-content: center; align-items: center; }
div.vineta { width: 80px; margin-right: 20px; align-items: center; }
div.mapa_ejemplo { height: 520px; overflow: hidden; }
div.btnmasdenuncias { background-color: #4570b4; color: #fff; font-size: 20px; width: 200px; margin: 20px auto; text-align: center; padding: 18px 0px; }


/*--Footer--*/
footer { background-color: #f4f4f4; width: 100%; }
footer .container { width: 90%; max-width: 1300px; margin: 0px auto; padding: 50px 0px; text-align: center; }
div.logofooter { width: 200px; margin: 0px auto; }
p.azul { font-size: 20px; color: #4570b4; }
div.formulario { width: 1000px; margin: 40px auto; }
footer form { display: flex; flex-wrap: wrap; justify-content: space-between; }
footer form input[type="text" i], footer form input[type="email" i], footer form textarea { border: 1px solid transparent; box-shadow: 2px 4px 6px #cfcfcf;  }
footer form input[type="text" i] { width: 300px; padding: 10px; }
footer form input[type="email" i] { width: 300px; padding: 10px; }
footer form textarea { width: 1000px; height: 45px; max-height: 200px; padding: 10px; max-width: 1000px; min-width: 1000px; }
footer form [type="submit"] { margin: 20px 425px; border: none; padding: 15px; color: #000; background-color: #6fa83b; width: 150px; }

/*--Noticias generales--*/
section.banner_noticias { width: 100%; overflow: hidden; z-index: -2; position: relative; top: 0px; margin-bottom: 80px;}
div.img_bannoti { height: 650px; background-position: top; background-repeat: no-repeat; background-size: cover; display: flex; justify-content: center; align-items: center; }
h1.txtnoticias { width: 460px; text-transform: uppercase; text-align: center; color: #fff; text-shadow: 2px 2px 3px #000; }
div.noticias_generales { width: 100%; max-width: 1200px; margin: 0px auto; overflow: hidden; }
div.noticias_generales div.post-single { width: 30%; box-shadow: 2px 3px 4px #cecece; margin: 40px 20px; height: 320px; float: left; background-color: #fff; }
div.noticias_generales div.post-single a p { color: #000; text-decoration: none; padding: 16px; height: 100px; }
div.noticias_generales div.post-single div.featured-thumbnail { overflow: hidden; width: 360px; height: 200px; }
div.noticias_generales div.post-single div.featured-thumbnail img { width: 360px; height: auto; }
div.noticias_generales div.post-single div.mas { background-color: #d4791c; width: 110px; text-align: center; padding: 6px; color: #fff; bottom: 19px; position: relative; right: -230px; }
div.noticias_generales div.post-single:nth-child(1) { width: 63%; height: 600px; float: left; }
div.noticias_generales div.post-single:nth-child(1) div.featured-thumbnail { width: 760px; height: 430px; overflow: hidden; }
div.noticias_generales div.post-single:nth-child(1) div.featured-thumbnail img { width: 760px; }
div.noticias_generales div.post-single:nth-child(1) div.mas { background-color: #d4791c; width: 110px; text-align: center; padding: 6px; color: #fff; bottom: -30px; position: relative; right: -620px; }
div.noticias_generales div.post-single:nth-child(1) p { font-size: 23px; color: #4570b4; }
div.noticias_generales div.post-single:nth-child(4), div.noticias_generales div.post-single:nth-child(5) { margin-top: -100px; }
.oldernewer { max-width: 800px; width: 100%; margin: 50px auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
.older a, .newer a { color: #6fa83b; font-size: 18px; }
.older:hover, .newer:hover { font-weight: bold; text-decoration: underline; }


/*--Single noticias--*/
article.noticias { max-width: 1000px; margin: 90px auto 100px; width: 100%; }
article.noticias ul { margin-bottom: 20px; margin-left: 40px; }
article.noticias h1.titulo { text-align: center; }
article.noticias a { text-decoration: none; color: #d4791c; overflow-wrap: break-word; }
div.noticiahead { max-width: 1000px; width: 100%; overflow: hidden; height: 570px; }
div.noticiahead h2 { text-transform: uppercase; color: #fff; width: 80%; margin: 0px 0px 30px 30px; text-align: left; top: -200px; position: relative; text-shadow: 2px 3px 4px #000; font-size: 30px; }
div.noticiahead div.featured-thumbnail { height: 570px; width: 100%; overflow: hidden; }
article.noticias h4 { font-size: 24px; font-weight: 100; padding: 20px; box-shadow: 2px 3px 4px #cecece; margin-bottom: 50px; }
article.noticias blockquote { color: #4570b4; font-size: 20px; width: 30%; float: left; font-family: 'AvertaDemoBold'; font-weight: 100; margin-right: 30px; }
figure.is-type-video { margin: 40px auto; text-align: center; }
div.newer-older { width: 100%; max-width: 1200px; margin: 80px auto; display: flex; flex-wrap: wrap; justify-content: space-between; }
div.newer-older a { color: #000; text-decoration: none; }
.wp-block-image img { height: auto; }

/*--Single sinergia--*/
section.single-sinergia { max-width: 1000px; width: 100%; margin: 150px auto 100px; }
section.single-sinergia div.titulosin { text-align: center; }
section.single-sinergia h1 { color: #000; }
section.sinergia-sencillo { max-width: 1200px; width: 100%; margin: 0px auto 100px; }
section.sinergia-sencillo h1 { text-align: center; }
div.logotxt { width: 100%; padding: 50px; text-align: center; box-shadow: 4px 4px 10px #cecece; margin-bottom: 80px; }
div.logotxt img { width: 500px; margin: 20px auto; }
div.caja1 { width: 100%; margin: 80px auto; }
div.imagen-titulo { text-align: center; }
div.imagen-titulo img { max-width: 800px; min-width: 250px; width: 100%; margin: 0px auto; box-shadow: 4px 4px 4px #cecece; }
div.imagen-titulo div.titulofoto { background-color: #4570b4; width: fit-content; padding: 15px; z-index: 2; margin: -40px 0px 0px 850px; display: inline-block; }
div.imagen-titulo div.titulofoto p { color: #fff; font-weight: bold; font-style: italic; font-size: 26px; margin: 0px; }
div.contenidosinergia { text-align: justify; } 
div.contenidosinergia a { color: #d4791c; font-style: italic; }
div.contenidosinergia blockquote { font-style: italic; font-weight: bold; color: #69a842; float: left; width: 25%; margin: 20px 30px 20px 0px; font-size: 24px; text-align: left; }
div.plecazul { max-width: 700px; width: 100%; min-width: 250px; margin: 50px auto; background-color: #4570b4; padding: 15px; text-align: center; }
div.plecazul p { color: #fff; font-weight: bold; font-style: italic; font-size: 22px; }
div.redessingle {text-align: center;}
div.redessingle img { width: 80px; } 
div.pregunta { max-width: 800px; width: 100%; margin: 50px auto; text-align: center; }
div.pregunta h2 { color: #39aa35; }
div.contenidosinergia span.blue { color: #4570b4; font-weight: bold; }

/*--Page círculo--*/
div.pag_circulo { max-width: 1000px; width: 100%; margin: 90px auto 100px; }
div.pag_circulo  h1 { text-align: center; }
div.pag_circulo p:hover a { color: #4570b4; text-decoration: underline; }
div.pag_circulo div.post-content { margin: 50px auto; font-size: 18px; }

/*--Archivo denuncia--*/
div.denuncia_generales { max-width: 900px; width: 100%; margin: 100px auto; }
div.denuncia_generales div.post-single { width: 100%; display: flex; align-items: center; margin: 50px auto; }
div.denuncia_generales div.post-single div.featured-thumbnail { width: 400px; }
div.denuncia_generales div.post-single div.featured-thumbnail img { width: 100%; height: auto; }
div.denuncia_generales div.post-single div.denuncia_tit { padding: 50px; }
div.denuncia_generales div.post-single a.liga { color: #d4791c; }

/*--Semillero--*/
article.semillero { max-width: 1000px; margin: 90px auto 100px; width: 100%; }
article.semillero h1.titulo { text-align: center; }
article.semillero form { text-align: center ; }
article.semillero form select.wpcf7-select { width: 349px; }
article.semillero form [type="submit"] { margin: 20px auto; border: none; padding: 15px; color: #000; background-color: #6fa83b; width: 150px; }
article.semillero .wpcf7 .ajax-loader { width: 1px; margin: 0px 0px; }
article.semillero form input[type="text" i], article.semillero form [type="email" i], article.semillero form select.wpcf7-select, article.semillero form textarea { box-shadow: 2px 4px 6px #cfcfcf; border: 1px solid #cecece;  }
article.semillero ul li { list-style: inside; }
article.semillero p a { color: #d4791c; }
div.propuestasbtn { color: #fff; background-color: #4570b4; width: 350px; margin: 50px auto; text-align: center; padding: 10px; font-size: 20px; }
div.propuestasbtn p { margin-bottom: 0px; }

/*--Propuestas e iniciativas--*/
div.propuestas { max-width: 1000px; width: 100%; margin: 100px auto; }
div.propuestas h1 { text-align: center; }
div.propuestas_generales { max-width: 900px; width: 100%; margin: 100px auto; }
div.propuestas_generales div.post-single div.propuestas_tit { padding: 30px 50px; box-shadow: 2px 3px 4px #cecece; width: 100%; background-color: #fff; transition: 0.5s all ease; }
div.propuestas_generales div.post-single:hover div.propuestas_tit { background-color: #4570b4; color: #fff; }
div.propuestas_generales div.post-single div.propuestas_tit:hover a.liga, div.propuestas_generales div.post-single div.propuestas_tit:hover p { color: #fff; } 
div.propuestas_generales div.post-single { width: 100%; display: flex; align-items: center; margin: 50px auto; }
div.propuestas_generales div.post-single a.liga { color: #d4791c; }

/*--Propuestas single--*/
article.propuestas-single { max-width: 1000px; width: 100%; margin: 100px auto; }
article.propuestas-single h1 { text-align: center; }
article.propuestas-single h2 { text-align: center; color: #d4791c; margin: 40px auto; }

/*--Search--*/
.searchpagina .post-single{ width: 100%; max-width: 1000px; margin: 60px auto; }
.searchpagina h1 { text-align: center; margin: 20px auto; }
.read-more { display: none;}
.searchpagina .oldernewer { width: 100%; max-width: 1200px; margin: 80px auto; }

/*---Alineaciones--*/

.none { display: none; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.aligncenter { text-align: center; }
.alignleft { text-align: left; }
.alignright { text-align: right; }

/* Always remember to compress your live stylesheet and keep an uncompressed backup */

/*---Móvil--*/
@media (max-width:1700px) { 

	/*--Inicio--*/
	section.noticias { margin-bottom: 0px; }
	section.circulo { margin-bottom: 0px; }
	section.semillero { margin: 40px auto 80px; }
	div.semi img { margin-top: -20px; }
	div.mapa_ejemplo { height: 470px; }

 }

@media (max-width:1687px) { 

    
 }

@media (max-width:1440px) { 

	/*--Inicio--*/
	div.semi img { margin-top: -60px; }
	div.mapa_ejemplo { height: 400px; }

 }

@media (max-width:1400px) { 

   	/*--Header--*/
   	div.logo { width: 150px; }
   	header .container { width: 94%; }

   	/*--Inicio--*/
   	div.mapa_ejemplo { height: 380px; }
 }

 @media (max-width:1366px) { 

 	/*--Header--*/
   	header .container { width: 95%; }

 }

@media (max-width:1300px) { 

	/*--Header--*/
	header .container { width: 98%; }

   	div.mapa_ejemplo { height: 350px; }


 }

@media (max-width:1200px) {

	/*--header--*/
	nav.menudesk { display: none!important; }
	div#movil { display: block; height: 50px; margin: 20px 0px; }
	.mm-menu { background: #fff!important; color: #000!important;  }

	/*--Inicio--*/
	div.noticiasininicio { width: 90%; }
	div.noti div.imgnoti { width: 270px; }
	div.difusion_info { width: 90%; }
	div.mapa_ejemplo { height: 300px; }

	/*--Espacio de sinergia--*/
	section.espacio { width: 80%; }
	div.txtsinergia { height: 200px; }

	/*--Sinergia single--*/
	section.sinergia-sencillo { width: 80%; }
	div.imagen-titulo div.titulofoto { margin: -40px 0px 0px 570px; }

	/*--Search--*/
	.searchpagina .oldernewer { width: 70%; }



 }

@media (max-width:1097px) {

	/*--Inicio--*/
	h1.txtprincipal { margin: 230px 30px 100px 100px; }
	div.noti div.imgnoti { width: 230px; }

	/*--Noticias--*/
	div.noticias_generales { width: 90%; }
	div.noticias_generales div.post-single:nth-child(1) { width: 100%; margin: 40px 100px; max-width: 760px; }
	div.noticias_generales div.post-single:nth-child(1) div.mas { right: -600px; }
	div.noticias_generales div.post-single:nth-child(4), div.noticias_generales div.post-single:nth-child(5) { margin-top: 20px; }
	div.noticias_generales div.post-single { margin: 40px 50px; width: 100%; max-width: 360px; }
	div.noticias_generales div.post-single div.mas { right: -160px; }

	/*--Círculo de documentación--*/
	section.cuenca { width: 90%; }
	div.mansor { width: 90%; }
	div.mansor img.mitades { width: 47%; }
	div.mansor img.middle { width: 48%; margin: 13px 0px; }

}

@media (max-width:1024px) { 

	/*--Inicio--*/
	div.noticiasininicio { width: 100%; flex-direction: column; }
	div.noti div.imgnoti { width: 300px; }
	div.noti { width: 60%; margin: 0px auto 40px; }
	div.descrip { width: 270px; }

	/*--Footer--*/
	div.formulario { width: 920px; }
	footer form textarea { min-width: 280px; width: 920px; }
	footer form [type="submit"] { margin: 20px 380px; }

	/*--Noticias--*/
	div.noticias_generales div.post-single:nth-child(1) { width: 82%; margin: 40px 80px; }
	div.noticias_generales div.post-single { margin: 40px 49px; }
	div.noticiahead div.featured-thumbnail { height: 470px; }

	/*--Sinergia single--*/
	div.imagen-titulo div.titulofoto { margin: -40px 0px 0px 540px; }

	/*--Single noticias--*/
	article.noticias { width: 80%; }
	div.noticiahead { height: 470px; }
	div.noticiahead div.featured-thumbnail img { width: 100%; height: auto; }

	/*--Espacio sinergia--*/
	div.txtsinergia { height: 230px; }

	/*--Semillero--*/
	article.semillero { width: 80%; }

	/*--Propuesta single--*/
	article.propuestas-single { width: 80%; }

	/*--Search--*/
	.searchpagina .post-single { width: 80%; }
	.searchpagina .featured-thumbnail img { height: auto; }



 }

@media (max-width:900px) {

	/*--Inicio--*/
	div.noti { width: 70%; }
	div.difusion_info { width: 100%; flex-direction: column; }
	div.noti_difusion { width: 70%; margin: 0px auto 40px; }
	.BPrincipal { height: 284px!important; }

	/*--Footer--*/
	div.formulario { width: 620px; }
	footer form textarea { width: 624px; }
	footer form [type="submit"] { margin: 20px 240px; } 

	/*--Noticias--*/
	div.noticias_generales div.post-single:nth-child(1) { width: 100%; float: none; margin: 40px auto; }
	div.noticias_generales div.post-single:nth-child(1) div.featured-thumbnail img { width: 100%; }
	div.noticias_generales div.post-single:nth-child(1) div.mas { right: -600px; bottom: -34px; }
	div.noticias_generales div.post-single { width: 80%; float: none; margin: 90px auto; height: auto; }
	div.noticias_generales div.post-single div.featured-thumbnail img { width: 100%; }
	div.noticias_generales div.post-single div.mas { right: -210px; bottom: -18px; }

	/*--Espacio de sinergia--*/
	section.espacio { flex-direction: column; }
	div.sinergia1 { width: 70%; margin: 50px auto; }

	/*--Sinergia single--*/
	div.imagen-titulo div.titulofoto { margin: -40px 0px 0px 400px; }

	/*--Denuncia--*/
	div.denuncia_generales div.post-single { flex-direction: column; }

	/*--Single noticias--*/
	div.noticiahead {  height: 410px; }
	div.noticiahead h2 { top: -220px; }



}

@media (max-width:800px) {

	/*--Header--*/
	header { height: 110px; }

	/*--Inicio--*/
	div.noti { width: 80%; }
	.BPrincipal { height: 250px!important; }

	/*--Noticias--*/
	div.noticias_generales div.post-single:nth-child(1) div.mas { right: -470px; bottom: -15px; }
	div.noticias_generales div.post-single:nth-child(1) { width: 90%; height: auto; }
	div.noticias_generales div.post-single:nth-child(1) div.featured-thumbnail { width: 100%; height: 370px; }

	/*--Sinergia single--*/
	div.contenidosinergia blockquote { width: 50%; }

	/*--Circulo--*/
	div.mansor div.columna { width: 35%; }
	div.mansor img.middle { width: 63%; margin: 13px 0px 35px; }

	/*--single noticias--*/
	div.noticiahead { height: auto; }
	div.noticiahead h2 { top: 0px; color: #000; text-shadow: none; }

	/*--Propuestas--*/
	div.propuestas_generales { width: 80%; }


}


@media (max-width:600px) {

	/*--Inicio--*/
	div.noti { width: 80%; }
	div.noti div.imgnoti, div.descrip { float: none; width: 100%; }
	div.semi div.semillerotxt { width: 90%; margin: 0px auto; }
	h1.txtprincipal { width: 480px; margin: 230px 30px 100px 30px; }
	div.siner div.sinergiatxt div.azulsinergia { width: 470px; }
	.BPrincipal { height: 190px!important; }

	/*--Circulo--*/
	div.mansor img.mitades, div.mansor img.middle { width: 100%; }
	div.mansor div.columna { width: 100%; flex-direction: row; }
	div.mansor div.columna { display: inline-block; float: none; text-align: center; }
	div.mansor div.columna img { float: none; width: 98%; }

	/*--Footer--*/
	div.formulario { width: 300px; }
	footer form textarea { width: 300px; }
	footer form [type="submit"] { margin: 20px 70px; }

	/*--Noticias--*/
	div.noticias_generales div.post-single:nth-child(1) div.mas { right: -350px; }
	div.noticias_generales div.post-single:nth-child(1) div.featured-thumbnail { height: 280px; }
	div.noticiahead div.featured-thumbnail { height: 270px; }


	/*--Espacio de sinergia--*/
	div.sinergia1 { width: 100%; }

	/*--Sinergia single--*/
	div.logotxt img { width: 100%; }
	div.imagen-titulo div.titulofoto { margin: -40px auto 0px; }

	/*--Denuncia--*/
	article.noticias blockquote { width: 100%; float: none; }

}

/* Dispositivo sm */
@media screen and (max-width:575px) {


	/*--Header--*/
	div.logo { width: 140px; margin: 0px 0px; }
	div.menumovilboton img { width: 110px; }
	div#movil { height: auto; margin: 0 0; }
	header { height: 70px; }

	/*--Banner--*/
	.BPrincipal { height: 180px!important; }
}


@media (max-width:450px) {

	/*--Header--*/
	div.logo { width: 110px; }
	div.menumovilboton img { width: 100px; }
	header { height: 56px; }

	/*--Inicio--*/
	div.siner div.sinergiatxt div.azulsinergia { width: 340px; }
	img.lineasarriba { bottom: -26px; }
	img.lineasabajo { top: -20px; }
	div.noti_difusion div.descrip { width: 80%; right: -10px; }
	div.vineta { flex-shrink: 0; }
	section div#titulosection{ text-align: center; }
	div#titulosection { width: 80%; }
	h1.txtprincipal { width: 390px; }
	.BPrincipal { height: 156px!important; }
	section.banner_principal { margin-bottom: 40px; }
	section.cuenca { margin: 40px auto; }
	.titulo { font-size: 2em; }
	section.cuenca { font-size: 21px; }

	/*--Noticias--*/
	div.noticias_generales div.post-single:nth-child(1) div.mas { right: -220px; bottom: -10px; }
	div.noticias_generales div.post-single div.mas { right: -180px; }
	div.noticias_generales div.post-single div.featured-thumbnail { width: 100%; }
	div.txtsinergia p { height: auto; }
	div.noticias_generales div.post-single:nth-child(1) div.featured-thumbnail { height: 200px; }
	div.noticias_generales div.post-single:nth-child(1) p { font-size: 20px; }

	/*--Noticias single--*/
	div.noticiahead div.featured-thumbnail { width: 136%; }
	div.noticiahead h2 { font-size:24px; margin:20px auto; }

	/*--Search--*/
	.searchpagina p { word-wrap: break-word; }


}

@media only screen and (max-width:390px) {

	/*--General--*/
	.titulo { font-size: 1.8em; }
	header { position: relative; }
	input#s { width: 80px; }

	/*--Inicio--*/
	h1.txtprincipal { margin: 230px auto 100px; }
	.BPrincipal { height: 120px!important; }

	/*--Noticias--*/
	div.noticias_generales div.post-single:nth-child(1) { height: auto; }
	div.noticias_generales div.post-single:nth-child(1) div.mas { right: -190px; bottom: -16px; }
	div.noticias_generales div.post-single div.mas { right: -160px; }
	div.noticias_generales div.post-single:nth-child(1) p { height: auto; }
	div.noticias_generales div.post-single div.featured-thumbnail { height: 160px; }
	div.noticiahead h2 { width: 98%; }

	/*--Sinergia single--*/
	div.logotxt { padding: 20px 20px; }
	div.contenidosinergia blockquote { width: 100%; }

	/*--Denuncia--*/
	div.denuncia_generales div.post-single div.featured-thumbnail { width: 300px; }
	div.denuncia_generales div.post-single { margin: 30px auto; }

	/*--Single noticias--*/
	div.noticiahead div.featured-thumbnail { width: 154%; }

	/*--Semillero--*/
	article.semillero form input[type="text" i], article.semillero form [type="email" i], article.semillero form select.wpcf7-select, article.semillero form textarea { width: 100%; margin: 0px auto; }


}

@media (max-width:375px) {

	/*--Difusión--*/
	h1.txtnoticias { width: 300px; }

	/*--Circulo--*/
	div.mansor div.columna img { width: 97%; }

	/*--Noticias single--*/
	div.noticiahead h2 { font-size: 24px; }
	article.noticias h4 { font-size: 20px; }

	/*--Espacio sinergia--*/
	div.txtsinergia { height: auto; }
	

}

@media only screen and (max-width:320px) {

	/*--General--*/
	.titulo { font-size: 1.5em; }

	/*--Inicio--*/
	div.noti { width: 90%; }
	div.noti_difusion { width: 90%; }
	div.siner div.sinergiatxt { width: 90%; }
	div.siner div.sinergiatxt div.azulsinergia { width: 240px; }
	h1.txtprincipal { width: 310px; }
	.BPrincipal { height: 106px!important; }
	section.cuenca { font-size: 16px; }

	/*--Noticias--*/
	div.noticias_generales div.post-single:nth-child(1) div.mas { right: -160px; }
	div.noticias_generales div.post-single div.mas { right: -90px; }
	div.noticias_generales div.post-single:nth-child(1) div.featured-thumbnail {height: 150px;}

	/*--Sinergia single--*/
	section.single-sinergia { width: 80%; margin: 150px auto 50px; }

	/*--Footer--*/
	footer form input[type="text" i], footer form input[type="email" i], footer form textarea { width: 280px; }

	/*--Noticias single--*/
	div.noticiahead div.featured-thumbnail { width: 190%; }

}



