.btn-contact {
    width: 100%;
    height: 100%;
    background-color: #124875;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;    
}

.searchform {
    transition: .2s;
}

.searchform:hover {
    box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 0.3);
}

.btn-contact:hover {
    width: 100%;
    height: 100%;
    background-color: #508600;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ftco-no-pt {
    padding-top: 112px !important;
}

.camp-nav-mobile {
    display: none;
}

.nav-mobile-new {
    display: none;
}

.nav-social-media a:hover .icon {
    color: #FFF !important;
}

.logo {
    height: 80px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 9;
}

.first-nav-bar {
    padding: 26px 0;
    position: relative;
    z-index: 1;
}

.ftco-footer .logo {
    height: auto;
    margin-bottom: 32px;
}

.ftco-footer .logo img {
    height: 100px;
}

.ftco-footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftco-footer-widget ul li a {
    padding: 8px 0;
    display: flex;
}

.hero-wrap .overlay {
    content: none;
    display: none;
}

.slider-text h1 {
    color: #ffb00b;
    text-transform: uppercase;
}

.slider-text p {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.7);
}

.btn-contact:hover {
    background: #124875;
}

.hero-wrap {
    height: 700px;
    padding-top: 180px;
    display: flex;
    align-items: center;
}

.btn-whatsapp {
    padding: 8px 24px;
    background-color: #04D960;
    color: #FFF;
    font-size: 30px;
    border-radius: 50px;
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 20px;
    transition: .4s;
}

.btn-whatsapp span {
    font-size: 18px;
}

.btn-whatsapp ion-icon {
    font-size: 30px;
    margin-right: 8px;
}

.btn-whatsapp:hover {
    color: #FFF;
    transform: scale(1.1);
    box-shadow: 0 4px 16px -4 rgba(0,0,0,0.7);
}

.pop-up {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

.pop-up .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-up .content {
    background-color: #fafafa;
    border-radius: .50rem;
    display: flex;
    align-items: center;
    padding: 48px;
    flex-direction: column;
    position: relative;
    text-align: center;
}

.pop-up .content .whats {
    border-radius: .25rem;
    color: #fafafa;
    background-color: #04D960;
    padding: 8px 48px;
}

.pop-up .content .close {
    position: absolute;
    right: 8px;
    top: 8px;
}

.vantagens {
    padding: 48px 0;
    background-color: #1f1f1f;
}

.vantagens .item {
    box-shadow:0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgb(0 0 0 / 0%), 0 100px 80px rgb(0 0 0 / 0%);
    border-radius: .50rem;
    padding: 16px;
    text-align: center;
    height: 100%;
    background-color: #fafafa;
    display: flex;
    border-radius: 48px;
    justify-content: center;
    align-items: center;
}

.vantagens .item h4 {
    font-weight: 600;
    font-size: 20px;
}

ul.filter-menu {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
}

.grid-item {
    float: left;
    width: 33.33%;
    padding: 15px;
    display: block;
}

.grid-image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.grid-image::after {
    content: 'Clique para ver';
    width: 100%;
    height: 250px;
    position: absolute;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .4s;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}

.grid-image:hover::after {
    opacity: 1;
}

ul.filter-menu li span {
    padding: 8px 16px;
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    border: 1px solid transparent;
    background: #ffde59;
    cursor: pointer;
    color: #fff;
    transition: .4s;
}

ul.filter-menu li.active span {
    border: 1px solid #ffde59;
    background: transparent;
    color: #ffde59;
}

.section-gallery {
    padding: 48px 0;
}

.wrap .seasonal {
    height: 150px;
    box-shadow: none;
}

.button-play {
    font-size: 48px;
    border-radius: 100px;
    padding: 16px 14px 16px 18px;
    color: #124875;
    animation-name: play;
    animation-duration: .8s;
    animation-iteration-count: infinite;
    animation-direction: alternate;  
    cursor: pointer;
}

@keyframes play {
  from {transform: scale(1); box-shadow: 0 0 0 0 rgba(255,255,255,0)}
  to {transform: scale(1.2); box-shadow: 0 0 64px 32px rgba(255,255,255,.6)}
}

.modal-video {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 999999999999;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .4s;
}

.modal-video.modal-video-animate {
    opacity: 1;
}

.modal-video .container {
    position: relative;
}

.modal-video .button-close {
    position: absolute;
    color: #fff;
    top: 3px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}

.modal-video iframe {
    height: 80vh;
}

/* custom */

.vantagens .item h4 {
    margin-bottom: 0;
}

.hero-wrap {
    background-position: center 10vh;
    background-size: 120%;
    height: calc(100vh - 172px);
}

.slider-text p {
    font-size: 18px;
    line-height: 1.5;
    color: rgb(254 254 254 / 70%);
}

.vantagens {
    padding: 48px 0;
    background-color: #f8f9fa;
}

.vantagens .item {
    background-color: #124875;
}

.vantagens .item h4 {
    color: #f8f9fa;
}

.services .text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.services .text ul li {
    display: flex;
    font-size: 14px;
    margin-bottom: 16px;
}

.services .text ul li i {
    display: flex;
    margin-right: 8px;
    margin-top: 6px;
    color: #24a333;
}

.services .text h3 {
    text-align: center;
}

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

.services .text .price span {
    font-size: 12px;
    position: relative;
    line-height: 1;
}

.services .text .price span:first-child {
    top: 0;
}

.services .text .price span:nth-child(2) {
    font-size: 32px;
    font-weight: 700;
    color: #124875;
}

.services .text .price span:last-child {
    bottom: -6px;
}

.services .text .price span:first-child {
    top: -6px;
}

.ftco-section {
    padding: 64px 0;
}

.services {
    padding: 24px 32px 16px;
}

.services .text ul {
    margin-bottom: 16px;
}

.services .text .btn {
    width: 100%;
}

.services .tag {
    width: 100%;
    padding: 8px;
    position: absolute;
    top: -30px;
    left: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: #AA4DC8;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.services.active {
    transform: scale(1.1) translateY(8px);
}

.services.active .text .btn {
    background: #AA4DC8 !important;
    border-color: #AA4DC8 !important;
}

/*  */

#clientes .item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .4s;
    overflow: hidden;
    border-radius: .50rem;
}

