/*
Theme Name:         News Portal
Theme URI:          https://mysterythemes.com/wp-themes/news-portal
Author:             Mystery Themes
Author URI:         https://mysterythemes.com
Description:        News Portal is the ultimate magazine theme with creative design and powerful features that allow you to quickly and easily create a style to suit your needs. It is completely built on Customizer which allows you to customize most of the theme settings easily with live previews. It is the fully widgetized theme so as to let users manage the website using the easy to use widgets. You can import the whole beautiful demo in just one click. News Portal Theme is the best choice to create a Beautiful & Powerful News/magazine/blog websites with ease. Get free support at https://mysterythemes.com/support/forum/themes/free-themes/ and check the demo at https://demo.mysterythemes.com/news-portal-demos/
Version:            1.2.9
Requires at least:  4.7
Tested up to:       5.8
Requires PHP:       5.2.4
License:            GNU General Public License v3 or later
License URI:        http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:        news-portal
Tags:               news, blog, entertainment, grid-layout, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-colors, custom-logo, featured-image-header, footer-widgets, full-width-template, rtl-language-support, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

News Portal is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v3 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

.wp-post-image{
  border-radius: 1em .64em 2em;
    border: 0.19em solid orange;
    box-shadow: .316em .314em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
    margin: .31em;
}







/*===================================================================================*/
/*  Animacion
/*===================================================================================*/

@keyframes animation1 {
    from { background-color: red; }
    to { background-color: yellow; }
 }
 
 @keyframes animation2 {
    0% { background-color: red; }
    25% { background-color: yellow; }
    50% { background-color: blue; }
    100% { background-color: green; }
 }

@keyframes animation {
    0%   {background-color: red; left: 0px; top: 0px;}
    25%  {background-color: yellow; left: 200px; top: 0px;}
    50%  {background-color: blue; left: 200px; top: 200px;}
    75%  {background-color: green; left: 0px; top: 200px;}
    100% {background-color: red; left: 0px; top: 0px;}
}

@keyframes transform {
    from { transform: rotate(0deg) }
    to { transform: rotate(360deg) }
}


img.image {
    height: 250px;
    background-color: green;
}

img.image-transform {
    transform: skewY(25deg);
}

div.box-transform {
    width: 100px;
    height: 106px;
    background-color: #ef5706;
  border-color: cyan 1.2em solid;
}

div.box-transform:hover {
    animation-name: transform;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

div.box-animation {
   width: 100px;
   height: 100px;
   background-color: red;
   position: relative;

   animation-name: animation1;
   animation-duration: 5s;
   animation-timing-function: linear;
   animation-delay: 2s;
   animation-iteration-count: infinite;
   animation-direction: alternate;
}

div.box-animation {
    width: 100px;
    height: 100px;
    background-color: red;
    position: relative;

    animation-name: animation;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}



/* TOOLTIP */

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltipimg {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: rgba(55, 20, 80, 0.80);;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 5px 3px;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 20;
  top: 35px;
  left: 105%;
  
}
.tooltip .tooltiptext2 {
  visibility: hidden;
  width: 400px;
  background-color: rgba(55, 20, 80, 0.80);;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 5px 3px;
  text-decoration: blink;
  /* Position the tooltip */
  position: absolute;
  z-index: 10;
  top: 35px;
  left: 105%;
  
}

.tooltip .tooltiptext3 {
  visibility: hidden;
  width: 90%;
  background-color: rgba(55, 20, 80, 0.80);;
  color: #fff;
  text-align: left;
  border-radius: 8px;
  padding: 5px 3px;
  font-size:1.11em;
  /* Position the tooltip */
  position: absolute;
  z-index: 10;
  top: 35px;
  left: 102%;
  
}



.tooltipimg .tooltipimag img {
  visibility: visible !important;
  width: 36em !important;
  height: 14em;
  background-color: rgba(55, 20, 80, 0.80);;
  color: #fff;
  text-align: left;
  border-radius: 8px;
  padding: 5px 3px;
  font-size:1.11em;
  /* Position the tooltip */
  position: absolute;
  z-index: 10;
  top: 35px;
  left: 102%;
  
}

.Toolmg {
   width: 36em !important;
  height: 14em;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip:hover .tooltiptext2 {
  visibility: visible;
}
.tooltip:hover .tooltiptext3 {
  visibility: visible;
}
.tooltip:hover .tooltipimag img {
  visibility: visible !important;
}









/*===================================================================================*/
/*  Entradas
/*===================================================================================*/
.np-article-thumb.img {
  width: 80% !important;
  height:  80%;
  
}

.gal-content-ent {
    background-color: #ffffdf;
    text-shadow: .03em .022em .022em #884000, -.015em .025em .015em #C66600 !important;
    letter-spacing: 0.099rem;
    border-radius: .52em 1.32em .32em 2.32em;
    text-align: justify;
    border: .11em solid #f79756e3;
    font-size: 1.395em;
    box-shadow: .22em .20em .24em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
    margin: 0 1em .69em 1.2em;
    padding: 1em;
	/*=============================================
    overflow: hidden;======================================*/
	z-index:5;
}

.gal-content-ent1 {
  background-color:  #E2FEFF;
  text-shadow: .021em .018em .022em #6A3201, -.014em .024em .014em #0062C6;
  letter-spacing: 0.199rem;
  border-radius: .42em;
  text-align: justify;
  border: .11em solid #f79756e3;
  font-size: 1.595em;
      box-shadow: .36em .24em .28em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
  margin:0 1em .69em 1.2em;
  padding: 1.2em;
  overflow: hidden;

}

.calendar_wrap.td {
    border: 1px solid #CCC;
    padding: 5px 10px;
    color: bisque !important;
}




.navbar-collapse.collapse {
    display: block !important;
    background-color: rgba(9, 4, 29, 0.39) !important;
}

.stiky-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #1103bba8 !important;
    transition: all 0.3s ease;
    min-height: 70px;
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
}

.hc_scrollup {
    background-color: #C04902 !important;
  border-radius: .3em .4em 0 !important;
    
}
.hc_scrollup:hover {
    background-color: #FF7404 !important;
    border-radius: .4em .8em 0 !important;
}
.header-overlapped, .page-title-section {
    background-color: #1b1cce !important;
}
.page-title-section .overlay {
    background-color: #1b1cce !important;
}








/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, dfn, em, font, 
ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

body {
    background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}



/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #3d3d3d;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #3d3d3d;
    font-weight: 700;
}

p {
    margin-bottom: 20px;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
    font-size: 20px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}



/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0 0 15px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 15px;
    width: 100%;
    border-collapse: collapse;
}

th {
    font-weight: bold;
    border: 1px solid #CCC;
    padding: 5px 10px;
}

td {
    border: 1px solid #CCC;
    padding: 5px 10px;
}



/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: middle;
}

.navigation .nav-links a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #029fb2;
    color: #ffffff;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    font-size: 14px;
    line-height: 13px;
    height: 33px;
    border: none;
    padding: 10px 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    border: 1px solid #029fb2;
}

.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #029fb2;
    color: #ffffff !important;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    color: #666;
    border: 1px solid #ccc;
    height: 36px;
    width: 100%;
    -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    border: 1px solid #AAA;
}

.searchform input[type="text"]:focus {
    border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px 6px;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    color: #666;
    border: 1px solid #ccc;
    height: 160px;
    max-width: 100%;
    width: 100%;
}

.no-results input[type="search"] {
    width: 45%;
}



/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
    color: #029fb2;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

a:visited {}

a:hover,
a:focus,
a:active {
    color: #029fb2;
}

a:focus {
  outline: thin dotted;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}



/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}



/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.np-clearfix:before,
.np-clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.mt-container:after,
.mt-container:before {
    content: '';
    display: table;
}

.np-clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.mt-container:after {
    clear: both;
}

.clear {
    clear: both;
}



/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px;
}

/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}

.widget_search .search-field {
    float: left;
    width: 78%;
}

.widget_search .search-submit {
    background: #f54337 none repeat scroll 0 0;
    color: #ffffff;
    height: 36px;
    width: 22%;
}

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
    list-style: outside none none;
    margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
    border: none;
}

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li a,
.widget_nav_menu li a {
    color: #5f5f5f;
    font-size: 14px;
    line-height: 26px;
    padding-left: 22px;
    position: relative;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: inline-block;
}

.widget a:hover,
.widget a:hover::before,
.widget li:hover::before {
    color: #029FB2;
}

.widget_archive a::before,
.widget_categories a::before,
.widget_recent_entries a::before,
.widget_meta a::before,
.widget_recent_comments li::before,
.widget_rss li:before,
.widget_pages li a:before,
.widget_nav_menu li a:before {
    color: #9f9f9f;
    content: "\f187";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.widget_categories a::before {
    content: "\f07b";
}

.widget_recent_entries a::before {
    content: "\f101";
}

.widget_meta a::before,
.widget_nav_menu li a:before {
    content: "\f105";
}

.widget_recent_comments li::before {
    content: "\f086";
    top: 0;
}

.widget_rss li::before {
    content: "\f09e";
    top: 0;
}

.widget_pages li a:before {
    content: "\f1ea";
    top: 0;
}

.widget_search .search-field {
    width: 75%;
    float: left;
}

.widget_search .search-submit {
    height: 36px;
    width: 25%;
    background: #029FB2;
    border-color: #029FB2;
    color: #ffffff;
}

.widget_recent_entries .post-date {
    color: #8f8f8f;
    display: block;
    font-size: 11px;
    margin-top: -5px;
    padding-left: 24px;
}

.widget_nav_menu .sub-menu {
    margin-bottom: -10px;
    margin-top: 10px;
    padding-left: 10px;
}

.widget_nav_menu li::before {
    top: 0;
}

.widget_tag_cloud .tagcloud a {
    color: #909090;
    font-size: 14px !important;
    border: 1px solid #cfcfcf;
    padding: 1px 10px;
    display: inline-block;
    margin: 0 5px 10px 0;
    border-radius: 2px;
}

.widget_tag_cloud .tagcloud a:hover {
    background: #F54037;
    color: #fff;
    border-color: #F54037;
}


/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

h1.entry-title {
    color: #353535;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: capitalize;
}

h1.entry-title a {
    color: #3d3d3d;
}

.hentry {
    margin: 0 0 15px;
  
}

.single .byline,
.group-blog .byline,
.posted-on,
.blog-author,
.blog-cat {
    display: inline;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}

.cat-links {
    margin-right: 10px;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
  padding: .02em;
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

.edit-link .post-edit-link {
    background: #029fb2;
    padding: 4px 10px;
    color: #FFF !important;
    line-height: 1;
    border-radius: 3px;
    font-size: 13px;
}

.edit-link .post-edit-link:before {
    content: "\f044";
    font-family: FontAwesome;
    margin-right: 5px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
.blog article.hentry {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #DDD;
}

.blog article.hentry:first-child {
    margin-top: 30px;
}

article.hentry .edit-link {
    display: block;
    margin-top: 20px;
}

article.hentry h1.entry-title {
    margin-bottom: 5px;
    line-height: 1.2;
}

article.hentry .entry-footer>span {
    margin-right: 15px;
    font-size: 13px;
}

.page-header .page-title {
    color: #333333;
    padding-bottom: 15px;
}

.posted-on:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.cat-links:before {
    content: "\f07c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.comments-link:before {
    content: "\f075";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.byline:before {
    content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.tags-links:before {
    content: "\f02c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 3px;
}

.entry-footer .tags-links a {
    border: 1px solid #e1e1e1;
    display: inline-block;
    margin: 0 5px;
    padding: 0 10px;
}

.updated {
    display: none;
}

.published.updated {
    display: inline-block;
}

.entry-footer a {
    color: #999;
}

.entry-footer a:hover {
    color: #029fb2
}

.nav-links .meta-nav {
    display: none;
}

.nav-links .nav-previous,
.nav-links .nav-next {
    width: 50%;
    float: left;
}

.nav-links .nav-next {
    text-align: right;
    float: right;
}

.nav-links .nav-previous a:before {
    content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.nav-links .nav-next a:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
}

.nav-links .nav-previous,
.nav-links .nav-next {
    float: left;
    width: 25%;
}

.nav-links .nav-next {
    float: right;
}

.nav-links .nav-next a,
.nav-links .nav-previous a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.nav-previous a {
    border: .2em solid #f9de05 !important;
border-radius: 0 1.12em .52em 0;
box-shadow: .094em .095em .197em rgba(20, 20, 0, .72), .11em .12em .14em rgba(80, 120, 80, .49), inset .10em -.08em .12em rgba(80, 120, 80, .39);
}

.nav-next a {
    border: .2em solid #f96c05 !important;
  border-radius: 1.12em 0 0 .52em;
  box-shadow: -.094em .095em .197em rgba(20, 20, 0, .72), -.11em .12em .14em rgba(80, 120, 80, .49), inset .10em -.08em .12em rgba(80, 120, 80, .39);
}

.entry-thumbnail {
    width: 38%;
    float: left;
}

.entry-excerpt {
    width: 60%;
    float: right;
}

.short-content {
    margin-bottom: 10px;
}

.short-content+.bttn {
    float: right;
}

.entry-footer {
    margin-top: 10px;
}

.full-width {
    float: none;
    width: 100%;
}



/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}



/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#comments h2.comments-title {
    color: #333;
    display: inline-block;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin: 15px 0;
    padding: 8px 15px;
}

#comments h3 {
    margin: 0 0 10px;
    color: #141414;
    font-weight: 600;
    display: inline-block;
    line-height: 22px;
    font-size: 18px;
}

#commentform label {
    width: 120px;
    display: block;
}

textarea#comment {
    width: 100%;
    height: 150px;
}



/*Comment Lists*/

.comments-area ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-area ol.children {
    margin: 0 0 0 15px;
}

.comment-list .comment-body {
    padding: 15px;
    margin-bottom: 20px;
    background: #F2F2F2;
    border-top: 2px solid #029fb2;
}

.comment-author img {
    vertical-align: text-top;
    margin-right: 15px;
}

.comment-metadata {
    margin-top: -10px;
    padding-left: 57px;
}

.comment-content {
    padding-left: 58px;
    margin-top: 10px;
}

.comment-author .fn {
    font-style: normal;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
}

.comment-author .fn .url {
    color: #333;
    padding: 0 5px;
}

.comment-author .fn .url:hover {
    color: #029fb2;
}

.comment-author .says {
    display: none;
}

.commentmetadata {
    float: right;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}

.commentmetadata a {
    color: #666;
}

.commentmetadata .comment-edit-link {
    color: #01AEFD;
}

