@charset "UTF-8";
/* CUSTOM FONTS */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,800;1,300&display=swap");

/* BODY */
* {
    outline: none !important;
}

body {
    margin: 0;
    padding-left: 150px;
    padding-right: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #282828;
    transition: background 500ms;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

/* LINKS */
a {
    color: #282828;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

a:hover {
    text-decoration: underline;
    color: #282828;
}

a:active {
    text-decoration: underline;
}

/* HTML ELEMENTS */
/* img {
    max-width: 100%;
} */

p {
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    font-weight: 800;
}

/* FORM ELEMENTS */
input[type="text"] {
    width: 100%;
    height: 54px;
    border: 1px solid #eee;
    padding: 0 20px;
}

textarea {
    width: 100%;
    height: 160px;
    border: 1px solid #eee;
    padding: 15px 20px;
}

button[type="submit"] {
    height: 54px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    border: none;
    margin: 0;
    padding: 0;
}
button[type="submit"] * {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
button[type="submit"] strong {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: 58px;
    border: 1px solid #282828;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 30px;
    background: #282828;
    color: #fff;
}
button[type="submit"] strong:hover {
    text-decoration: none;
}
button[type="submit"] b {
    width: 20px;
    height: 1px;
    background: #fff;
    display: inline-block;
    margin-left: 20px;
    margin-top: 8px;
}
button[type="submit"] i {
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #fff;
    opacity: 1;
    margin-top: 5px;
}
button[type="submit"]:hover b {
    width: 50px;
    margin-left: 20px;
}
button[type="submit"]:hover i {
    opacity: 0;
}

/* CUSTOM CONTAINER */
@media (min-width: 1240px) {
    .container {
        max-width: 1200px;
    }
}
/* CUSTOM ELEMENTS */
.color-dark {
    /*background: linear-gradient(#073225 60%, #249170 100%);
   background: linear-gradient(#00573D, #340B6B);*/
    background-color: #00573d;
}
.color-dark .left-side ul {
    width: 100vh;
    line-height: 1;
    display: block;
    margin: 0;
    margin-top: 50vh;
    margin-left: -9px;
    padding: 0;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
}
.color-dark .left-side ul li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    list-style: none;
}
.color-dark .left-side ul li a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    padding: 0 2px;
    color: #fff;
}
moe .color-dark .left-side ul li a:hover {
    text-decoration: none;
}
.color-dark .left-side ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 6px;
    height: 1px;
    width: 0;
    transition: width 0s ease, background 0.25s ease;
}
.color-dark .left-side ul li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 6px;
    height: 1px;
    width: 0;
    background: #fff;
    transition: width 0.25s ease;
}

.color-dark .works p,
.color-dark .works h1,
.color-dark .works h2,
.color-dark .works h3,
.color-dark .works span,
.color-dark .works a {
    color: #fff !important;
}

.color-dark .works small {
    color: #94cc00 !important;
}

.color-dark .left-side ul li a:hover:before {
    width: 100%;
    background: #fff;
    transition: width 0.25s ease;
}
.color-dark .left-side ul li a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
.color-dark .left-side .logo img.brandC {
    display: none;
}
.page-loaded.color-dark .custom-btn a:hover {
    background: #fff;
    border-color: #fff;
}
.page-loaded.color-dark .custom-btn a {
    color: #00573d !important;
}
.page-loaded.color-dark .custom-btn i {
    border-color: transparent transparent transparent #00573d;
}
.page-loaded.color-dark .custom-btn span {
    background: #00573d;
}

.left-side .logo img.brandW {
    display: none;
}

.color-dark .left-side .logo img.brandW {
    display: inline-block;
}

.color-dark .left-side .gotop img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.color-light {
    background-color: #fff;
}

.color-undefined {
    background-color: transparent;
}

.overflow {
    overflow: hidden;
}

/* ODOMETER */
.odometer {
    line-height: 1;
}
.odometer .odometer-digit {
    padding: 0;
}
.odometer .odometer-digit-inner {
    left: 0;
}

/* PAGINATION */
.pagination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.pagination li.page-item {
    margin-right: 5px;
}
.pagination li.page-item:first-child a.page-link {
    padding-left: 0;
}
.pagination li.page-item.active a.page-link {
    border: 1px solid #282828;
    background: none;
}
.pagination li.page-item a.page-link {
    border: none;
    color: #282828;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50%;
}
.pagination li.page-item a.page-link:hover {
    background: none;
    opacity: 0.5;
}
.pagination li.page-item a.page-link:focus {
    border: none;
    background: none;
    box-shadow: none;
}

/* TRANSITION OVERLAY */
.transition-overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    right: calc(-100% - 200px);
    bottom: 0;
    background: #282828;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    visibility: hidden;
}
.transition-overlay:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 100vh 0;
    border-color: transparent #282828 transparent transparent;
    position: absolute;
    left: -200px;
    top: 0;
}
.transition-overlay.active {
    right: 0;
    visibility: visible;
}

/* PRELOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    width: 100vw;
    height: 100vh;
    background: #113a24;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 99;
    transition-delay: 0.65s;
}
.preloader * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 100vh 0;
    border-color: transparent #0e301d transparent transparent;
    position: absolute;
    left: -200px;
    top: 0;
}
.preloader:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100vh 0 0 200px;
    border-color: transparent transparent transparent #0e301d;
    position: absolute;
    right: -200px;
    top: 0;
}
.preloader .inner {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.preloader .inner .logo {
    display: inline-block;
    margin: 0;
    animation: fadeInUp ease 0.6s;
}
.preloader .inner .logo img {
    height: 200px;
}
.preloader .inner .percentage {
    width: 100%;
    font-size: 70vh;
    line-height: 1;
    font-weight: 800;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    opacity: 0.05;
    transition-delay: 0.1s;
}

.page-loaded .preloader {
    left: calc(-100% - 200px);
    visibility: hidden;
}

.page-loaded .preloader .logo {
    transform: translateX(-100px);
    opacity: 0;
}

.page-loaded .preloader .percentage {
    margin-left: 100px;
    opacity: 0;
}

body .navbar .inner {
    transform: translateY(-100%);
    transition-delay: 1.2s;
}

body .left-side {
    left: -100%;
    transition-delay: 1.3s !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

body .header .headlines {
    opacity: 1;
    transform: translateY(100%);
    transition-delay: 1.4s !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
}

/*body .header .page-title {
  opacity: 1;
  transform: translateY(100%);
  transition-delay: 1.4s !important;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  opacity: 0;
}*/

body .page-header {
    opacity: 1;
    transform: translateY(100%);
    transition-delay: 1.4s !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
}

body .slider {
    transform: translateY(100%);
    transition-delay: 1.5s !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
}

body .works {
    transform: translateY(100%);
    transition-delay: 1.7s !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
}

.page-loaded .header .navbar .inner {
    transform: translateY(0);
}

.page-loaded .header .headlines {
    opacity: 1;
    transform: translateY(0);
    opacity: 1;
}

.page-loaded .header .page-title {
    background: #00573d;
    border-radius: 0 0 40px 0;
    opacity: 1;
    transform: translateY(0);
    opacity: 1;
}

.page-loaded .page-header {
    opacity: 1;
    transform: translateY(0);
    opacity: 1;
}

.page-loaded .slider {
    opacity: 1;
    transform: translateY(0);
}

.page-loaded .works {
    opacity: 1;
    transform: translateY(0);
}

.page-loaded .left-side {
    left: 0;
}

.page-loaded .video-wrapper {
    opacity: 1;
    transform: translateY(0);
}

.page-loaded figure.image {
    opacity: 1;
    transform: translateY(0);
}

.page-loaded .header-image {
    opacity: 1;
    transform: translateY(0);
}

.page-loaded .map {
    opacity: 1;
    transform: translateY(0);
}

/* BURGER */
.burger {
    margin-top: 1px;
    z-index: 3;
    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
}

.isNavOpen {
    overflow: hidden;
}

.burger-svg__base {
    fill: #fff;
}

.burger-svg__bars {
    fill: #282828;
}

/* NAVIGATION MENU */
.navigation-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    right: calc(-100% + -200px);
    top: 0;
    z-index: 3;
    background: #00573d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    visibility: hidden;
    padding-top: 200px;
}

.navigation-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 100vh 0;
    border-color: transparent #282828 transparent transparent;
    position: absolute;
    left: -200px;
    top: 0;
}
.navigation-menu.active {
    right: 0;
    visibility: visible;
    height: 100vh;
}
.navigation-menu.active .inner {
    opacity: 1;
    transform: translateX(0);
}
.navigation-menu #map {
    width: 600px;
    height: 450px;
    display: none;
    border: none;
}
.navigation-menu .inner {
    display: flex;
    align-content: center;
    color: #fff;
    transform: translateX(40%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0.35s;
}
.navigation-menu .inner .side-menu {
    width: 100%;
    float: right;
    display: none;
}

.navigation-menu h3 {
    margin-bottom: 25px;
    color: #94cc00;
}

.navigation-menu .inner .side-menu ul {
    float: right;
    margin: 0;
    padding: 0;
    text-align: right;
}
.navigation-menu .inner .side-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 5px;
}
.navigation-menu .inner .side-menu ul li a {
    font-size: 8vw;
    color: #fff;
    font-weight: 600;
}
.navigation-menu .inner .sides {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.navigation-menu .inner .sides:last-child {
    padding-left: 50px;
}
.navigation-menu .inner h2 {
    display: block;
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 18px;
}
.navigation-menu .inner h2 strong {
    font-weight: 600;
}
.navigation-menu .inner figure {
    display: block;
    margin: 0;
    background: #fff;
    padding: 6px;
    position: relative;
}
.navigation-menu .inner figure a {
    width: 50px;
    height: 50px;
    line-height: 44px;
    position: absolute;
    right: 6px;
    top: 6px;
    background: #fff;
    text-align: center;
}
.navigation-menu .inner address {
    display: block;
    font-size: 19px;
}
.navigation-menu .inner address a {
    display: block;
    color: #fff;
    text-decoration: underline;
}

/* REVEAL EFFECT */
.reveal-effect {
    float: left;
    overflow: hidden;
    position: relative;
}
.reveal-effect.animated:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #eee;
    position: absolute;
    left: 0;
    top: 0;
    animation: 1s reveal linear forwards;
    -webkit-animation-duration: 1s;
    z-index: 1;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect.animated > * {
    animation: 1s reveal-inner linear forwards;
}

@-webkit-keyframes reveal {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 0;
        width: 100%;
    }
    51% {
        left: auto;
        right: 0;
    }
    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}
@-webkit-keyframes reveal-inner {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    50% {
        visibility: hidden;
        opacity: 0;
    }
    51% {
        visibility: visible;
        opacity: 1;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}
/* TITLES */
.titles {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-right: 50%;
    margin-bottom: 80px;
}
.titles h6 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.titles p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 300;
}

