.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 .hidden-fields-container {
display: none;
}
.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;
}.card-post {
width: 100%;
height: clamp(250px, 42vw, 345px);
border-radius: 12px;
display: flex;
position: relative;
overflow: hidden;
}
.card-post .box-img {
position: relative;
z-index: 1;
overflow: hidden;
width: 100%;
}
.card-post .box-img img {
border-radius: 12px;
object-fit: cover;
height: 100%;
width: 100%;
max-width: 100%;
transition: all .3s;
}
.card-post .box-info {
position: absolute;
width: 100%;
z-index: 2;
height: 100%;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
border-radius: 12px;
padding: 24px 20px 24px 35px;
display: flex;
}
.card-post .box-info h2 {
color: #fff;
font-family: "Gilroy M";
font-size: clamp(22px, 2.4vw, 28px);
font-style: normal;
font-weight: 400;
line-height: 1.15;
margin-top: auto;
}
.card-post:hover .box-img img {
transform: scale(1.1);
}
.card-post.big-post {
height: clamp(320px, 58vw, 600px);
}
.card-post.big-post .box-img img {
height: 100%;
}
.card-post.big-post .box-info {
height: 100%;
}
.single-post-layout {
padding: 24px 20px 64px;
}
.single-post-shell {
width: 100%;
max-width: 940px;
margin: 0 auto;
}
.single-post-breadcrumb-wrap .breadcrumb li+li {
margin-left: 10px;
}
.single-post-breadcrumb-wrap {
display: flex;
justify-content: center;
margin-bottom: 12px;
}
.single-post-header {
max-width: 720px;
margin: 0 auto 18px;
text-align: center;
}
.single-post-header h1 {
margin: 0;
color: #1f1f1f;
font-family: "Gilroy M";
font-size: clamp(40px, 6vw, 64px);
line-height: 1.04;
}
.single-post-byline {
margin-top: 14px;
margin-bottom: 14px;
display: inline-flex;
align-items: center;
gap: 10px;
}
.single-post-byline-avatar {
border-radius: 50%;
object-fit: cover;
width: 80px;
}
.single-post-byline-meta {
text-align: left;
}
.single-post-byline-name {
margin: 0;
color: #1f1f1f;
font-family: "Gilroy M";
font-size: 13px;
line-height: 1.2;
}
.single-post-byline-date {
margin: 2px 0 0;
color: #6d6d6d;
font-family: "Gilroy R";
font-size: 12px;
line-height: 1.2;
}
.single-post-dek {
margin: 0 auto;
max-width: 520px;
color: #444;
font-family: "Gilroy R";
font-size: 15px;
line-height: 1.55;
text-align: left;
}
.single-post-featured {
max-width: 820px;
margin: 0 auto;
}
.single-post-featured img {
display: block;
width: 100%;
max-width: 100%;
aspect-ratio: 16 / 8;
object-fit: cover;
border-radius: 14px;
}
.single-post-main {
max-width: 820px;
margin: 28px auto 0;
display: grid;
grid-template-columns: 34px minmax(0, 1fr);
gap: 18px;
align-items: start;
}
.single-post-side {
padding-top: 4px;
}
.single-post-share {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
.single-post-share a {
display: inline-flex;
width: 24px;
height: 24px;
border-radius: 50%;
align-items: center;
justify-content: center;
border: 1px solid #8f8f8f;
background: transparent;
color: #181818;
transition: border-color .2s ease, background-color .2s ease;
text-decoration: none;
}
.single-post-share a:hover {
border-color: #1f1f1f;
background: #fff;
}
.single-post-share svg {
width: 12px;
height: 12px;
display: block;
}
.single-post-content {
color: #292929;
font-family: "Gilroy R";
font-size: 15px;
line-height: 1.7;
}
.single-post-content> :last-child {
margin-bottom: 0;
}
.single-post-content p {
margin-bottom: 12px;
}
.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
margin: 22px 0 10px;
color: #1b1b1b;
font-family: "Gilroy M";
line-height: 1.25;
}
.single-post-content ul,
.single-post-content ol {
margin: 0 0 20px;
padding-left: 20px;
}
.single-post-content li {
margin-bottom: 8px;
}
.single-post-content img {
display: block;
width: 100%;
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 18px 0;
}
.single-post-content a {
color: #131313;
text-decoration: underline;
}
.relacionados .btn-cta {
background-color: transparent;
text-decoration: none;
color: #585858;
padding: 20px 45px;
transition: all .3s;
border-radius: 80px;
border: solid 1px #f88622;
display: inline-block;
height: fit-content;
font-family: "Gilroy R";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}
@media (max-width: 991px) {
.card-post .box-info {
padding: 18px;
}
.card-post .box-info h2 {
font-size: clamp(20px, 4.8vw, 26px);
}
.single-post-layout {
padding: 22px 16px 56px;
}
.single-post-breadcrumb-wrap {
justify-content: flex-start;
overflow-x: auto;
white-space: nowrap;
}
.single-post-header {
text-align: left;
margin-bottom: 22px;
}
.single-post-dek {
margin-left: 0;
max-width: 100%;
}
.single-post-featured {
max-width: 100%;
}
.single-post-main {
margin-top: 24px;
grid-template-columns: 1fr;
gap: 20px;
}
.single-post-side {
position: static;
padding-top: 0;
}
.single-post-share {
flex-direction: row;
justify-content: flex-start;
}
}
@media (max-width: 575px) {
.single-post-header h1 {
font-size: clamp(30px, 9vw, 40px);
}
.single-post-byline-avatar {
width: 64px;
}
.single-post-dek {
font-size: 14px;
}
.single-post-content {
font-size: 14px;
line-height: 1.65;
}
}