.commentmetadata+.clear {
    margin-bottom: 20px;
}

.reply .comment-reply-link {
    background: none repeat scroll 0 0 #029fb2;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1;
    padding: 2px 10px;
}

#respond {
    background: #f9f9f9 none repeat scroll 0 0;
    color: #141414;
    margin-top: 40px;
    padding: 20px;
}

#commentform .form-submit {
    margin-bottom: 0;
}

#cancel-comment-reply-link {
    font-style: italic;
    color: #029fb2;
}

#cancel-comment-reply-link:before {
    font-family: FontAwesome;
    content: "\f057";
    margin: 0 5px 0 20px;
    font-style: normal;
    color: #029fb2;
}

.logged-in-as a {
    color: #029fb2;
}



/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,


/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
    display: block;
}

#infinite-footer {
    display: none;
}



/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 10px 0;
}

.site-main .gallery {
    margin-bottom: 1.5em;
}

.gallery-caption {}

.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
    margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {}

.site-main .gallery-columns-4 .gallery-item img {}



/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}



/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
    margin-left: -2%;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-bottom: 3%;
    margin-left: 2%;
}

.site-main .gallery a img {
    max-width: none;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 47%;
}

.gallery-columns-3 .gallery-item {
    max-width: 31.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
}

.gallery-columns-5 .gallery-item {
    max-width: 18%;
}

.gallery-columns-6 .gallery-item {
    max-width: 14.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 12.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 10.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 9.11%;
}

.gallery-caption {
    display: block;
}



/*--------------------------------------------------------------
Grid CSS
--------------------------------------------------------------*/

.mt-column-wrapper {
    margin-left: -2%;
}

.mt-column-1 {
    float: left;
    width: 98%;
    margin-left: 2%;
}

.mt-column-2 {
    float: left;
    width: 48%;
    margin-left: 2%;
}

.mt-column-3 {
    float: left;
    width: 31.33%;
    margin-left: 2%;
}

.mt-column-4 {
    float: left;
    width: 23%;
    margin-left: 2%;
}


/*--------------------------------------------------------------
Sidebar layout css 
--------------------------------------------------------------*/

#primary,
.home.blog #primary {
    float: left;
    width: 70%;
}

#secondary,
.home.blog #secondary {
    float: right;
    width: 27%;
}

.page-template-magazine-template #primary {
    float: none;
    width: 100%;
}

.left-sidebar #primary {
    float: right;
}

.left-sidebar #secondary {
    float: left;
}

.no-sidebar #primary {
    float: none;
    width: 100%;
    margin: 0 auto;
}

.no-sidebar #secondary {
    display: none;
}

.no-sidebar-center #primary {
    float: none;
    margin: 0 auto;
}

.home.blog #content .mt-container {
    margin: 20px auto;
}

.home.blog #content #primary article:first-child {
    margin-top: 0;
}



/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/

body {
    font-weight: 400;
    overflow: hidden;
    position: relative;
    font-family: 'Roboto', sans-serif;
    line-height: 1.8;
}

.boxed_layout #page {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    width: 1200px;
    background: #ffffff;
}

body.fullwidth-layout #page {
    background: #fff none repeat scroll 0 0;
}

.mt-container {
    width: 1170px;
    margin: 0 auto;
}

.hide {
    display: none;
}


/*--------------------------------------------------------------
Header CSS
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Top Header CSS
--------------------------------------------------------------*/

.np-top-header-wrap {
    background: #029fb2 none repeat scroll 0 0;
    color: #fff;
    padding: 8px 0;
}

.np-top-left-section-wrapper {
    float: left;
    font-size: 12px;
}

.np-top-left-section-wrapper .date-section {
    float: left;
    margin-right: 10px;
}

.np-top-left-section-wrapper .date-section::before {
    content: "\f017";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 8px;
}

.top-navigation {
    float: left;
}

.top-navigation ul {
    list-style: outside none none;
    margin: 0;
}

.top-navigation ul li {
    border-left: 1px solid #fff;
    display: inline-block;
    line-height: 12px;
    padding: 0 10px;
}

.top-navigation ul li a {
    color: #fff;
}

.np-top-right-section-wrapper {
    float: right;
}

.np-top-right-section-wrapper .social-link {
    display: block;
    float: left;
    margin-top: -5px;
}

.np-top-right-section-wrapper .social-link a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 0 10px;
}

#masthead .site-branding {
    float: left;
    margin: 20px 0;
}

#masthead .np-header-ads-area {
    float: right;
}

#masthead .np-header-ads-area .news_portal_ads_banner {
    margin: 0;
    padding: 0;
}

.np-logo-section-wrapper {
    padding: 20px 0;
}

.top-navigation ul.sub-menu,
.footer-navigation ul.sub-menu {
    display: none;
}


/*--------------------------------------------------------------
## Menu Header CSS
--------------------------------------------------------------*/
.site-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}

.site-description {
  margin: 0;
}

.np-header-menu-wrapper {
    background: #029fb2 none repeat scroll 0 0;
    margin-bottom: 20px;
    position: relative;
}

.np-header-menu-wrapper .mt-container {
    position: relative;
}

.np-header-menu-wrapper .mt-container::before {
    background: rgba(0, 0, 0, 0) url("assets/images/menu-shadow.png") no-repeat scroll center top;
    content: "";
    height: 38px;
    left: 50%;
    margin-left: -480px;
    opacity: 1;
    position: absolute;
    top: 100%;
    width: 960px;
}

.np-home-icon a {
    color: #fff !important;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 40px;
    padding: 0 12px;
    position: relative;
}

.home .np-home-icon a,
.np-home-icon a:hover {
    background: #028a9a none repeat scroll 0 0;
}

#site-navigation {
    float: left;
}

#site-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#site-navigation ul li {
    display: inline-block;
    line-height: 40px;
    margin-right: -3px;
    position: relative;
}

#site-navigation ul li a {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
    display: block;
    padding: 0 15px;
    position: relative;
    text-transform: capitalize;
}

#site-navigation ul ul.children li a {
    line-height: 25px;
    padding: 8px 15px;
}

#site-navigation ul li:hover>a,
#site-navigation ul li.current-menu-item>a,
#site-navigation ul li.current_page_item>a,
#site-navigation ul li.current-menu-ancestor>a {
    background: #028a9a;
}

#site-navigation ul.sub-menu,
#site-navigation ul.children {
    background: #029fb2 none repeat scroll 0 0;
    left: 0;
    min-width: 200px;
    position: absolute;
    top: 120%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#site-navigation ul li:hover>ul.sub-menu,
#site-navigation ul li:hover>ul.children {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

#site-navigation ul li.focus>ul.sub-menu,
#site-navigation ul li.focus>ul.children {
  opacity: 1;
  visibility: visible;
  -transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

#site-navigation ul.sub-menu li,
#site-navigation ul.children li {
    float: none;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
}

#site-navigation ul.sub-menu li:last-child,
#site-navigation ul.children li:last-child {
    border: none;
}

#site-navigation ul.sub-menu ul,
#site-navigation ul.children ul {
    right: -100%;
    left: auto;
    top: -20%;
}

#site-navigation ul.sub-menu li:hover>ul,
#site-navigation ul.children li:hover>ul {
    top: 0;
}

#site-navigation ul li.menu-item-has-children>a:before,
#site-navigation ul li.page_item_has_children>a:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 2px;
}

#site-navigation ul.sub-menu li.menu-item-has-children>a:before,
#site-navigation ul.children li.page_item_has_children>a:before {
    content: "\f105";
}

#site-navigation ul#primary-menu li.menu-item-has-children a,
#site-navigation #primary-menu li.page_item_has_children a {
    padding-right: 30px;
}

.home .np-home-icon a::after,
.np-home-icon a:hover::after,
#site-navigation ul#primary-menu>li:hover>a:after,
#site-navigation ul#primary-menu>li.current-menu-item>a::after {
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
}

.np-header-menu-wrapper::before,
.np-header-menu-wrapper::after {
    background: #029fb2 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -5px;
    position: absolute;
    top: 0;
    width: 5px;
    z-index: 99;
}

.np-header-menu-wrapper::after {
    left: auto;
    right: -5px;
    visibility: visible;
}

.np-header-menu-block-wrap::before,
.np-header-menu-block-wrap::after {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #03717f;
    border-top: 5px solid transparent;
    bottom: -6px;
    content: "";
    height: 0;
    left: -5px;
    position: absolute;
    width: 5px;
}

.np-header-menu-block-wrap::after {
    left: auto;
    right: -5px;
    transform: rotate(180deg);
    visibility: visible;
}

.is-sticky .np-header-menu-wrapper {
  z-index: 99;
}

/*--------------------------------------------------------------
## Header Search CSS
--------------------------------------------------------------*/

.np-header-search-wrapper {
    float: right;
    position: relative;
}

.search-main {
    display: block;
    line-height: 40px;
    cursor: pointer;
    color: #ffffff;
}

.np-header-search-wrapper .search-form-main {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
    border-top: 2px solid #029FB2;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 130%;
    width: 300px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}

.np-header-search-wrapper .search-form-main:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #029FB2;
    content: "";
    position: absolute;
    right: 15px;
    top: -10px;
}

.np-header-search-wrapper .search-form-main .search-field {
    border-radius: 0;
    padding: 4px 10px;
    width: 80%;
    float: left;
}

.np-header-search-wrapper .search-form-main .search-submit {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    float: left;
    padding: 10px 0 10px;
    width: 20%;
    height: 36px;
    background: #029FB2;
}

.search-form-main.active-search {
    opacity: 1;
    visibility: visible;
}

.menu-toggle {
    color: #333;
    display: none;
    float: left;
    font-size: 20px;
    padding: 2px 15px;
}

.sub-toggle {
    display: none;
}


/*--------------------------------------------------------------
Ticker CSS
--------------------------------------------------------------*/

.np-ticker-block {
  background: beige;
    border: 1px solid #de2023;
    margin: 30px 0;
    position: relative;
  padding: 1.32px 1.52px;
    border-radius: 1.8em 1.4em .8em 2.5em !important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.57);

}

.ticker-caption {
    background: #ef5004 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    margin-right: 20px;
    padding: 5px 15px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.57);
}

.ticker-content-wrapper {
    display: block;
    float: left;
    width: 80%;
}

.ticker-content-wrapper .post-cats-list {
    float: left;
    margin-right: 15px;
}

.ticker-content-wrapper .lslide.active {
    height: auto !important;
}

.ticker-content-wrapper .cS-hidden {
    opacity: 1;
}

.news-ticker-title>a {
    color: #333;
    display: block;
    margin: 5px 0 0;
}

.np-ticker-block .lSAction {
    position: absolute;
    right: 10px;
    top: 5px;
}

.np-ticker-block .lSAction>a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    height: auto;
    margin: 0 5px!important;
    position: static;
    width: auto;
    opacity: 1;
}

.np-ticker-block .lSSlideOuter.vertical,
.np-ticker-block .lSSlideWrapper,
.np-ticker-block .lSSlideWrapper .lSFade {
    position: static;
}

.post-cats-list span {
    display: inline-block;
    vertical-align: top;
}

.post-cats-list a {
    color: #fff !important;
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
    padding: 1px 12px;
    text-transform: capitalize;
}


/*--------------------------------------------------------------
Slider CSS
--------------------------------------------------------------*/

.news_portal_slider .lSAction>a {
    background: none;
}

.news_portal_featured_slider {
  margin: 0 0 25px;
}

.news_portal_featured_slider .slider-posts {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}

.news_portal_slider {
    float: none;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100%;
}

.np-single-slide-wrap,
.news_portal_carousel .np-single-post,
.news_portal_block_posts .layout3 .np-primary-block-wrap {
    position: relative;
}

.np-slide-content-wrap,
.news_portal_carousel .np-single-post .np-post-content,
.news_portal_block_posts .layout3 .np-primary-block-wrap .np-single-post .np-post-content {
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)) repeat scroll 0 0;
}

.np-slide-content-wrap .post-title,
.news_portal_featured_posts .np-single-post .np-post-content .np-post-title,
.news_portal_carousel .np-single-post .np-post-title,
.news_portal_block_posts .layout3 .np-primary-block-wrap .np-single-post .np-post-title {
    line-height: 26px;
    margin: 5px 0;
}

.np-slide-content-wrap .post-title a,
.news_portal_featured_posts .np-single-post .np-post-content .np-post-title a,
.news_portal_carousel .np-single-post .np-post-title a,
.news_portal_block_posts .layout3 .np-primary-block-wrap .np-single-post .np-post-title a {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
}

.np-slide-content-wrap .post-title a:hover,
.news_portal_featured_posts .np-single-post .np-post-content .np-post-title a:hover,
.news_portal_carousel .np-single-post .np-post-title a:hover,
.news_portal_block_posts .layout3 .np-primary-block-wrap .np-single-post .np-post-title a:hover {
    color: #029fb2;
}

.np-slide-content-wrap .np-post-meta span,
.np-slide-content-wrap .np-post-meta span a,
.news_portal_featured_posts .np-single-post .np-post-meta span,
.news_portal_featured_posts .np-single-post .np-post-meta span a {
    color: #cccccc;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.np-slide-content-wrap .np-post-meta span,
.news_portal_featured_posts .np-single-post .np-post-meta span {
    margin-right: 15px;
}

.news_portal_featured_slider .slider-posts .lSAction {
    position: absolute;
    right: 20px;
    top: 20px;
}

.news_portal_featured_slider .slider-posts .lSAction > a {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    margin: 0 2px;
    opacity: 1;
    position: static;
    text-align: center;
}

.news_portal_featured_slider .slider-posts .lSAction > a:hover {
    background: #029FB2;
    color: #fff;
}

.news_portal_featured_slider .featured-posts {
    float: right;
    width: 50%;
    padding: 0;
}

.news_portal_featured_slider .featured-posts .np-single-post-wrap {
    float: left;
    margin-bottom: 5px;
    padding-left: 5px;
    position: relative;
    width: 50%;
}

.news_portal_featured_slider .featured-posts .np-single-post {
    position: relative;
}

.news_portal_featured_slider .featured-posts .np-single-post .np-post-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)) repeat scroll 0 0;
}

.news_portal_featured_slider .featured-posts .np-single-post .np-post-content .np-post-title {
    line-height: 20px;
}

.news_portal_featured_slider .featured-posts .np-single-post .np-post-content .np-post-title a {
    font-size: 15px;
    color: #fff;
}

.news_portal_featured_slider .featured-posts .np-single-post .np-post-content .np-post-title a:hover{
    color: #029fb2;
}

