@charset "UTF-8";

/*!
Theme Name: Hadoq
Theme URI: http://underscores.me/
Author: Hadoq
Author URI: https://hadoq.com
Description: Top Performance Theme created by Hadoq.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hadoq
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, 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.

Hadoq is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

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

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

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

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

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;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 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
--------------------------------------------------------------*/

:root {
  --Fuente: "Roboto", sans-serif;
  --verde: #0f4a57;
  --VerdeOscuro: #0f3541;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #303036;
  font-family: var(--Fuente);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}

p,
li {
  font-family: var(--Fuente);
  color: #303036;
  font-size: 1.1rem;
  line-height: 1.7;
}

blockquote {
  margin: 1rem;
}

blockquote p {
  margin-bottom: 0;
  padding: 1rem 2rem;
}

a {
  color: #303036;
  text-decoration: none;
}

a:hover {
  opacity: 0.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: var(--Fuente);
  color: #303036;
  line-height: 1.2;
  font-weight: 400;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.35rem;
}

h4 {
  font-size: 1.2rem;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: var(--Fuente);
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: var(--Fuente);
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

@font-face {
  font-family: "hadoqfont";
  src: url("/fonts/hadoqfont.ttf");
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "hadoqfont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
}

.bla {
  color: purple;
}

.icon-search:before {
  content: "";
}

.icon-align-justify:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-gplus:before {
  content: "";
}

.icon-mail-alt:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-paper-plane:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

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

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*::-moz-selection {
  background-color: #757575cc;
  color: #ffffff;
}

*::selection {
  background-color: #757575cc;
  color: #ffffff;
}

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

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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%;
}

.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

/*@import "forms/forms";*/

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

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

a {
  color: #303036;
}

a:visited {
  color: #000;
}

a:hover,
a:focus,
a:active {
  color: #000;
}

a:focus {
  outline: thin dotted;
}

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

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

.main-navigation {
  display: none;
  clear: both;
}

.main-navigation .menu-featured-element {
  background-color: #757575;
  padding: 0 1em;
  border-radius: 5%;
}

.main-navigation .menu-featured-element a {
  color: #303036;
}

.main-navigation .menu-featured-element:hover a {
  color: #303036;
  opacity: 0.5;
}

.main-navigation li:hover > ul.sub-menu {
  list-style: none;
  visibility: visible;
}

/* Small menu. */

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

.menu-toggle {
  display: none;
}

.main-navigation ul {
  display: block;
}

.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%;
  text-align: center;
}

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

@media (min-width: 768px) {
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    width: 50%;
    text-align: left;
  }

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

/*desktop*/

@media screen and (min-width: 1025px) {
  .main-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 20 0 0;
    flex: 20 0 0;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 1rem;
  }
  .main-navigation ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-navigation li {
    position: relative;
    padding: 1rem 0.75rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    list-style: none;
  }
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-family: var(--Fuente);
    font-size: 1rem;
    color: #303036;
    text-transform: uppercase;
    line-height: 2rem;
  }
  .main-navigation a:hover {
    color: #757575;
  }
}

/* Sub-menu */

ul.sub-menu {
  position: absolute;
  visibility: hidden;
  z-index: 900;
  background-color: #ffffff;
  border-top: 2px solid #757575;
  width: 250px;
  margin-top: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sub-menu li {
  width: 100%;
  padding: 0.35rem 1rem;
}

.sub-menu a {
  text-transform: unset;
  letter-spacing: 0px;
  text-decoration: underline;
  -webkit-text-decoration-color: #757575;
  -moz-text-decoration-color: #757575;
  text-decoration-color: #757575;
}

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

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  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;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  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. */
}

/* 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;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/

/*mobile menu*/

.mobile-toggle i {
  color: #757575;
}

.mobile-toggle .open,
.mobile-toggle .close {
  cursor: pointer;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 99;
  padding: 20px 10px 20px 20px;
  width: 100%;
  text-align: center;
  background: #eeeeee;
  overflow: hidden;
  display: none;
}

.mobile-menu .custom_scroll {
  padding-right: 10px;
}

.mobile-menu li {
  border-bottom: 1px solid #e7e7e7;
}

.mobile-menu li a {
  display: block;
  line-height: 44px;
  font-size: 16px;
  position: relative;
}

