body {
    overflow-x: hidden;
}

/* Página Inicial */
body.home {
    section:not(#infos-home) .row {
        margin-left: 0;
        width: 100%;
        display: flex;
        align-items: center;
    }
}

.top-header {
    height: 41px;
    background-color: #00467f;
    display: flex;
    align-items: center;
}

#mega-menu-main-menu li ul li a {
    min-width: 260px !important;
}

.social-icons {
    text-align: center; /* Center the icons container */
    width: 150px;
}

.social-icon {
    display: inline-block;
    margin: 0 10px;
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
    color: black;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
}

.social-icon:hover {
    /* color: #ffde00; Change hover color here if needed */
    color: #00467f;
}

.logo {
    background-color: #00467f;
    width: 120px;
    text-align: center;
}

.logo img {
    margin-top: -12px;
}

section#info {
    padding-top: 80px;
    padding-bottom: 40px;
    text-align: center;
}

section#conheca {
    margin-top: 80px;
    overflow-x: hidden;

    .row {
        background-color: #00467f;
    }
}

section#conheca div.col-md-6.second {
    background-color: #00467f;
    padding-top: 120px;
    padding-left: 50px !important;
    text-align: left;
}

.img-fluid {
    width: 100%;
}  

.infos p {
    color: #FFF;
    font-weight: 400;
    margin-bottom: 0px;
}

.infos p.descricao {
    /* width: 60%; */
    width: 100%;
    margin-top:25px
}

.infos h2 {
    font-size:30px;
    color: #ffde00;
}

a.btn {
    border: 2px solid #fff;
    /* border-radius: 0px; */
    border-radius: 8px;
    color: #FFF;
    text-transform: uppercase;
    /* font-size: 14px; */
    font-size: 18px;
    font-weight: 600;
    padding: .5rem 1.1rem;
    transition: all .2s ease-out;
}

a.btn:hover {
    transform: scale(1.05);
    border: 2px solid #fff;
    /* border-radius: 0px; */
    color: #FFF;
    /* text-transform: uppercase; */
    /* font-size: 14px; */
    /* font-weight: 600; */
}

a.btn::after {
    font-family: FontAwesome;
    content: "\f054";
    /* margin-left: 5px; Ajuste o espaçamento conforme necessário */
    margin-left: 12px; /* Ajuste o espaçamento conforme necessário */
}

section#coala {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* min-height: 900px; */
    position: relative;
    /* padding-top: 200px; */
    height: 85vh;
    display: flex;
    align-items: center;
}

section#coala .info-animal {
    position: absolute;
    bottom: 0px;
    right: 135px;
    width: 160px;
    height: 38px;
    background-color: #FFF;
    padding-left: 10px;
}

section#coala .info-animal .texto {
    text-align: left;
    border-left: 3px solid #ffde00;
    padding-left: 6px;    
}

section#coala .info-animal span.nome {
    font-size: 14px;
    font-weight: bold;
}

section#coala .info-animal span.nome-latim {
    display: block;
    font-size: 13px;
    font-style: italic;
    margin-top: -7px;
}

section#coala .infos {
    text-align: left;
}

section#coala .infos h2.conheca {
    width: 200px;
    font-weight: bold;
    font-size: 3.2em;    
    margin-bottom: 20px;
}

section#coala .infos p.conheca {
    width: 40%;
    margin-top:25px
}

#linha-fotos-one {
    margin-top:50px;
}

#linha-fotos-one .row .thumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#linha-fotos-one .thumb {
    margin-right: 10px;
}

#linha-fotos-one .img-fluid {
    height: 197px;
    width: 197px;
    object-fit: cover;
}

img.efeitoazul {
    /* filter: sepia(100%) hue-rotate(190deg) saturate(400%); */
    /* transition: all 0.5s ease; */
}

img.efeitoazul:hover {
    filter: none;
}

section#linha-verde {
    background-color: #16a916;
    padding-top:40px;
    padding-bottom: 50px;
    margin-top:30px;
}