.news_portal_featured_slider .featured-posts .np-single-post .np-post-meta span,
.news_portal_featured_slider .featured-posts .np-single-post .np-post-meta span a {
    font-size: 12px;
}

.np-home-top-section .news_portal_featured_posts .np-block-wrapper {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 20px;
}

.news_portal_featured_posts .np-featured-posts-wrapper {
    margin-left: -2%;
}

.news_portal_featured_posts .np-single-post-wrap {
    float: left;
    margin-left: 2%;
    width: 23%;
}

.news_portal_featured_posts .np-single-post .np-post-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    padding: 0;
    position: static;
}

.news_portal_featured_posts .np-single-post-wrap .np-post-thumb {
    float: left;
    width: 42%;
}

.news_portal_featured_posts .np-single-post-wrap .np-post-content {
    float: left;
    margin-left: 4%;
    width: 54%;
}

.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-title a {
    color: #333;
    font-size: 14px;
}

.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-title a:hover {
    color: #029fb2;
}

.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-title {
    line-height: 20px;
    margin: 0 0 2px;
}

.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta .byline {
    display: block;
}

.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span,
.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span a {
    color: #989898;
}


/*--------------------------------------------------------------
Block Post Widget CSS
--------------------------------------------------------------*/

.np-post-thumb,
.np-slide-thumb {
    overflow: hidden;
}

.np-post-thumb img,
.np-slide-thumb img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

.np-post-thumb:hover img,
.np-slide-thumb:hover img {
    -webkit-transform: scale(1.05) rotate(1deg);
    -ms-transform: scale(1.05) rotate(1deg);
    -o-transform: scale(1.05) rotate(1deg);
    transform: scale(1.05) rotate(1deg);
    opacity: 0.8;
}

.np-home-middle-section .middle-primary {
    float: left;
    width: 67%;
}

.np-home-middle-section .middle-aside {
    float: right;
    width: 31%;
}

.np-block-title,
.widget-title,
.page-header .page-title,
.np-related-title {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 6px 20px;
    text-transform: uppercase;
    border-left: none;
    border-right: none;
    color: #029FB2;
    text-align: left;
}

.news_portal_block_posts .np-primary-block-wrap {
    float: left;
    width: 48%;
}

.news_portal_block_posts .np-secondary-block-wrap {
    float: right;
    width: 49%;
}

.np-post-title.large-size a,
.np-post-title.small-size a {
    color: #333;
    display: block;
    font-size: 16px;
}

.np-post-title.large-size,
.np-post-title.small-size {
    margin: 15px 0 10px;
    text-transform: capitalize;
}

.np-post-meta span,
.np-post-meta span a {
    color: #a6a6a6;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
}

.np-post-meta span:hover,
.np-post-meta span a:hover,
.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span:hover,
.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span a:hover {
    color: #029fb2;
}

.np-post-meta span {
    margin-right: 15px;
}

.np-post-excerpt {
    margin-top: 12px;
}

.np-post-excerpt p {
    margin-bottom: 0;
}

.np-secondary-block-wrap .np-post-thumb,
.news_portal_default_tabbed .np-post-thumb {
    float: left;
    width: 30%;
}

.np-secondary-block-wrap .np-post-content,
.news_portal_default_tabbed .np-post-content {
    float: right;
    width: 66%;
}

.np-post-title.small-size {
    margin-top: 0;
}

.np-post-title.small-size {
    line-height: 22px;
    margin: 2px 0 3px;
}

.np-post-title.small-size a {
    font-size: 14px;
    font-weight: 500;
}

.np-post-title.small-size a:hover {
    color: #029FB2
}

.np-secondary-block-wrap .np-single-post,
.news_portal_default_tabbed .np-single-post,
.news_portal_default_tabbed #comments ul li {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.np-secondary-block-wrap .np-single-post:last-child,
.news_portal_default_tabbed .np-single-post:last-child,
.news_portal_default_tabbed #comments ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.np-secondary-block-wrap .np-post-meta span,
.np-secondary-block-wrap .np-post-meta span a,
.news_portal_default_tabbed .np-post-meta span,
.news_portal_default_tabbed .np-post-meta span a,
.np-related-posts-wrap .np-post-meta span,
.np-related-posts-wrap .np-post-meta span a {
    font-size: 12px;
}

.news_portal_block_posts .layout2 .np-primary-block-wrap,
.news_portal_block_posts .layout2 .np-secondary-block-wrap {
    margin-left: -3%;
    width: 103%;
}

.news_portal_block_posts .layout2 .np-primary-block-wrap {
    margin-bottom: 10px;
}

.news_portal_block_posts .layout2 .np-primary-block-wrap .np-single-post,
.news_portal_block_posts .layout2 .np-secondary-block-wrap .np-single-post {
    display: inline-block;
    float: none;
    margin-left: 3%;
    margin-right: -4px;
    vertical-align: top;
    width: 47%;
}

.news_portal_block_posts .layout2 .np-secondary-block-wrap .np-single-post:nth-child(4) {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 12px;
}

.news_portal_block_posts .layout3 .np-primary-block-wrap {
    width: 100%;
}

.news_portal_block_posts .layout3 .np-secondary-block-wrap {
    margin-top: 20px;
    width: 102%;
}

.news_portal_block_posts .layout3 .np-secondary-block-wrap {
    margin-left: -2%;
}

.news_portal_block_posts .layout3 .np-secondary-block-wrap .np-single-post {
    border: medium none;
    float: left;
    margin-bottom: 0;
    margin-left: 2%;
    padding: 0;
    width: 31.33%;
}

.news_portal_block_posts .layout3 .np-secondary-block-wrap .np-single-post .np-post-thumb,
.news_portal_block_posts .layout3 .np-secondary-block-wrap .np-single-post .np-post-content {
    float: none;
    width: 100%;
}

.news_portal_block_posts .layout3 .np-secondary-block-wrap .np-single-post .np-post-content {
    margin-top: 10px;
}

.news_portal_block_posts .layout4 .np-block-posts-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.news_portal_block_posts .layout4 .np-block-posts-wrapper .np-alt-grid-post {
    display: flex;
    flex-direction: column;
    width: 33.33%;
}

.news_portal_block_posts .layout4 .np-block-posts-wrapper .np-alt-grid-post .np-post-content {
    background: #f2f2f2 none repeat scroll 0 0;
    height: 242px;
    overflow: hidden;
    padding: 11px 15px 15px;
}

.news_portal_block_posts .layout4 .np-block-posts-wrapper .np-alt-grid-post:nth-child(2) {
    flex-direction: column-reverse;
}

.news_portal_block_posts .layout4 .np-block-posts-wrapper .np-alt-grid-post .np-post-content .np-post-excerpt {
    line-height: 27px;
    margin-top: 10px;
}


/*--------------------------------------------------------------
Featured Widget CSS
--------------------------------------------------------------*/

.middle-primary .news_portal_featured_posts .np-single-post-wrap {
    float: left;
    margin-bottom: 2%;
    margin-left: 2%;
    width: 31.33%;
}

.middle-primary .news_portal_featured_posts .np-featured-posts-wrapper {
    margin-left: -2%;
}

.middle-primary .news_portal_featured_posts .np-single-post img {
    width: 100%;
}

.middle-primary .news_portal_featured_posts .np-single-post-wrap {
    width: 48%;
}

.middle-aside .news_portal_featured_posts .np-single-post-wrap {
    margin-bottom: 20px;
    width: 98%;
}

.middle-aside .news_portal_featured_posts .np-single-post-wrap {
    width: 98%;
}

.middle-aside .news_portal_featured_posts .np-single-post-wrap:last-child {
    margin-bottom: 0;
}

.news_portal_default_tabbed ul.widget-tabs {
    margin: 0;
    list-style: none;
}

.news_portal_default_tabbed ul.widget-tabs li {
    background: #029fb2 none repeat scroll 0 0;
    display: inline-block;
    margin-right: -4px;
    padding: 5px 0;
    text-align: center;
    width: 50%;
    position: relative;
}

.news_portal_default_tabbed ul.widget-tabs li a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

.news_portal_default_tabbed ul.widget-tabs li.ui-tabs-active,
.news_portal_default_tabbed ul.widget-tabs li:hover {
    background: #028A9A;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.news_portal_default_tabbed ul.widget-tabs li.ui-tabs-active:before,
.news_portal_default_tabbed ul.widget-tabs li:hover:before {
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
}

.news_portal_default_tabbed .np-tabbed-section {
    margin-top: 20px;
}

.news_portal_default_tabbed .np-tabbed-section {
    border: 1px solid #e1e1e1;
    border-top: none;
    margin-top: 0;
    padding: 20px;
}

.news_portal_default_tabbed .np-post-meta span {
    margin-right: 10px;
}

.news_portal_default_tabbed #comments ul {
    margin: 0;
    list-style: none;
}

.news_portal_default_tabbed #comments ul .np-comment-avatar {
    float: left;
    width: 25%;
}

.news_portal_default_tabbed #comments ul .np-comment-desc-wrap {
    float: right;
    width: 71%;
}

.news_portal_default_tabbed #comments ul .np-comment-avatar img {
    width: 100%;
}


/*--------------------------------------------------------------
Full width Widget CSS
--------------------------------------------------------------*/

.np-block-title-nav-wrap {
    position: relative;
}

.np-block-title-nav-wrap .carousel-nav-action {
    position: absolute;
    right: 0;
    top: 0;
}

.np-block-title-nav-wrap .carousel-nav-action .carousel-controls {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-left: 0;
    padding: 3px 13px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.np-block-title-nav-wrap .carousel-nav-action .carousel-controls:hover {
    background: #029FB2;
}


.news_portal_carousel .np-post-meta span,
.news_portal_carousel .np-post-meta span a,
.news_portal_block_posts .layout3 .np-primary-block-wrap .np-post-meta span,
.news_portal_block_posts .layout3 .np-primary-block-wrap .np-post-meta span a {
    color: #cfcfcf;
}


/*--------------------------------------------------------------
Recent Post Widget CSS
--------------------------------------------------------------*/

.news_portal_recent_posts .np-recent-posts-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news_portal_recent_posts .np-recent-posts-wrapper .np-single-post {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.news_portal_recent_posts .np-recent-posts-wrapper .np-post-thumb {
    float: left;
    width: 30%;
}

.news_portal_recent_posts .np-recent-posts-wrapper .np-post-content {
    float: left;
    margin-left: 4%;
    width: 66%;
}

.mt-social-icons-wrapper {
    text-align: center;
}

.news_portal_social_media .social-link {
    display: inline-block;
    vertical-align: top;
}

.news_portal_social_media .social-link a {
    background: #029fb2 none repeat scroll 0 0;
    color: #fff;
    display: block;
    margin-right: 10px;
    padding: 7px 14px;
}

.news_portal_social_media .social-link a:hover {
    background: #028A9A;
}

.news_portal_ads_banner {
    text-align: center;
}


/*--------------------------------------------------------------
Footer CSS
--------------------------------------------------------------*/

#colophon {
    background: #000000 none repeat scroll 0 0;
    margin-top: 40px;
}

#top-footer {
    padding-top: 40px;
}

#top-footer .np-footer-widget-wrapper {
    margin-left: -2%;
}

#top-footer.footer_column_one .np-footer-widget,
#top-footer.footer_column_two .np-footer-widget,
#top-footer.footer_column_three .np-footer-widget,
#top-footer.footer_column_four .np-footer-widget {
    float: left;
    margin-left: 2%;
    width: 31.33%;
}

#top-footer .widget a,
#top-footer .widget a:before,
#top-footer .widget li:before {
    color: #cfcfcf;
}

#top-footer .widget a:hover,
#top-footer .widget a:hover:before,
#top-footer .widget li::hover:before {
    color: #029fb2;
}

#top-footer.footer_column_one .np-footer-widget {
    width: 98%;
}

#top-footer.footer_column_two .np-footer-widget {
    width: 48%;
}

#top-footer.footer_column_four .np-footer-widget {
    width: 23%;
}

#top-footer .widget-title {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.bottom-footer {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    color: #bfbfbf;
    font-size: 12px;
    padding: 10px 0;
}

.site-info {
    float: left;
}

#footer-navigation ul {
    float: right;
    list-style: outside none none;
    margin: 0;
}

#footer-navigation ul li {
    display: inline-block;
    vertical-align: top;
}

#footer-navigation ul li a {
    border-left: 2px solid #7f7f7f;
    color: #cfcfcf;
    margin-left: 10px;
    padding-left: 10px;
}

#footer-navigation ul li:first-child a {
    margin-left: 0;
}

#footer-navigation ul li a:hover {
    color: #029fb2;
}


/*--------------------------------------------------------------
Archive CSS
--------------------------------------------------------------*/

.archive article {
    border: none !important;
}

.np-archive-post-content-wrapper {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative;
  box-shadow: 0.16em 0.04em 0.08em rgb(20 20 0 / 62%), -0.02em 0.03em 0.06em rgb(80 120 80 / 29%), inset 0.04em -0.04em 0.06em rgb(80 120 80 / 29%);
  border-radius: .6em 0 .6em .4em;
  border: .2em solid #ff78003d;
  margin: 0 .4em !important;
}

.np-archive-post-content-wrapper:before {
    border-bottom: 15px solid #f79756;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    content: "";
    left: 20px;
    position: absolute;
    top: -15px;
  
}

article.no-image .np-archive-post-content-wrapper:before {
    display: none;
}

.entry-meta > span {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-right: 15px;
    text-transform: capitalize;
}

.entry-meta span a,
.entry-meta span {
    color: #767676;
    font-style: normal;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.np-archive-post-content-wrapper .entry-title {
    font-size: 20px;
    margin: 0 0 6px;
}

.np-archive-post-content-wrapper .entry-title a {
    color: #333;
}

.entry-title a:hover,
.entry-meta span a:hover,
.entry-meta span:hover {
    color: #029fb2;
}

.np-archive-more .np-button {
  transition: all 0.5s ease;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    background: #d8ff00 none repeat scroll 0 0;
    border: 1px solid #ff7203;
    border-radius: 4px 8px 22px 12px;
    color: #666666;
    padding: 4px 20px;
    text-decoration: none;
  text-shadow: 0.0114em 0.0115em 0.0116em #884000, -0.012em 0.012em 0.01em #e2f7f9;
  box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
}

.np-archive-more:hover .np-button:hover {
    background: #029fb2;
    color: #fff;
    border-color: #029FB2;
}

.np-archive-more .np-button i {
    margin-right: 8px;
}

.np-archive-grid-post-wrapper article {
    display: inline-block;
    margin-left: 3%;
    margin-right: -4px;
    width: 47%;
    vertical-align: top;
}

.np-archive-grid-post-wrapper {
    margin-left: -3%;
}

.np-related-posts-wrap .np-post-title {
  margin: 10px 0 5px;
}

article.hentry h1.entry-title {
    font-size: 26px;
    margin: 10px 0;
}

.np-related-section-wrapper {
    margin-top: 80px;
}

.np-related-section-wrapper .np-single-post {
    float: left;
    margin-left: 2%;
    width: 31.33%;
}

.np-related-posts-wrap {
    margin-left: -2%;
}

#content {
    margin-top: 30px;
}

