/*
Theme Name: Diario Salud Theme
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif&family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&display=swap');
body {
    
  margin: 0 !important;
  padding: 0 !important;
    -webkit-font-smoothing: auto;
    background-color: #FFF !important;
    font-family: 'PT Serif', serif;
   	max-width: 100% !important;
}
html {
  
  margin: 0 !important;
  padding: 0 !important;}

@media (min-width: 1200px) {
    .container {
        max-width: 1024px !important;
    }
}

.card-3 {
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.20), 0 0px 1px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border: 0;
}

.card {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .125);
}

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

.ads-full-width .bsaProContainerNew,
.ads-full-width .bsaProItemInner__img,
.ads-full-width .bsaProAnimateThumb,
.ads-full-width .bsaProItemInner__thumb {
    width: 100% !important;
    margin: 0 auto;
}

.wpp-list-with-thumbnails {
    padding: 0
}

.wpp-list-with-thumbnails a {
    color: #03455A !important;
    font-weight: 700
}

.ads-300x250 {
    display: block;
    height: 303px;
    background: #eeeeee;
    padding: 5px 5px;
}

.ads-300x250 .bsaProItems {
    height: auto;
    width: 300px;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}

.title-float {
    position: absolute;
    bottom: 10px;
    z-index: 100;
    padding: 5px;
}

.category-float {
    position: absolute;
    bottom: 55px;
    z-index: 99999;
    left: 10px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    font-family: 'Playfair Display', serif;
}

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

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 2.5rem;
}

hr {
    box-sizing: content-box;
    height: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #24292e;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 15px;
}

h1 {
    padding-bottom: 0;
    margin: 1px 0 0 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: block;
    -webkit-line-clamp: 3;
    color: #03455A !important;
    font-family: 'Playfair Display', serif;
    font-weight: 500 !important;
    font-size: 28px !important;
}

h2 {
    font-size: 24px;
    padding-bottom: 0.3em;
    line-height: 1.25;
    color: #0b8fbc !important;
    font-family: "Roboto", Sans-serif;
}

.title-sponsor {
    font-size: 18px;
    color: #666666 !important;
    font-family: "PT Sans", Sans-serif;
    text-transform: uppercase;
}

.title-sponsor-2 {
    font-size: 12px;
    color: #0C8FBC !important;
    font-family: "PT Sans", Sans-serif;
    padding-right: 10px;
    text-transform: uppercase;
}

h3 {
    font-size: 18px;
    line-height: 25px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 17.5px;
}

p {
    margin-bottom: 1.5em;
    font-weight: 400;
}

h1.entry-title {
    font-size: 1.31rem;
}

h2.entry-title {
    margin-top: 0;
    margin-bottom: 2px !important;
}

.diario_salud_tv_body h2.entry-title {
    margin-top: 0;
    margin-bottom: 2px !important;
    *text-shadow: 1px 2px 8px rgba(145, 145, 145, 0.78)
}

h3.widget-title,
.widget.popular-posts h2 {
    font-size: 23px;
    color: #03455A;
    font-family: "PT Sans", Sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

a.wpp-post-title {
    padding: 5px;
}


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

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

#tags {
    float: left;
    margin-bottom: 20px;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
}

#tags span {
    float: left;
    /* font-weight: bold; */
}

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

#tags ul li {
    float: left;
    border: solid 1px #666666;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#tags ul li a {
    color: #333;
    font-family: 'PT Serif', serif;
}


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


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

header#masthead {
    margin-bottom: 0;
    background-color: #FFF;
    /* padding: .74rem 1rem; */
    border-top: solid 1px #eeece8;
    border-bottom: solid 1px #eeece8;
}

.ads_top {
    background-color: #03455d
}

