.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;
}
.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: 0.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, 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, 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 0.2s linear, padding 0.2s linear, border-bottom 0.2s linear;
    transition: background 0.2s linear, padding 0.2s linear, border-bottom 0.2s linear;
}
.header-scroll {
    background: #fff;
    padding: 0.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: 0.75rem 2rem !important; */
    padding:0;
}
header .main-nav-item {
    padding: 0 2rem;
}
header .nav-link {
    font-family: BodoniModa Regular;
    color: #fff;
    padding: 0.75rem 2rem !important;
    font-size: 20px;
}
header .language-select {
    list-style: none;
    text-transform: uppercase;
}
header .language-select .nav-link {
    padding: 0.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 p {
    margin: auto;
    font-family: Montserrat Bold;
    font-size: 24px;
    color: #004d49;
    line-height: normal;
    padding-left: 10px;
    transition: ease all 0.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 0.2s linear, left 0.2s linear;
}
.navbar-scroll {
    top: -0.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: 0.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 0.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 0.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: 0.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 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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 0.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: 0.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 0.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: 0.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 0.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;
}


.copyright-wrapper {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #00675c;
}

.copyright-wrapper .legal-wrapper {
    display: flex;
    justify-content: end;
    gap: 1rem;
}

.copyright-wrapper .text-inner {
    display: flex;
    align-items: center;
    justify-content: start;
}

.copyright-wrapper .text-inner p {
    color: #fff;
}

.copyright-wrapper .legal-wrapper img {
    max-width: 10rem;
}

.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 0.5rem;
    background-color: #fff;
}
.section-1-home .card {
    height: 13%;
    min-height: 60px;
    margin: 0.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 0.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: 0.5rem 5.5rem 0.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 0.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 0.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 0.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 0.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 0.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 0.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;
    color: #004d49;
    line-height: 1;
    font-size: 38px;
    margin-bottom: 50px;
}
.word-carousel h2 {
    font-family: BodoniModa Bold;
    font-size: 48px;
    color: #004d49;
    line-height: 1;
}
.word-carousel .change_outer {
    height: 64px;
    overflow: hidden;
}

.word-carousel .change_outer .element {
    display: block;
    font-family: BodoniModa Bold;
    font-size: 48px;
    color: #03867f;
    line-height: 64px;
}


.word-carousel .change_outer .change_inner {
    position: relative;
    animation: rotate 24s ease-in-out infinite;
}

