@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");
@import url("fontawesome-all.min.css");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: #5c7354;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.swiper {
    width: 100%;
    height: 100vh;

    /* Pantalla completa */
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.swiper-slide .content {
    /* Fondo oscuro para el texto */
    padding: 20px 40px;
    border-radius: 10px;
}

/* Basic */
@-ms-viewport {
    width: device-width;
}

html {
    height: 100%;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background-image: url('../images/fdo.png');
    background-repeat: repeat;

    /* Repite la imagen en mosaico */
    background-position: top left;

    /* Punto de inicio */
    background-attachment: fixed;

    /* Mantiene el fondo fijo al hacer scroll (opcional) */
    background-size: auto;

    /* Mantiene el tamaño original del patrón */
}

section.main {
    background-color: transparent !important;
}

section.dark {
    background-color: rgba(0, 0, 0, 0.7);

    /* Fondo oscuro semi-transparente */
}

@-moz-keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 100000;
    }

    15% {
        opacity: 1;
        z-index: 100000;
    }

    99% {
        opacity: 0;
        z-index: 100000;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

@-webkit-keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 100000;
    }

    15% {
        opacity: 1;
        z-index: 100000;
    }

    99% {
        opacity: 0;
        z-index: 100000;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

@-ms-keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 100000;
    }

    15% {
        opacity: 1;
        z-index: 100000;
    }

    99% {
        opacity: 0;
        z-index: 100000;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

@keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 100000;
    }

    15% {
        opacity: 1;
        z-index: 100000;
    }

    99% {
        opacity: 0;
        z-index: 100000;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

body {
    text-decoration: none;
}

body:before {
    -moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
    -webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
    -ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
    animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    color: #e5e6e7;
    content: '\f1ce';
    cursor: default;
    display: block;
    font-size: 2em;
    height: 2em;
    left: 50%;
    line-height: 2em;
    margin: -1em 0 0 -1em;
    opacity: 0;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 2em;
    z-index: -1;
}

body:after {
    -moz-animation: overlay-hide 1.5s ease-in forwards !important;
    -webkit-animation: overlay-hide 1.5s ease-in forwards !important;
    -ms-animation: overlay-hide 1.5s ease-in forwards !important;
    animation: overlay-hide 1.5s ease-in forwards !important;
    background: #ffffff;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

body.is-preload:before {
    -moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
    -webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
    -ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
    animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
    z-index: 100001;
}

body.is-preload:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    opacity: 1;
    z-index: 100000;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    body:before {
        line-height: 2.025em;
    }
}

/* HEADER BASE */
#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    background: url('../../images/fdo.png') repeat top left;
    background-size: auto;
    height: 106px;
    transition: all 0.3s ease;

    /* para animar el cambio */
}

/* LOGO CENTRADO */
.header-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;

    /* suaviza el efecto */
}

.header-logo img {
    height: 40px;

    /* tamaño inicial */
    width: auto;
    display: block;
    margin-top: 33px;
    transition: all 0.3s ease;

    /* animación al hacer scroll */
}

/* REDES SOCIALES (izquierda) */
.header-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 33px;
}

.header-social a {
    color: #333;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;
}

.header-social a:hover {
    color: #98c593;

    /* verde oscuro */
}

.swiper .content h2 {
    font-family: 'Montserrat', sans-serif;

    /* o la fuente que quieras */
    font-weight: 700;
    font-size: 2.5rem;
    color: #5c7354;

    /* verde de la marca, ajusta según tu diseño */
}

.swiper .content p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #5c7354;
    margin-bottom: 0.5rem;
    letter-spacing: 0em;
}

/* Contenedor de botones */
.slide-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.swiper-slide {
    transition: transform 1s ease, opacity 1s ease;
}

.swiper-slide-active {
    opacity: 1;

    /* slide activo totalmente visible */
}

/* Botones */
.slide-buttons .btn {
    padding: 0.2rem 1.6rem;
    border-radius: 34px;
    text-decoration: none;

    /* font-weight: 600; */
    transition: all 0.3s 
ease;
}

.btn-primary {
    background-color: #d96b3b;

    /* color naranja */
    color: #fff;
}

.btn-primary:hover {
    background-color: #eb9b77;
}

.btn-secondary {
    background-color: #5c7354;

    /* color verde */
    color: #fff;
}

.btn-secondary:hover {
    background-color: #b0c4a9;
}

/* MENÚ HAMBURGUESA (derecha) */
.menu-toggle {
    font-size: 30px;
    cursor: pointer;
    color: #5c7354;
    transition: transform 0.3s ease;
    margin-right: 33px;
}

.menu-toggle:hover {
    transform: scale(1.1);
}

.menu-toggle.active {
    transform: rotate(90deg);
}

/* === EFECTO SCROLL === */
#header.scrolled {
    height: 55px;

    /* header más compacto */
    padding: 5px 25px;
    background: url('../../images/fdo.png') repeat top left;

    /* fondo más claro y semitransparente */
    backdrop-filter: blur(6px);

    /* efecto vidrio */
}

#header.scrolled .header-logo img {
    height: 28px;

    /* logo más chico */
    margin-top: 15px;

    /* sube visualmente */
    transform: translateY(-5px);

    /* leve empuje hacia arriba */
}

/* Bullets por defecto */
.swiper-pagination-bullet {
    background: #b9b9b9;

    /* color por defecto */
    opacity: 1;
}

/* Bullet activo */
.swiper-pagination-bullet-active {
    background: #5c7354;

    /* color del bullet activo */
}

/* Navegación desplegable */
#navMenu {
    position: absolute;
    top: -370px;
    left: 0;
    width: 100%;
    background: rgb(92 115 84);
    transition: top 0.4s ease-in-out;
}

@media (max-width: 768px) {
    #header {
        padding: 32px 22px;
    }

    .header-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-13%, 30%);

        /* baja un poco más */
    }

    .header-logo img {
        height: 32px;
        margin-top: 120px;
    }

    .menu-toggle {
        font-size: 26px;
    }

    .header-social a {
        font-size: 16px;
    }

    #header.scrolled .header-logo img {
        height: 25px;

        /* un poquito más chico si querés */
        margin-top: -7px;

        /* sube más hacia arriba */
        transform: translateY(-10px);

        /* empuja aún más arriba */
    }

    #navMenu.active {
        top: 130px !important;
    }
}

#navMenu.active {
    top: 98px;
}

#navMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#navMenu ul li {
    margin: 12px 0;
}

#navMenu ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
}

#navMenu ul li a:hover {
    color: #b0c4a9;
}

/* Type */
body,
input,
textarea,
select {
    font-family: "Montserrat", "sans-serif";
    font-weight: 400;
    font-size: 13pt;
    line-height: 1.75em;
    color: #39454b;
    letter-spacing: 0.025em;
}

@media screen and (max-width: 1920px) {
    body,
    input,
    textarea,
    select {
        font-size: 17pt;
    }
}

@media screen and (max-width: 1680px) {
    body,
    input,
    textarea,
    select {
        font-size: 15pt;
    }
}

@media screen and (max-width: 1280px) {
    body,
    input,
    textarea,
    select {
        font-size: 13pt;
    }
}