section#linha-verde a {
    font-size: 18px;
    padding-bottom: 13px;
    position: relative;
    display: inline-block; 
}

section#linha-verde a::before {
    content: url("../img/animal-icone.png");
    top: 8px;
    position: relative;
    left: -3px;
}

section#linha-verde a::after {
    content: '';
}

section#img-text {
    margin-top:140px;
    margin-bottom: 70px;
}

section#img-text div.col-md-6.second {
    background-color: #fff;
    /* padding-top: 120px; */
    /* padding-left: 50px !important; */
    padding: 0 16px 0 48px !important;
    text-align: left;
}

section#img-text h2 {
    font-size:34px;
    color: #00467f;
    font-weight: 900;
}

section#img-text p.descricao {
    color: #000;
}

section#img-text .btn {
    background-color: #ffde00;
    color: #00467f;
    font-weight: 700;
}

#tres-imgs .row {
    margin-bottom: 60px;
}

#tres-imgs .row .col-md-4 {
    margin-bottom: 40px;
    text-decoration: none;
}

#tres-imgs h4,
.tres-imgs h4 {
    color: #00467f;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin-top: 10px;
    font-size: 1.0em;
}

section#img-text.bem-estar {
    margin-top:80px;

    .btn {
        margin-top: 24px;
    }
}

section#img-text .tres-imgs {
    margin-top:30px;
}

section#parceiros {
    padding-top:90px;
    padding-bottom: 90px;
}

section#parceiros h2 {
    font-size: 34px;
    color: #00467f;
    font-weight: 900;    
}

section#como-chegar {
    background-color: #00467f;
    padding-top: 40px;
}

section#como-chegar h2 {
    font-size: 34px;
    color: #ffde00;
    font-weight: 900;  
    text-align: left;  
}

section#como-chegar p {
    margin-top: 40px;
    color: #FFF;
    text-align: left;
    font-size: 16px;
}

section#como-chegar hr {
    color: #ffde00;
    opacity: 1.0;
    margin: 1rem 0;
    border: 2px solid;
    width: 75%;
}

section .row.imgs-3-col {
    margin-top: 40px;
}

section .bg {
    background-image: url("../img/bg-pre-footer.png");
    background-repeat: repeat-x;  
    width: 100%;
    height: 46px;
}

.bg-curved-lines {
    background-image: url("../img/bg-curved-lines.png");
    background-repeat: repeat-x;  
    width: 100%;
    height: 46px;  
    margin-top: 30px;
    margin-bottom: 30px;  
}

footer {
    padding-top: 50px;
    padding-bottom: 80px;
}

footer h3 {
    color: #00467f;
    font-size: 19px;
    font-weight: bold;    
}

footer .form-footer {
    display:flex;
    margin-top:10px;
    margin-bottom:40px;
}

footer input[type=text] {
    width: 70%;
    border: 1px solid #00467f;
}

footer input[type=button] {
    background-color: #16a916;
    color: #fff;
    border-right: 1px solid #00467f;
    border-top: 1px solid #00467f;
    border-bottom: 1px solid #00467f;
    border-left: 0px;
}

/* footer .contact p { */
footer .contact a {
    color: #00467f;
    text-decoration: none;
    font-size: 16px;

    p {
        margin-bottom: 0.5em !important;
    }
}

footer .contact i {
    margin-right: 10px;
}

footer .infos {
    display: flex;
    flex-direction: column;
    margin-top: 4rem;

    span {
        font-size: 14px;
    }
}

footer .menu-footer {
    border-left: 3px solid #ffde00;
    padding-left:20px;
    margin-right: 38px;
}

footer .menu-footer h3 {
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 1px;
}

footer .menu-footer span {
    display: block;
    font-size: 10px;
}

footer .menu-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; 
}

footer .last h3 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 1px;
}

footer .last h5 {
    font-size: 16px;
    font-weight: 100;
}