.home #content {
    margin-top: 0;
}

.single .post-cats-list {
  margin: 6px 0;
}

/*--------------------------------------------------------------
Error 404 css 
--------------------------------------------------------------*/

.error404 #primary {
    float: none;
    padding: 90px 0;
    width: 100%;
}

.error-404.not-found {
    border: 1px solid #e1e1e1;
    margin: 0 auto;
    max-width: 700px;
}

.error404 .page-title {
    background: #029FB2 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.error-num {
    font-size: 114px;
    font-weight: 700;
    text-align: center;
}

.error-num>span {
    font-size: 34px;
    text-transform: uppercase;
}

.error404 .page-content {
    font-size: 14px;
    text-align: center;
}

/*--------------------------------------------------------------
scroll to top css 
--------------------------------------------------------------*/

#np-scrollup {
    background-color: #029FB2;
    bottom: 20px;
    color: #ffffff;
    display: none;
    height: 40px;
    line-height: 35px;
    position: fixed;
    right: 20px;
    width: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#np-scrollup {
    display: none;
}

#np-scrollup:hover,
#np-scrollup:focus,
#np-scrollup:active {
    color: #ffffff;
    border-radius: 100%;
}

/*--------------------------------------------------------------
Wpform css 
--------------------------------------------------------------*/

div.wpforms-container-full .wpforms-form input[type="submit"], 
div.wpforms-container-full .wpforms-form button[type="submit"], 
div.wpforms-container-full .wpforms-form .wpforms-page-button,
div.wpforms-container-full .wpforms-form input[type="submit"]:hover, 
div.wpforms-container-full .wpforms-form button[type="submit"]:hover, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  background: #029FB2;
  border: none;
  padding: 10px 20px;
}


























/*=====================================XXXXX=========================================*/

/*=====================================OOOOO=========================================*/

/*=====================================XXXXX=========================================*/

/*===================================================================================*/
/*  DKepaSAT
/*===================================================================================*/


#post-95 {
  background: url(https://dkepasat.es/wp-content/uploads/Fondo-Escritorio-Remoto.jpg) !important;

}


#post-185 {
  background: url(https://dkepasat.es/wp-content/uploads/fondo-Herramientas-a.jpg) !important;

}

#post-98 {
  background: url(https://dkepasat.es/wp-content/uploads/Fondo-Contacto-dkepasat@gmail.jpg
) !important;

}





.bmenu {
    background: rgba(139, 0, 255, 0.51);
    margin: 0 17.69% 0 3.06%;
    padding: 0.79em 1.49em .62em 1em;
    width: 95.99%;
    font-size: 1.09em;
    text-shadow: 0.052em 0.041em black;
    border: .15em solid orangered;
    text-shadow: 0.02em 0.03em 0.03em black, -0.02em 0.03em 0.03em #713000;
    box-shadow: 0.04em 0.05em 0.07em rgb(20 20 0 / 62%), -0.11em 0.12em 0.14em rgb(80 120 80 / 49%), inset 0.1em -0.08em 0.12em rgb(80 120 80 / 39%);
    color: white !important;
    border-radius: 1em 2em 0px;
}

.bmenu li {
	
    text-shadow: .02em .03em .03em black, -.02em .03em .03em #713000;
	font-weight: 600;
    box-shadow: .064em .095em .097em rgba(20, 20, 0, .962), -.1em .12em .14em rgba(80, 120, 80, .49), inset .12em -.08em .12em rgba(80, 120, 80, .36);
	
	border: #fdc07f .135em solid;
	
}


.remotH3 {

    font-size: 1.6em;
    text-shadow: 0.032em 0.031em 0.042em black;
    color: white !important;
    min-width: 6rem;
    display: inline-block;
    font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
  
    position: relative;
    letter-spacing: 0.083rem;
    
	padding: .68rem 1.64rem;
    padding-right: 3.7rem;
    background: #FF3000;
    text-align: center;
    
    box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
    transition: .2s;
    border-radius: .6em .22em .89em .0em !important;
    border: 2.2px solid #FFD700;
}

.remotH3 a {

    
    color: white !important;
    
}







.hermEnla1 {
    color: #582500;
    font-size: .67em !important;
    text-shadow: .02em .01em .01em black, -.02em .01em .03em #713000;
    text-align: justify;
    background: #fff4e8eb;
    padding: 1.5em !important;
    border-radius: 2em 4em 3em 1em;
	box-shadow: .26em 0.404em 0.408em rgb(20 20 0 / 42%), -0.02em 0.03em 0.06em rgb(80 120 80 / 29%), inset 0.04em -0.04em 0.06em rgb(80 120 80 / 29%);
width: 96.3%;
	margin-left: 1.5em !important;
}




.dkenl img {
    
    box-shadow: .116em 0.11404em 0.1408em rgba(20, 20, 0, 0.22);
}


.wsp-pages-list, .wsp-authors-list, .wsp-archives-list {
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    padding: 20px;
    position: relative;
  background: #ffffed;
    box-shadow: .26em 0.404em 0.408em rgb(20 20 0 / 42%), -0.02em 0.03em 0.06em rgb(80 120 80 / 29%), inset 0.04em -0.04em 0.06em rgb(80 120 80 / 29%);
    border-radius: .6em 0 .6em .4em;
    border: .2em solid #ff78003d;
    margin: 0 .4em 1.9em .6em !important;
  font-size: 1.24em;
    text-shadow: 0.032em 0.021em black;
    padding: 0.47em 1.94em;

}





.np-ticker-wrapper{
  
  background: #d4d2eebd;
}


#twitter-widget-0 {
    position: static;
    visibility: visible;
    display: inline-block;
    width: 360px;
    height: 400px;
    padding: 0px;
    border: none;
    max-width: 350px !important;
    min-width: 180px;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 200px;
  background-color: #eee6f4c2 !important;
  color: #0B0B0B !important;
  font: normal normal 14px/1.4 Helvetica,Roboto,"Segoe UI",Calibri,sans-serif;
    text-shadow: .0031em .00612em .0092em #884000 !important;
  border-radius: .9em 1.42em 2em .569em;
  border: .123em solid #fd581bb0;
}


    
.twittr {
    background-color: #eee6f4c2 !important;
    color: #0B0B0B !important;
    font: normal normal 14px/1.4 Helvetica,Roboto,"Segoe UI",Calibri,sans-serif;
    text-shadow: .0031em .00612em .0092em #884000 !important;
    border-radius: .9em 1.42em 2em .569em;
    border: .123em solid #fd581bb0;
}


    
.timeline-Widget {
    max-width: 1200px;
    background-color: #eae2f5c2;
    
    color: #0B0B0B !important;
    font: normal normal 14px/1.4 Helvetica,Roboto,"Segoe UI",Calibri,sans-serif;
    text-shadow: 0.0031em 0.00612em 0.0092em #884000 !important;
    border-radius: .9em 1.42em 2em .569em;
    border: .123em solid #fd581bb0;
    margin: .2em .2em 2em .1em;
}




.SandboxRoot {
    font: normal normal 14px/1.4 Helvetica,Roboto,"Segoe UI",Calibri,sans-serif;
    color: #040404 !important;
    white-space: normal;
    white-space: initial;
}


.TweetAuthor .timeline-Tweet-author  a {
    white-space: nowrap !important;
    word-wrap: normal !important;
    background: #f2ddcba6;
    padding: .2em 0 .3em .5em;
    border: .123em solid #fd581bb0;
    border-radius: .9em 1.42em 2em .569em;
    font: normal normal 14px/1.4 Helvetica,Roboto,"Segoe UI",Calibri,sans-serif;
        font-weight: normal;
    text-shadow: .0031em .00312em .0042em #370088e6 !important;
    box-shadow: .16em 0.104em 0.258em rgba(20, 20, 0, 0.42);
    border-radius: .6em 0 .6em .4em;
}




.su-tabs-vertical {
    display: -webkit-box;
    display: flex;
    float: left;
}

.su-tabs-nav span.su-tabs-current {   
    border-radius: .62em 1.0em .2em 1.62em !important;    
}

.su-tabs-vertical .su-tabs-nav>span {
    border-radius: .62em 1.0em .2em 1.62em !important;
}
.su-tabs-pane {
    padding: 0 !important;
}

.su-tabs-vertical .su-tabs-panes {
    width: 180% !important;
}
    

.np-archive-post-content-wrapper {
    text-align: justify;
    background: #fffdeef2 !important;
}

.entry-meta span a, .entry-meta span {
    color: #040cf9 !important;
    font-style: normal;
  font-size:1.14em;
    text-shadow: .02em .01em black;
  
}

.webmark4 {
  background-color:  #fbfbe9d4;
  text-shadow: .01em .012em .022em #884000, -.01em .02em .01em #C66600;
  letter-spacing: 0.099rem;
  border-radius: .48em 1.32em .70em 1.50em ;
  text-align: justify;
  border: .091em solid #FE8D55;
  font-size: 1.095em;
      
  margin:1em 1em .69em 1.2em;
  padding: .16em !important;
  overflow: hidden;
  box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);

}


.parf1{
  font-family: 'Gothic A1', sans-serif;
      font-size:1.14em;
  text-shadow: .01em .01em black;
    text-align: justify;
  margin-left: .4em;
}

.parf2{
  font-family: 'Gothic A1', sans-serif;
      font-size:1.28em;
  color: #6F3700;
  margin: 0 .5%;
  padding: 0.1em 2em .2em 0.62em;
  text-shadow: .02em .02em black;
    text-align: justify;
}

.parf3 {
    font-family: 'Gothic A1', sans-serif;
    font-size: 1.015em;
    text-shadow: 0.01em 0.01em black;
    text-align: justify;
    margin-left: 0.04em;
    color: #065fd4;
	    border-radius: 0.5em 2.1em 0.5em;
    border: 0.115em solid #ff940082;
	padding-bottom: .6em;
	margin-bottom: 1em

;
}

.Meca1 { background: #FBF8EA none repeat scroll 0 0;
    display: block;
  font-size:1.04em;
  color: #6F3700;
  text-shadow: .02em .03em black;
    float: left;
    margin-left: 2%;
    padding: 0.2em 2em 2em 2.2em;
  border: 1px solid #8D1E0C;
    border-radius: 1.8em 1.4em .7em 2.4em !important;
  box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
}


.citaA{
    background:rgba(170,30,0,.06);
    margin:0 5.69% 0 18.69%;
  padding:1.79em 1.69em .2em 2.09em;
    width: 69.4%;
    font-size:1.06em;
    border-radius: .50em;
    border: .15em solid orangered;
    text-shadow: .02em .03em .03em black, -.02em .03em .03em #713000;
    box-shadow: .09em .102em .12em rgba(20, 20, 0, .62), -.11em .12em .14em rgba(80, 120, 80, .49), inset .10em -.08em .12em rgba(80, 120, 80, .39);
    
}

.citaB{
    background: rgba(255, 255, 0, 0.36);
    margin:0 17.69% 0 9.69%;
  padding:1.79em 1.69em .2em 2.09em;
    width: 69.4%;
    font-size:1.06em;
    border-radius: .50em;
    border: .15em solid orangered;
    text-shadow: .02em .03em .03em black, -.02em .03em .03em #713000;
    box-shadow: .04em .05em .07em rgba(20, 20, 0, .62), -.11em .12em .14em rgba(80, 120, 80, .49), inset .10em -.08em .12em rgba(80, 120, 80, .39);
        
}

.citaC {
    background: rgba(255, 255, 0, 0.36);
    margin: 0 17.69% 0 9.69%;
    padding: .7em 1.69em .2em 2.09em;
        padding-top: 0.7em;
        padding-right: 1.69em;
        padding-bottom: 0.2em;
        padding-left: 2.09em;
    width: 88.24%;
    font-size: 1.06em;
    border-radius: .50em 2.50em .50em;
    border: .15em solid orangered;
    text-shadow: .02em .03em .03em black, -.02em .03em .03em #713000;
    box-shadow: .04em .05em .07em rgba(20, 20, 0, .62), -.11em .12em .14em rgba(80, 120, 80, .49), inset .10em -.08em .12em rgba(80, 120, 80, .39);
}

.cita2{
    background:rgba(250,240,220,.26);
    margin:0 10em 0em 8em;
  padding:2.79em 1.69em .2em 2.09em;
    color:#582500;
    font-size:.89em !important;
    border-radius: .50em;
    border: .09em solid orangered;
    text-shadow: .02em .03em .03em black, -.02em .03em .03em #713000;
    box-shadow: .28em .29em .32em rgba(20, 20, 0, .42), -.11em .12em .14em rgba(80, 120, 80, .49), inset .10em -.08em .12em rgba(80, 120, 80, .39);
    text-align: justify;    
}

.imaGal2 {
    background: rgba(251, 245, 235, 0.62);
    margin: 0 .05em .04em .05em;
        margin-top: 0px;
        margin-bottom: 0.04em;
    padding: .14em .08em .22em .08em;
    color: #382000;
    font-size: .58em !important;
    border-radius: .59em;
    border: .06em solid orange;
    text-shadow: .01em .01em .02em #000000, -.01em .02em .03em #994201;
    box-shadow: .18em .19em .22em rgba(20, 20, 0, .42), -.08em .09em .11em rgba(80, 120, 80, .49), inset .10em -.08em .12em rgba(80, 120, 80, .39);
    text-align: center;
}
audio {
    width: 280px;
    height: 18px;
}

.Estrlla {
  display: flex !important;
  justify-content:center;
  margin:auto;
  padding:1.69em 0;
}