@media screen and (max-width: 1000px) {
    body,
    input,
    textarea,
    select {
        font-size: 13pt;
    }
}

@media screen and (max-width: 736px) {
    body,
    input,
    textarea,
    select {
        font-size: 12pt;
        line-height: 1.5em;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #5c7354;
    letter-spacing: -0.03em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 2.0em;
    line-height: 1.25em;
    letter-spacing: -0.04em;
}

@media screen and (max-width: 736px) {
    h2 {
        font-size: 1.5em;
    }
}

strong,
b {
    font-weight: 900;
    color: inherit;
}

em,
i {
    font-style: italic;
}

a {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #98c593;
}

sub {
    position: relative;
    top: 0.5em;
    font-size: 0.8em;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 0.8em;
}

hr {
    border: 0;
    border-top: solid 1px #e5e6e7;
}

blockquote {
    border-left: solid 0.5em #e5e6e7;
    padding: 1em 0 1em 2em;
    font-style: italic;
}

p,
ul,
ol,
dl,
table {
    margin-bottom: 1em;
    font-size: 14px;
}

/* Box */
.box {
    color: #39454b;
    padding: 2em;
}

.box > :last-child {
    margin-bottom: 0;
}

.box.style2 {
    padding: 2.5em 4.5em 2.5em 0.5em;
}

@media screen and (max-width: 736px) {
    .box {
        padding: 1em;
    }

    .box.style2 {
        padding: 1.5em 1.25em 1.5em 1.25em;
    }
}

/* Button */
input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.button,
	button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #d96b3b;
    border: 0;
    border-radius: 3.5em;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    height: 3.5em;
    line-height: 3.5em;
    outline: 0;
    padding: 0 2em 0 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

input[type="button"].down,
		input[type="submit"].down,
		input[type="reset"].down,
		.button.down,
		button.down {
    width: 5em;
    height: 5em;
    line-height: 4.5em;
    padding: 0;
    background-image: url("images/dark-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -10em;
    overflow: hidden;
}

input[type="button"].down.anchored,
			input[type="submit"].down.anchored,
			input[type="reset"].down.anchored,
			.button.down.anchored,
			button.down.anchored {
    bottom: 0;
    border-bottom: 0;
    border-radius: 3em 3em 0 0;
    height: 4.5em;
    margin-left: -2.5em;
}

input[type="button"].anchored,
		input[type="submit"].anchored,
		input[type="reset"].anchored,
		.button.anchored,
		button.anchored {
    position: absolute;
    left: 50%;
}

input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		.button:hover,
		button:hover {
    background-color: #eb9b77;
}

input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		.button:active,
		button:active {
    background-color: #eb9b77;
}

input[type="button"].style2,
		input[type="submit"].style2,
		input[type="reset"].style2,
		.button.style2,
		button.style2 {
    background-color: transparent;
    border: solid 2px #e5e6e7;
    color: inherit;
}

input[type="button"].style2:hover,
			input[type="submit"].style2:hover,
			input[type="reset"].style2:hover,
			.button.style2:hover,
			button.style2:hover {
    background-color: rgba(229, 230, 231, 0.25);
}

input[type="button"].style2:active,
			input[type="submit"].style2:active,
			input[type="reset"].style2:active,
			.button.style2:active,
			button.style2:active {
    background-color: rgba(229, 230, 231, 0.375);
}

input[type="button"].style2.down,
			input[type="submit"].style2.down,
			input[type="reset"].style2.down,
			.button.style2.down,
			button.style2.down {
    background-image: url("images/arrow.svg");
}

/* Form */
form {
    margin: 0 0 2em 0;
}

form > :last-child {
    margin-bottom: 0;
}

form > .fields {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 3em);
    margin: -1.5em 0 2em -1.5em;
}

form > .fields > .field {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding: 1.5em 0 0 1.5em;
    width: calc(100% - 1.5em);
}

form > .fields > .field.half {
    width: calc(50% - 0.75em);
}

form > .fields > .field.third {
    width: calc(100%/3 - 0.5em);
}

form > .fields > .field.quarter {
    width: calc(25% - 0.375em);
}

@media screen and (max-width: 480px) {
    form > .fields {
        width: calc(100% + 2em);
        margin: -1em 0 2em -1em;
    }

    form > .fields > .field {
        padding: 1em 0 0 1em;
        width: calc(100% - 1em);
    }

    form > .fields > .field.half {
        width: calc(100% - 1em);
    }

    form > .fields > .field.third {
        width: calc(100% - 1em);
    }

    form > .fields > .field.quarter {
        width: calc(100% - 1em);
    }
}

label {
    display: block;
}

input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    color: #5c7354;
    display: block;
    width: 100%;
    padding: 0.65em 0.75em;
    background: none;
    border: solid 2px #5c7354;
    border-radius: 0.5em;
    outline: none;
    font-size: 13px;
}

input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
    border-color: #c97c4e;
}

input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select {
    line-height: 1.35em;
}

textarea {
    min-height: 8em;
}

::-moz-focus-inner {
    border: 0;
}

::-webkit-input-placeholder {
    opacity: 0.375;
}

:-moz-placeholder {
    opacity: 0.375;
}

::-moz-placeholder {
    opacity: 0.375;
}

:-ms-input-placeholder {
    opacity: 0.375;
}

/* Icon */
.icon {
    text-decoration: none;
    position: relative;
    text-decoration: none;
}

.icon:hover {
    color: #98c593;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.icon:before {
    line-height: inherit;
}

.icon > .label {
    display: none;
}

.icon.solid:before {
    font-weight: 900;
}

.icon.brands:before {
    font-family: 'Font Awesome 5 Brands';
}

/* Image */
.image {
    position: relative;
    display: inline-block;
}

.image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("images/overlay.png");
}

.image img {
    display: block;
    width: 100%;
}

.image.featured {
    display: block;
    width: 100%;
    margin: 0 0 2em 0;
}

.image.fit {
    display: block;
    width: 100%;
}

.image.left {
    float: left;
    margin: 0 2em 2em 0;
}

.image.centered {
    display: block;
    margin: 0 0 2em 0;
}

.image.centered img {
    margin: 0 auto;
    width: auto;
}

/* List */
ul.default {
    list-style: disc;
    padding-left: 1em;
}

ul.default li {
    padding-left: 0.5em;
}

ul.menu {
    cursor: default;
}

ul.menu li {
    display: inline-block;
    line-height: 1em;
    border-left: solid 1px #e5e6e7;
    padding: 0 0 0 0.5em;
    margin: 0 0 0 0.5em;
}

ul.menu li:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}

ol.default {
    list-style: decimal;
    padding-left: 1.25em;
}

ol.default li {
    padding-left: 0.25em;
}

/* Actions */
ul.actions {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    cursor: default;
    list-style: none;
    margin-left: -1em;
    padding-left: 0;
}

ul.actions li {
    padding: 0 0 0 1em;
    vertical-align: middle;
}

ul.actions.special {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
}

ul.actions.special li:first-child {
    padding-left: 0;
}

ul.actions.stacked {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
}

ul.actions.stacked li {
    padding: 1.3em 0 0 0;
}

ul.actions.stacked li:first-child {
    padding-top: 0;
}

