@charset "utf-8";

/* fonts [imported] */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic);


/* reset */
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;
}

html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background-color: #D52B1E;
}

html, body {
height: 100%;
}

body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow-x: hidden;
}

body {
line-height: 1;
}

body.menu-mobile-open {
overflow: hidden;
}

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

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;
}

*:focus {  
outline: none;
}

/* remove dotted outline from links, button and input element */
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: 0;
outline: 0;
}


/* supersized */
img { border: none; }
#supersized-loader {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#supersized {
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
min-width: 100vw !important;
min-height: 100vh !important;
}
#supersized img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
}
#supersized.speed img { -ms-interpolation-mode: nearest-neighbor; image-rendering: -moz-crisp-edges; } /* Speed */
#supersized.quality img { -ms-interpolation-mode: bicubic; image-rendering: optimizeQuality; }         /* Quality */
#supersized li {
width: 100% !important;
height: 100% !important;
display: block;
list-style: none;
position: fixed;
overflow: hidden;
top: 0;
left: 0;
background: none;
z-index: -30;
}
#supersized a { width: 100%; height: 100%; display: block; }
#supersized li.prevslide { z-index: -20; }
#supersized li.activeslide { z-index: -10; }
#supersized li.image-loading { background: none; width: 100%; height: 100%; }
#supersized li.image-loading img { visibility: hidden; }
#supersized li.prevslide img, #supersized li.activeslide img { display: inline; }


/* layout */
body {
font-family: 'Poppins', sans-serif;
font-size: 1rem;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: center;
color: #08253d;
background-image: url('https://storage.echosistema.online/main/images/coming-soon/bg.webp');
background-repeat: no-repeat;
background-position: left center;
background-size: 100% 100%;
background-attachment: fixed;
position: relative;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
width: 100%;
height: 100%;
}

body::before {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
box-shadow: inset 0 0 100px 50px rgba(255, 255, 255, 0.3),
            inset 0 0 200px 100px rgba(255, 255, 255, 0.1);
}

#intro-top-line {
background: url('https://storage.echosistema.online/main/images/coming-soon/icons/intro-top-line-dark.png') no-repeat right;
width: auto;
height: 40px;
}

#intro-top {
font-family: 'Poppins', sans-serif;
font-size: 25px;
line-height: 1;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
text-transform: none;
text-align: left;
color: #08253d;
margin: 0 auto;
padding: 7px 0 0 0;
}

#intro-bottom-line {
background: url('https://storage.echosistema.online/main/images/coming-soon/icons/intro-bottom-line-dark.png') no-repeat left;
width: auto;
height: 40px;
margin: 5px 0 0 0;
}


/* teaser */
#teaser {
font-family: 'Poppins', sans-serif;
font-size: 25px;
line-height: 1;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
text-transform: none;
text-align: right;
margin: -13px 0 0 0;
}


/* borders */
.borders {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
border: 15px solid rgba(255,255,255,0.5);
border-radius: 20px;
z-index: 0;
}

.borders, .borders:after, .borders:before {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

#teaser-text {
position: relative;
height: 80px;
margin: 0;
padding: 0;
overflow: hidden;
}

.teaser-text-animation {
display: none;
text-align: right;
clear: both;
}

.teaser-text-animation.active {
display: inline-table;
}

.teaser-text-animation:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}

.teaser-text-animation h3 {
position: relative;
font-family: 'Poppins', sans-serif;
font-size: 25px;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
}

.teaser-text-animation h3:before {
content: "";
clear: both;
}

.teaser-text-animation span {
display: block;
margin: 0 10px 0 0;
padding: 0;
float: left;
}

.teaser-text-animation .teaser-normal {
color: #08253d;
}

#intro-title {
font-family: 'Poppins', sans-serif;
font-size: 160px;
line-height: 160px;
font-style: normal;
font-weight: 400;
letter-spacing: 2px;
text-transform: none;
text-align: center;
margin: 29px auto 27px auto;
padding: 0;
text-shadow: 1px 1px 2px #777;
}

#intro-subtitle {
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
color: #fff;
background: #000;
width: 175px;
height: 25px;
padding: 3px 0 0 0;
margin: -120px auto 0 auto;
line-height: 22px;
text-align: center;
border: 1px solid #fff;
}

a {
text-decoration: none;
outline: none;
}

a:hover {
color: #08253d;
text-decoration: none;
}

