/********** Template CSS **********/
:root {
    --primary: #E0CEAA;
    --light: #F3F4F5;
    --dark: #282F34;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

@font-face {
    font-family: 'Mansory' !important;
    src: url('../Mansory.ttf') format('truetype') !important;
}

* {
    font-family: Arial, Helvetica, sans-serif;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    display: flex;
    align-items: center;
}

.navbar .navbar-brand img {
    max-height: 50px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
        border-bottom: 1px solid #EEEEEE;
    }
}

.navbar .navbar-nav .nav-link {
    color: white;
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
    
}


/*** Header ***/
.header-bg {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/bg-1.jpg) center center no-repeat;
    background-size: cover;
    min-height: 38rem;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 40px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border.nob::before {
    border:none !important;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
    border-radius: 5rem 0px 5rem 5rem;
}

.img-border.preenchido::before {
    background-image: url('../img/proposta.png'); 
    background-size: cover;
    border-radius: 100%;
    height: 32rem;
    width: 32rem;
}

.img-border img {
    position: absolute;
    top: 0rem;
    left: -4rem;
    object-fit: cover;
    width: 40rem;
    max-width: 172rem !important;
}


/*** Facts & Visiting Hours ***/
.facts {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/bg-1.jpg) center center no-repeat;
    background-size: cover;
}

.visiting-hours {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.visiting-hours .list-group-item {
    display: flex;
    justify-content: space-between;
    color: var(--light);
    background: rgba(0, 0, 0, .15);
    border-color: rgba(255, 255, 255, .15);
}

.visiting-hours .table {
    color: var(--light);
    background: rgba(0, 0, 0, .15);
}

.visiting-hours .table td {
    padding: .5rem 1rem;
    border-color: rgba(255, 255, 255, .15);
}

.visiting-hours .table tr:last-child td {
    border: none;
}


/*** Animal ***/
.animal-item {
    position: relative;
    display: block;
}

.animal-item .animal-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px !important;
    opacity: 0;
    transition: .5s;
}

.animal-item:hover .animal-text {
    opacity: 1;
    padding-bottom: 20px !important;
}


/*** Membership ***/
.membership-item {
    padding: 45px 30px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .7);
}

.membership-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.membership-item .display-1 {
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
    
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
    
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    border-color: var(--primary) !important;
} 

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.white {
    color: white !important;
}

.dark-color {
    color: #131210 !important;
}

.bg-dark-color {
    background-color: #131210 !important;
    color: white !important;
}

.navbar .navbar-brand img {
    max-height: 40px;
}

.navbar {
    max-height: 5rem !important;
}

.bubble {
    border-radius: 100%;
    height: 50px;
    width: 50px !important;
    padding-top: 0.75rem !important;
    padding-left: 0 !important;
    padding-bottom: 0 !IMPORTANT;
    padding-right: 0 !important;
    margin-left: 0.5rem;
}

input.newsletterInput {
    top: 50%;
    margin-top: 8%;
    height: 5rem;
    border-radius: 3rem 0.1rem 3rem 0.1rem;
}

.news button {
    right: 1rem !important;
    top: 0.5rem !important;
    background-color: #131210;
}

@media (max-width: 767.98px) { 
    .navbar-collapse {
        background: #131210;
        margin-top: 1rem !important;
        padding: 1rem;
    }
    .btnInicio {
        display: none !important;
    }
    .navbar {
        max-height: 500rem !important;
    }
    .logo {
        max-height: 35px;
    }
    .img-border img {
        width: 100% !important;
        height: 25rem !important;
        margin-left: 8% !important;
        margin-top: -.25rem !important;
        left: -2rem !important;
    }
    .img-border::before {
        width: 100%;
    }

    .img-border.preenchido::before {
        width: 100%;
        height: auto;
    } 
    .testimonial-item {
        max-width: 56%;
        height: 34rem;
    }
    .testimonial-text {
        margin-top: 7rem !important;
    }
    .top-test {
        height: 10rem !important;
    }
    .owl-item a {
        width: 80% !important;
        margin-top: 0.5rem;
        margin-left: 10%;
    }
    h5.email-form {
        word-wrap:break-word;
        max-width: 220px;
    }
    .cnth {
        display: block !important;
    }
    .telmob {
        font-size: 14pt;
        width: 14rem;
    }
    .emailmob {
        font-size: 11pt;
        width: 17rem;
    }
    .mobshow {
        display: block !important;
    }
}

.mobshow {
    display: none;
}

.cnth {
    display: none;
}

.testimonial-text {
    margin-top: 3rem;
}

.navbar-light .navbar-toggler-icon{
    background-image: none !important;
}

.navbar-light .navbar-toggler-icon i{
    background-image: none !important;
    color: white;
    margin-top: .3rem !important;
} 

.icon-atuacao{
    color: #131210 !important;
    filter: drop-shadow(2px 0 0 #E0CEAA) drop-shadow(-2px 0 0 #E0CEAA) drop-shadow(0 2px 0 #E0CEAA) drop-shadow(0 -2px 0 #E0CEAA);
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

#atuacao h5 {
    height: 3rem;
}

.testimonial-item {
    border-radius: 2rem 0rem 2rem 0rem;
    padding: 0 !important;
}

.testimonial-text {
    border-radius: 0rem 4rem 1.8rem 0rem !important;
}

.testimonial-text p{
    COLOR: #282f34;
    font-weight: 500;
    text-align: left;
}

.test-down {
    background-color: white;
    width: 100%;
    height: 80%;
    padding: 4rem 4rem 4rem 4rem;
}
.test-dip {
    height: 200px;
    color: white;
    padding-top: 5rem;
}

.test-down p{
    color:#131210;

}

.quemfez {
    font-size: 1rem;
    margin-top: -2rem !important;
    text-align: left;
    margin-left: -2rem;
}

.membership-item {
    padding: 0 !important;
}

.text-dark {
    color: #282F34;
}

.animation {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #FFFFFF;

}

.animation:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
    animation-duration: 1500ms;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pulse-border;
}

.testimonial-item {
    background-image: url(../img/bg-1.jpg);
    background-size: cover;
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/bg-1.jpg) center center no-repeat;
    background-size: cover;
    margin-left: 2rem;
    margin-right: 2rem;
}

.top-test {
    height: 10rem;
    padding: 2.75rem;
}

.btn-test {
    font-size: 2rem;
    width: 30% !important;
    font-size: 9pt;
    padding: 0;
}

.owl-item {
}

.btn-dark {
    width: 40% !important;
}

p.art::first-letter {  /* Use :first-letter if você precise muito de compatibilidade com IE 8 */
    color: #131210;
    font-size: 200%;
}

.testimonial-text {
    margin-top: 2rem;
}

.testimonial-text p{
    max-height: 100px;
    overflow: hidden;
    max-width: 500px;
    white-space: unset !important;
}

#atuacao a {
    color: #555 !important;
    cursor: pointer !important;
}