ul.actions.fit {
    width: calc(100% + 1em);
}

ul.actions.fit li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%;
}

ul.actions.fit li > * {
    width: 100%;
}

ul.actions.fit.stacked {
    width: 100%;
}

@media screen and (max-width: 480px) {
    ul.actions:not(.fixed) {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        width: 100% !important;
    }

    ul.actions:not(.fixed) li {
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        padding: 1em 0 0 0;
        text-align: center;
        width: 100%;
    }

    ul.actions:not(.fixed) li > * {
        width: 100%;
    }

    ul.actions:not(.fixed) li:first-child {
        padding-top: 0;
    }

    ul.actions:not(.fixed) li input[type="submit"],
    					ul.actions:not(.fixed) li input[type="reset"],
    					ul.actions:not(.fixed) li input[type="button"],
    					ul.actions:not(.fixed) li button,
    					ul.actions:not(.fixed) li .button {
        width: 100%;
    }

    ul.actions:not(.fixed) li input[type="submit"].icon:before,
    						ul.actions:not(.fixed) li input[type="reset"].icon:before,
    						ul.actions:not(.fixed) li input[type="button"].icon:before,
    						ul.actions:not(.fixed) li button.icon:before,
    						ul.actions:not(.fixed) li .button.icon:before {
        margin-left: -0.5rem;
    }
}

/* Icons */
ul.icons {
    cursor: default;
}

ul.icons li {
    display: inline-block;
}

ul.icons a {
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border: 0;
}

/* Sections/Article */
header {
    margin-bottom: 1em;
}

header p {
    display: block;
    margin: 1em 0 0 0;
    padding: 0 0 0.5em 0;
}

footer {
    margin-top: 2em;
}

/* Table */
table {
    width: 100%;
}

table.default {
    width: 100%;
}

table.default tbody tr:nth-child(2n+2) {
    background: rgba(229, 230, 231, 0.5);
}

table.default td {
    padding: 0.5em 1em 0.5em 1em;
}

table.default th {
    text-align: left;
    font-weight: 900;
    padding: 0.5em 1em 0.5em 1em;
}

table.default thead {
    background: #39454b;
    color: #ffffff;
}

table.default tfoot {
    background: #e5e6e7;
}

/* Poptrox */
.poptrox-popup {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    padding-bottom: 3em;
    box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
}

.poptrox-popup .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1em 0 0 -1em;
    width: 2em;
    height: 2em;
    display: block;
    font-size: 2em;
}

.poptrox-popup .loader:before {
    -moz-animation: spinner-rotate 0.75s infinite linear !important;
    -webkit-animation: spinner-rotate 0.75s infinite linear !important;
    -ms-animation: spinner-rotate 0.75s infinite linear !important;
    animation: spinner-rotate 0.75s infinite linear !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    color: #e5e6e7;
    content: '\f1ce';
    cursor: default;
    display: block;
    height: 2em;
    left: 0;
    line-height: 2em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2em;
}

.poptrox-popup .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 3em;
    line-height: 2.8em;
    text-align: center;
    cursor: default;
    z-index: 1;
    font-size: 0.9em;
}

.poptrox-popup .nav-next,
		.poptrox-popup .nav-previous {
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.01);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.poptrox-popup .nav-next:before,
		.poptrox-popup .nav-previous:before {
    content: '';
    position: absolute;
    width: 96px;
    height: 64px;
    background: url("images/poptrox-nav.svg");
    top: calc(50% - 1.5em);
    margin: -32px 0 0 0;
}

.poptrox-popup:hover .nav-next,
		.poptrox-popup:hover .nav-previous {
    opacity: 0.5;
}

.poptrox-popup:hover .nav-next:hover,
		.poptrox-popup:hover .nav-previous:hover {
    opacity: 1.0;
}

.poptrox-popup .nav-previous:before {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;
}

.poptrox-popup .nav-next {
    right: 0;
}

.poptrox-popup .nav-next:before {
    right: 0;
}

.poptrox-popup .nav-previous {
    left: 0;
}

.poptrox-popup .nav-previous:before {
    left: 0;
}

.poptrox-popup .closer {
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    text-indent: -9999px;
    z-index: 2;
    opacity: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.poptrox-popup .closer:before {
    content: '';
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-shadow: inset 0 0 0 2px #fff;
    background: url("images/poptrox-closer.svg") center center;
    color: #ffffff !important;
}

.poptrox-popup:hover .closer {
    opacity: 0.5;
}

.poptrox-popup:hover .closer:hover {
    opacity: 1.0;
}

body.is-touch .poptrox-popup .nav-next,
		body.is-touch .poptrox-popup .nav-previous,
		body.is-touch .poptrox-popup .closer {
    opacity: 1.0 !important;
}

@media screen and (max-width: 736px) {
    .poptrox-popup .nav-next:before,
    			.poptrox-popup .nav-previous:before {
        width: 48px;
        height: 32px;
        background-size: contain;
        margin: -16px 0 0 0;
    }

    .poptrox-popup .closer:before {
        right: 12px;
        top: 12px;
        width: 20px;
        height: 20px;
        box-shadow: inset 0 0 0 1px #fff;
        background-size: contain;
        opacity: 0.65;
    }
}

#proyectos {
    padding: 20px 0;
    text-align: center;
}

#proyectos .swiper {
    width: 80%;
    max-width: 1000px;
    height: 500px;
    margin-top: 24px;
}

#proyectos .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#proyectos .swiper-slide img {
    object-fit: cover;
    border-radius: 12px;
    margin-top: -114px;
    max-width: 500px;
    height: auto;
    margin-bottom: 25px;
}

#proyectos .slide-text {
    background-color: #d96b3b;

    /* color ladrillo del diseño */
    color: #fff;
    font-weight: 500;
    padding: 12px 25px;
    border-radius: 20px;
    max-width: 600px;
    line-height: 1.4;
    margin-left: 20px;
}

#proyectos .slide-text p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

section#proyectos .icon {
    display: none !important;
}

.swiper-notification {
    display: none !important;
}

#proyectos .swiper-notification {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
}

#intro {
    margin: 0;
    padding: 0;
    height: calc(100vh - 60px);
    min-height: 0vh;
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
}

#intro .swiper {
    width: 100%;
    height: calc(100vh - 60px);
}

#intro .swiper-slide {
    width: 100%;
    height: calc(100vh - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination {
    bottom: 70px !important;

    /* Ajuste de bullets */
}

.swiper-button-next,
.swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
}

/* Caja de texto sobre la imagen */
#intro .swiper-slide .content {
    padding: 20px 40px;
    border-radius: 10px;
    max-width: 80%;
    text-align: center;
    color: #fff;
    margin-top: -200px;
}

/* Paginación dentro del viewport */
#intro .swiper-pagination {
    bottom: 11px !important;
}

/* Flechas centradas verticalmente */
#intro .swiper-button-next,
#intro .swiper-button-prev {
    color: #5c7354;
    top: 50% !important;
    transform: translateY(-50%);
}

/* Gallery */
.gallery {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 45em;
    max-width: 100%;
    margin: 0 auto 2em auto;
}

