/* -------------------- FONTS -------------------- */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;800&family=Raleway:wght@400;700&display=swap');

/* -------------------- MAIN -------------------- */

body, html {
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
}
.container-fluid {
    max-width: 90%;
    position: relative;
}
.container {
    max-width: 1300px !important;
}
.locked {
    overflow-y: hidden;
}
.fancybox-overlay {
    overflow: hidden !important;
}
.fancybox-caption__body {
    font-size: 140%;
}
.bg-gray h1 {
    color: inherit !important;
}
article {
    position: relative;
    padding: 150px 0px;
}
.s-space {
    padding: 100px 0px;
}
article article {
    position: unset;
}
.border {
    border: unset !important;
}
.blog-post {
    padding: 0px 0px;
}
.small-space {
    padding: 100px 0px;
}
.page-content {
    padding-top: 130px;
}
*:focus, button:focus {
    outline: 0 !important;
}
img {
    max-width: 100%;
    height: auto;
}

/* -------------------- HEADER -------------------- */

#header {
    position: fixed;
    width: 100%;
    height: 130px;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
    z-index: 3000;
    top: 0;
    left: 0;
}
.dropdown-item.active, .current-menu-ancestor .dropdown-toggle , .current-menu-item .nav-link {
    font-weight: 700;
}
.navigation-bar .main-menu {
    padding-left: 0px;
}
.dropdown-menu.show {
    display: block;
    border-radius: 0px;
    border: 0px;
    padding: 20px 30px;
    min-width: 250px;
    top: 49px !important;
}
.sidebar .social-icons {
    display: none;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-toggle::before {
    content: "\f107";
    position: absolute;
    font-weight: 300;
    font-size: 170%;
    font-family: "Font Awesome 5 Pro";
    right: -6px;
    top: -10px;
}
.dropdown-toggle {
    padding-right: 18px !important;
}
.headroom--unpinned .dropdown-menu {
    display: none;
}
.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none;
    background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent !important;
}
.dropdown-item {
    padding: 6px 0px !important;
    font-size: 110%;
    text-decoration: none;
}
.customize-support #header {
    top: 32px;
}
.headroom {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
    box-shadow: unset !important;
}
.navigation-bar {
    display: block;
    position: relative;
    top: 44px;
    float: right;
}
nav ul li {
    display: inline-block;
    margin-right: 50px;
}
nav ul li:last-child {
    margin-right: 0px;
}
.nav-link {
    padding: 0px;
    font-size: 120%;
}
.logo-container {
    display: flex;
    align-items: center;
    height: 130px;
    width: auto;
    position: relative;
}
.logo {
    width: auto;
    max-height: 100%;
    max-width: 220px;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
header .col {
    top: -1rem;
}
.social-icons ul li {
    display: inline-block;
    margin: 0px 10px;
    border-radius: 100%;
}
.social-icons {
    display: inline-block;
    vertical-align: middle;
}
.social-icons ul {
    display: flex;
}
.menu-container {
    height: 100%;
    display: flex;
    align-items: center;
}
nav ul {
    margin-bottom: 0px;
}
.hamburger {
    padding: 0px !important;
    vertical-align: middle;
}
.social-icons i {
    width: 40px;
    height: 40px;
    padding-top: 8px;
    text-align: center;
    font-size: 150%;
}
.sidebar {
    display: none !important;
}
.hamburger-box {
    width: 50px !important;
    height: 50px !important;
}
.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0,-30px,0) rotate(-270deg) !important;
}
.hamburger--elastic .hamburger-inner {
    top: 13px !important;
}
.hamburger--elastic .hamburger-inner::before {
    top: 15px !important;
}
.hamburger--elastic .hamburger-inner::after {
    top: 30px !important;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 50px !important;
    height: 5px !important;
    border-radius: 0px !important;
}

/* -------------------- SPACING -------------------- */