body.custom-background {

    background-image: url("https://dkepasat.es/wp-content/uploads/2020/02/20200206-Panoramica.jpg");
    background-position: center top;
    background-size: 120% 18.2em !important;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.dkenlh{
  color: #fbfbe9eb;
  font-size: .001em;
}

span.category-button a {
  background: #2180d3;
    color: #fff;
  text-shadow: 0.022em 0.031em 0.042em black;
    box-shadow: 0.16em 0.14em 0.18em rgba(20, 20, 0, .62), -0.02em 0.03em 0.06em rgba(80, 120, 80, .29), inset 0.04em -0.04em 0.06em rgba(80, 120, 80, .29);
    border-radius: 1.8em 1.4em .8em 3em !important;
}
.ticker-caption {
    background: #ef5004 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    margin-right: 20px;
    padding: 5px 15px;
    border-radius: 1.98em 1.4em .5em 3.3em !important;
}


.YuoTCab {
  display: flex !important;
  justify-content:center;
  margin-right:auto;
    color: #337ab7;
  box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
}

.AnuCab {
    color: #337ab7;
    display: inline-block !important;
  box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
}
.AnuCab img {
    width: 80px;
    height: 80px;
}

.np-ticker-block {
  
    border: 1px solid #de2023;
    margin: 30px 0;
    position: relative;
  
  padding: 2.232px 2.952px;
    border-radius: 1.8em 1.4em .8em 2.5em !important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.57);
}
.ticker-caption { 
	background: #ff2f00 none repeat scroll 0 0 !important;

	    color: #fff !important;
    display: block;
    float: left;
    margin-right: 20px;
    padding: 5px 15px;
	text-shadow: 0.022em 0.031em 0.042em black;
    border-radius: 1.98em 1.4em .5em 3.3em !important;
}

.cita1:hover{
  color:red;
  text-shadow: 0.022em 0.031em 0.042em black;
}

.title2 {
  font-size:1.58em;
  text-shadow: 0.022em 0.031em 0.042em black;
    color: white !important;
  min-width: 11rem;
    display: inline-block;
    font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    position: relative;
    margin-right:8em;
  margin-left: .6em;
    letter-spacing: 0.083rem;
    padding: .8rem 1.4rem;
    padding-right: 2.7rem;
    background: #FF5700;
    text-align: center;
    border: none;
    box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
    transition: .2s;
    border-radius: .6em .22em .89em .0em !important;
 }

.title3 {
  font-size:1.22em;
  text-shadow: 0.022em 0.031em 0.042em black;
    color: white !important;
  min-width: 11rem;
    display: inline-block;
    font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    position: relative;
    margin-right:1.4em;
    letter-spacing: 0.083rem;
    padding: .6rem 0.94rem;
    padding-right: 1.7rem;
    background: #FF5700;
    text-align: center;
    border: none;
    box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
    transition: .2s;
    border-radius: .6em .22em .89em .0em !important;
 }


.EnInters { 
	<!--█████████████width: 95.188%;██████████████████████████-->
  width: auto;
  background: #E95D00 none repeat scroll 0 0;
    display: block;
    float: left;
    margin-left: 1.02%;
    padding: 0em 0em .21em 1.2em;
  border: 1px solid #A00000;
    border-radius: 1.8em 1.4em .7em 2.4em !important;
  box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
}
.EnInters a {
  display: inline-block;
    padding: .19em .11em;
  border: .19em solid #fbca60;
  
  border-radius: .43em .59em .06em .79em;
    background: rgba(200, 140, 40, .62);
    box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
  z-index:22;
}



.ventana_flotante {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    top: 6em;
    left: auto;
    margin-left: 40%;
    
    position: fixed;
    text-align: center;
    width: 20%;
    z-index: 55;
}

.entry-header a {
  
  text-shadow: 0.022em 0.031em 0.042em black;
    color: white !important;
  
 }

    
.entry-meta span a, .entry-meta span {
       color: #040cf9 !important;
    font-style: normal;
  font-size:1.14em;
    text-shadow: .02em .01em black !important;
    padding-left:.69em;
        background-color: #fafbe954;
}
    


.entry-content p{
    text-shadow: 0.02114em 0.02115em 0.03116em #8840003;
    font-size: 17px;
    margin-bottom: 20px;
}


.entry-title {
  font-size:2em;
  text-shadow: 0.022em 0.031em 0.042em black;
    color: white !important;
  min-width: 11rem;
    display: inline-block;
    font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    position: relative;
    
    letter-spacing: 0.083rem;
    padding: .8rem 1.4rem;
    padding-right: 4.7rem;
    background: #FF5700;
    text-align: center;
    border: none;
    box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
    transition: .2s;
    border-radius: .6em .22em .89em .0em !important;
 }











/*=====================================XXXXX=========================================*/

/*=====================================OOOOO=========================================*/

/*=====================================XXXXX=========================================*/

/*===================================================================================*/
/*  Deep-Purple
/*===================================================================================*/



.wp-block-image2 .alignright {
    float: right;
margin: -1.5em 0 .25em .41em;
width: 6.95em !important;
}
  


.dp-parfA1 {
  font-family: 'Gothic A1', sans-serif;
      font-size:1.36em;
  text-shadow: .01em .01em black;
    text-align: justify;
}

.dp-parf1{
  font-family: 'Gothic A1', sans-serif;
  
    margin-bottom: 20px;
    color: #280c0c !important;
      
  text-shadow: .022em .022em #913d00, -.021em .02em .0251em #C66600;
    text-align: justify;
}

.dp-parf1 a {
   color: #08f41b !important;
}
.dp-parf11 {
  font-family: 'Gothic A1', sans-serif;
  color: orangered;
      font-size:1.16em;
  text-shadow: .01em .01em black;
    text-align: justify;
}

.dp-parf2{
  font-family: 'Gothic A1', sans-serif;
      font-size:0.89em;
  text-shadow: .01em .01em black;
    text-align: justify;
}

.entry-titleDP {
  font-size:1.62em;
  text-shadow: 0.022em 0.031em 0.042em black;
    color: white !important;
  min-width: 10rem;
    display: inline-block;
    font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    position: relative;
    
    letter-spacing: 0.083rem;
    padding: .8rem 1.4rem;
    padding-right: 4.7rem;
    background: linear-gradient(26deg, #380082e3 20%, #92015ee8 70%, #d23b02e3 90%);
    text-align: center;
    
    box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
    transition: .2s;
    border-radius: .22em .28em .92em .0em !important;
  border: #e13f03 solid .1em;
 }


.gal-content-ent {
    background-color: #ffffdf;
    text-shadow: 0.03em 0.022em 0.022em #884000, -0.015em 0.025em 0.015em #c66600 !important;
    letter-spacing: 0.099rem;
    border-radius: .52em 1.32em .32em 2.32em;
    text-align: justify;
    border: .11em solid #f79756e3;
    font-size: 1.395em;
    box-shadow: 0.22em 0.2em 0.24em rgb(20 20 0 / 62%), -0.02em 0.03em 0.06em rgb(80 120 80 / 29%), inset 0.04em -0.04em 0.06em rgb(80 120 80 / 29%);
    margin: 0 1em .69em 1.2em;
    padding: 1em;
	/*==============================================
    overflow: hidden;=====================================*/
    color: #3d3d3d;
	z-index:5;
}

.gal-content-entDP1{
  background-color: #fbfbe980;
  text-shadow: .01em .012em .022em #884000, -.01em .02em .01em #C66600;
  letter-spacing: 0.099rem;
  border-radius: .0em 3.118em 2.92em .80em !important;
  text-align: justify;
  border: .11em solid #f79756e3;
  font-size: 1.425em;
      box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
  margin:0 1em .69em 1.2em;
  padding: 1em;
  overflow: hidden;
  
}

.gal-content-entDP2 {
  background-color:  #5600ff;
  
  
  
  border: .41em solid #f79756e3;
  border-radius: .0em 3.118em 4.92em 1.80em !important;
  
  padding: 1em;
  overflow: hidden;

}

.compositor {
    background-color: #fbfbe9e6;
    text-shadow: 0.032em 0.031em 0.042em #312525;
    letter-spacing: 0.099rem;
    border-radius: .32em;
    text-align: justify;
    border: .11em solid #f79756e3;
    
    margin: 0 1em 1.169em 1.2em;
        margin-bottom: 1.169em;
    padding: 0;
    overflow: hidden;
    min-width: 20em !important;
    display: inline-block;
    font-size: 1.12em !important;
  box-shadow: 0.16em 0.14em 0.18em rgb(20 20 0 / 62%), -0.02em 0.03em 0.06em rgb(80 120 80 / 29%), inset 0.04em -0.04em 0.06em rgb(80 120 80 / 29%);
}




.cancion {
    font-size: 1.4em;
    text-shadow: 0.032em 0.031em 0.042em black;
    color: white !important;
    min-width: 6rem;
    display: inline-block;
    font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
    position: relative;
    letter-spacing: 0.083rem;
    padding: .3rem 1.2rem;
        padding-right: 1.2rem;
    padding-right: 3.7rem;
    background: #0087FF;
    text-align: center;
    border: none;
    box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
    transition: .2s;
    border-radius: .6em .22em .89em .0em !important;
    border: 2px solid #3FF92F;
}


.tituloCan {

    font-size: 1.4em;
    text-shadow: 0.032em 0.031em 0.042em black;
    color: white !important;
    min-width: 6rem;
    display: inline-block;
    font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
  
    position: relative;
    letter-spacing: 0.083rem;
    padding: .6rem 1.4rem;

    padding-right: 3.7rem;
    background: #FF3000;
    text-align: center;
    border: none;
    box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
    transition: .2s;
    border-radius: .6em .22em .89em .0em !important;
    border: 2.2px solid #FFD700;
}


.duraCan {
    font-size: 1.4em;
    text-shadow: 0.032em 0.031em 0.042em black;
    color: white !important;
    min-width: 6rem;
    display: inline-block;
    font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
    position: relative;
    letter-spacing: 0.083rem;
    padding: .4rem 1.4rem;

    padding-right: 3.7rem;
    background: #8000FF;
    text-align: center;
    border: none;
    box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
    transition: .2s;
    border-radius: .6em .22em .89em .0em !important;
  position: absolute;
    right: 8%;

    border: 3px solid #04ABBB;
    padding: 10px;
}


.youtube1 {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
  border: .15em solid #fdc122e3;
  border-radius: 1.6em .22em .89em 2.0em !important;
    box-shadow: 0.16em 0.14em 0.18em rgb(20 20 0 / 62%), -0.02em 0.03em 0.06em rgb(80 120 80 / 29%), inset 0.04em -0.04em 0.06em rgb(80 120 80 / 29%);
  
}


.dp-Compos1 {
font-family: 'Roboto', sans-serif;
color: #00ff2b !important;
    font-size: 1.1em;
    background: #00f !important;
text-shadow: 0.035em 0.035em 0.045em #4e2806 !important;
}




.dp-Compos2 {
font-family: 'Roboto', sans-serif;
    color: #ff0000 !important;
    font-size: 1.1em;
    background: #fbf178 !important;
text-shadow: 0.035em 0.035em 0.045em #4e2806 !important;
}






#post-1899, #post-2707, #post-3368 {
  background: url(https://dkepasat.es/wp-content/uploads/Deep-Purple-fondo-a.jpg) !important;

}
#post-2515, #post-2804 {
  background: url(https://dkepasat.es/wp-content/uploads/Deep-Purple-fondo-b-900.jpg) !important;

}

#post-1770 {
  background: url(https://dkepasat.es/wp-content/uploads/DKepaSAT-fondo-a.jpg) !important;

}


table.table1 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse: separate;
}

.table1 thead th {
    padding: 15px;
    color: #fff;
    text-shadow: 1px 1px 1px #568F23;
    border: 1px solid #93CE37;
        border-bottom-color: rgb(147, 206, 55);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-bottom: 3px solid #9ED929;
    background-color: #9DD929;
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.02, rgb(123,192,67)), color-stop(0.51, rgb(139,198,66)), color-stop(0.87, rgb(158,217,41)) );
    background: -moz-linear-gradient( center bottom, rgb(123,192,67) 2%, rgb(139,198,66) 51%, rgb(158,217,41) 87% );
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}



.table1 tbody td {
    padding: .7em;
        padding-top: 0.7em;
    text-align: left;
    background-color: #F9F1FF;
    border: 2px solid #E4CDF0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: .9em;
    color: #27233c;
    text-shadow: 1px 1px 1px #b185bd;
    padding-top: .95em;
    box-shadow: .26em .36em .418em rgba(20, 20, 0, .52);
}


thead {
    text-shadow: 0.062em 0.061em 0.082em black;
    display: table-header-group;
    background: #b16be175;
    vertical-align: middle;
    border-color: inherit;
    color: blueviolet;
    border-radius: .84em !important;
}

table {
    border-collapse: separate !important;
    
    margin: .9em !important;
    width: 96% !important;
  border-spacing: .2em !important;
}

table#space {
  border-collapse: separate;
  border-spacing: 2em 1em !important;
}








/*=====================================XXXXX=========================================*/

/*=====================================OOOOO=========================================*/

/*=====================================XXXXX=========================================*/

/*===================================================================================*/
/*  Galdos
/*===================================================================================*/

.gal-epNac2 {
    background-color: #fbfbe980;
    text-shadow: .01em .012em .022em #884000, -.01em .02em .01em #C66600;
    letter-spacing: 0.08rem;
    border-radius: .0em 1.118em 1.92em .80em !important;
    
    border: .11em solid #f79756e3;
    font-size: .6em !important;
    box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
    margin: 0 .01em .69em .02em;
    padding: .59em .01em .8em .01em;

    
}

