/*!
Theme Name: elvas
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: elvas
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

elvas is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
iframe {
  width: 100%;
  height: 520px;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 50.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex='-1']:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.container_footer {
  width: 100%;
  overflow-x: hidden;
  height: 70vh;
  position: relative;
}

.content_footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}

.content_footer .elvas_development-nav--logo .redes{
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.content_footer .elvas_development-nav--logo .redes a{
  background: #cea547;
  padding: 6px;
  border-radius: 50%;
  width: initial;
  margin: 0;
}

.internit-mark {
  text-align: center;
}

.internit-mark img {
  width: 100px;
}

#nav-footer li {
  list-style: none;
}

#nav-footer ul {
  padding: 0;
  margin: 0;
}
#footer-empresa .dropdown-footer {
  display: none;
  min-width: 132px;
}

@media (min-width: 768px) {
  .content_footer {
    flex-direction: row;
    justify-content: center;
    padding: 0 3rem;
    gap: 8rem;
  }

  #nav-footer ul {
    display: flex;
    gap: 1rem;
  }

  .menu_footer h4 {
    text-align: left;
  }

  .info_footer {
    flex-direction: column;
    gap: 0;
  }

  .container_footer {
    height: 32vh;
  }

  #footer-empresa .dropdown-footer {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    gap: 0;
    position: relative;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }

  #footer-empresa .dropdown-footer::after {
    content: '';
    width: 2px;
    height: 100%;
    background: #cea547;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -0.4rem;
  }

  #footer-empresa:hover .dropdown-footer {
    opacity: 1;
    visibility: visible;
  }

  .menu_footer {
    display: flex;
    gap: 2rem;
    flex-direction: column;
  }

  .internit-mark {
    position: absolute;
    bottom: 0;
    right: 20px;
  }
}

@media (min-width: 1440px) {
  .header {
    max-width: 1360px !important;
  }
}
.swiper-pagination-bullets {
  display: none;
  justify-content: center;
  padding-top: 1rem;
}
.swiper-pagination-bullet-active {
  background: #cea547;
}

@media (max-width: 768px) {
  .swiper-pagination-bullets {
    display: flex;
  }
}

@media (min-width: 1600px) {
  .header {
    max-width: 1360px !important;
  }
  #nav-footer ul {
    gap: 3rem;
  }
}

.elvas_content-block-text {
  margin-bottom: 1rem;
}

.elvas_content-block-text a {
  color: #fff;
}

.container-lazer-items {
  margin-top: 5rem;
  margin-inline: auto;
  width: 100%;
  background-color: #6f6f6f;
}

.item-lazer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.js-item-lazer {
  width: 60%;
}

.item-lazer-content img {
  width: 100px;
  height: 100px;
}

.item-lazer-content p {
  all: unset;
  color: #fff;
}

.elvas_content-block .elvas-bg-image {
  position: relative;
  max-height: 90vh;
}

.elvas-bg-image video {
  width: 100vw;
}

.elvas_content-block .elvas-bg-image img {
  width: 100vw;
  /* height: 100vh; */
  object-fit: cover;
}

@media(min-width: 1024px){
  body.home header{
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 0;
  }

  .elvas_development--main-carousel .swiper-wrapper{
    height: 100vh;
  }

  .elvas-bg-image video {
    height: 100vh;
    object-fit: cover;
  }
}

.elvas-bg-image .text-banner {
  position: absolute;
  top: 50%;
  /* left: calc(100vw - 55%); */
  /* transform: translate(-70%, -50%); */
  transform: translateY(-50%);
  left: 14px;
  width: 100%;
  color: #fff;
  font-size: 2rem;
}

/* @media (min-width: 769px) {
  .elvas-bg-image .text-banner {
    left: calc(100vw - 70%);
  }
} */

.filter-banner {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #00000040;
}

.elvas-bg-image .text-banner a {
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
  filter: drop-shadow(0 0 0.75rem black);
}

.elvas-bg-image .text-banner h2 {
  text-transform: uppercase;
  font-size: 3rem;
}

.elvas-bg-image .text-banner h2 small{
  font-size: .8rem;
}

@media(max-width: 1023px){
  .elvas-bg-image .text-banner h2 small{
    font-size: .6rem;
  }
}

.text-banner.ajustar-size-banner{
  bottom: -26px;
  top: auto;
}

@media(min-width: 320px){
  .elvas-bg-image .text-banner h2{
    font-size: 1rem;
  }

  .elvas-bg-image .text-banner h2.ajustar-size{
    font-size: 0.8rem;
  }

  .elvas-bg-image .text-banner .ajustar-size-button{
    font-size: 0.7rem;
  }
}

@media(min-width: 768px){
  .elvas-bg-image .text-banner h2.ajustar-size{
    font-size: 1rem;
  }

  .elvas-bg-image .text-banner .ajustar-size-button{
    font-size: 1rem;
  }
}

@media(min-width: 1024px){
  .elvas-bg-image .text-banner h2{
    font-size: 3rem;
  }

  .elvas-bg-image .text-banner h2.ajustar-size{
    font-size: 1.4rem;
  }
}

@media(min-width: 1280px){
  /* .elvas-bg-image .text-banner h2.ajustar-size{
    font-size: 1.4rem;
  } */

  .elvas-bg-image .text-banner .ajustar-size-button{
    font-size: 1.5rem;
  }
}

@media(min-width: 1366px){
  .elvas-bg-image .text-banner h2.ajustar-size{
    font-size: 1.6rem;
  }

  .elvas-bg-image .text-banner .ajustar-size-button{
    font-size: 2rem;
  }
}

@media(min-width: 1440px){
  .elvas-bg-image .text-banner h2.ajustar-size{
    font-size: 1.7rem;
  }
}

@media(min-width: 1872px){
  .elvas-bg-image .text-banner h2.ajustar-size{
    font-size: 2rem;
  }
}

@media(min-width: 1366px) and (max-width: 1535px) and (min-height: 707px) and (max-height: 767px){
  video.ajustar-size-video{
    object-position: 0 -5px;
  }
}

@media (max-width: 500px) {
  .elvas-bg-image .text-banner {
    /* left: calc(100vw - 63%); */
    /* top: calc(40vh - 100%); */
  }
  .elvas_content-block .elvas-bg-image {
    /* height: 25vh; */
  }
  main.page-home .elvas_content-block {
    height: 76vw;
    margin-top: 38px;
  }
  body.home .page-home {
    padding-top: 0;
  }
  section.page-home {
    margin-top: -3rem;
  }

  .elvas_content-block--link {
    font-size: 1rem;
  }
}

.container_empreendimento_home {
  display: flex;
}