.mt-80 {
    margin-top: 80px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-50 {
    margin-bottom: 50px;
}

/* -------------------- TYPO -------------------- */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display',Verdana;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-top: 30px;
}
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0px;
}
.h1, h1 {
    font-size: 330%;
    text-transform: uppercase;
}
.h2, h2 {
    font-size: 220%;
    text-transform: uppercase;
}
.h3, h3 {
    text-transform: uppercase;
    font-size: 180%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.h4, h4 {
    font-size: 120%;
    text-transform: uppercase;
}
.h6, h6 {
    font-size: 125%;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
}
.lead {
    font-size: inherit;
    font-weight: inherit;
}
.lead p {
    font-size: 130%;
}
.herocontainer h1, .herocontainer h2, .herocontainer h3, .herocontainer h4, .herocontainer h5, .herocontainer h6, .teamlisting ul h1, .teamlisting ul h2, .teamlisting ul h3, .teamlisting ul h4, .teamlisting ul h5, .teamlisting ul h6, 
.news-container h1, .news-container h2, .news-container h3, .news-container h4, .news-container h5,.news-container h6{
    color: inherit;
}
p:last-child, p:only-child {
    margin-bottom: 0px !important;
}
.page-content ul {
    padding: 0px;
    list-style-type: none;
}
.page-content li {
    padding-left: 30px;
    position: relative;
}
.page-content ul li::before {
    content: "–";
    display: inline-block;
    font-size: inherit;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 0;
}
.gallery ul li::before, .listing ul li::before {
    display: none !important;
}
a {
    text-decoration: underline;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;   
}
a:hover, a:focus, a:active {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;    
}
.nav-link, .button {
    text-decoration: none;
}
b, strong {
    font-weight: 700;
}
.button {
    font-size: 110%;
    text-transform: uppercase;
    padding: 16px 40px 18px 40px;
    border-radius: 60px !important;
    display: inline-block;
    font-weight: 600;
    line-height: 1.2;
}
.button.small {
    font-size: 90%;
    color: inherit;
    text-transform: uppercase;
    padding: 15px 30px 15px 30px;
    border-radius: 60px;
    display: inline-block;
    font-weight: 600;
    margin: 0px 10px 10px 0px;
    background: transparent;
    text-align: center;
}
.button:hover {
    transform: scale(1.02);
}
.button:hover, .button:active, .button:focus {
    text-decoration: none;
}

/* -------------------- MODULES -------------------- */
.single-post img {
	max-width: 100%;
	height: auto;
}
.wp-caption-text {
    font-size: 90% !important;
    margin-top: 10px !important;
}
.wp-caption {
    max-width: 100%;
    height: auto;
}
.swiper-wrapper, .swiper-slide {
    position: relative;
    height: calc(100vh - 130px);
    width: 100%;
    min-height: 700px;
}
.swiper-slide {
    overflow: hidden;
}
.swiper-slide img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.contentset::before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.contentset::after {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.3 !important;
    mix-blend-mode: multiply;
}
.swiper-content, .vertical-centered {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1000;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    width: 850px;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.7);
}
.swiper-content h1{
    line-height: 1.1;
}
.swiper-content h6 {
    font-family: raleway;
}
.text-banner span {
    line-height: 1.2;
    font-size: 330%;
    text-transform: uppercase;
    font-family: 'Playfair Display',Verdana;
}
.form-section h1, .form-section h2, .form-section h3, .form-section h4, .form-section h5, .form-section h6, .page-content .form-section a {
    color: inherit;
}
.swiper-button-next::before, .swiper-button-prev::before {
    content: "\f054";
    position: relative;
    font-weight: 300;
    display: block;
    font-size: 60px;
    font-family: "Font Awesome 5 Pro";
}
.swiper-button-prev::before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.swiper-button-prev, .swiper-button-next {
    background-image: none !important;
}
.swiper-button-next, .swiper-button-prev {
    width: auto;
    height: 77px;
}
.swiper-button-prev{
    left: calc(5% + 15px) !important;
}
.swiper-button-next{
    right: calc(5% + 15px) !important;
}
.news-prev {
    left: -90px;
}
.news-next {
    right: -90px;
}
.news-prev::before, .news-next::before {
    position: relative;
    width: 60px;
    height: 60px;
    display: block;
    content: "\f0a8";
    font-weight: 300;
    font-size: 300%;
    font-family: "Font Awesome 5 Pro";
}
.news-next:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.slider-button {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.fal.fa-angle-down {
    font-size: 300%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10000;
    width: 100px;
    bottom: 5%;
    text-align: center;
}
.news .swiper-slide {
    display: block;
    -webkit-align-items: center;
    align-items: center;
}
.news .swiper-wrapper, .news .swiper-slide {
    position: relative;
    height: auto;
    width: 100%;
    min-height: auto;
}
.news .swiper-slide:before {
    display: none;
}
.link {
    position: absolute;
    bottom: 50px;
    left: 40px;
}
.content-container {
    margin-bottom: 60px;
}
.swiper-content-sub {
    padding: 50px 40px;
}
.news .swiper-slide {
    overflow: inherit;
}
iframe {
    width: 100%;
}
.news .date {
    position: absolute;
    top: 0;
    right: 40px;
    letter-spacing: 2px;
    z-index: 10;
    padding: 9px 30px 12px 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.listing i {
    font-size: 260%;
    margin-bottom: 30px;
}
.listing-wrap {
    padding: 40px 30px;
}
.listing ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0px;
}
.listing ul li {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    list-style-type: none;
    margin-top: 30px;
}
.listing ul li ul {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
}
.listing ul li ul li {
    max-width: 100%;
    padding-left: 30px;
    position: relative;
    margin-top: 0px;
}
.listing ul li ul li::before {
    content: "–";
    display: inline-block !important;
    font-size: inherit;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 0;
}
.page-content ol {
    padding-left: 17px;
}
.page-content ol li {
    padding-left: 13px;
    list-style-type: decimal;
}
.page-content ul, .page-content ol {
    margin-bottom: 20px !important;
}
.page-content ul:last-child, .page-content ol:last-child {
    margin-bottom: 0px !important;
}
.listing ul li ol li::before {
    display: none !important;
}
.listing-one ul li::before, .listing-two ul li::before, .listing-three ul li::before, .listing-four ul li::before, .listing-five ul li::before {
    display:none;
}
.listing-one ul li {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    list-style-type: none;
    margin-top: 30px;
}
.listing-two ul li {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    list-style-type: none;
    margin-top: 30px;
}
.listing-three ul li {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    list-style-type: none;
    margin-top: 30px;
}
.listing-four ul li {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    list-style-type: none;
    margin-top: 30px;
}
.listing-four ul li:first-child, .listing-four ul li:nth-child(2), .listing-four ul li:nth-child(3), .listing-four ul li:nth-child(4) {
    margin-top: 0px;
}
.listing-five ul li {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    list-style-type: none;
    margin-top: 30px;
}
.listing-five ul li:first-child, .listing-five ul li:nth-child(2), .listing-five ul li:nth-child(3), .listing-five ul li:nth-child(4), .listing-five ul li:nth-child(5) {
    margin-top: 0px;
}
.listing ul li:first-child, .listing ul li:nth-child(2), .listing ul li:nth-child(3) {
    margin-top: 0px;
}
.listingboxtitle, .listingboxcontent, .listingboxnotice {
    padding: 20px;
}
.listingboxcontent div:only-child {
    margin-bottom: -20px !important;
}
.listingboxtitle h4 {
    margin-bottom: 0px !important;
}
.listingboxnotice {
    border-top: 1px solid;
    line-height: 1;
}
.listingboxcontent {
    padding-top: 0px;
    border-top: 1px solid;
    padding-top: 20px;
}
.listing-container .img-box {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -22px;
    margin-bottom: 20px;
}
.content-wrap {
    padding: 30px 40px 90px 40px;
}
.img-box {
    position: relative;
}
.img-box::before {
    content: "";
    display: block;
    padding-top: 75%;
}
.img-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.img-streched {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;   
}
.image-banner::before, .formimage:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1000;
}
.image-banner::after, .formimage::after {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.3 !important;
    mix-blend-mode: multiply;
}
.image-banner .container, .formimage .container{
    z-index: 1001;
    position: relative;
}
.image-banner p:nth-of-type(1) {
    margin-top: 50px !important;
}
.embed-box {
    position: relative;
}
.embed-box::before {
    content: "";
    display: block;
    padding-top: 57%;
}
.embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.embed iframe {
    width: 100%;
    height: 100%;
}
.dpl-5 {
    padding-left: 50px;
}
input, optgroup, select, textarea {
    width: 100%;
    border: 0px !important;
    padding: 18px 25px !important;
    border-radius: 0px !important;
}
textarea {
    max-height: 150px !important;
}
select {
    word-wrap: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
}
.quform-error-text {
    color: inherit !important;
}
input:focus, input:active, textarea:focus, textarea:active {
    border: 0px solid #000;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;   
}
.quform-spacer {
    padding: 0px !important;
    margin: 0 0 25px 0 !important;
}
.quform-button-icon {
    margin-left: 9px;
}
.quform-element-submit {
    margin: 0px !important;
}
.quform-label-text {
    display: none !important;
}
.quform-sub-label {
    font-size: 120% !important;
    font-weight: 700;
    text-transform: uppercase;
}
.form {
    padding: 50px;
}
.form.bg-gray {
    background: rgba(242, 242, 242, 0.85) !important;
}
textarea {
    max-height: 180px;
}
.quform-submit {
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 100%;
    position: relative;
    display: inline-block !important;
    padding: 18px 80px 18px 80px !important;
}
.ajax-loader {
    display: none !important;
}
.img-fitting {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    min-height: 100%;
    left: 15px;
}
.content-listing {
    padding: 100px 60px;
}
.img-left .content-listing {
    margin-left: -15px;
}
.img-right .content-listing {
    margin-right: -15px;
}
.img-left .img-fitting, .img-right .img-fitting {
    width: calc(100% - 15px);
}
.img-right .img-fitting {
    left: 0;
}
.block-listing .row:nth-child(n+2) {
    margin-top: 30px;
}
.team p {
    margin-top: 10px;
}
.teamlisting i {
    font-size: 100%;
    margin-bottom: 0px;
}
.gallery .img-box:hover .img-container::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.gallery .img-box:hover .img-container::after {
    font-size: 320%;
    position: absolute;
    right: 0;
    content: "\f067";
    font-weight: 300;
    display: block;
    font-family: "Font Awesome 5 Pro";
    z-index: 11;
    left: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.gallery .img-box:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -o-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;   
}
.text-shadow {
    text-shadow: 0px 0px 20px rgba(0,0,0,0.7);
}
.post-date {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 120%;
}
.post-title {
    position: relative;
    margin: 30px 0px 100px 0px;
}
.post-title::after {
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -30px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.post-image {
    position: relative;
    padding-top: 56.25%;
}
.post-content {
    margin-top: 100px;
}
.function {
    margin-top: 10px !important;
}
.vertical-centered {
    width: 100%;
}
.sub-links {
    position: absolute;
    bottom: 30px;
    left: 40px;
    width: calc(100% - 80px);
}
.swiper-pagination {
    display: none;
}

/* -------------------- FOOTER -------------------- */

.footer {
    padding: 80px 0px;
}
footer .dropdown-toggle {
    padding-right: 0px !important;
} 
footer .dropdown-toggle::before {
    display: none;
}
.footer h4 {
    color: inherit !important;
}
.credits ul li {
    display: inline-block;
    margin-right: 15px;
}
.credits ul {
    margin-bottom: 0px;
}
.company img {
    width: 200px;
    margin-bottom: 50px;
}
#back-top:hover {
    background: rgba(0,0,0,0.8);
    transition: all .2s ease;
}
#back-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: rgba(0,0,0,0.5);
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 10000;
    opacity: 0;
    color: #FFF;
    font-size: 192%;
    transition: all .2s ease;
}
.scrolling {
    opacity: 1 !important;
}
.footer p:last-child {
    margin-bottom: 0px;
}
footer ul {
    padding-left: 0px;
    list-style-type: none;
}
.autor {
    padding: 20px 0px;
    font-size: 90%;
}
footer .social-icons li:first-child {
    margin-left: 0px;
}
footer .social-icons li:last-child {
    margin-right: 0px;
}
.footer-menu a {
    font-size: 100%;
    text-decoration: underline;
}
.autor i {
    position: relative;
    margin: 0px 1px;
    top: 1px;
}
footer .social-icons ul {
    margin-top: 50px !important;
    display: block;
    margin: 0 auto;
}
.footer-menu {
    margin-top: 30px;
    list-style-type: none;
}
.credits p {
    margin-top: 50px;
}
footer .social-icons {
    height: auto;
    display: block;
}
#cookie-notice {
    min-width: 350px !important;
    width: 350px !important;
    bottom: 25px !important;
    margin: 0 auto;
    left: auto !important;
    right: 25px !important;
    background-color: rgba(0, 0, 0, 0.9) !important;
}
#cn-notice-text {
    font-size: 15px;
    line-height: 1.4;
    display: block;
    margin-bottom: 20px;
}
#cookie-notice .button {
    font-size: 100% !important;
    padding: 8px 18px 10px 18px;
}
.cn-close-icon {
    right: 10px !important;
    top: 20px !important;
    opacity: 1 !important;
    color: #FFF !important;
}
.cn-button {
    color: #FFF;
}

