/*
	Theme Name: ConexiónCOP y Radar Climático
	Theme URI: http://conexioncop.com/
	Description: Tema para ConexiónCOP y Radar Climático
	Version: 2.0
	Author: Hernán Marín
	Author URI: http://hernanmarin.pe
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

*:focus{
	outline: none;
}

/* html element 62.5% font-size for REM use */
html {
	background-color: #E7E8E0;
}

body {
	font:300 16px/1.5 'Lato', Helvetica, Arial, sans-serif;
	color:#333;
}

body.open{
	overflow: hidden;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#F17022;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.valign-top *{
	vertical-align: top;
}

h3 span[class^="bandera"]{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0.5rem;
	display: inline-block;
}

.m-32{margin: 2rem;}
.m-64{margin: 4rem;}
.mb-32{margin-bottom: 2rem;}
.mb-64{margin-bottom: 4rem;}
.mt-32{margin-top: 2rem;}
.mt-64{margin-top: 4rem;}
.my-32{margin-top: 2rem; margin-bottom: 2rem;}
.my-64{margin-top: 4rem; margin-bottom: 4rem;}

.p-32{padding: 2rem;}
.p-64{padding: 4rem;}
.pb-32{padding-bottom: 2rem;}
.pb-64{padding-bottom: 4rem;}
.pt-32{padding-top: 2rem;}
.pt-64{padding-top: 4rem;}
.py-32{padding-top: 2rem; padding-bottom: 2rem;}
.py-64{padding-top: 4rem; padding-bottom: 4rem;}

@media only screen and (max-width:768px) {
	.p-md-32{padding: 2rem;}
}

.br-8{border-radius: 0.5rem; overflow: hidden;}
.br-16{border-radius: 1rem; overflow: hidden;}

/*------------------------------------*\
    COLORES
\*------------------------------------*/