@keyframes rotate {
    0%, 8% {
        transform: translateY(0);
    }
    9%, 17% {
        transform: translateY(-64px);
    }
    18%, 26% {
        transform: translateY(-128px);
    }
    27%, 35% {
        transform: translateY(-192px);
    }
    36%, 44% {
        transform: translateY(-256px);
    }
    45%, 53% {
        transform: translateY(-320px);
    }
    54%, 62% {
        transform: translateY(-384px);
    }
    63%, 71% {
        transform: translateY(-448px);
    }
    72%, 80% {
        transform: translateY(-512px);
    }
    81%, 89% {
        transform: translateY(-576px);
    }
    90%, 98% {
        transform: translateY(-640px);
    }
    99%, 100% {
        transform: translateY(-704px);
    }
}
.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: 0.25s;
}
.section-2-home .link a:hover {
    text-decoration: none;
    color: #004d49;
    transition: 0.25s;
}
.section-2-home .link a:hover:after {
    background-color: #004d49;
    transition: 0.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;
    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;
    transition: 0.75s;
}
.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: 0.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: 0.75s;
}
.section-2-home .links a:hover:before {
    background-color: transparent;
    transition: 0.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: 0.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: 0.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: 0.75s;
}
.section-3-home .button .button-content a:hover:before {
    background-color: transparent;
    transition: 0.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: 0.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: 0.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: 0.75s;
}
.section-4-home .text-content .button a:hover:before {
    background-color: transparent;
    transition: 0.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 h3 {
    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 h2 {
    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: 0.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;
    font-weight: 600;
}
.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;
    font-weight: 600;

}
.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;
    font-weight: 600;
}
.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;
    font-weight: 600;

}
.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.btn-section {
    position: absolute;
}
.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 0.2s ease;
    transition: all 0.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;
    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: 0.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: 0.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: 0.75s;
}
.section-1-contact .btn-section button:hover:before {
    background-color: transparent;
    transition: 0.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 {
    padding: 0;
    position: Relative;
    margin: 100px auto 0;
}
.section-2-contact:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--green);
    opacity: 0.5;
}
.section-2-contact .locatie .module-text {
    padding: 0 50px;
}
.section-2-contact .locatie h5 {
    margin: auto 0;
    background-color: var(--green);
    width: fit-content;
    padding: 16px 32px;
    color: Var(--white);
    font-family: "Montserrat Bold";
    font-size: 18px;
    text-transform: uppercase;
}
.section-2-contact .locatie p {
    margin: 20px auto;
    font-family: BodoniModa Bold;
    font-size: 24px;
    color: #004d49;
}
.section-2-contact .locatie p a {
    color: #004d49;
    font-size: 18px;
    font-family: "Montserrat Regular";
    text-decoration: none;
}
.section-2-contact .locatie iframe {
    width: 100%;
    display: block;
}
.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 .form-group .radio label {
    font-size: 16px;
    font-family: "Montserrat Regular";
}
.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: 0.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: 0.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: 0.75s;
}
.section-1-chestionar .btn-section button:hover:before {
    background-color: transparent;
    transition: 0.15s;
}
.chestionar-de-satisfactie .c-form-success {
    margin-top: 10%;
    font-size: 22px;
    font-family: "Montserrat Medium";
}
.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 {
    color: #d31721;
    font-family: "Montserrat Regular";
    font-size: 16px;
    text-align: justify;
    word-break: break-word;
    margin: 2em auto 5em;
}
.section-1-amb .text-content a {
    position: relative;
    color: #fff;
    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: 0.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: 0.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: 0.75s;
}
.section-1-amb .text-content a:hover:before {
    background-color: transparent;
    transition: 0.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 h2 {
    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: 40px;
    bottom: 0;
    margin: auto;
    height: fit-content;
}
#spinner-pulse,
.section-4-amb #spinner-pulse {
    opacity: 0.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: 0.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: 0.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: 0.75s;
}
.section-4-amb .button-content a:hover:before {
    background-color: transparent;
    transition: 0.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: 0.25s;
}
.section-5-amb .module-gallery figure:hover:after {
    background-color: transparent;
    transition: 0.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-2-faq .card .card-body li {
    font-family: Montserrat Regular;
    font-size: 16px;
    color: #004d49;
    position: relative;
    margin: auto;
}
.section-2-faq .card .card-body span {
    font-family: Montserrat Bold;
}
.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: 0.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: 0.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: 0.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: 0.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;
}
.section-utile .content {
    margin: 20% auto 5%;
}
.section-utile .content li,
.section-utile .content p {
    margin: 1rem auto;
    font-family: "Montserrat Regular";
    color: #004d49;
    font-size: 16px;
}
.section-utile .content h1 {
    margin: 0;
    font-size: 2rem;
    font-family: "Montserrat Bold";
    color: #004d49;
}
.section-utile .content h2 {
    margin: 0;
    font-size: 1.5rem;
    font-family: "Montserrat Bold";
    color: #004d49;
}
.section-utile .content a {
    text-decoration: none;
}
.section-1-med {
    height: 100vh;
    padding-top: 120px;
    margin: auto;
}
.section-1-med .text-content {
    margin: auto;
    padding: 0 5rem;
}
.section-1-med .text-content h1 {
    font-family: "BodoniModa Bold";
    font-size: 54px;
    color: #004d49;
}
.section-1-med .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-med .image-content {
    margin: auto;
    padding: 0 5rem;
}
.section-1-med .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-med .scroll-down {
    position: absolute;
    bottom: 0;
    padding: 1rem 0;
    width: 100%;
    background-color: var(--green);
}
.section-1-med .scroll-down .mouse {
    width: 2rem;
    height: 3.5rem;
    border: 1px solid #fff;
    border-radius: 60px;
    position: relative;
    margin: auto;
}
.section-1-med .scroll-down .mouse::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    animation: med 1s infinite;
    -webkit-animation: med 1s infinite;
}
@keyframes med {
    to {
        opacity: 0;
        top: 3rem;
    }
}
@-webkit-keyframes med {
    to {
        opacity: 0;
        top: 3rem;
    }
}
.section-1-med .scroll-down .mouse a {
    width: 2rem;
    height: 3.5rem;
    display: block;
}
.section-medici {
    padding: 40px 5rem 0;
    /* height: 90vh; */
}
.section-medici .section-title h4 {
    font-family: "BodoniModa Bold";
    margin: auto auto 20px;
    font-size: 54px;
    color: #004d49;
    padding: 20px;
    position: relative;
    background-color: #004d493d;
}
.section-medici .doctor {
    padding: 0;
    max-width: 23%;
    flex: 20%;
    border: 1px solid #004d49;
    margin: 20px;
    height: fit-content;
}