.gal-epNac3 {
    background: url(https://dkepasat.es/wp-content/uploads/galdos-fondo-C.jpg) !important;
    
    text-shadow: .01em .012em .022em #884000, -.01em .02em .01em #C66600;
    letter-spacing: 0.08rem;
    border-radius: .0em 1.118em 1.92em .80em !important;
    
    border: .11em solid #f79756e3;
    font-size: .6em !important;
    box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
    margin: 0 .01em .69em .02em;
    padding: .59em .01em .8em .01em;

    
}


.gal-epNac1 {
	font-size: .6em !important;
    background-color: #3502A6C9;
    border: .21em solid #f79756e3;
    border-radius: .19em 2.118em 2.92em 1.80em !important;
    padding: .85em .16em;
    margin-left: .36em;
    margin-right: .36em;
    box-shadow: .154em .155em .207em rgba(20, 20, 0, .72), -.11em .12em .14em rgba(80, 120, 80, .49), inset .10em -.08em .12em rgba(80, 120, 80, .39);
	z-index:1000;
	
}



.epsNacImg {
    width: 46.32%;
    
    margin-right: 2.39%;
    margin-top: 2.5em !important;
    border-radius: .5em;
    border: orangered solid .1em;
    box-shadow: .3986em .3986em .118em rgba(20, 20, 0, .69), -.042em .043em .06em rgba(80, 120, 80, .29), inset .64em -.64em .76em rgba(80, 120, 80, .29);
    height: 22% !important;
}



.np-post-thumb img {
    width: 80%;
    border-radius: .39em;
    box-shadow: .16em .16em .18em rgba(20, 20, 0, .62), -.12em .03em .06em rgba(80, 120, 80, .29), inset .104em -.104em .06em rgba(80, 120, 80, .29);
    border: #ff5400 solid .1em;
}

.np-post-thumb1 img {
    
    border-radius: .38em;
    box-shadow: .16em .16em .18em rgba(20, 20, 0, .62), -.12em .03em .06em rgba(80, 120, 80, .29), inset .104em -.104em .06em rgba(80, 120, 80, .29);
    border: #8e034b solid .08em;
}



.np-post-thumb img:hover {
    -webkit-transition: all 0.53s ease;
    -o-transition: all 0.53s ease;
    transition: all 0.53s ease;
    -webkit-transform: scale(.9) rotate(1.8deg);
    -ms-transform: scale(.9) rotate(1.8deg);
    -o-transform: scale(.9) rotate(1.5deg);
    transform: scale(.9) rotate(1.5deg);
    opacity: 1;
    border: orangered solid .18em;
    border-radius: .3em;
    box-shadow: .16em .16em .218em rgba(20, 20, 0, .69), -.102em .103em .106em rgba(80, 120, 80, .29), inset .104em -.104em .06em rgba(80, 120, 80, .29);
    
}

.np-post-thumb1 img:hover {
    -webkit-transition: all 0.53s ease;
    -o-transition: all 0.53s ease;
    transition: all 0.53s ease;
    -webkit-transform: scale(.9) rotate(-1.6deg);
    -ms-transform: scale(.9) rotate(-1.6deg);
    -o-transform: scale(.9) rotate(-1.6deg);
    transform: scale(.9) rotate(-1.6deg);
    opacity: 1;
    border: orangered solid .18em;
    border-radius: .3em;
    box-shadow: .16em .16em .218em rgba(20, 20, 0, .69), -.102em .103em .106em rgba(80, 120, 80, .29), inset .104em -.104em .06em rgba(80, 120, 80, .29);
    
}
.l1nkG {
    background: #1b09ea !important;
	border-top-left-radius: .74em;
	border-top-right-radius: 1.684em;
	border-bottom-right-radius: 0.62em;
	border-bottom-left-radius: 1.21em;
color: #00f3ff !important;
text-shadow: .01em .0142em .022em #884000, -.01em .02em .031em #C66600;
box-shadow: .06em .06em .118em rgba(20, 20, 0, .62), -.102em .03em .06em rgba(80, 120, 80, .29), inset .104em -.104em .06em rgba(80, 120, 80, .29);
    border: aqua solid .12em;
}

.enlcExt h4 {
    background: beige;
width: 27em;
padding: 1em .59em;
border: orangered solid .2em !important;
border-radius: .6em 1.64em .4em 1.2em;
color: orangered;
text-shadow: .021em .02142em .0322em #884000, .0421em .042em .051em #8C4A04;
box-shadow: .0986em .0986em .118em rgba(20, 20, 0, .69), -.042em .043em .06em rgba(80, 120, 80, .29), inset .064em -.064em .076em rgba(80, 120, 80, .29);

font-size: 1.1em;
}


.dp-Compos6 a {
    background: blue;
	color: aqua !important;
	width: 21em !important;
	border: aqua solid .142em;
	border-radius: .542em 2.55em .79em 3.1989em;
	text-shadow: .0351em .0362em .0442em #442102, .0521em .052em .061em #8C4A04;
	    box-shadow: .16em .16em .158em rgba(20, 20, 0, .79), -.062em .063em .076em rgba(80, 120, 80, .49), inset .084em -.084em .096em rgba(80, 120, 80, .49);
	margin: 1.65em !important;
	font-size: 1.04em;
	padding: .45em 1.693em .61em 1.2em;
}


.dp-Compos6 a:hover {
    background: #2407ae;
    color: #22ff02 !important;
    border: aqua solid .142em;
    border-radius: .582em 1.88em .69em .99em;
    text-shadow: .031em .0342em .0422em #442102, .0521em .052em .061em #8C4A04;
    box-shadow: .16em .16em .138em rgba(20, 20, 0, .79), -.042em .043em .06em rgba(80, 120, 80, .39), inset .064em -.064em .076em rgba(80, 120, 80, .39);
    margin: 2.5em !important;
    font-size: 1.03em;
    padding: .45em 2.693em .59em 1.42em;
}



.imaGal3 {
    background: rgba(251, 245, 235, 0.62);
    margin: 0 .05em .04em .05em;
        margin-top: 0px;
        margin-bottom: 0.04em;
    padding: .14em .08em .22em .08em;
    color: #382000;
    font-size: .89em !important;
    border-radius: .59em;
    border: .06em solid orange;
    text-shadow: .01em .01em .02em #000000, -.01em .02em .03em #994201;
    box-shadow: .18em .19em .22em rgba(20, 20, 0, .42), -.08em .09em .11em rgba(80, 120, 80, .49), inset .10em -.08em .12em rgba(80, 120, 80, .39);
    text-align: center;
}

.gal-content-rad {
    background-color: #fbfbe9eb;
    text-shadow: .01em .012em .022em #884000, -.01em .02em .01em #C66600;
    letter-spacing: 0.099rem;
    border-radius: .32em 3em 1.9em .6em;
    text-align: justify;
    border: .21em solid #f79756e3;
    font-size: 0.77em;
    margin: 0 1em .69em 1.2em;
    padding: 0;
    overflow: hidden;
  box-shadow: .26em .36em .418em rgba(20, 20, 0, .62), -.102em .03em .06em rgba(80, 120, 80, .29), inset .104em -.104em .06em rgba(80, 120, 80, .29);
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    /* left: 0; */
    object-fit: contain;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 29em;
}

img.fancybox-image {
    border-width: 10px;
    border-color: #8224e3;
    border-style: solid;
    border-radius: 1.42em !important;
}

div.fancybox-content p.caption-title {
    color: #ecfb05 !important;
  background: #bf3500;
    margin: 0;
  text-shadow: .01em .012em .022em #884000, -.01em .02em .01em #C66600;
    padding: 5px 0;
  border-radius: .62em !important;
  box-shadow: .06em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
}


.hentry {
  border-radius: 9px 5px 25px 22px !important;
    box-shadow: 0.16em 0.14em 0.18em rgb(20 20 0 / 62%), -0.02em 0.03em 0.06em rgb(80 120 80 / 29%), inset 0.04em -0.04em 0.06em rgb(80 120 80 / 29%);
    background: #d4fbfb42;
}


.tab64-1 {
    padding: 15px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: url(https://dkepasat.es/wp-content/uploads/galdos-fondo-a64.jpg) !important;
    color: #333;
    font-size: 13px;
}

.tab64-1:hover {
  font-size: 14px;
  
  border-radius:1.72em;
  border:.1em solid orangered;
  background-color: #f9b52ab8;
  box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
}


.tab32-1 {
    padding: 15px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: url(https://dkepasat.es/wp-content/uploads/galdos-fondo-a32.jpg) !important;
    color: #333;
    font-size: 13px;
}

.tab32-1:hover {
  font-size: 14px;
  
  border-radius: 1.72em;
  border:.1em solid orangered;
    background-color: #f9b52ab8;
  box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
}

.su-tabs {
    margin: 0 1.1em 1.5em !important;
  color:white !important;
  text-shadow: .01em .012em .022em #884000, -.01em .02em .01em #C66600;
    padding: 3.5px;
    border-radius: .38em !important;
  border: .06em solid orange;
    background: #fbfbe9eb !important;
  box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
}

.su-tabs-nav span {
    display: inline-block;
    margin-right: 3px;
    padding: 10px 15px;
    min-height: 40px;
  border-radius: 0 .42em .6em 2.2em;
    text-shadow: .01em .012em .022em #884000, -.01em .02em .01em #C66600;
    
        color: #acf7f7 !important;
    background: #7509d8 !important;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.su-tabs-nav span.su-tabs-current {
    background: #ff6c03 !important;
    color: white !important;
    cursor: default;
  text-shadow: .01em .012em .022em #884000, -.01em .02em .01em #C66600 !important;
  box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
    
}


#post-1024, #post-1183, #post-1309, #post-1381, #post-1429, #post-2364, #post-2660 {
  background: url(https://dkepasat.es/wp-content/uploads/galdos-fondo-a.jpg) !important;

}


#post-1145, #post-1274, #post-1348, #post-1411, #post-1436, #post-2457, #post-3079 {
  background: url(https://dkepasat.es/wp-content/uploads/galdos-fondo-b.jpg) !important;

}



#post-2771, #post-2780 {
  background: url(https://dkepasat.es/wp-content/uploads/galdos-fondo-C.jpg) !important;

}


.dp-parfilG {
    font-family: 'Gothic A1', sans-serif;
    color: #1d0ec8;
    font-size: 1.36em;
    text-shadow: .01em .01em black;
    text-align: justify;
}


.gal-content {
  background-color:  #fbfbe9eb;
  text-shadow: .01em .012em .022em #884000, -.01em .02em .01em #C66600;
  letter-spacing: 0.099rem;
  border-radius: .32em;
  text-align: justify;
  border: .11em solid #f79756e3;
  font-size: 0.77em;
      
  margin:0 1em .69em 1.2em;
  padding: 0;
  

}


.gal-content img {
  
  padding: .22em;
  

}

.gal-content ul {
  list-style-type: none;
  border-radius:.42em;
  margin: .79em;
  padding: 0;
  overflow: hidden;
  background-color: #f9a22ad1;
}

.gal-content ul:hover {
  margin: .79em;
  border-radius:.52em;
  border:.1em solid orangered;
  background-color: #f9b52ab8;
  box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
}

.gal-content li {
  display: block;
  color:  #793b06fa;
  font-size: 1.16em;
  padding: 14px;
  float: left;
  min-width: 10em;
}

.gal-content li:hover {
  background: #f7cb9e7a;
    border-radius: .52em;
  text-shadow: .01em .012em .022em #884000, -.01em .02em .01em #C66600;
  border:.1em solid orange;
  padding: 12.4px;
  color:  #793b06fa;
  box-shadow: .06em .04em .08em rgba(20, 20, 0, .42), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
}
.gal-content li a {
  display: block;
  
  color: #042fff;
  text-align: center;
  
  text-decoration: none;
}

.pe-bol1 {
  background-color:  #FFFFFF;
  color: black !important;
  text-shadow: .01em .012em .022em #884000, -.01em .02em .01em #C66600;
  letter-spacing: 0.099rem;
  border-radius: .32em;
  text-align: justify;
  border: .11em solid #f79756e3;
  font-size: 1.05em;
      
  margin:0 1em .69em 1.2em;
  padding: 0;
  overflow: hidden;

}

.pe-bolA {
  background-color:  #FFFFFF;
  color: black !important;
  text-shadow: .01em .012em .022em #884000, -.01em .02em .01em #C66600;
  letter-spacing: 0.099rem;
  border-radius: .32em;
  text-align: justify;
  border: .11em solid #f79756e3;
  font-size: 1.25em;
      
  margin:0 1em .69em 1.2em;
  padding: 0;
  overflow: hidden;

}


.gal-content2 {
  background-color:  #fbfbe9d4;
  text-shadow: .01em .012em .022em #884000, -.01em .02em .01em #C66600;
  letter-spacing: 0.099rem;
  border-radius: .32em;
  text-align: justify;
  border: .11em solid #f79756e3;
  font-size: 0.895em;
      
  margin:0 1em .69em 1.2em;
  padding: 0;
  overflow: hidden;

}

.gal-content2 ul {
  list-style-type: none;
  border-radius:.52em;
  margin: .89em 11%;
  padding: 0;
  overflow: hidden;
  background-color: #f9a22ad1;
}

.gal-content2 ul:hover {
  margin: .79em 11%;
  border-radius:.52em;
  border:.1em solid orangered;
  background-color: #f9b52ab8;
  box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
}

.gal-content2 li {
  display: block;
  margin-left: 4%;
  color:  #793b06fa;
  font-size: 1.16em;
  padding: 14px;
  float: left;
  min-width: 10em;
}

.gal-content2 li:hover {
  background: #f7cb9e7a;
    border-radius: .52em;
  text-shadow: .01em .012em .022em #884000, -.01em .02em .01em #C66600;
  border:.1em solid orange;
  padding: 12px;
  color:  #793b06fa;
  box-shadow: .06em .04em .08em rgba(20, 20, 0, .42), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
}
.gal-content2 li a {
  display: block;
  
  color: #042fff;
  text-align: center;
  
  text-decoration: none;
}


.citaGal {
    background: rgba(250,240,220,.26);
    margin: 0 .6em 0em .81em;
        margin-bottom: 0em;
    margin-bottom: 0em;
    padding: 1.79em 1.69em .2em 2.09em;
    color: #582500;
    font-size: .67em !important;
    border-radius: .50em;
    border: .09em solid orangered;
    text-shadow: .02em .01em .01em black, -.02em .01em .03em #713000;
    box-shadow: .28em .29em .32em rgba(20, 20, 0, .42), -.11em .12em .14em rgba(80, 120, 80, .49), inset .10em -.08em .12em rgba(80, 120, 80, .39);
    text-align: justify;
}

.enlaceImag-1 {
        
    color: white !important;
    min-width: 4rem;
    display: inline-block;
         
    background: #8C03BDC9;
    text-align: center;
    margin-top: -8em;
    box-shadow: 0.16em 0.14em 0.18em rgb(20 20 0 / 62%), -0.02em 0.03em 0.06em rgb(80 120 80 / 29%), inset 0.04em -0.04em 0.06em rgb(80 120 80 / 29%);
    transition: .2s;
    border-radius: .6em 1.22em .89em .145em !important;
    position: absolute;
    left: 54%;
    border: 3.5px solid #04ABBB;
    padding: 8px;
}

.enlaceImag-2 {
    color: white !important;
    min-width: 4rem;
    display: inline-block;
    background: #ec0b0bc9;
    text-align: center;
    box-shadow: 0.16em 0.14em 0.18em rgb(20 20 0 / 62%), -0.02em 0.03em 0.06em rgb(80 120 80 / 29%), inset 0.04em -0.04em 0.06em rgb(80 120 80 / 29%);
    transition: .2s;
    border-radius: .6em 1.22em .89em .145em !important;
    position: absolute;
    left: 35%;
    border: 3.5px solid #e1f902;
    padding: 8px;
  margin-top: -1em;
}

.enlaceImag-3 {
    background: #db0404c9;
    text-align: center;
    box-shadow: 0.26em 0.34em 0.38em rgba(20, 20, 0, 0.72), -0.02em 0.03em 0.06em rgba(80, 120, 80, 0.29), inset 0.04em -0.04em 0.06em rgba(80, 120, 80, 0.29);
    transition: .2s;
    border-radius: .6em 1.22em .89em .145em !important;
    
    border: 3.5px solid #e1f902;
    padding: .64em;
    margin-top: -.52em;
    margin-bottom: .75em;
    margin-left: .52em;
    width: 10em;
}

.enlaceImag-4 {
    background: #0b6decc4;
    text-align: center;
    box-shadow: 0.16em 0.14em 0.18em rgb(20 20 0 / 62%), -0.02em 0.03em 0.06em rgb(80 120 80 / 29%), inset 0.04em -0.04em 0.06em rgb(80 120 80 / 29%);
    transition: .2s;
    border-radius: .6em 1.01em .69em .145em !important;
    border: 3.1px solid #0af902;
    padding: .2em;
    margin-top: -.12em;
    margin-bottom: .55em;
    margin-left: .2em;
    width: 7em;
}


.gal-content-entDKFon{
  background-color:  #C95500;
  
  
  
  border: .41em solid #f79756e3;
  border-radius: .0em 3.118em 4.92em 1.80em !important;
  
  padding: 1em;
  overflow: hidden;

}
.gal-content-entDKFon1{
  
    background-color: #3502A6C9;
    border: .21em solid #f79756e3;
    border-radius: .19em 2.118em 2.92em 1.80em !important;
    padding: .65em;
	/*==============
    overflow: hidden;===============*/
    margin-left: 1em;
    margin-right: .5em;
  box-shadow: .154em .155em .207em rgba(20, 20, 0, .72), -.11em .12em .14em rgba(80, 120, 80, .49), inset .10em -.08em .12em rgba(80, 120, 80, .39);
}

.citaDP {
    background: rgb(253, 229, 199);
    margin: 0 17.69% 0 9.69%;
    padding: .89em 1.69em .22em 2.09em;
    width: 69.4%;
    font-size: 1.06em;
    border-radius: .50em;
    border: .15em solid orangered;
    text-shadow: .02em .03em .03em black, -.02em .03em .03em #713000;
    box-shadow: .04em .05em .07em rgba(20, 20, 0, .62), -.11em .12em .14em rgba(80, 120, 80, .49), inset .10em -.08em .12em rgba(80, 120, 80, .39);
    height: 3.4em;
}



/*=============================*/
/*  Herramientas Gratuitas
/*=============================*/


.citaH {
    background: rgba(0, 52, 255, 0.78);
	margin: 2.19em 2.6% 0 8.69%;
	padding: .7em 1.69em .2em 1.09em;


	width: 76.24%;
	font-size: 1.096em;
	border-radius: .54em 2.50em .50em;
	border: .15em solid orangered;
	text-shadow: .01em .01em .02em #f23f08, -.01em .01em .02em #713000;
	box-shadow: .04em .05em .07em rgba(20, 20, 0, .62), -.11em .12em .14em rgba(22, 45, 22, 0.71), inset .10em -.08em .12em rgba(80, 120, 80, .39);
}

.ach1 {
    color: #5000ff;
    text-shadow: .02em .016em .03em #592b03, -.018em .019em .02em #239B01;
}

.ach2 {
    color: #f00;
    text-shadow: .02em .016em .03em #592b03, -.012em .012em .02em #014C9B;
}

.citaH2 {
    background: rgba(56, 0, 255, 0.77);
    margin: 0 14.69% 0 7.69%;
    padding: .7em 1.69em .2em 2.09em;
    padding-top: 0.7em;
    padding-right: 1.69em;
    padding-bottom: 0.2em;
    padding-left: 2.09em;
    width: 90.69%;
    font-size: 1.06em;
    border-radius: .50em 2.50em .50em;
    border: .15em solid orangered;
    text-shadow: .02em .03em .03em black, -.02em .03em .03em #713000;
    box-shadow: .104em .105em .147em rgba(20, 20, 0, .62), -.11em .12em .14em rgba(80, 120, 80, .49), inset .10em -.08em .12em rgba(80, 120, 80, .39);
}


/*=============================*/
/*  Contacto
/*=============================*/

.tabcontac td {
  background: #00B7E5DE;
  color:white;
  margin-top:1em;
  border-radius:.69em;  
  text-shadow: .01em .02em .03em #884000, -.01em .02em .01em #C66600;
  box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
  
}

.contactd1 {
  background: #00B7E5;
  width:12% !important;
  height:300px !important;
}

.contactd2 {
  background: #D1D9FFF2 !important;
  width:76% !important;
  vertical-align: top;
	border: .1em solid #ffffffba;
}

.contactd3 {
  background: #00B7E5;
  width:12% !important;
}


.labinp label input {
  border-radius:.69em !important;
  box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29) !important;
}

.wpcf7-form-control {
  border-radius:.69em !important;
  box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29) !important;
}


.body.item-view .post-body>.separator:first-child>a[imageanchor="1"]:first-child{
margin-top:20px
}

#masthead .site-branding {
    float: left;
    margin: .2em 1.5em;
  background: rgba(200, 140, 40, .12);
  border: .08em solid orange;
  border-radius: 1.2em 2.2em .2em !important;
  text-shadow: 0.062em 0.061em 0.082em black;
  padding: 1.8em 2.4em;
  word-spacing: 2pt;
  letter-spacing: 0.06em;
    box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);


}