#clientes .item .image-site {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#clientes .item::after {
    content: 'CLIQUE PARA VISITAR';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(18, 72, 117, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .4s;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}

#clientes .item:hover::after {
    opacity: 1;
}

.ftco-footer {
    background: #124875;
}

.block-23 ul li .icon {
    width: 20px;
}

.ftco-footer .logo img {
    height: 75px;
}

.ftco-footer .ftco-footer-widget ul li a:hover {
    color: #ffffffbf;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 32px;
}

#equipe .item {
    display: flex;
    flex-direction: column;
}

#equipe .item .image {
    width: 100%;
    display: flex;
    align-items: center;
}

#equipe .item .image img {
    max-width: 100%;
    height: auto;
}

#equipe .item .text {
    display: flex;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#equipe .item .text h4 {
    margin-bottom: -4px;
    font-size: 18px;
}

@media (max-width: 1400px) {

    .navbar-brand {
        margin: 0px !important;
    }

    .ftco-navbar-light {
        max-height: 60px;
    }

    .ftco-navbar-light .container-fluid {
        transform: scale(0.8);
    }

    .slider-text .subheading {
        font-size: 12px;
    }

    .slider-text h1 {
        font-size: 50px;
    }

    .slider-text p,
    .ftco-footer p {
        font-size: 16px;
    }

    .hero-wrap {
        background-position: center 18vh;
        background-size: 125%;
        height: calc(100vh);
    }

}

