.dnone {
    display: none !important
}

@font-face {
    font-family: BodoniModa Regular;
    src: url(/fonts/BodoniModa-Regular.ttf);
    font-display: swap
}

@font-face {
    font-family: BodoniModa Medium;
    src: url(/fonts/BodoniModa-Medium.ttf);
    font-display: swap
}

@font-face {
    font-family: BodoniModa Semibold;
    src: url(/fonts/BodoniModa-Semibold.ttf);
    font-display: swap
}

@font-face {
    font-family: BodoniModa Bold;
    src: url(/fonts/BodoniModa-Bold.ttf);
    font-display: swap
}

@font-face {
    font-family: BodoniModa #000;
    src: url(/fonts/BodoniModa-Black.ttf);
    font-display: swap
}

@font-face {
    font-family: Montserrat Regular;
    src: url(/fonts/Montserrat-Regular.ttf);
    font-display: swap
}

@font-face {
    font-family: Montserrat Medium;
    src: url(/fonts/Montserrat-Medium.ttf);
    font-display: swap
}

@font-face {
    font-family: Montserrat Thin;
    src: url(/fonts/Montserrat-Thin.ttf);
    font-display: swap
}

@font-face {
    font-family: Montserrat Light;
    src: url(/fonts/Montserrat-Light.ttf);
    font-display: swap
}

@font-face {
    font-family: Montserrat Bold;
    src: url(/fonts/Montserrat-Bold.ttf);
    font-display: swap
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: BodoniModa-Bold, serif;
    font-weight: 600;
    font-display: swap
}

@media (min-width:992px) {
    h2 {
        font-size: 54px
    }
}

h2 {
    color: #004d49
}

a,
a:hover {
    color: #004d49;
    text-decoration: none
}

a:hover {
    color: #011514
}

.window-loader {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    z-index: 99999
}

.window-loader #spinner-pulse {
    opacity: 1
}

:root {
    --red: #d31721;
    --green: #004d49
}

.red-text {
    color: var(--red) !important;
    transition: .25s
}

.type-page .container-fluid {
    padding: 0
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: transparent;
    border: none
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none
}

::-moz-selection {
    color: #fff;
    background: #5fbfba
}

::selection {
    color: #fff;
    background: #5fbfba
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #f5f5f5
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #004d49
}

header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    padding: 2rem 0;
    display: flex;
    width: 100%;
    background: 0 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: background .2s linear, padding .2s linear, border-bottom .2s linear;
    transition: background .2s linear, padding .2s linear, border-bottom .2s linear
}

.header-scroll {
    background: #fff;
    padding: .75rem 0;
    border-bottom: 1px solid #004d4929
}

header .container {
    max-width: 96%;
    margin-right: 0
}

header .logo {
    max-height: 40px
}

header #main-navbar {
    width: 66%
}

header #location .nav-link {
    font-family: BodoniModa Regular;
    color: #fff;
    padding: .75rem 2rem !important
}

header .main-nav-item {
    padding: 0 2rem
}

header .nav-link {
    font-family: BodoniModa Regular;
    color: #fff;
    padding: .75rem 2rem !important;
    font-size: 54px
}

header .language-select {
    list-style: none;
    text-transform: uppercase
}

header .language-select .nav-link {
    padding: .75rem 2rem !important
}

header .navbar-toggler {
    position: relative;
    display: flex !important;
    z-index: 10;
    outline: 0
}

header .navbar-toggler .lines {
    margin: auto
}

header .navbar-toggler .icon-bar {
    background-color: #004d49
}

header .navbar-toggler p {
    margin: auto;
    font-family: Montserrat Medium;
    font-size: 18px;
    color: #004d49;
    line-height: normal;
    padding-left: 10px;
    transition: ease all .2s
}

.navbar-expand-lg .navbar-collapse {
    flex-direction: column;
    height: 100vh;
    background-color: var(--green);
    top: -2em;
    position: absolute;
    width: 101%;
    left: 0;
    z-index: 0;
    transition: top .2s linear, left .2s linear
}

.navbar-scroll {
    top: -.75em !important
}

.navbar-expand-lg .navbar-collapse:not(.show) {
    left: -101%
}

.navbar-expand-lg .navbar-collapse ul {
    flex-direction: column;
    margin: auto auto auto 0 !important
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1),
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    background-color: #fff
}

.navbar-toggler:not(.collapsed) p {
    color: #fff
}

header .header-contact {
    display: flex;
    width: 33.33%;
    min-width: 350px;
    margin: auto;
    margin-right: 0;
    text-align: center;
    flex-direction: row;
    justify-content: space-evenly
}

header .header-contact a {
    font-family: 'Montserrat Bold';
    color: var(--green);
    text-decoration: none;
    font-size: 24px;
    padding: .25rem 1rem;
    background-image: linear-gradient(var(--red), var(--red)), linear-gradient(var(--red), var(--red)), linear-gradient(var(--red), var(--red)), linear-gradient(var(--red), var(--red)), linear-gradient(var(--red), var(--red)), linear-gradient(var(--red), var(--red)), linear-gradient(var(--red), var(--red)), linear-gradient(var(--red), var(--red)), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px;
    background-position: left bottom, left bottom, left top, left top, right top, right top, right bottom, right bottom, 1px 1px;
    transition: all .25s linear
}

header .header-contact a:hover {
    color: var(--red);
    background-size: 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px;
    background-image: linear-gradient(var(--red), var(--red)), linear-gradient(var(--red), var(--red)), linear-gradient(var(--red), var(--red)), linear-gradient(var(--red), var(--red)), linear-gradient(var(--red), var(--red)), linear-gradient(var(--red), var(--red)), linear-gradient(var(--red), var(--red)), linear-gradient(var(--red), var(--red)), linear-gradient(transparent, transparent);
    transition: all .25s linear
}

header .header-contact span {
    width: 1px;
    background-color: #004d4926;
    display: block
}

header .language-select {
    display: none;
    flex-direction: row
}

header .language-select a {
    width: 100%
}

header .language-select ul {
    position: relative;
    top: 0;
    margin: auto !important;
    background: 0 0;
    border: none
}

header .language-select ul li a {
    font-family: BodoniModa Regular;
    color: #fff;
    padding: .75rem 0 !important;
    font-size: 54px
}

header a {
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px;
    background-position: left bottom, left bottom, left top, left top, right top, right top, right bottom, right bottom, 1px 1px;
    transition: all .25s linear
}

header a:hover {
    background-size: 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(transparent, transparent)
}

header li {
    padding: .5rem 2rem !important
}

.custom-footer-row {
    justify-content: space-between
}

footer {
    padding: 5rem !important;
    background-color: var(--green) !important
}

footer .hide {
    display: none
}

footer .large-text {
    padding: 0
}

