/*
Theme Name: CYBE Theme
Theme URI: #
Author: cybe-theme
Author URI: #
Description: Theme a medida para el proyecto CYBE Theme
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: cybe-theme
*/
/* --------------------------------------------- */
/* Variables */
:root {
  /* Tipografías */
  --theme-font: 'Roboto', sans-serif;
  --theme-font-two: 'Gotu', sans-serif;
  --theme-font-three: 'Roboto', sans-serif;
  --theme-font-four: 'Gotu', sans-serif;
  /* Colores base CYBE */
  --negro: #2e2e2e;
  --negro-rgb: 46, 46, 46;
  --gris: #aeaeae;
  --gris-rgb: 174, 174, 174;
  --cybe-1: #7d3255;
  --cybe-1-rgb: 125, 50, 85;
  --cybe-2: #d191ad;
  --cybe-2-rgb: 209, 145, 173;
  --cybe-50: #e2c9d5;
  --cybe-50-rgb: 226, 201, 213;
  --cybe-40: #e8d4de;
  --cybe-40-rgb: 232, 212, 222;
  --cybe-30: #eddfe5;
  --cybe-30-rgb: 237, 223, 229;
  --cybe-20: #f3e9ef;
  --cybe-20-rgb: 243, 233, 239;
  --cybe-10: #f9f4f7;
  --cybe-10-rgb: 249, 244, 247;
  --blanco: #ffffff;
  --blanco-rgb: 255, 255, 255;
  --texto: #555555;
  --texto-rgb: 85, 85, 85;
  --rosa-back: #fbd7ea;
  --rosa-back-rgb: 251, 215, 234;
  /* Variables funcionales del theme */
  --theme-gray: var(--texto);
  --theme-gray-rgb: var(--texto-rgb);
  --theme-white: var(--blanco);
  --theme-white-rgb: var(--blanco-rgb);
  --theme-base: var(--cybe-1);
  --theme-base-rgb: var(--cybe-1-rgb);
  --theme-black: var(--negro);
  --theme-black-rgb: var(--negro-rgb);
  --theme-primary: var(--cybe-2);
  --theme-primary-rgb: var(--cybe-2-rgb);
  --theme-bdr-color: var(--cybe-50);
  --theme-soft: var(--cybe-10);
  --theme-soft-rgb: var(--cybe-10-rgb);
  /* Grid exportado */
  --1920-0-pattern: columns;
  --1920-0-gutter-size: 20px;
  --1920-0-count: 12;
  --1920-0-alignment: stretch;
  --1920-0-section-size: auto;
}
/* --------------------------------------------- */
:root :where(.is-layout-constrained) > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
/* General */
html {
  scroll-padding-top: 120px;
}
.row {
  --bs-gutter-x: 30px;
}
.gutter-y-30 {
  --bs-gutter-y: 30px;
}
body {
  font-family: var(--theme-font);
  color: var(--theme-gray);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
a {
  color: var(--theme-base);
}
a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  color: var(--theme-black);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-font-two);
  color: var(--theme-black);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0;
}
h1 {
  font-size: clamp(42px, 5vw, 72px);
}
h2 {
  font-size: clamp(32px, 4vw, 56px);
}
h3 {
  font-size: clamp(26px, 3vw, 40px);
}
h4 {
  font-size: clamp(22px, 2.4vw, 32px);
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
p {
  margin: 0;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
select,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"] {
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid var(--theme-bdr-color);
  border-radius: 10px;
  background-color: var(--theme-white);
  color: var(--theme-black);
  font-family: var(--theme-font);
  font-size: 14px;
  line-height: 1.2;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
}
select:hover,
select:focus,
textarea:hover,
textarea:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="date"]:hover,
input[type="date"]:focus {
  border-color: var(--theme-primary);
}
textarea {
  min-height: 140px;
  resize: vertical;
}
select {
  padding-right: 42px;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--theme-base) 50%), linear-gradient(135deg, var(--theme-base) 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% - 3px), calc(100% - 14px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid var(--theme-base);
  background-color: var(--theme-white);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(5px);
  margin-right: 6px;
}
input[type="radio"]:hover,
input[type="checkbox"]:hover {
  border-color: var(--theme-base);
}
input[type="radio"]:checked,
input[type="checkbox"]:checked {
  background-color: var(--cybe-20);
  border-color: var(--theme-base);
}
input[type="radio"] {
  border-radius: 50%;
}
input[type="radio"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--theme-base);
  opacity: 0;
  transition: opacity 0.3s ease;
}
input[type="radio"]:checked::after {
  opacity: 1;
}
input[type="checkbox"] {
  border-radius: 5px;
}
input[type="checkbox"]::after {
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml,%3Csvg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.80957 4.0477L3.23819 6.47632L8.90497 0.80954" stroke="%237D3255" stroke-width="1.61908" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E%0A');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 52%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
input[type="checkbox"]:checked::after {
  opacity: 1;
}
section {
  position: relative;
}
/* --------------------------------------------- */
/* UI base */
.thm-btn,
button.thm-btn,
input.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  min-height: 50px;
  padding: 16px 20px;
  border: 1px solid var(--theme-base);
  border-radius: 6px;
  background-color: var(--theme-base);
  color: var(--theme-white);
  font-family: var(--theme-font-two);
  font-size: 17px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.thm-btn:hover,
.thm-btn:focus-visible {
  background-color: var(--cybe-40);
  border-color: var(--cybe-40);
  color: var(--theme-base);
  text-decoration: none;
}
.thm-btn:focus-visible {
  box-shadow: 0 0 0 4px rgba(var(--theme-primary-rgb), 0.22);
}
.thm-btn.is-disabled,
.thm-btn:disabled {
  opacity: 0.55;
  pointer-events: none;
}
.thm-btn--small,
.thm-btn.small,
.thm-btn.v3 {
  min-height: 40px;
  padding: 9px 18px;
  font-size: 13px;
}
.thm-btn--contacto {
  min-width: 132px;
  background-color: var(--theme-base);
  border-color: var(--theme-base);
  color: var(--theme-white);
}
.thm-btn--contacto-alt {
  min-width: 132px;
  background-color: var(--theme-primary);
  border-color: var(--theme-primary);
  color: var(--theme-white);
}
.thm-btn--stroke,
.thm-btn--outline,
.thm-btn.transparente {
  background-color: transparent;
  border-color: var(--theme-base);
  color: var(--theme-base);
}
.thm-btn--stroke:hover,
.thm-btn--stroke:focus-visible,
.thm-btn--outline:hover,
.thm-btn--outline:focus-visible,
.thm-btn.transparente:hover,
.thm-btn.transparente:focus-visible {
  background-color: var(--theme-base);
  border-color: var(--theme-base);
  color: var(--theme-white);
}
.thm-btn--dark,
.thm-btn.v2 {
  background-color: var(--theme-black);
  border-color: var(--theme-black);
  color: var(--theme-white);
}
.thm-btn--dark:hover,
.thm-btn--dark:focus-visible,
.thm-btn.v2:hover,
.thm-btn.v2:focus-visible {
  background-color: var(--theme-base);
  border-color: var(--theme-base);
  color: var(--theme-white);
}
.thm-btn--formacion {
  min-height: 34px;
  padding: 8px 18px;
  border-radius: 999px;
  background-color: var(--theme-base);
  border-color: var(--theme-base);
  font-size: 13px;
  font-weight: 500;
}
.thm-btn--formacion-light {
  min-height: 34px;
  padding: 8px 18px;
  border-radius: 999px;
  background-color: var(--theme-soft);
  border-color: var(--theme-soft);
  color: var(--theme-primary);
  font-size: 13px;
  font-weight: 500;
}
.thm-btn--ver-mas {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
  text-underline-offset: 7.5px;
  color: var(--theme-base);
  white-space: nowrap;
}
.thm-btn--ver-mas:hover,
.thm-btn--ver-mas:focus-visible {
  background: transparent;
  border-color: transparent;
  text-decoration: underline;
  color: var(--cybe-2);
}
.thm-btn--icon,
.thm-btn--buscar,
.thm-btn--arrow,
.thm-btn--close {
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 0;
}
.thm-btn--buscar {
  background-color: var(--theme-base);
  border-color: var(--theme-base);
}
.thm-btn--close {
  background-color: var(--theme-white);
  border-color: var(--theme-bdr-color);
  color: var(--theme-base);
}
.thm-btn--close:hover,
.thm-btn--close:focus-visible {
  background-color: var(--theme-soft);
  border-color: var(--theme-primary);
  color: var(--theme-base);
}
.thm-btn__icon,
.thm-btn svg {
  flex: 0 0 auto;
}
.thm-btn__icon svg,
.thm-btn svg {
  width: 18px;
  height: 18px;
}
.thm-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.thm-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--theme-bdr-color);
  border-radius: 10px;
  background-color: var(--theme-white);
  color: var(--theme-black);
  font-family: var(--theme-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.3s ease;
}
.thm-tab:hover,
.thm-tab:focus-visible,
.thm-tab.is-active {
  background-color: var(--theme-base);
  border-color: var(--theme-base);
  color: var(--theme-white);
}
.thm-date,
.thm-date-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid var(--theme-bdr-color);
  border-radius: 10px;
  background-color: var(--theme-white);
  color: var(--theme-black);
  font-family: var(--theme-font);
  font-size: 14px;
  font-weight: 500;
}
.thm-choice {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  color: var(--theme-black);
}
.thm-choice__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.thm-choice__mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid var(--theme-bdr-color);
  background-color: var(--theme-white);
  transition: all 0.3s ease;
}
.thm-choice--radio .thm-choice__mark {
  border-radius: 50%;
}
.thm-choice--checkbox .thm-choice__mark {
  border-radius: 6px;
}
.thm-choice__mark::after {
  content: "";
  display: block;
  opacity: 0;
  transition: all 0.3s ease;
}
.thm-choice--radio .thm-choice__mark::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--theme-base);
}
.thm-choice--checkbox .thm-choice__mark::after {
  width: 6px;
  height: 10px;
  border-right: 2px solid var(--theme-base);
  border-bottom: 2px solid var(--theme-base);
  transform: rotate(45deg) translate(-1px, -1px);
}
.thm-choice__input:checked + .thm-choice__mark {
  border-color: var(--theme-primary);
  background-color: var(--theme-soft);
}
.thm-choice__input:checked + .thm-choice__mark::after {
  opacity: 1;
}
.thm-select-wrap {
  position: relative;
  display: inline-flex;
  min-width: 210px;
}
.thm-select-wrap::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--theme-base);
  border-bottom: 1.5px solid var(--theme-base);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