/* CUSTOM LINK */
.custom-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.custom-link * {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.custom-link a {
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.custom-link a:hover {
    text-decoration: none;
}
.custom-link span {
    width: 20px;
    height: 1px;
    background: #282828;
    display: inline-block;
    margin: 0;
}
.custom-link i {
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #282828;
    opacity: 0;
}
.custom-link:hover a {
    margin-left: 20px;
}
.custom-link:hover span {
    width: 50px;
    margin-left: 20px;
}
.custom-link:hover i {
    opacity: 1;
}

/* CUSTOM BUTTON */

.custom-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}
.custom-btn * {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.custom-btn a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 58px;
    border: 1px solid #94cc00;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 30px;
    padding-top: 18px;
    background: #94cc00;
    color: #fff;
}

.custom-btn.anterior a {
    background: #7c7c7c;
    border-color: #7c7c7c;
}

.custom-btn a:hover {
    text-decoration: none;
    background: #00573d;
    border-color: #00573d;
}
.custom-btn span {
    width: 20px;
    height: 1px;
    background: #fff;
    display: inline-block;
    margin-left: 20px;
    margin-top: 8px;
}
.custom-btn i {
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #fff;
    opacity: 1;
    margin-top: 5px;
}

.custom-btn.anterior i {
    border-width: 4px 4px 4px 4px;
    border-color: transparent #fff transparent transparent;
}

.custom-btn.anterior span {
    margin-left: 0;
    margin-right: 20px;
}

.custom-btn:hover span {
    width: 50px;
    margin-left: 20px;
}

.custom-btn.anterior:hover span {
    margin-left: 0;
}

.custom-btn:hover i {
    opacity: 0;
}

.revistas .custom-btn,
.seja-amp .custom-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}
.revistas .custom-btn *,
.seja-amp .custom-btn * {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.revistas .custom-btn a,
.seja-amp .custom-btn a {
    width: 130px;
    height: 130px;
    display: flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
    border: 1px solid #e2e2e2;
    color: #282828;
    background: #fff;
    border-radius: 100%;
    position: relative;
    margin-left: 50px;
    font-weight: 400;
    font-size: 15px;
    text-transform: unset;
    padding-top: 0;
}

body.color-dark .revistas .custom-btn a {
    background: none;
}

.revistas .custom-btn a:hover,
.seja-amp .custom-btn a:hover {
    color: #94cc00;
    background: #113a24;
}

body.color-dark .revistas .custom-btn a:hover {
    background: #fff;
    color: #113a24;
}

.revistas .custom-btn a:before,
.seja-amp .custom-btn a:before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #113a24;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translate(0, -50%);
}

/*display: flex;
justify-content: center;
align-items: center;
height: 58px;
border: 1px solid #113A24;
font-size: 13px;
text-transform: uppercase;
padding: 0 30px;
background: #fff;
color: #113A24;
font-weight:800;
line-height: 1;*/

.revistas .custom-btn.custom a,
.seja-amp .custom-btn.custom a {
    background: #00573d;
    color: #fff;
}

.seja-amp .custom-btn a i {
    font-size: 28px;
    line-height: 1;
}

.revistas .custom-btn a:hover,
.seja-amp .custom-btn a:hover {
    text-decoration: none;
}

/* HEADER */
.header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

header .curvas {
    width: 600px;
    z-index: 2;
    position: absolute;
    left: 0px;
}

.header .navbar {
    width: 100%;
    margin-bottom: 0;
}

.header .navbar {
    background: url(../images/ondas-topo.svg) 0 -10px no-repeat;
    background-size: contain;
}

.header .page-title {
    width: 100%;
    padding-bottom: 100px;
    padding-top: 100px;
    text-align: center;
}
.header .page-title h2 {
    font-weight: 700;
    font-size: 4vw;
    margin-bottom: 20px;
    color: #fff;
}
.header .page-title h4 {
    line-height: 1.2;
    font-weight: 200;
    color: #fff;
}
.header .page-title span {
    font-weight: 600;
}
.header .headlines {
    width: 100%;
}
.header .headlines h1 {
    font-size: 8vw;
    font-weight: 800;
    line-height: 1;
    margin: 0;
    padding-bottom: 5px;
}

/* NAVBAR */
.navbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0 1rem;
    z-index: 9;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.navbar.hide {
    transform: translateY(-100px) !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.navbar.light {
    color: #fff;
}
/* .navbar.light .logo a img {
    -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
} */
.navbar.light .main-menu ul li a {
    color: #fff;
}
.navbar.light .main-menu ul li a:after {
    background: #fff;
}
.navbar.light .main-menu ul li a:hover:before {
    background: #fff;
}
.navbar.light .main-menu .logo .logo-header {
    display: none;
}
.navbar.light .main-menu .logo .logo-header-branca {
    display: block;
}

.navbar .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.navbar .logo {
    margin-left: 0;
}
.navbar .logo a {
    display: block;
    margin: 0;
}
.navbar .logo a img {
    height: 132px;
}
.navbar .phone {
    margin-left: 50px;
}
.navbar .main-menu {
    margin-left: auto;
}
.navbar .main-menu ul {
    margin: 0;
    padding: 0;
}
.navbar .main-menu ul li {
    display: inline-block;
    margin: 0 18px;
    padding: 0;
}
.navbar .main-menu ul li a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding: 0 2px;
}
.navbar .main-menu ul li a:hover {
    text-decoration: none;
}
.navbar .main-menu ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 0;
    transition: width 0s ease, background 0.25s ease;
}
.navbar .main-menu ul li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -2px;
    height: 1px;
    width: 0;
    background: #282828;
    transition: width 0.25s ease;
}
.navbar .main-menu ul li a:hover:before {
    width: 100%;
    background: #282828;
    transition: width 0.25s ease;
}
.navbar .main-menu ul li a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
.navbar .hamburger-menu {
    margin-right: 0;
    margin-left: 30px;
}

/* LEFT SIDE */
.left-side {
    width: 150px;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
}
.left-side .logo {
    z-index: 10;
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    text-align: center;
    margin-top: 35px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    transform: translateY(-30px);
}

.left-side .logo a {
    display: block;
}

.left-side .logo img {
    height: 100px;
}
.left-side .logo.sticky {
    opacity: 1;
    transform: translateY(0);
}
.left-side ul {
    width: 100vh;
    line-height: 1;
    display: block;
    margin: 0;
    margin-top: 50vh;
    margin-left: -9px;
    padding: 0;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
}
.left-side ul li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    list-style: none;
}
.left-side ul li a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    padding: 0 2px;
}
.left-side ul li a:hover {
    text-decoration: none;
}
.left-side ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 6px;
    height: 1px;
    width: 0;
    transition: width 0s ease, background 0.25s ease;
}
.left-side ul li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 6px;
    height: 1px;
    width: 0;
    background: #282828;
    transition: width 0.25s ease;
}
.left-side ul li a:hover:before {
    width: 100%;
    background: #282828;
    transition: width 0.25s ease;
}
.left-side ul li a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
.left-side .gotop {
    width: 50px;
    padding: 14px;
    position: absolute;
    left: 50px;
    bottom: 35px;
    display: none;
}
.left-side .gotop img {
    display: block;
}

/* SLIDER */
.slider {
    width: calc(100% + 50px);
    height: 560px;
    display: flex;
    flex-wrap: wrap;
    background: #282828;
    margin-right: -50px;
    overflow: hidden;
    position: relative;
}
.slider:hover .swiper-container .swiper-slide {
    margin-left: -10px;
}
.slider:hover .swiper-button-next span {
    width: 100%;
}
.slider .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.slider .swiper-container .swiper-slide {
    width: calc(100% - 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0.3;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.slider .swiper-container .swiper-slide-active {
    opacity: 1;
    z-index: 2;
}
.slider .swiper-container .swiper-slide-active .slide-inner {
    opacity: 1;
}
.slider .swiper-container .slide-inner {
    width: 100%;
    padding: 0 100px;
    padding-right: 40%;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.slider .swiper-container .slide-inner figure {
    display: block;
    margin-bottom: 10px;
}
.slider .swiper-container .slide-inner figure img {
    max-width: 120px;
}
.slider .swiper-container .slide-inner h2 {
    font-size: 52px;
    font-weight: 600;
    color: #fff;
    margin-left: -3px;
}
.slider .swiper-container .slide-inner .link {
    display: block;
    margin-top: 50px;
}
.slider .swiper-container .slide-inner .link a {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    position: relative;
}
.slider .swiper-container .slide-inner .link a:before {
    content: "";
    width: 100%;
    height: 6px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.3;
}
.slider .swiper-container .slide-inner .link a:after {
    content: "";
    width: 0;
    height: 6px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.slider .swiper-container .slide-inner .link a:hover {
    text-decoration: none;
}
.slider .swiper-container .slide-inner .link a:hover:after {
    width: 100%;
}

/* SWIPER BUTTONS */
.swiper-button-next {
    width: 80px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: auto;
    right: 20px;
    top: 0;
    z-index: 2;
    background: none;
    text-align: right;
}
.swiper-button-next span {
    width: 50%;
    height: 1px;
    margin-left: auto;
    background: #fff;
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.swiper-button-next b {
    font-weight: 600;
    display: block;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}

/* SWIPER PAGINATION */
.swiper-pagination-bullet {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    height: 40px;
    width: 40px;
    background: none;
    text-align: center;
    transform: scaleX(-1) scale(0.7);
    margin: 0;
}
.swiper-pagination-bullet:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: none;
}
.swiper-pagination-bullet-active:after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
}

.swiper-pagination-bullet svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
    animation-play-state: running;
    stroke-width: 3px;
    animation: countdown 6s linear forwards;
}

.swiper-pagination-bullet svg circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 0;
    stroke: #fff;
    fill: none;
    animation: none;
    animation-play-state: paused;
    animation-fill-mode: none;
}

/* PAGE HEADER */
.page-header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #282828;
}
.page-header .video-bg {
    width: 100%;
}
.page-header .video-bg video {
    width: 100%;
    display: flex;
}
.page-header iframe {
    width: 100%;
    height: 500px;
    display: block;
    border: none;
}
.page-header figure {
    width: 100%;
    margin: 0;
}
.page-header figure img {
    width: 100%;
}

/* ABOUT INTRO */
.about-intro {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
}
.about-intro h2 {
    font-size: 4vw;
    font-weight: 700;
    margin-bottom: 50px;
}
.about-intro p {
    line-height: 2;
    margin: 0;
}
.about-intro p:nth-child(2) {
    margin-bottom: 30px;
    font-weight: 600;
}

/* MAIN SERVICES */
.main-services {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    text-align: center;
}
.main-services .titles {
    padding: 0 20%;
    color: #fff;
}
.main-services figure {
    display: inline-block;
    margin-bottom: 0;
}
.main-services figure img {
    height: 60px;
    display: inline-block;
}
.main-services article {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    color: #fff;
    position: relative;
    padding: 0 30px;
}
.main-services article span {
    display: block;
    font-weight: 700;
    font-size: 40px;
    opacity: 0.1;
}
.main-services article h4 {
    display: block;
    margin-top: -25px;
    font-weight: 600;
    font-size: 18px;
}

/* WORKS */
.works {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.works .titles {
    display: block;
    padding-right: 5%;
    margin-bottom: 0;
}
.works .titles h2 {
    font-size: 56px;
    color: #00573d;
    margin-bottom: 20px;
}
.works .titles h2 span {
    font-weight: 300;
}
.works .titles p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 300;
}
.works ul {
    margin-bottom: 0;
    margin-left: -30px;
    margin-right: -30px;
    padding: 0;
}
.works ul li {
    width: 50%;
    margin: 40px 0;
    padding: 0 30px;
    list-style: none;
}