p a {
text-decoration: none;
outline: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

p a:hover {
color: #08253d;
text-decoration: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

::-moz-selection { background: #555; color: #fff;      /* Firefox */ }
     ::selection { background: #555; color: #fff;      /* Safari */  }


.upper-page {
min-height: 100%;
margin: 0;
padding: 0;
background: none;
}

.upper-content {
margin: 0 auto;
padding: 0;
}

.lower-page {
min-height: 100%;
margin: 0;
padding: 0;
}

.lower-content {
margin: 0 auto;
padding: 138px 0 38px 0;
color: #08253d;
max-height: calc(100vh - 160px);
overflow-y: auto;
scrollbar-width: thin;
}

.lower-content p {
margin: 0 auto;
padding: 10px;
color: #08253d;
text-align: center;
}

.center {
margin: 0 auto;
position: relative;
z-index: 2;
}

.overlay-blue {
position: relative;
padding: 40px 30px;
border-radius: 24px;
overflow: hidden;
margin-bottom: 40px;
}

.overlay-blue::before {
content: "";
position: absolute;
inset: 0;
background: rgba(0, 56, 168, 0.1);
backdrop-filter: blur(4px);
border-radius: inherit;
box-shadow: 0 24px 45px rgba(0, 56, 168, 0.12);
z-index: 0;
}

.overlay-blue > * {
position: relative;
z-index: 1;
}

#about, #services, #contact {
display: none;
}

.about-intro, .services-intro, .contact-intro {
position: relative;
width: auto;
margin: 0;
padding: 0 0 50px 0;
}

.info {
font-family: 'Roboto', sans-serif;
font-size: 15px;
font-weight: 500;
font-style: normal;
text-transform: uppercase;
padding: 15px 0 15px 0;
line-height: 1;
}

.awesome {
font-size: 30px;
color: #fff;
}

.about-column-full, .services-column-full {
padding: 30px 0 30px 0;
}

.about-column, .services-column {
padding: 0 0 30px 0;
}

.contact-column {
padding: 30px 0 30px 0;
}

h1 {
font-family: 'Poppins', sans-serif;
font-size: 70px;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
text-transform: none;
text-align: center;
color: #08253d;
margin: 0;
padding: 0;
line-height: 1;
position: relative;
z-index: 2;
}

h2 {
font-family: 'Poppins', sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
text-transform: none;
text-align: center;
color: #08253d;
margin: 0;
padding: 20px 0 10px 0;
line-height: 1;
}

h4 {
font-family: 'Poppins', sans-serif;
font-size: 13px;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
text-align: center;
color: #08253d;
margin: 0 auto;
padding: 5px 0 0 0;
line-height: 1.5;
}

#rain {
position: fixed;
height: 100%;
width: 100%;
overflow: hidden;
background: url('https://storage.echosistema.online/main/images/coming-soon/icons/rain.gif') repeat top left;
        opacity: 0.4;
   -moz-opacity: 0.4;
-webkit-opacity: 0.4;
filter: alpha(opacity=40);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
z-index: 0;
}


/* snow */
#snow {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
z-index: 1;
}


/* particles */
#particles-js {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
z-index: 1;
}


/* curtains */
#curtains {
position: fixed;
height: 100%;
width: 100%;
background: url('https://storage.echosistema.online/main/images/coming-soon/icons/curtains.png') repeat top left;
z-index: -1;
}

#curtains-video {
position: fixed;
height: 100%;
width: 100%;
background: url('https://storage.echosistema.online/main/images/coming-soon/icons/curtains.png') repeat top left;
z-index: 0;
}


/* top shade */
#top-shade {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;

/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */


z-index: 0;
display: none;
visibility: hidden;
}


/* countdown */
#countdown-wrapper {
position: fixed;
left: 26px;
bottom: 21px;
z-index: 1000;
}

#countdown {
margin: 0 auto;
padding: 0;
}

#countdown li {
display: inline-block;
width: 100px;
}

#countdown span {
font-family: 'Poppins', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
margin-left: 42px;
color: #08253d;
}

#countdown input {
font-family: 'Poppins', sans-serif!important;
font-weight: 400!important;
font-size: 30px!important;
}

#countdown li div {
display: block!important;
}


/* menu */
.menu {
position: fixed;
width: auto;
top: 30px;
left: 31px;
margin: 0;
padding: 0;
z-index: 1000;
}

.mainNav {
width: auto;
clear: both;
list-style: none;
text-align: left;
}