/* -------------------- RESPONSIVE DESIGN -------------------- */

@media screen and (max-width: 1600px){
.slider-button {
    width: 60px;
    height: 60px;
    position: absolute;
    top: auto;
    transform: none;
    cursor: pointer;
    bottom: -100px;
}
.news-next {
    right: calc(50% - 80px);
}
.news-prev {
    left: calc(50% - 80px);
}
}
@media screen and (max-width: 1500px){
.nav-link {
    font-size: 110%;
}
nav ul li {
    margin-right: 40px;
}
.container {
    max-width: 90% !important;
}
}
@media (min-width: 1351px){
.navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.navbar-expand-custom .navbar-nav {
    flex-direction: row;
}
.navbar-expand-custom .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-expand-custom .navbar-collapse {
    display: inline-block;
    vertical-align: middle;
}
.hamburger.hamburger--elastic {
    display: none;
}
}
@media (max-height: 900px){
.swiper-content h1 {
    font-weight: 400;
    line-height: 1.1;
    font-size: 300%;
}
}
@media screen and (max-width: 1350px){
.hamburger.hamburger--elastic.is-active .hamburger-box {
    top: 7px;
}
.navigation-bar {
    top: 35px !important;
}
.email span {
    display: none;
}
.email i {
    font-size: 150%;
} 
.dropdown-menu.show {
    position: relative !important;
    transform: unset !important;
    float: none;
    background: transparent !important;
    margin: 0px !important;
    padding: 0px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    top: 0px !important;
}
.dropdown-item {
    padding: 3px 0px !important;
    font-size: 120%;
    text-transform: uppercase;
}
.dropdown-toggle::before {
    right: 20px;
    top: -14px;
}
.sidebar {
    display: -ms-flexbox !important;
    display: flex !important;
    position: fixed;
    right: 0px;
    margin-top: 0px;
    z-index: 1000;
    top: 0;
    max-width: 400px;
    text-align: left;
    min-width: 400px;
    line-height: 1.6;
    height: 100%;
    min-height: 100%;
    padding: 0px;
    overflow-y: auto;
	-webkit-transform: translate3d(100%,0,0);
	-moz-transform: translate3d(100%,0,0);
	-ms-transform: translate3d(100%,0,0);
	-o-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
    -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860); /* easeInOutCirc */
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); /* easeInOutCirc */
    overflow-x: hidden;
}
.sidebar span {
    display: none;
}
.sidebar .button {
    margin-left: 30px;
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center
}
.sidebar ul li:first-child {
    border-top: 0px solid #FFF;
    padding-top: 15px;
    margin-top: 0px;
}
.sidebar ul {
    padding-left: 0px;
}
.sidebar .nav-link {
    text-transform: uppercase;
}
.nav-link {
    padding: 0px;
    font-size: 120%;
}
.sidebar ul li {
    display: block;
    font-size: 120%;
    margin: 15px 0px;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
}
.nav-open .sidebar {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860); /* easeInOutCirc */
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); /* easeInOutCirc */
}
.nav-open .page-content, .nav-open #header, .nav-open footer, .nav-open #back-top {
    -webkit-transform: translate3d(-400px, 0, 0);
    -moz-transform: translate3d(-400px, 0, 0);
    -ms-transform: translate3d(-400px, 0, 0);
    -o-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0);
    -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860); /* easeInOutCirc */
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); /* easeInOutCirc */
}
.page-content, #header, footer {
    -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860); /* easeInOutCirc */
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); /* easeInOutCirc */
}
.social-icons ul {
    padding-left: 0px;
    margin-right: 25px;
}
.text-banner span {
    line-height: 1.4;
    font-size: 220%;
}
.listing-five ul li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.listing-five ul li:nth-child(4), .listing-five ul li:nth-child(5) {
    margin-top: 30px;
}
}
@media screen and (max-width: 1100px){
.listing-four ul li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.listing-four ul li:nth-child(3), .listing-four ul li:nth-child(4) {
    margin-top: 30px;
}
}
@media screen and (max-width: 1024px){
 .listing ul li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.listing ul li:nth-child(3) {
    margin-top: 30px;
}  
.listing-four ul li:nth-child(4) {
    margin-top: 30px;
}    
.h1, h1 {
    font-size: 300%;
}   
.swiper-content h1 {
    font-size: 300%;
}
.h2, h2 {
    font-size: 210%;
}    
.h3, h3 {
    font-size: 160%;
}
.lead p {
    font-size: 120%;
}  
.swiper-content, .vertical-centered {
    max-width: 80%;
}
}
@media screen and (max-width: 992px){
.dpl-5 {
    padding-left: 15px;
    padding-top: 50px;
}
.bg-gray-fullwidth::before {
    width: calc(100% - 15px);
    left: 15px;
} 
.img-fitting {
    width: calc(100% - 15px);
}
.swiper-content h1 {
    font-size: 250%;
}
.logo {
    max-width: 200px !important;
}
.vertical-centered {
    position: relative;
    top: 0px;
    transform: none;
    margin-bottom: 100px;
}
footer .text-right, footer .text-center {
    text-align: left !important;
}
footer .autor .text-center{
    text-align: center !important;
} 
.bg-gray-fullwidth::before {
    width: calc(100% - 15px);
    left: 0px;
}
footer .social-icons {
    max-width: 150px;
}
footer .social-icons ul li {
    display: inline-block;
    margin: 8px 0px;
    margin-right: 10px;
}
}
@media screen and (max-width: 768px){
article {
    padding: 90px 0px;
}
.listingboxtitle, .listingboxcontent, .listingboxnotice {
    padding: 15px;
}
.listing-container .img-box {
    margin-left: -15px;
    margin-right: -15px;
}
.img-right .content-listing {
    margin-right: 0px;
}
.img-left .content-listing {
    margin-left: 0px;
}
.img-left .img-fitting, .img-right .img-fitting {
    width: 100%;
}
.dropdown-toggle::before {
    top: -8px;
}
.content-listing {
    padding: 80px 20px;
}
.news-container {
    padding-bottom: 150px !important;
}  
.h1, h1 {
    font-size: 250%;
} 
.swiper-content h1, .text-banner span {
    font-size: 170%;
}
.h2, h2 {
    font-size: 210%;
}    
.h3, h3 {
    font-size: 150%;
}
.dropdown-toggle {
    white-space: initial;
    -moz-hyphens: auto;
    hyphens: auto;
    line-height: 1.2;
}
.sidebar span {
  -moz-hyphens: auto;
  hyphens: auto;
}
.nav-link {
    font-size: 110%;
    padding-right: 40px !important;
}
.lead p {
    font-size: 115%;
}  
.button {
    font-size: 110%;
    padding: 13px 30px 15px 30px;
}
.swiper-content{
    max-width: 65%;
}
 .listing ul li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}      