.clh6 {
  font-size: 1.45rem;
  color: #B74202;
  line-height: 55%;
}

.clh7 {
  font-size: 1.89rem;
  color: #B74202;
  line-height: 65%;
}

.herm :hover {
    margin-left: .1em;
}
.herm img :hover {
    margin-left: -.1em;
}

.herm {
  display: inline-block;
    margin: .2em .5em;
  border:.12em solid orange;
  border-radius: 1.36em 1.69em 0 1.94em;
    background: rgba(242, 220, 183, 0.9);
    box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
  z-index:22;
}

.herm1 {
  float:right;
  width:82%;
    margin: 1.2em .5em;
  font-size:1.1em;
  text-align : justify;
	background: rgba(247, 230, 204, 0.90);
  padding:1em;
  border-radius: 1.36em 1.69em 0 1.94em;
    
  text-shadow: 0.02em 0.01em 0.02em black;
    box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
  z-index:22;
}

.herm img{
  border-radius: 0.88em .4em .4em 1.26em;
  box-shadow: .08em .07em .09em rgba(20, 20, 0, .62), -.01em .02em .04em rgba(80, 120, 80, .29), inset .03em -.03em .05em rgba(80, 120, 80, .29);
  z-index:122;
}

.widget_media_image:hover img {
    -webkit-transform: scale(1.05) rotate(1deg);
    -ms-transform: scale(1.05) rotate(1deg);
    -o-transform: scale(1.05) rotate(1deg);
    transform: scale(1.05) rotate(1deg);
    opacity: 0.92;
}


.date-section{
  text-transform: capitalize;
}


/*===================================================================================*/
/*  DKEnlaces
/*===================================================================================*/

.DKTabsEnlac {
    margin: 0 .381em 0em !important;
  
    padding: 3px;
    border-radius: 3px;
    background: #eee;
}


.figEnlc {
  width: 99.69%;
}

.su-tabs-pane {
    padding: 15px;
  border-radius: 4em;
    background: #fdf6ddeb !important;
    border: #FF5722 .11em solid;
}
.su-tabs-nav span.su-tabs-current {
  width: 13.726em !important;
    padding: 1em .82em;
    background: #FF5722 !important;
    font-size: 1.18em;
    cursor: default;
    text-shadow: 0.032em 0.0391em 0.042em black !important;
}


.DKTabEnlac {
  width:10em !important;
    
    text-shadow: 0.01em 0.012em 0.022em #884000, -0.01em 0.02em 0.01em #C66600;
    padding: 0.5px;
    border-radius: .38em !important;
    border: .06em solid orange;
    background: #FF5700 !important;
    box-shadow: 0.16em 0.14em 0.18em rgba(20, 20, 0, .62), -0.02em 0.03em 0.06em rgba(80, 120, 80, .29), inset 0.04em -0.04em 0.06em rgba(80, 120, 80, .29);
}


.dkenl {
  border: 0.16em solid orange;
  border-radius: 1.36em 1.59em 1.01em 1.84em;
  padding-top:.52em;
  padding-bottom:.32em;
    background:blue;
    text-align: center;
    display: inline-block !important;
  
}

.dkenl a {
    color: #337ab7;
	width: 13.61%;
    display: inline-block !important;
}

.dkenl img {
    
}


.wp-image-33 {
  width:96% !important;
}








thead {
  text-shadow: 0.062em 0.061em 0.082em black;
    display: table-header-group;
  background:yellowgreen;
    vertical-align: middle;
    border-color: inherit;
  color:blueviolet;
}

#today{
  
  background:blue;
  color:cyan;
}

.home .np-home-icon a, .np-home-icon a:hover, #site-navigation ul li:hover > a, #site-navigation ul li.current-menu-item > a, #site-navigation ul li.current_page_item > a, #site-navigation ul li.current-menu-ancestor > a, .news_portal_default_tabbed ul.widget-tabs li.ui-tabs-active, .news_portal_default_tabbed ul.widget-tabs li:hover {

  text-shadow: 0.022em 0.031em 0.042em black;
    color: white !important;
  letter-spacing: 0.03em;
    border-radius: 1em 2em 0px;
    background: #FF5700 !important;
 }

#site-navigation li {
    display: inline-block;
    line-height: 40px;
    margin-right: -3px;
    position: relative;
    color: white !important;
    border-radius: 1em 2em 0px;
    background: #FF5700 !important;
   
}

.su-tabs-current {
    display: inline-block;
  font-size: 1.4em;
    line-height: 40px;
    margin-right: -3px;
    position: relative;
    color: white !important;
    border-radius: 1em 2em 0px;
    background: #FF5700 !important;
   
}

#site-navigation li a:hover {
    display: inline-block;
    line-height: 40px;
    margin-right: 0px;
  margin-left: 2px;
    position: relative;
    color: #69F94B !important;
    text-shadow: 0.062em 0.061em 0.082em black;
    box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
    border-radius: 1.2em 2.2em .2em !important;
    background: #FF8400 !important;
   
}

caption, th, td {
    font-weight: normal;
    text-align: left;
    color: black;
    text-transform: capitalize;
}

th, td {
    border: 1px solid rgba(230, 230, 200, .49);
    text-align:center;
    padding: 0px 5px;
}

.navbar-overlapped .navbar-nav > li:hover a:hover {
    background: cyan;
    color: #05840ede !important;
    text-shadow: 0.02em 0.01em 0.02em black, -0.02em 0.02em 0.045em #05EF7E;
    border: -0.06em solid orange;
    border-radius: 2.36em 2.32em 0 1.94em;
  z-index:1200;
}



.navbar-nav .current_page_item >  a {
    color: white !important;
    text-shadow: 0.022em 0.023em 0.03em #8a3604 !important;
  border: .056em solid orangered !important;
  border-radius: 1em 2em 0px;
  background: #FF6D22 !important;
    padding-left: 1em;
}


.navbar-nav .current_page_item > li:hover  a:focus {
    background: cyan !important;
    color: whitesmoke !important;
    border-radius: 2.36em 2.32em 0 1.94em;
  z-index:1220;
}

.centro{
  margin:0 auto;
}

.slide-text-bg1 {
    background-color: rgba(9, 4, 29, 0.56) !important;;
  border-radius: .0em 1.22em 2.79em .0em !important;
    text-shadow: 0.022em 0.023em 0.03em #8a3604 !important;
}
.slide-btn-sm:before, .slide-btn-sm:after {
    
    background-color: #CE4600 !important;
    border-radius: .0em .22em .79em .0em !important;
}

.slide-btn-sm:hover, .slide-btn-sm:focus {
    color:#5cf731;

width: 35%;
border-radius: .0em .22em .89em .0em !important;
transition: .3s;
}


.slide-btn-sm {
    min-width: 11rem;
    display: inline-block;
    font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    position: relative;
    font-size: 0.875rem;
    letter-spacing: 0.083rem;
    padding: .8rem 1.4rem;
    padding-right: 4.7rem;
    background: #191919;
    text-align: center;
    border: none;
    color: #fff;
    transition: .2s;
    border-radius: .0em .22em .89em .0em !important;
}
.comsug {
     background: #0050C9 !important;
  color: white;
  margin-top: 1em;
  border-radius: .69em;
  text-shadow: .04em .05em .06em #884000, -.02em .02em .01em #C66600;
  box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
    height: 5em;
    text-align: center;
    font-size: 1.46em;
}



/*=====================================XXXXX=========================================*/

/*===================================================================================*/
/*  MGonzalezGestion.es
/*===================================================================================*/
.np-post-title.small-size a {
    font-size: 12.4px;
    font-weight: 500;
}

.textMarcaSitio {
	
	float: left !important;
 
	margin: -5.242em 0 0 30em !important;
    margin-top: -6.42em;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 30em;
	padding: 6px 24px 0px 1.892em !important;
	border: 0.06em solid #f3bc7ed6;
	border-radius: 2em 1em;
	width: 34%;
	box-shadow: .076em .074em .098em rgba(20, 20, 0, .62), inset .04em -.04em .06em rgba(120, 91, 80, 0.29);
	display: block;
	position: absolute;
	z-index: 100;
}



.texth1 {
    clear: both;
	text-align: left;
    
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #f4feff;
    font-weight: 700;
}