footer .last-footer-container {
    margin-top:40px;
    display: flex;
    flex-direction: row;
    align-items: center    
}

footer .last-footer-container img {
    margin-right: 20px;
}

footer .social-icons {
    text-align: left;
    margin-left: -10px;
}

footer .social-icon {
    background-color: #00467f;    
    color: #fff;   
}

footer .last-footer-container h6 {
    color: #00467f;
    font-weight: 700;
    font-size: 16px;
}

footer .footer-social {
    display: block;
}

footer span a,
footer h3 a {
    font-size: 14px;
}

footer span a {
    text-decoration: none;
    color: #000;
}

footer h3 a {
    text-decoration: none;
    color: #00467f;
}

.responsive-iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* This ratio maintains a 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* inner pages */

section.bgimage  {
  width:100%;
  height:500px;
  /*background: url('https://images.unsplash.com/photo-1438109491414-7198515b166b?q=80&fm=jpg&s=cbdabf7a79c087a0b060670a6d79726c'); */
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  /* background-attachment: fixed;   */
}

section.asp-content {
    padding-top: 40px;
}

section.asp-content h1 {
    font-size: 34px;
    color: #00467f;
    font-weight: 900;  
    text-transform: uppercase;  
}

section.asp-content p {
    font-size: 16px;
    color: #4a4a4a;    
}

section#pre-footer-content {
    background-color: #00467f;
    margin-top: 100px; 
    margin-bottom: 80px;     
}

section#pre-footer-content .container .row {
    padding-top: 80px;
    padding-bottom: 40px;
}

div.row.col-3-imgs h4 {
    margin-top:15px;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 1px;
    color: #00467f;
    text-transform: uppercase;
}

div.row.col-3-imgs p {
    color: #919191;
    font-size: 14px;
    margin-top:15px;
}

div.entry-content h3 {
    color: #00467f;
    font-size: 19px;
    font-weight: bold;    
}

div.entry-content h4 {
    color: #666;
    font-size: 19px;
    font-weight: bold;    
}

h3.header-area {
    color: #00467f;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;     
}

p.equipe-descricao {
    margin-bottom: 30px;
}

img.img-membro-equipe {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

img.img-membro-equipe:hover {
    border: 4px solid #ffde00;
}

.btn.yellow {
    background-color: #ffde00;
    color: #00467f;
    font-weight: 700;
}

.btn.yellow:hover {
    background-color: #ffde00;
    color: #00467f;
    font-weight: 700;
}

.btn.yellow-right {
    background-color: #ffde00;
    color: #00467f;
    font-weight: 700;
    font-size: 10px;
    font-weight: 800;
}

.btn.yellow-right:hover {
    background-color: #ffde00;
    color: #00467f;
    font-size: 10px;
    font-weight: 800
}

.btn.yellow-right::after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 6px;
}

div.container.equipe {
    height: 100%;
}

div.container.equipe .row {
    display: block;
    position: relative;
    top: 320px;
}

div.container.equipe h5 {
    font-weight: bold;
    font-size: 3.2em;
    color: #FFF;
    text-transform: uppercase;    
}

div.container.equipe h6 {
    font-weight: bold;
    font-size: 1.3em;
    color: #FFF;
    text-transform: uppercase;    
}

img.img-membro-equipe-single {
    width: 350px;
    height: 320px;
    border-radius: 50%;
    position: absolute;
    bottom: 7px;
    right: 0px;  
}

h3.img-membro-nome {
    color: #00467f;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 2px;   
}

div.col-sm-3.equipe {
    text-align: center;
    color: #666;
	margin-bottom: 40px;
}

#equipe-container {
    width: 992px;
}

a.btn.yellow::after {
    content: none;
}

a.btn.yellow::before {
    font-family: FontAwesome;
    content: "\f053";
    margin-right: 5px;
}

div.entry-content ul li {
    list-style: disc;
}

section#coluna-dupla {
    margin-top: 40px;
}

section#coluna-dupla .row {
    margin-bottom: 80px;
}