.listing ul li:nth-child(2) .listing ul li:nth-child(3) {
    margin-top: 30px;
}   
#back-top {
    bottom: 40px;
    right: 30px;
}
.content-listing {
    padding: 70px 40px;
}
.news .date {
    position: relative;
    top: 0;
    right: 0;
    box-shadow: unset;
    margin: 0 auto;
    left: 0;
    text-align: center;
}  
.news-next {
    right: calc(50% - 80px);
}
.news-prev {
    left: calc(50% - 80px);
}
.footer-menu {
    margin-bottom: 0px;
}
.footer {
    padding: 40px 0px;
}
.sidebar .button {
    margin-bottom: 50px !important;
    margin-top: 30px !important;
    margin: 0 auto;
    display: block;
    width: 90%;
}  
.bg-gray-fullwidth::before {
    left: 0;
    width: calc(100% - 15px);
}
}
@media screen and (max-width: 767.9px){  
footer .col + .col {
    margin-top: 40px;
    padding-top: 40px;
}
.img-fitting {
    width: 100%;
    min-height: 350px;
    position: relative;
    left: 0px;
}
footer .social-icons li:first-child {
    padding-left: 0px !important;
    margin-left: 0px !important;
}
.bg-gray-fullwidth::before {
    left: 15px;
    width: calc(100% - 30px);
}
footer .social-icons {
    max-width: 100% !important;
}
.social-icons ul li {
    display: inline-block;
    margin: 8px 6px !important;
    width: auto !important;
    margin-left: 10px !important;
}
.social-icons ul li:first-child {
    margin-left: 0px;
}
.img-fitting {
    width: 100%;
}  
footer .col::before {
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    top: 0;
    left: 15px;
}
footer .col:first-child::before {
    display: none;
}
.swiper-pagination {
    display: block;
    bottom: 20px !important;
}
.swiper-button-prev, .swiper-button-next {
    display: none;
}
.hero .fal.fa-angle-down {
    display: none;
}
.swiper-wrapper, .swiper-slide {
    height: 600px;
    min-height: 600px;
}
.button {
    font-size: 105%;
    padding: 12px 20px 12px 20px;
}
.swiper-content {
    max-width: 90%;
}
.mt-80 {
    margin-top: 40px;
}
.swiper-content h1 {
    font-size: 210%;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
}
}
@media screen and (max-width: 680px){ 
 .listing ul li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}      