.navbar-brand>a {
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.1rem;
    outline: medium none;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.last-news {
    background-color: #fbfbfb;
    overflow: hidden;
}

.last-news a {
    color: #03455A
}

.last-news h2 {
    color: #03455A;
    font-size: 18px;
    margin-top: 10px;
    font-family: "Roboto", Sans-serif;
    font-weight: 500 !important;
    font-size: 17px !important;
}

.last-news h3,
.footer-carrusel h3 {
    text-transform: uppercase;
    color: #03455A;
    font-size: 28px;
    font-weight: 500;
    font-family: "PT sans", Sans-serif;
}

.footer-carrusel h3 {
    color: #FFF
}

.footer-carrusel {
    background-color: #0b8fbc;
    overflow: hidden;
}

.footer-carrusel a {
    color: #FFF
}

.footer-carrusel h2 {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    font-family: "Roboto", Sans-serif;
    font-weight: 500 !important;
    font-size: 17px !important;
}

.navbar-brand>a:visited,
.navbar-brand>a:hover {
    text-decoration: none;
}

footer .widget_nav_menu ul li a {
    color: #0b8fbc !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px;
    padding: 2px;
}

footer .widget_nav_menu .menu-footer-menu-6-container ul li a {
    font-weight: 700;
}

footer .widget_nav_menu ul {
    padding: 0;
    list-style: none;
}

#page-sub-header {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 0;
    text-align: center;
    font-size: 1.25rem;
    background-size: cover !important;
}

#main-nav .active a {
    border-bottom: solid #0ba35b;
}

body:not(.theme-preset-active) #page-sub-header h1 {
    line-height: 1.6;
    font-size: 4rem;
    color: #563e7c;
    margin: 0 0 1rem;
    border: 0;
    padding: 0;
}

#page-sub-header p {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 1.25rem;
    font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
    color: #212529;
}

a.page-scroller {
    color: #333;
    font-size: 2.6rem;
    display: inline-block;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    body:not(.theme-preset-active) #page-sub-header h1 {
        font-size: 3.750rem;
    }
    body:not(.theme-preset-active) #page-sub-header {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 992px) {
    #page-sub-header p {
        max-width: 43rem;
        margin: 0 auto;
    }
}


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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.top_menu_bar {
    /* background: #058ebf */
    font-family: "PT Sans", Sans-serif;
    font-size: 14px;
    background: #fff;
    border-bottom: 1px solid #eee;
    margin-bottom: 6px;
}

@media (min-width:300px) {
    .top_menu_bar {
        height: auto;
    }
}

@media (min-width:300px) {
    .top_menu_bar {
        height: auto;
    }
}

#menu-top-menu-img {
    margin-top: 10px;
}

#menu-top-menu-img li>a {
    font-weight: bold!important;
}

menu-top-menu-img li a:hover {
    color: #0CACE0!important;
}

nav-link.icon_header:hover {
    color: #0CACE0!important;
}

.nav-link {
    font-family: "";
    font-family: 'PT Sans';
}

#masthead nav {
    padding-left: 0;
    padding-right: 0;
}

.top_menu_bar a {
    color: #333;
    font-size: 14px !important;
    text-transform: uppercase;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
    color: #57595e;
    font-size: 14px;
    padding: 0.45rem;
    font-weight: 400;
    font-size: 1rem;
}

body:not(.theme-preset-active) #topheard .navbar-nav>li>a {
    color: #FFF;
    font-size: 14px;
    padding: 0.5rem;
    font-weight: normal;
    font-size: 1;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_item>a {
    color: #39c7ce;
    font-weight: 400;
    /*background: #f9f9f9;*/
}

.navbar-brand {
    height: auto;
    width: 310px;
}