.gallery article {
    -moz-transition: -moz-transform 1s ease, opacity 1s ease;
    -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
    -ms-transition: -ms-transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 50%;
    position: relative;
    opacity: 1.0;
}

.gallery article .image {
    margin: 0;
    display: block;
}

.gallery article:nth-last-child(1n) {
    -moz-transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    -ms-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.gallery article:nth-last-child(2n) {
    -moz-transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    -ms-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.gallery article:nth-last-child(2n) {
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.gallery article:nth-last-child(3n) {
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.gallery article:nth-last-child(3n) {
    -moz-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.gallery article:nth-last-child(4n) {
    -moz-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.gallery article:nth-last-child(4n) {
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.gallery article:nth-last-child(5n) {
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.gallery article:nth-last-child(5n) {
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.gallery article:nth-last-child(6n) {
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.gallery article:nth-last-child(6n) {
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.gallery article:nth-last-child(7n) {
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.gallery article:nth-last-child(7n) {
    -moz-transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
    -ms-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.gallery article:nth-last-child(8n) {
    -moz-transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
    -ms-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.gallery article:nth-last-child(8n) {
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.gallery article:nth-last-child(9n) {
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.gallery article:nth-last-child(9n) {
    -moz-transition-delay: 0.45s;
    -webkit-transition-delay: 0.45s;
    -ms-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.gallery article:nth-last-child(10n) {
    -moz-transition-delay: 0.45s;
    -webkit-transition-delay: 0.45s;
    -ms-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.gallery article:nth-last-child(10n) {
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.gallery article:nth-last-child(11n) {
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.gallery article:nth-last-child(11n) {
    -moz-transition-delay: 0.55s;
    -webkit-transition-delay: 0.55s;
    -ms-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.gallery article:nth-last-child(12n) {
    -moz-transition-delay: 0.55s;
    -webkit-transition-delay: 0.55s;
    -ms-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.gallery article:nth-last-child(12n) {
    -moz-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.gallery article:nth-last-child(13n) {
    -moz-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.gallery article:nth-last-child(13n) {
    -moz-transition-delay: 0.65s;
    -webkit-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.gallery article:nth-last-child(14n) {
    -moz-transition-delay: 0.65s;
    -webkit-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.gallery article:nth-last-child(14n) {
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.gallery article:nth-last-child(15n) {
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.gallery article:nth-last-child(15n) {
    -moz-transition-delay: 0.75s;
    -webkit-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.gallery article:nth-last-child(16n) {
    -moz-transition-delay: 0.75s;
    -webkit-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.gallery article:nth-last-child(16n) {
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.gallery article:nth-last-child(17n) {
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.gallery article:nth-last-child(17n) {
    -moz-transition-delay: 0.85s;
    -webkit-transition-delay: 0.85s;
    -ms-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.gallery article:nth-last-child(18n) {
    -moz-transition-delay: 0.85s;
    -webkit-transition-delay: 0.85s;
    -ms-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.gallery article:nth-last-child(18n) {
    -moz-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.gallery article:nth-last-child(19n) {
    -moz-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.gallery article:nth-last-child(19n) {
    -moz-transition-delay: 0.95s;
    -webkit-transition-delay: 0.95s;
    -ms-transition-delay: 0.95s;
    transition-delay: 0.95s;
}

.gallery article:nth-last-child(20n) {
    -moz-transition-delay: 0.95s;
    -webkit-transition-delay: 0.95s;
    -ms-transition-delay: 0.95s;
    transition-delay: 0.95s;
}

.gallery article:nth-last-child(20n) {
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
}

.gallery article:nth-last-child(21n) {
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
}

.gallery article:nth-last-child(21n) {
    -moz-transition-delay: 1.05s;
    -webkit-transition-delay: 1.05s;
    -ms-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.gallery article:nth-last-child(22n) {
    -moz-transition-delay: 1.05s;
    -webkit-transition-delay: 1.05s;
    -ms-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.gallery article:nth-last-child(22n) {
    -moz-transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    -ms-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.gallery article:nth-last-child(23n) {
    -moz-transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    -ms-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.gallery article:nth-last-child(23n) {
    -moz-transition-delay: 1.15s;
    -webkit-transition-delay: 1.15s;
    -ms-transition-delay: 1.15s;
    transition-delay: 1.15s;
}

.gallery article:nth-last-child(24n) {
    -moz-transition-delay: 1.15s;
    -webkit-transition-delay: 1.15s;
    -ms-transition-delay: 1.15s;
    transition-delay: 1.15s;
}

.gallery.inactive article {
    opacity: 0;
}

.gallery.inactive article.from-left {
    -moz-transform: translateX(-14em);
    -webkit-transform: translateX(-14em);
    -ms-transform: translateX(-14em);
    transform: translateX(-14em);
}

.gallery.inactive article.from-right {
    -moz-transform: translateX(14em);
    -webkit-transform: translateX(14em);
    -ms-transform: translateX(14em);
    transform: translateX(14em);
}

.gallery.inactive article.from-top {
    -moz-transform: translateY(-7em);
    -webkit-transform: translateY(-7em);
    -ms-transform: translateY(-7em);
    transform: translateY(-7em);
}

.gallery.inactive article.from-bottom {
    -moz-transform: translateY(7em);
    -webkit-transform: translateY(7em);
    -ms-transform: translateY(7em);
    transform: translateY(7em);
}

@media screen and (max-width: 480px) {
    .gallery {
        -moz-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .gallery article {
        width: 100%;
    }
}

/* Header */
@media screen and (max-width: 768px) {
    #header {
        height: 2.5em;
        line-height: 2.5em;
    }

    #header h1 {
        text-align: center;
        position: relative;
        left: 0;
        top: 0;
        height: 2.5em;
        line-height: 2.5em;
    }

    #header h1 a {
        font-size: 1em;
    }

    #header nav {
        display: visible;
    }
}

body {
    padding-top: 3em;
}

@media screen and (max-width: 736px) {
    body {
        padding-top: 2.5em;
    }
}

/* Main */
.main {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    margin: 0;
    overflow-x: hidden;
}

.main > .content {
    width: 45em;
    max-width: calc(100% - 4em);
    margin: 0 auto;
}

.main > .content > :last-child {
    margin-bottom: 0;
}

.main.fullscreen {
    min-height: 100%;
}

.main.style1 {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 3em 0 3em 0;
}

.main.style1 h2 {
    font-size: 2.0em;
    line-height: 1em;
    margin-top: 190px;
}

.main.style1 > .content {
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1.0;
    margin: 0;
}

.main.style1.inactive > .content {
    opacity: 0;
}

.main.style2 {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 3em 0 3em 0;
    overflow: hidden;
}

.main.style2 > .content {
    position: sticky;
    top: 0;

    /* se pega al top cuando entra en viewport */
    min-height: 100%;
    transition: transform 1s ease;
    transform: translateZ(0);
    width: 35%;
    margin-right: 10px;
}

.main.style2.left {
    -moz-justify-content: -moz-flex-start;
    -webkit-justify-content: -webkit-flex-start;
    -ms-justify-content: -ms-flex-start;
    justify-content: flex-start;
}

.main.style2.right {
    -moz-justify-content: -moz-flex-end;
    -webkit-justify-content: -webkit-flex-end;
    -ms-justify-content: -ms-flex-end;
    justify-content: flex-end;
}

.main.style2.inactive.left > .content {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.main.style2.inactive.right > .content {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.main.style3 {
    text-align: center;
    padding: 0 0 0 0;
}

.main.style3 .content > header {
    margin-bottom: 2em;
}

.main.dark {
    color: #ffffff;
}

.main.dark a {
    color: #ffffff;
    font-size: 13px;
}

.main.dark .button.style2 {
    border-color: #ffffff;
}

.main.dark .button.style2:hover {
    background-color: rgba(255, 255, 255, 0.125);
}

.main.dark .button.style2:active {
    background-color: rgba(255, 255, 255, 0.25);
}

.main.dark .button.style2.down {
    background-image: url("images/dark-arrow.svg");
}

body.is-touch .main {
    background-attachment: scroll !important;
}

@media screen and (max-width: 1920px) {
    .main.style2 .content {
        width: 45%;
    }
}

@media screen and (max-width: 1280px) {
    .main.style2 .content {
        width: 50%;
    }
}

@media screen and (max-width: 1000px) {
    .main.style2 .content {
        width: 60%;
    }
}

@media screen and (max-width: 736px) {
    .main > .content br {
        display: none;
    }

    .main.fullscreen {
        height: auto !important;
    }

    .main.style1 {
        padding: 4em 15px 4em 15px;
    }

    .main.style1 h2 {
        font-size: 3em;
    }

    .main.style2 {
        padding: 6em 15px 6em 15px;
    }

    .main.style2:before,
    .main.style2:after {
        display: none !important;
    }

    .main.style2 .button.anchored {
        display: none;
    }

    .main.style2 .content {
        width: 100%;
        max-width: 100%;
        text-align: center;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .main.style3 {
        text-align: center;
        padding: 0 10px 3em 10px;
    }

    #proyectos .swiper {
        width: 80%;
        max-width: 1000px;
        height: 500px;
        margin-top: 35px;
    }
}

@media screen and (max-width: 480px) {
    .main > .content {
        max-width: calc(100% - 1.5em);
    }
}

/* Footer */
#footer {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    margin: 0;
    line-height: 1em;
    padding: 1.5em;
    background: #5c7354;
    color: rgba(185, 186, 187, 0.5);
    overflow: hidden;
}

#footer > * {
    margin-bottom: 0;
}

#footer a {
    color: #e3dfda;
}

#footer a:hover {
    color: #ffffff;
}

#footer ul.menu {
    margin: 0;
}

#footer ul.menu li {
    border-left-color: rgba(185, 186, 187, 0.2);
    font-size: 0.9em;
}

@media screen and (max-width: 1000px) {
    #footer {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        line-height: 1.5em;
        text-align: center;
        padding: 2em 1em 2em 1em;
    }

    #footer > * {
        margin: 0 0 1em 0;
    }
}

@media screen and (max-width: 736px) {
    #footer ul.menu li {
        border-left: none;
        display: block;
        line-height: inherit;
        margin: 0.25em 0 0 0;
        padding: 0.25em 0 0 0;
    }

    #footer ul.menu li:first-child {
        margin-top: 0;
        padding-top: 0;
    }
}

/* Contenedor de las imágenes */
.slide-images {
    display: flex;
    justify-content: center;

    /* Centra horizontalmente */
    gap: 20px;

    /* Espacio entre imágenes */
    margin-bottom: 20px;

    /* Separación con el contenido */
}

.swiper-slide {
    position: relative;

    /* Necesario para que las imágenes se posicionen dentro del slide */
}

.slide-images img {
    position: absolute;
    width: 400px;

    /* Ajusta el tamaño */
    height: auto;
    object-fit: contain;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    opacity: 0.95;
}

/* Ubicaciones personalizadas */
.img1 {
    top: 140px;
    left: 80px;
    animation-name: floatRight;
    animation-duration: 8s;
    z-index: -100;
}

.img2 {
    top: 70px;
    right: 45px;
    animation-name: floatLeft;
    animation-duration: 10s;
    z-index: -100;
}

.img3 {
    bottom: 110px;
    left: 85%;
    transform: translateX(-50%);
    animation-name: floatRight;
    animation-duration: 12s;
    z-index: -100;
}

/* Animaciones suaves */
@keyframes floatRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(20px);
    }
}

@keyframes floatLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-20px);
    }
}

@media screen and (max-width: 1260px) {
    .swiper .content p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 1rem;
        color: #5c7354;
        margin-bottom: 1rem;
        margin-top: 30px;
    }

    .main.style1 h2 {
        font-size: 1.9em;
        line-height: 1em;
        margin-top: 200px;
    }

    .slide-images img {
        width: 320px;

        /* achica las imágenes */
    }

    /* Reubicación específica */
    .img1 {
        top: 160px;
        left: 70px;
    }

    .img2 {
        top: 100px;
        right: 40px;
    }

    .img3 {
        bottom: 140px;
        left: 80%;
        transform: translateX(-50%);
        z-index: -100;
    }
}

@media screen and (max-width: 1100px) {
    .slide-images img {
        width: 250px;

        /* achica las imágenes */
    }

    /* Reubicación específica */
    .img1 {
        top: 160px;
        left: 70px;
    }

    .img2 {
        top: 100px;
        right: 40px;
    }

    .img3 {
        bottom: 140px;
        left: 80%;
        transform: translateX(-50%);
        z-index: -100;
    }
}

/* Mobile: apilar imágenes */
@media screen and (max-width: 768px) {
    .slide-images {
        flex-direction: column;

        /* Apila imágenes verticalmente */
        gap: 10px;
    }

    .slide-images img {
        max-width: 154px;

        /* Reducir tamaño en mobile */
    }

    .img1 {
        position: relative;

        /* Se apilan en mobile */
        width: 80px;
        margin: 160px 23px;
        transform: none;
    }

    .img2 {
        position: relative;

        /* Se apilan en mobile */
        width: 80px;
        margin: 192px 14px;
        transform: none;
    }

    .img3 {
        position: relative;

        /* Se apilan en mobile */
        width: 80px;
        margin: 10px -64px;
        transform: none;
        z-index: -100;
    }
}

@media screen and (max-width: 630px) {
    .swiper .content p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 0.9rem;
        color: #5c7354;
        margin-bottom: 2.3rem;
        margin-top: 0.7rem;
        line-height: 1.2em;
    }

    .main.style1 h2 {
        font-size: 1.8em;
        line-height: 1em;
        margin-top: 175px;
    }

    .slide-images {
        flex-direction: column;

        /* Apila imágenes verticalmente */
        gap: 10px;
    }

    .slide-images img {
        max-width: 170px;

        /* Reducir tamaño en mobile */
    }

    .img1 {
        position: relative;

        /* Se apilan en mobile */
        width: 80px;
        margin: 85px -135px;
        transform: none;
        z-index: -100;
    }

    .img2 {
        position: relative;

        /* Se apilan en mobile */
        width: 80px;
        margin: 80px -1000px;
        transform: none;
        z-index: -100;
    }

    .img3 {
        position: relative;

        /* Se apilan en mobile */
        width: 80px;
        margin: -30px -354px;
        transform: none;
        z-index: -100;
    }

    #intro .swiper-button-next,
    #intro .swiper-button-prev {
        display: none;
    }
}

@media screen and (max-width: 368px) {
    .main.dark a {
        color: #ffffff;
        font-size: 11px;
    }

    .slide-buttons .btn {
        padding: 0.3rem 1.6rem 0.3rem;
        border-radius: 34px;
        text-decoration: none;

        /* font-weight: 600; */
        transition: all 0.3s 
ease;
    }
}

@media (max-width: 342px) {
    .slide-buttons {
        display: flex;
        flex-direction: column;

        /* uno abajo del otro */
        align-items: center;

        /* opcional: centra los botones */
        gap: 10px;

        /* espacio entre botones */
    }

    .slide-buttons .btn {
        width: 80%;

        /* opcional: los hace más anchos */
        text-align: center;
    }
}

@media screen and (min-width: 1920px) {
    .slide-images {
        flex-direction: column;

        /* Apila imágenes verticalmente */
        gap: 10px;
    }

    .slide-images img {
        max-width: 463px;

        /* Reducir tamaño en mobile */
    }

    .img1 {
        top: 160px;
        left: 100px;
    }

    .img2 {
        top: 100px;
        right: 90px;
    }

    .img3 {
        position: relative;
        width: 80px;
        margin: 10px -50px;
        transform: none;
        z-index: -100;
    }
}

/* Contenido principal del slide */
.swiper-slide .content {
    text-align: center;
}

/* Botones del slide */
.swiper-slide .slide-buttons {
    margin-top: 30px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

/* Intro */
#intro {
    background: url("images/overlay.png"), url("../../images/intro.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, bottom center;
    background-repeat: repeat, no-repeat;
}

/* One */
#one {
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
}

/* Two */
#two {
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
}

/* Contact */
#contact {
    overflow: hidden;
    padding-bottom: 0;
}

#contact .box {
    -moz-transition: -moz-transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    -ms-transition: -ms-transform 1s ease;
    transition: transform 1s ease;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
}

#contact.inactive .box {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

@media screen and (max-width: 736px) {
    #contact .box {
        padding: 1.5em 1.5em 2em 1.5em;
    }
}

@media screen and (max-width: 480px) {
    #contact .box {
        padding: 1em 1em 2em 1em;
    }
}

/* Imagen lateral izquierda animada */
#one .image-box {
    position: absolute;
    left: 18%;
    top: 50%;
    transform: translateY(-50%) translateX(-100px);
    opacity: 0;
    transition: all 0.6s ease-out;
    width: 35%;
    max-width: 509px;
}

#one .image-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Cuando la sección entra en vista */
#one.section-visible .image-box {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}

/* En pantallas pequeñas: se apila arriba del texto */
@media (max-width: 768px) {
    #one {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #one .image-box {
        position: static;
        transform: translateY(30px);
        opacity: 0;
        width: 100%;
        margin-bottom: -1.5em;
        margin-top: -0.5em;
    }

    #one.section-visible .image-box {
        transform: translateY(0);
        opacity: 1;
    }
}

#one {
    display: flex;
    flex-direction: row;

    /* default: texto e imagen lado a lado */
    align-items: center;
    justify-content: space-between;
}

/* Contenedor de la imagen */
.image-box {
    width: 50%;
    position: relative;
}

/* Contenedor de texto */
.content.box {
    width: 50%;
}

/* Responsive para mobile */
@media (max-width: 768px) {
    #one {
        flex-direction: column;

        /* apila los elementos */
        text-align: center;
        margin-top: -104px;
    }

    /* Forzar que el texto quede primero y la imagen debajo */
    .content.box {
        order: 1;
        width: 100%;
        margin-bottom: 20px;

        /* separación opcional */
    }

    .image-box {
        order: 2;
        width: 80%;
        max-width: 300px;
        margin: 0 auto;

        /* centra la imagen */
    }
}

/* Movimiento suave lateral */
@keyframes suaveMovimiento {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

/* Aplica el movimiento solo al slide activo */
.proyectosSwiper .swiper-slide-active img {
    animation: suaveMovimiento 6s ease-in-out infinite;
    transition: transform 0.3s ease;
}

/* Estado inicial: oculto y desplazado */
#proyectos h2 {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 1s ease;
}

/* Cuando entra en pantalla */
#proyectos h2.visible {
    opacity: 1;
    transform: translateX(0);
}

/* MARQUESINA */
/* Sección general */
#logos-clientes {
    padding: 60px 0;
    background: #fff;
    text-align: center;
}

#logos-clientes h2 {
    margin-bottom: 40px;
    font-size: 1.8em;
    color: #222;
}

/* Contenedor de la marquesina */
.logos-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* Cinta animada */
.logos-track {
    display: flex;
    width: max-content;
    animation: scroll-logos 30s linear infinite;
    align-items: center;
}

.logos-marquee:hover .logos-track {
    animation-play-state: paused;
}

/* Cada logo */
.logos-track img {
    height: 32px;

    /* antes 60px → más chicos */
    margin: 0 25px;

    /* antes 40px → más cerca */
    object-fit: contain;
    aspect-ratio: 3 / 1;

    /* fuerza proporción horizontal */
    display: flex;
    filter: grayscale(0%);
    transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

/* Ajuste para logos más verticales */
.logos-track img.vertical {
    height: 50px;

    /* un poco más grandes */
    aspect-ratio: auto;
    margin: 0 25px;

    /* 👈 sin margen negativo */
}

.logos-track img.vertical2 {
    height: 29px;

    /* un poco más grandes */
    aspect-ratio: auto;
    margin: 0 25px;

    /* 👈 sin margen negativo */
}

.logos-track img.vertical3 {
    height: 39px;

    /* un poco más grandes */
    aspect-ratio: auto;
    margin: 0 25px;

    /* 👈 sin margen negativo */
}

.logos-track img.vertical4 {
    height: 24px;

    /* un poco más grandes */
    aspect-ratio: auto;
    margin: 0 25px;

    /* 👈 sin margen negativo */
}

.logos-track img.vertical5 {
    height: 22px;

    /* un poco más grandes */
    aspect-ratio: auto;
    margin: 0 25px;

    /* 👈 sin margen negativo */
}

.logos-track img:hover {
    filter: grayscale(100%);
    opacity: 0.6;
    transform: scale(1.05);
}

/* Animación */
@keyframes scroll-logos {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Responsivo */
@media (max-width: 768px) {
    .logos-track img {
        height: 35px;
        margin: 0 18px;
    }

    #logos-clientes {
        padding: 16px 0 30px;
    }

    #proyectos {
        padding: 20px 0 0 0;
    }
}

/* Estado inicial oculto */
.fade-section {
    opacity: 0;
    transform: translateX(60px);

    /* entra desde la derecha */
    transition: opacity 2.2s , transform 2.2s ;
}

/* Cuando entra al viewport */
.fade-section.visible {
    opacity: 1;
    transform: translateX(0);

    /* vuelve a su posición original */
}

/* Cuando sale del viewport (se va) */
.fade-section.hidden {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 0.4s ease-in, transform 0.4s ease-in;
}

/* anima titulo de Seccion Enfoque */
.header-animate {
    opacity: 0;
    transform: translateX(60px);

    /* entra desde la derecha */
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.header-animate.visible {
    opacity: 1;
    transform: translateX(0);

    /* posición final */
}

.header-animate.hidden {
    opacity: 0;
    transform: translateX(60px);

    /* desaparece hacia la derecha */
    transition: none;

    /* salida instantánea */
}

.center-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;

    /* separa del texto y los botones */
}

.center-image img {
    width: 580px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Versión responsive para pantallas más chicas */
@media (max-width: 768px) {
    .center-image img {
        width: 300px;
    }
}

@media (max-width: 480px) {
    .center-image img {
        width: 220px;
    }
}

/* --- Animación inicial de aparición --- */
.center-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    opacity: 0;
    transform: translateX(-40px);

    /* arranca levemente a la izquierda */
    animation: fadeSlideIn 1.8s ease forwards;

    /* fade + entrada */
    animation-delay: 0.4s;

    /* entra un poco después del texto */
}

.center-image img {
    width: 580px;
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    animation: subtleFloat 6s ease-in-out infinite;

    /* movimiento sutil lateral */
}

/* --- Keyframes --- */
@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes subtleFloat {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

/* Imagen superpuesta: la "pantalla encendida" */
.center-image {
    position: relative;

    /* Necesario para posicionar la imagen sobre la otra */
}

.center-image .screen-on {
    position: absolute;
    height: auto;
    opacity: 0;
    z-index: 3;

    /* Encima de la imagen base */
    animation: fadeInScreen 1.5s ease forwards;
    animation-delay: 2s;

    /* Ajustá el delay para que parezca que se enciende luego */
}

/* Mantiene el mismo movimiento flotante que la imagen base */
.center-image .screen-on {
    animation-name: fadeInScreen, subtleFloat;
    animation-duration: 1.5s, 6s;
    animation-delay: 2s, 0s;
    animation-timing-function: ease, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
}

/* Fade suave para el encendido */
@keyframes fadeInScreen {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* --- Responsive --- */
@media (max-width: 1500px) {
    .center-image img {
        width: 450px;
    }
}

@media (max-width: 768px) {
    .center-image img {
        width: 400px;
    }
}

@media (max-width: 480px) {
    .center-image img {
        width: 450px;
    }

    #intro .swiper-pagination {
        bottom: 60px !important;
    }

    .header-social {
        display: flex
;
        align-items: center;
        gap: 10px;
        margin-left: 9px;
    }

    .menu-toggle {
        margin-right: 9px;
    }
}

.main.style2.right.dark.fullscreen {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
}

.image-box {
    position: relative;
}

.img-layer.layer2 {
    max-width: 100%;
    height: auto;
}

.content.box.style2 {
    color: #5c7354;
}

.content.box.style2 h2 {
    font-size: 2em;
    line-height: 1.25em;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
}

.content.box.style2 p {
    font-size: 14px;
    line-height: 1.45em;
    color: #5c7354;
}

/* Aplica a la imagen que quieres animar */
.img-layer.layer2 {
    animation: floatSide 6s ease-in-out infinite;

    /* Opcional: suaviza la animación y evita que se vea brusca */
    transform-origin: center;
}

/* Definimos la animación lateral */
@keyframes floatSide {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(15px);
    }

    /* Mueve 15px a la derecha */
    100% {
        transform: translateX(0);
    }
}

/* 🔧 Solución para el rectángulo blanco fantasma */
.swiper::before,
.swiper::after,
.swiper-slide::before,
.swiper-slide::after {
    content: none !important;
    display: none !important;
    background: transparent !important;
}

/* También evitamos overlays o fondos residuales en la sección */
#intro::before,
#intro::after {
    content: none !important;
    display: none !important;
    background: transparent !important;
}

/* Aseguramos que las slides ocupen toda la pantalla y oculten lo que haya detrás */
#intro,
.swiper,
.swiper-slide {
    background: transparent !important;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* Cambiar color de los placeholders */
::placeholder {
    color: rgb(153, 153, 153) !important;

    /* Ajustá el tono según prefieras */
    opacity: 1;

    /* Asegura que se vea con intensidad completa */
}

/* Compatibilidad con distintos navegadores */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgb(153, 153, 153) !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgb(153, 153, 153) !important;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: rgb(153, 153, 153) !important;
}

/* --- SECCIÓN HORIZONTAL --- */
.seccion-horizontal {
    position: relative;
    height: 100vh;
    overflow: hidden;
    text-align: center;
}

.titulo-fijo {
    text-align: center;
}

.titulo-fijo h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: #5c7354;
    text-align: center;
}

.titulo-fijo span {
    font-weight: 400;
    color: #5c7354;
}

/* --- LÍNEA DE TIEMPO HORIZONTAL --- */
.horizontal-wrapper {
    display: flex;
    height: 100%;
    width: max-content;
    margin-top: -200px;
}

.panel {
    flex: 0 0 100vw;

    /* cada panel ocupa el ancho visible */
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* --- CONTENIDO DEL PANEL --- */
.contenido {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    width: 80%;
}

.texto-globo {
    background: #f4f4f467;
    border-radius: 0px;
    padding: 1.5rem 2rem;
    max-width: 500px;
    border-width: 3px;
    border-style: none none none solid;
    border-color: #e26b2c;
    text-align: left;
}

.texto-globo h3 {
    font-size: 1.5rem;
    color: #e26b2c;

    /* tono anaranjado */
    margin-bottom: 1rem;
}

.texto-globo p {
    font-size: 14px;
    color: #e26b2c;
    line-height: 1.5;
}

/* --- IMÁGENES Y DECORACIONES --- */
.imagenes {
    position: relative;
    width: 400px;
    height: 300px;
}

.img-principal {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
}

.img-principal2 {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
    margin-top: 117px;
}

.img-principal3 {
    position: relative;
    z-index: 2;
    max-width: 70%;
    height: auto;
    margin-top: 50px;
}

.img-principal4 {
    position: relative;
    z-index: 2;
    max-width: 72%;
    height: auto;
    margin-top: 55px;
    margin-left: -90px;
}

.img-principal5 {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
    margin-top: 110px;
}

.decoracion {
    position: absolute;
    z-index: 1;
    opacity: 1;
    transform: scale(0.78);
}

.decoracion1 {
    bottom: -237px;
    left: -761px;
}

.decoracion2 {
    top: 6px;
    right: -398px;
}

.decoracion3 {
    bottom: 40px;
    right: 120px;
}

/* 📱 Tablet (ancho hasta 1024px) */
@media (max-width: 1024px) {
    .contenido {
        flex-direction: column;
        gap: 2rem;
    }

    .imagenes {
        width: 320px;
        height: 240px;
    }

    .decoracion {
        transform: scale(0.6);
    }

    .decoracion1 {
        bottom: 0px;
        left: 0px;
    }

    .decoracion2 {
        top: 10px;
        right: 0px;
    }

    .decoracion3 {
        bottom: 20px;
        right: 80px;
    }
}

/* 📱 Mobile grande (hasta 768px) */
@media (max-width: 768px) {
    .contenido {
        width: 90%;
        gap: 1.5rem;
    }

    .img-principal {
        position: relative;
        z-index: 2;
        max-width: 148%;
        height: auto;
        margin-top: -70px;
    }

    .img-principal2 {
        position: relative;
        z-index: 2;
        max-width: 150%;
        height: auto;
        margin-top: 10px;
        margin-left: -57px;
    }

    .img-principal3 {
        position: relative;
        z-index: 2;
        max-width: 100%;
        height: auto;
        margin-top: -12px;
    }

    .img-principal4 {
        position: relative;
        z-index: 2;
        max-width: 100%;
        height: auto;
        margin-top: -2px;
        margin-left: -50px;
    }

    .img-principal5 {
        position: relative;
        z-index: 2;
        max-width: 170%;
        height: auto;
        margin-top: -2px;
        margin-left: -50px;
    }

    .imagenes {
        width: 260px;
        height: 200px;
    }

    .decoracion {
        opacity: 1 !important;
        transform: scale(0.45);
    }

    .decoracion1 {
        bottom: 20px !important;
        left: 10px !important;
        position: absolute;
    }

    .decoracion2 {
        top: 20px !important;
        right: 10px !important;
        position: absolute;
    }

    .decoracion3 {
        bottom: 15px;
        right: 60px;
    }

    .texto-globo {
        padding: 1rem 1.5rem;
        max-width: 73%;
    }

    .texto-globo h3 {
        font-size: 1.2rem;
    }

    .texto-globo p {
        font-size: 13px;
    }
}

/* 📱 Mobile chico (hasta 480px) */
@media (max-width: 480px) {
    .contenido {
        width: 100%;
        gap: 1rem;
    }

    .imagenes {
        width: 200px;
        height: 150px;
    }

    .decoracion {
        transform: scale(0.35);
    }

    .decoracion1 {
        bottom: 0px;
        left: 0px;
    }

    .decoracion2 {
        top: 0px;
        right: 0px;
    }

    .decoracion3 {
        bottom: 10px;
        right: 40px;
    }
}

#servicios h2,
#servicios p {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

#servicios .imagenes img {
    transition: transform 1.5s ease-in-out;
}

/* --- Movimiento suave (espacialidad) --- */
@keyframes flotar-lateral {
    0% {
        transform: translateX(0) translateY(0) scale(0.78);
    }

    50% {
        transform: translateX(10px) translateY(-5px) scale(0.78);
    }

    100% {
        transform: translateX(0) translateY(0) scale(0.78);
    }
}

/* Aplica movimiento suave a la imagen principal y decoraciones */
#servicios .imagenes .img-principal,
#servicios .imagenes .decoracion {
    animation: flotar-lateral 10s ease-in-out infinite;
    will-change: transform;
}

/* Variaciones para que no vayan todas iguales */
#servicios .imagenes .decoracion1 {
    animation-duration: 7s;
    animation-delay: 0.6s;
}

#servicios .imagenes .decoracion2 {
    animation-duration: 8s;
    animation-delay: 1.2s;
}

#servicios .imagenes .decoracion3 {
    animation-duration: 9s;
    animation-delay: 1.8s;
}

/* --- Estado base para elementos que GSAP animará (no los forcés a 0 en CSS) --- */
#servicios,
#servicios h2,
#servicios p,
#servicios .horizontal-wrapper {
    opacity: 1;
    transform: none;
}

/* --- Clase que usará JS para activar movimiento extra (opcional) --- */
#servicios .panel img.mov-suave {
    /* si querés movimiento vertical alternativo en algún caso */
    animation-name: movimientoSuave;
}

