div.primeraCapaInf {
border: 3px solid var(--theme-base);
text-align: left;
}
div.primeraCapaInf div.title.active {
border-bottom: 1px solid var(--theme-base);
}
div.primeraCapaInf div.title {
font-size: 14px;
line-height: 14px;
color: var(--theme-black);
padding: 10px;
}
div.primeraCapaInf div.content {
padding-top: 17px;
}
div.primeraCapaInf div.content ul.ProsemirrorEditor-list {
margin-bottom: 0px;
}
div.primeraCapaInf div.content ul.ProsemirrorEditor-list li.ProsemirrorEditor-listItem {
font-size: 14px;
line-height: 14px;
color: var(--theme-black);
}
.primeraCapaInf {
border: 1px solid #ccc;
padding: 10px;
margin-top: 20px;
font-family: var(--theme-font);
font-size: 17px;
line-height: 17px;
}
.primeraCapaInf .title {
font-weight: bold;
cursor: pointer;
position: relative;
transition: 0.3s all ease;
}
.primeraCapaInf .title::before {
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18.876" height="10.959" viewBox="0 0 18.876 10.959"><path id="Trazado_54" data-name="Trazado 54" d="M19.438,13.9a1.569,1.569,0,0,0-.468-1.12l-7.926-7.81a1.575,1.575,0,0,0-2.219.006l-7.8,7.8A1.575,1.575,0,0,0,3.25,15.01l6.7-6.7,6.811,6.714A1.575,1.575,0,0,0,19.438,13.9Z" transform="translate(-0.562 -4.52)" fill="%236d744c"/></svg>');
background-repeat: no-repeat;
background-size: contain;
background-position: center Center;
width: 10px;
height: 10px;
content: '';
position: absolute;
right: 10px;
top: 40%;
transform: translateY(-50%);
transition: 0.3s all ease;
transform: rotate(180deg);
}
.primeraCapaInf .title.active {
padding: 10px 0px;
border-bottom: 1px solid #ccc;
}
.primeraCapaInf .title.active::before {
transform: translateY(-50%) rotate(0deg);
}
.primeraCapaInf .content {
padding: 10px;
display: none;
}
.primeraCapaInf .content p {
font-family: League Spartan, sans-serif;
font-size: 17px;
line-height: 17px;
margin-bottom: 15px;
}
.primeraCapaInf .content ul {
padding-left: 20px;
}
.primeraCapaInf .content li {
font-family: League Spartan, sans-serif;
font-size: 17px;
line-height: 17px;
margin-bottom: 7px;
list-style: circle;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}: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;
} .theme-color-base {
color: var(--theme-base) !important;
}
.theme-color-black {
color: var(--theme-black) !important;
}
.theme-color-primary {
color: var(--theme-primary) !important;
}  .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);
text-decoration: none;
}
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;
}   .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;
} .thm-btn.v3,
.thm-btn.small {
padding: 8px 25px 8px;
}  .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;
}  .slide-left {
animation: slideLeft 1s;
} .slide-right {
animation: slideRight 1s;
} .fade-in {
animation: fadeIn 1s cubic-bezier(0.97, 0.01, 0.92, 1);
} .bounce-in {
animation: bounceIn 0.5s ease;
animation-delay: 1s;
visibility: hidden;
animation-fill-mode: forwards;
} .pop-in {
animation: popIn 1.5s ease;
} .delay-2 {
animation-delay: 1.5s;
} .delay-3 {
animation-delay: 2s;
} @keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} @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;
}
} @keyframes popIn {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
} @keyframes slideLeft {
0% {
transform: translateX(-900px) rotate(-90deg);
}
100% {
transform: translateX(0) rotate(0);
}
} @keyframes slideRight {
0% {
transform: translateX(900px) rotate(90deg);
}
100% {
transform: translateX(0) rotate(0);
}
} .custom-menufooter nav ul {
display: flex;
flex-wrap: wrap;
gap: 20px;
}