footer .large-text p {
    font-family: BodoniModa Bold;
    font-size: 64px;
    color: #fff;
    line-height: 1.25;
    text-align: center
}

footer .button-group {
    display: flex;
    justify-content: center;
    padding: 2rem 0 4em
}

footer .button-group .button {
    margin: auto 5em
}

footer .button-group .btn-primary {
    background-color: #03867f;
    border: none;
    padding: 1em 2.5em;
    border-radius: 25px;
    color: #fff;
    font-family: 'Montserrat Bold';
    transition: .25s
}

footer .button-group .btn-primary:hover {
    background-color: #011514;
    border: none;
    padding: 1em 2.5em;
    border-radius: 25px;
    color: #fff;
    font-family: 'Montserrat Bold';
    transition: .25s
}

footer .button-group .btn-secondary {
    background-color: #fff;
    border: none;
    padding: 1em 2.5em;
    border-radius: 25px;
    color: #03867f;
    font-family: 'Montserrat Bold';
    transition: .25s
}

footer .button-group .btn-secondary:hover {
    background-color: #011514;
    border: none;
    padding: 1em 2.5em;
    border-radius: 25px;
    color: #fff;
    font-family: 'Montserrat Bold';
    transition: .25s
}

footer .description {
    max-width: 280px !important;
    min-width: auto !important
}

footer .column-links,
footer .column-social,
footer .description {
    padding: 0;
    min-width: 300px
}

footer .description .footer-logo,
footer .description .text {
    max-width: 100%
}

footer .description p {
    color: #fff;
    margin: auto;
    font-family: 'Montserrat Regular';
    font-size: 15px;
    text-align: justify;
    word-break: break-word;
    margin-top: 1.75rem
}

footer .column-links .menu,
footer .column-links .sticky-menu {
    height: 100%;
    display: flex;
    align-items: flex-end
}

footer .column-links {
    display: flex;
    justify-content: center
}

footer .column-links ul {
    display: flex;
    flex-direction: column
}

footer .column-links ul li {
    width: fit-content;
    margin: 0;
    line-height: 1em
}

footer .column-links ul li a {
    color: #fff;
    margin: auto;
    line-height: 1em;
    padding: .5em 1em;
    flex: auto;
    font-family: 'Montserrat Regular';
    font-size: 15px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px;
    background-position: left bottom, left bottom, left top, left top, right top, right top, right bottom, right bottom, 1px 1px;
    transition: all .25s linear
}

footer .column-links ul li a:hover {
    background-size: 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(transparent, transparent)
}

footer .utile ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    padding-left: 16px
}

footer .column-social {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

footer .column-social p {
    margin: 5px 0 5px auto;
    display: flex;
    width: fit-content;
    line-height: 1em
}

footer .column-social .links a {
    color: #fff;
    margin: auto;
    padding: .5em 1em;
    flex: auto;
    font-family: 'Montserrat Regular';
    font-size: 16px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px;
    background-position: left bottom, left bottom, left top, left top, right top, right top, right bottom, right bottom, 1px 1px;
    text-decoration: none;
    transition: all .25s linear;
    line-height: 1em
}

footer .column-social .links a:hover {
    background-size: 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(transparent, transparent)
}

footer .column-social .links p:last-of-type {
    color: #fff;
    margin: auto 0 auto auto;
    padding: .5em 1em;
    flex: auto;
    font-family: 'Montserrat Regular';
    font-size: 15px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px;
    background-position: left bottom, left bottom, left top, left top, right top, right top, right bottom, right bottom, 1px 1px;
    text-decoration: none;
    transition: all .25s linear
}

footer .column-social .links p:last-of-type:hover {
    background-size: 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px
}

footer .column-social .links p:last-of-type a {
    background-image: none;
    padding: 0;
    background-size: 0;
    margin: 0
}

footer .column-social .links p:last-of-type a:hover {
    background-image: none;
    padding: 0;
    background-size: 0
}

footer .column-social .copyright p {
    margin: auto;
    color: #fff
}

footer .column-social .copyright p a {
    color: #fff;
    text-decoration: none
}

.section-1-home {
    height: 100vh;
    width: 100%;
    margin: 0;
    padding-top: 120px
}

.section-1-home .center,
.section-1-home .left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1.5rem 0 .5rem;
    background-color: #fff
}

.section-1-home .card {
    height: 15%;
    min-height: 60px;
    margin: .5rem 0;
    display: flex;
    border: none;
    border-radius: 0;
    flex-direction: row;
    justify-content: space-between;
    background-image: linear-gradient(var(--green), var(--green)), linear-gradient(var(--green), var(--green)), linear-gradient(var(--green), var(--green)), linear-gradient(var(--green), var(--green)), linear-gradient(var(--green), var(--green)), linear-gradient(var(--green), var(--green)), linear-gradient(var(--green), var(--green)), linear-gradient(var(--green), var(--green)), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px;
    background-position: left bottom, left bottom, left top, left top, right top, right top, right bottom, right bottom, 1px 1px;
    transition: all .25s linear
}

.section-1-home .card:hover {
    background-size: 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px;
    background-image: linear-gradient(var(--green), var(--green)), linear-gradient(var(--green), var(--green)), linear-gradient(var(--green), var(--green)), linear-gradient(var(--green), var(--green)), linear-gradient(var(--green), var(--green)), linear-gradient(var(--green), var(--green)), linear-gradient(var(--green), var(--green)), linear-gradient(var(--green), var(--green)), linear-gradient(transparent, transparent)
}

.section-1-home .card .card-header {
    background: 0 0;
    padding: 0;
    border: none;
    width: 100%
}

.section-1-home .card button {
    width: 100%;
    display: flex;
    text-decoration: none;
    padding: .5rem 5.5rem .5rem 2.5rem;
    height: 100%
}

.section-1-home .card button.collapsed:after {
    content: "\f067";
    font-family: FontAwesome;
    height: fit-content;
    margin: auto;
    position: relative;
    font-size: 1.5rem;
    text-align: center;
    color: var(--green);
    transition: all .25s linear;
    right: -10%
}

.section-1-home .card button:after {
    content: "\f068";
    font-family: FontAwesome;
    height: fit-content;
    margin: auto;
    position: relative;
    font-size: 1.5rem;
    text-align: center;
    color: var(--green);
    transition: all .25s linear;
    right: -10%
}

.section-1-home .card button:focus {
    box-shadow: none
}

.section-1-home .card .content {
    height: fit-content;
    margin: Auto;
    text-align: left;
    width: 100%
}

.section-1-home .card-header h2 {
    font-family: 'BodoniModa Bold';
    font-size: 1.75rem;
    color: var(--green);
    margin: auto
}