.section-medici .module-text ul {
    margin-top: 1rem;
    padding-inline-start: 10px;
}

.section-medici {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
}

.section-medici .doctor {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 100% !important;
  margin-bottom: 20px;
}

.section-medici .doctor .module-text {
  display: flex !important;
  flex-direction: column!important;
  flex: 1 1 auto;
  text-align: start!important;
  justify-content: space-between !important;
}

.section-medici .module-text ul li {
  list-style: none;               
  position: relative;           
  padding-left: 24px;           
}

.section-medici .module-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;                   
  height: 16px;
  background-image: url('/uploads/icons/pin.svg');
  background-size: contain;
  background-repeat: no-repeat;
}


.section-medici .doctor .module-image img {
    padding: 40px;
    width: auto !important;
    height: 300px;
    margin: auto;
    display: block;
}
.section-medici .doctor .module-text {
    padding: 20px;
    background-color: #004d49;
}
.section-medici .doctor .module-text h3 {
    /* margin: auto; */
    font-family: "Montserrat Light";
    font-size: 20px;
    color: #fff;
}
.section-medici .doctor .module-text h4 {
    font-family: "BodoniModa Bold";
    font-size: 28px;
    color: #fff;
    /* margin: auto auto 10px; */
}
.section-medici .doctor .module-text p {
    /* margin: auto 0; */
    font-family: "Montserrat Bold";
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
}
.section-medici .doctor .module-text ul li {
    color: #fff;
}



