/*
Theme Name: DMQ
Author: ElDesmarque
Description:
Version: 0.1
Text Domain: dmq
*/

/* ESTILOS GENERALES ESTILOS GENERALES ESTILOS GENERALES ESTILOS GENERALES ESTILOS GENERALESESTILOS GENERALESESTILOS GENERALESESTILOS GENERALES */
body { position: relative; font-family: 'Roboto', sans-serif; overflow-x: hidden; margin: 0; }
* { box-sizing: border-box; }
a { color: #000000; text-decoration: none; }
img { max-width: 100%; }

#dmq_contenedor { width: 990px; margin: auto; }

/* CABECERA CABECERA CABECERA CABECERA CABECERA CABECERA CABECERA CABECERA CABECERA CABECERA CABECERA CABECERA CABECERA CABECERA CABECERA */
#dmq_publi_top { margin: 10px 0; }

#dmq_cabecera { min-height: 90px; position: relative; }
#dmq_cabecera_wrap { position: fixed; top: 0; left: 0; width: 990px; z-index: 10001; background-color: #fff; left: 50%; transform: translateX(-50%); display: none; }
#dmq_cabecera_wrap .dmq_blanco_skys { position: absolute; width: calc(100% + 240px + 20px); left: -130px; background-color: #fff; height: 45px; }
#dmq_cabecera_wrap #dmq_secciones span { font-size: 0; }
#dmq_cabecera_wrap #dmq_cabecera { min-height: 45px; z-index: 150; }
#dmq_cabecera_wrap #dmq_selector_edicion { display: none; }
#dmq_cabecera_wrap #dmq_logo { top: 2px; width: 84px; height: 42px; left: 50px; background-image: url(assets/images/logo_mini_ok@3x.png); }
#dmq_cabecera_wrap #dmq_submenu { position: absolute; left: 137px; font-size: 14px; width: 730px; background-color: #fff; }
#dmq_cabecera_wrap #dmq_submenu li { width: 100px; padding: 0 5px; }
#dmq_cabecera_wrap #dmq_submenu li.mas:after { font-size: 50px !important; top: -12px !important; letter-spacing: -8px !important; }
#dmq_cabecera_wrap #dmq_submenu li.mas { padding-right: 45px; }

/* Menu principal */
#dmq_secciones { position: absolute; left: 0; top: calc(50% - 22px); z-index: 50; width: 180px; height: 45px; }
#dmq_secciones span { display: inline-block; padding: 0 10px 0 65px; position: relative; color: #6c6d70; font-size: 20px; line-height: 45px;
	font-weight: 500; background: url(assets/images/icono-menu.png) 15px center no-repeat; user-select: none; }
#dmq_secciones:hover span { background-color: #979797; color: #fff; background-image: url(assets/images/icono-menu-negativo.png); }
#dmq_secciones .menu { width: 990px; box-sizing: content-box; overflow: hidden; padding: 0 30px; max-height: 0; list-style: none; margin: 0; font-size: 18px;
	background-color: #fff; transition-duration: 0.5s; transition-timing-function: ease-out; border: 0px solid #e5e5e5; }
#dmq_secciones .menu .elige { display: block; font-size: 18px; font-weight: 500; color: #6c6d70; padding: 2px 0 0; text-align: center; border: 0; margin: 0 0 16px; width: 100%; }
#dmq_secciones .menu li { display: inline-block; width: 20%; margin: 0 5% 5px 0; padding: 5px 0 10px; border-bottom: solid 1px #979797; font-size: 18px;
	font-weight: 300; white-space: nowrap; height: 44px; overflow: hidden; }
#dmq_secciones .menu .cerrar { display: block; width: 104%; margin: 20px 0 0 -2%; padding: 0; border: 0; background-color: #e5e5e5; height: 32px; line-height: 32px;
	text-align: center; color: #6c6d70; font-weight: 500; cursor: pointer; }
#dmq_secciones .cerrar:before { content: ''; display: inline-block; width: 10px; height: 10px; transform: rotate(-135deg); border: 3px solid #6c6d70; border-top: 0;
border-left: 0; margin: 0px 10px -3px 0; }
#dmq_secciones:hover { height: 100px; }
#dmq_secciones:hover .menu { max-height: 700px; display: block; padding: 15px 30px; border: 1px solid #e5e5e5; }