ul.mainNav li a {
font-family: 'Poppins', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
color: #08253d;
display: block;
margin-bottom: 10px;
padding-left: 15px;
list-style: none;
outline: none;
}

ul.mainNav li a:hover {
padding-left: 12px;
border-left: 3px solid #000;
}

ul.mainNav li a.active {
padding-left: 12px;
border-left: 3px solid #000;
}

.navNumber {
font-size: 30px;
padding: 0;
}

.navTitle {
    font-weight: bold;
letter-spacing: 1px;
color: #08253d;
padding: 0 0 0 10px;
}

a:link, a:visited, a:active {
text-decoration: none;
outline: none;
}

li.curr {
text-indent: -3px;
}


/* menu mobile */
.menu-mobile {
display: none;
visibility: hidden;
justify-content: flex-end;
align-items: center;
position: relative;
padding: 0;
background: none;
box-shadow: none;
gap: 12px;
z-index: 1200;
}

.menu-mobile-drawer {
position: fixed;
top: 0;
right: 0;
height: 100vh;
width: clamp(220px, 70vw, 260px);
background: rgba(0, 56, 168, 0.75);
box-shadow: -16px 0 32px rgba(0, 56, 168, 0.25);
padding: 96px 28px 48px;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-end;
gap: 18px;
transform: translateX(100%);
transition: transform 0.35s ease;
pointer-events: none;
z-index: 1190;
}

.menu-mobile-drawer.open {
transform: translateX(0);
pointer-events: auto;
}

.menu-mobile-list {
list-style: none;
color: #fff;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 22px;
text-align: right;
}

.menu-mobile .menu-mobile-drawer a {
color: #fff !important;
font-weight: 600;
letter-spacing: 0.05em;
}

.menu-mobile .menu-mobile-drawer a:hover {
color: #D52B1E !important;
}

.menu-mobile-close {
position: absolute;
top: 24px;
left: 24px;
background: none;
border: none;
color: #fff;
font-size: 32px;
line-height: 1;
cursor: pointer;
padding: 0;
}

.menu-mobile-close:focus {
outline: 2px solid rgba(255,255,255,0.6);
outline-offset: 4px;
}

.menu-close-icon {
font-weight: 700;
}

.menu-icon {
position: relative;
display: inline-block;
width: 50px;
height: 21px;
border-top: 3px solid #08253d;
border-bottom: 3px solid #08253d;
}

.menu-icon:before {
position: absolute;
content: "";
top: 6px;
left: 0;
width: 100%;
border-top: 3px solid #08253d;
}

.menu-mobile a.menu-mobile-trigger {
width: 50px;
height: 21px;
margin: 0;
padding: 0;
display: inline-block;
}

.menu-mobile a.menu-mobile-trigger:hover {
cursor: pointer;
background-position: 50px 0;
}

.menu-mobile a {
color: #08253d;
font-weight: normal;
text-decoration: none;
}

.menu-mobile a.active {
background: none;
}

.menu-mobile ul, li {
margin: 0;
padding: 0;
}

.menu-mobile .lifting {
margin: 4px 0 0 0;
height: 20px;
}

.menu-mobile .lifting-first {
margin: 13px 0 0 0;
height: 20px;
}

.menu-mobile li {
position: relative;
margin: 6px 0;
padding: 0;
background: none;
float: none;
text-transform: uppercase;
height: auto;
}

.menu-mobile li a {
padding: 4px 0;
text-decoration: none;
float: none;
text-transform: uppercase;
display: inline-block;
min-width: 120px;
text-align: right;
-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}

.menu-mobile-overlay {
display: none;
position: fixed;
inset: 0;
background: rgba(0, 56, 168, 0.25);
backdrop-filter: blur(2px);
z-index: 1180;
}

.menu-mobile-overlay.is-active {
display: block;
}

.menu-mobile li ul {
display: none;
right: 0;
position: absolute;
top: 100%;
background: none;
}

.menu-mobile li:hover ul {
display: block;
width: auto;
}

.menu-mobile li ul a {
white-space: nowrap;
background: none;
}

.menu-mobile li ul a:hover {
background: none;
-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}












/* contact form */
#contact form {
width: 100%;
margin: 30px auto 40px auto;
}

form {
margin: 0 auto;
padding: 0;
display: block;
}

input {
position: relative;
width: 100%;
height: 40px;
border: 1px solid #000;
line-height: 30px;
padding: 5px 5px;
background: none;
margin: 5px;
-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
	 -o-transition: all 0.3s;
        transition: all 0.3s;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: center;
color: #08253d;
}