.section-medici .doctor .module-text p:last-child {
    letter-spacing: normal;
    font-size: 18px;
    font-family: "Montserrat Bold";
    text-transform: uppercase;
    width: fit-content;
    line-height: 1.25;
    /* padding: 20px 0; */
    margin-top: 20px;
}
.section-medici .doctor .module-text p:last-child a {
    color: Var(--red);
    padding: 18px 10px;
    background-color: #fff;
    line-height: 1;
    text-decoration: none;
}
.section-medici .doctor .module-text p:last-child a span {
    font-family: "Montserrat Light";
    text-transform: capitalize;
}
.section-medici-locatii {
    padding: 70px 5rem 0;
    position: Relative;
}
.section-medici-locatii:after {
    content: "";
    position: absolute;
    width: 4px;
    height: calc(100% - 40px);
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--green);
    opacity: 0.5;
}
.section-medici-locatii .locatie h5 {
    margin: auto 0;
    background-color: var(--green);
    width: fit-content;
    padding: 16px 32px;
    color: Var(--white);
    font-family: "Montserrat Bold";
    font-size: 18px;
    text-transform: uppercase;
}
.section-medici-locatii .locatie p {
    margin: 20px auto;
    font-family: BodoniModa Bold;
    font-size: 24px;
    color: #004d49;
}
.section-medici-locatii .locatie p a {
    color: #004d49;
    font-size: 18px;
    font-family: "Montserrat Regular";
    text-decoration: none;
}
.section-medici-locatii .locatie iframe {
    width: 100%;
    display: block;
}
.section-1-blog {
    height: 100vh;
    padding-top: 120px;
    margin: auto;
}
.section-1-blog .text-content {
    margin: auto;
    padding: 0 5rem;
}
.section-1-blog .text-content h1 {
    font-family: "BodoniModa Bold";
    font-size: 54px;
    color: #004d49;
}
.section-1-blog .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-blog .image-content {
    margin: auto;
    padding: 0 5rem;
}
.section-1-blog .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-blog .scroll-down {
    position: absolute;
    bottom: 0;
    padding: 1rem 0;
    width: 100%;
    background-color: var(--green);
}
.section-1-blog .scroll-down .mouse {
    width: 2rem;
    height: 3.5rem;
    border: 1px solid #fff;
    border-radius: 60px;
    position: relative;
    margin: auto;
}
.section-1-blog .scroll-down .mouse::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    animation: blog 1s infinite;
    -webkit-animation: blog 1s infinite;
}
@keyframes blog {
    to {
        opacity: 0;
        top: 3rem;
    }
}
@-webkit-keyframes blog {
    to {
        opacity: 0;
        top: 3rem;
    }
}
.section-1-blog .scroll-down .mouse a {
    width: 2rem;
    height: 3.5rem;
    display: block;
}
.section-posts-blog {
    padding: 2rem 5rem;
}
.section-posts-blog .category-item-inner {
    border: 1px solid var(--green);
    padding: 20px;
    display: flex;
    flex-direction: row;
    height: 100%;
}
.section-posts-blog .categories-item-wrapper {
    height: auto;
    display: flex;
    align-items: center;
    padding: 40px;
}
.section-posts-blog .categories-item-wrapper .category-item {
    height: 27vh;
    width: 100%;
}
.section-posts-blog .category-item-inner .categ-image-wrapper {
    width: fit-content;
}
.section-posts-blog img {
    height: 100%;
    width: auto;
}
.section-posts-blog .category-item-inner .categ-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0 30px;
}
.section-posts-blog .category-item-inner h2 {
    font-size: 24px;
    margin: 0;
}
.section-posts-blog .category-item-inner h2 a {
    font-family: BodoniModa Bold;
    color: var(--green);
    text-decoration: none;
}
.section-posts-blog .category-item-inner .short-desc {
    margin: 20px 0;
    text-align: justify;
    font-family: Montserrat Regular;
    font-size: 14px;
    color: var(--green);
}
.section-posts-blog .category-item-inner a.btn-primary {
    background-color: var(--green);
    padding: 10px 20px;
    font-family: Montserrat Bold;
    color: var(--white);
    text-decoration: none;
    border-radius: 0;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    width: fit-content;
    margin: 0;
}
body[data-pagetype="posts"] .type-posts .container {
    padding-top: 20vh;
    padding-bottom: 10vh;
}
body[data-pagetype="posts"] .type-posts .container h1 {
    font-family: BodoniModa Bold;
    color: var(--green);
    font-size: 42px;
    margin: 40px auto;
}
body[data-pagetype="posts"] .type-posts .container h2 {
    font-family: Montserrat Bold;
    color: var(--green);
    font-size: 24px;
    margin: 20px auto;
}
body[data-pagetype="posts"] .type-posts .container p {
    font-size: 18px;
    font-family: "Montserrat Regular";
    color: var(--green);
    margin: 0;
    text-align: justify;
}
#cookie_notice {
    width: 400px;
    right: 0;
    left: auto;
    padding: 30px;
    background-color: var(--green);
}
#cookie_notice .cookie_notice_container {
    flex-direction: column;
}
#cookie_notice .cookie_notice_container p {
    font-family: "Montserrat Light";
    font-size: 16px;
    color: var(--white);
    text-align: justify;
}
#cookie_notice .cookie_notice_container p a {
    color: var(--white);
    text-decoration: none;
    font-family: "Montserrat Bold";
}
#cookie_notice .cookie_notice_container button {
    margin: 20px auto auto;
    background-color: var(--white);
    border: none;
    border-radius: 0;
    color: var(--green);
    padding: 1.25rem 2.5rem;
    font-family: Montserrat Bold;
    text-transform: lowercase;
}
.floating-ambulance-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: var(--red);
}
.floating-ambulance-info {
    display: flex;
    justify-content: space-evenly;
    padding: 0 300px;
}
#ambulance-container {
    background-color: #d31721;
    position: relative;
    height: 100px;
    display: flex;
}
.ambulance-svg {
    width: 100px;
    position: relative;
    display: block;
    margin: auto;
    height: fit-content;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;
}
#amb-body-back,
#amb-body-front {
    margin-top: 10px;
}
.amb-shadow {
    width: 100px;
    height: 50px;
    background: #000;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 60%;
    opacity: 0.6;
    transform-style: preserve-3d;
    transform: rotateX(103deg);
    z-index: -1;
}
.floating-ambulance-info .text {
    display: flex;
}
.floating-ambulance-info .text h3 {
    font-family: "BodoniModa Bold";
    color: var(--white);
    margin: auto;
    font-size: 40px;
}
.floating-ambulance-info .module-button {
    display: flex;
}
.floating-ambulance-info .module-button a {
    position: relative;
    color: var(--red);
    font-size: 1.7rem;
    padding: 1.25rem 2.5rem;
    font-family: Montserrat Bold;
    text-transform: lowercase;
    display: block;
    width: fit-content;
    text-decoration: none;
    background-color: var(--white);
    height: fit-content;
    margin: auto;
}
@media screen and (max-width: 650px) {
    .angajare_view {
        background-image: none !important;
        padding-bottom: 30px !important;
    }
    .floating-ambulance-info {
        height: auto;
        flex-direction: column;
        padding: 20px 0;
        width: 100%;
        position: relative;
    }
    .floating-ambulance-info .text h3 {
        font-size: 32px;
        margin: 10px auto 30px;
    }
    .floating-ambulance-info .module-button a {
        padding: 15px 40px;
    }
}
@media screen and (min-width: 651px) and (max-width: 991px) {
    .floating-ambulance-info {
        height: auto;
        flex-direction: row;
        padding: 20px 0;
        width: 100%;
        position: relative;
    }
    .floating-ambulance-info .text h3 {
        font-size: 32px;
        margin: auto;
    }
    .floating-ambulance-info .module-button a {
        padding: 15px 40px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1365px) {
    .floating-ambulance-info {
        padding: 0 50px;
        height: 60px;
    }
    #ambulance-container {
        height: 60px;
    }
    .ambulance-svg {
        width: 60px;
    }
    .amb-shadow {
        width: 60px;
        bottom: -13px;
    }
    .floating-ambulance-info .text h3 {
        font-size: 28px;
    }
    .floating-ambulance-info .module-button a {
        padding: 10px 20px;
    }
}
.blog-button .btn-primary {
    background-color: #004d49 !important;
    border: none;
}
.blog-button {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-1-home .right .module-code {
    display: block;
    width: 100%;
    overflow: hidden;
}

.section-1-home .right .module-code .coronavirus {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    top:0;
    height:fit-content;
    margin: auto;
    -webkit-animation: fadein .25s linear 1 normal forwards;
}

.section-1-home .right .module-code .coronavirus p {
    font-family: 'Montserrat Regular';
    margin: 5px auto 30px;
    font-size: 18px;
    padding: 0 25px;
    text-align: center;
    color: var(--green);
}

.section-1-home .right .module-code .coronavirus span {
    color: var(--red);
    font-family: 'BodoniModa Bold';
    text-transform: uppercase;
    font-size: 48px;
    margin: 5px auto auto;
    display: block;
    text-align: center;
    line-height: 1;
}

.section-1-home .right .module-code .coronavirus .svg-content {
    position:relative;
}

.section-1-home .right .module-code .coronavirus .svg-content .svg-1 {
    width: 50%;
    margin: auto;
    display: block;
}

.section-1-home .right .module-code .coronavirus .svg-content .svg-2 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 40%;
}