#dmq_logo { cursor: pointer; position: absolute; left: 260px; top: 14px; height: 84px; width: 165px; background: url(assets/images/logo_ok@3x.png) center center / contain no-repeat; }

/* selector de ediciones */
#dmq_selector_edicion { position: absolute; left: 445px; top: -3px; cursor: pointer; }
#dmq_selector_edicion,
#dmq_selector_edicion a { color: #7d7d7d; }
#dmq_selector_edicion a.destacada { border-bottom: 2px solid orange; }
#dmq_selector_edicion a.destacada em  { border-bottom: 1px solid red; }
#dmq_selector_edicion img.selector-flecha { display: block; position: absolute; right: 0; bottom: 10px; width: 34px; height: 34px; }
#dmq_selector_edicion.abierto img.selector-flecha { transform: rotate(180deg); }
#dmq_selector_edicion span { font-size: 18px; }
#dmq_selector_edicion .actual { font-size: 48px; padding-right: 45px; font-weight: 300; }
#dmq_selector_edicion .resto { display: none; }

#dmq_selector_edicion .todas { display: none; cursor: default; position: absolute; top: 95px; left: -445px; width: 990px; background: #fff; border: 1px solid #e5e5e5; z-index: 15; padding: 17px 16px 0; font-size: 16px; line-height: 1.88; }
#dmq_selector_edicion .todas:after { content: ''; display: block; height: 0; clear: both; }
#dmq_selector_edicion .ayuda { font-size: 18px; font-weight: 500; text-align: center; clear: both; width: 100%; display: none; text-align: left; }
#dmq_selector_edicion .ayuda a { color: #000; }
#dmq_selector_edicion .columna_ediciones { float: left; width: 24%; }
#dmq_selector_edicion .fa { color: #dfdfdf !important; margin-right: 8px; }
#dmq_selector_edicion .fa:hover,
#dmq_selector_edicion .fa.checked { color: #f9ad00 !important; }
#dmq_selector_edicion em { font-weight: bold; font-style: normal; color: #000; }
#dmq_selector_edicion .youtube span { color: #e00000; font-weight: bold; }
#dmq_selector_edicion .columna_grupo { float: left; width: 24%; }
#dmq_selector_edicion .cerrar { width: calc(100% + 2 * 16px); background-color: #e5e5e5; clear: both; color: #6c6d70; text-align: center; padding: 6px; font-size: 18px; cursor: pointer; margin: 10px 0 0 -16px; }
#dmq_selector_edicion .cerrar:before { content: ''; display: inline-block; width: 10px; height: 10px; transform: rotate(-135deg); border: 3px solid #6c6d70; border-top: 0; border-left: 0; margin: 0px 10px -3px 0; }
#dmq_selector_edicion .dmq_redes { margin: 0; padding: 0; list-style: none; clear: both; text-align: center; }
#dmq_selector_edicion .dmq_redes li { display: inline-block; width: 75px; text-align: center; background: transparent center top no-repeat; }
#dmq_selector_edicion .dmq_redes,
#dmq_selector_edicion .dmq_redes a { color: #6c6d70; font-size: 12px; font-weight: 500; }
#dmq_selector_edicion .dmq_redes a { display: inline-block; padding-top: 28px; color: #6c6d70; font-size: 12px; font-weight: 500; }

#dmq_selector_edicion .dmq_redes .twitter { background-image: url(assets/images/twitter-icon-copy.png); }
#dmq_selector_edicion .dmq_redes .facebook { background-image: url(assets/images/facebook-icon-copy.png); }
#dmq_selector_edicion .dmq_redes .whatsapp { background-image: url(assets/images/whatsapp.png); }
#dmq_selector_edicion .dmq_redes .telegram { background-image: url(assets/images/telegram.png); }

#dmq_buscador { position: absolute; right: 0; top: calc(50% - 12px); width: 30%; height: 45px; }
#dmq_buscador form { text-align: right; }
#dmq_buscador input[name="q"] { display: none; width: calc(100% - 90px); font-size: 15px; margin-right: 10px; padding: 7.5px; border: solid 1px #97979766; }
#dmq_buscador input[type="submit"] { width: 27px; height: 27px; background: url('assets/images/buscador.png') no-repeat center center / 27px 27px; border: 0; vertical-align: middle; padding: 16px; }
#dmq_buscador input[type="submit"]:hover { background-color: #979797; background-image: url('assets/images/buscador_negativo.png') }
#dmq_cabecera_wrap #dmq_buscador { width: 100px; }
#dmq_cabecera_wrap #dmq_buscador input[name="q"] { width: calc(100% - 30px); font-size: 12px; margin-right: 5px; padding: 5px; }
#dmq_cabecera_wrap #dmq_buscador input[type="submit"] { width: 15px; height: 15px; background-size: 15px 15px; padding: 10px; }