#form input {
width: 90%;
}

#form textarea {
width: 90%;
}

textarea {
position: relative;
width: 100%;
height: 100px;
border: 1px solid #000;
line-height: 30px;
padding: 5px 5px;
background: none;
margin: 5px;
-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
	 -o-transition: all 0.3s;
        transition: all 0.3s;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: center;
color: #08253d;
}

input:hover,
textarea:hover{
border-color: rgba(0,0,0,0.5);
}

#form input:focus,
#form textarea:focus {
-webkit-animation: glow 900ms ease-out infinite alternate;
   -moz-animation: glow 900ms ease-out infinite alternate;
    -ms-animation: glow 900ms ease-out infinite alternate;
     -o-animation: glow 900ms ease-out infinite alternate;
        animation: glow 900ms ease-out infinite alternate;
}

.submit {
position: relative;
width: 45%;
border: 1px solid #000;
padding: 5px 35px;
background: none;
font-family: 'Poppins', sans-serif;
font-size: 12px;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
text-align: center;
line-height: 30px;
color: #08253d;
margin: 5px 5px 0 5px;
cursor: pointer;
outline: none;
-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
	 -o-transition: all 0.3s;
        transition: all 0.3s;
}

.submit:hover {
color: #fff;
text-shadow: 1px 1px 2px #000;
}

.submit:hover:after,
.submit:active:after {
height: 100%;
}

.submit:after {
position: absolute;
width: 100%;
height: 0;
top: 0;
left: 0;
content: '';
-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
	 -o-transition: all 0.3s;
        transition: all 0.3s;
z-index: -1;
}

.success {
font-family: 'Poppins', sans-serif;
font-size: 13px;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
text-align: center;
margin: 0 auto;
padding: 30px 0 30px 0;
line-height: 1;
}

#form .error {
font-size: 10px;
text-transform: uppercase;
text-align: center;
display: block;
margin: 0;
padding: 0;
}


@-webkit-keyframes glow {
    0% {
		box-shadow: 0 0 5px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1)
		}
    100% {
		box-shadow: 0 0 20px rgba(0,0,0,0.6), inset 0 0 10px rgba(0,0,0,0.4)
		}
}
@-moz-keyframes glow {
    0% {
		box-shadow: 0 0 5px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1)
    }
    100% {
		box-shadow: 0 0 20px rgba(0,0,0,0.6), inset 0 0 10px rgba(0,0,0,0.4)
    }
}
@-o-keyframes glow {
    0% {
		box-shadow: 0 0 5px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1)
    }
    100% {
		box-shadow: 0 0 20px rgba(0,0,0,0.6), inset 0 0 10px rgba(0,0,0,0.4)
    }
}
@-ms-keyframes glow {
    0% {
		box-shadow: 0 0 5px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1)
    }
    100% {
		box-shadow: 0 0 20px rgba(0,0,0,0.6), inset 0 0 10px rgba(0,0,0,0.4)
    }
}
@keyframes glow {
    0% {
		box-shadow: 0 0 5px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1)
    }
    100% {
		box-shadow: 0 0 20px rgba(0,0,0,0.6), inset 0 0 10px rgba(0,0,0,0.4)
    }
}

::-webkit-input-placeholder {
font-style: normal;
color: #08253d;
}

::-moz-placeholder {
font-style: normal;
color: #08253d;
}

:-ms-input-placeholder {
font-style: normal;
color: #08253d;
}

input:-moz-placeholder {
font-style: normal;
color: #08253d;
}


/* newsletter form */
#subscribe-form {
position: fixed;
bottom: 58px;
right: 15px;
margin: 0;
padding: 0;
z-index: 1000;
}

#subscribe-wrapper {
position: relative;
margin: 10px auto;
background: none;
width: 255px;
height: 55px;
}

#newsletter {
width: auto;
height: 50px;
padding: 2px 0 0 0;
}

.newsletter {
position: relative;
clear: both;
width: auto;
border: none;
background: none;
margin: 0;
padding: 0;
overflow: hidden;
}

#subscribe .mail {
display: none;
visibility: hidden;
}

#subscribe input#subscribeemail {
width: 225px;
height: 28px;
padding: 0;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #000;
margin: 0;
}

#subscribe input {
color: #08253d;
font-size: 13px;
text-align: center;
background: none;
}

#subscribe input:focus, #subscribe textarea:focus {
color: #08253d;
background: none;
}