.section-1-home .card-header p {
    margin: auto;
    font-family: 'Montserrat Regular';
    font-size: 14px;
    word-break: break-word;
    text-align: justify;
    color: #004d499c
}

.section-1-home .card .symbol {
    font-size: 3rem;
    padding-left: 5rem;
    text-align: center;
    height: auto;
    color: #004d49;
    transition: all .25s linear
}

.section-1-home .right {
    height: 100%;
    display: flex;
    border-left: 1px solid #004d4929;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 0
}

.section-1-home .right:before {
    content: '';
    position: absolute;
    left: -1px;
    width: 1px;
    height: 100%;
    background-color: #004d4929;
    top: -100%
}

.section-1-home .right .module-image {
    display: block;
    width: 100%;
    overflow: hidden
}

.section-1-home .right .module-image img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    -webkit-animation: fadein .25s linear 1 normal forwards
}

.section-1-home .right .module-text {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    overflow: auto
}

.section-1-home .right .module-text .show {
    display: flex;
    height: 100%;
    align-items: center
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.image-none {
    -webkit-animation: fadeout .25s linear 1 normal forwards !important
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.section-1-home .right .module-text .collapse .card-body,
.section-1-home .right .module-text .collapsing .card-body,
.section-1-home .right .module-text .show .card-body {
    padding: 1.25rem 2rem
}

.section-1-home .right h2 {
    font-family: 'BodoniModa Bold';
    font-size: 2.5rem;
    color: #004d49;
    margin-bottom: 3rem
}

.section-1-home .right p {
    margin: 2em auto;
    font-family: 'Montserrat Regular';
    word-break: break-word;
    text-align: justify;
    color: #004d499c
}

.section-1-home .right ul {
    padding: 0;
    list-style-position: inside;
    margin: 2em auto;
    font-family: 'Montserrat Regular';
    text-align: justify;
    color: #004d499c
}

.section-1-home .right a {
    display: block;
    color: #004d49;
    text-decoration: none;
    margin-top: 3rem;
    height: fit-content;
    padding: 1rem 3rem;
    font-family: 'Montserrat Bold';
    width: fit-content;
    margin-left: 0;
    line-height: normal;
    background-image: linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1px 25%, 25% 1px, 1px 25%, 25% 1px, 1px 25%, 25% 1px, 1px 25%, 25% 1px;
    background-position: left bottom, left bottom, left top, left top, right top, right top, right bottom, right bottom, 1px 1px;
    transition: all .25s linear
}

.section-1-home .right a:hover {
    background-size: 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px;
    background-image: linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(transparent, transparent)
}

.section-2-home {
    height: auto;
    background-color: #004d4924;
    margin: 0 0 5rem;
    padding: 5rem 0
}

.section-2-home .content-text {
    height: fit-content;
    margin: auto;
    padding: 0 5rem
}

.word-carousel {
    position: relative;
    width: 100%;
    font-size: 64px
}

.word-carousel h1 {
    font-family: BodoniModa Bold;
    font-size: 54px;
    color: #004d49;
    line-height: 1
}

.word-carousel .change_outer {
    height: 64px;
    overflow: hidden
}

.word-carousel .change_outer .change_inner {
    position: relative;
    animation: rotate 14s ease-in-out infinite
}

.word-carousel .change_outer .element {
    display: block;
    font-family: BodoniModa Bold;
    font-size: 48px;
    color: #03867f;
    line-height: 64px;
    margin: 0
}

@keyframes rotate {
    0%,
    5% {
        transform: translateY(0)
    }
    10%,
    15% {
        transform: translateY(-64px)
    }
    20%,
    25% {
        transform: translateY(-128px)
    }
    30%,
    35% {
        transform: translateY(-192px)
    }
    40%,
    45% {
        transform: translateY(-256px)
    }
    50%,
    55% {
        transform: translateY(-320px)
    }
    60%,
    65% {
        transform: translateY(-384px)
    }
    70%,
    75% {
        transform: translateY(-448px)
    }
    80%,
    85% {
        transform: translateY(-512px)
    }
    90%,
    95% {
        transform: translateY(-576px)
    }
    100% {
        transform: translateY(-640px)
    }
}

.section-2-home .link {
    text-align: center;
    margin: 0
}

.section-2-home .link a {
    font-family: Montserrat Regular;
    font-size: 16px;
    color: #004d499c;
    letter-spacing: 2px;
    position: relative;
    transition: .25s
}

.section-2-home .link a:hover {
    text-decoration: none;
    color: #004d49;
    transition: .25s
}

.section-2-home .link a:hover:after {
    background-color: #004d49;
    transition: .25s
}

.section-2-home .sub-paragraph p {
    font-family: Montserrat Regular;
    font-size: 16px;
    color: #004d49;
    position: relative;
    margin: 6% auto auto 0;
    text-align: justify;
    word-break: break-word
}

.section-2-home .sub-paragraph p a {
    font-family: Montserrat Bold;
    color: #004d49
}

.section-2-home .sub-paragraph p a:hover {
    text-decoration: none
}

.section-2-home .links p {
    display: flex;
    width: 100%;
    margin: 4em auto auto 0
}

.section-2-home .links a {
    position: relative;
    color: #fff;
    padding: 1.25rem 2.5rem;
    box-shadow: inset 0 0 0 1px #004d49;
    display: block;
    width: fit-content;
    text-decoration: none;
    background-image: linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px;
    background-position: left bottom, left bottom, left top, left top, right top, right top, right bottom, right bottom, 1px 1px;
    transition: .75s;
    font-size: 22px;
    letter-spacing: 1px
}

.section-2-home .links a:first-child {
    margin-right: 2em
}

.section-2-home .links a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #004d49;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .15s
}

.section-2-home .links a:hover {
    color: #004d49;
    box-shadow: none;
    background-size: 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px;
    background-image: linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(transparent, transparent);
    transition: .75s
}

.section-2-home .links a:hover:before {
    background-color: transparent;
    transition: .15s
}

.section-2-home .image-content {
    padding: 0
}

.section-2-home .image-content .module-image {
    height: 100%
}

.section-2-home .image-content .module-image img {
    height: auto;
    margin: auto;
    display: flex
}

.section-3-home {
    width: 90%;
    margin: auto
}

.section-3-home .title h2 {
    font-family: BodoniModa Bold;
    font-size: 40px;
    color: #004d49;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 2em
}

.section-3-home .services {
    padding: 0 2rem
}

.section-3-home .services .service {
    margin: auto auto 5rem
}

.section-3-home .services .service p {
    color: #004d49;
    margin: auto;
    font-family: 'Montserrat Regular';
    font-size: 16px;
    text-align: justify;
    word-break: break-word
}

.section-3-home .services .service p:last-child {
    min-height: 80px;
    text-align: center
}

.section-3-home .services .service img {
    width: 70px;
    display: block;
    margin: auto auto 2em
}

.section-3-home .button .button-content a {
    position: relative;
    color: #fff;
    padding: 1.25rem 2.5rem;
    font-family: Montserrat Bold;
    text-transform: lowercase;
    box-shadow: inset 0 0 0 1px #004d49;
    display: block;
    width: fit-content;
    text-decoration: none;
    border: none;
    background-color: transparent;
    margin: auto;
    border-radius: 0;
    background-image: linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px;
    background-position: left bottom, left bottom, left top, left top, right top, right top, right bottom, right bottom, 1px 1px;
    transition: .75s
}

.section-3-home .button .button-content a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #004d49;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .15s
}

