:root {
    --bs-color-orange: #ffaf00;
    --bs-color-orange-2: #ff7100;
}

@font-face {
    font-family: GothamLight;
    src: url("../fonts/GothamLight.otf") format("opentype");
}

@font-face {
    font-family: GothamMedium;
    src: url("../fonts/GothamMedium.otf") format("opentype");
}

@font-face {
    font-family: GothamBold;
    src: url("../fonts/GothamBold.otf") format("opentype");
}

body {
    background: #000000 url('/galerias/background_topo_murilo_2.png?3') no-repeat top center;
    color: #FFF;
    overflow-x: hidden;
    font-family: 'GothamMedium', Arial, Helvetica, sans-serif;
}

body.ecovic:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/galerias/effect_bg.png') repeat-y;
    z-index: -1;
}

body.central {
    background: #000000 url('/galerias/background_central_murilo.jpg?2') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

body.central>.container {
    height: 100%;
    position: relative;
}

body.central>.container .central-content {
    position: absolute;
    top: 200px;
    right: 15%;
    width: 440px;
    text-align: left !important;
}

body.central>.container>img {
    position: fixed;
    bottom: 0;
}

@media screen and (max-width:1400px) {
    body.central>.container .central-content {
        right: -0;
    }
}

@media screen and (max-width:1200px) {
    body.central>.container .central-content {
        right: -5%;
        max-width: 350px;
    }
}

@media screen and (max-width:992px) {
    body.central>.container>img {
        max-width: 70%;
    }

    body.central>.container .central-content {
        top: 0;
        left: -5%;
        text-align: center;
        max-width: 480px;
        margin: 50px auto;
        padding: 0 20px;
    }
}

@media screen and (max-width:767px) {
    body.central>.container>img {
        max-width: 70%;
    }

    body.central>.container .central-content {
        max-width: none;
        width: 100%;
        margin: 50px auto;
    }
}

@media screen and (min-height:600px) {
    body.central>.container {
        text-align: center;
    }

    body.central>.container>img {
        max-width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

@media screen and (min-height:800px) {
    body.central>.container {
        text-align: center;
    }

    body.central>.container>img {
        max-width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

body,
html {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'GothamBold', Arial, Helvetica, sans-serif;
}

.h1-plus {
    font-size: 3rem;
}

.fs-7 {
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .h1-plus {
        font-size: 2rem;
    }
}

.fontGothamLight {
    font-family: 'GothamLight', Arial, Helvetica, sans-serif;
}

.fontGothamMedium {
    font-family: 'GothamMedium', Arial, Helvetica, sans-serif;
}

.fontGothamBold {
    font-family: 'GothamBold', Arial, Helvetica, sans-serif;
}

.color-theme {
    color: var(--bs-color-orange);
}

.color-theme:hover {
    color: var(--bs-color-orange-2);
}


a,
a:hover {
    text-decoration: none;
}

/* header {
    min-height: 730px;
    background: url('/galerias/background_topo_murilo_2.png?3') no-repeat top center;
} */

header .img-alline {
    position: relative;
    z-index: 9;
}

header .img-chaveiro {
    position: absolute;
    bottom: 0;
    right: -142px;
}

header img.img-notificação {
    z-index: 8;
    position: absolute;
    top: 100px;
    right: -100px;
    overflow: hidden;
}

@media screen and (max-width:1230px) {
    header img.img-notificação {
        right: -170px;
    }
}

.btn-theme {
    background: rgb(255, 175, 0);
    background: linear-gradient(45deg, rgba(255, 175, 0, 1) 0%, rgba(255, 113, 0, 1) 100%);
    color: #FFF;
    border: 0;
}

.btn-theme {
    font-family: 'GothamBold', sans-serif;
    font-size: 22px;
    padding: 10px 65px;
    transition: 0.5s all ease;
}

@media screen and (max-width:767px) {
    .btn-theme {
        font-size: 15px;
        padding: 10px 45px;
    }
}


.btn-theme.rounded {
    border-radius: 150px !important;
}

.box-brown {
    background: rgb(21, 13, 0);
    background: linear-gradient(0deg, rgba(21, 13, 0, 1) 0%, rgba(39, 28, 1, 1) 100%);
    border-radius: 30px;
}

.px-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.px-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}

.px-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
}

.rounded-20 {
    border-radius: 20px !important;
}

.rounded-30 {
    border-radius: 30px !important;
}

.effect-zoom img {
    transition: 0.3s all ease;
}

.effect-zoom:hover img {
    transform: scale(1.15);
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper .swiper-pagination {
    margin-top: 15px;
    bottom: 0px;
    top: 0;
    position: relative;
}

.mySwiper .swiper-pagination-bullet {
    background: #ddd;
}

.accordion-button::after {
    background: none !important;
    color: #fff;
    font-family: 'Font Awesome 6 Free';
    content: "\f078";
}

.accordion-item {
    border: 1px solid #333;
    border-radius: 10px !important;
    margin: 0 0 10px 0;
    background: transparent;
    color: #ddd;
    font-family: 'GothamLight', sans-serif;
    /*font-size: 19px;*/
}

.accordion-button:not(.collapsed) {
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #FFF;
    /*font-size: 21px;*/
    font-family: 'GothamBold', sans-serif;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #333;
}

.accordion-button {
    background: transparent;
    color: #FFF;
}

#empreendimentos {
    position: relative;
    transition: 0.5s all ease;
}

.iframe-container {
    /* overflow: hidden; */
    padding-top: 56.25%;
    /* 16:9 */
    position: relative;
    min-height: 790px;
}

.iframe-container.tour {
    min-height: 450px;
}

.iframe-container:after {
    content: '';
    background: #673300;
    border-radius: 30px;
    width: 100%;
    height: 99%;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.iframe-container iframe {
    z-index: 2;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 5px solid #ff7f00;
    background: #000;
    border-radius: 30px;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:767px) {
    .iframe-container {
        min-height: 590px;
    }
}

#targetAereo {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width:767px) {
    .container {
        padding: 0 30px;
    }

    .fs-4 {
        font-size: 1.0rem !important;
    }

    .fs-5 {
        font-size: 1.0rem !important;
    }
}


.btn-whatsapp a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.btn-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    transform: translate(-50%, -50%);
    background-color: rgb(37, 211, 102);
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 58px;
    font-size: 1.8em;
    color: #ffffff;
    font-weight: 100;
    border-radius: 50%;
    z-index: 9999;
}

.btn-whatsapp:before,
.btn-whatsapp:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #25d366;
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    animation: animatePulse 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.pulsaDelay:after {
    animation-delay: .5s;
}

@keyframes animatePulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}