/* *{
    border: 1px solid;
} */
:root{
    --gratife: #545454;
    --preto-ig-feed: #212121;
    --verde-roviralta: #6FD36D;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
html {
    height: 100%;
    min-height: 100%;
}
body{
    font-family: 'Open Sans', sans-serif;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}
.navbar-brand {
    width: 17%!important;
    padding: 0;
}
.d-none{
    display: none;
}
.ps-15 {
    padding-left: 20rem!important;
}
.bg-black{
    background-color: #000;
}
.nav-link-custom{
    font-weight: bold;
    font-size: large!important;
    color: white!important;
}
.navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    background-color: #6fd36d;
    border-radius: 50px;
}
.nav-item:hover {
    background-color: #ffffff88;
    border-radius: 50px;
}
.img-banner{
    max-height: 100vh;
}
.bg-img-nav{
    width: 78%;
    /* background: white; */
    /* padding: 10px; */
    /* border-radius: 5px; */
    /* border-bottom: 7px solid #95c53c; */
}
.nav-logo {
    padding: 49px 13px 28px 11px;
    width: 11%;
    background: #564e4e91;
    border-bottom: 4px solid #95c53c;
    opacity: .9;
}
.img-rad-50{
    /* height: 65vh;
    width: auto!important; */
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    /* margin-inline-start: -15% */
}
.cap-content{
    height: 65vh!important;
    width: 100%!important;
    text-align: left;
}
.cap-title{
    font-weight: bold;
    color: #484848;
    font-size: 4em;
    /* width: 40%; */
    line-height: 60px;
}
.cap-text{
    color: #484848;
    /* width: 49%; */
    font-weight: 300;
    text-align: justify;
    font-size: 1.2em;
    line-height: 30px;
}
.btn-routed{
    background-color: #484848;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15pt;
}
/* .carousel-control-next, .carousel-control-prev {
    align-items: flex-start;
    opacity: 1;
    transition: none
}
.carousel-control-next, .carousel-control-prev {
    position: relative;
    align-items: flex-start;
    opacity: 1;
    transition: none;
    right: auto;
    padding: auto;
    width: auto;
} */
.album h1{
    font-size: 4rem;
    font-weight: 700;
}
.album a{
    text-decoration: none;
    cursor: pointer;
}
.album a i{
    color: var(--gratife);
    font-size: 22px;
}
.album .carousel-caption {
    width: 50%;
    position: absolute;
    right: 15%;
    bottom: 62px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    text-align: left;
    top: 13%;
}