@media (max-width: 992px) {

    .btn-whatsapp span {
        font-size: 16px;
    }

    .services.active {
        transform: none;
    }

    .btn-nav-contact,
    .nav-social-media {
        display: none !important;
    }

    .first-nav-bar .row.justify-content-between.align-items-center,
    .first-nav-bar .row.justify-content-between.align-items-center .row {
        justify-content: center !important;
    }

    #clientes .item {
        width: 100%;
        height: 16vw;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        transform: scale(.9);
        transition: .4s;
    }

    .img, .blog-img, .user-img {
        width: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .camp-nav-mobile {
        display: flex;
        justify-content: space-between;
        padding: 0px 16px;
        width: 100%;
        position: absolute;
        top: 100px;
        transition: .5s;
    }

    .btn-nav-contact-none {
        justify-content: center !important;
        transition: .5s;
    }

    .btn-contact {
        width: 200px;
        transition: .5s;
    }

    .first-nav-bar {
        overflow: hidden;
        height: 100px;
        box-shadow: 0px 8px 32px -4px rgba(0, 0, 0, 0.5);
        z-index: 2 !important;
        transition: .6s;
    }

    .ftco-navbar-light {
        display: none;
        transition: .5s;
    }

    .nav-mobile-new {
        width: 100%;
        height: 0px;
        background-color: #124875;
        box-shadow: 0px 8px 32px -4px rgba(0, 0, 0, 1);
        position: absolute;
        top: 100px;
        z-index: 1;
        display: flex;
        overflow: hidden;
        justify-content: center;
        align-items: flex-start;
        transition: .5s;
    }

    .nav-mobile-new ul {
        width: 100%;
        height: auto;
        padding: 16px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #FFF;
        list-style: none;
        transition: .5s;
    }

    .nav-mobile-new a {
        color: #FFF;
        line-height: 70px;
        transition: .5s;
    }

    .btn-mobile-new {
        width: 30px;
        height: 30px;
        display: flex;
        position: absolute;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        top: -65px;
        right: 35px;
        z-index: 4;
        transition: .5s;
    }

    .btn-mobile-new span {
        width: 100%;
        height: 3px;
        background-color: #124875;
        border-radius: 10px;
        transition: .5s;
    }

    /* Animate */

    .camp-nav-mobile-animate {
        display: flex;
        justify-content: space-between;
        padding: 0px 16px;
        width: 100%;
        position: absolute;
        top: 100px;
        transition: .5s;
    }

    .btn-nav-contact-none-animate {
        justify-content: center !important;
        transition: .5s;
    }

    .btn-contact-animate {
        width: 200px;
        transition: .5s;
    }

    .first-nav-bar-animate {
        overflow: hidden;
        height: 170px;
        box-shadow: none;
        z-index: 2 !important;
        transition: .2s;
    }

    .ftco-navbar-light-animate {
        display: none;
        transition: .5s;
    }

    .nav-mobile-new-animate {
        width: 100%;
        height: 310px;
        background-color: #124875;
        box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgb(0 0 0 / 0%), 0 100px 80px rgb(0 0 0 / 0%);
        position: absolute;
        top: 170px;
        z-index: 1;
        display: flex;
        overflow: hidden;
        justify-content: center;
        align-items: flex-start;
        transition: .4s;
    }

    .nav-mobile-new-animate ul {
        width: 100%;
        height: auto;
        padding: 16px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #FFF;
        list-style: none;
        transition: .5s;
    }

    .nav-mobile-new-animate a {
        color: #FFF;
        line-height: 70px;
        transition: .5s;
    }

    .btn-mobile-new-animate {
        width: 30px;
        height: 30px;
        display: flex;
        position: absolute;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        top: -65px;
        right: 35px;
        z-index: 4;
        transition: .5s;
    }

    .btn-mobile-new-animate span {
        width: 100%;
        height: 3px;
        background-color: #124875;
        border-radius: 10px;
        transition: .5s;
    }
    
    .logo {
        height: 70px;
    }
    
    .first-nav-bar {
        padding: 16px 0;
    }

    .hero-wrap {
        background-size: 125%;
        height: 50vw;
    }

    .slider-text h1 {
        font-size: 36px;
    }

    .slider-text p, .ftco-footer p {
        font-size: 14px;
        max-width: 75%;
    }

    .hero-wrap {
        height: 700px;
        padding-top: 18px;
        display: flex;
        align-items: center;
    }

    .hero-wrap {
        background-position: center 9vh !important;
        background-size: 125%;
        height: 50vw;
        padding-top: 110px;
    }
    
    .nav-mobile-new-animate a {
        color: #FFF;
        line-height: 44px;
        transition: .5s;
    }

    .nav-mobile-new-animate {
        width: 100%;
        height: 245px;
    }

    .d-flex.nav-social-media-none {
        display: none !important;
    }

}

@media (max-width: 600px) {

    .navbar-brand {
        padding-right: 20%;
        padding-top: 10px;
    }

    .camp-nav-mobile {
        flex-direction: column;
    }

    .first-nav-bar-animate {
        height: 240px;
    }

    .nav-mobile-new-animate {
        top: 240px;
    }

    .btn-nav-contact-none a {
        width: 100%;
    } 

    .first-nav-bar .col-md-4.text-center {
        text-align: left !important;
    }

    .btn-mobile-new {
        width: 30px;
        height: 24px;
        display: flex;
        position: absolute;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        top: -60px;
        right: 24px;
        z-index: 4;
        transition: .5s;
    }

    .hero-wrap {
        background-position: center !important;
        background-size: cover;
        height: 100vw;
        padding-top: 110px;
    }

    .slider-text h1 {
        font-size: 24px;
    }

    .slider-text p, .ftco-footer p {
        font-size: 12px;
        max-width: 100%;
    }

    .hero-wrap {
        background-position: center !important;
        background-size: cover;
        min-height: 150vw;
        padding-top: 110px;
    }

    .hero-wrap {
        background-position: left center !important;
        background-size: cover;
        min-height: 150vw;
        padding-top: 110px;
    }

    .img-video {
        height: 200px;
    }

    .ftco-section {
        padding: 24px 0;
    }

    #clientes .item {
        height: 45vw;
        transition: .4s;
    }

    #clientes .item .image-logo img {
        height: 80px;
    }

    .first-nav-bar-animate {
        height: 160px;
    }

    .nav-mobile-new-animate {
        top: 160px;
    }

}