/* PROJECT BOX */
.project-box {
    width: 100%;
    display: block;
    margin: 20px 10px;
}
.project-box .project-image {
    width: 100%;
    display: block;
}

.project-box .project-image img {
    height: 280px;
    object-fit: cover;
}

.project-box .project-image a {
    display: block;
}
.project-box .project-image a img {
    width: 100%;
}
.project-box .project-content {
    width: 100%;
    display: block;
}
.project-box .project-content h3 {
    font-size: 30px;
    line-height: 1.2;
    display: block;
}
.project-box .project-content h3 a {
    color: #00573d;
    display: block;
}
.project-box .project-content h3 a:hover {
    text-decoration: none;
}
.project-box .project-content small {
    display: block;
}

/* CASE DETAIL */
.case-detail {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 120px 0;
}
.case-detail figure {
    display: block;
    margin-bottom: 50px;
}
.case-detail figure img {
    width: auto;
    height: auto;
}
.case-detail h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.case-detail h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.case-detail h3 {
    font-size: 50px;
    font-weight: 800;
    margin-top: 100px;
}

.case-detail h1 {
    color: #00573d;
    font-weight: 300;
    font-size: 50px;
}

.case-detail p {
    display: block;
    font-size: 20px;
    margin-bottom: 50px;
}

.case-detail span {
    color: #00573d;
    font-weight: 800;
}

/* FEATURED SERVICES */
.featured-services {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0 0;
    color: #fff;
}
.featured-services .col-lg-3:nth-child(2n + 2) {
    margin-top: 134px;
}
/*.featured-services figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  margin: 15px 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 30% 0;
}
.featured-services figure:hover {
  background: #fff;
}
.featured-services figure:hover img {
  margin: 0;
  filter: invert(100%);
}
.featured-services figure:hover figcaption {
  color: #282828;
}
.featured-services figure img {
  opacity: 0.1;
  padding: 0 35%;
  filter: blur(10px);
}
.featured-services figure figcaption {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  text-align: center;
}
.featured-services figure figcaption span {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}
.featured-services figure figcaption h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}*/

/* RECENT NEWS */
.recent-news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.recent-news .row {
    margin-left: -25px;
    margin-right: -25px;
}
.recent-news .col-lg-4 {
    padding-left: 25px;
    padding-right: 25px;
}
.recent-news .col-12 {
    padding-left: 25px;
    padding-right: 25px;
}
.recent-news .inner h3 {
    font-size: 20px;
}
.recent-news .content-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 80px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(40, 40, 40, 0.1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
}
.recent-news .content-box:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    transition: width 0s ease, background 0.25s ease;
}
.recent-news .content-box:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background: #282828;
    transition: width 0.25s ease;
}
.recent-news .content-box:hover:before {
    width: 100%;
    background: #282828;
    transition: width 0.25s ease;
}
.recent-news .content-box:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
.recent-news .content-box.selected {
    padding-bottom: 80px;
}
.recent-news .content-box.selected h3 {
    font-size: 4vw;
    font-weight: 600;
}
.recent-news .content-box small {
    opacity: 0.5;
    margin-bottom: 10px;
}
.recent-news .content-box h3 {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.recent-news .content-box h3 a {
    display: block;
}
.recent-news .content-box h3 a:hover {
    text-decoration: none;
}
.recent-news .content-box span {
    display: block;
    font-weight: 600;
}

/* OUR AWARDS */
.our-awards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
}
.our-awards .titles {
    text-align: center;
    padding: 0 20%;
}
.our-awards ul {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.our-awards ul li {
    width: 20%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.our-awards ul li:last-child figure {
    border-right: 0;
}
.our-awards ul li figure {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 30%;
    border-right: 1px solid rgba(40, 40, 40, 0.1);
}
.our-awards ul li h5 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
}
.our-awards ul li small {
    display: block;
    opacity: 0.6;
    margin-bottom: 5px;
}
.our-awards ul li .odometer {
    font-size: 60px;
    font-weight: 800;
}

/* SHOWREEL */
.showreel {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
}
.showreel .video {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.showreel .video h2 {
    width: 100%;
    height: 200px;
    line-height: 200px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -100px;
    text-align: center;
    color: #fff;
    font-size: 4vw;
    font-weight: 800;
}
.showreel .video video {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    float: left;
}

/* TEAM */
.team {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    color: #fff;
}
.team figure {
    display: block;
    margin: 0;
}
.team figure img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.team figure figcaption {
    display: block;
    margin: 0;
}
.team figure figcaption span {
    display: block;
    font-size: 14px;
    opacity: 0.5;
    margin-bottom: 10px;
}
.team figure figcaption h5 {
    display: block;
    font-weight: 600;
    margin-bottom: 0;
}
.team figure figcaption a {
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* LOGOS */
.logos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
}
.logos ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    position: relative;
    border-left: 1px solid rgba(40, 40, 40, 0.1);
    border-top: 1px solid rgba(40, 40, 40, 0.1);
}
.logos ul li {
    width: 20%;
    float: left;
    list-style: none;
    border-right: 1px solid rgba(40, 40, 40, 0.1);
    border-bottom: 1px solid rgba(40, 40, 40, 0.1);
    text-align: center;
}
.logos ul li:hover figure {
    opacity: 1;
}
.logos ul li figure {
    display: block;
    height: 80px;
    margin: 30px 0;
    opacity: 0.6;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
}
.logos ul li figure img {
    display: none;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

/* BLOG */
.post-header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.post-header .post-image {
    width: 100%;
    margin: 0;
}
.post-header .post-image img {
    width: 100%;
}

.post-body {
    width: 100%;
    margin-bottom: 50px;
}
.post-body .avatar {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
}
.post-body .avatar img {
    height: 60px;
    margin-right: 20px;
    border-radius: 50%;
}
.post-body .avatar a {
    text-decoration: underline;
}
.post-body .post-title {
    display: block;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 3vw;
    color: #00573d;
}
.post-body .post-date {
    display: block;
    margin-bottom: 30px;
    opacity: 0.5;
}
.post-body .post-intro {
    display: block;
    margin-bottom: 2rem;
    font-size: 20px;
    line-height: 1.7;
}
.post-body .image-left {
    width: 100%;
    float: left;
    margin-right: 30px;
    margin-bottom: 1rem;
    margin-top: 5px;
}
.post-body .image-left img {
    width: 80%;
    margin-bottom: 2rem;
}
.post-body .image-right {
    width: 50%;
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.post-body .image-right img {
    width: 100%;
}
.post-body .image-full {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}
.post-body .image-full img {
    width: 100%;
}
.post-body h5 {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 1rem;
    font-size: 40px;
    color: #00573d;
}
.post-body ul {
    padding-left: 20px;
    margin-bottom: 2rem;
    list-style: none;
}
.post-body ul li {
    margin-bottom: 1rem;
    font-size: 20px;
}

.post-body ul li img {
    padding-right: 5px;
}

.post-body blockquote {
    display: inline-block;
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
    background: #00573d;
    position: relative;
    color: #fff;
    background: url(../images/quote-bg.svg) left top no-repeat #00573d;
    background-size: contain;
    border-radius: 0 0 30px 0;
}
.post-body blockquote p {
    font-weight: 400;
    display: block;
    color: #e9ecef;
}
.post-body blockquote h5 {
    font-weight: 800;
    margin: 0;
    color: #ffffff;
    font-size: 40px;
}

.post-navigation {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #f9f9f9;
}
.post-navigation a {
    font-weight: 600;
    font-size: 20px;
    padding: 40px 25px;
    color: #00573d;
}
.post-navigation a:nth-child(1) {
    width: 50%;
    float: left;
    border-right: 1px solid #eee;
}
.post-navigation a:nth-child(2) {
    width: 50%;
    float: right;
    padding-left: 25px;
}

.blog {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 150px;
}
.blog .post {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 150px;
}
.blog .post .post-image {
    width: 100%;
    margin-bottom: 30px;
}
.blog .post .post-image img {
    width: 100%;
}
.blog .post .post-content {
    width: 100%;
    margin: 0;
}
.blog .post .post-content .avatar {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
}
.blog .post .post-content .avatar img {
    height: 60px;
    margin-right: 20px;
    border-radius: 50%;
}
.blog .post .post-content .avatar a {
    text-decoration: underline;
}
.blog .post .post-content .post-title {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 3vw;
}
.blog .post .post-content .post-date {
    display: block;
    margin-bottom: 30px;
    opacity: 0.5;
}
.blog .post .post-content .post-intro {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.7;
}
.blog .post .post-content .post-link {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 8px;
    position: relative;
}
.blog .post .post-content .post-link:hover {
    text-decoration: none;
}
.blog .post .post-content .post-link:hover:after {
    width: 0;
}
.blog .post .post-content .post-link:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: 0;
}
.blog .post .post-content .post-link:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #00573d;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.blog .sidebar {
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    border: 1px solid rgba(40, 40, 40, 0.1);
    padding: 25px;
}
.blog .sidebar .widget {
    width: 100%;
    border-bottom: 1px solid rgba(40, 40, 40, 0.1);
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.blog .sidebar .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.blog .sidebar .widget .title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.blog .sidebar .widget .title:after {
    content: "";
    width: 30%;
    height: 3px;
    background: #282828;
    position: absolute;
    left: -25px;
    bottom: 0;
}
.blog .sidebar .widget form {
    display: block;
}
.blog .sidebar .widget form input[type="text"] {
    margin-bottom: 10px;
}
.blog .sidebar .widget form button[type="submit"] {
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    background: #00573d;
    padding: 12px 20px;
}
.blog .sidebar .widget .categories {
    display: block;
    margin: 0;
    padding: 0;
}
.blog .sidebar .widget .categories li {
    display: block;
    margin: 0;
    padding: 3px 0;
    list-style: none;
}
.blog .sidebar .widget .categories li:before {
    content: "";
    width: 5px;
    height: 5px;
    float: left;
    border-radius: 50%;
    background: #282828;
    margin-right: 15px;
    margin-top: 11px;
}
.blog .sidebar .widget .categories li span {
    float: right;
    opacity: 0.5;
}
.blog .sidebar .widget .tags {
    display: block;
    margin: 0;
    padding: 0;
}
.blog .sidebar .widget .tags li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}
.blog .sidebar .widget .tags li a {
    display: inline-block;
    border: 1px solid rgba(40, 40, 40, 0.1);
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
}
.blog .sidebar .widget .tags li a:hover {
    text-decoration: none;
    border: 1px solid #282828;
    background: #282828;
    color: #fff;
}
.blog .sidebar .widget .works {
    display: block;
    margin: 0;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
}
.blog .sidebar .widget .works li {
    width: 33.33333%;
    float: left;
    margin: 0;
    padding: 5px;
    list-style: none;
}

/* POST STICKY */
.post-sticky {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.post-sticky .post-image {
    width: 100%;
    margin-bottom: 0;
}
.post-sticky .post-image img {
    width: 100%;
    opacity: 0.5;
}
.post-sticky .post-content {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 50px;
    padding-right: 30%;
}
.post-sticky .post-content .avatar {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
}
.post-sticky .post-content .avatar img {
    height: 60px;
    margin-right: 20px;
    border-radius: 50%;
}
.post-sticky .post-content .avatar a {
    text-decoration: underline;
    color: #fff;
}
.post-sticky .post-content .post-title {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 4vw;
}
.post-sticky .post-content .post-title a {
    display: block;
    color: #fff;
}
.post-sticky .post-content .post-date {
    display: block;
    margin-bottom: 30px;
}
.post-sticky .post-content .post-intro {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.7;
}
.post-sticky .post-content .post-link {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 8px;
    position: relative;
    color: #fff;
}
.post-sticky .post-content .post-link:hover {
    text-decoration: none;
}
.post-sticky .post-content .post-link:hover:after {
    width: 0;
}
.post-sticky .post-content .post-link:before {
    content: "";
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    bottom: 0;
}
.post-sticky .post-content .post-link:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/* WORK WITH US */
.work-with-us {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    color: #fff;
}
.work-with-us h6 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}
.work-with-us h2 {
    font-size: 6vw;
    font-weight: 800;
    margin-bottom: 50px;
}
.work-with-us p {
    display: block;
    margin: 0;
    font-size: 19px;
}
.work-with-us a {
    color: #fff;
    text-decoration: underline;
}
.work-with-us small {
    display: block;
    margin: 15px 0;
}

/* CONTACT */
.contact {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 150px;
}
.contact h5 {
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}
.contact address {
    display: block;
    margin-bottom: 50px;
}
.contact address p {
    margin: 0;
}
.contact address a {
    text-decoration: underline;
}
.contact .contact-form {
    display: block;
}
.contact .contact-form h5 {
    margin-bottom: 40px;
}
.contact .contact-form #contact {
    display: block;
}
.contact .contact-form #contact .form-group {
    display: block;
    position: relative;
    margin-bottom: 35px;
}
.contact .contact-form #contact .form-group span {
    width: 100%;
    line-height: 54px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
    z-index: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.contact .contact-form #contact .form-group span.label-up {
    font-size: 13px;
    line-height: 16px;
    top: -20px;
    font-weight: 600;
}
.contact .contact-form #contact .form-group input[type="text"] {
    background: none;
    position: relative;
    z-index: 2;
}
.contact .contact-form #contact .form-group input:focus + span {
    font-size: 13px;
    line-height: 16px;
    top: -20px;
    font-weight: 600;
}
.contact .contact-form #contact .form-group textarea {
    background: none;
    position: relative;
    z-index: 2;
}
.contact .contact-form #contact .form-group textarea:focus + span {
    font-size: 13px;
    line-height: 16px;
    top: -20px;
    font-weight: 600;
}
.contact .contact-form #contact .form-group label.error {
    color: red;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 13px;
}
.contact .contact-form #success,
.contact .contact-form #error {
    display: none;
    float: left;
}
.contact .contact-form #error {
    background: red;
    color: #fff;
}
.contact .contact-form #success {
    background: green;
    color: #fff;
}
.contact .contact-form .alert {
    border: none;
    border-radius: 0;
    padding: 20px 30px;
}