.mobile-menu .close {
  color: #757575;
  font-size: 2rem;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.mobile-menu .menu {
  margin-top: 1rem;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.mobile-menu .menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-menu .menu li a {
  text-decoration: none;
  font-family: var(--Fuente);
}

.logo-menu a {
  display: block;
  line-height: 0;
}

.logo-menu img {
  max-height: 10vh;
  width: auto;
}

#check-menu {
  display: none;
}

#check-menu:checked + .mobile-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

#check-menu:checked + .mobile-menu .menu-menu-mobile-container {
  overflow-y: auto;
}

/*tablet and desktop*/

@media (min-width: 468px) {
  nav#mobile-menu {
    width: 350px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
}

.site-header .site-branding {
  padding: 0.5rem 1rem;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex: 1 0 250px;
  flex: 1 0 250px;
  -ms-flex-pack: end;
  justify-content: end;
  margin: auto;
}

.site-header .site-branding a {
  line-height: 0;
  padding: 0.2rem 0;
  display: block;
  border: none;
}

.site-header .site-branding #logo {
  max-height: 2.5rem;
}

.site-header .site-title {
  margin: 1rem;
}

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

.site-footer {
  background-color: #f8f8f8;
  color: #272727;
  padding-top: 1rem;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-bottom: 48px;
  /*Equal to .footer-fixed height*/
}

.site-footer a {
  color: #e1d700;
}

.site-footer p,
.site-footer li {
  color: #272727;
}

.site-footer .site-info {
  margin-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}

.site-footer .footer-socials {
  margin-left: 0;
  padding: 0;
}

.site-footer .footer-socials li {
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  font-size: 1.75rem;
  text-align: center;
  list-style: none;
}

.site-footer .footer-socials li a {
  border: 2px solid white;
  border-radius: 50%;
  padding: 0.4rem 0.1rem;
}

.site-footer .footer-socials li a i {
  width: 45px;
}

.site-footer .footer-columns section {
  padding: 0rem 2rem;
  text-align: center;
}

/*tablet & desktop*/

@media screen and (min-width: 768px) {
  .site-footer .footer-columns {
    display: table;
  }
  .site-footer .footer-columns section {
    display: table-cell;
    width: 1%;
    padding: 1rem 3rem 1rem 3rem;
  }
}

/*--------------------------------------------------------------
# Sidebar and layout
--------------------------------------------------------------*/

#content {
  max-width: 1280px;
  margin: 0 auto;
}

#primary,
.content-area {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
}

#secondary {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  margin: 0 1rem;
}

@media screen and (min-width: 1025px) {
  #primary,
  .content-area {
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }
}

/*--------------------------------------------------------------
# List_posts_widget
--------------------------------------------------------------*/

.list-posts-widget ul {
  padding: 0;
  margin: 0;
}

.list-posts-widget ul li {
  list-style: none;
}

.list-posts-widget ul li article {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}

.list-posts-widget ul li article a {
  text-decoration: none;
}

.list-posts-widget .widget_list_blog {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -ms-flex-order: 2;
  order: 2;
  text-align: right;
  font-size: 0.8rem;
  padding-top: 0.5rem;
}

.list-posts-widget .widget_list_thumbnail {
  -ms-flex: 0.33 0 0;
  flex: 0.33 0 0;
  padding-right: 0.5rem;
  font-size: 1.5rem;
  color: #757575;
  text-align: center;
  margin: auto;
}

.list-posts-widget .widget_list_thumbnail img {
  min-height: 55px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-posts-widget .widget_list_title {
  font-size: 1rem;
  color: #303036;
  font-family: var(--Fuente);
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}

/*--------------------------------------------------------------
# List_posts_widget
--------------------------------------------------------------*/

.widget_hadoq_display_author .widget-author-avatar {
  -ms-flex: 0.33 0 0;
  flex: 0.33 0 0;
  padding-right: 1rem;
}

.widget_hadoq_display_author .widget-author-avatar img {
  border-radius: 100%;
}

.widget_hadoq_display_author .list-author-widget ul {
  padding: 0;
  margin: 0;
}

.widget_hadoq_display_author .list-author-widget li {
  border-left: 4px solid transparent;
  list-style: none;
}

.widget_hadoq_display_author .list-author-widget li:hover {
  border-left: 4px solid #757575;
}

.widget_hadoq_display_author .list-author-widget article {
  padding-left: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}

.widget_hadoq_display_author .list-author-widget .widget_list_title {
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}

.widget_hadoq_display_author .list-author-widget .widget_list_title a {
  font-size: 0.8rem;
  color: #303036;
  font-family: var(--Fuente);
  text-transform: uppercase;
}

.widget_hadoq_display_author .list-author-widget .widget_list_author a {
  font-family: var(--Fuente);
  color: #acacac;
}