section#coluna-dupla h3 {
    color: #00467f;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

section#coluna-dupla p {
    font-size: 16px;
    color: #4a4a4a;
}

section#coluna-dupla h2 {
    font-size: 24px;
    color: #00467f;
    font-weight: 900;
    text-transform: uppercase;    
    margin-bottom: 20px;
}

section#escolas-programas h2 {
    font-size: 28px;
    color: #00467f;
    font-weight: 900;
    text-transform: uppercase;    
    margin-bottom: 10px;    
}

.form-blue .gform-theme--foundation .gform_fields {
    grid-row-gap: 10px;
}

.form-blue .gform-theme--foundation .gform_fields input,
.form-blue .gform-theme--foundation .gform_fields select,
.form-blue .gform-theme--foundation .gform_fields textarea {
    border: #12558d 1px solid;
    box-shadow: 3px 2px 8pt 2pt #D3D3D3;
}

.form-blue form input[type=submit] {
    background-color: #ffde00 !important;
    text-transform: uppercase !important;
    color: #00467f !important;
    font-weight: 900 !important;
}

section#pre-footer-content .form h3 {
    font-size: 32px;
    font-weight: 800;
    color: #ffde00;
    text-transform: uppercase;
}

section#pre-footer-content .form form {
    width: 690px;
}

section#pre-footer-content .form,
#post-43 form,
#post-78 form {
    label, legend {
        font-size: 16px;

        .gfield_required.gfield_required_text {
            font-size: 15px;
            color: red;
        }
    }

    fieldset {
        legend {
            margin-bottom: 8px;
        }
    }
}
section#pre-footer-content .form {
    label, legend {
        color: #FFF;
    }

    fieldset a {
        color: #FFF;
    }
}

section#pre-footer-content .form,
#post-43 form,
#post-78 form {
    input, textarea, select {
        /* border-radius: 7px; */
        border-radius: 10px;
        font-size: 16px;
    }
}
section#pre-footer-content .form {
    input, textarea, select {
        border: none;
    }
}

section#pre-footer-content .form input::placeholder, section#pre-footer-content .form textarea::placeholder, section#pre-footer-content .form select::placeholder {
    color: #a5a3a3;
    opacity: 1; /* Firefox */
}
  
section#pre-footer-content .form input::-ms-input-placeholder, section#pre-footer-content .form textarea::-ms-input-placeholder, section#pre-footer-content .form select::-ms-input-placeholder { /* Edge 12 -18 */
    color: #a5a3a3;
}

section#pre-footer-content .form .gform-theme--foundation .gform_fields {
    grid-row-gap: 16px;
}
#post-43 form .gform_fields,
#post-78 form .gform_fields {
    grid-row-gap: 24px;
}

section#pre-footer-content .form input[type=submit] {
    background-color: #ffde00;
    text-transform: uppercase;
    color: #00467f;
}

section#pre-footer-content .form input[type=submit]::after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 0px;
}

a.btn.yellow-right.mt-did {
    border: 0px;
    color: #00467f;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 14px;
}

a.btn.yellow-right.mt-did::after {
    font-family: FontAwesome;
    content: "\f019";
    margin-left:5px;
}

#atracoes-container{
    width: 992px;
    margin-top: 20px;
}

div.col-sm-3.atracoes {
    text-align: center;
    color: #666;
    margin-bottom: 60px;
}

.entry-content.animais {
    margin-top:20px;
    margin-bottom: 40px;
}

.btn.yellow-animals {
    background-color: #ffde00;
    color: #00467f;
    font-weight: 900;
    width: 100%;
    font-size: 15px;
    margin-top: 11px;    
}

.btn.yellow-animals:hover {
    background-color: #ffde00;
    color: #00467f;
    font-weight: 900;
    width: 100%;
    font-size: 15px;
    margin-top: 11px;    
}

#tres-imgs.animals .col-md-4 {
    margin-bottom: 60px;
}

#animal-container {
    width: 992px;
}