.section-1-home .right a {
    margin:30px auto 30px;
}

.test-rapid-coronavirus .section-1-about .text-content h4 {
    font-family: "BodoniModa Bold";
    font-size: 72px;
    color: var(--red);
    margin-bottom: 20px;
}

.angajare_view{
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 30px;
}
.angajare_view a{
    color: rgba(3, 134, 127, 1);
}

.section-posts-blog .categories-grid {
    margin:auto;
    gap:50px;
}

.section-posts-blog .categories-item-wrapper {
    padding: 0;
    max-width: calc(50% - 25px);
}

.section-posts-blog .categories-item-wrapper .category-item {
    height:40vh;
}

.section-posts-blog .category-item-inner {
    gap: 20px;
}

.section-posts-blog .category-item-inner .categ-title {
    padding:0;
    width:50%;
}

.section-posts-blog .category-item-inner .categ-image-wrapper {
    width:50%;
}

.section-posts-blog .category-item-inner .categ-image-wrapper a {
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

.section-posts-blog img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}







.no-display {
    display:none!important;
}

.section-1-specialitati {
    height: 100vh;
    padding-top: 120px;
}
.section-1-specialitati .text-content {
    margin: auto;
    padding: 0;
}
.section-1-specialitati .text-content .module-text {
    padding: 0 5rem;
}
.section-1-specialitati .text-content h1 {
    font-family: "BodoniModa Bold";
    font-size: 54px;
    color: #004d49;
}
.section-1-specialitati .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-specialitati .image-content {
    margin: auto;
    position: relative;
}
.section-1-specialitati .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-specialitati .image-content .module-image {
    margin: auto;
}
.section-1-specialitati .scroll-down {
    position: absolute;
    bottom: 2rem;
    width: 100%;
}
.section-1-specialitati .scroll-down .mouse {
    width: 2rem;
    height: 3.5rem;
    border: 1px solid #004d49;
    border-radius: 60px;
    position: relative;
    margin: auto;
}
.section-1-specialitati .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-specialitati .scroll-down .mouse a {
    width: 2rem;
    height: 3.5rem;
    display: block;
}