#subscribe input#submit {
font-family: 'Poppins', sans-serif;
font-size: 12px;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
text-align: center;
position: relative;
width: 225px;
height: 30px;
line-height: 1;
margin: 10px auto;
padding: 0;
color: #fff;
text-shadow: 1px 1px 2px #000;
cursor: pointer;
}

.subscribesuccess {
font-family: 'Poppins', sans-serif;
font-size: 13px;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
text-align: center;
margin: 0 auto;
padding: 27px 0 0 0;
line-height: 1;
}

#subscribe .subscribeerror {
font-size: 10px;
text-transform: uppercase;
text-align: center;
color: #08253d;
display: block;
margin: 0;
padding: 0;
}


/* social icons */
.social-icons-wrapper {
position: fixed;
top: 28px;
right: 26px;
z-index: 1000;
}

.social-icons-wrapper ul {
margin: 0 auto;
padding: 0;
list-style-type: none;
}

.social-icons-wrapper ul li {
display: inline;
margin: 0 auto;
padding: 0;
}

ul.social-icons {
font-size: 15px;
margin: 0;
padding: 0;
}

ul.social-icons a {
padding: 0 5px 0 0;
color: #08253d;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
display: inline-block;
line-height: 1;
}

ul.social-icons a:hover {
padding: 0 5px 0 0;
color: #08253d;
        opacity: 0.3;
   -moz-opacity: 0.3;
-webkit-opacity: 0.3;
filter: alpha(opacity=30);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.social-icon-md {
font-size: 1.5em;
line-height: 1;
}



/* closer */
.fire-closer {
position: absolute;
right: 30px;
top: 30px;
width: 25px;
height: 25px;
margin: 0 auto;
-webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
z-index: 1000;
}

.fire-closer:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* screen loader */
.screen-loader {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
background: #000;
z-index: 10000;
}


/* preload */
#preload {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
background: #fff;
display: none;
z-index: 10000;
}

#preload-status {
position: absolute;
width: 25px;
height: 25px;
margin: auto;
padding: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
background: #fff url('https://storage.echosistema.online/main/images/coming-soon/icons/preload-light.gif') no-repeat center center;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
	
	
/* preload content */
.preload-content {
position: fixed;
width: auto;
height: auto;
margin: 0;
padding: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #fff;
        opacity: 0.6;
   -moz-opacity: 0.6;
-webkit-opacity: 0.6;
filter: alpha(opacity=60);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.preload-content-rain {
position: fixed;
width: auto;
height: auto;
margin: 0;
padding: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #fff;
        opacity: 0.35;
   -moz-opacity: 0.35;
-webkit-opacity: 0.35;
filter: alpha(opacity=35);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}


/* google maps */
#map-wrapper {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
z-index: -2;
}

#map {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
z-index: -2;
}


/* center container */
.center-container-home {
position: absolute;
display: table;
height: 100%;
width: 100%;
left: 0;
top: 0;
background: none;
}

.center-container {
position: absolute;
display: table;
height: 100%;
width: 100%;
left: 0;
top: 0;
background: rgba(255,255,255,0.6);
}

.center-block {
display: table-cell;
vertical-align: middle;
}


/* kenburnsy */
.kenburnsy {
position: relative;
width: 100%;
overflow: hidden;
}

.kenburnsy.fullscreen {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
}

.kenburnsy img {
display: none;
}

.kenburnsy .slide {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-position: center center;
-webkit-background-size: cover;
        background-size: cover;
background-repeat: no-repeat;
-webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
        transform: translateZ(0);
-webkit-transform-origin: center;
    -ms-transform-origin: center;
        transform-origin: center;
}

#kenburnsy-bg {
overflow: hidden;
}


/* YouTube video containment */
#videoContainment {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
}


/* HTML5 video containment */
#video-bg {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
}


/* hero container */ 
.hero-fullscreen {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
z-index: 0;
}

.hero-fullscreen-thumbnail-slider {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
}


/* hero bg */
.hero-bg {
position: fixed;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}


/* hero fullscreen FIX */ 
.hero-fullscreen-FIX {
width: 100%;
height: 100%;
}


/* Owl Carousel v2.2.1 CUSTOM */
.owl-buttons {
position: static;
}

.owl-prev,
.owl-next {
position: absolute;
display: block;
bottom: 0;
width: 56px;
height: 56px;
line-height: 56px;
font-size: 14px;
color: #08253d;
text-align: center;
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
     -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
cursor: pointer;
}