/* FOOTER */
.footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
}
.footer .career {
    display: block;
    border-bottom: 1px solid rgba(40, 40, 40, 0.1);
    padding-bottom: 100px;
    margin-bottom: 100px;
}
.footer .career h6 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer .career h2 {
    font-size: 3vw;
    font-weight: 800;
    margin-bottom: 50px;
}
.footer .logo {
    display: block;
    margin: 0;
}
.footer .logo img {
    height: 42px;
}
.footer h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer .sub-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
    font-size: 13px;
}
.footer .sub-footer ul {
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0;
}
.footer .sub-footer ul li {
    display: inline-block;
    margin-right: 20px;
    padding: 0;
    list-style: none;
}
.footer .sub-footer ul li a {
    display: block;
    position: relative;
    padding: 0 2px;
}
.footer .sub-footer ul li a:hover {
    text-decoration: none;
}
.footer .sub-footer ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 8px;
    height: 1px;
    width: 0;
    transition: width 0s ease, background 0.25s ease;
}
.footer .sub-footer ul li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 8px;
    height: 1px;
    width: 0;
    background: #282828;
    transition: width 0.25s ease;
}
.footer .sub-footer ul li a:hover:before {
    width: 100%;
    background: #282828;
    transition: width 0.25s ease;
}
.footer .sub-footer ul li a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
.footer .sub-footer span {
    margin-right: 0;
}

/* ANIMATIONS */
@keyframes countdown {
    from {
        stroke-dashoffset: 113px;
    }
    to {
        stroke-dashoffset: 0;
    }
}
/* MEDIUM FIXES */
@media only screen and (max-width: 1199px),
    only screen and (max-device-width: 1199px) {
    body {
        padding: 0;
    }

    .left-side {
        display: none;
    }

    .navbar {
        padding: 30px;
    }

    .slider {
        width: 100%;
        margin-right: 0;
    }

    .slider .swiper-container .slide-inner {
        padding: 0 60px;
    }

    .works .titles {
        padding-right: 0;
    }
}
/* RESPONSIVE TABLET FIXES */
@media only screen and (max-width: 991px),
    only screen and (max-device-width: 991px) {
    .slider .swiper-container .slide-inner {
        padding: 0 30px;
    }

    .preloader .inner .percentage {
        font-size: 50vh;
    }

    .navigation-menu .inner .side-menu {
        display: block;
    }

    .navbar .main-menu {
        display: none;
    }

    .navbar .phone {
        margin-right: auto;
    }

    .navigation-menu .inner .sides {
        display: none;
    }

    .slider .swiper-container .swiper-slide {
        width: 100%;
    }

    .slider:hover .swiper-container .swiper-slide {
        margin-left: 0;
    }

    .header .page-title h4 {
        padding-right: 0;
    }

    .titles {
        padding-right: 0;
    }

    .works ul li {
        width: 50%;
    }

    .our-awards ul li {
        width: 33%;
        float: none;
        display: inline-block;
        margin: 0 6%;
    }

    .our-awards ul li figure {
        border-right: none;
    }

    .our-awards ul li .odometer {
        margin-bottom: 40px;
    }

    .team figure {
        margin-bottom: 40px;
    }

    .logos ul li {
        width: 33.33333%;
    }

    .logos ul li:nth-child(n + 10) {
        display: none;
    }

    .our-awards .titles {
        padding: 0 5%;
    }

    .post-sticky .post-content {
        padding-right: 0;
    }

    .post-sticky .post-content .post-intro {
        display: none;
    }

    .blog {
        padding-top: 100px;
    }

    .blog .sidebar {
        width: 100%;
        margin-top: 100px;
    }

    .swiper-button-next {
        display: none;
    }

    .footer .logo {
        margin-bottom: 40px;
    }

    .footer .career h2 {
        font-size: 4vw;
    }
    .residencia-home .row {
        justify-content: center;
    }

    input[type="text"] {
        border-radius: 0 !important;
        -webkit-appearance: none;
    }

    textarea {
        border-radius: 0 !important;
        -webkit-appearance: none;
    }
}
/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px),
    only screen and (max-device-width: 767px) {
    .preloader .inner .percentage {
        font-size: 30vh;
    }

    .navbar {
        padding: 30px 15px;
    }

    .navbar .phone {
        display: none;
    }

    .slider .swiper-container .slide-inner {
        padding: 0 30px;
    }

    .slider .swiper-container .slide-inner h2 {
        font-size: 35px;
    }

    .recent-news .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .recent-news .col-lg-4 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .recent-news .col-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header .page-title h2 {
        font-size: 14vw;
    }

    .works ul li {
        width: 100%;
    }

    .works ul {
        width: 100%;
        margin: 0 !important;
    }

    .our-awards .titles {
        padding: 0;
    }

    .logos ul li {
        width: 50%;
    }

    .logos ul li:nth-child(9) {
        display: none;
    }

    .post-sticky .post-content {
        padding: 20px 30px;
    }

    .post-sticky .post-content .post-link {
        display: none;
    }

    .blog .post .post-content .post-title {
        font-size: 6vw;
    }

    .post-body .post-title {
        font-size: 6vw;
    }

    .post-navigation a:nth-child(1) {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #eee;
    }

    .post-navigation a:nth-child(2) {
        width: 100%;
    }

    .work-with-us h2 {
        font-size: 9vw;
    }

    .logos ul li figure {
        height: 65px;
    }

    .logos ul li figure img {
        height: 65px;
    }

    .about-intro h2 {
        font-size: 8vw;
    }

    .main-services .titles {
        padding: 0;
    }

    .footer .career h2 {
        font-size: 4vw;
    }

    .footer .sub-footer ul {
        margin-bottom: 15px;
    }
    .institucional h2 {
        font-size: 35px !important;
    }
    .institucional p {
        font-size: 20px !important;
    }
}

/*************************************************
**************************************************

 STYLE AMP

*************************************************
************************************************/

.navbar .logo,
.horario_atendimento {
    height: 172px;
    display: flex;
}

.navbar .logo {
    align-items: center;
}

.horario_atendimento {
    border-left: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2;
    flex-direction: column;
    padding: 34px 20px 0;
    margin-left: 20px;
}

.horario_atendimento h2 {
    margin-bottom: 15px;
    font-size: 22px;
}

.horario_atendimento p,
.horario_atendimento a {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}

.horario_atendimento p.telefone {
    font-weight: 800;
    font-size: 22px;
}

.horario_atendimento a {
    display: inline-flex;
    text-decoration: underline;
}

.horario_atendimento a:hover {
    color: #86a81d;
}

.horario_atendimento i {
    font-size: 22px;
    width: 35px;
    text-align: center;
}

.servicos-topo {
    border: 1px solid #e2e2e2;
    border-radius: 0px 0px 45px 0px;
}

.servicos-topo .title {
    padding-top: 80px;
    padding-left: 80px;
}

.servicos-topo.titulo {
    background: url("../images/bg-home1.jpg");
    height: 600px;
    padding: 0 34px;
    border: 0;
    border-radius: 0;
    /*background:#94CC00;*/
}

.servicos-topo h2 {
    font-size: 58px;
    line-height: 1.1;
    padding: 0 45px 60px 45px;
    color: #00573d;
}

.servicos-topo h2 span {
    font-weight: 300;
}

.servicos-topo .box-servico {
    display: flex;
}

.servicos-topo .box-servico a {
    width: 100%;
    height: 100%;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e2e2;
    border-radius: 0 0 30px 0;
}

.servicos-topo .box-servico a:hover {
    border-color: #00573d;
}

.video-home .titles {
    padding-right: 0;
}

.video-home .titles h6 {
    font-weight: 300;
    font-size: 26px;
    color: #94cc00;
}

.video-home .titles h2 {
    font-size: 88px;
    color: #00573d;
}

body.color-dark .video-home .titles h2 {
    color: #fff;
}

.video-home .titles h2 span {
    font-weight: 300;
}

.video-home video {
    display: block;
    width: 100%;
    position: relative;
}