#dmq_submenu { width: 96%; margin: 15px 2%; padding: 0; font-size: 18px; max-height: 24px; overflow: hidden; transition-timing-function: ease-out; transition-duration: 0.5s; }
#dmq_submenu.abierto { max-height: 250px; }
#dmq_submenu,
#dmq_submenu a { color: #7d7d7d; }
#dmq_submenu li { vertical-align: middle; width: 130px; padding: 0 5px; border-right: 1px solid; text-align: center; display: inline-block; margin: 0 0 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
#dmq_submenu li.activo { border-right: 1px solid !important; }
#dmq_submenu li.activo a { display: block; overflow: hidden; text-overflow: ellipsis; }
#dmq_submenu li.activo a:before { content: ''; display: block; width: 10px; height: 10px; border-radius: 10px; background-color: #0d8ea2; float: left; margin: 6px 0 0; }
#dmq_submenu li.activo + li.activo a:before { background-color: #43ccf7; }

#dmq_submenu li:last-of-type { border-right: 0; }
#dmq_submenu li.mas { position: relative; padding-right: 45px; border-right: 0; cursor: pointer; }
#dmq_submenu li.mas:after { display: inline-block; content: '· · ·'; position: absolute; right: 24px; top: calc(50% - 20px); font-size: 75px; letter-spacing: -12px; line-height: 45px; }

#dmq_teletipo { width: 100%; font-style: italic; font-weight: bold; }
#dmq_teletipo,
#dmq_teletipo a { color: #fff; }
#dmq_teletipo span { padding: 0 7px 0 50px; border-right: 2px solid; font-weight: bold; margin-right: 7px; font-style: normal; }
#dmq_teletipo span:before { content: ''; display: inline-block; width: 24px; height: 24px; vertical-align: middle; background: url(assets/images/eye.png) left top / 24px auto no-repeat; margin: 0 5px 0 0; }
#dmq_teletipo .barra_urgente + b span:before { background-image: url(assets/images/warning.png); }
#dmq_teletipo .barra_urgente,
#dmq_teletipo .barra { width: 100%; position: absolute; height: 35px; left: 0; z-index: -1; }
#dmq_teletipo .barra { 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d8ea2+1,2d9380+15,6d9c3b+30,8fa117+50,b78815+70,e45432+85,f63e3e+100 */
	background: #0d8ea2; /* Old browsers */
	background: -moz-linear-gradient(left,  #0d8ea2 0%, #2d9380 15%, #6d9c3b 30%, #8fa117 50%, #b78815 70%, #e45432 85%, #f63e3e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #0d8ea2 1%,#2d9380 15%,#6d9c3b 30%,#8fa117 50%,#b78815 70%,#e45432 85%,#f63e3e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #0d8ea2 1%,#2d9380 15%,#6d9c3b 30%,#8fa117 50%,#b78815 70%,#e45432 85%,#f63e3e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d8ea2', endColorstr='#f63e3e',GradientType=1 ); /* IE6-9 */
}
#dmq_teletipo .barra_urgente { background-color: #d0021b; }

.fijado { position: fixed; left: 0; top: 45px; width: 100%; z-index: 10001; }

#dmq_escudos { text-align: center; margin: 7px 0 20px; }
#dmq_escudos ul { margin: 20px 0 0; padding: 0; background: url(assets/images/escudos.jpg) center center no-repeat; }
#dmq_escudos li { display: inline-block; margin-right: 5px; }
#dmq_escudos li:last-of-type { margin-right: 0; }
#dmq_escudos a { display: inline-block;  width: 30px; height: 30px; }

#cuerpo { min-height: 300px; }

.clear { clear: both; height: 0; }
.pixel_16_9 { width: 100%; }

.fila { width: 100%; }
.fila::after { content: ''; display: block; clear: both; height: 0; }

.lateral2,
.lateral { width: 300px; float: left; }
.lateral .modulos { margin: 10px 0; }
.contenido2,
.contenido { float: right; width: calc(100% - 300px - 30px); }