.bg-blanco{background-color: #ffffff;}
.bg-destacado, .bg-tendencia, .bg-destacadopt, .bg-tendenciapt, .bg-azul{background-color: #1E65FF;}
.bg-azulm, .bg-video, .bg-infografia, .bg-publicacion, .bg-foto, .bg-grafico, .bg-videopt, .bg-infografiapt, .bg-publicacionpt, .bg-fotopt, .bg-graficopt {background-color: #004BC3;}
.bg-azulo{background-color: #001D49;}
.bg-crema{background-color: #E7E8E0;}
.bg-cremao{background-color: #BDB187;}
.bg-redes, .bg-celeste, .bg-noticia, .bg-noticiapt, .bg-evento, .bg-eventopt {background-color: #00aced;}
.bg-personaje, .bg-amarillo{background-color: #F8B635;}
.bg-energia, .bg-energiapt, .bg-naranja, .bg-cifra, .bg-cifrapt {background-color: #F17022;}
.bg-negociaciones-del-clima, .bg-negociaciones-del-climapt, .bg-rojo{background-color: #DC3126;}
.bg-magenta {background-color: #D12078;}

.txt-blanco{color: #ffffff;}
.txt-negro{color: #333333;}
.txt-naranja{color: #F17022;}
.txt-azul{color: #1E65FF;}
.txt-azulo{color: #001D49;}
.txt-cremao{color: #BDB187;}


.bg-suscribete{
	background: url('img/bg-suscribete.jpg') #001D49;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-suscribete-full{
	background: url('img/bg-suscribete.jpg') #001D49;
	padding: 10rem 0 5rem;
	background-position:top center;
	background-size: contain;
	background-repeat: no-repeat;
}


.suscribete-container {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
	height: 100%;
	width: 100%;
	background-color: #0f1318;
}

.slider-suscribete {
  position: relative;
  width: 100%;
  height: 25rem;
}

.item-suscribete {
  height: 24rem;
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-mapa-container{
	position: absolute;
	width: 70%;
	height: 100%;
	top: 0;
	right: 0;
	opacity: 0;
}

.bg-mapa{
	position: relative;
  width: 100%;
  height: 100%;
	background: url('img/mapa.jpg') #1D4C93;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bg-mapa:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#1D4C93), color-stop(50%, rgba(5, 85, 178, 0)), color-stop(50%, rgba(14, 95, 224, 0)));
    background: -webkit-linear-gradient(left, #1D4C93 0%, rgba(5, 85, 178, 0) 50%, rgba(14, 95, 224, 0) 50%);
    background: -o-linear-gradient(left, #1D4C93 0%, rgba(5, 85, 178, 0) 50%, rgba(14, 95, 224, 0) 50%);
    background: linear-gradient(90deg, #1D4C93 0%, rgba(5, 85, 178, 0) 50%, rgba(14, 95, 224, 0) 50%);
}

/*------------------------------------*\
    LINKS Y BOTONES
\*------------------------------------*/
.link {
	font-weight: 600;
	text-decoration: underline dotted;
}

ul.list-unstyled li {
    display: inline-block;
}

.taxonomia {
	position: relative;
    display: inline-block;
    padding: 0.75rem 1rem 0.875rem 3rem;
    font-weight: 600;
    border-radius: 0.5rem;
	margin: 0 0.5rem 0.5rem 0;
	overflow: hidden;
	font-size: 14px;
}

.taxonomia.taxonomia-sin-imagen {
    padding: 0.75rem 1rem 0.875rem;
}

.taxonomia img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.bandera-tax {
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 3rem;
    background-position: center;
    background-size: cover;
}

.taxonomia span{
	z-index: 2;
	position: absolute;
	width: 3rem;
	height: 3rem;
	top: 0;
	left: 0;
}

.tag-general, a.boton, .noticia-texto p a, .noticia li a, .menu li a{
	display: inline-block;
	font-weight: 600;
}

a.relacionada:hover {
    text-decoration: none;
}

.tag-general{
	text-transform: uppercase;
}

a.tag-categoria{
	font-size: 10px;
	letter-spacing: 0.125rem;
	padding: 0.2rem 0.375rem 0.2rem 0.675rem;
	color: #ffffff;
	background-color: #F17022;
	border-radius: 0.25rem;
}

a.tag-categoria:hover{
}

a.tag-categoria.hover:hover{
	background-color: #ffffff;
	color: #1E65FF;
}

a.tag-etiqueta, a.tag-etiqueta-blanco{
	font-size: 0.675rem;
	letter-spacing: 0.15rem;
	margin-right: 0.25rem;
	color: #333333;
}
a.tag-etiqueta:hover{color: #1E65FF;}

a.tag-etiqueta-blanco{color: #ffffff;}
a.tag-etiqueta-blanco:hover{color: #F8B635;}

.resumen-holder a, .noticia-texto p a:not(.boton){
	font-weight: 600;
	text-decoration: underline;
	color: #f17022;
	padding: 0 0.25rem;
}

.resumen-holder a:hover, .noticia-texto p a:not(.boton):hover{
	background-color: transparent;
	color: #f17022;
	text-decoration: none;
}
/*.resumen-holder a:hover, .noticia-texto p a:not(.boton):hover{
	background-color: #f17022;
	color: white;
	text-decoration: none;
}*/

.tag-titulo{
	font-size: 10px;
	letter-spacing: 0.125rem;
	padding: 0.75rem 0rem;
	color: #ffffff !important;
	width: 100%;
	cursor: pointer;
}

.menu li a {
    font-size: 14px;
    padding: 0.75rem 0rem;
    cursor: pointer;
}

.titulo-pastilla {
  display: inline-flex;
  position: absolute;
  z-index: 1;
  padding: 0 1rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
	text-align: center;
}

.noticia li a:not(.taxonomia){
	font-size: 0.675rem;
	letter-spacing: 0.15rem;
	color: #333333;
}

.tag-grande {
  font-size: 2.375rem;
  letter-spacing: 0.5rem;
}

.link-cover {
	display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

/*BOTONES*/
.botonera{
 text-align: center;
 width: 100%;
 margin-top: 2rem;
 display: -webkit-box;
 display: -ms-flexbox;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
}

a.boton{
	margin: 0.125rem;
	position: relative;
	border-radius: 0.5rem;
	overflow: hidden;
}

a.boton span {
    z-index: 1;
    position: relative;
}

a.boton:hover{
	text-decoration: none;
}

a.boton.boton-principal, a.boton.boton-secundario, .boton-cta, .boton-suscribirse{
	font-size: 1rem;
	font-weight: 600;
	padding: 1rem 1.75rem;
	border-radius: 0.5rem;
}


a.boton.boton-principal{
	color: #ffffff;
	background-color: #1E65FF;
	border: 1px solid #1E65FF;
}

a.boton:before  {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	z-index: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.25,.46,.45,.94);
		-o-transition: all 0.2s cubic-bezier(0.25,.46,.45,.94);
		transition: all 0.2s cubic-bezier(0.25,.46,.45,.94);
}

a.boton.boton-principal:before  {
  background-color: #001D49;
}

a.boton.boton-secundario:before {
  background-color: #ffffff;
}

a.boton:hover:before {
  width: 100%;
}

a.boton.boton-secundario{
	border: 1px solid #1E65FF;
	color: #1E65FF;
	background-color: #e7e8e0;
}

.boton-cta, .boton-suscribirse {
	background-color: #F17022;
	color: #FFFFFF;
	border: none;
	outline: none;
}

.boton-suscribirse {
  width: auto !important;
}

.boton.boton-suscribirse:hover {
  color: #ffffff;
}


/*OTROS*/

.hero{
	border-radius: 1rem;
	color: white;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.hero:before {
    content: "";
    background: linear-gradient(180deg, rgba(29, 76, 147, 0) 25%, #001D49 85%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.hero.open:before {
    background: linear-gradient(180deg, rgba(29, 76, 147, 0) 20%, #001D49 60%);
}

.hero-inner{
	width: 100%;
	padding: 4rem 1rem 2rem;
	position: relative;
	-webkit-transition: all 0.2s cubic-bezier(0.25,.46,.45,.94);
		 -o-transition: all 0.2s cubic-bezier(0.25,.46,.45,.94);
			transition: all 0.2s cubic-bezier(0.25,.46,.45,.94);
}

a.hero-inner-a {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hero-inner.open{
	padding: 18rem 2rem 2rem;
}

.hero h1{
	font-size: 1.75rem;
}

.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}

.elementor-shape-bottom {
  bottom: -1px;
}

.elementor-shape-top {
  top: -1px;
}

.elementor-shape-overflow{
	top: 99%;
	z-index: 1;
}

.button-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 3rem;
	right: 1rem;
	background: #001d49;
	width: 3rem;
	height: 3rem;
	z-index: 10000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 0.2s cubic-bezier(0.25,.46,.45,.94);
		 -o-transition: all 0.2s cubic-bezier(0.25,.46,.45,.94);
			transition: all 0.2s cubic-bezier(0.25,.46,.45,.94);
	-webkit-box-shadow: 0rem 0.5rem 0.5rem -0.2rem rgba(20,20,10,0.6);
			box-shadow: 0rem 0.5rem 0.5rem -0.2rem rgba(20,20,10,0.6);
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 0.5rem;
		  
}

.button-to-top:hover{
	bottom: 2rem;
	-webkit-box-shadow: 0rem 1rem 1.5rem 0rem rgba(20,20,10,0.5);
			box-shadow: 0rem 1rem 1.5rem 0rem rgba(20,20,10,0.5);
}

.button-to-top svg {
    width: 80%;
    height: 80%;
}

.button-to-top svg path {
    fill: #fff;
}






/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* containers and rows */
.container, .container-fluid{
	position: relative;
}

.container.seccion, .container-fluid.seccion {
	padding-top: 4rem;
}

.container.seccion{
	padding-bottom: 4rem;
}

.container.seccion-overlay{
	padding-bottom: 8rem;
}

.seccion-overflow{
	margin-top: -8rem;
}


/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}

.hotbar{
	position: absolute;
	z-index: 1;
	width: 100%;
	padding: 0.25rem 0;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(#1E65FF), color-stop(100%, rgba(5, 85, 178, 0)), to(rgba(14, 95, 224, 0)));
	background: -webkit-linear-gradient(left, #1E65FF 0%, rgba(5, 85, 178, 0) 100%, rgba(14, 95, 224, 0) 100%);
	background: -o-linear-gradient(left, #1E65FF 0%, rgba(5, 85, 178, 0) 100%, rgba(14, 95, 224, 0) 100%);
	background: linear-gradient(90deg, #1E65FF 0%, rgba(5, 85, 178, 0) 100%, rgba(14, 95, 224, 0) 100%);
}

.bg-img{
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/* logo */
.logo {

}
.logo-img {

}

.logo-texto a, .menu-secundario.menu-radar a, .menu-secundario.menu-cop a{
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    color: #1E65FF;
}

.menu-secundario.menu-radar a, .menu-secundario.menu-cop a{
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.125rem;
}

.menu-secundario.menu-cop a{
    color: white;
}

.menu-secundario.menu-cop .sub-menu a {
    color: #333;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 300;
}


/* navs y menus */
.nav {

}

.menu-principal ul > li, .menu-secundario ul > li{
    display: inline-block;
	padding: 1rem 0.75rem;
	position: relative;
}

.menu-secundario ul > li{
    padding: 0.25rem 0.5rem;
}

.menu-principal ul, .menu-secundario ul  {
    margin: 0 1rem 0 0;
    padding: 0;
}

.menu-secundario ul  {
    margin: 0;
}

.menu-principal.menu-radar ul > li:last-child {
    display: none;
}

.menu-principal a {
    font-weight: 400;
}

.menu-cop a {
    color: #fff;
}

.menu-radar a:hover, .menu-cop a:hover {
    text-decoration: none;
}


.menu-principal ul.sub-menu, .menu-secundario ul.sub-menu {
    display: none;
    position: absolute;
    top: 4rem;
    left: 0;
    flex-direction: column;
    width: 200px;
    background: white;
    z-index: 99;
    border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0px 48px 64px -8px rgba(0, 0, 0, 0.25);
}

.menu-principal .menu-item-has-children:hover .sub-menu, .menu-secundario .menu-item-has-children:hover .sub-menu {
    display: flex;
}

.menu-responsive .menu-item-has-children.active .sub-menu {
    display: block;
}

.menu-secundario.menu-cop .sub-menu {
    top: 2.5rem;
}

.menu-principal ul.sub-menu li, .menu-secundario ul.sub-menu li {
    padding: 0;
    border-bottom: 1px solid #e7e8e0;
}

.sub-menu li a {
    font-weight: 300;
}

.menu-principal .sub-menu li a, .menu-secundario .sub-menu li a {
    padding: 0.75rem 1rem;
    display: block;
    color: #333333;
}


.menu-principal  .sub-menu li a:hover, .menu-secundario  .sub-menu li a:hover {
	background: #E7E8E0 ;
}


.menu-responsive > ul {
	padding: 0;
	margin: 0 ;
}

.menu-responsive > ul li {
    list-style: none;
}

.menu-responsive > ul li a {
	color: white;
	display: block;
}

.menu-responsive > ul > li > a {
	border-top: 1px solid;
	position: relative;
	font-size: 1rem;
}

.menu-responsive > ul > li.menu-item-has-children > a:before {
    background-image: url('./img/arrow-down.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 12px;
    height: 6px;
    position: absolute;
    display: block;
    top: 1.25rem;
    right: 0.5rem;
}

.menu-responsive > ul > li.menu-item-has-children.active > a:before {
    transform: rotate(180deg);
}

.menu-responsive > ul > li:first-child > a {
	border-top: none;
}

.menu-responsive .sub-menu {
	display: none;
}

#menu-close {
    position: absolute;
    top: 2rem;
	right: 2rem;
	color: white;
}

/* sidebar */
.sidebar {

}

.sidebar-block {
    margin-bottom: 1rem;
}

/* footer */
.footer {

}



/*------------------------------------*\
    MODAL
\*------------------------------------*/
#menu-modal {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: -100%;
  left: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 29, 73, 0.95);
	-webkit-transition: all 0.2s cubic-bezier(0.25,.46,.45,.94);
	-o-transition: all 0.2s cubic-bezier(0.25,.46,.45,.94);
	transition: all 0.2s cubic-bezier(0.25,.46,.45,.94);
	opacity: 0;
	visibility: hidden;
}

#menu-modal.active {
  top: 0;
	opacity: 1;
	visibility: visible;
}

#menu-modal form{
	position: relative;
}

#search-btn{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0.5rem 1rem;
	background-color: #F17022;
	color: #FFFFFF;
	border: none;
	outline: none;
	border-radius: 0 0.5rem 0.5rem 0;
}

/*------------------------------------*\
    PAGINATION
\*------------------------------------*/
.pagination {
    display: inline-block;
}

.pagination .page-numbers {
	padding: 1rem 1.5rem;
	background: #fff;
	margin: 0 0.25rem;
	border-radius: 0.5rem;
	font-weight: 400;
	display: inline-block;
}

.pagination .page-numbers.dots, .pagination .page-numbers.next, .pagination .page-numbers.prev {
	padding: 1rem 0;
	background: transparent;
	margin: 0 0.25rem;
	color: #333333;
}

.pagination .page-numbers.dots{
	padding: 1rem 0;
	font-size: 1.625rem;
	color: #fff;
}

.page-numbers.current {
    background: #f17022;
    color: white;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.noticia {
	margin-bottom: 2rem;
}


.noticia-meta span, .noticia-especial-inner span{
	margin: 0 0.5rem;
	color: #B0B0B0;
	font-size: 14px;
	font-weight: 400;
}

.slider-principal .noticia-meta span{
	margin: 0 0.75rem;
	color: #ffffff;
	font-size: 1rem;
}



.noticia-meta span.priorizan {color: #f17022;}
.noticia-meta span.mencionan {color: #1E65FF;}

.noticia-meta-grafica{
	color: #B0B0B0;
}

.noticia-meta-grafica span{
	font-weight: 400;
	margin: 0 0.75rem;
}

.noticia-label {
    position: absolute;
    z-index: 1;
    width: auto;
    max-width: 55%;
	top: 0;
	border-radius: 0 0 0.5rem 0.5rem;
}

.noticia-contenido {
	text-align: center;
	padding: 1rem 1.5rem 1.5rem !important;
}

.noticia-img, .noticia-img img, .imagen-principal img {
	width: 100%;
	overflow: hidden;
}




.noticia-img.noticia-especial {
    height: 20rem;
}


.noticia-img.noticia-especial a, .noticia-img.noticia-especial a .noticia-img-bg {
    position: absolute;
	width: 100%;
	height: 100%;
}

.noticia-img.noticia-especial a .noticia-especial-inner{
    padding: 1.75rem 2rem;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
	color: white;
	margin-bottom: 0;
}

.destacada-img, .noticia-wrapper img, .noticia-wrapper .noticia-img.noticia-especial a .noticia-img-bg {
-webkit-transform: scale(1);
	-ms-transform: scale(1);
		transform: scale(1);
-webkit-transition: all .3s cubic-bezier(.53,.01,.18,1);
	 -o-transition: all .3s cubic-bezier(.53,.01,.18,1);
		transition: all .3s cubic-bezier(.53,.01,.18,1);
}

.destacada:hover .destacada-img, .noticia-wrapper:hover img, .noticia-wrapper:hover .noticia-img.noticia-especial a .noticia-img-bg {
-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
		transform: scale(1.1);
}

.noticia > .row, .noticia-wrapper {
  	border-radius: 1rem;
  	overflow: hidden;
	box-shadow: 0 2rem 2rem -2rem rgba(0,0,0,0.25);
	-webkit-transition: all .3s cubic-bezier(.53,.01,.18,1);
		 -o-transition: all .3s cubic-bezier(.53,.01,.18,1);
			transition: all .3s cubic-bezier(.53,.01,.18,1);
}

.video-icon {
    position: absolute;
    z-index: 1;
    color: white;
    height: 3rem;
    width: 3rem;
    border-radius: 100%;
    border: 2px solid white;
    line-height: 2.7rem;
    font-size: 1.4rem;
    padding-left: 0.9rem;
    top: 1rem;
    right: 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.destacada:hover, .noticia-wrapper:hover {
	box-shadow: 0px 28px 40px -12px rgba(0, 0, 0, 0.25);
}

.single-header-img {
  height: 24rem;
  background-position: center;
  background-size: cover;
  position: relative;
}

.traduccion {
    background: white;
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    position: absolute;
    top: 8px;
    right: 8px;
	z-index: 1;
}

.creditos {
    display: inline-block;
    position: absolute;
    padding: 0.25rem 0.5rem;
    background: rgba(0, 29, 73, 0.75);
    color: white;
    border-radius: 0.25rem 0.25rem 0 0;
    bottom: 0;
    right: 2rem;
}

.creditos p {
    margin: 0;
    font-size: 12px;
}

.creditos p a {
    color: white;
    font-weight: 600;
}

.post-views {
    font-weight: 700;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.noticia-texto p:last-child {
  margin-bottom: 0;
}

.video-container {
  /* max-width: 600px; */
  width: 100%;
}

.video-inner{
  position: relative;
  padding-bottom: 56.25%;
  /* padding-top: 20px; */
  height: 0;
  overflow: hidden;
}

/***
* @author Brad Dalton - WP Sites
* @link http://wpsites.net/wordpress-tips/embed-videos-responsive/
***/

.video-inner iframe,
.video-inner object,
.video-inner embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.noticia-img{
	height: 12rem;
}

#sidebar .noticia-img{
	height: 8rem;
}

#pills-tabContent {
    border-radius: 1rem;
}

.nav-pills .nav-link {
    font-weight: 400;
	padding: 1rem 1.75rem;
	border-radius: 0.5rem;

}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
	background-color: #F17022;
	font-weight: 600;
}

#grafica {
  width: 100%;
  position: relative;
}

#grafica svg g g g g rect {
  stroke-width:0px;
}

/*LISTAS*/
.menu{
 margin-bottom: 2rem;
}

.ls-none, .menu ul{
	margin: 0;
	padding: 0;
}

.ls-none > li, .menu ul > li{
	list-style: none;
}

/*LISTA DE MEDIOS*/
.medios-list {

}

.medios-list > li {
	border-bottom: 1px solid #e7e8e0;
	padding: 0.25rem 0;
}

.medios-list .porcentaje {
	text-align: right;
}

/*LISTA DE PAISES*/
.paises-list {
	margin-top: 2rem;
  overflow-x: auto;
	-webkit-columns: 12rem;
					columns: 12rem;
	-webkit-column-gap: 4rem;
					column-gap: 4rem;
}

.paises-list > li{
	margin-bottom: 1.5rem;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

.paises-list .inactivo{
	opacity: 0.4;
}

.paises-list > li a.tag-categoria {
    font-size: 14px;
    letter-spacing: 0;
    padding: 0.25rem 0 0.25rem;
    color: #001d49;
    background-color: #FFF;
    border-top: 1px solid #e7e8e0;
    font-weight: 400;
    text-transform: none;
    border-radius: unset;
}

/*------------------------------------*\
	LOGOS
\*------------------------------------*/

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

span[class^="logo"] {
    display: block;
    width: 160px;
    height: 75px;
		background-position: center left;
		background-repeat: no-repeat;
		background-size: contain;
}

span[class^="logo-elcolombiano"] { width: 75px;}
span[class^="logo-eltiempo"],span[class^="logo-clarin"],span[class^="logo-elpais"],span[class^="logo-laprensa"],span[class^="logo-infobae"] { width: 150px;}
span[class^="logo-elsiglo"] { width: 175px;}
span[class^="logo-folha"] { width: 225px;}

span[class^="bandera"] {
	display: block;
	width: 32px;
	height: 21px;
	margin-bottom: 1rem;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 2px;
}

span[class^="bandera"][class$="ar"] {background-image:  url('img/banderas/ar.png');}
span[class^="bandera"][class$="br"] {background-image:  url('img/banderas/br.png');}
span[class^="bandera"][class$="gt"] {background-image:  url('img/banderas/gt.png');}
span[class^="bandera"][class$="cl"] {background-image:  url('img/banderas/cl.png');}
span[class^="bandera"][class$="co"] {background-image:  url('img/banderas/co.png');}
span[class^="bandera"][class$="hn"] {background-image:  url('img/banderas/hn.png');}
span[class^="bandera"][class$="mx"] {background-image:  url('img/banderas/mx.png');}
span[class^="bandera"][class$="pe"] {background-image:  url('img/banderas/pe.png');}
span[class^="bandera"][class$="bo"] {background-image:  url('img/banderas/bo.png');}
span[class^="bandera"][class$="pn"] {background-image:  url('img/banderas/pn.png');}
span[class^="bandera"][class$="cr"] {background-image:  url('img/banderas/cr.png');}
span[class^="bandera"][class$="uy"] {background-image:  url('img/banderas/uy.png');}
span[class^="bandera"][class$="ve"] {background-image:  url('img/banderas/ve.png');}

.porcentaje small{
	font-size: 16px;
	font-weight: 700;
}

/*------------------------------------*\
	INPUTS Y FORMULARIOS
\*------------------------------------*/

#filtros-container {
    display: none;
    visibility: hidden;
    position: absolute;
    z-index: 100;
    background: #001d49;
    padding: 1rem;
    border-radius: 1rem;
    width: 80vw;
    right: 15px;
    top: 70px;
    box-shadow: 0px 48px 64px -8px rgba(0, 0, 0, 0.25);
}

#filtros-container h4 {
    color: white;
}

#filtros-container.open {
    display: block;
    visibility: visible;
}

a.search-filter-reset {
    color: #F17022;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    padding: 1rem 0.25rem 0;
    display: inline-block;
}

input[type="email"], input[type="text"], select {
	padding: 1rem;
	font-size: 1rem;
	width: 100%;
	border: none;
	border-radius: 0.5rem;
}

.col.filtros{
    text-align: right;
}

input[type="text"].sf-input-text {
	max-width: 320px;
    width: 100%;
}

input.sf-input-text, .wpcf7-form input[type="text"], .sf-input-select, .sf-input-date, .wpcf7-form textarea, #search-input {
    display: block;
    width: 100%;
    border-radius: 0.5rem;
    background-color: #fff;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 16px 16px;
}

.sf-field-search input[type="text"].sf-input-text, #search-input {
	display: inline-block;
    background-image: url('./img/ico-search.svg');
    background-size: 23px 24px;
    padding: 1rem 1rem 1rem 3.5rem;
}

.searchandfilter ul, .searchandfilter ul li.sf-field-search{
	padding: 0 ;
	text-align: right;
}

.searchandfilter ul li label{
    width: 100%;
}

.select2.select2-container.select2-container--default {
    width: 100% !important;
    border: 0;
}

#filtros-container .searchandfilter ul li {
    text-align: left;
}

#filtros-container .searchandfilter ul li.sf-field-reset{
	text-align: right;
}

.select2-selection.select2-selection--single {
    border: 0;
    border-radius: 0.5rem;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 1rem;
    line-height: 1.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 56px;
    top: 0;
    right: 16px;
    width: 20px;
}

.sf-field-post-meta-es_radar_especial ul {
	text-align: left;
}

.sf-field-post-meta-es_radar_especial li.sf-level-0 {
    display: inline-block;
    width: auto;
    color: white;
    margin-right: 2rem;
}

.sf-label-checkbox {
    display: inline !important;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 1.5rem 0 0;
}

select{
	color: #333;
}

.searchandfilter ul li {
    width: 100%;
    display: inline-block;
    padding: 4px 0;
}

.searchandfilter h4 {
    margin: 0;
    padding: 4px 0 8px;
    font-size: 14px;
}

/*CUSTON CHECKBOX*/
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: white;
}
.styled-checkbox:hover + label:before {
	background: #F17022;
}
.styled-checkbox:focus + label:before {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
			box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #F17022;
}

.styled-checkbox:checked + label:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 10px;
	background: white;
	width: 2px;
	height: 2px;
	-webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    		box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
    		transform: rotate(45deg);
}

/*formulario*/

#responsive-form{
	margin:0 auto;
	width:100%;
}
.form-row{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.column-half, .column-full{
  float: left;
  position: relative;
  padding:8px;
  padding: 0.5rem;
  width:100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size:14px;
  font-size: 0.875rem;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


.form-row .column-full > label, .form-row .column-half > label{
  color: #ffffff;
  margin-bottom: 0.25rem;
  width: 100%;
  font-weight: 600;
}

.form-row hr {
    margin-top: 0.75rem;
    margin-bottom: 0rem;
    border-top: 1px solid white;
}

.form-row  .column-checkboxes p {
	margin-bottom: 0;
}

div.wpcf7 .ajax-loader {
	width: 25px;
    height: 19px;
    margin: 0;
    position: absolute;
    right: 122px;
    top: 26px;
    background-color: #f17022;
    background-position: center;
    background-repeat: no-repeat;
}


/**--- Media query ---**/
@media only screen and (min-width: 48em) {
	.column-half{
		width: 50%;
	}
}

/*------------------------------------*\
	SLIDERS
\*------------------------------------*/
.slider-noticias  .slick-list{
    padding-bottom: 2rem;
}

.barra-ediciones {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.4);
            box-shadow: 0 0 50px rgba(0,0,0,0.4);
    padding: 0.25rem 0;
}

.slider-ediciones:before, .slider-ediciones:after {
    content: '';
    width: 4rem;
    position: absolute;
		height: 100%;
    top: 0;
		z-index: 9;
}

.slider-ediciones:before{
    left: 0;
		background: -webkit-gradient(linear, left top, right top, from(#1E65FF), color-stop(100%, rgba(5, 85, 178, 0)), to(rgba(14, 95, 224, 0)));
		background: -webkit-linear-gradient(left, #1E65FF 0%, rgba(5, 85, 178, 0) 100%, rgba(14, 95, 224, 0) 100%);
		background: -o-linear-gradient(left, #1E65FF 0%, rgba(5, 85, 178, 0) 100%, rgba(14, 95, 224, 0) 100%);
		background: linear-gradient(90deg, #1E65FF 0%, rgba(5, 85, 178, 0) 100%, rgba(14, 95, 224, 0) 100%);
}

.slider-ediciones:after {
    right: 0;
		background: -webkit-gradient(linear, right top, left top, from(#1E65FF), color-stop(100%, rgba(5, 85, 178, 0)), to(rgba(14, 95, 224, 0)));
		background: -webkit-linear-gradient(right, #1E65FF 0%, rgba(5, 85, 178, 0) 100%, rgba(14, 95, 224, 0) 100%);
		background: -o-linear-gradient(right, #1E65FF 0%, rgba(5, 85, 178, 0) 100%, rgba(14, 95, 224, 0) 100%);
		background: linear-gradient(270deg, #1E65FF 0%, rgba(5, 85, 178, 0) 100%, rgba(14, 95, 224, 0) 100%);
}

.slider-ediciones .slick-slide {
    opacity: 0.5;
}

.slider-ediciones .slick-slide.slick-current.slick-active {
    opacity: 1;
}

.slider-principal .hero{
	width: 1110px;
	margin: 0 1rem;
}

.slider-principal .hero:before{
	background: linear-gradient(180deg, rgba(29, 76, 147, 0) 41.15%, #001D49 100%) ;
}

.slider-principal .slick-track {
	padding-bottom: 0rem;
}

.hero.slick-current {
    box-shadow: 0px 48px 64px -8px rgba(0, 0, 0, 0.25);
}

.slider-nav {
    max-width: 626px;
    width: 100%;
}

.slider-nav .slick-track {
	padding: 1rem 0;
}

.slider-nav .slider-thumbnail.slick-current{
    transform: scale(1.2);
}

.slider-nav .slider-thumbnail{
	border-radius: 0.5rem;
	min-height: 72px;
	width:72px;
	margin:0 0.5rem;
	transform: scale(1);
	-webkit-transition: all 0.2s cubic-bezier(0.25,.46,.45,.94);
	-o-transition: all 0.2s cubic-bezier(0.25,.46,.45,.94);
	transition: all 0.2s cubic-bezier(0.25,.46,.45,.94);
}

.slider-radar-cop .slider-radar-cop-item{
	padding: 0 0.5rem;
	border-right: 1px solid white;
}

.slider-radar-cop.slider-radar .slider-radar-cop-item{
	border-right: 1px solid #e7e8e0;	
}

.slider-radar-cop-item img{
	border-radius: 0.5rem;
	height: 72px;
	width:72px;
	margin-right: 0.75rem;
	transform: scale(1);
	-webkit-transition: all 0.2s cubic-bezier(0.25,.46,.45,.94);
	-o-transition: all 0.2s cubic-bezier(0.25,.46,.45,.94);
	transition: all 0.2s cubic-bezier(0.25,.46,.45,.94);
}

.slick-prev, .slick-next {
	line-height: 0;
	font-size: 1.25rem;
	color: #333333;
	position: absolute;
	top: 50%;
	display: block;
	width: 3rem;
	height: 3rem;
	padding: 0;
	-webkit-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
	cursor: pointer;
	border: none;
	outline: none;
	background: white;
	z-index: 10;
	border-radius: 0.5rem;
	box-shadow: 0px 4px 32px -8px rgba(0, 0, 0, 0.2);
}

.slick-prev:hover, .slick-next:hover {
	color: #1E65FF;
}

.slider-ediciones .slick-prev, .slider-ediciones .slick-next,.slider-ediciones .slick-prev:hover, .slider-ediciones .slick-next:hover{
	color: #FFFFFF
}

.slick-prev {left: -1.5rem;}
.slick-next {right: -1.5rem;}

.slider-principal .slick-prev{left: calc(50% - 582px);}
.slider-principal .slick-next{right: calc(50% - 582px);}

.slider-principal .slick-prev, .slider-principal .slick-next {
	top: calc(50% - 4.5rem);
}


@media only screen and (max-width:1200px) {
	.slider-principal .hero{width: 930px; margin: 0 1rem;}
	.slider-principal .slick-prev{left: calc(50% - 482px);}
	.slider-principal .slick-next{right: calc(50% - 482px);}
}

@media only screen and (max-width:992px) {
	.slider-principal .hero{width: 690px; margin: 0 0.75rem;}
	.slider-principal .slick-prev{left: calc(50% - 362px);}
	.slider-principal .slick-next{right: calc(50% - 362px);}
}

@media only screen and (max-width:767px) {
	.slider-principal .hero{width: 510px; margin: 0 0.5rem;}
	.slider-principal .slick-prev{left: calc(50% - 282px);}
	.slider-principal .slick-next{right: calc(50% - 282px);}
}

@media only screen and (max-width:640px) {
	.slider-principal .hero{margin: 0;}
}


.slick-prev.hidden,
.slick-next.hidden {
    opacity: 0;
    pointer-events:none;
}


.slick-dots {
    position: absolute;
    bottom: -1.5rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slider-noticias .slick-dots {
    bottom: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
  	position: absolute;
    top: 0;
    left: 0;
    width: 0.75rem;
    height: 0.75rem;
		border-radius: 50%;
		background-color: #E7E8E0;
    content: '';
    text-align: center;
}

.slider-noticias .slick-dots li button:before {
		background-color: #FFFFFF;
}


.slick-dots li.slick-active button:before {
		content: '';
		background-color: #BDB187;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url('https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwiPGQ.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url('https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXg.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url('https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


h1, h2, h3, h4{
	font-family: 'Lato', serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.25;
}

h1{
	font-size: 2.25rem;
}

.destacada h1, h1.titulo{
	font-size: 2rem;
}

.destacada .bg-img {
    padding: 6rem 1.5rem 1rem 1rem;
}

h1.titulo-single {
    font-size: 2.5rem;
    color: #1E65FF;
}

h2{
	font-size: 1.5rem;
}

.titulo-separador {
    color: #1e65ff;
    font-weight: 600;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e7e8e0;
    margin-bottom: 2rem;
}

.titulo-separador h2 {
    font-size: 2rem;
    margin-bottom: 0;
}

h3{
	font-size: 1.125rem;
}

h3.relacionada-titulo{
	font-size: 0.875rem;
	margin-bottom: 0.25rem;
}

.slider-cop h3.relacionada-titulo{
	color: #ffffff;
}


h4{
	font-size: 1rem;
}

p{
	font-size: 1rem;
	margin-bottom: 1rem;
}

p.big{
	font-size: 1.25rem;
}

.text-divider {
    font-size: 10px;
    border-bottom: 1px solid #e7e8e0;
}
.container-auspiciador {
    padding: 0.325rem 1rem 0.25rem 2rem;
    background-color: #fff;
	border-radius: 0 0 1rem 2rem;	
}

p.fecha, p.edicion {
    color: #b0b0b0;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

p.edicion {
    color: #1E65FF;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.125rem;
}

p.edicion.edicion-especial {
    color: white;
    background-color: #f17022;
    padding: 0.125rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 9px;
    display: inline-block;
}

.resumen{
	font-family: Lato;
	font-style: normal;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #001D49;

}

.disclaimer {
    margin-top: 2rem;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}


.resumen-holder {
    height: 4.25rem;
    overflow: hidden;
		-webkit-transition: all 0.2s cubic-bezier(0.25,.46,.45,.94);
		-o-transition: all 0.2s cubic-bezier(0.25,.46,.45,.94);
		transition: all 0.2s cubic-bezier(0.25,.46,.45,.94);
}

.resumen-holder.open {
    height: auto;
    overflow: visible;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (min-width:480px) {
	.button-to-top {
	  bottom: 1rem;
	}

	.slider-radar-cop .slider-radar-cop-item{
		padding: 0 1rem;
	}
}
@media only screen and (min-width:768px) {

	#filtros-container {
		padding: 1.5rem;
		width: 50vw;
	}

	.hero-inner{
		padding: 6rem 3rem 3rem;
	}

	.hero h1 {
		font-size: 2.25rem;
	}

	.slider-principal .slick-track {
		padding-bottom: 6rem;
	}

	.resumen{
		font-size: 18px;
		line-height: 28px;
	}

	.slider-radar-cop .slider-radar-cop-item{
		padding: 0 1.5rem;
	}

	.noticia {
		
	}

	h1, h2, h3, h4{
		font-family: 'Lato', serif;
		font-weight: 700;
		font-style: normal;
		line-height: 1.25;
	}

	h1{
		font-size: 3rem;
	}

	.destacada h1{
		font-size: 2.5rem;
	}

	.destacada .bg-img {
	    padding: 8rem 2rem 1rem 1rem;
	}

	h2{
		font-size: 1.75rem;
	}

	h3{
		font-size: 1.25rem;
	}

	h3.relacionada-titulo{
		font-size: 0.875rem;
	}	

	h4{
		font-size: 1rem;
	}
}
@media only screen and (min-width:1024px) {

	.bg-mapa-container{
		opacity: 1;
	}

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {
	.slider-radar-cop .slider-radar-cop-item{
		padding: 0 2rem;
	}

	#filtros-container {
		padding: 2rem;
		width: 30vw;
	}

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (-o-min-device-pixel-ratio:3/2),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
	background:#f17022;
	color:#FFF;
	text-shadow:none;
}

::selection {
	background:#f17022;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#f17022;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#f17022;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}



/*NUEVO*/

.wp-caption {
    max-width: 100%;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0px 16px 48px -16px rgba(0, 0, 0, 0.25);
	margin-bottom: 1rem !important;
	border: 0;
}

.wp-caption img {
	max-width: 100%;
	border-radius: 0.5rem;
}

.wp-caption .wp-caption-text, .gallery-caption {
	padding: 0.5rem 0 0;
	font-size: 12px;
}


.wp-block-image img {
	height: auto;
	border-radius: 0.5rem;
	box-shadow: 0px 16px 48px -16px rgba(0, 0, 0, 0.25);
	margin-bottom: 1rem;
}

blockquote.wp-block-quote {
    padding-left: 1rem;
    border-left: 8px solid #f17022;
}

.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		-webkit-box-shadow:none !important;
		        box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