.owl-prev {
left: -45px;
}

.owl-next {
right: -45px;
}

.owl-prev:before,
.owl-next:before {
content: "";
display: block;
width: 66%;
height: 66%;
position: absolute;
background: none;
border: none;
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
     -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
}

.owl-prev:before {
left: 45px;
top: 9px;
}

.owl-next:before {
right: 45px;
top: 9px;
}

.owl-prev .owl-custom,
.owl-next .owl-custom {
position: relative;
}

.owl-prev .owl-custom {
position: relative;
left: 34px;
}

.owl-next .owl-custom {
position: relative;
right: 34px;
}

.owl-prev:hover,
.owl-next:hover {
-webkit-transition: 0 none;
   -moz-transition: 0 none;
	-ms-transition: 0 none;
     -o-transition: 0 none;
        transition: 0 none;
}

.owl-prev:hover,
.owl-next:hover,
.owl-prev:hover:before,
.owl-next:hover:before,
.owl-prev:active:before,
.owl-next:active:before,
.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
        opacity: 0.5;
   -moz-opacity: 0.5;
-webkit-opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.owl-carousel:hover .owl-prev {
left: -35px;
}

.owl-carousel:hover .owl-next {
right: -35px;
}

#home-page-img-carousel .owl-prev,
#home-page-img-carousel .owl-next {
position: absolute;
display: block;
top: 50%;
margin-top: -29px;
width: 56px;
height: 56px;
line-height: 56px;
font-size: 14px;
color: #08253d;
text-align: center;
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
     -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#home-page-img-carousel.owl-prev {
left: -50px;
}

#home-page-img-carousel.owl-next {
right: -50px;
}

#home-page-img-carousel .owl-prev:before,
#home-page-img-carousel .owl-next:before {
content: "";
display: block;
width: 66%;
height: 66%;
position: absolute;
background: rgba(255, 255, 255, 1);
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
     -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
}

#home-page-img-carousel.owl-prev:before {
left: 45px;
top: 9px;
}

#home-page-img-carousel.owl-next:before {
right: 45px;
top: 9px;
}

#home-page-img-carousel.owl-prev .owl-custom,
#home-page-img-carousel.owl-next .owl-custom {
position: relative;
}

#home-page-img-carousel.owl-prev .owl-custom {
position: relative;
left: 34px;
}

#home-page-img-carousel.owl-next .owl-custom {
position: relative;
right: 34px;
}

#home-page-img-carousel.owl-prev:hover,
#home-page-img-carousel.owl-next:hover {
-webkit-transition: 0 none;
   -moz-transition: 0 none;
	-ms-transition: 0 none;
     -o-transition: 0 none;
        transition: 0 none;
}

#home-page-img-carousel .owl-prev:hover,
#home-page-img-carousel .owl-next:hover,
#home-page-img-carousel .owl-prev:hover:before,
#home-page-img-carousel .owl-next:hover:before,
#home-page-img-carousel .owl-prev:active:before,
#home-page-img-carousel .owl-next:active:before,
#home-page-img-carousel.owl-carousel:hover .owl-prev,
#home-page-img-carousel.owl-carousel:hover .owl-next {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#home-page-img-carousel.owl-carousel:hover .owl-prev {
left: -35px;
}

#home-page-img-carousel.owl-carousel:hover .owl-next {
right: -35px;
}


/* home IMG carousel slider */
.home-page-img-wrapper {
position: relative;
width: 100%;
height: 100%;
}

#home-page-img .home-page-img-item {
padding: 0;
        opacity: 0.25;
   -moz-opacity: 0.25;
-webkit-opacity: 0.25;
filter: alpha(opacity=25);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
-webkit-transform: scale3d(0.8, 0.8, 1);
   -moz-transform: scale3d(0.8, 0.8, 1);
    -ms-transform: scale3d(0.8, 0.8, 1);
     -o-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);			
-webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
}

#home-page-img .owl-item.active.center .home-page-img-item {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: scale3d(1.0, 1.0, 1);
   -moz-transform: scale3d(1.0, 1.0, 1);
    -ms-transform: scale3d(1.0, 1.0, 1);
     -o-transform: scale3d(1.0, 1.0, 1);
        transform: scale3d(1.0, 1.0, 1);
}

.home-page-img-item-1,
.home-page-img-item-2,
.home-page-img-item-3,
.home-page-img-item-4 {
position: relative;
width: 100%;
height: 100vh;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}


