/**
 * Theme Name: WP Telecubanacán Theme
 * Theme URI: http://theme.telecubanacan.dev
 * Author: Verlaine Vilches Rivas
 * Author URI: http://www.escastellano.com
 * Company: Verlaine S.A.
 * Version: 20.10.13
 * License: GNU General Public License v3
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

@font-face {
  font-family: 'DM Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: local('DM Sans Regular'), url('fonts/DMSans-Regular.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'DM Sans Italic';
  font-style: normal;
  font-weight: normal;
  src: local('DM Sans Italic'), url('fonts/DMSans-Italic.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'DM Sans Medium';
  font-style: normal;
  font-weight: normal;
  src: local('DM Sans Medium'), url('fonts/DMSans-Medium.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'DM Sans Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: local('DM Sans Medium Italic'), url('fonts/DMSans-MediumItalic.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'DM Sans Bold';
  font-style: normal;
  font-weight: normal;
  src: local('DM Sans Bold'), url('fonts/DMSans-Bold.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'DM Sans Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('DM Sans Bold Italic'), url('fonts/DMSans-BoldItalic.woff') format('woff');
  }

article > div > div#inoticia > p,
article > div > div#inoticia > h4,
article > div > div#inoticia > h3,
article > div > div#inoticia > h2,
article > div > div#inoticia > h1,
article > div > div#inoticia > ul,
article > div > div#inoticia > li,
article > div > div#inoticia > ol {
  margin: 0 0 0.8rem 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

article > div > div#inoticia iframe {
  margin-left: auto;
  margin-right: auto;
}

div#inoticia p img {
  width: 100%;
}

article > div > div#inoticia twitter-widget {
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  padding-left: 1rem;
}

.alignright {
  padding-right: 1rem;
}

article > div > div#interesante > a {
  margin-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

header > h3,
header > div {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

h3 > strong {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
figure > figcaption {
  padding-left: 1rem;
  padding-right: 1rem;
}
div > p {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  margin: 0 0 0.8rem 0;
}

.wp-block-quote {
  margin: 20px 1rem !important;
}

.wp-block-image figcaption {
  font-size: 0.75rem;
  color: #718096;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: transparent;
  margin: 0 !important;
}
.wp-caption .wp-caption-text {
  color: #666;
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
  text-align: left;
  margin: -5px 0 0;
  background: #ececec;
  padding: 10px 20px;
}
article > div > div > p {
  margin: 0 0 0.9rem;
}
.shared-counts-wrap {
  margin: 2rem 0 0 0 !important;
}
.screen-reader-text {
  display: none !important;
}
.custom-label input:checked + svg {
  display: block !important;
}
label {
  color: #718096;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-weight: 600;
  font-size: 0.825rem;
}
.comment-reply-title {
  color: #718096;
  text-transform: none;
  letter-spacing: 0.025em;
  font-weight: 400;
}

.comment-reply-title small a {
  color: #718096;
  font-weight: 600;
}

.comment-reply-title small a:hover {
  color: #ed8936;
}
.comment-notes,
.logged-in-as {
  color: #718096;
  text-transform: none;
  letter-spacing: 0.025em;
  font-weight: 400;
  font-size: 0.775rem;
}

.logged-in-as a:hover {
  color: #ed8936;
}
.comment-form-cookies-consent label {
  color: #718096;
  text-transform: none;
  letter-spacing: 0.025em;
  font-weight: 400;
  font-size: 0.9rem;
}
input[type="text"],
input[type="email"],
input[type="url"] {
  background-color: #edf2f7 !important;
  padding: 0.25rem;
  border-width: 2px;
  border-color: #edf2f7;
  border-radius: 0.25rem;
}
.comment-form-author input:focus {
  background-color: rgb(255, 255, 255) !important;
}
textarea {
  padding: 0.7rem !important;
  line-height: inherit;
  background-color: #edf2f7 !important;
  width: 100%;
  resize: vertical;
  overflow: auto;
  height: 170px;
  border-width: 2px;
  border-color: #edf2f7;
  border-radius: 0.25rem;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus {
  background-color: rgb(255, 255, 255) !important;
  border-color: #f6ad55 !important;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
textarea:hover {
  border-color: #f6ad55 !important;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
}

.comment-form-cookies-consent {
  margin-top: 0.75rem;
}
input[type="checkbox"] {
  margin-right: 0.5rem;
}
/*
*
*       WORDPRESS BLOCK SINGLE GALLERY -MARGIN
*
*/
ul > li > figure > figcaption {
  display: none !important;
}
/***********************************************
  ******************          Comentarios
  ******************
  ******************          Comment Output
  ******************
  ***********************************************************/