.section-2-specialitati {
    position: relative;
    background-color: #004d4924;
    padding: 5rem 5rem;
}

.section-2-specialitati .text {
    height: fit-content;
    margin: auto;
    padding: 0;
}

.section-2-specialitati .text h2 {
    font-family: "BodoniModa Bold";
    font-size: 54px;
    color: #004d49;
    margin: auto auto 20px;
}

.section-2-specialitati .text p {
    font-family: "Montserrat Bold";
    font-size:20px;
    color: #004d49;
    margin:0;
}

.section-2-specialitati .text ul {
    padding: 0;
    list-style-position: inside;
    margin:0;
}

.section-2-specialitati .text ul li {
    color: #004d49;
    margin: 0.5em auto;
    font-family: "Montserrat Regular";
    font-size: 16px;
    text-align: justify;
    word-break: break-word;
}

.section-2-specialitati .image {
    display: flex;
    margin: auto;
    padding-left: 5rem;
}

.section-3-specialitati {
    position: relative;
    padding: 5rem 5rem;
}

.section-3-specialitati .text {
    height: fit-content;
    margin: auto;
    padding: 0;
}

.section-3-specialitati .text h2 {
    font-family: "BodoniModa Bold";
    font-size: 54px;
    color: #004d49;
    margin: auto auto 20px;
}