.section-3-home .button .button-content a:hover {
    color: #004d49;
    box-shadow: none;
    background-size: 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px;
    background-image: linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(transparent, transparent);
    transition: .75s
}

.section-3-home .button .button-content a:hover:before {
    background-color: transparent;
    transition: .15s
}

.section-4-home {
    background-color: #004d4924;
    margin: 5rem 0;
    padding: 5em 0
}

.section-4-home .video-content {
    height: fit-content;
    margin: auto;
    padding: 0
}

.section-4-home .video-content video {
    object-fit: fill
}

.section-4-home .video-content .video-js {
    height: 440px;
    width: auto
}

.section-4-home .video-js .vjs-control-bar {
    background-color: #004d4957
}

.section-4-home .text-content {
    padding: 0 5rem;
    height: fit-content;
    margin: auto
}

.section-4-home .text-content h2 {
    font-family: 'BodoniModa Bold';
    font-size: 54px;
    color: #004d49
}

.section-4-home .text-content p {
    color: #004d49;
    margin: auto;
    font-family: 'Montserrat Regular';
    font-size: 16px;
    text-align: justify;
    word-break: break-word;
    margin-top: 1.75rem
}

.section-4-home .text-content .button a {
    position: relative;
    color: #fff;
    padding: 1.25rem 2.5rem;
    font-family: Montserrat Bold;
    text-transform: lowercase;
    box-shadow: inset 0 0 0 1px #004d49;
    display: block;
    width: fit-content;
    text-decoration: none;
    border: none;
    background-color: transparent;
    margin: 2em auto auto 0;
    background-image: linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px;
    background-position: left bottom, left bottom, left top, left top, right top, right top, right bottom, right bottom, 1px 1px;
    transition: .75s
}

.section-4-home .text-content .button a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #004d49;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .15s
}

.section-4-home .text-content .button a:hover {
    color: #004d49;
    box-shadow: none;
    background-size: 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px;
    background-image: linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(transparent, transparent);
    transition: .75s
}

.section-4-home .text-content .button a:hover:before {
    background-color: transparent;
    transition: .15s
}

.section-5-home {
    padding-bottom: 5rem
}

.section-5-home .module-text h2 {
    font-family: 'BodoniModa Bold';
    font-size: 54px;
    color: #004d49;
    text-align: center
}

.section-5-home .testimonials {
    width: 50%;
    margin: 5rem auto auto
}

.section-5-home .testimonials .testimonial p {
    color: #004d49;
    margin: auto;
    padding: 2em 3em;
    font-family: 'Montserrat Light';
    font-size: 16px;
    text-align: center;
    background-image: linear-gradient(#004d4920, #004d4920), linear-gradient(#004d4920, #004d4920), linear-gradient(#004d4920, #004d4920), linear-gradient(#004d4920, #004d4920), linear-gradient(#004d4920, #004d4920), linear-gradient(#004d4920, #004d4920), linear-gradient(#004d4920, #004d4920), linear-gradient(#004d4920, #004d4920), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1px 25%, 25% 1px, 1px 25%, 25% 1px, 1px 25%, 25% 1px, 1px 25%, 25% 1px;
    background-position: left bottom, left bottom, left top, left top, right top, right top, right bottom, right bottom, 1px 1px
}

.section-5-home .testimonials .testimonial h4 {
    font-family: 'BodoniModa Bold';
    font-size: 1.75rem;
    color: #004d49;
    text-align: Center;
    margin: 1.5rem auto auto
}

.section-5-home .slick-next:before,
.section-5-home .slick-prev:before {
    color: #004d49
}

.section-5-home .slick-prev {
    left: -100px
}

.section-5-home .slick-next {
    right: -100px
}

.section-5-home .slick-slide:focus {
    outline: 0 !important
}

.section-1-about {
    height: 100vh;
    padding-top: 120px
}

.section-1-about .text-content {
    margin: auto;
    padding: 0
}

.section-1-about .text-content .module-text {
    padding: 0 5rem
}

.section-1-about .text-content h1 {
    font-family: 'BodoniModa Bold';
    font-size: 54px;
    color: #004d49
}

.section-1-about .text-content p {
    color: #004d49;
    margin: auto;
    font-family: 'Montserrat Regular';
    font-size: 16px;
    text-align: justify;
    word-break: break-word;
    margin-top: 1.75rem
}

.section-1-about .image-content {
    margin: auto;
    position: relative
}

.section-1-about .image-content:before {
    content: '';
    height: 100vh;
    left: 0;
    position: absolute;
    width: 1px;
    background-color: #004d4929;
    top: 50%;
    transform: translate(-50%, -50%)
}

.section-1-about .image-content .module-image {
    margin: auto
}

.section-1-about .scroll-down {
    position: absolute;
    bottom: 2rem;
    width: 100%
}

.section-1-about .scroll-down .mouse {
    width: 2rem;
    height: 3.5rem;
    border: 1px solid #004d49;
    border-radius: 60px;
    position: relative;
    margin: auto
}

.section-1-about .scroll-down .mouse::before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #004d49;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 1s infinite;
    -webkit-animation: wheel 1s infinite
}

@keyframes wheel {
    to {
        opacity: 0;
        top: 3rem
    }
}

@-webkit-keyframes wheel {
    to {
        opacity: 0;
        top: 3rem
    }
}

.section-1-about .scroll-down .mouse a {
    width: 2rem;
    height: 3.5rem;
    display: block
}

.section-2-about {
    background-color: #004d4924;
    padding: 5rem 0;
    position: Relative
}