.listing ul li:nth-child(2), .listing ul li:nth-child(3) {
    margin-top: 30px !important;
}   
header .social-icons {
    display: none;
}    
.sidebar .social-icons li:first-child {
    border: unset;
    padding-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
} 
.sidebar .social-icons i {
    width: 40px;
    height: 40px;
    padding-top: 8px;
    text-align: center;
    font-size: 120%;
}
.sidebar .social-icons {
    margin-top: 40px;
    height: auto;
    display: block;
} 
.sidebar .social-icons ul {
    margin-right: 0px;
    display: block;
    text-align: center;
}  
.sidebar .social-icons li {
    border: unset;
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: inline-block;
} 
.sidebar .social-icons ul li {
    padding-left: 0px !important;
}
.vertical-centered {
    max-width: 100%;
}
.sidebar {
    max-width: 75%;
    min-width: 75%;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.nav-open .page-content, .nav-open #header, .nav-open footer, .nav-open #back-top {
    -webkit-transform: translate3d(-75%, 0, 0);
    -moz-transform: translate3d(-75%, 0, 0);
    -ms-transform: translate3d(-75%, 0, 0);
    -o-transform: translate3d(-75%, 0, 0);
    transform: translate3d(-75%, 0, 0);
}
.nav-open #back-top {
    display: none;
}
}
@media screen and (max-width: 600px){ 
article, .small-space {
    padding: 80px 0px;
}
.quform-submit {
    padding: 18px 30px 18px 30px !important;
}
.content-listing {
    padding: 80px 20px;
}
.news-container {
    padding-bottom: 150px !important;
}  
.h1, h1 {
    font-size: 200%;
} 
.swiper-content h1 {
    font-size: 220%;
}
.h2, h2 {
    font-size: 160%;
}    
.post-date {
    font-size: 100%;
}
.h3, h3 {
    font-size: 130%;
}
.h6, h6 {
    font-size: 105%;
}
.lead p {
    font-size: 112%;
}  
.logo {
    max-width: 180px !important;
}  
.swiper-wrapper, .swiper-slide {
    height: 400px;
    min-height: 400px;
}
.swiper-content h6 {
    display: none;
}
.swiper-content h1, .text-banner span {
    font-size: 150%;
}
}
@media screen and (max-width: 500px){ 
#header {
    height: 110px;
}  
.form {
    padding: 30px;
}
.h1, h1 {
    font-size: 180%;
}
.h2, h2 {
    font-size: 160%;
}
.navigation-bar {
    top: 15px !important;
}
#cookie-notice {
    min-width: 100% !important;
    width: 100% !important;
    bottom: 0px !important;
    margin: 0 auto;
    left: 0px !important;
    right: 0px !important;
}
.cookie-notice-container #cn-notice-text {
    margin-bottom: 15px !important;
}
.logo-container {
    height: 110px;
}
.content-wrap {
    padding: 30px 30px 90px 30px;
}
.page-content {
    padding-top: 110px;
}
.sub-links {
    width: calc(100% - 60px);
    left: 30px;
}
.dropdown-item {
    font-size: 110%;
}
.img-fitting {
    min-height: 220px;
}
.content-listing, .swiper-content-sub{
    padding: 30px 20px;
}
.link {
    bottom: 30px;
    left: 20px;
}
body {
    font-size: 16px;
}
.hamburger {
    padding: 15px 0px !important;
}
.social-icons ul li {
    margin: 0px 5px;
}
}
@media screen and (max-width: 400px){ 
.button.small {
    padding: 9px 25px 10px 25px;
}
.h1, h1 {
    font-size: 170%;
}
.h2, h2 {
    font-size: 140%;
}
.logo {
    max-width: 150px !important;
}
body {
    font-size: 15px;
}
.container, .container-fluid {
    max-width: 100% !important;
}
.form {
    padding: 20px 15px;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 40px !important;
}
.hamburger-box {
    width: 40px !important;
}
footer .autor .text-center {
    text-align: left !important;
}
.dropdown-toggle::before {
    top: -8px;
}
.swiper-content h1, .text-banner span{
    font-size: 120%;
    line-height: 1.4;
}
}
@media screen and (max-width: 350px){ 
.swiper-content h1 {
    font-size: 120%;
    line-height: 1.4;
}
#back-top {
    width: 40px;
    height: 40px;
    font-size: 160%;
} 
.sidebar .social-icons li {
    padding-left: 0px;
}
.slider-button {
    width: 50px;
    height: 50px;
}
.news-prev::before, .news-next::before {
    width: 50px;
    height: 50px;
}
.news-prev {
    left: calc(50% - 60px); 
}
.news-next {
    right: calc(50% - 60px);
}
}
@media screen and (max-width: 280px){ 
.logo {
    max-width: 150px !important;
}
.h1, h1 {
    font-size: 170%;
}
.content-wrap {
    padding: 30px 20px;
}
.nav-link {
    font-size: 90%;
}
.sidebar span {
    font-size: 100%;
}
.button {
    font-size: 100%;
    padding: 7px 15px 10px 15px;
    line-height: 1.2;
}
}