p.animal-descricao {
    margin-bottom: 30px;
}

div.col-sm-3.animal {
    text-align: center;
    color: #666;
}

h3.img-animal-nome {
    color: #00467f;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 2px;
}

img.img-animal {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.btn.yellow.animal {
    font-size: 12px;
    font-weight: 900;
}

.btn.yellow.animal::before {
    content: '';
}

.btn.yellow.animal::after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left:5px;
}

h4.tax-animal {
    color: #666;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 30px;
}

h4.animal-name-latim {
    font-size: 14px;
    font-weight: 400;
    color: #837c7c;
    margin-top: -6px;
	font-style: italic;
}

.animal-circle-container {
    width: 75px !important;
    text-align:center;
}

.animal-circle {
    width: 54px !important;
    height: 53px;
    border: 4px solid #00467f;
    border-radius: 27px;
    margin-bottom: 2px;
}

.animal-circle-container .animal-circle .animal-circle-name {
    color: #00467f;
    position: relative;
    font-size: 23px;
    font-weight: 800;
    top: 5px;
}

.animal-circle-container .animal-circle-description {
    color: #00467f;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 700;

}

div.box-sidebar-animal {
    background-color: #00467f;
    padding: 16px 10px 20px 22px;
}

div.box-sidebar-animal h2 {
    font-size: 22px;
    color: #FFF;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 18px;
}

div.box-sidebar-animal .box-sidebar-animal-info h3 {
    color: #ffd500;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 2px;
}

div.box-sidebar-animal .box-sidebar-animal-info h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    text-transform: capitalize;    
}

div.entry-content h2 {
    font-size: 24px;
    color: #00467f;
    font-weight: 900;
    text-transform: uppercase;    
}

#gfield_description_4_6 {
    color:#FFF;
}

.container.tickets .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.container.tickets .ticket {
    margin-bottom: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.container.tickets .header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.container.tickets .header .first {
    width: 75%;
    background-color: #00467f;
    height: 50px;
    text-align: center;
    padding: 10px;
}

.container.tickets .header .second {
    /* width: 22%; */
    background-color: #16a916;
    height: 50px;
    text-align: center;
    padding: 10px;
}

.container.tickets .header .first a,
.container.tickets .header .second a {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;    
    text-decoration: none;
    display: block;
}

.container.tickets .body {
    border: 2px solid #00467f;
    margin-top: 2px;
    font-size: 12px;
    padding: 8px;
    height: 100%;
}

a.btn.yellow.ph {
    width: 94%;
}

a.btn.yellow.ph:before {
    content: '';
}

section .container.tickets h2 {
    font-size: 24px;
    color: #00467f;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}

section#precos-horarios {
    margin-top:40px;
}

section#precos-horarios h2 {
    font-size: 24px;
    color: #00467f;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}

section#precos-horarios h3 {
    font-size: 18px;
    color: #00467f;
    font-weight: 900;
    text-transform: uppercase;
}

section#precos-horarios p {
    font-size: 14px;
}

div.container.p-h h2 {
    font-size: 24px;
    color: #ffd500;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}

div.container.p-h h3 {
    font-size: 18px;
    color: #ffd500;
    font-weight: 900;
    text-transform: uppercase;
}

div.container.p-h p {
    font-size: 14px;
    color: #fff;
}

section#infos-home {
    /* margin-top: 70px; */
    margin-top: 48px;
}

section#infos-home .container {
    background-color:#e5e5e5;
    padding: 24px;
    border-radius: 8px;
}

section#infos-home .container .box-info {
    padding: 20px 5px 10px 0px;
    border-right: 3px solid #ffde00;
    padding-right: 6px;
    margin-right: 10px;
}

section#infos-home .container .box-info.last {
    border-right:none;
}

section#infos-home .container h4 {
    font-size: 18px;
    color: #00467f;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: -2px;
}

section#infos-home .container p {
    line-height: 20px;
}

