.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;
}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: 800;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}   @font-face {
font-family: Rubik;
font-style: normal;
font-weight: 1 999;
font-stretch: normal;
src: url(//aprolan.es/wp-content/themes/aprolan/css/fonts/Rubik-VariableFont_wght.ttf) format("truetype-variations");
}
@font-face {
font-family: charter;
font-style: italic;
font-weight: 1 999;
font-stretch: normal;
src: url(//aprolan.es/wp-content/themes/aprolan/css/fonts/Rubik-Italic-VariableFont_wght.ttf) format("truetype-variations");
}
:root {
--black: #404040;
--grey: #666666;
--white: #ffffff;
--bggreen: #52905A;
--lightgreen: #CBDDCD;
--txtgreen: #329254;
}
::selection {
color: var(--lightgreen);
background: var(--black);
}
body,
button,
input,
select,
optgroup,
textarea {
color: var(--black);
font-family: Rubik, sans-serif;
font-size: 1rem;
line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: 800;
}
h3 {font-size: 3rem;}
h4 {font-size: 2rem;}
p {
margin-bottom: 1.5em;
font-weight: 200;
}
.light {font-weight: 200;}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a, a:visited {
color: var(--bggreen);
text-decoration: underline;
}
a:hover,
a:focus,
a:active {
text-decoration: none;
}
a:focus {
outline: 0;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 2px solid;
border-color: var(--bggreen);
border-radius: 4px;
background-color: var(--bggreen);
color: var(--white);
line-height: 1;
font-weight: bold;
font-size: 1.25rem;
padding: 1em 2.5em 0.8em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: var(--white);
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: var(--white);
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: var(--bggreen);
border: 2px solid var(--white);
border-radius: 3px;
padding: 2px;
width: 100%;
background: rgba(255, 255, 255, 0.5);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: var(--white);
background: rgba(255, 255, 255, 0.1);
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}
.wpcf7-not-valid-tip {color: var(--white);}   .main-navigation {
display: block;
position: absolute;
right: 0;
}
.main-navigation ul {display:none;}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation ul li {
font-size: 1.2rem;
}
.main-navigation a {
display: block;
text-decoration: none;
color: var(--white);
} .menu-toggle {
display: block;
}
.main-navigation.toggled ul {
display: block;
margin: 0; padding: 0;
list-style: none;
background: var(--bggreen);
position: absolute;
width: 200px;
right: 0;
}
.main-navigation.toggled ul li {padding: 10px 30px;}
.site-header {
width: 100%;
height: 110px;
margin: 0 auto;
display: flex;
justify-content: space-between;
padding: 0 15px;
position: fixed;
background: white;
z-index: 10;
}
@media screen and (min-width: 768px) {
.site-header {
align-items: center;
}
.main-navigation {
position: relative;
display: block;
width: 100%;
}
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
.main-navigation ul {
list-style: none;
margin: 30px 0 0;
padding: 0;
display: flex;
justify-content: flex-end;
}
.main-navigation ul li {
text-align: center;
margin-left: 40px;
}
.main-navigation a {
display: block;
text-decoration: none;
color: var(--black);
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .site-footer {
background: var(--grey);
color: var(--white);
display: flex;
width: 100vw;
}
.form {
margin-left: calc(50vw - 670px);
padding: 40px 100px 40px 20px;
}
.contact-info {
background: var(--black);
padding: 60px 20px 40px;
width: calc(50vw - 270px);
}
.contact-info .contact-area a {
font-weight: 700;
font-size: 1.75rem;
color: var(--white);
}
.contact-info ul {
list-style: none;
margin: 200px 0 40px;
padding: 0;
}
.form-line {display: flex;}
.form-line .field-sm{
width: calc(40% - 30px);
margin-right: 30px;
}
.form-line .field-md {
width: calc(60% - 30px);
margin-right: 30px;
}
.form-line .field-lg {
width: calc(100% - 30px);
margin-right: 30px;
}
.form-line .field-lg a, .form-line .field-lg a:visited {color: var(--white);}
.footer-menu a, .footer-menu a:visited {
color: var(--white);
} .wrapper {
max-width: 1440px;
width: 100%;
margin: 0 auto;
padding: 20px;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} .hero-section {
display: flex;
padding-top: 110px;
background-color: var(--black);
}
.hero-image {
flex: 1;
background-size: cover; background-position: center; min-width: 75%; 
}
.hero-content {
background-color: var(--lightgreen);
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 0 30px; }
.hero-content p{
font-size: 2.5rem;
line-height: 1.2;
margin-bottom: 20px;
font-weight: 400;
}
.hero-content strong {
font-weight: 800;
color: var(--txtgreen);
}
.hero-button, .hero-button:visited{
padding: 15px 30px;
margin: 30px 0;
background-color: var(--txtgreen); 
color: var(--white);
text-decoration: none;
text-align: center;
border-radius: 4px;
font-size: 1.25rem;
font-weight: 800;
align-self: flex-start;
margin-top: auto;
width:  auto;
transition: background-color 0.3s ease;
}
.hero-button:hover, .hero-button:target {
background-color: var(--black); 
color: var(--white);
}
.main-txt {
height: calc(100vh - 735px);
background-color: var(--black);
color: var(--white);
font-size: 2rem;
display: flex;
}
.main-txt .wrapper {
display: flex;
align-items: center; 
justify-content: space-between; 
}
.main-txt .main, .main-txt .sec {
padding-right: 30px;
}
.video-text-container {
display: flex;
gap: 30px; 
align-items:flex-start; 
margin: 0;
padding: 0;
background-color: var(--bggreen);
color: var(--white);
font-size: 1.5rem;
height: 800px; 
overflow: hidden; 
}
.video-column {
flex: 1; max-width: 550px;
position: relative; height: 100%; }
.video-cover {
position: relative;
width: 100%; height: 100%; }
.cover-image {
width: 100%;
height: 100%; object-fit: cover; display: block;
}
.play-button, .play-button:visited {
position: absolute;
top: calc(50% - 200px);
left: calc(50% - 75px);
text-decoration: none;
transition: background-color 0.3s ease;
}
.play-button:hover, .play-button:target  {
opacity: 0.8;
}
.text-column {
flex: 1; padding: 20px;
margin-right: calc(50vw - 670px);
}
.text-column h3 {font-size: 2.5rem;}
.text-column p {
font-size: 1.2rem;
line-height: 1.6;
}
.text-column li {
padding: 10px 0;
} .lightbox {
display: none; position: fixed;
z-index: 999;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
}
.lightbox iframe {
width: 80%;
max-width: 400px;
height: 80%;
border: none;
}
.lightbox.active {
display: flex; }
.slideshow { 
position: relative;
width: 100%;
height: 630px;
top: 0;
left: 0px;
padding: 0;
margin: 0;
z-index: 0; 
}
.slideshow li span { 
width: 100%;
height: 630px;
position: absolute;
top: 0;
left: 0px;
color: transparent;
background-size: cover;
background-position: 50% 50%;
background-repeat: none;
opacity: 0;
z-index: 0;
-webkit-backface-visibility: hidden;
-webkit-animation: imageAnimation 36s linear infinite 0s;
-moz-animation: imageAnimation 36s linear infinite 0s;
-o-animation: imageAnimation 36s linear infinite 0s;
-ms-animation: imageAnimation 36s linear infinite 0s;
animation: imageAnimation 36s linear infinite 0s; 
}
.slideshow li:nth-child(1) span { 
background-image: url(//aprolan.es/wp-content/themes/images/1.jpg);
}
.slideshow li:nth-child(2) span { 
background-image: url(//aprolan.es/wp-content/themes/images/2.jpg);
-webkit-animation-delay: 6s;
-moz-animation-delay: 6s;
-o-animation-delay: 6s;
-ms-animation-delay: 6s;
animation-delay: 6s; 
}
.slideshow li:nth-child(3) span { 
background-image: url(//aprolan.es/wp-content/themes/images/3.jpg);
-webkit-animation-delay: 12s;
-moz-animation-delay: 12s;
-o-animation-delay: 12s;
-ms-animation-delay: 12s;
animation-delay: 12s; 
}
.slideshow li:nth-child(4) span { 
background-image: url(//aprolan.es/wp-content/themes/images/4.jpg);
-webkit-animation-delay: 18s;
-moz-animation-delay: 18s;
-o-animation-delay: 18s;
-ms-animation-delay: 18s;
animation-delay: 18s; 
}
.slideshow li:nth-child(5) span { 
background-image: url(//aprolan.es/wp-content/themes/images/5.jpg);
-webkit-animation-delay: 24s;
-moz-animation-delay: 24s;
-o-animation-delay: 24s;
-ms-animation-delay: 24s;
animation-delay: 24s; 
}
.slideshow li:nth-child(6) span { 
background-image: url(//aprolan.es/wp-content/themes/images/6.jpg);
-webkit-animation-delay: 30s;
-moz-animation-delay: 30s;
-o-animation-delay: 30s;
-ms-animation-delay: 30s;
animation-delay: 30s; 
}
.slideshow li:nth-child(2) div { 
-webkit-animation-delay: 6s;
-moz-animation-delay: 6s;
-o-animation-delay: 6s;
-ms-animation-delay: 6s;
animation-delay: 6s; 
}
.slideshow li:nth-child(3) div { 
-webkit-animation-delay: 12s;
-moz-animation-delay: 12s;
-o-animation-delay: 12s;
-ms-animation-delay: 12s;
animation-delay: 12s; 
}
.slideshow li:nth-child(4) div { 
-webkit-animation-delay: 18s;
-moz-animation-delay: 18s;
-o-animation-delay: 18s;
-ms-animation-delay: 18s;
animation-delay: 18s; 
}
.slideshow li:nth-child(5) div { 
-webkit-animation-delay: 24s;
-moz-animation-delay: 24s;
-o-animation-delay: 24s;
-ms-animation-delay: 24s;
animation-delay: 24s; 
}
.slideshow li:nth-child(6) div { 
-webkit-animation-delay: 30s;
-moz-animation-delay: 30s;
-o-animation-delay: 30s;
-ms-animation-delay: 30s;
animation-delay: 30s; 
} @-webkit-keyframes imageAnimation { 
0% { opacity: 0;
-webkit-animation-timing-function: ease-in; }
8% { opacity: 1;
-webkit-animation-timing-function: ease-out; }
17% { opacity: 1 }
25% { opacity: 0 }
100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
0% { opacity: 0;
-moz-animation-timing-function: ease-in; }
8% { opacity: 1;
-moz-animation-timing-function: ease-out; }
17% { opacity: 1 }
25% { opacity: 0 }
100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
0% { opacity: 0;
-o-animation-timing-function: ease-in; }
8% { opacity: 1;
-o-animation-timing-function: ease-out; }
17% { opacity: 1 }
25% { opacity: 0 }
100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
0% { opacity: 0;
-ms-animation-timing-function: ease-in; }
8% { opacity: 1;
-ms-animation-timing-function: ease-out; }
17% { opacity: 1 }
25% { opacity: 0 }
100% { opacity: 0 }
}
@keyframes imageAnimation { 
0% { opacity: 0;
animation-timing-function: ease-in; }
8% { opacity: 1;
animation-timing-function: ease-out; }
17% { opacity: 1 }
25% { opacity: 0 }
100% { opacity: 0 }
} @-webkit-keyframes titleAnimation { 
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}
@keyframes titleAnimation { 
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
} .no-cssanimations .slideshow li span{
opacity: 1;
}
@media screen and (max-width: 1140px) { 
.slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
.slideshow li div h3 { font-size: 80px }
}
.insta {
background-color: #CBDDCD;
}
.socios {
display: flex;
gap: 100px; }
.columna-izquierda {
flex: 2; }
.columna-izquierda td.ico {
width: 48px;
padding-left:  8px;
text-align: right;
}
.columna-izquierda td.ico.phone {
width: 150px;
padding-left:  8px;
text-align: left;
}
.columna-izquierda td.ico.name {
width: 300px;
text-align: left;
}
.columna-derecha {
flex: 1; margin-top: -20px;
margin-bottom: -20px;
padding-bottom: 20px;
background-color: var(--bggreen);
color: var(--white);
text-align: center;
}
.columna-izquierda h2 span {color: var(--txtgreen);}
.columna-derecha h4 {
font-size: 24px;
padding: 20px 20px 0;
margin: 0;
}
.columna-derecha ul {
padding: 0 0 20px;
margin: 0 auto;
max-width: 200px;
}
.columna-derecha .socios-button, .columna-derecha .socios-button:visited,
.text-column .socios-button, .text-column .socios-button:visited{
padding: 15px 30px;
margin: 30px 0;
background-color: var(--bggreen);
color: var(--white);
border: 2px solid var(--white);
text-decoration: none;
text-align: center;
border-radius: 4px;
font-size: 1rem;
font-weight: 800;
width: auto;
transition: background-color 0.3s ease;
}
.columna-derecha .socios-button:hover, .columna-derecha .socios-button:target,
.text-column .socios-button:hover, .text-column .socios-button:target {
background-color: white;
color: var(--bggreen);
}
.columna-derecha .img-socios {
max-height:400px;
overflow: hidden;;
}
.popover-email {
position: absolute;
background: #fff;
border: 1px solid #ccc;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding: 10px;
z-index: 10;
border-radius: 4px;
white-space: nowrap;
font-size: 14px;
}
.popover-email a {
display: block;
color: var(--txtgreen);
text-decoration: none;
margin: 5px 0;
font-weight: bold;
text-align:center;
}
.popover-email a:hover {
text-decoration: underline;
}
.popover-phone {
position: absolute;
background: #fff;
border: 1px solid #ccc;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding: 10px;
z-index: 10;
border-radius: 4px;
white-space: nowrap;
font-size: 18px;
font-weight: bold;
text-align:center;
}
.popover-phone .btn {
display: inline-block;
padding: 5px 10px;
margin: 5px 0;
border: none;
background-color: var(--btn-bg, #f0f0f0);
color: var(--btn-color, #333);
border-radius: 4px;
cursor: pointer;
text-align: center;
text-decoration: none;
font-size: 1rem;
font-weight: 400;
}
.popover-phone .btn:hover {
background-color: var(--btn-hover-bg, #ddd);
}
@media screen and (max-height: 900px) {
.main-txt {
height: calc(100vh - 535px);
font-size: 1.5rem;
}
.text-column h3, h3, .hero-content p {
font-size: 1.5rem;
}
.video-text-container {height: auto;}
.video-text-container, h4 {
font-size: 1rem;
}
.play-button, .play-button:visited {
top: 150px;
}
.contact-info .contact-area a {
font-size: 1.25rem;
}
}
@media screen and (max-width: 1360px) {
.form {
padding: 30px;
margin-left: 0;
}
}
@media screen and (max-width: 1080px) {
.slideshow, .slideshow li span {
height: 500px;
}
.main-txt {
height: calc(100vh - 610px);
}
.hero-button, .hero-button:visited {font-size: 1rem;}
.text-column ul {margin: 0; padding: 0;}
.video-column {
max-width: 400px;
}
.text-column {
margin-right: 0;
}
}
@media screen and (max-width: 900px) {
.hero-section {flex-direction: column;}
.hero-image {min-width: 100%;}
.site-footer {display: block;}
.contact-info {width: 100vw; text-align: center;}
}
@media screen and (max-width: 768px) {
.main-txt {
height: auto;
}
.text-column {padding: 0;}
.main-txt .wrapper {
flex-direction: column;
justify-content: center;
}
.text-column h3 {
font-size: 1.75rem;
}
.text-column  li {font-size: 1rem;}
.socios {
flex-direction: column;
}
.columna-derecha {margin-left: -20px; margin-right: -20px;}
.form-line {display: block;}
.form-line .field-sm, .form-line .field-md, .form-line .field-lg {width: 100%; margin-right: 0;}
}
@media screen and (max-width: 600px) {
.site-branding {
max-width: 150px;
}
.slideshow, .slideshow li span {
height: 280px;
}
.video-column {
max-width: 100%;
}
.main-txt {
height: auto;
}
.video-text-container {
flex-direction: column;
align-items: center;
height: auto;
}
.main-txt .wrapper {
flex-direction: column;
justify-content: center;
}
.play-button, .play-button:visited {
left: calc(50vw - 90px);
}
.text-column {
padding: 0 40px;
}
.page-template-home-page .zoom-instagram.feed-63 .zoom-instagram-widget__items {
display: block !important;
}
.page-template-home-page .widget_block .zoom-instagram-widget__items .zoom-instagram-widget__item {
margin-bottom: 30px;
}
}