/* pequeño keyframe alternativo (opcional) */
@keyframes movimientoSuave {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

/* === Responsive: ajustar tamaños y posiciones de decoraciones === */
@media (max-width: 1024px) {
    #servicios .contenido {
        flex-direction: column;
        gap: 2rem;
    }

    #servicios .imagenes {
        width: 320px;
        height: 240px;
    }

    #servicios .imagenes .decoracion {
        transform: scale(0.6);
    }

    #servicios .decoracion1 {
        bottom: -180px;
        left: -520px;
    }

    #servicios .decoracion2 {
        top: 10px;
        right: -300px;
    }

    #servicios .texto-globo {
        padding: 1rem 1.5rem;
        max-width: 100%;
        margin-top: 127px;
    }
}

@media (max-width: 768px) {
    #servicios .contenido {
        width: 90%;
        gap: 1.5rem;
    }

    #servicios .imagenes {
        width: 260px;
        height: 200px;
    }

    #servicios .imagenes .decoracion {
        transform: scale(0.45);
    }

    #servicios .decoracion1 {
        bottom: -140px;
        left: -400px;
    }

    #servicios .decoracion2 {
        top: 0;
        right: -220px;
    }

    #servicios .texto-globo {
        padding: 1rem 1.5rem;
        max-width: 100%;
        margin-top: 127px;
        margin-left: 20px;
    }

    #servicios .texto-globo h3 {
        font-size: 1.2rem;
    }

    #servicios .texto-globo p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    #servicios .contenido {
        width: 93%;
        gap: 1rem;
    }

    #servicios .imagenes {
        width: 200px;
        height: 150px;
    }

    #servicios .imagenes .decoracion {
        transform: scale(0.35);
    }

    #servicios .decoracion1 {
        bottom: -100px;
        left: -300px;
    }

    #servicios .decoracion2 {
        top: -10px;
        right: -180px;
    }

    /* opcional: esconder decoraciones en móviles muy chicos */
    #servicios .imagenes .decoracion {
        display: none;
    }
}