.pie { margin: 15px 0; }
#pie-legal { text-align: center; background-color: #f1f1f1; color: #707070; margin: 15px 0 0 0; padding: 15px 0; border-top: 1px solid gray; }
#pie-legal a { color: #000000; }
#pie-legal .pie-legal-container { width: 990px; margin: auto; }

#loaders { text-align: center; }
#loaders img { width: 150px; }



/* Fila actualizado de las noticias */
.not_actualizado { font-size: 12px; font-weight: normal; color: #686868; margin: 10px 0 18px 0; display: inline-block; line-height: 18px; display: block; }
.not_actualizado * { vertical-align: middle; }
.not_actualizado:before { content: ''; display: inline-block; width: 18px; height: 18px; background: url(assets/images/reloj.png) center / contain no-repeat; margin: 0px 5px 0 0; vertical-align: middle; }

.test_banner { background-color: silver; text-align: center; }

/* Redes sociales y comentarios */
.redesSociales { position: relative; margin: 5px 0 7px; }
.redesSociales a { display: inline-block; }
.redesSociales .twitter img,
.redesSociales .facebook img,
.redesSociales .whatsapp img,
.redesSociales .telegram img { display: block; width: 30px; height: 25px; background-position: center; background-repeat: no-repeat; }
.redesSociales .comentarios { display: block; width: 25px; height: 25px; position: absolute; top: 0; right: 20px; color: #ffffff; line-height: 21px;
	font-size: 10px; text-align: center; background-position: center; background-repeat: no-repeat; }
.redesSociales .actividad { display: inline-block; width: 28px !important; height: 24px; cursor: default; font-size: 10px !important; color: #fff; 
	position: absolute; right: 45px; bottom: 0; text-align: center; background: url('./assets/images/actividad-shape.png') center / cover no-repeat; line-height: 19px !important; }
/*.redesSociales .actividad { display: inline-block; width: 28px !important; height: 24px; cursor: default; font-size: 10px !important; color: #fff; 
	position: absolute; right: 10px; bottom: 0; text-align: center; background: url('./assets/images/actividad-shape.png') center / cover no-repeat; line-height: 19px !important; }*/
.redesSociales .onfire { height: 51px; line-height: 73px !important; background-image: url('./assets/images/flame.png'); }*/
/*.redesSociales .shares { display: inline-block; width: 28px !important; height: 28px; cursor: default; font-size: 10px !important; 
	position: absolute; right: 45px; bottom: 0; text-align: center; background: url('./assets/images/share.png') center / cover no-repeat; line-height: 30px !important; padding-left: 1px !important; }*/



figure { margin: 0 0 18px; }
figcaption { font-size: 12px; font-weight: bold; margin-top: 5px; line-height: 2.5; color: #000; }
figure img { width: 100% !important; }
figure.alignleft { float: left; width: 50%; clear: left; margin: 0 20px 10px 0 !important; }
figure.alignright { float: right; width: 50%; clear: right; margin: 0 0 10px 20px !important; }
figure.alignleft figcaption,
figure.alignright figcaption { line-height: 0.7 !important; }

.bn { filter: grayscale(1); }

.dmq_banner_virtual, .dmq_widget_virtual { margin: 10px 0 20px; }

#wpadminbar { transform: rotate(-90deg) translate(-780px, 30px); transform-origin: left bottom; width: 905px; right: 0px; }

.rusia2018 .cabecera_seccion { background: url(/wp-content/themes/dmq/assets/images/rusia2018.png) 545px 0 no-repeat; height: 131px; border-bottom: 2px solid #b20000; font-size: 48px; line-height: 200px; vertical-align: bottom; color: #595959; font-weight: 300; position: relative; margin: 10px 0 25px; }
.rusia2018 .cabecera_seccion:after { content: ''; display: block; position: absolute; bottom: 0; right: 0; width: 312px; height: 115px; background: url(/wp-content/themes/dmq/assets/images/rusia2018fifa.png) center no-repeat; }

#grupo_bajo_cabecera { position: relative; width: 100%; }
#sky_izq { position: absolute; left: -130px; width: 120px; top: 0; min-height: 600px; z-index: 10000; }
#sky_dcho { position: absolute; right: -130px; width: 120px; top: 0; min-height: 600px; z-index: 10000; }

.bajo_cabecera { margin: 10px 0 15px; }

.iframe_marfeel { width: 100%; overflow: hidden; border: 0; height: 0; }
iframe[name=__cmpLocator] { display: none; }