.video-home .container-video {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.video-home .container-video figure,
.video-home .container-video img {
    cursor: pointer !important;
}

.video-home .container-video .play img {
    width: 100%;
    height: auto;
}

.video-home .container-video .play {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-home .container-video .play:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border: 5px solid #ffffff4d;
    border-radius: 50%;
    z-index: 1;
    animation: pulse 2s infinite;
}

.video-home .container-video:hover .capa-video {
    animation: Background-data 6s linear;
}

.video-home .capa-video {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.video-home .capa-video.desaparecer {
    animation: pulse 2s linear;
    opacity: 0;
    transition: 2s ease;
}

@keyframes Background-data {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.9;
        z-index: 1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
        z-index: 1;
    }
}

.servicos-topo .box-servico img {
    width: auto;
    height: 100%;
}

.headlines.home1 {
    margin-bottom: 80px;
}

.seja-amp {
    padding: 200px 0 150px;
}

.seja-amp .capa-sejaamp {
    border-radius: 0 0 58px 0;
}

.seja-amp p {
    font-weight: 300;
    font-size: 17px;
    color: #282828;
    margin-bottom: 30px;
}

.seja-amp h2 {
    color: #00573d;
    font-size: 35px;
    margin-bottom: 30px;
}

.seja-amp h2 span {
    font-weight: 300;
}

.ban_imagem figure {
    height: 600px;
    margin: 0;
}

.ban_imagem figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.desc_box {
    align-items: center;
    padding: 0 80px;
    height: 220px;
    position: absolute;
    bottom: -220px;
    left: 0;
    display: flex;
    width: 100%;
}

.desc_box h1 {
    color: #00573d;
    font-size: 40px;
}

.desc_box p {
    font-size: 18px !important;
    color: #00573d !important;
    font-weight: 400 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
}

.desc_box .custom-link a {
    color: #00573d;
    font-size: 16px;
}

.desc_box .custom-link span {
    width: 45px;
    height: 2px;
    background: #00573d;
}

.desc_box .custom-link i {
    border-color: transparent transparent transparent #00573d;
}

/* SLIDER */

.hero-slider-active {
    height: 600px;
    background: #00573d73;
}

.owl-carousel .owl-stage-outer {
    overflow: unset;
}

.banner {
    margin-bottom: 80px;
    position: relative;
    padding-bottom: 220px;
    overflow: hidden;
    border-radius: 0 0 45px 0;
    border: 1px solid #e2e2e2;
}

.banner:after {
    padding: 30px;
    background: transparent;
    border-radius: 0 0 45px 0;
    width: 100%;
    height: 220px;
    position: absolute;
    content: "";
    bottom: 0;
    z-index: -1;
    left: 0;
}

.ml-0 {
    margin-left: 0 !important;
}

.owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
}

.owl-prev,
.owl-next {
    background: #ffffff;
    width: 60px;
    color: #00573d;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #dddddd8a;
}

.owl-prev:hover,
.owl-next:hover {
    background: #94cc00;
}

.owl-prev {
    border-right: 1px solid #dddddd;
}

.owl-next {
    border-left: 1px solid #dddddd;
}

/* .owl-item.active .single-slide {
  -webkit-animation: zoomIn 1s ease 0s 1 normal forwards running;
  animation: zoomIn 1s ease 0s 1 normal forwards running;
} */

.owl-item.active .single-slide .desc_box h1 {
    -webkit-animation: 1s 0.1s fadeInUpBig both;
    animation: 1s 0.1s fadeInUpBig both;
}

.owl-item.active .single-slide .desc_box p {
    -webkit-animation: 1.5s 0.2s fadeInUpBig both;
    animation: 1.5s 0.2s fadeInUpBig both;
}

.owl-item.active .single-slide .desc_box .custom-link {
    -webkit-animation: 2s 0.3s fadeInUpBig both;
    animation: 2s 0.3s fadeInUpBig both;
}

.owl-nav {
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.banner.ao_vivo:before {
    position: absolute;
    content: "● AO VIVO";
    top: 25px;
    right: 25px;
    background: #ff0000e8;
    z-index: 2;
    color: #fff;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 20px;
    /* animation: pulse 2s infinite; */
    animation: blink 1s step-start 0s infinite;
}

.banner.vid:before {
    display: none;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #ff00002e;
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 4px #ff00002e;
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #ff00002e;
    }
}

.ao_vivo .custom-btn button {
    width: 130px;
    height: 130px;
    display: flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
    border: 1px solid #e2e2e2;
    color: #00573d;
    border-radius: 100%;
    position: relative;
    margin-left: 50px;
    font-size: 35px;
    padding-left: 5px;
    background-color: transparent;
}

.ao_vivo .custom-btn button:hover {
    color: #94cc00;
}

.ao_vivo .custom-btn button:before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #113a24;
    position: absolute;
    left: -50px;
    top: 50%;
}

.vid_bg {
    position: fixed;
    top: 0;
    z-index: -999;
    width: 100%;
    left: 0;
    height: 100vh;
    background: #000000e3;
    justify-content: center;
    align-items: center;
    display: none;
}

.vid_box iframe {
    --w: 1200px;
    width: var(--w);
    height: calc(var(--w) / 2);
}

.vid_active {
    display: flex;
    z-index: 999 !important;
}