.section-3-specialitati .text p {
    font-family: "Montserrat Regular";
    font-size:16px;
    color: #004d49;
    margin:0;
}

.section-3-specialitati .text ul {
    padding: 0;
    list-style-position: inside;
    margin:0;
}

.section-3-specialitati .text ol li {
    color: #004d49;
    margin: 0.5em auto;
    font-family: "BodoniModa Bold";
    font-size: 28px;
    text-align: justify;
    word-break: break-word;
}

.section-3-specialitati .text ol li h3 {
    font-family: "BodoniModa Bold";
    font-size: 28px;
}

.section-3-specialitati .image {
    display: flex;
    margin: auto;
    padding-right: 5rem;
}

/*.section-4-specialitati {*/
/*    position: relative;*/
/*    background-color: #004d4924;*/
/*    padding: 5rem 5rem;*/
/*}*/
/*.section-4-specialitati .text {*/
/*    height: fit-content;*/
/*    margin: auto;*/
/*    padding: 0;*/
/*}*/
/*.section-4-specialitati .text h2 {*/
/*    font-family: "BodoniModa Bold";*/
/*    font-size: 54px;*/
/*    color: #004d49;*/
/*    margin: auto;*/
/*}*/
/*.section-4-specialitati .text ul {*/
/*    padding: 0;*/
/*    list-style-position: inside;*/
/*    margin-top: 2rem;*/
/*    columns: 2;*/
/*    -webkit-columns: 2;*/
/*    -moz-columns: 2;*/
/*}*/
/*.section-4-specialitati .text ul li {*/
/*    color: #004d49;*/
/*    margin: 0.5em auto;*/
/*    font-family: "Montserrat Regular";*/
/*    font-size: 16px;*/
/*    text-align: justify;*/
/*    word-break: break-word;*/
/*}*/
/*.section-4-specialitati .image {*/
/*    display: flex;*/
/*    margin: auto;*/
/*    padding-left: 5rem;*/
/*}*/
/*.section-5-specialitati {*/
/*    padding: 5rem 5rem;*/
/*}*/
/*.section-5-specialitati .text {*/
/*    height: fit-content;*/
/*    margin: auto;*/
/*    padding: 0;*/
/*}*/
/*.section-5-specialitati .text h2 {*/
/*    font-family: "BodoniModa Bold";*/
/*    font-size: 54px;*/
/*    color: #004d49;*/
/*    margin: auto;*/
/*}*/
/*.section-5-specialitati .text ul {*/
/*    padding: 0;*/
/*    list-style-position: inside;*/
/*    margin-top: 2rem;*/
/*    columns: 3;*/
/*    -webkit-columns: 3;*/
/*    -moz-columns: 3;*/
/*}*/
/*.section-5-specialitati .text ul li {*/
/*    color: #004d49;*/
/*    margin: 0.5em auto;*/
/*    font-family: "Montserrat Regular";*/
/*    font-size: 16px;*/
/*    text-align: justify;*/
/*    word-break: break-word;*/
/*}*/
/*.section-5-specialitati .image {*/
/*    display: flex;*/
/*    margin: auto;*/
/*    padding-right: 5rem;*/
/*}*/


.section-pachete {
    max-width: 90%;
    margin: auto auto 5rem;
}

.section-pachete .title-content .title > * {
    font-family: BodoniModa Bold;
    font-size: 48px;
    color: #004d49;
    line-height: 1;
    margin-bottom: 50px;
}

.section-pachete .pachet:not(.pachet-3) {
    border-right:1px solid var(--green);
}