section#infos-home .container h4.ticket::before {
    font-family: FontAwesome;
    content: '\f155';
    color: #00467f;
    padding: 5px 10px 5px 10px;
    margin-right: 13px;
}

section#infos-home .container h4.credit-card::before {
    font-family: FontAwesome;
    content: '\f09d';
    color: #00467f;
    padding: 5px 10px 5px 10px;
    margin-right: 4px;
}

section#infos-home .container h4.time-info::before {
    font-family: FontAwesome;
    content: '\f017';
    color: #00467f;
    padding: 5px 10px 5px 10px;
    margin-right: 4px;
}

section#infos-home .container h4.support::before {
    font-family: FontAwesome;
    content: '\f025';
    color: #00467f;
    padding: 5px 10px 5px 10px;
    margin-right: 4px;
}

section#infos-home .container h4.info::before {
    font-family: FontAwesome;
    content: '\f05a';
    color: #00467f;
    padding: 5px 10px 5px 10px;
    margin-right: 4px;
}

section#infos-home .container span {
    font-size: 14px;
    color: #00467f;
}

section#infos-home .container .box-info.first span,
section#infos-home .container .box-info.first p,
section#infos-home .container .box-info.middle p,
section#infos-home .container .box-info.middle span,
section#infos-home .container .box-info.last p {
    padding-left: 42px;
}

section#infos-home .container .box-info.first span.inside,
section#infos-home .container .box-info.middle span.inside {
    padding-left:0px;
}

section#infos-home .container span.btn {
    background-color: #00467f;
    color: #FFF;
}

section#conheca .container-fluid .row div.col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

section#conheca div.col-md-6.second {
    background-color: #00467f;
    padding-top: 40px;
    padding-left: 28px !important;
    text-align: left;
    padding-bottom: 40px;
}

section#conheca .infos p.descricao {
    width: 90%;
}

section#coala .info-animal {
    right: 87px;
}

section#img-text {
    margin-top: 43px;
    margin-bottom: 24px;
}

section#coluna-dupla .btn {
    background-color: #ffde00;
    color: #00467f;
    font-weight: 700;
    margin-top:20px;
    margin-left: -2px;
}

section#infos-home .box-info.middle .btn {
    padding-left: 12px !important;
}

.gform_confirmation_message_4 {
	color: #FFF !important;
}

/* RESPONSIVO */

@media (max-width: 992px) {
    .container.tickets .ticket {
        width: 100%;
    }
}