.close {
    color: #fff;
    font-size: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.close:hover {
    color: #fff;
}

.copy {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 10px;
    height: 60px;
    border-top: 1px solid #024833;
}

.copy p {
    margin: 0 3px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.copy a {
    font-weight: 400;
    color: #fff;
}

footer {
    background: #00573d;
    border-radius: 0 45px 0 0;
}

.f1 {
    display: flex;
    flex-direction: column;
    padding: 50px 20px 30px;
    border-right: 1px solid #024833;
}

.f1 figure img {
    width: 120px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
}

.f1 figure {
    display: flex;
    justify-content: center;
}

.f1 p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.kd {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.kd a {
    background: #ffffff;
    color: #113a24;
    padding: 6px 12px;
    border-radius: 5px;
    font-weight: 500;
    width: fit-content;
    font-size: 14px;
    margin: 5px auto;
}

.foo_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.foo_menu ul li {
    list-style: none;
    margin-bottom: 10px;
}

.f2 {
    padding: 30px 20px;
}

.foo_menu h2 {
    text-align: center;
    margin-bottom: 3rem;
    color: #fff;
    font-size: 40px;
}

.foo_menu ul {
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: 1.8;
}

.foo_menu h4 {
    color: #fff;
    font-size: 20px;
}

.inner .foo_menu ul li a {
    color: white;
    font-weight: 900;
    font-size: 35px;
    transition: all ease 0.5s;
}
.inner .foo_menu ul li a:hover {
    color: #00573d;
}

.revistas .titulo {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}

.revistas figure {
    text-align: center;
    background: url(../images/curvas-revista.svg) bottom right no-repeat;
    background-size: contain;
}

.revistas h2 {
    font-size: 60px;
    margin-bottom: 30px;
    color: #00573d;
}

.revistas h3 {
    font-size: 42px;
    color: #00573d;
}

.revistas h2 span {
    color: #94cc00;
}

body.color-dark .revistas h2 {
    color: #fff;
}

body.color-dark .revistas h3 {
    color: #fff;
}

.revistas h3 span {
    color: #94cc00;
}

.revistas p {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 30px;
}

body.color-dark .revistas p {
    color: #fff;
}

.revistas {
    padding: 200px 0 150px;
}

body.color-dark .revistas .custom-btn a {
    color: #fff;
}

body.color-dark .revistas .custom-btn a:before {
    background: #fff;
}

.page-loaded .works {
    padding: 120px 0;
}

body.color-dark .seja-amp h2 {
    color: #fff;
}

body.color-dark .seja-amp p {
    color: #fff;
}

.works.galeria .project-box img {
    object-fit: cover;
}

body.color-dark .custom-btn a {
    color: #fff;
}

body.color-dark .custom-btn a:before {
    background: #fff;
}

body.color-dark .custom-link a {
    color: #fff;
}

body.color-dark .custom-link span {
    background: #fff;
}

.bg_play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 220px);
    z-index: 1;
    background: linear-gradient(0deg, #000000db, #113a2478);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.bg_play img {
    width: 140px;
    box-shadow: 0 0 0 0 rgb(148 204 0);
    animation: pulse_ 4s infinite;
    border-radius: 50%;
}

@keyframes pulse_ {
    0% {
        transform: scale(0.98);
        box-shadow: 0 0 0 0 rgb(148, 204, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(148, 204, 0, 0);
    }

    100% {
        transform: scale(0.98);
        box-shadow: 0 0 0 0 rgba(148, 204, 0, 0);
    }
}

.div_play {
    position: relative;
}

.div_play:after {
    position: absolute;
    content: "assistir";
    font-size: 38px;
    color: #fff;
    width: fit-content;
    font-weight: 600;
    top: calc(50% - 36px);
    right: -175px;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}

.div_play:before {
    position: absolute;
    content: "Clique para";
    font-size: 38px;
    color: #fff;
    font-weight: 600;
    top: calc(50% - 36px);
    left: -260px;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}

.bg_play:hover .div_play:before,
.bg_play:hover .div_play:after {
    opacity: 1;
}

.light .horario_atendimento a {
    color: #fff;
}

.horario_atendimento {
    color: #282828;
}

.light .horario_atendimento {
    color: #fff;
}

.navigation-menu:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/menu_bg.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.servicos-topo .box-servico figure {
    height: 130px;
    display: flex;
}

.servicos-topo .box-servico figure.sinam {
    height: 120px;
}

.bt_topo a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ytb {
    color: #ff0000;
}

.fcb {
    color: #3b5998;
}

.not_home {
    border: 0;
    border-top: 1px solid #e2e2e2;
    justify-content: space-between;
}

.not_home .titles h2 span {
    font-weight: 300;
}

.not_home .titles h2 {
    font-size: 70px;
    color: #00573d;
    margin-bottom: 20px;
}

.not_home .single-slide {
    border: 1px solid #e2e2e2;
    border-bottom: 0;
    border-top: 0;
}

.not_home .desc_box {
    border: 1px solid #e2e2e2;
    border-radius: 0 0 45px 0;
    align-items: center;
    padding: 0 80px;
    height: 180px;
    position: absolute;
    bottom: -180px;
    left: 0;
    display: flex;
    width: 100%;
}

.not_home .desc_box h1 {
    font-size: 30px;
}

.not_home .titles {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 15%;
    margin-bottom: 0;
    margin-top: 90px;
}

.ban_padrao .servicos-topo {
    border: 0;
}

.cabecalho-credenciamento {
    margin-bottom: 80px;
}

.cabecalho-credenciamento h4 {
    font-size: 40px;
}

.cabecalho-credenciamento span {
    font-weight: 400;
}

.cabecalho-credenciamento h4 span {
    font-weight: 300;
}

.cabecalho-credenciamento h2 {
    font-size: 46px;
    color: #00573d;
}

.cabecalho-credenciamento h2 a {
    color: #94cc00;
}

.cabecalho-credenciamento p {
    font-size: 24px;
    line-height: 1.3;
}

.cabecalho-credenciamento a {
    font-weight: 800;
    color: #00573d;
}

.escolha-credenciamento {
    overflow: hidden;
    position: relative;
}

.escolha-credenciamento .box-planos {
    width: 100%;
    min-height: 300px;
}

.escolha-credenciamento .box-planos .preco {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background-color: #f4f4f4;
}

.escolha-credenciamento .box-planos .preco h3 {
    font-size: 40px;
}
.escolha-credenciamento .box-planos .preco p {
    font-weight: 400;
    margin-bottom: 0;
}

.escolha-credenciamento .box-planos .preco .valor {
    margin-bottom: 50px;
}

.escolha-credenciamento .box-planos .preco .mais span {
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    color: #c7c7c7;
}

.escolha-credenciamento .box-planos .preco .mais span.cond2 {
    display: none;
    font-size: 80px;
    color: #96ce17;
}

.escolha-credenciamento .box-planos .informacoes {
    padding: 45px 15px 25px 30px;
}

.escolha-credenciamento .box-planos .informacoes h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.escolha-credenciamento .box-planos .informacoes img {
    margin: 0 0 20px 10px;
}

.escolha-credenciamento .box-planos .informacoes p {
    line-height: 1.2;
    font-weight: 400;
}

.escolha-credenciamento input[type="radio"]:checked + label .box-planos .preco {
    background: #00573d;
}

.escolha-credenciamento
    input[type="radio"]:checked
    + label
    .box-planos
    .preco
    h3 {
    color: #fff;
}

.escolha-credenciamento
    input[type="radio"]:checked
    + label
    .box-planos
    .preco
    p {
    color: #fff;
}

.escolha-credenciamento
    input[type="radio"]:checked
    + label
    .box-planos
    .preco
    .mais
    span.cond1 {
    display: none;
}

.escolha-credenciamento
    input[type="radio"]:checked
    + label
    .box-planos
    .preco
    .mais
    span.cond2 {
    display: block;
}

.escolha-credenciamento
    input[type="radio"]:checked
    + label
    .box-planos
    .informacoes
    h2 {
    color: #00573d;
}

.escolha-credenciamento input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.plano_pagamento {
    padding-top: 50px;
}

.plano_pagamento a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: 1px solid #e2e2e2;
    font-weight: 400;
    line-height: 1;
}

.escolha-credenciamento label {
    cursor: pointer;
}

.escolha-credenciamento .box {
    height: 100%;
    min-height: 300px;
    border: solid 1px #e2e2e2;
    border-radius: 0 0 50px 0;
    position: relative;
}

.escolha-credenciamento .box.h0 {
    height: auto;
    min-height: auto;
}

.escolha-credenciamento .box .seleciona {
    width: 30px;
    height: 30px;
    border: solid 2px #e2e2e2;
    border-radius: 100%;
    position: absolute;
    right: 20px;
    top: 20px;
}

.escolha-credenciamento .box .seleciona:before {
    width: 16px;
    height: 16px;
    display: block;
    content: "";
    background: #00573d;
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 100%;
    opacity: 0;
}

.escolha-credenciamento .box div img {
    filter: grayscale(1);
    margin: 0 auto;
    margin-bottom: 20px;
}

.escolha-credenciamento .box div img,
.escolha-credenciamento .box div h3 {
    text-align: center;
    display: block;
}

.escolha-credenciamento .box div h3 {
    color: #424242;
}

.escolha-credenciamento .box:hover {
    box-shadow: 0 0 15px #6666661a;
}

.escolha-credenciamento input[type="radio"]:checked + label .seleciona {
    border-color: #00573d;
}

.escolha-credenciamento input[type="radio"]:checked + label .seleciona:before {
    opacity: 1;
}

.escolha-credenciamento input[type="radio"]:checked + label {
    border-color: #424242;
    background: #fcfcfc;
}

.escolha-credenciamento input[type="radio"]:checked + label h3 {
    color: #00573d;
}

.escolha-credenciamento input[type="radio"]:checked + label img {
    filter: grayscale(0);
}

.lista-beneficios {
    list-style: none;
}

.lista-beneficios li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e2e2e2;
    font-weight: 400;
    color: #424242;
    font-size: 16px;
}

.lista-beneficios li:last-child {
    border: 0;
}

.lista-beneficios li i {
    margin-right: 10px;
    font-size: 22px;
    color: #96ce17;
}

.banner-beneficio img {
    border-radius: 0 0 40px 0;
    margin-bottom: 25px;
}

.banner-beneficio h3 {
    color: #00573d;
    display: block;
    margin-bottom: 15px;
}

.banner-beneficio p {
    line-height: 1.3;
    font-weight: 400;
}

.banner-beneficio h3 span {
    color: #96ce17;
}

.contact-form label {
    font-weight: 500;
}

.li-menu-logo {
    display: grid;
    justify-content: center;
    align-items: center;
    justify-content: center;
}

.logo-menu {
    background-color: #ffffff;
    width: 180px;
    height: 130px;
    border-radius: 6px;
    display: grid;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}

.logo-menu img {
    width: 120px;
}
.logo-menu.edumedica img {
    width: 160px;
}

.logo-menu h3 {
    margin: 0 !important;
    color: #01422a;
}
/* INICIO Presidentes */
.depoimentos {
    background: #fff;
    padding: 100px 0;
    font-family: "Montserrat" sans-serif;
}
.depoimentos .testimonial_content_box {
    margin-bottom: 50px;
}
.depoimentos .timeline-carousel {
    width: 1400px;
    position: relative;
    overflow: auto;
}
.depoimentos .timeline-carousel .slick-list {
    overflow: visible;
}
.depoimentos .timeline-carousel__item {
    opacity: 0.3;
    cursor: pointer;
}
.depoimentos .timeline-carousel__item.slick-current {
    opacity: 1;
}
.depoimentos .depUp:before,
.depoimentos.sub .depDown:before {
    width: 100%;
    content: "";
    display: block;
    border-bottom: 3px solid #9fcf67;
    position: absolute;
    bottom: 0;
    left: 0;
}
.depoimentos.sub .depDown:before {
    border-color: #9fcf67;
}
.depoimentos.sub .depUp:after,
.depoimentos.sub .depDown:after {
    width: 1px;
    height: 100%;
    content: "";
    display: block;
    border-right: 3px solid #9fcf67;
    position: absolute;
    top: 0;
    right: 0;
}
.depoimentos.sub .box-dep:nth-child(2n):after {
    left: 0;
    right: unset;
}
.depoimentos.sub .box-dep:first-child:after {
    display: none !important;
}
.depoimentos.sub .depUp:before,
.depoimentos .timeline-carousel__item.slick-current .depUp:before {
    border-color: #9fcf67;
}
.depoimentos .slick-prev,
.depoimentos .slick-next {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #1a9082;
    top: -100px;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.depoimentos .slick-prev:before,
.depoimentos .slick-next:before {
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    color: #010e2a;
    z-index: 1;
    color: #1a9082;
}
.depoimentos .slick-prev:before {
    content: "\f104" !important;
}
.depoimentos .slick-next:before {
    content: "\f105" !important;
}
.depoimentos .slick-prev {
    right: 80px;
    left: unset;
}
.depoimentos .depUp,
.depoimentos .depDown {
    width: 100%;
    /* overflow: hidden; */
    position: relative;
    padding: 0 20px;
}
.depoimentos .depUp {
    padding-bottom: 50px;
}
.depoimentos.sub .depUp,
.depoimentos.sub .depDown {
    height: auto;
    padding: 80px 15px;
}
.depoimentos .depUp .number,
.depoimentos .depDown .number {
    position: relative;
    display: block;
    text-align: center;
    font-size: 120px;
    color: #00573d;
    font-family: "Echoes Sans Regular";
}
.depoimentos .depUp .number:before,
.depoimentos .depDown .number:before {
    display: block;
    content: "";
    height: 180px;
    border-left: 1px solid #ccc;
    position: absolute;
    left: 50%;
}
.depoimentos.sub .depUp .number:before,
.depoimentos.sub .depDown .number:before,
.depoimentos .timeline-carousel__item.slick-current .depUp .number:before,
.depoimentos .timeline-carousel__item.slick-current .depDown .number:before {
    border-color: #00573d;
}
.depoimentos .depUp .number:before {
    bottom: 0;
    transform: translate(0, 100%);
}
.depoimentos .depDown .number:before {
    top: 0;
    transform: translate(0, -100%);
}
.depoimentos .depUp .nome,
.depoimentos .depDown .nome {
    font-size: 32px;
    color: #565656;
    margin-bottom: 10px;
}
.depoimentos .depUp span,
.depoimentos .depDown span {
    display: block;
}
.depoimentos .depDown .nome,
.depoimentos .depDown p,
.depoimentos .depDown span {
    text-align: right;
}
.depoimentos .depUp a,
.depoimentos .depDown a {
    display: block;
    text-align: center;
    transition: all 0.5s;
}
.depoimentos .depUp a:hover img,
.depoimentos .depDown a:hover img {
    transform: translate(0, -10px);
    transition: all 0.5s;
}
.depoimentos .depUp p,
.depoimentos .depDown p {
    padding-top: 10px;
    font-size: 16px;
    color: #969696;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.d-flex {
    display: flex;
}
.depoimentos h2 {
    font-family: "Montserrat", sans-serif;
    text-align: initial;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    color: #00573d;
}
.anos {
    width: 100%;
}
.anos h3 {
    text-align: center;
    font-weight: 700;
    color: #676767;
    font-size: 22px;
}
.align-items-center {
    align-items: center;
}
.foto img {
    border: 2px solid #00573d;
    border-radius: 6px;
}
.depDown .depo h2 {
    text-align: right;
}
.depDown .depo p {
    text-align: justify;
}
.box-dep {
    justify-content: space-evenly;
}
.container.associa-se .box-texto {
    z-index: 99;
    left: unset;
    top: unset;
    width: unset;
    position: relative;
    margin: 20px 0 30px;
    display: flex;
}
.anos h1 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    background-size: 100%;
    background-position: 100%;
    text-decoration: none;
    color: #00573d;
}
.pl-0 {
    padding: 0 !important;
}
.depUp .periodo {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    background-size: 100%;
    background-position: 100%;
    text-decoration: none;
    color: #dbdbdb;
    position: absolute;
    transform: rotate(-90deg);
    left: -170px;
    letter-spacing: 5px;
    top: calc(50% - 110px);
    font-family: "Montserrat" sans-serif;
}
.depUp .anos .datas li {
    padding: 10px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #b5b5b5;
}

.depDown .periodo {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    background-size: 100%;
    background-position: 100%;
    text-decoration: none;
    color: #dbdbdb;
    position: absolute;
    transform: rotate(90deg);
    right: -170px;
    letter-spacing: 5px;
    top: calc(50% - 80px);
    font-family: "Montserrat" sans-serif;
}
.depDown .anos .datas li {
    padding: 10px 0;
    font-size: 17px;
    font-weight: 500;
    color: #b5b5b5;
    text-align: end;
}
.depUp .per {
    font-size: 25px !important;
    color: #00573d !important;
    font-weight: 700 !important;
    padding-left: 18px !important;
    position: relative !important;
}
.depDown .per {
    font-size: 28px !important;
    color: #00573d !important;
    font-weight: 700 !important;
    padding-right: 18px !important;
    position: relative !important;
}
.depUp .per:before {
    width: 15px;
    height: 15px;
    background: #00573d;
    position: absolute;
    content: "";
    top: calc(50% - 6px);
    left: -21px;
    z-index: 2;
    border-radius: 50%;
    transform: scale(1);
    animation: pulse 2s infinite;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
}
.depUp .per:after {
    width: 15px;
    height: 15px;
    background: #00573d;
    position: absolute;
    content: "";
    top: calc(50% - 6px);
    left: 0;
    z-index: 2;
    border-radius: 50%;
}
.depUp .per:after {
    width: 20px;
    height: 3px;
    background: #9fcf67;
    position: absolute;
    content: "";
    top: calc(50% - 0px);
    left: -12px;
    z-index: 1;
}

.depDown .per:before {
    width: 15px;
    height: 15px;
    background: #00573d;
    position: absolute;
    content: "";
    top: calc(50% - 6px);
    right: -21px;
    z-index: 2;
    border-radius: 50%;
    transform: scale(1);
    animation: pulse 2s infinite;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
}
.depDown .per:after {
    width: 15px;
    height: 15px;
    background: #00573d;
    position: absolute;
    content: "";
    top: calc(50% - 6px);
    right: 0;
    z-index: 2;
    border-radius: 50%;
}
.depDown .per:after {
    width: 20px;
    height: 3px;
    background: #9fcf67;
    position: absolute;
    content: "";
    top: calc(50% - 0px);
    right: -12px;
    z-index: 1;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(159, 207, 103, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(159, 207, 103, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(159, 207, 103, 0);
    }
}
@media (max-width: 1200px) {
    .depoimentos.sub .depUp,
    .depoimentos.sub .depDown {
        display: flow-root;
        margin: 0;
    }
    .residencia-home h2,
    .footer .career h2,
    .institucional-home h2,
    .institucional h2 {
        font-size: 40px!important;
    }
    .residencia-home p,
    .institucional-home p,
    .institucional p {
        font-size: 18px!important;
    }
    .foto {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 60px 0;
    }
    .depUp .des {
        float: right;
    }
    .depDown .des {
        float: left;
    }
    .depoimentos h2 {
        text-align: center;
    }
    .depDown .depo h2 {
        text-align: center;
    }
}
@media (max-width: 992px) {
    .depoimentos {
        width: 100%;
    }
    .depUp .periodo {
        font-size: 50px;
        font-weight: 700;
        text-align: center;
        background-size: 100%;
        background-position: 100%;
        text-decoration: none;
        color: #dbdbdb;
        position: absolute;
        transform: rotate(90deg);
        left: 100px;
        letter-spacing: 5px;
        top: calc(50% - 110px);
        font-family: "Montserrat" sans-serif;
    }
    .depDown .periodo {
        font-size: 50px;
        font-weight: 700;
        text-align: center;
        background-size: 100%;
        background-position: 100%;
        text-decoration: none;
        color: #dbdbdb;
        position: absolute;
        transform: rotate(270deg);
        right: 90px;
        letter-spacing: 5px;
        top: calc(50% - 80px);
        font-family: "Montserrat" sans-serif;
    }
    .depDown .per {
        font-size: 24px !important;
    }
    .depUp .per {
        font-size: 24px !important;
    }
    .icon-baixo {
        display: none;
    }
    .institucional-home {
        display: flex !important;
        justify-content: center !important;
        text-align: center;
    }
    .institucional-home .col-12 {
        justify-content: center !important;
    }
}
@media (max-width: 600px) {
    .depUp .anos .datas li,
    .depDown .anos .datas li {
        padding: 3px 0;
    }
    .foto {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 15px 0 30px;
    }
    .depUp .per,
    .depDown .per {
        font-size: 20px !important;
    }
    .depoimentos.sub .depUp,
    .depoimentos.sub .depDown {
        height: auto;
        padding: 30px 15px;
    }
    .depUp .periodo,
    .depDown .periodo {
        top: calc(50% - 60px);
    }
    .section-top {
        height: 155px !important;
    }
    .depoimentos {
        padding: 60px 0;
    }
    .foo_menu ul li a {
        font-size: 25px;
    }
}

.depUp .anos .datas,
.depDown .anos .datas {
    list-style: none;
    padding: 0;
}

/* FIM Presidentes */

/* Pagina Residência Médica | Exame */
.exame-body {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 50px 0px;
    position: relative;
}
.ico-exame {
    width: 60px;
    height: 60px;
    border: 1px solid #00573d;
    background-color: #ffffff;
    position: absolute;
    top: 50px;
    left: 0;
    transform: translate(-50%, 0);
}
.exame-conteudo {
    padding-left: 80px;
}
.exame-conteudo h1 {
    height: 60px;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 30px;
    color: #ccc;
}
.exame-conteudo h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #ccc;
}
.exame-conteudo p {
    font-weight: 500;
    font-size: 22px;
    color: #ccc;
}
.exame-conteudo .custom-btn a {
    border: 1px solid #d6d6d6;
    background: #ccc;
}

.project-box .row {
    margin-left: 0;
    margin-right: 0;
}
.project-box p {
    padding: 12px 2px;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 800;
    color: #00573d;
}

.institucional-home h2 {
    color: #00573d;
    font-size: 50px;
    font-weight: 800;
}
.institucional-home h2 span {
    font-size: 50px;
    color: #00573d;
    font-weight: 300;
}
.institucional-home p {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.2;
}
.work.galeria {
    padding: 120px 0;
}

.institucional h2 {
    padding: 0;
    margin-bottom: 30px;
    font-size: 55px;
    color: #00573d;
}
.institucional p {
    padding: 0;
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 1.2;
    color: #282828;
}

.objetivos-home h2 {
    color: #00573d;
    line-height: 1.2;
}
.page-loaded.color-dark .institucional p{
    color:#ffffff;
}
.page-loaded.color-dark .footer .career h6{
    color:#94cc00;
}
.page-loaded.color-dark .objetivos-home h2 {
    color :#ffffff;
}

.objetivos-home h6 {
    color: #686868;
}
.residencia-home {
    margin-bottom: 80px;
}

.residencia-home h2 {
    color: #00573d;
    padding: 30px 0px;
}

.residencia-home p {
    font-size: 18px;
    line-height: 1.2;
    color: #686868;
    font-weight: 500;
}

.exame-body-home {
    border-bottom: 1px solid #ccc;
    padding: 15px 0px;
    position: relative;
}

.exame-conteudo-home {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.exame-conteudo-home h2 {
    color: #00573d;
    font-size: 20px;
}

.exame-conteudo-home .custom-btn a {
    height: 40px;
    padding: 0px 20px;
    padding-top: 12px;
}
.img-menu-navigation img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}
.img-menu-navigation {
    opacity: 1;
    transform: translate(0px, 0px);
    -webkit-box-flex: 1.4;
    flex: 1.4;
}
@media (max-width: 1400px) {
    .img-menu-navigation {
        opacity: 0 !important;
    }
    .navigation-menu.active .inner {
        justify-content: start !important;
    }

}
.footer ul li a {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
}
.footer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-revista {
    padding: 120px;
}
.revista img {
    width: 100%;
}
.blog .residencial {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding-bottom: 40px;
    align-items: center;
}
.blog .residencial .post-content .post-link {
    color: #00573d;
    font-size: 14px;
}
.blog .residencial .post-content {
    padding: 20px;
    margin: 25px 48px 90px 40px;
}

.blog .post .post-content .post-intro {
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
    color: #686868;
}
.blog h1 {
    color: #00573d;
    margin-left: 50px;
}
.navbar.light .logo-header {
    display: none;
    transition: all ease-in-out 1s;
}
.navbar .logo-header-branca {
    display: none;
    transition-delay: 0.3s;
    transition: all ease-in-out 1s;
}
.navbar.light .logo-header-branca {
    display: block;
}

.residencial-search {
    display: block;
}

.blog .residencial-search .post-content .post-link {
    color: #00573d;
}
.intro-residencial {
    color: #00573d;
    margin-left: 0 !important;
    margin-bottom: 15px;
}
.box-arquivo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.post-residencial .box-arquivo p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #686868;
    padding-left: 10px;
}
.box-arquivo img {
    border-radius: 5px;
    max-width: 100%;
}
.categories-residencial {
    padding: 15px;
    list-style: none;
}