.thm-select {
  width: 100%;
  min-height: 48px;
  padding: 12px 42px 12px 16px;
  border: 1px solid var(--theme-bdr-color);
  border-radius: 10px;
  background-color: var(--theme-white);
  color: var(--theme-black);
  font-family: var(--theme-font);
  font-size: 14px;
  line-height: 1.2;
  appearance: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.thm-select:hover,
.thm-select:focus {
  border-color: var(--theme-primary);
}
.thm-pagination,
nav.navigation.pagination .nav-links,
.woocommerce-pagination ul.page-numbers,
ul.page-numbers {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.thm-pagination__item,
.thm-pagination__link,
nav.navigation.pagination .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers,
ul.page-numbers li .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--theme-bdr-color);
  border-radius: 8px;
  background-color: var(--theme-white);
  color: var(--theme-black);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
nav.navigation.pagination .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current,
ul.page-numbers li .page-numbers.current,
.thm-pagination__item:hover,
.thm-pagination__item.is-current,
.thm-pagination__link:hover,
.thm-pagination__link.is-current,
nav.navigation.pagination .page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers:hover,
ul.page-numbers li .page-numbers:hover {
  background-color: var(--theme-base);
  border-color: var(--theme-base);
  color: var(--theme-white);
}
.thm-pagination__item.is-disabled,
.thm-pagination__link.is-disabled,
nav.navigation.pagination .page-numbers.dots,
.woocommerce-pagination .page-numbers li .page-numbers.dots,
ul.page-numbers li .page-numbers.dots {
  opacity: 0.45;
  pointer-events: none;
}
.thm-list,
.entry-content ul,
.editor-styles-wrapper ul,
.entry-content ol,
.editor-styles-wrapper ol {
  padding-left: 22px;
}
.thm-list li,
.entry-content ul li,
.editor-styles-wrapper ul li,
.entry-content ol li,
.editor-styles-wrapper ol li {
  margin-bottom: 8px;
  color: var(--theme-gray);
}
.thm-list--unstyled {
  padding-left: 0;
  list-style: none;
}
.thm-list--numeric,
.entry-content ol,
.editor-styles-wrapper ol {
  list-style: decimal;
}
.thm-list--numeric li::marker,
.entry-content ol li::marker,
.editor-styles-wrapper ol li::marker {
  color: var(--theme-base);
  font-weight: 600;
}
/* 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;
}
.mt-header {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .mt-header {
    margin-top: 76px;
  }
}
/* contenedores y tamaños personalizados */
main {
  max-width: 100vw;
  overflow: hidden;
}
.c-1100 {
  max-width: 1100px;
}
.c-900 {
  max-width: 900px;
}
.sq-texto p,
.sq-texto ul li {
  margin-bottom: 1em;
}
.sq-texto p:last-child,
.sq-texto ul li:last-child {
  margin-bottom: 0;
}
.sq-texto ul {
  margin-bottom: 1em !important;
  margin-left: 30px !important;
}
.sq-texto strong {
  font-weight: 600;
}
.fs-23 {
  font-size: 23px;
  line-height: 37px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .fs-23 {
    font-size: 18px;
    line-height: 22px;
  }
}
/* Migas Yoast */
.SQ_migas_yoast {
  display: flex;
  align-items: center;
  justify-content: center;
}
.SQ_migas_yoast #breadcrumbs,
.SQ_migas_yoast span,
.SQ_migas_yoast a {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: var(--cybe-50);
}
.SQ_migas_yoast #breadcrumbs .breadcrumb_last {
  color: var(--cybe-2);
}
.SQ_migas_yoast #breadcrumbs > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .SQ_migas_yoast #breadcrumbs > span {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
/* Corregimos estilos globales de wordprss */
:where(.wp-site-blocks) > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
:root :where(.is-layout-flow) > * {
  margin-block-start: 0px;
  margin-block-end: 0;
}
/* estilos content para single pages */
.single-expertise #WebC_Expertise_Single p,
.single-quienes_somos #WebC_Expertise_Single p,
.single-proyectos #WebC_Expertise_Single p {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 25.5px;
  margin-bottom: 15px;
  color: var(--texto);
}
.single-expertise #WebC_Expertise_Single p:last-child,
.single-quienes_somos #WebC_Expertise_Single p:last-child,
.single-proyectos #WebC_Expertise_Single p:last-child {
  margin-bottom: 0;
}
.single-expertise #WebC_Expertise_Single ul,
.single-quienes_somos #WebC_Expertise_Single ul,
.single-proyectos #WebC_Expertise_Single ul {
  padding-left: 20px;
}
.single-expertise #WebC_Expertise_Single ul li,
.single-quienes_somos #WebC_Expertise_Single ul li,
.single-proyectos #WebC_Expertise_Single ul li {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 25.5px;
  margin-bottom: 0;
  color: var(--texto);
}
/* Link ver más */
.cybe-link-ver-mas {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-decoration: underline;
  text-underline-offset: 7.5px;
  transition: all 0.3s ease;
}
.cybe-link-ver-mas:hover {
  color: var(--cybe-2);
  text-decoration: underline;
  text-underline-offset: 7.5px;
}
.back-to-top {
  background-color: var(--theme-base);
  border: 2px solid var(--theme-base);
}
.back-to-top:hover {
  background-color: var(--theme-base);
  border-color: var(--theme-base);
}
body .wp-site-blocks main ul {
  padding-left: 25px;
  margin-bottom: 25px;
}