.section-2-about .text {
    margin: auto;
    padding: 3rem;
    background-image: linear-gradient(#004d4960, #004d4960), linear-gradient(#004d4960, #004d4960), linear-gradient(#004d4960, #004d4960), linear-gradient(#004d4960, #004d4960), linear-gradient(#004d4960, #004d4960), linear-gradient(#004d4960, #004d4960), linear-gradient(#004d4960, #004d4960), linear-gradient(#004d4960, #004d4960), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1px 25%, 25% 1px, 1px 25%, 25% 1px, 1px 25%, 25% 1px, 1px 25%, 25% 1px;
    background-position: left bottom, left bottom, left top, left top, right top, right top, right bottom, right bottom, 1px 1px
}

.section-2-about .text h1 {
    font-family: 'BodoniModa Bold';
    font-size: 64px;
    color: #004d49;
    margin: auto;
    text-align: center
}

.section-2-about .text p {
    color: #004d49;
    margin: auto;
    font-family: 'Montserrat Regular';
    font-size: 16px;
    text-align: justify;
    word-break: break-word;
    margin-top: 1.75rem
}

.section-3-about {
    padding: 5rem 0
}

.section-3-about .title h2 {
    font-family: 'BodoniModa Bold';
    font-size: 64px;
    color: #004d49;
    margin: auto;
    text-align: center;
    margin-bottom: 6rem
}

.section-3-about .content .items {
    display: flex
}

.section-3-about .content .items .item {
    max-width: 20%;
    padding: 0 2rem
}

.section-3-about .content .items .item img {
    width: 70px;
    margin: auto;
    display: block
}

.section-3-about .content .items .item h3 {
    font-family: 'BodoniModa Bold';
    font-size: 2rem;
    color: #004d49;
    height: 5rem;
    text-align: center;
    margin: .5em 0
}

.section-3-about .content .items .item p {
    color: #004d49;
    margin: auto;
    font-family: 'Montserrat Regular';
    font-size: 16px;
    text-align: justify;
    word-break: break-word
}

.section-1-contact {
    min-height: 100vh;
    padding-top: 120px;
    padding-bottom: 9em
}

.section-1-contact .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 4rem
}

.section-1-contact .info .title h1 {
    font-family: BodoniModa Bold;
    font-size: 64px;
    color: #004d49;
    margin: auto
}

.section-1-contact .info .description p {
    color: #004d49;
    font-size: 14px;
    font-family: 'Montserrat Regular';
    margin: 1rem auto 3rem
}

.section-1-contact .info .mail p {
    font-family: BodoniModa Bold;
    font-size: 18px;
    color: #004d49;
    margin: auto
}

.section-1-contact .info .mail p a {
    color: #004d49;
    font-size: 14px;
    font-family: 'Montserrat Regular';
    text-decoration: none
}

.section-1-contact .info .phone p {
    font-family: BodoniModa Bold;
    font-size: 18px;
    color: #004d49;
    margin: auto
}

.section-1-contact .info .phone p a {
    color: #004d49;
    font-size: 14px;
    font-family: 'Montserrat Regular';
    margin: auto 0;
    line-height: 1;
    text-decoration: none
}

.section-1-contact .info .phone p a:first-of-type {
    padding-right: 10px;
    position: relative;
    margin: auto 10px auto 0;
    line-height: 1
}

.section-1-contact .info .phone p a:first-of-type:after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #004d49
}

.section-1-contact .info .address p {
    font-family: BodoniModa Bold;
    font-size: 18px;
    color: #004d49;
    margin: auto
}

.section-1-contact .info .address p a {
    color: #004d49;
    font-size: 14px;
    font-family: 'Montserrat Regular';
    text-decoration: none
}

.section-1-contact .info .extra p {
    font-family: BodoniModa Bold;
    font-size: 18px;
    color: #004d49;
    margin: auto
}

.section-1-contact .info .extra p a {
    color: #004d49;
    font-size: 14px;
    font-family: 'Montserrat Regular';
    text-decoration: none
}

.section-1-contact .info .address,
.section-1-contact .info .extra,
.section-1-contact .info .mail,
.section-1-contact .info .phone {
    margin: 1rem 0
}

.section-1-contact .content-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0
}

.section-1-contact .content-contact .form-content {
    width: 100%;
    margin: auto
}

.section-1-contact .contact-content {
    width: fit-content;
    margin: auto
}

.section-1-contact .form-group {
    width: 100%
}

.section-1-contact .form-group input:focus,
.section-1-contact .item-030 textarea:focus {
    outline: 0
}

.section-1-contact .form-group input::-webkit-input-placeholder,
.section-1-contact .form-group textarea::-webkit-input-placeholder {
    font-family: 'BodoniModa Medium';
    color: var(--green);
    font-size: 18px
}

.section-1-contact .item-000,
.section-1-contact .item-010,
.section-1-contact .item-011,
.section-1-contact .item-030 {
    position: relative
}

.section-1-contact .item-000 label,
.section-1-contact .item-010 label,
.section-1-contact .item-011 label,
.section-1-contact .item-030 label {
    display: none
}

.section-1-contact .item-000 input,
.section-1-contact .item-010 input,
.section-1-contact .item-011 input {
    border: 1px solid #004d496b;
    background-color: #ffffffb8;
    padding: 1rem 2rem 1rem 3rem;
    font-size: 16px;
    font-family: 'Montserrat Regular';
    display: block;
    position: relative;
    width: 100%;
    color: #004d49
}

.section-1-contact .item-000:before {
    content: '\f007';
    position: absolute;
    font-family: FontAwesome;
    font-size: 18px;
    color: var(--green);
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    width: 3rem;
    display: flex;
    justify-content: center
}

.section-1-contact .item-010:before {
    content: '\f095';
    position: absolute;
    font-family: FontAwesome;
    font-size: 18px;
    color: var(--green);
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    width: 3rem;
    display: flex;
    justify-content: center
}

.section-1-contact .item-011:before {
    content: '\f0e0';
    position: absolute;
    font-family: FontAwesome;
    font-size: 18px;
    color: var(--green);
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    width: 3rem;
    display: flex;
    justify-content: center
}

.section-1-contact .item-030:before {
    content: '\f086';
    position: absolute;
    font-family: FontAwesome;
    font-size: 18px;
    color: var(--green);
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: 1rem auto auto;
    height: fit-content;
    width: 3rem;
    display: flex;
    justify-content: center
}

.section-1-contact .item-030 textarea {
    border: 1px solid #004d496b;
    background-color: #ffffffb8;
    padding: 1rem 2rem 1rem 3rem;
    font-size: 16px;
    font-family: 'Montserrat Regular';
    display: block;
    position: relative;
    width: 100%;
    color: #004d49;
    height: 190px
}

.section-1-contact .form-content .item-acceptance {
    padding: 0 30px
}

.section-1-contact [type=checkbox]:checked,
.section-1-contact [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

.section-1-contact [type=checkbox]:checked+label,
.section-1-contact [type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    display: inline-block;
    color: #004d49;
    font-size: 14px;
    font-family: 'Montserrat Regular';
    margin: auto
}

.section-1-contact [type=checkbox]:checked+label:before,
.section-1-contact [type=checkbox]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    border: 1px solid #004d496b;
    border-radius: 100%;
    background: #fff
}