.categories-residencial li {
    margin-bottom: 20px;
    transition: all ease-in 0.3s;
}

.categories-residencial li a {
    color: #686868;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}
.categories-residencial li:hover a {
    color: #00573d;
}
.post-residencial p {
    display: block;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.3;
    color: #686868;
}

/* Pulse residencial */
.pulse-box {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* pulse in SVG */
svg.pulse-svg {
    overflow: visible;
    top: 50%;
    left: 50%;
    translate: trasform(-50%, -50%);
}
svg.pulse-svg .circle-primary {
    fill: #282828;
}
svg.pulse-svg .second-circle {
    animation-delay: 1s;
}
svg.pulse-svg .third-circle {
    animation-delay: 2s;
}
.pulse-css:after {
    animation-delay: 2s;
}
.pulse-container {
    width: 100%;
    height: 100%;
}
/* pulse in active */
.active svg.pulse-svg {
    overflow: visible;
    top: 50%;
    left: 50%;
    translate: trasform(-50%, -50%);
}
.active svg.pulse-svg .circle-primary {
    fill: #00573d;
}
.active svg.pulse-svg .first-circle,
.active svg.pulse-svg .second-circle,
.active svg.pulse-svg .third-circle {
    fill: #00573d;
    transform: scale(0.5);
    transform-origin: center center;
    animation: pulse-me 3s linear infinite;
    animation-play-state: running;
}
.active svg.pulse-svg .second-circle {
    animation-delay: 1s;
}
.active svg.pulse-svg .third-circle {
    animation-delay: 2s;
}

/* pulse in CSS */
.active .pulse-css {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #00573d;
    position: relative;
}
.active .pulse-css:before,
.active .pulse-css:after {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #00573d;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: scale(0.5);
    transform-origin: center center;
    animation: pulse-me 3s linear infinite;
}
.active .pulse-css:after {
    animation-delay: 2s;
}
.active .pulse-container {
    width: 100%;
    height: 100%;
}
.active .exame-conteudo h1 {
    color: #00573d;
}
.active .exame-conteudo h3 {
    color: #282828;
}
.active .exame-conteudo p {
    color: #686868;
}
.active .exame-conteudo .custom-btn a {
    border: 1px solid #94cc00;
    background: #94cc00;
}
.active .exame-conteudo .custom-btn a:hover {
    border: 1px solid #00573d;
    background: #00573d;
}
@keyframes pulse-me {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.1;
    }
    70% {
        opacity: 0.09;
    }
    100% {
        transform: scale(5);
        opacity: 0;
    }
}

/* Button active */
.exame-body.active .btn-active {
    display: flex;
}
.exame-body.active .breve {
    display: none;
}
.exame-body .breve {
    display: flex;
}
.exame-body .btn-active {
    display: none;
}
.exame-body .ico-exame {
    border: 1px solid #ccc;
}
.exame-body.active .ico-exame {
    border: 1px solid #00573d;
}

/* Active Home */
.exame-conteudo-home.active .btn-active {
    display: flex;
}
.exame-conteudo-home.active .breve {
    display: none;
}
.exame-conteudo-home .breve {
    display: flex;
}
.exame-conteudo-home .btn-active {
    display: none;
}
.exame-conteudo-home h2 {
    color: #ccc;
}
.exame-conteudo-home .custom-btn a {
    border: 1px solid #d6d6d6;
    background: #ccc;
}
.exame-conteudo-home.active .custom-btn a {
    border: 1px solid #94cc00;
    background: #94cc00;
}

.exame-conteudo-home.active .custom-btn a:hover {
    border: 1px solid #00573d;
    background: #00573d;
}

.exame-conteudo-home.active h2 {
    color: #94cc00;
}

.logo-menu.edumedica-home {
    height: 70px;
    width: 240px;
}
.logo-menu.edumedica-home img {
    width: 200px;
}

.logos-footer {
    display: flex;
    justify-content: space-evenly;
}
.case-detail blockquote {
    display: inline-block;
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
    background: #00573d;
    position: relative;
    color: #fff;
    background: url(../images/quote-bg.svg) left top no-repeat #00573d;
    background-size: contain;
    border-radius: 0 0 30px 0;
}

.case-detail blockquote .custom-btn a:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #00573d;
}

