/*
Theme Name: Hispanagar
Theme URI: https://www.squembri.com/
Author: Squembri | Juan M.
Author URI: https://www.squembri.com/
Description: Theme a medida para el proyecto Hispanagar
Version: 1.2.2
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Text Domain: Hispanagar
*/
/* --------------------------------------------- */
/* Variables */
:root {
  --theme-font: "Raleway", sans-serif;
  --theme-font-two: "Raleway", sans-serif;
  --theme-font-three: "Raleway", sans-serif;
  --theme-font-four: "Raleway", sans-serif;
  --theme-gray: #6F6D6B;
  --theme-gray-rgb: 111, 109, 107;
  --theme-white: #ffffff;
  --theme-white-rgb: 255, 255, 255;
  --theme-base: #122E6C;
  --theme-base-rgb: 18, 46, 108;
  --theme-secondary: #82B556;
  --theme-secondary-rgb: 130, 181, 86;
  --theme-black: #1A202C;
  --theme-black-rgb: 26, 32, 44;
  --theme-menu: #004EBC;
  --theme-txt-boton: #F6F6F6;
  --theme-hover-boton: #61853F;
  --theme-pararafo: #F5F6FA;
  --theme-fondo-section: #F4F4F4;
  --theme-variation-title: #090626;
}
/* --------------------------------------------- */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
/* General */
html {
  scroll-padding-top: 120px;
}
body {
  font-family: var(--theme-font);
  color: var(--theme-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
  background-color: #f7f7f7;
  max-width: 100vw;
  overflow-x: hidden;
}
.wp-site-blocks {
  max-width: 100vw;
  overflow-x: hidden;
}
a {
  color: var(--theme-base);
}
a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  transition: all 500ms ease;
}
a:hover {
  text-decoration: underline;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::placeholder {
  color: inherit;
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-font-two);
  color: var(--theme-base);
  margin: 0;
}
h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}
h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
}
h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}
p {
  margin: 0;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::placeholder {
  color: inherit;
  opacity: 1;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::placeholder {
  color: inherit;
  opacity: 1;
}
/* --------------------------------------------- */
/* Botones */
.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: var(--theme-secondary);
  color: var(--theme-txt-boton);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  padding: 10px 20px;
  overflow: hidden;
  transition: all 0.5s linear;
  z-index: 1;
  text-decoration: none;
  border-radius: 22px;
}
.thm-btn:hover {
  color: var(--theme-white);
  background-color: var(--theme-hover-boton);
  text-decoration: none;
}
/* btn Verson 2 */
.thm-btn.v2,
.thm-btn.transparente {
  background-color: var(--theme-black);
  color: var(--theme-white);
}
.thm-btn.v2:before,
.thm-btn.transparente:before {
  background-color: var(--theme-base);
}
.thm-btn.v2:hover,
.thm-btn.transparente:hover {
  color: var(--theme-black);
}
/* btn v2 y v3 */
.thm-btn.v3,
.thm-btn.small {
  padding: 8px 25px 8px;
}
/* Botón editar post y WP */
.sq_edit_post {
  position: fixed;
  z-index: 9999999;
  bottom: 210px;
  left: 30px;
  border-radius: 100%;
  background: #333;
  border: 3px #e00034 solid;
  box-shadow: 0 1px 16px 0px rgba(0, 0, 0, 0.75);
  transition: 0.5s;
}
.sq_edit_post a {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sq_edit_post a svg {
  width: 25px;
  height: 20px;
}
.sq_edit_post a svg path {
  fill: #fff;
  transition: 0.3s;
}
.sq_edit_post.sq_wp_link {
  bottom: 90px;
}
.sq_edit_post.sq_info_link {
  bottom: 150px;
}
.sq_edit_post:hover {
  border: 3px #000 solid;
}
.sq_edit_post:hover a svg path {
  fill: #ebebeb;
}
figure.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
}
/* Evitar scroll horizontal */
body.page-template-page-notitle .wp-site-blocks main {
  overflow: hidden;
}
/* Yoast migas */
.SQ_migas_yoast #breadcrumbs {
  font-weight: 500;
  font-size: 14px;
  line-height: 17.92px;
  color: var(--theme-menu);
}
.SQ_migas_yoast #breadcrumbs svg {
  transform: translateY(-1px);
}
.SQ_migas_yoast #breadcrumbs a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17.92px;
  color: #19233580;
}
/* Page Textos Legales */
body.page-template-page-textos-legales .wp-site-blocks main .container h2,
body.page-template-page-textos-legales .wp-site-blocks main .container h3,
body.page-template-page-textos-legales .wp-site-blocks main .container h4,
body.page-template-page-textos-legales .wp-site-blocks main .container h5,
body.page-template-page-textos-legales .wp-site-blocks main .container h6 {
  margin-bottom: 25px;
}
body.page-template-page-textos-legales .wp-site-blocks main .container p {
  margin-bottom: 15px;
}
body.page-template-page-textos-legales .wp-site-blocks main .container ul,
body.page-template-page-textos-legales .wp-site-blocks main .container ol {
  margin-bottom: 15px;
}
body.page-template-page-textos-legales .wp-site-blocks main .container ul li,
body.page-template-page-textos-legales .wp-site-blocks main .container ol li {
  margin-bottom: 5px;
}