@media (max-width: 768px) {
    #servicios {
        padding-top: 60px;

        /* ajustá entre 70px - 120px según altura del header */
    }
}

@media (max-width: 480px) {
    #servicios {
        padding-top: 80px;
    }
}

@media (max-width: 768px) {
    .decoracion {
        position: absolute;
        z-index: -100;
        opacity: 1;
        display: block !important;
        pointer-events: none;
    }

    .decoracion1 {
        bottom: -110px !important;
        left: -140px !important;
        width: 1000px !important;

        /* ajustalo si es grande */
        z-index: -1000 !important;
    }

    .decoracion2 {
        top: 100px !important;
        right: -20px !important;
        width: 500px !important;

        /* ajustalo si es grande */
        z-index: -10000 !important;
    }
}

/* ✅ Ajuste para pantallas de baja altura (650–700 px) */
@media screen and (max-height: 700px) {
    #intro .content {
        transform: none !important;

        /* Evita que se suba fuera del viewport */
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    #intro h2 {
        font-size: 1.8rem !important;
        line-height: 1.1 !important;
        margin-bottom: 0.5em !important;
    }

    #intro p {
        font-size: 1rem !important;
        line-height: 1.3 !important;
        margin-bottom: 1em !important;
    }

    #intro .center-image img {
        max-height: 250px !important;
        max-width: 100% !important;
        height: auto !important;
        width: auto !important;
        object-fit: contain !important;
        margin: 0 auto !important;
        display: block !important;
    }

    header#header {
        backdrop-filter: blur(4px);
    }
}

