.testComentarios {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #fff;
}
.comment-list .reply {
  padding: 1.1rem;
}

.comment-list .reply a {
  box-shadow: 0 0.9px 1.3px -1px rgba(0, 0, 0, 0.1),
    0 0.5px 1px -1px rgba(0, 0, 0, 0.06);
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.25rem;
  background-color: #d35f25;
  font-weight: 500;
}

.comment-list .reply a:hover {
  background-color: #ed8936;
}

.comment-list .reply a:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  outline: 0;
}
.comment-list li article {
  box-shadow: 0 0.1px 1px 0 rgba(0, 0, 0, 0.1),
    0 0.1px 0.7px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border-radius: 0.1rem;
  background-color: #fff;
}

.comment-list .edit-link a:hover {
  color: #ed8936 !important;
}

.comment-list .comment-meta {
  background-color: #f1f1f1;
  color: #4a5568;
  padding: 0.75rem 1.1rem 0.5rem 1.1rem;
}
.comment-list .comment-content {
  padding: 1.1rem;
  color: #2f3642;
}

.comment-list .comment {
  margin-bottom: 1rem;
}

.comment-list .children {
  margin-top: 1rem;
}

.comment-list li.byuser > article > footer.comment-meta {
  background-color: hsl(20, 74%, 49%);
  color: #fff;
  padding: 0.75rem 1.1rem 0.5rem 1.1rem;
}

.comment-list li.bypostauthor > article > footer.comment-meta {
  background-color: #546e7a;
  color: #fff;
  padding: 0.75rem 1.1rem 0.5rem 1.1rem;
}

.comment-list .comment-author-admin {
  background-color: rebeccapurple;
}

.comment-list li ol.children li {
  margin: 0rem 0rem 0rem 5rem;
}

.comment-list li ol.children li article {
  margin: 0rem 0rem 0.75rem 0rem;
}

.no-comments {
  font-weight: 700;
  font-size: 0.75rem;
  color: #546e7a;
  display: flex;
  justify-content: flex-end;
  /*     float: right;*/
  margin-bottom: 2rem;
}

nav.navigation div a {
  background-color: #dd6b20;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  color: #fff;
  font-weight: 500;
  border-radius: 0.25rem;
}

nav.navigation div a:hover {
  background-color: #ff9751;
  color: #edf2f7;
}

nav.navigation div a:focus {
  box-shadow: 0 0 0 3px rgba(253, 204, 45, 0.637);
  outline: 0;
}

.svg-icon {
  fill: currentColor;
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
}

.transition {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
/*
*
*                  PRUEBA TOGGLE WITH CSS
*
*/
.toggle-input {
  display: none;
}
.toggle-input:not(checked) ~ .mega-menu {
  display: none;
}

.toggle-input:checked ~ .mega-menu {
  display: block;
}

section.grid-prov article > img#ilarge {
  display: flex !important;
}

form#yobuscar > input:focus button > svg {
  display: none !important;
}

article#sdestacada:first div div footer {
  flex-direction: row !important;
  align-items: flex-start !important;
}

span.page-numbers,
a.page-numbers {
  margin: 0 5px;
}

span.page-numbers.current > div {
  background-color: #dd6b20 !important;
  color: white !important;
  cursor: not-allowed;
}

p, body, header > a {
    font-family: "DM Sans Regular";
}

.cnoticia p {
  font-size: 0.89rem !important;
}