.section-1-contact [type=checkbox]:checked+label:after,
.section-1-contact [type=checkbox]:not(:checked)+label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #004d49;
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.section-1-contact [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.section-1-contact [type=checkbox]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.section-1-contact .btn-section button {
    position: relative;
    color: #fff;
    padding: 1.25rem 4.5rem;
    box-shadow: inset 0 0 0 1px #004d49;
    display: block;
    width: fit-content;
    text-decoration: none;
    background-image: linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px;
    background-position: left bottom, left bottom, left top, left top, right top, right top, right bottom, right bottom, 1px 1px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 2rem auto auto;
    transition: .75s
}

.section-1-contact .btn-section button:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #004d49;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .15s
}

.section-1-contact .btn-section button:hover {
    color: #004d49;
    box-shadow: none;
    background-size: 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px;
    background-image: linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(transparent, transparent);
    transition: .75s
}

.section-1-contact .btn-section button:hover:before {
    background-color: transparent;
    transition: .15s
}

.section-1-contact .animation {
    margin: auto;
    position: relative
}

.section-1-contact .animation:before {
    content: '';
    height: 100vh;
    left: 0;
    position: absolute;
    width: 1px;
    background-color: #004d4929;
    top: 50%;
    transform: translate(-50%, -50%)
}

.section-1-contact .animation .v_lab {
    max-width: 90%;
    margin: auto;
    position: relative
}

.section-1-contact .animation .v_lab:after {
    position: absolute;
    width: 120%;
    height: 10%;
    left: -10%;
    border-radius: 50%;
    z-index: -1;
    bottom: 14%;
    content: "";
    box-shadow: 0 70px 25px rgb(0 0 0 / 24%)
}

.c-form-success {
    color: #004d49;
    margin: auto;
    font-family: 'Montserrat Bold';
    font-size: 18px;
    text-align: center
}

.section-2-contact iframe {
    display: block;
    width: 100%;
    border-top: 1px solid #004d4929 !important
}

.section-1-chestionar {
    margin-top: 25%
}

.section-1-chestionar .title h1 {
    font-family: 'BodoniModa Bold';
    font-size: 2.75rem;
    color: #004d49
}

.section-1-chestionar .title p {
    color: #004d49;
    margin: auto;
    font-family: 'Montserrat Regular';
    font-size: 16px;
    text-align: justify;
    word-break: break-word;
    margin-top: 1.75rem
}

.section-1-chestionar .form-group input:focus,
.section-1-chestionar .form-group textarea:focus {
    outline: 0
}

.section-1-chestionar .form-group input::-webkit-input-placeholder,
.section-1-chestionar .form-group textarea::-webkit-input-placeholder {
    color: transparent
}

.section-1-chestionar .item-001 input,
.section-1-chestionar .item-002 input {
    border: 1px solid #004d496b;
    background-color: #ffffffb8;
    padding: 1rem 2rem 1rem 3rem;
    font-size: 16px;
    font-family: 'Montserrat Regular';
    display: block;
    position: relative;
    width: 100%;
    color: #004d49
}

.section-1-chestionar .form-group {
    margin: 3.5rem 0
}

.section-1-chestionar .form-group label {
    font-family: 'BodoniModa Bold';
    color: var(--green);
    font-size: 24px;
    padding-left: 10px
}

.section-1-chestionar .form-group textarea {
    border: 1px solid #004d496b;
    background-color: #ffffffb8;
    padding: 1rem 2rem 1rem 3rem;
    font-size: 16px;
    font-family: 'Montserrat Regular';
    display: block;
    position: relative;
    width: 100%;
    color: #004d49;
    height: 150px
}

.section-1-chestionar .item-acceptance {
    padding: 0 15px;
    margin-top: 0
}

.section-1-chestionar .item-acceptance .acceptance {
    display: flex
}

.section-1-chestionar .item-acceptance .acceptance input {
    margin: auto
}

.section-1-chestionar .btn-section button {
    position: relative;
    color: #fff;
    padding: 1.25rem 4.5rem;
    font-family: Montserrat Bold;
    text-transform: lowercase;
    box-shadow: inset 0 0 0 1px #004d49;
    display: block;
    width: fit-content;
    text-decoration: none;
    background-image: linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px;
    background-position: left bottom, left bottom, left top, left top, right top, right top, right bottom, right bottom, 1px 1px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 2rem auto auto;
    transition: .75s
}

.section-1-chestionar .btn-section button:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #004d49;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .15s
}

.section-1-chestionar .btn-section button:hover {
    color: #004d49;
    box-shadow: none;
    background-size: 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px;
    background-image: linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(#004d49, #004d49), linear-gradient(transparent, transparent);
    transition: .75s
}

.section-1-chestionar .btn-section button:hover:before {
    background-color: transparent;
    transition: .15s
}

.serviciu-ambulanta-ploiesti .navbar-toggler .icon-bar {
    background-color: var(--red)
}

.serviciu-ambulanta-ploiesti header .navbar-toggler p {
    color: var(--red)
}

.serviciu-ambulanta-ploiesti .navbar-expand-lg .navbar-collapse {
    background-color: var(--red)
}

.serviciu-ambulanta-ploiesti .header-scroll {
    border-bottom: 1px solid #d3172129
}

.serviciu-ambulanta-ploiesti header .header-contact span {
    background-color: #d3172129
}

.serviciu-ambulanta-ploiesti header .header-contact a {
    color: var(--red)
}

.serviciu-ambulanta-ploiesti footer {
    background-color: var(--red) !important
}

.serviciu-ambulanta-ploiesti footer .button-group .btn-primary {
    background-color: #ff5861
}

.serviciu-ambulanta-ploiesti footer .button-group .btn-primary:hover {
    background-color: #3e0003
}

.serviciu-ambulanta-ploiesti footer .button-group .btn-secondary {
    color: #d31721
}

.serviciu-ambulanta-ploiesti footer .button-group .btn-secondary:hover {
    background-color: #3e0003;
    color: #fff
}

.section-1-amb {
    height: 100vh;
    padding-top: 120px
}

.section-1-amb .text-content {
    margin: auto;
    padding: 0 0 0 5rem
}

.section-1-amb .text-content h1 {
    font-family: 'BodoniModa Bold';
    font-size: 55px;
    color: #d31721
}

.section-1-amb .text-content p,
.section-1-amb .text-content ul {
    color: #004d49;
    font-family: 'Montserrat Regular';
    font-size: 16px;
    text-align: justify;
    word-break: break-word;
    margin: 2em auto 5em
}

.section-1-amb .text-content ul {
    padding-left: 10px
}

.section-1-amb .text-content a {
    position: relative;
    color: #fff;
    padding: 1.25rem 4.5rem;
    box-shadow: inset 0 0 0 1px #d31721;
    display: block;
    width: fit-content;
    text-decoration: none;
    background-image: linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px;
    background-position: left bottom, left bottom, left top, left top, right top, right top, right bottom, right bottom, 1px 1px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    transition: .75s
}

.section-1-amb .text-content a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #d31721;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .15s
}