/* home IMG carousel slider IMG BACKGROUND */
.home-page-img-item-1 {		
background-image: url(../img/background/home-page-img-item-1.jpg);
}

.home-page-img-item-2 {		
background-image: url(../img/background/home-page-img-item-2.jpg);
}

.home-page-img-item-3 {	
background-image: url(../img/background/home-page-img-item-3.jpg);
}

.home-page-img-item-4 {		
background-image: url(../img/background/home-page-img-item-4.jpg);
}


/* overlay */
.overlay:before {
content: "";
position: fixed;
display: block;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
}

.overlay-top-bottom-dark-60:before {		
background: rgba(0, 0, 0, .60);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.overlay-top-bottom-light-60:before {	
background: rgba(255, 255, 255, .60);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}@charset "utf-8";
/* CSS Document - GuaraNews Paraguay Theme */
/* Cores da bandeira do Paraguay:
   Vermelho: #D52B1E
   Branco: #FFFFFF
   Azul: #0038A8
   Preto: #000000
*/


.teaser-text-animation span {
color: #D52B1E;
}

#intro-title {
color: #D52B1E;
}

a {
color: #D52B1E;
}

p a {
color: #D52B1E;
}

.awesome {
color: #D52B1E;
}

ul.mainNav li a:hover {
color: #D52B1E;
}

ul.mainNav li a.active {
color: #D52B1E;
}

a:link, a:visited, a:active {
color: #D52B1E;
}

.curr {
color: #D52B1E;
}

li.curr {
color: #D52B1E;
border-left: 3px solid #D52B1E;
}

.menu-mobile a {
color: #0038A8;
}

.menu-mobile a:hover {
color: #0038A8;
}

.menu-mobile a.active {
color: #0038A8;
}

.menu-mobile li ul a:hover {
color: #0038A8;
}

.submit:after {
background: #D52B1E;
}

.success {
color: #D52B1E;
}

#form .error {
color: #D52B1E;
}


@-webkit-keyframes glow {
    0% {
	border-color: #D52B1E;
	box-shadow: 0 0 5px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1)
	}
    100% {
	border-color: #D52B1E;
	box-shadow: 0 0 20px rgba(0,0,0,0.6), inset 0 0 10px rgba(0,0,0,0.4)
	}
}
@-moz-keyframes glow {
    0% {
	border-color: #D52B1E;
	box-shadow: 0 0 5px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1)
    }
    100% {
	border-color: #D52B1E;
	box-shadow: 0 0 20px rgba(0,0,0,0.6), inset 0 0 10px rgba(0,0,0,0.4)
    }
}
@-o-keyframes glow {
    0% {
	border-color: #D52B1E;
	box-shadow: 0 0 5px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1)
    }
    100% {
	border-color: #D52B1E;
	box-shadow: 0 0 20px rgba(0,0,0,0.6), inset 0 0 10px rgba(0,0,0,0.4)
    }
}
@-ms-keyframes glow {
    0% {
	border-color: #D52B1E;
	box-shadow: 0 0 5px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1)
    }
    100% {
	border-color: #D52B1E;
	box-shadow: 0 0 20px rgba(0,0,0,0.6), inset 0 0 10px rgba(0,0,0,0.4)
    }
}
@keyframes glow {
    0% {
	border-color: #D52B1E;
	box-shadow: 0 0 5px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1)
    }
    100% {
	border-color: #D52B1E;
	box-shadow: 0 0 20px rgba(0,0,0,0.6), inset 0 0 10px rgba(0,0,0,0.4)
    }
}


#subscribe input#submit {
background: #D52B1E;
border: 1px solid #D52B1E;
}

.subscribesuccess {
color: #D52B1E;
}

.options-head {
background: #D52B1E;
}

/* GuaraNews overrides */

:root {
  --red: #D52B1E;
  --white: #ffffff;
  --gray-light: #d1d5db;
  --shadow: 0 6px 24px rgba(0,0,0,0.15);
  --md: 768px;
}

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

html,
body {
  height: 100%;
  font-family: "Poppins", sans-serif;
  background-color: var(--white);
  color: var(--white);
  margin: 0;
}

.page {
  min-height: 100%;
}

header.mobile-only {
  background-color: var(--red);
  padding: 2.5rem 1.5rem;
  text-align: left;
}

.header-container {
  max-width: 700px;
  margin: 0 auto;
}