.empreendimento_home_info + .empreendimento_home_info {
  margin-top: 1rem;
}
.empreendimento_home_info p {
  margin: 0 !important;
}
.empreendimento_home_info {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding-top: 1rem;
}
.card_empreendimento_home {
  width: 500px;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.card_empreendimento_home a {
  text-decoration: none;
  color: #000;
}
.card_empreendimento_home a:visited {
  color: #000;
}

@media (max-width: 768px) {
  .card_empreendimento_home {
    width: 100%;
  }
}

.empreendimento_home_imagem {
  position: relative;
}
.empreendimento_home_imagem img {
  width: 500px;
  height: 525px;
  object-fit: cover;
}
.empreendimentos_title_home {
  position: absolute;
  bottom: 0;
  left: 0;
  width: fit-content;
  background: #fff;
}

.empreendimentos_title_home > div {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  gap: 1rem;
}

.empreendimentos_title_home > div p {
  margin: 0;
}

.container-empresa {
  height: 60vh;

  margin-top: 7rem;
}

.historia-empresa {
  width: 100vw;
  height: 92vh;
}

.historia-box {
  position: relative;
  width: 100%;
  height: 100%;
}

@media (max-width: 500px) {
  .historia-empresa {
    display: none;
  }
}

.historia-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.historia-content {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 1rem;
}

.historia-content h1 {
  font-size: 1.4rem;
}

.historia-content p {
  text-align: justify;
  color: #787878;
}

.historia-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.foundation-empresa {
  width: 100%;
  margin-bottom: 1rem;
}

.foundation-empresa h1 {
  text-align: center;
}

.container-foundation {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}

.foundation_image img {
  object-fit: cover;
  max-width: 200px;
}

@media(min-width: 1024px){
  .foundation_image img {
    margin-top: 6rem;
  }
}

.historia-numero-container {
  background: #6f6f6f;
  width: 100%;
}

.description-foundation {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

.historia-numeros {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 100%;
}

.historia-numeros-item {
  border: 1px solid #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  height: 60%;
}
.historia-numeros-item:hover {
  border: 1px solid #ddbf73;
  transition: 0.5s;
}

.historia-numeros-item-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.historia-numeros-item span {
  color: #ddbf73;
  line-height: 0.8;
  font-size: 2rem;
}

.historia-numeros-item-content p,
.historia-numeros-item-content h2 {
  color: #fff;
}

.historia-content p {
  font-size: 1rem;
}

.historia-numeros-item-content img {
  width: 50px;
  height: 50px;
}

.text-foundation {
  padding: 1rem;
}

@media (min-width: 768px) {
  .container-empresa {
    height: 40vh;
  }
  .historia-numero-container {
    height: 400px;
    width: 70%;
  }

  .historia-numeros-item-content {
    gap: 2rem;
  }

  .container-foundation {
    align-items: flex-start;
    flex-direction: row;
    height: 500px;
    gap: 6rem;
  }

  .text-foundation {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 50%;
    background: #292929;
    color: #fff;
    z-index: -1;
  }

  .text-foundation p {
    width: 50%;
  }

  .historia-box {
    flex-direction: row;
  }

  .historia-box h1 {
    font-size: 2rem;
  }

  .historia-content {
    max-width: 50vw;
    padding: 2rem;
    padding-right: 7rem;
  }

  .historia-numeros {
    flex-direction: row;
    padding: 1rem;
  }
}
.iframe .review-box {
  display: none !important;
}
@media (min-width: 1355px) {
  .text-foundation {
    padding-top: 2rem;
  }

  /* .elvas-bg-image .text-banner {
    left: calc(100vw - 65%);
  } */

  header .elvas_development-nav-search-bar form label input {
    font-size: 0.8rem;
  }
}

@media (min-width: 1600px) {
  .container-empresa {
    height: 40vh;
  }
  /* .elvas-bg-image .text-banner {
    left: calc(100vw - 77%);
  } */
  .historia-box {
    flex-direction: row;
  }

  .text-foundation {
    padding-top: 3rem;
  }

  .historia-content {
    padding: 3rem;
    padding-right: 13rem;
  }

  .historia-numeros {
    flex-direction: row;
  }
}

.premios-empresa {
  margin: 0 auto;
  max-width: 1409px;
}

.premios-text {
  width: 62%;
}

@media (max-width: 500px) {
  .premios-text {
    width: 100%;
  }
}
.container-premios {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  margin-top: 6rem;
  text-align: center;
  padding: 1rem;
}

.container-premios a {
  width: 30%;
  padding: 0.5rem;
  border-radius: 6px;
  background: #cea547;
  color: #fff;
}

.premios {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}

.premio {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.premio p {
  margin: 0;
  padding: 0;
}
.premio > div {
  text-align: left;
}

.timeLine-empresa {
  margin-top: 6rem;
  background: #f4f4f4;
  width: 100%;
  text-align: center;
}

.container-timeLine-container {
  margin: 0 auto;
  max-width: 1600px;
}

.container-timeLine {
  width: 100%;
}

.container-timeLine h1 {
  padding-top: 4rem;
}

.container-timeLine p {
  padding: 1rem;
}

.content-timeLine {
  text-align: center;
  height: 450px;
  position: relative;
}

.content-description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: fit-content;
  padding: 0 1rem 0;
  height: 120px;
  border-radius: 0px;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.content-description span {
  font-size: 1.5rem;
  text-align: end;
  font-weight: bold;
  line-height: 1;
  padding: 0;
}

.content-description p {
  padding: 0;
  font-size: 1rem;
}

.containerSwiperTrajetoria {
  position: relative;
  padding-left: 27px;
  padding-right: 27px;
}

.setas-trajetoria-next {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

.setas-trajetoria-next img {
  transform: translateY(100%);
}

.setas-trajetoria-prev {
  position: absolute;
  top: 50%;
  left: -20px;
}

.setas-trajetoria-prev img {
  transform: translateY(100%);
}

@media (max-width: 1366px) {
  .setas-trajetoria-next {
    right: 47vw;
    top: 100%;
  }
  .setas-trajetoria-prev {
    top: 100%;
    left: 47vw;
    transform: translateY(-50%);
  }
}

@media (max-width: 425px) {
  .setas-trajetoria-next {
    right: 40vw;
  }
  .setas-trajetoria-prev {
    left: 40vw;
  }
}

.content-image {
  width: 100%;
  height: 100%;
}

.content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.politica-empresa {
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 9rem;
}

.container-politica {
  width: 100%;
}

.texto-politica {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  width: 86%;
}

.texto-politica p {
  text-align: center;
  width: 77%;
}

.qualidades {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

.qualidade p {
  padding: 0;
  text-align: left;
  font-weight: bold;
  color: #787878;
  width: 80%;
  margin: 0;
}

.qualidade {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}

.qualidade-imagem {
  width: 12%;
}

.certificados {
  text-align: justify;
}

.certificados .images {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.certificados .image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.certificados .images img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.programasEparcerias .images {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.programasEparcerias .image img {
  width: 100%;
  height: 100%;
}

.programasEparcerias {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 1rem;
  gap: 5rem;
}

.container-politica {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  flex-direction: column;
}

.certificadosEparceria {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem;
  text-align: center;
  background: #e4e4e7;
}

.titulação h1 {
  font-size: 1.5rem;
}

.titulação p {
  font-size: 1rem;
  color: #787878;
}

.politica-imagem {
  width: 100%;
  height: 100%;
  position: relative;
}

.politica-imagem img {
  width: 100%;
  height: 100%;
}

.qualidades img {
  width: 35px;
  height: 45px;
}

.container-politica h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .certificados .images {
    flex-direction: row;
    justify-content: space-around;
    padding: 0;
  }

  .certificadosEparceria {
    flex-direction: row;
    justify-content: space-around;
    margin-top: 2rem;
  }

  .certificados {
    width: 50%;
  }

  .qualidades {
    width: 70%;
  }

  .imagem-politica {
    position: absolute;
    left: 0;
    top: -400px;
    width: 100%;
    height: 676px;
  }

  .programasEparcerias {
    width: 50%;
  }

  .programasEparcerias .images {
    flex-direction: row;
  }

  .container-politica {
    flex-direction: row;
    justify-content: space-around;
  }

  .premios {
    flex-direction: row;
  }
}
.detalhes-empreendimento {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.internit-logo {
  position: absolute;
  bottom: 0;
  right: calc(100vw - 95%);
  width: 100px;
}

.menu {
  position: relative;
}

.menu .sub-menu {
  position: absolute;
  width: 100%;
  display: none;
}

.menu .sub-menu #menu-item-629:hover li {
  background-color: #292929;
}

.menu #menu-item-629:hover .sub-menu {
  display: block;
  z-index: 99;
  width: 210px;
  background: #292929;
}

.menu #menu-item-629:hover .sub-menu a {
  color: #fff;
}

.menu #menu-item-629 .sub-menu li:hover a {
  color: #000;
}

.menu #menu-item-1570 {
  position: relative;
}

.em-breve {
  position: absolute;
  top: 30px;
  left: 47%;
  display: none;
  border: 1px solid #cea547;
  padding: 0 0.5rem;
  color: #cea547;
  z-index: 99;
  font-size: 0.8rem;
}
.menu #menu-item-1570:hover .em-breve {
  display: block;
}

@media (max-width: 768px) {
  .menu #menu-item-1570:hover .em-breve {
    display: none;
  }
}