.section-1-amb .text-content a:hover {
    color: #d31721;
    box-shadow: none;
    background-size: 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px;
    background-image: linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(transparent, transparent);
    transition: .75s
}

.section-1-amb .text-content a:hover:before {
    background-color: transparent;
    transition: .15s
}

.section-1-amb .image-content {
    display: flex
}

.section-1-amb .image-content .module-image {
    height: fit-content;
    margin: auto;
    padding: 0 5rem 0 0
}

.section-1-amb .scroll-down {
    display: none
}

.section-2-amb {
    background-color: #d3172124;
    padding: 5rem 0;
    position: Relative
}

.section-2-amb .text {
    margin: auto;
    padding: 3rem;
    background-image: linear-gradient(#d3172160, #d3172160), linear-gradient(#d3172160, #d3172160), linear-gradient(#d3172160, #d3172160), linear-gradient(#d3172160, #d3172160), linear-gradient(#d3172160, #d3172160), linear-gradient(#d3172160, #d3172160), linear-gradient(#d3172160, #d3172160), linear-gradient(#d3172160, #d3172160), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1px 25%, 25% 1px, 1px 25%, 25% 1px, 1px 25%, 25% 1px, 1px 25%, 25% 1px;
    background-position: left bottom, left bottom, left top, left top, right top, right top, right bottom, right bottom, 1px 1px
}

.section-2-amb .text h1 {
    font-family: 'BodoniModa Bold';
    font-size: 64px;
    color: #d31721;
    margin: auto;
    text-align: center
}

.section-2-amb .text p {
    color: #d31721;
    margin: auto;
    font-family: 'Montserrat Regular';
    font-size: 16px;
    text-align: justify;
    word-break: break-word;
    margin-top: 1.75rem
}

.section-3-amb {
    padding: 5rem 0
}

.section-3-amb .title h2 {
    font-family: 'BodoniModa Bold';
    font-size: 64px;
    color: #d31721;
    margin: auto;
    text-align: center
}

.section-4-amb {
    margin-bottom: 15rem;
    position: relative
}

.section-4-amb .text-left {
    display: flex;
    flex-direction: column
}

.section-4-amb .text-left .top p {
    color: #d31721;
    margin: auto auto 1em 2em;
    font-family: 'Montserrat Regular';
    font-size: 16px;
    text-align: justify;
    word-break: break-word;
    width: 80%
}

.section-4-amb .text-left .bottom p {
    color: #d31721;
    margin: 1em auto auto 2em;
    font-family: 'Montserrat Regular';
    font-size: 16px;
    text-align: justify;
    word-break: break-word;
    width: 80%
}

.section-4-amb .text-right {
    display: flex;
    flex-direction: column
}

.section-4-amb .text-right .top p {
    color: #d31721;
    margin: auto 2em 1em auto;
    font-family: 'Montserrat Regular';
    font-size: 16px;
    text-align: justify;
    word-break: break-word;
    width: 80%
}

.section-4-amb .text-right .bottom p {
    color: #d31721;
    margin: 1em 2em auto auto;
    font-family: 'Montserrat Regular';
    font-size: 16px;
    text-align: justify;
    word-break: break-word;
    width: 80%
}

.section-4-amb .pulse {
    position: absolute;
    top: 15px;
    bottom: 0;
    margin: auto;
    height: fit-content
}

#spinner-pulse,
.section-4-amb #spinner-pulse {
    opacity: .3;
    stroke-width: 1px;
    stroke-dasharray: 800;
    -webkit-animation: dash-pulse 8s infinite linear
}

@-webkit-keyframes dash-pulse {
    from {
        stroke-dashoffset: 4000
    }
    to {
        stroke-dashoffset: -4000
    }
}

@keyframes dash-pulse {
    from {
        stroke-dashoffset: 4000
    }
    to {
        stroke-dashoffset: -4000
    }
}

.section-4-amb .button-content {
    position: absolute;
    bottom: -17vh
}

.section-4-amb .button-content a {
    position: relative;
    color: #fff;
    margin: auto;
    padding: 1.25rem 4.5rem;
    font-family: Montserrat Bold;
    text-transform: lowercase;
    box-shadow: inset 0 0 0 1px #d31721;
    display: block;
    width: fit-content;
    text-decoration: none;
    background-image: linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px, 1px 0, 0 1px;
    background-position: left bottom, left bottom, left top, left top, right top, right top, right bottom, right bottom, 1px 1px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    transition: .75s
}

.section-4-amb .button-content a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #d31721;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .15s
}

.section-4-amb .button-content a:hover {
    color: #d31721;
    box-shadow: none;
    background-size: 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px, 1px 50%, 50% 1px;
    background-image: linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(#d31721, #d31721), linear-gradient(transparent, transparent);
    transition: .75s
}

.section-4-amb .button-content a:hover:before {
    background-color: transparent;
    transition: .15s
}

.section-5-amb {
    padding: 5rem;
    border-top: 1px solid #d31721
}

.section-5-amb .module-gallery {
    display: flex;
    flex-wrap: wrap
}

.section-5-amb .module-gallery figure {
    height: 500px;
    position: relative;
    overflow: hidden;
    margin: auto;
    border: 1px solid #d31721;
    flex: 0 0 25%;
    max-width: calc(25% - 30px);
    margin: 0 15px
}

.section-5-amb .module-gallery figure:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f9cbcd8a;
    pointer-events: none;
    transition: .25s
}

.section-5-amb .module-gallery figure:hover:after {
    background-color: transparent;
    transition: .25s
}

.section-5-amb .module-gallery img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    object-fit: cover
}

.section-1-faq {
    margin: 20% auto 5%
}

.section-1-faq h1 {
    font-family: BodoniModa Bold;
    font-size: 54px;
    color: #004d49;
    line-height: 1;
    margin: auto;
    text-align: center
}

.section-2-faq {
    margin-bottom: 20%
}

.section-2-faq .card {
    border: none;
    border-bottom: 1px solid #004d49;
    border-radius: 0;
    background-color: transparent
}

.section-2-faq .card .card-header {
    background: 0 0;
    padding: 2em 0;
    border: none
}

.section-2-faq .card .card-header button {
    font-family: BodoniModa Bold;
    font-size: 28px;
    color: #004d49;
    margin: auto;
    padding: 0;
    text-decoration: none
}

.section-2-faq .card .card-header button:focus {
    box-shadow: none
}