.album .carousel-caption h3 {
    font-size: 4.5rem;
    letter-spacing: -3px;
    font-weight: 800;
    line-height: 102%;
}
.album .carousel-caption small {
    color: var(--vermelho);
    font-size: 18px;
    font-weight: 700;
}
.album .carousel-caption p {
    font-size: 22px;
    font-weight: 700;
}
.mais-obras .card-footer {
    padding: .5rem 1rem;
    background-color: transparent;
    border-top: none;
}
.galeria-foto {
    margin: 0 0;
    background-size: auto;
    background-position: center;
    min-height: 600px;
    background-repeat: no-repeat;
}
.carousel-indicators {
    position: relative;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-indicators .active {
    opacity: 1;
    border: 5px solid #6fd36d;
    background-color: white!important;
    width: 22px!important;
    height: 22px!important;
}
.carousel-indicators [data-bs-target] {
    width: 30px;
    height: 10px;
    background-clip: border-box;
    border-radius: 50px;
    background: grey;
}
.carousel-indicators:focus [data-bs-target] {
    background-color: green;
}
.simu-text{
    background: #191919;
    color: white;
    text-align: justify;
}
.simu-text h1{
    font-size: 4rem;
    font-weight: 700;
}
section.depoimentos{
    background: #f9f8f8;
}
.depoimentos h1{
    
    color: var(--gratife);
    letter-spacing: -2px;
    font-size: 4rem;
    font-weight: 700;
}

section{
    padding: 5% 0;
}
section.instagram_feed{
    background: white;
    color: black;
}
section.instagram_feed a{
    color: black;
    font-size: 1rem;
    text-decoration: none;
}
.btn-green{
    background-color: #6fd36d!important;
    color: white;
    font-weight: 500;
}
.cover-img-dep{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
h1.tt-bast{
    font-weight: 700;
}
.img-dep{
    width: 160px;
}
.footer{
    color: white;
    padding: 1%;
    text-align: center;
}
.footer a{
    color: white;
}
.img-gallery {
    transition: transform .2s;
    margin: 0 auto;
    flex: 0 auto;
    width: 100%;
}
.img-gallery:hover {
    transform: scale(1.1); 
}
.input-contact{
    padding: 20px 10px 20px 10px;
}
.overlay{
    display: none;
    background: #ffffffb8;
    color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999999;
    text-align: center;
    line-height: 100vh; 
}
.overlay span{
    line-height: 10px
}

/* Cookei Bar */
.cookie-consent {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 45px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center
}

.allow-button {
    padding: 3px 20px 3px 20px;
}

.bg-roviralta{
    background: var(--verde-roviralta);
    color: #000;
}
.bg-roviralta.active {
    background: var(--preto-ig-feed);
    color: #fff !important;
}
section.simulador{
    padding: 0 0;
}
@media (min-width: 1281px) and (max-width: 1440px) {
    
    .navbar-brand{
        width: 50%;
    }
    .ps-15 {
        padding-left: 8rem!important;
    }
    .galeria-foto{
        margin: 1% 0;
        background-size: cover;
    }
    .cap-title {
        font-weight: bold;
        color: #484848;
        font-size: 3em;
        /* width: 40%; */
        line-height: 60px;
    }
}

.making-of{
    background-color: #484848;
}
@media (min-width: 576px) and (max-width: 1280px) {
    
    .navbar-brand{
        width: 22%!important;
    }
    .ps-15 {
        padding-left: 3rem!important;
    }
    .nav-logo {
        padding: 49px 13px 28px 11px;
        width: 16%;
        background: #564e4e91;
        border-bottom: 4px solid #95c53c;
        opacity: .9;
    }
    .album h1{
        font-size: 2rem;
        font-weight: 700;
    }
    .album a i{
        color: var(--gratife);
        font-size: 22px;
    }
    .album .carousel-caption {
        width: 70%;
        position: absolute;
        right: 15%;
        bottom: 28px;
        left: 12%;
        z-index: 10;
        padding-top: 15px;
        padding-bottom: 20px;
        color: white;
        text-align: left;
    }
    .album .carousel-caption h3 {
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: -1px;
    }
    .album .carousel-caption p {
        font-size: 15px;
        font-weight: 700;
    }
    .album .carousel-caption .cta{
        font-size: 15px;
        color: white;
        background-color: var(--vermelho);
        font-weight: 700;
    }
    .album .carousel-caption small {
        color: var(--vermelho);
        font-size: 12px;
        font-weight: 700;
    }
}
@media (min-width: 240px) and (max-width: 575.9px) {
    .navbar-brand{
        width: 70% !important;
    }
    .bg-img-nav{
        width: 58%;
        /* background: white; */
        /* padding: 10px; */
        /* border-radius: 5px; */
        /* border-bottom: 7px solid #95c53c; */
    }
    .ps-15 {
        padding-left:1rem!important;
    }
    .img-rad-50 {
        width: 100%;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        /* margin-inline-start: -15%; */
    }
    .nav-logo {
        padding: 28px 13px 28px 11px;
        width: 39%;
        background: white;
        border-bottom: 4px solid #95c53c;
        opacity: .9;
    }
    .carousel-indicators {
        
        margin-left: 0;
        
    }
    .simu-text h1 {
        font-size: 3rem;
        font-weight: 700;
    }
    .depoimentos h1 {
       
        font-size: 3rem;
        font-weight: 700;
    }
    .cover-img-dep {
        display: block;
        align-items: center;
        justify-content: flex-end;
    }
    .depoimentos h3{
        font-weight: 700;
        font-size: 1.8rem;
    }
    .btn-routed{
        font-size: 10pt;
    }
    .album h1{
        font-size: 2rem;
        font-weight: 700;
    }
    .album a i{
        color: var(--gratife);
        font-size: 22px;
    }
    .album .carousel-caption {
        width: 70%;
        position: absolute;
        right: 15%;
        bottom: 28px;
        left: 12%;
        z-index: 10;
        padding-top: 15px;
        padding-bottom: 20px;
        color: white;
        text-align: left;
    }
    .album .carousel-caption h3 {
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: -1px;
    }
    .album .carousel-caption p {
        font-size: 15px;
        font-weight: 700;
    }
    .album .carousel-caption .cta{
        font-size: 15px;
        color: white;
        background-color: var(--vermelho);
        font-weight: 700;
    }
    .album .carousel-caption small {
        color: var(--vermelho);
        font-size: 12px;
        font-weight: 700;
    }
    
}