/*
Theme Name: Custom Theme
Theme URI: #
Author: custom-theme
Author URI: #
Description: Theme a medida para el proyecto Custom 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: Custom Theme
*/
/* 

TOC

1. Variables
2. General	
	.container
	.container.medio
	.section-separator
	.page-wrapper
	.text-content
		.text-content h1
		.text-content h2
		.text-content h3
		.text-content h4
		.text-content h5
		.text-content h6
		.text-content p
		.text-content ul
		.text-content ol
		.text-content li
		.text-content blockquote
		.text-content cite
3. Botones
	thm-btn
	thm-btn.transparente
	thm-btn.transparente.small
4. Botón editar post y WP

*/
/* --------------------------------------------- */
/* Variables */
:root {
  --theme-font: 'DM Sans', sans-serif;
  --theme-font-two: 'Yantramanav', sans-serif;
  --theme-font-three: 'Syne', sans-serif;
  --theme-font-four: 'Syne', sans-serif;
  --theme-gray: #f8f8f8;
  --theme-gray-rgb: 248, 248, 248;
  --theme-white: #ffffff;
  --theme-white-rgb: 255, 255, 255;
  --theme-base: #e87104;
  --theme-base-rgb: 232, 113, 4;
  --theme-black: #1C1C1C;
  --theme-primary: #34A9AB;
  --theme-bdr-color: #e0dcd3;
}
/* Forzamos colores */
.theme-color-base {
  color: var(--theme-base) !important;
}
.theme-color-black {
  color: var(--theme-black) !important;
}
.theme-color-primary {
  color: var(--theme-primary) !important;
}
/* --------------------------------------------- */
/* General */
.row {
  --bs-gutter-x: 30px;
}
.gutter-y-30 {
  --bs-gutter-y: 30px;
}
body {
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden;
}
body.locked {
  overflow: 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-black);
  margin: 0;
}
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;
}
@media (min-width: 1240px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1080px) {
  .container.medio {
    max-width: 1080px;
  }
}
::-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;
}
.section-separator {
  border-color: var(--theme-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}
.text-content h1 {
  font-size: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.text-content h2 {
  font-size: 2rem;
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.text-content h3 {
  font-size: 1.75rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.text-content h4 {
  font-size: 1.5rem;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}
.text-content h5 {
  font-size: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}
.text-content h6 {
  font-size: 1rem;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}
.text-content p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.text-content ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.text-content ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.text-content li {
  margin-bottom: 0.5rem;
}
.text-content blockquote {
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: #f9f9f9;
  border-left: 5px solid #ccc;
  font-style: italic;
}
.text-content cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  text-align: right;
  color: #666;
}
/* --------------------------------------------- */
/* Botones */
/* ============================================================== 
	  # Button Styles
  =================================================================== */
.theme-btn2,
.theme-btn,
.thm-btn {
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-white);
  background: var(--theme-base);
  display: inline-flex;
  align-items: center;
  padding: 13px 26px;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  z-index: 1;
  overflow: hidden;
  text-decoration: none !important;
  gap: 10px;
}
.theme-btn2::after,
.theme-btn2::before,
.theme-btn::after,
.theme-btn::before,
.thm-btn.v2::after,
.thm-btn.v2::before,
.thm-btn::after,
.thm-btn::before {
  content: '';
  width: 50%;
  height: 0;
  background: var(--theme-black);
  border-radius: 30px 0 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.theme-btn2::after,
.theme-btn::after,
.thm-btn.v2::after,
.thm-btn::after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  border-radius: 0 30px 30px 0;
}
.theme-btn2:hover,
.theme-btn:hover,
.thm-btn.v2:hover,
.thm-btn:hover {
  color: var(--theme-white);
}
.theme-btn2:hover::after,
.theme-btn2:hover::before,
.theme-btn:hover::after,
.theme-btn:hover::before,
.thm-btn.v2:hover::after,
.thm-btn.v2:hover::before,
.thm-btn:hover::after,
.thm-btn:hover::before {
  height: 100%;
}
.theme-btn2,
.thm-btn.v2 {
  background: #FFEFEC;
  color: var(--theme-base);
}
.theme-btn2::after,
.theme-btn2::before,
.thm-btn.v2::after,
.thm-btn.v2::before {
  background: var(--theme-base);
}
.theme-btn2 i,
.thm-btn.v2 i {
  transition: 0.3s;
}
.theme-btn:hover i,
.theme-btn2:hover i,
.thm-btn:hover i,
.thm-btn.v2:hover i {
  transition: transform 0.5s;
  transform: rotate(45deg);
}
.theme-btn:hover i,
.theme-btn2:hover i,
.thm-btn:hover i,
.thm-btn.v2:hover i {
  fill: #ffffff;
}
.simple-shadow {
  box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  background: #ffffff;
  padding: 10px;
}
/* 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;
}
.WebC_EO {
  cursor: pointer;
}
.custom-container {
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 15px;
}
.custom-row {
  display: flex;
  width: 100%;
}
.flex-1 {
  flex: 1;
}
.w-full {
  width: 100%;
}
.gap-24 {
  gap: 24px;
}
.card-h:hover .theme-btn i {
  transition: transform 0.5s;
  transform: rotate(45deg);
}
.card-h1:hover .theme-btn i {
  transition: transform 0.5s;
  transform: rotate(45deg);
}
.section-subtitle {
  font-family: var(--theme-font-three);
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 5px;
  text-align: center;
}
/* ============================================================== 
	  # Template Animation
  =================================================================== */
/*slide-left Animation */
.slide-left {
  animation: slideLeft 1s;
}
/*slide-right Animation */
.slide-right {
  animation: slideRight 1s;
}
/*fade-in Animation */
.fade-in {
  animation: fadeIn 1s cubic-bezier(0.97, 0.01, 0.92, 1);
}
/*bounce-in Animation */
.bounce-in {
  animation: bounceIn 0.5s ease;
  animation-delay: 1s;
  visibility: hidden;
  animation-fill-mode: forwards;
}
/*pop-in Animation */
.pop-in {
  animation: popIn 1.5s ease;
}
/*delay-2 Animation */
.delay-2 {
  animation-delay: 1.5s;
}
/*delay-3 Animation */
.delay-3 {
  animation-delay: 2s;
}
/*fadeIn Effects */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*bounceIn Effects */
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    visibility: visible;
  }
}
/*popIn Effects */
@keyframes popIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
/*slideLeft Effects */
@keyframes slideLeft {
  0% {
    transform: translateX(-900px) rotate(-90deg);
  }
  100% {
    transform: translateX(0) rotate(0);
  }
}
/*slideRight Effects */
@keyframes slideRight {
  0% {
    transform: translateX(900px) rotate(90deg);
  }
  100% {
    transform: translateX(0) rotate(0);
  }
}
/*Animations End*/