.navbar-toggle .icon-bar {
    background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.dropdown-item {
    line-height: 1.2;
    padding-bottom: 0.313rem;
    padding-top: 0.313rem;
}

.dropdown-menu {
    min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
    display: block;
    left: 12.250em;
    top: 0;
}

.dropdown-menu .dropdown-item {
    white-space: normal;
    background: transparent;
    line-height: 1.6;
}

.dropdown-menu .dropdown-item:hover {
    background: transparent;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .dropdown-menu li>.dropdown-menu {
        right: -9.875rem;
        top: 1.375rem;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav .dropdown-menu {
        border: medium none;
        margin-left: 1.250rem;
        padding: 0;
    }
    .dropdown-menu li a {
        padding: 0;
    }
    #masthead .navbar-nav>li>a {
        padding-bottom: 0.625rem;
        padding-top: 0.313rem;
    }
    .navbar-light .navbar-toggler {
        border: medium none;
        outline: none;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.comment-content.card-block {
    padding: 20px;
}

.navigation.post-navigation {
    padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    border: 1px solid #ddd;
    border-radius: 0.938rem;
    display: inline-block;
    padding: 0.313rem 0.875rem;
    text-decoration: none;
}

.post-navigation .nav-next a::after {
    content: " \2192";
}

.post-navigation .nav-previous a::before {
    content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background: #eee none repeat scroll 0 0;
}


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


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 0.313rem;
    line-height: normal;
    padding: 0.938rem 1.438rem 0.875rem;
    text-decoration: none;
    top: 0.313rem;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


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

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
    float: left;
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
    margin: 0.313rem 0 1.25rem 1.25rem;
}


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

.clear:before,
.clear: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 {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    font-size: 0.875rem;
    /* Make sure select elements fit in widgets. */
}

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

button.search {
    border: 0;
    margin-left: -5px;
    height: 25px;
    padding: 0;
    width: 25px;
    color: #FFF;
    background: #403e3e;
}

.text_search {
    border: 0;
    height: 25px;
    width: 220px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #eee;
    text-decoration: none;
}

.half-rule {
    width: 6rem;
    margin: 2.5rem 0;
}

.widget_categories .nav-link {
    display: inline-block;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


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

#content.site-content {
    padding-bottom: 3.75rem;
    padding-top: 1.5rem;
}

date {
    color: #FFF;
    margin-top: 6px;
    display: block;
    text-transform: capitalize;
}

time,
.post-date {
    color: #757575;
    margin-top: 4px;
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    line-height: 16px;
    margin-left: 0px;
    text-transform: capitalize;
    margin: 0
}

.article_top_by {
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
}

.article_top_byline {
    font-family: 'PT Sans', sans-serif;
    color: black;
    display: inline-block;
    font-size: 17px;
    line-height: 16px;
    font-weight: bold;
}

.article_top_byline a {
    font-family: 'PT Sans', sans-serif;
    color: black;
    display: inline-block;
    font-size: 17px;
    line-height: 16px;
    font-weight: bold;
}

.sticky .entry-title {
    position: relative;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
    margin-top: 0;
}

.post.hentry {
    margin-bottom: 30px;
    background-color: #FFF
}

.posted-on,
.byline,
.comments-link {
    color: #9a9a9a;
}

.skin-left {
    float: left;
    position: absolute;
    width: 120px;
}

.skin-right {
    float: left;
    position: absolute;
    width: 120px;
    right: 10px;
}

.entry-title>a {
    color: inherit;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    color: #03455A !important;
    *font-family: "Roboto", Sans-serif;
    font-family: 'Playfair Display', serif;
    font-weight: 500 !important;
    font-size: 20px !important;
    padding-top: 5px;
}

.entry-header {
    padding: 5px;
    height: 100px
}

.entry-footer {
    padding: 20px;
}

.entry-category {
    background: #31d6aa;
    padding: 2px 40px 2px 5px;
    width: 45%;
    color: #FFFF;
    position: absolute;
    top: 130px;
    text-transform: uppercase;
}

.entry-category a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.entry-category-main a {
    font-family: Arial, Helvetica, sans-serif !important;
}

.entry-category-main {
    background: #31d6aa;
    padding: 2px 40px 2px 5px;
    width: 40%;
    color: #FFFF;
    text-transform: uppercase;
    font-size: 11px;
}

.img-big {
    font-size: 15px!important;
}

.entry-category.tag {
    background: #31d6aa;
    padding: 4px 4px 4px 5px;
    width: 45%;
    color: #FFFF;
    position: absolute;
    top: 130px;
    text-transform: uppercase;
    font-size: 11px;
}

.entry-category.tag a {
    font-size: 11px !important;
}

.entry-mores {
    background: #0CACE0;
    padding: 5px 15px;
    width: 30%;
    color: #FFFF;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: lighter;
}

.entry-mores a {
    font-family: "PT Sans";
}

.entry-category a,
.entry-category-main a {
    color: #FFF;
}

.diario_salud_tv {
    background: #fff;
    padding: 20px;
}

.diario_salud_tv a {
    font-family: 'PT Sans';
    font-size: 21px;
}


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

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

.bypostauthor {
    display: block;
}

.comment-body .pull-left {
    padding-right: 0.625rem;
}

.comment-list .comment {
    display: block;
}

.comment-list {
    padding-left: 0;
}

.comments-title {
    font-size: 1.125rem;
}

.comment-list .pingback {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
    border: medium none;
}


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


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

.infinite-scroll .posts-navigation,
.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;
}


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

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


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

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


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 0.313rem 0.313rem 0;
    text-align: center;
}