.description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.date {
  color: var(--gray-light);
  font-size: 0.9rem;
  font-weight: 500;
}

main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;
  min-height: 100vh;
  background: url("https://storage.echosistema.online/main/images/coming-soon/bg.webp") center center / cover no-repeat fixed;
  overflow: hidden;
}

.watermark {
  position: absolute;
  inset: 0;
  background: url("https://storage.echosistema.online/main/images/coming-soon/g-letter.webp") center center / cover no-repeat;
  opacity: 0.35;
  pointer-events: none;
  z-index: 1;
}

.logo {
  width: 75%;
  max-width: 380px;
  height: auto;
  display: block;
  aspect-ratio: 5 / 1;
  filter: drop-shadow(var(--shadow));
  object-fit: contain;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

@media (min-width: var(--md)) {
  .mobile-only {
    display: none !important;
  }

  .logo {
    width: 45%;
    max-width: none;
  }
}

footer.mobile-only {
  background-color: var(--red);
  padding: 1rem 1.5rem;
  text-align: center;
  font-size: 0.95rem;
  color: var(--white);
}

footer.mobile-only span {
  font-weight: 500;
}

.top-bars {
  position: absolute;
  top: clamp(1rem, 6vw, 2.5rem);
  left: 50%;
  transform: translateX(-50%);
  width: clamp(96px, 50vw, 320px);
  display: grid;
  gap: clamp(6px, 2vw, 12px);
  z-index: 2;
  pointer-events: none;
}

.top-bars span {
  display: block;
  height: 3px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 999px;
}

.top-bars span:nth-child(2) {
  width: 80%;
}

.top-bars span:nth-child(3) {
  width: 60%;
}

.social-links {
  position: absolute;
  top: clamp(0.75rem, 5vw, 2rem);
  right: clamp(1rem, 6vw, 3rem);
  display: flex;
  gap: clamp(0.5rem, 4vw, 1.25rem);
  z-index: 4;
}

.social-links a {
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(1.25rem, 5vw, 2rem);
  transition: opacity 0.2s ease-in-out;
}

.social-links a:hover,
.social-links a:focus {
  opacity: 0.65;
}

@media (max-width: 575.98px) {
  main .social-links {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  main .top-bars {
    top: clamp(1.8rem, 12vw, 3rem);
  }

  .watermark {
    opacity: 0.45;
  }
}

header.mobile-only .header-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

header.mobile-only .top-bars {
  position: static;
  transform: none;
  width: clamp(72px, 40vw, 160px);
  gap: clamp(4px, 3vw, 8px);
  z-index: auto;
  pointer-events: none;
  flex: 1 1 120px;
}

header.mobile-only .top-bars span,
header.mobile-only .top-bars span:nth-child(2),
header.mobile-only .top-bars span:nth-child(3) {
  width: 100%;
}

header.mobile-only .social-links {
  position: static;
  transform: none;
  display: flex !important;
  gap: 1rem;
  left: auto;
  right: auto;
  justify-content: flex-end;
  flex: 1 1 140px;
}

header.mobile-only .social-links a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.5rem;
}

/* Home section */
#home {
position: relative;
overflow: hidden;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}

#home::before {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-image: url('https://storage.echosistema.online/main/images/coming-soon/g-letter.webp');
background-repeat: no-repeat;
background-position: left center;
background-size: cover;
pointer-events: none;
z-index: 1;
}

#home .center-container-home {
position: relative;
z-index: 10;
width: 100%;
}

#home .center-block {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

/* Intro wrapper */
#intro-wrapper {
display: flex !important;
align-items: center !important;
justify-content: center !important;
width: 100% !important;
text-align: center !important;
position: static !important;
top: auto !important;
left: 0 !important;
right: 0 !important;
margin: 0 auto !important;
}

#intro-wrapper img.logo-desktop {
width: 45% !important;
max-width: none !important;
height: auto;
display: block;
margin: 0 auto;
}

.logo-mobile {
display: none;
}

/* Mobile styles for intro wrapper */
@media (max-width: 575px) {
.logo-desktop {
display: none !important;
}

.logo-mobile {
display: block !important;
width: 85% !important;
max-width: 85% !important;
height: auto !important;
margin: 15px auto !important;
opacity: 0;
transition: opacity 0.5s ease-in-out;
}

.logo-mobile.fade-in {
opacity: 1 !important;
}
}

/* Google reCAPTCHA badge */
.grecaptcha-badge {
visibility: hidden !important;
opacity: 0 !important;
}