.case-detail blockquote .custom-btn span {
    background: #00573d !important;
    color: #00573d;
}
.case-detail blockquote .custom-btn i {
    border-color: transparent transparent transparent #00573d;
}

.about-intro.residencia a {
    color: #00573d;
    font-weight: 900;
    text-decoration: none;
}

.about-intro.residencia a:hover {
    color: #94cc00;
}

.about-intro.residencia h2 {
    color: #00573d;
}

.about-intro.residencia p:nth-child(2) {
    color: #686868;
}
.about-intro.residencia {
    padding: 120px 0;
    border-bottom: 1px solid #ccc;
}
.blog.revista {
    margin-bottom: 60px;
    padding: 60px 60px 60px 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-bottom-right-radius: 115px;
}

.blog .sidebar .widget ul.categories.revistas {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.blog .sidebar .widget ul.categories.revistas.categories li:before {
    content: none;
}
.blog .sidebar .widget ul.categories.revistas li {
    list-style: none;
    display: block;
}
.blog .sidebar .widget .categories.revistas li a {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 8px 10px;
    list-style: none;
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
    color: #686868;
}
.blog .sidebar .widget .categories.revistas li a:hover {
    font-size: 20px;
    font-weight: 900;
    color: #00573d;
    text-decoration: none;
}
.blog.revista .sidebar {
    border-bottom-right-radius: 80px;
}

/* Instituições residencia médica */
main.residencia-medica .box-coremes-title{
    margin: 15px 0;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}

main.residencia-medica .box-coremes-content {
    padding: 15px 0;
    margin: 15px 0;
    border-radius: 20px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}

main.residencia-medica .box-coremes-title h3.title {
    font-size: 25px;
    color: #00573d;
    margin: 0px 0px 0 10px;
}
main.residencia-medica .box-coremes {
    padding: 10px 5px 10px 0;
    margin: 15px 0;
}
main.residencia-medica .box-coremes img {
    width: 50px;
    margin-right: 20px;
}
main.residencia-medica .box-coremes p {
    font-size: 16px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    cursor: default;
}
main.residencia-medica .box-coremes p:hover {
    font-size: 16px;
    color: #94cc00;
}

/* START ACCORDION RESIDENCIA */
.accordion-instituicoes  .card {
    border: none;
}
.accordion-instituicoes .card-header {
    text-align: center;
    text-transform: uppercase;
    background-color: #fff!important;
    border:none;
    }
 .accordion-instituicoes .card-header .btn.focus, .btn:focus {
    box-shadow: none;
 }
 .box-coremes-title {
    align-items: center;
    justify-content: center;
 }
 .accordion-instituicoes .card-header .box-coremes-title i {
    font-size: 20px;
    color: #94cc00;
 }

 .accordion-instituicoes .card-header .btn.collapsed .box-coremes-title i.fas.fa-minus {
    display: none;
 }


 .accordion-instituicoes .card-header .btn.collapsed .box-coremes-title i.fas.fa-arrow-right {
    display: contents;
 }

 .accordion-instituicoes .card-header .btn .box-coremes-title i.fas.fa-arrow-right {
    display: none;
 }

 /* blog postagens */
 .blog.postagens{
    padding-top: 70px;
 }
 .blog.postagens .post .post-content .post-intro {
    font-weight: 500;
    font-size:18px;
    line-height: 1.2;
 }
 .blog.postagens .residencial .post-content {
    padding: 20px 20px 0 20px;
    margin: 0 15px 0 0;
 }
 .blog.postagens .residencial .post-content .post-link {
    font-size: 12px;
 }

/* START AJUSTES RESPONSIVIDADE */
@media (max-width: 1500px)
{
    .navbar .main-menu ul li a {
        font-size: 14px;
    }
}
@media (max-width: 1416px) {
    .navbar .main-menu {
        display: none;
    }
    .horario_atendimento {
        margin-left: auto;
    }
    .logos-footer {
    display: block!important;
    }
    .hero-slider-active,
    .single-slide .bannerHome {
        height: 430px!important;
    }
    .post-sticky .post-content .post-title {
        font-size: 40px;
    }
    .post-sticky .post-content .post-intro {
        font-size: 16px;
    }
}
@media (max-width: 1200px){
    .blog h1,
    .desc_box h1 {
        font-size: 35px;
    }
    .foo_menu {
        margin: 0!important;
    }
    .inner .foo_menu ul li a {
        font-size: 30px;
    }
    .desc_box p {
        font-size: 16px!important;
    }
    .desc_box .custom-link a {
        font-size: 14px;
    }
    .post-sticky .post-content .post-title {
        font-size: 30px;
    }
    main.residencia-medica .box-coremes-title h3.title {
        font-size: 20px;
    }
    main.residencia-medica .box-coremes p {
        font-size: 14px;
    }
    .case-detail figure img {
        width: 100%;
    }
}
@media (max-width: 992px)
{
    .blog h1,
    .footer .career h2,
    .institucional-home h2,
    .institucional h2 {
        font-size: 30px!important;
    }
    .residencia-home h2, .footer .career h2, .institucional-home h2, .institucional h2{
        font-size: 30px!important;
    }
    .residencia-home p,
    .institucional-home p,
    .institucional p {
        font-size: 18px!important;
    }
    .page-loaded .works {
        padding:  60px 0;
    }
    .footer {
        padding: 0 0 30px 0;
    }
    .navbar .logo a img {
        height: 120px;
    }
    .navbar .main-menu ul li a {
        font-size: 14px;
    }
    .custom-link {
        width: 100%;
        margin-top: 20px;
    }
    .hero-slider-active, .single-slide .bannerHome {
        height: 357px!important;
    }
    .case-detail h1 {
        font-size: 45px;
    }
    .about-intro p,
    .case-detail p {
        font-size: 18px;
    }
    .header .page-title h4 {
        font-size: 20px;
    }
    .hero-slider-active, .single-slide .bannerHome {
        height: 323px!important;
    }
    .horario_atendimento {
        display: none;
    }
    header .curvas {
        width: 50%;
    }
}

@media (max-width: 800px)
{
    .hero-slider-active, .single-slide .bannerHome {
        height: 287px!important;
    }
    header .curvas {
        width: 55%;
    }
    .blog h1,
    .footer .career h2,
    .institucional-home h2,
    .institucional h2 {
        font-size: 25px!important;
    }
    .residencia-home h2, .footer .career h2, .institucional-home h2, .institucional h2 {
        font-size: 25px!important;
    }
    main.residencia-medica .box-coremes-title h3.title {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .hero-slider-active, .single-slide .bannerHome {
        height: 275px!important;
    }
    .about-intro h2 {
        font-size: 35px;
    }
    .banner {
        padding-bottom: 190px;
    }
    .desc_box h1 {
        font-size: 25px;
    }
    .about-intro p,
    .desc_box p {
        font-size: 14px;
    }
    .residencia-home p, .institucional-home p, .institucional p,
    .desc_box .custom-link a {
        font-size: 14px !important;
    }
    .case-detail h1,
    .header .page-title h2 {
        font-size: 40px;
    }
    .header .page-title h4 {
        font-size: 16px;
    }
    .section-revista {
        padding: 0;
    }
    .section-revista .busca-revista .sidebar {
        margin: 0;
    }
    .section-revista .busca-revista {
        margin: 40px 0 90px 0;
    }
    .blog.section-revista {
        margin: 80px 0;
    }
    .box-revista {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .box-revista img.img-revista
{
        width: 100%;
    }
    .box-content-revista {
        text-align: center;
    }


}
@media (max-width: 700px)
{
    .hero-slider-active, .single-slide .bannerHome {
        height: 250px!important;
    }
    .navbar {
        padding: 10px 15px;
    }
}
@media (max-width: 667px)
{
    .hero-slider-active, .single-slide .bannerHome {
        height: 240px!important;
    }
    .banner {
        padding-bottom: 190px;
    }
    .desc_box h1 {
        font-size: 20px;
    }
    .desc_box ,
    .desc_box .custom-link a {
        font-size: 14px !important;
    }
}

@media (max-width: 600px)
{
    .hero-slider-active, .single-slide .bannerHome {
        height: 215px!important;
    }
    .banner {
        padding-bottom: 190px;
    }
    .navbar {
        padding: 0px 15px;
    }
    .footer .career {
        margin-bottom: 0;
        padding-bottom: 50px!important;
    }
    .desc_box{
        padding: 0 15px!important;
    }
    .desc_box .custom-link a{
        padding: 0!important
    }
    .institucional-home a.link-edumedica {
        text-align: -webkit-center;
    }

}
@media (max-width: 550px)
{

    .hero-slider-active, .single-slide .bannerHome {
        height: 195px!important;
    }

}
@media (max-width: 500px)
{
    header .curvas {
        width: 330px;
    }
    .hero-slider-active, .single-slide .bannerHome {
        height: 170px!important;
    }
    .post-body blockquote h5,
    .post-body h5,
    .header .page-title h2,
    .case-detail h1 {
        font-size: 30px;
    }

    .case-detail blockquote h2,
    .footer .career h2,
    .institucional-home h2,
    .institucional h2 {
        font-size: 20px!important;
    }
    .residencia-home h2, .footer .career h2, .institucional-home h2, .institucional h2 {
        font-size: 20px!important;
    }
    .inner .foo_menu ul li a {
        font-size: 20px;
    }
    .exame-conteudo p {
        font-size: 18px;
    }
    .post-sticky .post-content .post-title{
        font-size: 25px;
    }
    .timeline-exame{
        padding: 0 15px;
    }
    .exame-conteudo h1,
    .active .exame-conteudo h1 {
        font-size: 30px;
    }
    .post-body blockquote p,
    .post-body ul li,
    .case-detail p {
        font-size: 16px;
    }
}
@media (max-width: 420px)
{
    header .curvas {
        width: 330px;
    }
    .hero-slider-active, .single-slide .bannerHome {
        height: 150px!important;
    }
    .box-content-revista {
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

}
@media (max-width: 380px)
{
    header .curvas {
        width: 290px;
    }
    .hero-slider-active, .single-slide .bannerHome {
        height: 130px!important;
    }

}