@media (max-width: 768px) {

    header {
        position: relative;
    }

    header .top-header {
        background-color: transparent;
        display: flex;
        align-items: center;
        position: relative;
        top: 16px;
    }

    header .top-header-content {
        width: 100%;
        max-width: 100%;
        /* background-color: #00467f; */
    }

    header .top-header-content .social-icons {
        display: none;
    }

    header .buy-ticket {
        float: right;
        /* margin-top: 55px; */
        margin-top: 0;
        z-index: 9999;
        position: relative;
    }
    header .buy-ticket a {
        display: block;
    }
    header .buy-ticket a img {
        height: 44px;
    }

    header #menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    header #menu .logo {
        width: auto;
        display: flex;
        padding: 12px;
    }
    header #menu .logo a {
        display: block;
    }
    header #menu .logo img {
        width: 80px;
        margin-top: 0;
    }

    header #mega-menu-wrap-main-menu {
        background: #222;
        z-index: 9999;
    }

    header #mega-menu-wrap-main-menu .mega-menu-toggle,
    header #mega-menu-wrap-main-menu #mega-menu-main-menu {
        background: #fff !important;
    }

    header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
        color: #222 !important;
    }

    header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background-color: #dbdbdb;
        color: #222;
    }

    header #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    header #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    header #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background-color: #222 !important;
    }

    #container {
        margin-top: 73px;
    }

    section#conheca {
        margin-top: 56px;

        .container-fluid {
           width: 100%;
           padding: 0;
        }
    }

    section#coala {
        background-position: 63% center;

        .infos p.conheca {
            width: 100%;
        }
    }

    section#coluna-dupla img {
        width:100%;
    }
    
    section#pre-footer-content .form form {
        width: 97%;
    }  
    
    section.bgimage  {
        width:100%;
        height:148px;
    }

    section.bgimage.equipe {
        height: 566px !important;
    }

    img.img-membro-equipe-single {
        width: 320px;
        height: 302px;
        border-radius: 50%;
        position: absolute;
        bottom: 220px;
        right: 25px;
    }

    #animal-container {
        width: 100%;
    }

    div.col-sm-3.animal {
        margin-bottom: 46px;
    }

    .thumbs {
        display: block;
        position: relative;
    }
    .thumb {
        margin: 0;
        width: 100%;
        display: none;
    }
    .thumb.active {
        display: block;
    }
    
    .custom-carousel-control-prev,
    .custom-carousel-control-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 7%;
        height: 100%;
        cursor: pointer;
        background: #212529;
        color: white;
        text-align: center;
        line-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
        font-size: 2rem;
    }
    .custom-carousel-control-prev {
        left: 0;
    }
    .custom-carousel-control-next {
        right: 0;
    }
    

    section#img-text div.col-md-6.second {
        padding-left: 12px !important;
    }

    .infos p.descricao {
        width: 100%;
    }

    section#img-text h2 {
        margin-top: 10px;
    }

    section#infos-home {
        margin-top: 48px;
        padding: 0 16px;
    }

    section#infos-home .container .box-info {
        border-right: none;
    }

    section#infos-home .container span.btn {
        padding-left: 10px !important;
    }

    section#img-text.bem-estar {
        margin-top: -50px !important;
    }

    body.page-id-39 .imgs-3-col img,
    body.page-id-41 .col-3-imgs img {
        width: 100%;
    }

    #equipe-container,
    #atracoes-container {
        width: 100%;
    }

    section#coluna-dupla h3 {
        margin-top: 10px;
    }

    body.page-id-96 .row.col-3-imgs img {
        width: 100%;
    }

    .container.tickets .body {
        margin-top: 2px;
    }

    .container.tickets .header a {
        font-size: 12px !important;
    }

    body.page-id-104 a.btn.yellow.ph {
        width: 100%;
    }

    #linha-fotos-one .img-fluid {
        height: 296px;
    }

}

@media (max-width: 767px) {
    footer .infos {
        margin: 2rem 0 3rem;
    }
}

@media (min-width: 768px) {
    /* Carrossel Topo Página Inicial */
    body.home {
        .n2-section-smartslider,
        #n2-ss-2-align,
        .n2-padding,
        #n2-ss-2,
        .n2-ss-slider-wrapper-inside,
        .n2-ss-slider-1,
        .n2-ss-slider-2,
        .n2-ss-slider-3,
        .n2-ss-slide-backgrounds,
        div.n2-ss-slide-background[data-mode="fill"] {
             max-height: 85vh !important;
        }
    }

    #menu {
        display: flex;
        width: 1190px;
        margin: 0 auto;
    }

    .top-header-content {
        width: 1072px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
    }

    .container-fluid {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }     

    .container-fluid .row>* {
        margin-right: 0px !important;
        margin-left: 0px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;        
    }

    body.page-template .asp-content .container,
    body.single-animal .asp-content .container,
    body.page-template .container.tickets,
    section#precos-horarios .container,
    div.container.p-h {
        width: 992px !important;
    }

    section#pre-footer-content .container.form {
        width: 992px !important;
    }    

    section#coluna-dupla .container {
        width: 992px;
    }

    section#coluna-dupla img {
        width:442px;
    }    

    .custom-carousel-control-prev,
    .custom-carousel-control-next {
        display: none;
    }

    section#parceiros h2 {
        margin-bottom: 10px;
    }

    .logo-home-parceiro {
        width: 250px;
    }

    div.col-sm-3.animal {
        margin-bottom: 40px;
    }

}