.eslider {
    background-image: url(https://dkepasat.es/wp-content/uploads/Equipo-Oficina-1024x312.jpg);
    width: 100%;
    height: 90vh;
	
    background-position: center center;
    background-size: cover;
    z-index: 0;
}


.slide-text-bg1 {
    background-color: rgba(9, 4, 29, 0.56) !important;
	border-radius: .0em 1.22em 2.79em .0em !important;
	text-shadow: 0.0522em 0.0623em 0.0693em #6f2a01 !important;
	display: block;
	color: white;
	text-rendering: optimizeLegibility;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	line-height: 1.6;
	font-weight: 500;background-color: rgba(18, 4, 1, 0.8);
	float: left;
	text-align: justify;
	margin: 1em 0px;
	padding: 17px 20px 20px 20px;
	position: relative;
	width: 45%;
	z-index: 773;

    
}

.logoMg {
    margin-top: -5.5em;
}

.slide-btn-area-sm {
    margin: 0px 0 0px;
    float: left;
    width: 80%;
}


.service-section {
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 70px 0 30px;
}

.section-header {
    background-position: center top;
    background-repeat: no-repeat;
    margin: -15px auto 45px;
    padding: 0;
    position: relative;
    text-align: center;
}

.widget-separator {
    background-color: #ccc;
    width: 180px;
    height: 1px;
    margin: 15px auto 21px;
}

.widget-separator span {
    background-color: #ce1b28;
}




.service-section .post {
	visibility: visible;
    animation-delay: 0.5s;
    animation-name: flipInX;
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    border-top: 3px solid #e9e9e9;
    margin: 0 0 40px;
    padding: 25px 20px 30px;
    transition: 0.3s;
}

.service-section .post .post-thumbnail {
    margin: 0 0 15px;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}








@media (min-width: 992px)
.col-md-4 {
    width: 33.33333333%;
}

@media (min-width: 992px)
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
@media (min-width: 768px)
.col-sm-6 {
    width: 50%;
}
@media (min-width: 768px)
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}




/*=====================================XXXXX=========================================*/

/*=====================================OOOOO=========================================*/

/*=====================================XXXXX=========================================*/

/*=====================================00000=========================================*/

/*===================================================================================*/
/*  max-width: 979px
/*===================================================================================*/
  
  
@media (max-width: 979px) {
  
#masthead .site-branding {
    text-align: center;
    float: none;
    margin-top: 0;
}
#masthead .site-branding {
    float: left;
    -14px 0 !important
}
  
  .widget {
        margin: 16px 0 2px;
}
  
     .np-archive-post-content-wrapper .entry-title {
    font-size: 1.32em;
    margin: 0 0 6px;
}
  
  .entry-content p {
    font-size: 1em;
    margin-bottom: 20px;
}
  
  .article.hentry h1.entry-title {
    font-size: 1.4em;
    margin: 10px 0;
}
  .h3 {
    font-size: 1.55em;
}
  
  .parf2 {
    font-family: 'Gothic A1', sans-serif;
    font-size: 0.93em !important;
    color: #6F3700;
    margin: 0 .4%;
    padding: 0.08em 1em .1em 0.42em;
    text-shadow: 0.02em 0.02em black;
    text-align: justify;
}
  .citaGal {
    background: rgba(250,240,220,.26);
    margin: 0 .12em 0em .151em;
    margin-bottom: 0em;
    padding: 0.79em .69em .2em 1.09em;
    color: #582500;
    font-size: .39em !important;
    border-radius: .50em;
    border: .09em solid orangered;
    text-shadow: 0.02em 0.01em 0.01em black, -0.02em 0.01em 0.03em #713000;
    box-shadow: 0.28em 0.29em 0.32em rgb(20 20 0 / 42%), -0.11em 0.12em 0.14em rgb(80 120 80 / 49%), inset 0.1em -0.08em 0.12em rgb(80 120 80 / 39%);
    text-align: justify;
}
  
  .gal-content2 {
    background-color: #fbfbe9d4;
    text-shadow: 0.01em 0.012em 0.022em #884000, -0.01em 0.02em 0.01em #c66600;
    letter-spacing: 0.099rem;
    border-radius: .32em;
    text-align: justify;
    border: .11em solid #f79756e3;
    font-size: 0.85em;
    margin: 0 .9em .7em .82em;
    padding: 0;
    overflow: hidden;
}
  
  
#masthead .site-branding {
    float: left;
    margin: -.01em .5em !important;
    background: rgba(200, 140, 40, .12);
    border: .08em solid orange;
    border-radius: 1.2em 2.2em .2em !important;
    text-shadow: 0.062em 0.061em 0.082em black;
    padding: 0.6em 2.4em;
    word-spacing: 2pt;
    letter-spacing: 0.06em;
    box-shadow: 0.16em 0.14em 0.18em rgb(20 20 0 / 62%), -0.02em 0.03em 0.06em rgb(80 120 80 / 29%), inset 0.04em -0.04em 0.06em rgb(80 120 80 / 29%);
}
  
  
  
  
  
  
  
  .su-tabs-nav{
    width:45%;
    display: inline-block;
    margin-right: 3px;
    padding: 8px 15px;
    min-height: 40px;
  border-radius: 0 .42em .6em 2.2em;
    text-shadow: .01em .012em .022em #884000, -.01em .02em .01em #C66600;
    
        color: #acf7f7 !important;
    background: #7509d8 !important;
    font-size: 11.4px;
    line-height: 20px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;

  }
  
  .dkenl img {
    width: 87px;
}
  
  .AnuCab img {
    width: 58px;
    height: 58px;
}


}


/*=====================================XXXXX=========================================*/

/*=====================================OOOOO=========================================*/

/*=====================================XXXXX=========================================*/

/*=====================================00000=========================================*/
/*  max-width:360px
/*===================================================================================*/
  


@media (max-width:360px){
.title2 {
  font-size:1.08em;
  text-shadow: 0.022em 0.019em 0.032em black;
    color: white !important;
  width:82%;
    display: inline-block;
    font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    position: relative;
    margin-right:8em;
    letter-spacing: 0.083rem;
    padding: .68rem .714rem;
    padding-right: 2.017rem;
    background: #FF5700;
    text-align: center;
    border: none;
    box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
    transition: .2s;
    border-radius: .6em .22em .89em .0em !important;
 }

/*=====================================XXXXX=========================================*/

/*===================================================================================*/
/*  Galdos
/*===================================================================================*/


  .parf2 {
    font-family: 'Gothic A1', sans-serif;
    font-size: 0.96em !important;
    color: #6F3700;
    margin: 0 .2%;
    padding: 0.06em .9em .1em 0.92em;
    text-shadow: 0.02em 0.02em black;
    text-align: justify;
}
	
	.l1nkG {
		font-size: 0.96em !important;
    background: #1b09ea !important;
	border-top-left-radius: .74em;
	border-top-right-radius: 1.684em;
	border-bottom-right-radius: 0.62em;
	border-bottom-left-radius: 1.21em;
color: #00f3ff !important;
text-shadow: .01em .0142em .022em #884000, -.01em .02em .031em #C66600;
box-shadow: .06em .06em .118em rgba(20, 20, 0, .62), -.102em .03em .06em rgba(80, 120, 80, .29), inset .104em -.104em .06em rgba(80, 120, 80, .29);
    border: aqua solid .12em;
}

.enlcExt h4 {
    background: beige;
    width: 15em;
    padding: .8em .45em;
    border: orangered solid .2em !important;
    border-radius: .6em 1.64em .4em 1.2em;
    color: orangered;
    text-shadow: .021em .02142em .0322em #884000, .0421em .042em .051em #8C4A04;
    box-shadow: .0986em .0986em .118em rgba(20, 20, 0, .69), -.042em .043em .06em rgba(80, 120, 80, .29), inset .064em -.064em .076em rgba(80, 120, 80, .29);
    font-size: .99em;
}	
	

	
.dp-Compos6 a {
    background: blue;
    color: aqua !important;
    width: 25.5em !important;
    border: aqua solid .142em;
    border-radius: .542em 2.55em .79em 3.1989em;
    text-shadow: .0351em .0362em .0442em #442102, .0521em .052em .061em #8C4A04;
    box-shadow: .16em .16em .158em rgba(20, 20, 0, .79), -.062em .063em .076em rgba(80, 120, 80, .49), inset .084em -.084em .096em rgba(80, 120, 80, .49);
    margin: .06em !important;
    font-size: .58em;
    padding: .08em .9em .31em .08em;
}


.dp-Compos6 a:hover {
    background: #2407ae;
    color: #22ff02 !important;
    border: aqua solid .142em;
    border-radius: .582em 1.88em .69em .99em;
    text-shadow: .031em .0342em .0422em #442102, .0521em .052em .061em #8C4A04;
    box-shadow: .16em .16em .138em rgba(20, 20, 0, .79), -.042em .043em .06em rgba(80, 120, 80, .39), inset .064em -.064em .076em rgba(80, 120, 80, .39);
    margin: .04em !important;
    font-size: .53em;
    padding: .082em .93em .39em .083em;
}	

.gal-content h3 {
		font-size: .9em;
	}
	
	
.gal-content-entDKFon1{
  
    background-color: #3502A6C9;
    border: .21em solid #f79756e3;
    border-radius: .19em 2.118em 2.92em 1.80em !important;
    padding: .12em;
	/*==============
    overflow: hidden;===============*/
    margin-left: .25em;
    margin-right: .21em;
  box-shadow: .154em .155em .207em rgba(20, 20, 0, .72), -.11em .12em .14em rgba(80, 120, 80, .49), inset .10em -.08em .12em rgba(80, 120, 80, .39);
}	
	
.gal-content-entDP1 {
    background-color: #fbfbe980;
    text-shadow: .01em .012em .022em #884000, -.01em .02em .01em #C66600;
    letter-spacing: 0.079rem;
    border-radius: .0em 3.118em 2.92em .80em !important;
    text-align: justify;
    border: .11em solid #f79756e3;
    font-size: 1.25em;
    box-shadow: .16em .14em .18em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
    margin: 0 .2em .69em .22em;
    padding: .8em;
    overflow: hidden;
}
	

.gal-content {
  background-color:  #fbfbe9eb;
  text-shadow: .01em .012em .022em #884000, -.01em .02em .01em #C66600;
  letter-spacing: 0.089rem;
  border-radius: .32em;
  text-align: justify;
  border: .11em solid #f79756e3;
  font-size: 0.6em;
      
  margin:0 .6em .69em .62em;
  padding: 0;
  padding-bottom: 1.69em;

}	
	
.gal-content a {
  background-color:  #fbfbe9eb;
  text-shadow: .01em .012em .022em #884000, -.01em .02em .01em #C66600;
  letter-spacing: 0.08rem;
  border-radius: .32em;
  text-align: justify;
  border: .11em solid #f79756e3;
  font-size: 0.65em;
      
  margin:0 .6em .6em .72em;
  padding: 0;
  

}	
	
h3 {
    font-size: 16px;
}	
	
	
	
/*=====================================XXXXX=========================================*/

/*===================================================================================*/
/*  Deep-Purple
/*===================================================================================*/

	
	
	.dp-Compos1 {
font-family: 'Roboto', sans-serif;
color: #00ff2b !important;
    font-size: .66em;
    background: #00f !important;
text-shadow: 0.025em 0.025em 0.035em #4e2806 !important;
}




.dp-Compos2 {
font-family: 'Roboto', sans-serif;
    color: #ff0000 !important;
    font-size: .66em;
    background: #fbf178 !important;
text-shadow: 0.025em 0.025em 0.035em #4e2806 !important;
}



  
.figEnlc {
  width: 99%;
}
  
.entry-content p {
    
    font-size: 12px;
    margin-bottom: 10px;
}

.np-archive-post-content-wrapper {

    font-size: .92em !important;
}
  
  
.wp-block-image .alignright {
    float: right;
    margin: .25em 0 .25em .41em;
    width: 6em !important;
}
	

  
.gal-content-ent {
    
    font-size: .82em !important;
    box-shadow: .22em .20em .24em rgba(20, 20, 0, .62), -.02em .03em .06em rgba(80, 120, 80, .29), inset .04em -.04em .06em rgba(80, 120, 80, .29);
    margin: 0 .8em .49em .82em;
    padding: 1em;
  text-align: left;
    overflow: hidden;
	z-index:5;
}
  
  
.EnInters {
	<!--█████████████width: 80.88%;██████████████████████████-->
    width: auto;
  margin-left: 4.02%;
    
}
  
.np-ticker-wrapper {
    background: #00a9e0;
    margin-top: -1.4em;
}
  
.ticker-caption {
        background: #ef5004 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    margin-top: .2em;
    margin-left: .71em;
    padding: 6px 17px;
    box-shadow: 2px 2px 2.4px rgb(0 0 0 / 57%);
    text-shadow: 0.02em 0.102em 0.025em black;
    letter-spacing: 0.099rem;
    /* font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif; */
    font-family: 'Gothic A1', sans-serif;
    height: 2.74em;
    font-weight: bold;
	
	
}
  
.category-button.np-cat-11 a {
    background: #6618db;
    margin-left: 1.41em;
  letter-spacing: 0.099rem;
}

.np-ticker-block {
    background: beige;
    border: 1px solid #de2023;
    margin: 30px 0;
    position: relative;
    padding: 1.32px 1.52px;
    border-radius: 1.8em 1.94em .8em 3.25em !important;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 57%);
    /* letter-spacing: 0.1099rem; */
}
.enlaceImag-1 {
    width: 11rem !important;
    right: 3.32%;
    margin-top: -3.1%;
    border: 2.5px solid #04ABBB;
    padding: 4px;
}
  
.enlaceImag-1 img {
    max-width: 76%;
} 
  
.enlaceImag-2 {
    width: 10rem !important;
    right: 2.92%;
    margin-top: -18%;
    border: 2.5px solid #04ABBB;
    padding: 4px;
}
  
.enlaceImag-2 img {
    max-width: 60%;
}   

.herm img {
    border-radius: 0.94em .4em .4em 1.4em;
    box-shadow: .08em .07em .09em rgba(20, 20, 0, .62), -.01em .02em .04em rgba(80, 120, 80, .29), inset .03em -.03em .05em rgba(80, 120, 80, .29);
    z-index: 122;
    width: 20%;
}

.titGald2 {
    padding: 10px; !important;
    font-size: .6em !important;
    border-radius: 1em .64em 2em; !important;
    border: 0.19em solid orange; !important;
    background-color: #f2f2c0ed; !important;
    box-shadow: .3986em .3986em .118em rgba(20, 20, 0, .69), -.042em .043em .06em rgba(80, 120, 80, .29), inset .64em -.64em .76em rgba(80, 120, 80, .29); !important;
    height: 22% !important;
}

.contenedor-galdos {
  position: relative; /* Obligatorio: sirve de ancla para el texto */
  width: 100%;        /* O el ancho que tenga tu contenedor */
  min-height: 200px;  /* Altura de ejemplo */
  background-color: #f0f0f0;
}

.galdos-flotante {
  position: absolute; /* Saca el elemento del flujo y lo hace flotar */
  top: 10px;          /* Separación interna desde el borde superior */
  right: 10px;        /* Separación interna desde el borde derecho */
  margin: 0;          /* Elimina los márgenes por defecto de la etiqueta <p> */
}

}