.wp-caption img[class*="wp-image-"] {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 0.688rem;
    line-height: 1.063rem;
    margin: 0;
    padding: 0.625rem;
}

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


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

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/

.woocommerce-cart-form .shop_table .coupon .input-text {
    width: 8.313rem !important;
}

.variations_form .variations .value>select {
    margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/

.elementor-page article .entry-footer {
    display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

.elementor-page .entry-content {
    margin-top: 0;
}


/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/

.vc_desktop article .entry-footer {
    display: none;
}

.vc_desktop #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

.vc_desktop .entry-content {
    margin-top: 0;
}

article .box {
    border-top: solid 1px #eeece8;
    border-bottom: solid 1px #eeece8;
    padding: 10px;
    float: left;
    width: 100%
}

.widget_ultimate_posts {
    text-transform: uppercase;
    widows: 100;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.widget_ultimate_posts .upw-image {
    width: 25%;
    float: left;
    margin-right: 10px;
}

.widget_ultimate_posts h3 {
    padding: 0;
    margin-bottom: 5px;
    font-family: "Roboto", Sans-serif;
    color: #8c8c8c;
}

.widget_ultimate_posts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_ultimate_posts ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.widget_ultimate_posts .post-title {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_ultimate_posts .post-title a {
    background-color: transparent;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    color: #0b8fbc !important;
    font-family: "Roboto", Sans-serif;
    font-weight: 500 !important;
    font-size: 14px !important;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer#colophon {
    font-size: 85%;
    background-image: url("/wp-content/uploads/2019/05/footer-diariosalud-images.png");
    min-height: 730px;
    background-repeat: no-repeat;
    background-position: right;
}

body:not(.theme-preset-active) footer#colophon {
    color: #99979c;
    background-color: #f7f7f7;
}

.navbar-dark .site-info {
    color: #fff;
}

.copyright {
    font-size: 0.875rem;
    margin-bottom: 0;
    text-align: center;
}

.copyright a,
footer#colophon a {
    color: inherit;
}

@media screen and (max-width: 767px) {
    #masthead .navbar-nav>li>a {
        padding-bottom: 0.938rem;
        padding-top: 0.938rem;
    }
}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/

@media only screen and (max-width: 1280px) {
    html {
        font-size: 95%;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-dark .dropdown-item {
        color: #fff;
    }
    .navbar-nav .dropdown-menu {
        background: transparent;
        box-shadow: none;
        border: none;
    }
}


/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {
    html {
        font-size: 90%;
    }
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 960px) {
    html {
        font-size: 85%;
    }
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
    html {
        font-size: 80%;
    }
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
    html {
        font-size: 75%;
    }
}


/* Ajustes Felix */


/* .navbar-toggler {
    border: 1px solid #333!important;
} */

.post-thumbnail:hover {
    box-shadow: -5px -5px 20px -1px rgba(10, 143, 188, 0.9), 5px 5px 20px -1px rgba(12, 169, 96, 0.9);
    cursor: pointer;
}

.post-thumbnail.carrusel-post {
    height: 220px;
    overflow: hidden;
}

ul.social_media_header {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.social_media_header li {
    padding: 5px 4px;
    float: left;
}


/* ul.social_media_header li i {
   
    color: #fff;
} */

ul.social_media_header li a {
    color: #fff;
    display: block;
    background-color: #000;
    padding: 5px 6px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
}

ul.social_media_header li a:hover {
    background: #0CACE0;
}

ul.social_media_header li a.suscibete {
    background-color: #FF9900;
    width: auto;
    border-radius: 6px;
    padding-top: 2px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
}

ul.social_media_header li a.form_diario_search {
    background-color: #0CACE0;
    width: auto;
    border-radius: 6px;
    padding-top: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
}

.heateorSssSharing {
    border-radius: 50%;
}


/* estilos nuevos */

.G img {
    height: 21%;
    width: 100%;
}

.prin img,
.col-md-8.p-1.col-lg-8.float-left img {
    height: 51%;
    width: 100%;
}

.G .title-float,
.prin .title-float,
.col-md-8.p-1.col-lg-8.float-left .title-float {
    position: relative;
}

.G .cot,
.prin .cot,
.col-md-8.p-1.col-lg-8.float-left .cot {
    bottom: 2em;
}

.prin .entry-category-main,
.G .entry-category-main,
.col-md-8.p-1.col-lg-8.float-left .entry-category-main {
    position: relative;
    top: -1em;
}

.post-thumbnail .entry-category {
    margin-left: 1em;
}

.sin .entry-title {
    display: none;
}

.sin {
    margin-top: 30px;
}

.entry-title.mt-3 a {
    margin-top: -.5em;
}

.col-md-8.col-lg-9.float-left img {
    height: 44%;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 1.5em;
    height: 1.5em;
    font-size: 4.5em!important;
    color: #0087b8;
    outline: none;
    position: absolute;
    background: #fff;
    padding-bottom: 1.5em !important;
    border-radius: 50%;
    top: 10%;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -17.5%;
}

.owl-carousel .owl-nav button.owl-next {
    right: -17.5%
}

.last-news>.owl-carousel .owl-nav button.owl-next,
.last-news>.owl-carousel .owl-nav button.owl-prev {
    background: #0087b8;
    color: #fff;
}

.single .post-top.mb-3 .heateorSssSharingRound i,
.author-box .heateorSssSharingRound i {
    background: #000;
}

.author-box .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    padding: 0 0 0 6em;
}

.single .entry-category {
    position: relative;
    top: 0;
    width: 12%;
}

.single .post-title {
    font-size: 37px !important;
    padding: 15px 0 15px 0;
    /* width: 95vmin; Revisar si afecta otra cosa */
}

.single .post-top.mb-3 {
    display: flex;
    justify-content: space-between;
}

.wp-block-group__inner-container h2 {
    color: #03455A !important;
}

.wp-block-latest-posts__list.wp-block-latest-posts li {
    height: 150px;
    width: 200px;
    margin: 15px 0;
    border: 1px solid rgba(0, 0, 0, .125);
}

.wp-block-latest-posts__list.wp-block-latest-posts li:hover {
    box-shadow: -5px -5px 20px -1px rgba(10, 143, 188, 0.9), 5px 5px 20px -1px rgba(12, 169, 96, 0.9);
    cursor: pointer;
}

.wpp-list-with-thumbnails li {
    height: 200px;
    width: 265px;
    margin: 15px 0;
    border: 1px solid rgba(0, 0, 0, .125);
    display: flex;
    flex-direction: column;
    list-style: none;
    font-size: 1.1rem;
}

.wpp-list-with-thumbnails li a img {
    width: 100%;
    height: 120px;
}

.sidebar-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 120px;
    display: block;
}

.wpp-list-with-thumbnails li:hover {
    box-shadow: -5px -5px 20px -1px rgba(10, 143, 188, 0.9), 5px 5px 20px -1px rgba(12, 169, 96, 0.9);
    cursor: pointer;
}

.wpp-meta.post-stats .wpp-date {
    padding: 0 5px;
}

.prin iframe {
    height: 440px;
    width: 920px;
    margin-bottom: 20px;
}

.prin .vid-prin {
    height: 440px;
    width: 920px;
    margin-bottom: 20px;
}

.container-fluid.diario_salud_tv.tv {
    background: #12a25e;
    position: absolute;
    margin-top: 0;
}

.tv a {
    color: #fff;
    font-weight: bold;
}

.tv img {
    filter: brightness(1000%) sepia(1) hue-rotate(200deg) saturate(1000%) brightness(1000%);
    height: 50px;
}

h2.carrusel-title {
    padding: 0 7px;
}

.mailerlite-form .mailerlite-subscribe-button-container {
    position: absolute;
    top: 73px;
    right: 15px;
    text-align: center
}

.mailerlite-subscribe-button-container input {
    padding: 5px 10px;
    background: #ff9900;
    color: #fff;
    border: 2px solid #3f82b6;
    font-weight: bold;
}

.mailerlite-form .mailerlite-form-field label,
.mailerlite-form-description {
    display: none;
}

.mailerlite-form-field input[type="email"] {
    padding: 5px;
    width: 100%;
}

.author-name a {
    color: #000;
}

.author-box img {
    border-radius: 50%;
}

footer .widget-title {
    color: #0b8fbc;
}

.copyright {
    display: flex;
    top: 5em;
    color: #0b8fbc;
}

.articles.mt-3 .entry-category {
    background: #0b8fbc
}

.banner {
    background: #f1f1f1
}

.inner-banner {
    display: flex;
}

.social_media_banner {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.social_media_banner li {
    padding: 5px 4px;
}

.social_media_banner li a {
    color: #fff;
    display: flex;
    padding: 5px 6px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    text-decoration: none;
}

.social-1 a {
    background: #2979ff;
}

.social-2 a {
    background: #006f00;
}

.social-3 a {
    background: #076c8d;
}

.social-4 a {
    background: #1bd741;
}

.social-5 a {
    background: #f10602;
}

.social-1 a:hover,
.social-2 a:hover,
.social-3 a:hover,
.social-4 a:hover,
.social-5 a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    transform: scale(1.1);
}

.author {
    height: 40vh;
}

.contenido-author h1 {
    font-size: 50px !important;
}

.inner-author {
    display: flex;
    justify-content: space-between;
}

.img-author {
    border-radius: 50%;
}

.all {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}

.arti {
    max-width: 100%;
}

.inner-arti {
    display: flex;
    justify-content: space-between;
}

.cards-post {
    padding: 5px;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.cards-post img {
    width: 100%;
    height: 200px;
    border-radius: 15px;
}

.arti-entry {
    text-align: center;
    margin: 5px auto;
}

footer .widget-title {
    color: #0C8FBC;
    font-family: arial;
    font-size: 15px;
    text-transform: capitalize;
}

.vid {
    height: 480px;
    width: 920px;
}

.vid iframe {
    height: 480px;
    width: 920px;
}

.vid img {
    height: 480px !important;
    width: 920px !important;
}

/*
figure {
    display: none;
}
*/

.flex {
    display: flex;
    overflow: hidden;
}

.social-author {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.black ul li i {
    background: #000;
}

.heateor_sss_follow_icons_container span {
    border-radius: 50%
}

.black span {
    background: #000 !important;
}

.borde {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.aprende .post-thumbnail {
    height: 303px;
    overflow: hidden;
}

.site-header.navbar-static-top {
    *box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.container-fluid.p-2.diario_salud_tv_body,
.site-content.mb-2.pb-2.pt-2 {
    margin: 2.5px 0;
}

.es {
    display: flex;
    justify-content: space-between
}

.cierre {
    font-style: italic;
    opacity: 1;
}

.ci {
    font-weight: bold;
    color: #03455A;
    *opacity: 1;
}

.G.f {
    margin: 0 0 -.5em 0;
}

.G.f img {
    height: 21%;
    width: 100%;
}

.G.f {
    position: relative;
}

.G.f .cot {
    bottom: 2em;
}

.G.f .entry-category-main {
    position: relative;
    top: -2em;
}

.G.m img {
    height: 23.5%;
    width: 100%;
}

.wp-date,
.post-date {
    display: none;
}

.text-head {
    /* font-size: 30px; */
}

.video-fondo,
encabezado-tv {
    background: #f1f1f1;
}

.wdmt {
    margin-top: -17px;
}

.wd {
    max-width: 100% !important;
    z-index: -3;
}

.concen {
    margin: auto;
}

.d-xl-block {
    z-index: 100;
}

.col-lg-12.video-fondo,
.col-lg-12.content-wrapper.video-fondo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vid-in iframe {
    height: 370px;
    width: 780px;
}

.vid-in img {
    height: 370px;
    width: 780px;
}

.con-vid {
    background: #f1f1f1;
}

.navbar-nav li a:hover {
    background: #0CACE0;
    opacity: .8;
    color: #fff !important;
}

ul.social_media_header li a.suscibete:hover,
.form_diario_search:hover {
    background: #31d6aa !important;
}

.cuadro-dialogo {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 3px 3px;
    display: none;
    transition: 2s ease;
}

.social-1:hover .cuadro-dialogo {
    display: block;
    bottom: 2.5em;
    left: 6em;
}

.social-2:hover .cuadro-dialogo {
    display: block;
    bottom: 2.5em;
    left: 11em;
}

.social-3:hover .cuadro-dialogo {
    display: block;
    bottom: 2.5em;
    left: 16em;
}

.social-4:hover .cuadro-dialogo {
    display: block;
    bottom: 2.5em;
    left: 21em;
}

.social-5:hover .cuadro-dialogo {
    display: block;
    bottom: 2.5em;
    left: 26em;
}

.scvid {
    margin-left: -14% !important;
}

.tn {
    margin-left: 50%;
}

.movil {
    display: none;
}

.sss {
    margin: 2px 2px;
}

.tod {
    flex-direction: column;
    width: 650px;
}

.ho {
    width: 90px;
    height: 34px;
    margin-top: 7%;
    margin-left: 1%;
}

.apr {
    background: url(https://www.diariosalud.do/wp-content/uploads/2021/09/aprende_logo_black.png) no-repeat;
}

.estu {
    background: url(https://www.diariosalud.do/wp-content/uploads/2021/11/diario_estudiantil_icon-1.png) no-repeat;
}

.ditv {
    background: url(https://www.diariosalud.do/wp-content/uploads/2021/11/diario_salud_tv_icon-1.png) no-repeat;
}

.estu:hover {
    margin-left: -11px;
    margin-right: 11px;
    margin-top: 0;
    background: url(https://www.diariosalud.do/wp-content/uploads/2021/12/diariosalud-estudiantil-web.png) 100%/90% no-repeat !important;
}

.apr:hover {
    margin-left: -11px;
    margin-right: 11px;
    margin-top: 0;
    background: url(https://www.diariosalud.do/wp-content/uploads/2021/12/aprende-con-diariosalud-web.png) 100%/90% no-repeat !important;
}

.ditv:hover {
    margin-left: -20px;
    margin-right: 20px;
    margin-top: 0;
    background: url(https://www.diariosalud.do/wp-content/uploads/2021/12/diariosalud-TV-web.png) 100%/85% no-repeat !important;
}

.organization-unit,
.cn-contact-block,
.cn-list-item.cn-list-item-is-single.vcard.organization {
    color: #0C8FBC;
}

#cn-entry-actions {
    list-style: none;
}

.cn-entry-action-item a {
    color: #0C8FBC;
}

.cn-last-updated {
    color: #0C8FBC !important;
    font-size: 15px !important;
}

.org.fn.notranslate {
    font-size: 30px;
    color: #0C8FBC;
    padding: 10px 0;
}

.cent {
    width: 200px;
    margin-left: 50%;
}

@media only screen and (max-width: 768px) {
    #menu-top-menu-img {
        margin-top: -1000px;
    }
    .navbar-toggler[aria-expanded="true"]~#menu-top-menu-img {
        margin-top: 0
    }
    .escri {
        display: none;
    }
    .movil {
        display: block;
        margin: auto;
    }
    p {
        font-size: 20px;
    }
    .vid {
        align-items: center;
        margin: auto;
    }
    .vid iframe {
        height: 480px;
        width: 70%;
        margin-left: 12%;
    }
    .vid img {
        height: 480px;
        width: 70%;
        margin-left: 12%;
    }
}

@media only screen and (min-width: 1850px) {
    .cent {
        width: 200px;
        margin-left: 110%;
    }
}


/* PAGINACIION */

a.page-numbers {
    padding: 5px 12px;
    border: 1px solid;
}

a.page-numbers:hover {
    background: #03455A;
    color: #fff;
}

span.page-numbers.current {
    padding: 5px 12px;
    border: 1px solid;
    background: #03455A;
    color: #fff;
}

span.page-numbers.dots {
    padding: 5px 12px;
    border: 1px solid #4d4d4d;
}

.contenido-author {
    width: 80%;
}