.section-2-faq .card .card-body {
    padding: 0 0 2em
}

.section-2-faq .card .card-body p {
    font-family: Montserrat Regular;
    font-size: 16px;
    color: #004d49;
    position: relative;
    margin: auto;
    text-align: justify;
    word-break: break-word
}

.section-1-analize {
    height: 100vh;
    padding-top: 120px
}

.section-1-analize .text-content {
    margin: auto;
    padding: 0
}

.section-1-analize .text-content .module-text {
    padding: 0 5rem
}

.section-1-analize .text-content h1 {
    font-family: 'BodoniModa Bold';
    font-size: 54px;
    color: #004d49
}

.section-1-analize .text-content p {
    color: #004d49;
    margin: auto;
    font-family: 'Montserrat Regular';
    font-size: 16px;
    text-align: justify;
    word-break: break-word;
    margin-top: 1.75rem
}

.section-1-analize .image-content {
    margin: auto;
    position: relative
}

.section-1-analize .image-content:before {
    content: '';
    height: 100vh;
    left: 0;
    position: absolute;
    width: 1px;
    background-color: #004d4929;
    top: 50%;
    transform: translate(-50%, calc(-50% - 60px))
}

.section-1-analize .image-content .module-image {
    margin: auto
}

.section-1-analize .scroll-down {
    position: absolute;
    bottom: 2rem;
    width: 100%
}

.section-1-analize .scroll-down .mouse {
    width: 2rem;
    height: 3.5rem;
    border: 1px solid #004d49;
    border-radius: 60px;
    position: relative;
    margin: auto
}

.section-1-analize .scroll-down .mouse::before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #004d49;
    border-radius: 50%;
    opacity: 1;
    animation: wheel-tests 1s infinite;
    -webkit-animation: wheel-tests 1s infinite
}

@keyframes wheel-tests {
    to {
        opacity: 0;
        top: 3rem
    }
}

@-webkit-keyframes wheel-tests {
    to {
        opacity: 0;
        top: 3rem
    }
}

.section-1-analize .scroll-down .mouse a {
    width: 2rem;
    height: 3.5rem;
    display: block
}

.section-2-analize {
    position: relative;
    background-color: #004d4924;
    padding: 5rem 5rem
}

.section-2-analize .text {
    height: fit-content;
    margin: auto;
    padding: 0
}

.section-2-analize .text h2 {
    font-family: 'BodoniModa Bold';
    font-size: 54px;
    color: #004d49;
    margin: auto
}

.section-2-analize .text ul {
    padding: 0;
    list-style-position: inside;
    margin-top: 2rem
}

.section-2-analize .text ul li {
    color: #004d49;
    margin: .5em auto;
    font-family: 'Montserrat Regular';
    font-size: 16px;
    text-align: justify;
    word-break: break-word
}

.section-2-analize .image {
    display: flex;
    margin: auto;
    padding-left: 5rem
}

.section-3-analize {
    position: relative;
    padding: 5rem 5rem
}

.section-3-analize .text {
    height: fit-content;
    margin: auto;
    padding: 0
}

.section-3-analize .text h2 {
    font-family: 'BodoniModa Bold';
    font-size: 54px;
    color: #004d49;
    margin: auto
}

.section-3-analize .text ul {
    padding: 0;
    list-style-position: inside;
    margin-top: 2rem
}

.section-3-analize .text ul li {
    color: #004d49;
    margin: .5em auto;
    font-family: 'Montserrat Regular';
    font-size: 16px;
    text-align: justify;
    word-break: break-word
}

.section-3-analize .image {
    display: flex;
    margin: auto;
    padding-right: 5rem
}

.section-4-analize {
    position: relative;
    background-color: #004d4924;
    padding: 5rem 5rem
}

.section-4-analize .text {
    height: fit-content;
    margin: auto;
    padding: 0
}

.section-4-analize .text h2 {
    font-family: 'BodoniModa Bold';
    font-size: 54px;
    color: #004d49;
    margin: auto
}

.section-4-analize .text ul {
    padding: 0;
    list-style-position: inside;
    margin-top: 2rem;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2
}

.section-4-analize .text ul li {
    color: #004d49;
    margin: .5em auto;
    font-family: 'Montserrat Regular';
    font-size: 16px;
    text-align: justify;
    word-break: break-word
}

.section-4-analize .image {
    display: flex;
    margin: auto;
    padding-left: 5rem
}

.section-5-analize {
    padding: 5rem 5rem
}

.section-5-analize .text {
    height: fit-content;
    margin: auto;
    padding: 0
}

.section-5-analize .text h2 {
    font-family: 'BodoniModa Bold';
    font-size: 54px;
    color: #004d49;
    margin: auto
}

.section-5-analize .text ul {
    padding: 0;
    list-style-position: inside;
    margin-top: 2rem;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3
}

.section-5-analize .text ul li {
    color: #004d49;
    margin: .5em auto;
    font-family: 'Montserrat Regular';
    font-size: 16px;
    text-align: justify;
    word-break: break-word
}

.section-5-analize .image {
    display: flex;
    margin: auto;
    padding-right: 5rem
}

header {
    background: #fff
}

.page-header-slider {
    display: flex;
    position: relative;
    height: 100vh;
    padding-top: 131px;
    overflow: hidden
}

.page-header-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page-header-video:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .44);
    content: '';
    pointer-events: none
}

.page-header-video-align video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden
}

.hometop-slide-content {
    position: relative;
    max-width: 960px;
    margin: auto;
    text-align: center;
    padding: 30px
}

.hometop-slide-title {
    font-size: 54px;
    color: #d31721
}

.page-header .slick-slider {
    align-self: center
}

.slick-dots li button::before {
    background: #000
}

.slick-dots li.slick-active button::before {
    opacity: 1
}

.btn {
    border: 1px solid #004d49;
    color: #004d49;
    font-family: 'BodoniModa Bold';
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    padding: 25px 35px;
    border-radius: 0;
    letter-spacing: 1px;
    box-shadow: none !important
}

.btn:hover {
    background-color: #004d49;
    color: #fff
}

.section-2-home .links a.btn:hover {
    color: #fff
}

.section-1-amb.on-lp {
    height: auto
}

.section-1-amb.on-lp .image-content {
    display: block;
    align-self: flex-end
}

.section-1-amb.on-lp .text-content p {
    margin: 0 0 1em
}

.section-1-amb.on-lp .text-content.col-lg-12 {
    padding-right: 5rem
}

@media(max-width:991px) {
    .hometop-slide-title {
        font-size: 30px
    }
}

.coloana-anunt {
    background-repeat: no-repeat;
    background-size: 20vh;
    padding: 2rem 30rem;
    background-position-x: 10rem;
    background-position-y: center;
}