.conhecermaisFormulario {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -7rem;
}

@media (min-width: 768px) {
  .conhecermaisFormulario {
    margin-top: 2rem;
  }
}

@media (min-width: 1440px) {
  .conhecermaisFormulario {
    margin-top: 0rem;
  }
}

.conhecermaisFormulario a {
  background-color: #cea547;
  text-decoration: none;
  color: #fff;
  padding: 1rem;
}

.conhecermaisFormulario a:visited {
  color: #fff;
}

.detalhesEmppreendimento {
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 3rem;
}

.active-drop {
  background-color: #e9ecef !important;
}

.section-premio {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  text-align: center;
}

.premio-header {
  width: 50%;
  margin: 0 auto;
}

.premio-header {
  margin-top: 2rem;
}

.premio-header p {
  padding-top: 2rem;
}

.premio-cards {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
}

.premio-card {
  width: 500px;
  height: 594px;
  position: relative;
  margin-bottom: 4rem;
}
.search-itens .premio-card {
  width: 500px;
  height: 490px;
  position: relative;
  margin-bottom: 3rem;
}

@media (max-width: 550px) {
  .premio-card {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .search-itens .premio-card {
    margin-bottom: 6rem;
  }
}

@media (min-width: 1024px) {
  .search-itens .premio-card {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1500px) {
  .search-itens .premio-card {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1800px) {
  .search-itens .premio-card {
    margin-bottom: 11rem;
  }
}

.premio-content {
  position: absolute;
  bottom: 42px;
  left: 16px;
  width: 100%;
  background: #f4f4f4;
  padding: 1rem;
  z-index: 99;
}

.premio-description {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.premio-texto {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.premio-texto p {
  text-align: initial;
}
.premio-texto p:last-child {
  width: 100%;
  text-align: center;
  transform: translateX(-12%);
}
.premio-texto p:last-child strong {
  text-align: center;
}

.elvas_content-block--link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cea547;
  width: fit-content;
  padding: 0.5rem 0.5rem;
}
.premio-image {
  height: 100%;
  max-height: 400px;
}

.premio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal_iframe_endereco {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #00000040;
  z-index: 99;

  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  animation: modal_iframe_endereco 1s;
}

@keyframes modal_iframe_endereco {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal_iframe {
  cursor: pointer;
}

.modal_iframe_content {
  width: 90%;
  height: 70%;
  background: #fff;
  z-index: 999;
}

.modal_iframe_header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.modal_iframe_header h2 {
  width: 100%;
}

.modal_iframe_iframe {
  width: 50%;
  height: 100%;
  padding: 2rem;
  background: #fff;
}

.modal_iframe_iframe iframe {
  height: 100%;
}
.close_iframe {
  cursor: pointer;
  padding-right: 1rem;
  font-weight: bold;
  font-size: 1.5rem;
}
.modal_image {
  width: 50%;
  height: 100%;
  background: #fff;
}

.modal_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal_iframe_conteudo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  .premio-header {
    width: 100%;
    padding: 0 1rem;
  }
  .premio-content {
    left: 0;
    bottom: 13%;
    padding: 0.5rem;
  }
  .detalhes-empreendimento {
    flex-direction: column;
  }
  .premio-texto p {
    margin-bottom: 0.5rem;
  }
  .modal_iframe_iframe {
    width: 100%;
    padding: 0;
  }
  .modal_iframe_content {
    margin-bottom: 3rem;
  }
  .modal_iframe_conteudo {
    flex-direction: column;
  }
  .modal_image {
    width: 100%;
  }
}

.elvas_not-found {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
  padding: 2rem 4rem;
}

@media (min-width: 768px) {
  .elvas_not-found {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .elvas_not-found {
    grid-template-columns: repeat(3, 1fr);
  }
}

.search-itens {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .search-itens {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .search-itens {
    grid-template-columns: repeat(auto-fit, minmax(440px, auto));
  }
}

.search-itens .premio-card {
  width: 90%;
  height: 490px;
  position: relative;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .search-itens .premio-card {
    width: 445px;
    margin-bottom: 6rem;
  }
}

.search-itens .elvas_development-title {
  margin: 9% 0 6%;
}

@media only screen and (max-width: 549px) {
  .search-itens .elvas_development-title {
    margin: 10% 0;
  }

  section.page-vendas .elvas_development-card--header-link h3 {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .search-itens .elvas_development-title h1,
  .search-itens .elvas_development-title .h1 {
    font-size: 1.82rem;
  }
}

@media only screen and (max-width: 768px) {
  .search-itens .elvas_development-title h1,
  .search-itens .elvas_development-title .h1 {
    font-size: 1.95rem;
    margin-top: 7%;
  }
}

@media only screen and (max-width: 379px) {
  .search-itens .elvas_development-title h1,
  .search-itens .elvas_development-title .h1 {
    font-size: 1.5rem;
    margin-top: 15%;
  }
}

.search-itens .elvas_development-list {
  display: flex;
  flex-wrap: wrap;
}

.search-itens .elvas_development-list--item {
  width: 100%;
  margin: 2% 0;
}

.search-itens
  .elvas_development-list--item:nth-of-type(2n)
  .elvas_development-box {
  flex-direction: row-reverse;
}

.search-itens .elvas_development-box {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .search-itens .elvas_development-box {
    flex-wrap: wrap;
  }
}

.search-itens .elvas_development-box--item {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .search-itens .elvas_development-box--item {
    width: 100%;
  }
}

@media only screen and (max-width: 549px) {
  .search-itens .elvas_development-box--item-text p {
    text-align: center;
  }
}

@media only screen and (max-width: 379px) {
  .search-itens .elvas_development-box--item-text p {
    margin: 8% 3%;
  }
}

.search-itens .elvas_development-box--item.side-title {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 549px) {
  .search-itens
    .elvas_development-box--item.side-title
    .elvas_development-box--item-title {
    text-align: center;
    margin: 3rem 3rem 2rem 3rem;
  }
}

@media only screen and (max-width: 379px) {
  .search-itens
    .elvas_development-box--item.side-title
    .elvas_development-box--item-title {
    margin: 3rem 1rem 0 1rem;
  }
}

@media only screen and (max-width: 1024px) {
  .search-itens
    .elvas_development-box--item.side-title
    .elvas_development-box--item-title
    h2,
  .search-itens
    .elvas_development-box--item.side-title
    .elvas_development-box--item-title
    .h2 {
    font-size: 1.72rem;
  }
}

@media only screen and (max-width: 549px) {
  .search-itens
    .elvas_development-box--item.side-title
    .elvas_development-box--item-title
    h2,
  .search-itens
    .elvas_development-box--item.side-title
    .elvas_development-box--item-title
    .h2 {
    margin: 0;
  }
}

@media only screen and (max-width: 379px) {
  .search-itens
    .elvas_development-box--item.side-title
    .elvas_development-box--item-title
    h2,
  .search-itens
    .elvas_development-box--item.side-title
    .elvas_development-box--item-title
    .h2 {
    font-size: 1.5rem;
  }
}

.search-itens .elvas_development-box--item.side-empree {
  box-shadow: 0px 0px 6px #757575b8;
}

.search-itens
  .elvas_development-box--item.side-empree
  .elvas_development-box--item-title {
  display: flex;
  justify-content: space-between;
}

.search-itens
  .elvas_development-box--item.side-empree
  .elvas_development-box--item-title
  h2,
.search-itens
  .elvas_development-box--item.side-empree
  .elvas_development-box--item-title
  .h2 {
  color: #000;
  font-weight: 700;
  padding-top: 0.5rem;
  padding-left: 1.5rem;
  font-size: 1.5rem;
}

@media only screen and (max-width: 1024px) {
  .search-itens
    .elvas_development-box--item.side-empree
    .elvas_development-box--item-title
    h2,
  .search-itens
    .elvas_development-box--item.side-empree
    .elvas_development-box--item-title
    .h2 {
    font-size: 1.72rem;
  }
}

@media only screen and (max-width: 379px) {
  .search-itens
    .elvas_development-box--item.side-empree
    .elvas_development-box--item-title
    h2,
  .search-itens
    .elvas_development-box--item.side-empree
    .elvas_development-box--item-title
    .h2 {
    padding-left: 2.8rem;
  }
}

.search-itens
  .elvas_development-box--item.side-empree
  .elvas_development-box--item-title
  span {
  padding: 1rem 1rem;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .search-itens
    .elvas_development-box--item.side-empree
    .elvas_development-box--item-title
    span {
    padding: 1rem 1rem;
  }
}

@media only screen and (max-width: 379px) {
  .search-itens
    .elvas_development-box--item.side-empree
    .elvas_development-box--item-title
    span {
    padding: 1rem 2rem 0 0;
  }
}

.search-itens .elvas_development-box--item-content {
  padding: 0rem 5rem 0rem;
}

@media only screen and (max-width: 768px) {
  .search-itens .elvas_development-box--item-content {
    padding: 0;
  }
}

.search-itens .elvas_development-box--item-header {
  position: relative;
}

.search-itens .elvas_development-box--item-image {
  height: 50vh;
}

@media only screen and (max-width: 549px) {
  .search-itens .elvas_development-box--item-image {
    height: 45vh;
  }
}

@media only screen and (max-width: 379px) {
  .search-itens .elvas_development-box--item-image {
    height: 39vh;
  }
}

.search-itens .elvas_development-box--item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-itens .elvas_development-box--item-link {
  position: absolute;
  bottom: 0;
  z-index: 2;
  background: #ffff;
  width: fit-content;
  padding: 1.5rem 0;
}

@media only screen and (max-width: 768px) {
  .search-itens .elvas_development-box--item-link {
    width: 60%;
  }
}

@media only screen and (max-width: 379px) {
  .search-itens .elvas_development-box--item-link {
    width: 100%;
  }
}

.search-itens .elvas_development-box--item-info {
  margin: 1% 0;
}

.search-itens .elvas_development-box--item-info-image {
  padding: 1rem;
}

@media only screen and (max-width: 549px) {
  .search-itens .elvas_development-box--item-info-image {
    padding: 0rem 5rem;
  }
}

.search-itens .elvas_development-box--item-info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-itens .elvas_development-box--item-info--content {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}

@media only screen and (max-width: 549px) {
  .search-itens .elvas_development-box--item-info--content {
    padding: 0rem 1.4rem 1.4rem 1.4rem;
  }
}

@media only screen and (max-width: 379px) {
  .search-itens .elvas_development-box--item-info--content {
    padding: 0rem 1rem 0.4rem 1rem;
  }
}

.search-itens .elvas_development-box--item-info-area {
  width: 100%;
}

@media only screen and (max-width: 379px) {
  .search-itens .elvas_development-box--item-info-area {
    width: 100%;
  }
}

.search-itens .elvas_development-box--item-info-area:last-of-type {
  width: 100%;
}

.search-itens .elvas_development-box--item-info-icon {
  margin-right: 5%;
}

.search-itens .elvas_development-box--item-info-icon img {
  width: 0.8rem;
}

.search-itens .elvas_development-box--item-info-text p {
  color: #000;
  font-size: 0.7rem;
  line-height: 1.8;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .search-itens .elvas_development-box--item-info-text p {
    font-size: 0.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .search-itens .elvas_development-box--item-info-text p {
    font-size: 0.75rem;
  }
}

.search-page {
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

@media (max-width: 500px) {
  .page-title.search-page {
    padding-top: 7rem;
    font-size: 1.75rem;
  }
}

@media (min-width: 1440px) {
  .search-page {
    padding-left: 17rem;
  }
}

.historia-content-mobile {
  display: none;
  text-align: justify;
  padding: 1rem;
  /* padding-top: 2rem; */
  padding-top: 0;
}

.historia-content-mobile h1 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .historia-content-mobile {
    display: block;
  }
  .historia-content {
    display: none;
  }
}

@media (max-width: 500px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    right: 0;
  }
}

.up {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 99;
  background: #cea547;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  border: 1px solid #000;
  box-shadow: 0px 0px 6px #00000040;
}

.up.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .up {
    bottom: 4rem;
    right: 4rem;
  }
}

@media (max-width: 500px) {
  .up {
    bottom: 4rem;
    right: 1rem;
  }
}

@media (max-width: 500px) {
  .page-home,
  .page-vendas,
  .page-contato {
    padding-top: 4rem;
  }
}

.page-acompanhe-etapa .elvas_development-box--container {
  max-width: 1200px!important;
}

/* .page-acompanhe-etapa .elvas_development .swiper-wrapper .swiper-image-galery {
  overflow-y: overlay !important;
  height: 330px !important;
}

.page-acompanhe-etapa .elvas_development .swiper-wrapper .swiper-image-galery::-webkit-scrollbar {
  width: 12px;
}

.page-acompanhe-etapa .elvas_development .swiper-wrapper .swiper-image-galery::-webkit-scrollbar-track {
  background: #ddbf73;
  border-radius: 20px;
}

.page-acompanhe-etapa .elvas_development .swiper-wrapper .swiper-image-galery::-webkit-scrollbar-thumb {
  background-color: #cea547;
  border-radius: 20px;
  transition: 0.3s;
}

.page-acompanhe-etapa .elvas_development .swiper-wrapper .swiper-image-galery::-webkit-scrollbar-thumb:hover {
  background: #ddbf73;
} */

/* #swiper-wrapper-id-acompanhe-a-obra {
  min-height: 100vw!important;
} */

/* .main-video {
  height: 386px!important;
}

.main-video iframe {
  height: 100%!important;
} */

/* #swiper-wrapper-id-acompanhe-a-obra {
  height: 1600px!important;
}

@media(max-width:1365px) {
  #swiper-wrapper-id-acompanhe-a-obra {
    height: 1600px!important;
  }
}

@media(max-width:1279px) {
  #swiper-wrapper-id-acompanhe-a-obra {
    height: 1900px!important;
  }
}

@media(max-width:767px) {
  #swiper-wrapper-id-acompanhe-a-obra {
    height: 3700px!important;
  }
}  */

header .elvas_development-nav--logo {
  width: 25%;
}

@media only screen and (max-width: 1024px) {
  header .elvas_development-nav--logo {
    width: 17%;
  }
}

@media (max-width: 1366px) {
  header .elvas_development-nav {
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  header .elvas_development-nav--logo {
    width: 30%;
  }
}

@media only screen and (max-width: 549px) {
  header .elvas_development-nav--logo {
    width: 40%;
    padding: 0;
  }
}

header .elvas_development-nav--logo a {
  width: 60%;
}

@media only screen and (max-width: 1024px) {
  header .elvas_development-nav--logo a {
    width: 74%;
  }
}

@media only screen and (max-width: 768px) {
  header .elvas_development-nav--logo a {
    width: 50%;
    display: block;
    margin: 2% auto;
  }
}

@media only screen and (max-width: 549px) {
  header .elvas_development-nav--logo a {
    width: 75%;
    margin: 6% auto;
  }
}

header .elvas {
  background: #fff;
}

header .elvas_development-nav {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}

@media only screen and (max-width: 768px) {
  header .elvas_development-nav {
    padding: 0.5rem 0;
  }
}

header .elvas_development-nav-search {
  width: 44%;
}

@media only screen and (max-width: 1024px) {
  header .elvas_development-nav-search {
    width: 36%;
  }
}

@media only screen and (max-width: 549px) {
  header .elvas_development-nav-search {
    width: 90%;
  }
}

header .elvas_development-nav-search-bar {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

header .elvas_development-nav-search-bar form {
  width: 100%;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 549px) {
  header .elvas_development-nav-search-bar form {
    text-align: center;
  }
}

header .elvas_development-nav-search-bar form label {
  width: 85%;
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  header .elvas_development-nav-search-bar form label {
    width: 90%;
    margin: 0 auto;
  }
}

header .elvas_development-nav-search-bar form label input {
  width: 100%;
  color: #ffff;
  background: transparent;
  padding: 0.3rem 0;
  padding-left: 10px;
  border: 1px solid white;
  font-size: 0.9rem;
}

header .elvas_development-nav-search-bar form label input:focus {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  header .elvas_development-nav-search-bar form label input {
    padding: 0.47rem 0;
    font-size: 0.68rem;
    padding-left: 5px;
  }
}

header .elvas_development-nav-search-bar form label input::placeholder {
  color: #fff;
}

header .elvas_development-nav-search-bar form input[type="submit"] {
  position: absolute;
  right: 15%;
  color: #d7b66a;
  background: #fff url(../../src/img/icon/search-icon.png) no-repeat center
    center;
  background-size: 55%;
  width: 10%;
  font-size: 0;
  height: 31px;
  border-radius: 5px;
}

@media only screen and (max-width: 1199px) {
  header .elvas_development-nav-search-bar form input[type="submit"] {
    right: 0;
    width: 14%;
  }
}

@media only screen and (max-width: 549px) {
  header .elvas_development-nav-search-bar form input[type="submit"] {
    right: 5%;
    width: 29px;
    height: 33px;
  }
}

header .elvas_development-nav-navbar {
  width: 80%;
}

@media only screen and (max-width: 768px) {
  header .elvas_development-nav-navbar {
    width: 11%;
  }
}

@media only screen and (max-width: 549px) {
  header .elvas_development-nav-navbar {
    width: 22%;
  }
}

@media only screen and (min-width: 1025px) {
  header .elvas_development-nav-navbar {
    width: 100%;
  }
}

@media only screen and (max-width: 549px) {
  header .elvas_development-nav-navbar-img {
    width: 100%;
    margin-left: auto;
  }
}

header .elvas_development-nav-navbar nav button {
  border: none;
  background-color: transparent;
}

@media only screen and (min-width: 769px) {
  header .elvas_development-nav-navbar nav button {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  header .elvas_development-nav-navbar nav button {
    width: 90%;
  }
}

@media only screen and (max-width: 549px) {
  header .elvas_development-nav-navbar nav button {
    padding: 0;
    width: 9vw;
    margin: 12% auto;
  }
}

@media only screen and (max-width: 379px) {
  header .elvas_development-nav-navbar nav button {
    width: 10vw;
  }
}

header .elvas_development-nav-navbar ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  transition: height 0.4s ease-in-out;
  padding: 0.5rem 0;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  header .elvas_development-nav-navbar ul {
    position: absolute;
    left: 0;
    top: 92%;
    z-index: 58;
    width: 100%;
    height: 0px;
    text-align: center;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
}

header .elvas_development-nav-navbar ul li {
  position: relative;
  margin: 0 2rem 0 0;
}

@media only screen and (max-width: 1024px) {
  header .elvas_development-nav-navbar ul li {
    margin: 0.31rem 0.61rem;
  }
}

@media only screen and (max-width: 768px) {
  header .elvas_development-nav-navbar ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0.5rem;
    margin: 0;
  }
}

header .elvas_development-nav-navbar ul li:hover {
  background: #f3f3f3;
}

header .elvas_development-nav-navbar ul li:hover a {
  color: #292929;
  font-weight: 700;
}

header .elvas_development-nav-navbar ul li a {
  font-size: 1rem;
  color: #292929;
  text-decoration: none;
  padding: 7px;
	height: 24px;
	display: inline-block;
}
header .menu .sub-menu li a {
  font-weight: 400 !important;
}
@media only screen and (max-width: 1366px) {
  header .elvas_development-nav-navbar ul li a {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  header .elvas_development-nav-navbar ul li a {
    font-size: 0.6rem;
  }
}

@media only screen and (max-width: 768px) {
  header .elvas_development-nav-navbar ul li a {
    font-size: 0.91rem;
  }
}

@media only screen and (max-width: 549px) {
  header .elvas_development-nav-navbar ul li a {
    font-size: 0.8rem;
  }
}

header .elvas_development-nav-navbar ul li a:after {
  content: "";
  position: absolute;
  right: -20%;
  top: 50%;
  padding: 2px;
  background-color: #d7b66a;
  border-radius: 1rem;
}
header .elvas_development-nav-navbar ul li.menu-item-object-page:last-child a:after {
  display: none;
}

@media only screen and (min-width: 1025px) {
  header .elvas_development-nav-navbar ul li a:after {
    right: -12%;
  }
}

main.page-home {
  overflow: hidden;
}

main.page-home .background-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 137vh;
  max-height: 850px;
  background-color: #6363635c;
}

main.page-home .elvas_development--thumb-carousel {
  position: absolute;
  right: -100px;
  bottom: 0;
  width: 60%;
  display: flex;
  transition: right 0.8s ease-in-out;
}

@media (max-width: 500px) {
  main.page-home .elvas_development--thumb-carousel {
    width: 100%;
  }
}

main.page-home .elvas_development--thumb-carousel.hidden {
  right: -40vw;
}

@media only screen and (max-width: 1199px) {
  main.page-home .elvas_development--thumb-carousel.hidden {
    right: -38vw;
  }
}

@media only screen and (max-width: 768px) {
  main.page-home .elvas_development--thumb-carousel.hidden {
    right: -34vw;
  }
}

main.page-home .elvas_development--thumb-carousel-logo {
  width: 15vh;
  height: 10vh;
}

@media only screen and (max-width: 1024px) {
  main.page-home .elvas_development--thumb-carousel-logo {
    width: 11vh;
  }
}

main.page-home .elvas_development--thumb-carousel-logo-btn {
  display: flex;
  align-items: center;
  transform: translateX(19px);
  z-index: 9;
}

main.page-home .elvas_development--thumb-carousel-logo-btn button {
  background: #dcbc6d;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.1rem 0.6rem;
  border-radius: 2rem;
  transform: rotate(40deg);
  box-shadow: 0 0 3px #8e8e8e;
}

main.page-home .elvas_development--thumb-carousel-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

main.page-home .elvas_development--thumb-carousel .swiper-container {
  background: #f1f1f191;
  width: 96%;
  padding: 1.5rem 1.5rem 1rem 5rem;
}

main.page-home .elvas_content-block {
  position: relative;
  /* height: 90vh; */
  display: flex;
  align-items: center;
}

main.page-home .elvas_content-block--info {
  width: 100%;
}

main.page-home .elvas_content-block--list {
  max-width: 1140px;
  margin: 0 auto;
}

main.page-home .elvas_content-block-title,
main.page-home .elvas_content-block-subtitle,
main.page-home .elvas_content-block-text {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  main.page-home .elvas_content-block-title h2,
  main.page-home .elvas_content-block-title .h2,
  main.page-home .elvas_content-block-subtitle h2,
  main.page-home .elvas_content-block-subtitle .h2,
  main.page-home .elvas_content-block-text h2,
  main.page-home .elvas_content-block-text .h2 {
    font-size: 1.72rem;
  }
}

@media only screen and (max-width: 768px) {
  main.page-home .elvas_content-block-title h3,
  main.page-home .elvas_content-block-title .h3,
  main.page-home .elvas_content-block-subtitle h3,
  main.page-home .elvas_content-block-subtitle .h3,
  main.page-home .elvas_content-block-text h3,
  main.page-home .elvas_content-block-text .h3 {
    font-size: 1.35rem;
  }
}

@media only screen and (max-width: 768px) {
  main.page-home .elvas_content-block-title p,
  main.page-home .elvas_content-block-subtitle p,
  main.page-home .elvas_content-block-text p {
    font-size: 0.9rem;
    max-width: 105ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

main.page-home .elvas_content-block-button a {
  color: #fff;
  background: #dcbc6d;
  padding: 0.4rem 0.7rem;
  box-shadow: 0 0 5px #525252;
  border-radius: 0.2rem;
}

@media only screen and (max-width: 768px) {
  main.page-home .elvas_content-block-button a {
    font-size: 0.9rem;
  }
}

main.page-home .elvas_content-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

main.page-home .elvas_content-background-image {
  width: 100%;
  height: 100%;
}

main.page-home .elvas_content-background-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.25);
  transition: transform 3s ease-in;
  object-fit: cover;
}

main[class~="page-home"] .swiper-slide-active img {
  transform: scale(1);
}

section.page-home .elvas_development-info .elvas_development-title {
  margin: 3rem 3rem 1rem 0;
}

@media only screen and (max-width: 768px) {
  section.page-home .elvas_development-info .elvas_development-title {
    margin: 3rem 0rem 1rem 0;
  }
}

section.page-home .elvas_development-info .elvas_development-title h2,
section.page-home .elvas_development-info .elvas_development-title .h2 {
  text-align: left;
}

section.page-home .elvas_development-info .elvas_development-title h2 strong,
section.page-home .elvas_development-info .elvas_development-title .h2 strong {
  font-size: 1.7rem;
}

@media only screen and (max-width: 549px) {
  section.page-home .elvas_development-info .elvas_development-title h2 strong,
  section.page-home
    .elvas_development-info
    .elvas_development-title
    .h2
    strong {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  section.page-home .elvas_development-info .elvas_development-title h2,
  section.page-home .elvas_development-info .elvas_development-title .h2 {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 549px) {
  section.page-home .elvas_development-info .elvas_development-title h2,
  section.page-home .elvas_development-info .elvas_development-title .h2 {
    width: 100%;
  }
}

section.page-home .elvas_development-title {
  text-align: center;
  margin: 3rem;
}

@media only screen and (max-width: 549px) {
  section.page-home .elvas_development-title {
    margin: 2rem 3rem 0rem 3rem;
  }
}

section.page-home .elvas_development-title h2,
section.page-home .elvas_development-title .h2 {
  color: #292929;
}

@media only screen and (max-width: 768px) {
  section.page-home .elvas_development-title h2,
  section.page-home .elvas_development-title .h2 {
    font-size: 1.72rem;
  }
}

section.page-home .elvas_development-link span {
  color: #292929;
}

section.page-home .elvas_development-list {
  position: relative;
  z-index: 0;
}

section.page-home .elvas_development-list--item {
  width: 49%;
  height: auto;
  padding: 1rem;
}
@media (max-width: 1366px) {
  section.page-home .elvas_development-list--item {
    width: 49%;
  }
}
@media only screen and (max-width: 549px) {
  section.page-home .elvas_development-list--item {
    width: 100%;
  }
}

section.page-home
  .elvas_development-list--item
  .elvas_development-box--item-image
  img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

section.page-home .elvas_development-list--item:first-of-type {
  padding-bottom: 5rem;
  transform: none !important;
}

@media only screen and (max-width: 549px) {
  section.page-home .elvas_development-list--item:first-of-type {
    padding-bottom: 2rem;
  }
}

section.page-home .elvas_development-list--item:nth-of-type(1n) {
  float: left;
}

section.page-home .elvas_development-list--item:nth-of-type(2n) {
  float: right;
}

section.page-home .elvas_development-list--item:last-of-type {
  background: #292929;
  padding-bottom: 31%;
}

@media only screen and (max-width: 1199px) {
  section.page-home .elvas_development-list--item:last-of-type {
    padding-bottom: 13%;
  }
}

@media only screen and (max-width: 549px) {
  section.page-home .elvas_development-list--item:last-of-type {
    width: 100%;
  }
}

section.page-home
  .elvas_development-list--item:last-of-type
  .elvas_development-box--item {
  padding: 2rem 3rem 3rem;
}

@media only screen and (max-width: 768px) {
  section.page-home
    .elvas_development-list--item:last-of-type
    .elvas_development-box--item {
    padding: 2rem 1.5rem 2rem;
  }
}

section.page-home
  .elvas_development-list--item:last-of-type
  .elvas_development-box--item-title {
  display: block;
}

@media only screen and (max-width: 549px) {
  section.page-home
    .elvas_development-list--item:last-of-type
    .elvas_development-box--item-title {
    width: 100%;
  }
}

section.page-home
  .elvas_development-list--item:last-of-type
  .elvas_development-box--item-title
  h4,
section.page-home
  .elvas_development-list--item:last-of-type
  .elvas_development-box--item-title
  .h4 {
  width: 100%;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  section.page-home
    .elvas_development-list--item:last-of-type
    .elvas_development-box--item-title
    h4,
  section.page-home
    .elvas_development-list--item:last-of-type
    .elvas_development-box--item-title
    .h4 {
    font-size: 1.3rem;
  }
}

section.page-home
  .elvas_development-list--item:last-of-type
  .elvas_development-box--item-text {
  margin-top: 9%;
}

section.page-home
  .elvas_development-list--item:last-of-type
  .elvas_development-box--item-text
  p {
  color: #e7e7e7;
  line-height: 1.7;
}

@media only screen and (max-width: 768px) {
  section.page-home
    .elvas_development-list--item:last-of-type
    .elvas_development-box--item-text
    p {
    font-size: 0.8rem;
  }
}

section.page-home .elvas_development-illustration {
  position: relative;
}

section.page-home .elvas_development-box-name {
  position: absolute;
  bottom: 0;
  background: #fff;
  padding: 1rem 1rem 0;
}

@media only screen and (max-width: 1199px) {
  section.page-home .elvas_development-box-name {
    width: 65%;
  }
}

section.page-home .elvas_development-box--item-subtitle-info p {
  color: #dcbc6d;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

@media only screen and (max-width: 768px) {
  section.page-home .elvas_development-box--item-subtitle-info p {
    font-size: 0.8rem;
  }
}

section.page-home .elvas_development-box--item a:hover {
  color: #292929;
}

section.page-home .elvas_development-box--item-title {
  display: flex;
  width: 17vw;
}

@media only screen and (max-width: 549px) {
  section.page-home .elvas_development-box--item-title {
    width: 25vw;
  }
}

section.page-home .elvas_development-box--item-title h2,
section.page-home .elvas_development-box--item-title .h2 {
  color: #5c5c5c;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  section.page-home .elvas_development-box--item-title h2,
  section.page-home .elvas_development-box--item-title .h2 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 549px) {
  section.page-home .elvas_development-box--item-title h2,
  section.page-home .elvas_development-box--item-title .h2 {
    font-size: 1.4rem;
  }
}

@media (max-width: 430px) {
  .title-portifolio {
    font-size: 1.2rem !important;
    padding: 0 !important;
    padding-left: 0.5rem !important;
  }
}

section.page-home .elvas_development-box--item-link {
  display: flex;
  align-items: center;
}

section.page-home .elvas_development-box--item-link span {
  color: #000;
}

section.page-home .elvas_development-box--item-info {
  padding: 2rem 0;
}

@media only screen and (max-width: 549px) {
  section.page-home .elvas_development-box--item-info {
    padding: 1rem 0 0 0;
  }
}

section.page-home .elvas_development-box--item-info p {
  line-height: 1.8;
}

@media only screen and (max-width: 1539px) {
  section.page-home .elvas_development-box--item-info p {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 768px) {
  section.page-home .elvas_development-box--item-info p {
    font-size: 0.81rem;
  }
}

@media only screen and (max-width: 549px) {
  section.page-home .elvas_development-box--item-info p {
    margin: 0;
  }
}

section.page-home .elvas_development-box--item-info p img {
  width: 28px;
  padding: 5px;
  margin-right: 10px;
}

section.page-home .elvas_development-icons {
  float: left;
  width: 100%;
  position: relative;
  z-index: 6;
  margin-top: -28%;
}
section.page-home .elvas_development-icons-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 90%;
  padding: 5rem;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  section.page-home .elvas_development-icons {
    margin-top: -20%;
  }
  section.page-home .elvas_development-icons-background {
    padding: 2rem;
  }
}

@media only screen and (max-width: 549px) {
  section.page-home .elvas_development-icons-background {
    padding: 0rem 2rem 2rem 2rem;
  }
}

section.page-home .elvas_development-icons-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.page-home .elvas_development-icons-box--item {
  width: 30%;
  padding: 1rem;
  border: 1px solid #fff;
  transition: border 0.3s ease-in-out;
}

@media only screen and (max-width: 549px) {
  section.page-home .elvas_development-icons-box--item {
    width: 100%;
    margin-top: 10%;
  }
}

section.page-home .elvas_development-icons-box--item:hover {
  border-color: #dcbc6d;
}

section.page-home .elvas_development-icons-box--item-mark {
  margin-bottom: 15%;
}

section.page-home .elvas_development-icons-box--item-mark span {
  font-size: 2.5rem;
  color: #ddbf73;
  line-height: 0.8;
}

section.page-home .elvas_development-icons-box--item-title h2,
section.page-home .elvas_development-icons-box--item-title .h2 {
  color: #fff;
}

section.page-home .elvas_development-icons-box--item-list {
  display: flex;
}

section.page-home .elvas_development-icons-box--item-list-text {
  width: 60%;
}

section.page-home .elvas_development-icons-box--item-list-text p {
  color: #fff;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  section.page-home .elvas_development-icons-box--item-list-text p {
    font-size: 0.9rem;
  }
}

section.page-home .elvas_development-icons-box--item-list-image {
  width: 3rem;
  margin-left: auto;
  margin-right: 5%;
}

section.page-home .elvas_development-icons-box--item-list-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section.page-home .elvas_development-link a {
  text-decoration: none;
  color: #000;
}

@media only screen and (max-width: 549px) {
  section.page-home:nth-of-type(2) .elvas_content-box {
    width: 90%;
    margin: 0 auto;
  }
}

section.page-home:nth-of-type(2) .elvas_development-info {
  width: 70%;
  display: flex;
  align-items: center;
  height: 100%;
}

@media only screen and (max-width: 549px) {
  section.page-home:nth-of-type(2) .elvas_development-info {
    text-align: center;
    width: 100%;
  }
}

@media only screen and (max-width: 549px) {
  section.page-home:nth-of-type(2) .elvas_development-info-content {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 549px) {
  section.page-home:nth-of-type(2)
    .elvas_development-info-content
    .elvas_development-info-title {
    text-align: center;
  }
}

section.page-home:nth-of-type(2) .elvas_development-info-text p {
  font-size: 0.9rem;
}

section.page-home:nth-of-type(2) .elvas_development-info-title {
  text-align: left;
  padding: 0.5rem 0;
  margin: 0;
}

section.page-home:nth-of-type(2) .elvas_development-info-button {
  margin: 3rem 0;
}

section.page-home:nth-of-type(2) .elvas_development-info-button a {
  background: #e0c06d;
  color: #fff;
  padding: 0.8rem;
}

@media only screen and (max-width: 768px) {
  section.page-home:nth-of-type(2) .elvas_development-info-button a {
    font-size: 0.77rem;
  }
}

section.page-home:nth-of-type(2) .elvas_content-box{
	display: flex;
	gap: 2rem;
	margin-bottom: 3rem;
	flex-wrap: wrap;
}

section.page-home:nth-of-type(2) .elvas_development-box--item {
  width: 100%;
  flex: 1;
  padding: 1.5rem;
  border: 1px solid #000;
  transition: background 0.3s ease-in-out;
}

section.page-home:nth-of-type(2) .elvas_development-box--item:hover {
  background-color: #ddbf73;
}

section.page-home:nth-of-type(2) .elvas_development-box--item:hover a svg {
  fill: #fff;
}

section.page-home:nth-of-type(2) .elvas_development-box--item:hover a p {
  color: #fff;
}

section.page-home:nth-of-type(2) .elvas_development-box--item a {
  text-decoration: none;
}

section.page-home:nth-of-type(2) .elvas_development-box--item-image {
  margin: 0 0 15%;
  width: 23%;
}

section.page-home:nth-of-type(2) .elvas_development-box--item-image svg {
  fill: #e0c06d;
  width: 2rem;
  transition: fill 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  section.page-home:nth-of-type(2) .elvas_development-box--item-image svg {
    width: 1.52rem;
  }
}

section.page-home:nth-of-type(2) .elvas_development-box--item-text p {
  font-size: 1.3rem;
  color: #000;
  font-weight: 600;
  margin: 0;
  transition: color 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  section.page-home:nth-of-type(2) .elvas_development-box--item-text p {
    font-size: 0.9rem;
  }
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

#instagram .siga-inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#instagram .siga-inner > div{
  display: flex;
  align-items: center;
}

#instagram .siga img{
  width: 32px;
}

#instagram .siga a{
  color: #cea547;
}

@media(min-width: 320px){
  #instagram iframe{
    height: auto;
    margin-top: 1rem;
  }
}

@media(min-width: 768px){
  #instagram iframe{
    height: 235px;
    margin-top: 0;
  }
}

@media(min-width: 1024px){
  #instagram iframe{
    height: 360px;
  }
}

@media(min-width: 1280px){
  #instagram iframe{
    height: 415px;
  }
}

.krion-instagram-feed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-top: 1rem;
}

.krion-instagram-feed--item {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
}

#instagram .krion-instagram-feed--item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.krion-instagram-feed--item:hover img {
  transform: scale(1.05);
}

@media(min-width: 768px){
  .krion-instagram-feed {
    gap: 0.75rem;
  }
}

@media(min-width: 1024px){
  .krion-instagram-feed {
    gap: 1rem;
  }
}

/* Compat: templates usam a classe antiga do Swiper 6 (.swiper-container),
   mas o CSS empacotado é do Swiper 8, que estiliza .swiper. Sem isso o
   carrossel fica sem overflow:hidden/position:relative e "explode" o card. */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}