.section-pachete .pachet-title p {
    font-family: 'Montserrat Bold';
    font-size: 40px;
    color: #004d49;
    line-height: 1.25;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #004d4952;
    width: 80%;
}

.section-pachete .pachet-title strong {
    font-family: 'BodoniModa Bold';
    color: var(--red);
}

.section-pachete .pachet-description ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.section-pachete .pachet-description ul li {
    font-family: 'Montserrat Regular';
    color: #000000;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-pachete .pachet-description ul li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: var(--green);
    border-radius: 50%;
}

.section-pachete .extra-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 50px;
    background-color: #004d4924;
    margin-top: 20px;
}

.section-pachete .extra {
    border: 1px solid #004d493d;
    padding: 20px;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.section-pachete .extra h5 {
    font-family: 'BodoniModa Bold';
    color:var(--green);
    font-size:34px;
    margin-bottom:10px;
}

.section-pachete .extra p {
    font-family: 'Montserrat Regular';
    font-size: 18px;
    margin: 0;
    line-height: 1.25;
}

.section-pachete .extra p strong {
    font-family: 'BodoniModa Bold';
    font-size: 24px;
    color: var(--red);
}

/*SECTIUNE MEDICI HOMEPAGE*/

.section-medici-homepage {
    max-width: 90%;
    margin: auto auto 5rem;
}

.section-medici-homepage .title-content .title > * {
    font-family: BodoniModa Bold;
    font-size: 48px;
    color: #004d49;
    line-height: 1;
    margin-bottom: 50px;
}

.section-medici-homepage .medic:not(.see-more) {
    border-right: 1px solid var(--green);
    display: flex;
    align-items: center;
    padding: 30px;
    gap: 20px;
}

.section-medici-homepage .medic .medic-descriere {
    width:100%;
}

.section-medici-homepage .medic .medic-descriere p:first-of-type {
    font-family: BodoniModa Bold;
    font-size: 32px;
    color: #004d49;
    line-height: 1;
    margin-bottom: 10px;
}

.section-medici-homepage .medic .medic-descriere p:not(:first-of-type) {
    color: #004d49;
    margin: auto;
    font-family: "Montserrat Regular";
    font-size: 16px;
}

.section-medici-homepage .medic .medic-imagine {
    max-width:250px;
}

.section-medici-homepage .medic.see-more {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.section-medici-homepage .medic.see-more p {
    color: var(--green);
    font-family: 'Montserrat Regular';
    font-size: 18px;
    margin: 0;
    line-height: 1.25;
    text-align: center;
}

.section-medici-homepage .medic.see-more a.btn-primary {
    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: 0.75s;
}

.section-medici-homepage .medic.see-more a.btn-primary:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #004d49;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.15s;
}

.section-medici-homepage .medic.see-more a.btn-primary: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: 0.75s;
}

.section-medici-homepage .medic.see-more a.btn-primary:hover:before {
    background-color: transparent;
    transition: 0.15s;
}

.section-medici-homepage .extra-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 50px;
    background-color: #004d4924;
    margin-top: 20px;
}

.section-medici-homepage .extra {
    border: 1px solid #004d493d;
    padding: 20px;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.section-medici-homepage .extra h5 {
    font-family: 'BodoniModa Bold';
    color:var(--green);
    font-size:34px;
    margin-bottom:10px;
}

.section-medici-homepage .extra p {
    font-family: 'Montserrat Regular';
    font-size: 18px;
    margin: 0;
    line-height: 1.25;
}

.section-medici-homepage .extra p strong {
    font-family: 'BodoniModa Bold';
    font-size: 24px;
    color: var(--red);
}

/* html {
  scroll-behavior: smooth;
}


#medici {
  scroll-padding-top: 500px !important;
}
 */






.arrow-right {
  display: inline-block;
  /*font-size: 24px;*/
  animation: moveRight 0.5s infinite alternate ease-in-out;
}

@keyframes moveRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(15px); 
  }
}






























