@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,900&family=Source+Sans+3:wght@200;300;500;600;700;800;900&display=swap');
body {
	font-family: 'Montserrat' !important;
}
.header{
    display: flex;
    justify-content: space-between;
    padding: 100px 60px 60px 60px;
}
.header a{
    padding: 0 18px;
    height: 22px;
}

.input-container {
    position: relative;
    display: inline-block;
  }
  
.input-container i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #5b5b5b; 
    font-size: 18px;
}

.input-container input {
    padding-left: 30px; 
    max-width: 200px;
    width: 100%; 
    height: 30px; 
    border-radius: 30px;
}

.down-toggle::after {
    display: none!important;
}

#navbarSupportedContent{
    display: flex;
}

.down{
    padding: 0 10px;
}
.down a{
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.nav-link{
    color: #d4cfc9!important;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 400!important;
}
.nav-link:hover{
    color: #d3af68!important;
}
.down a:hover{
    color: #d3af68!important;
}
.navbar-nav .nav-link {
    cursor: pointer;
}

.navbar-nav .nav-link .active {
    font-weight: bold!important;
}
.bannerblog{
    display:flex!important;
    width: 100%;
    margin: 0;
    padding: 0;
}
.banner{
    display:flex!important;
    height:89vh;
    width: 100%;
    margin: 0;
    padding: 0;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
.governanca{
    display: flex;
    text-align: center;
    padding: 50px 100px;
    align-items: center;
    justify-content: center;
}
.governanca p{
    text-align: left;
    font-size: 20px;
}
.carousel-item img{
    height: 89vh!important; 
    width: 100%!important; 
    object-fit: cover;
}
.carrosselnot-inner {
    height: 60vh;
    overflow: hidden;
  }

.carrosselnot img{
    height: 60vh!important; 
    width: 100%!important; 
}

/* carrosselnot */

.carousel-inner {
    height: 89vh;
    overflow: hidden;
  }
.row {
    --bs-gutter-x: 0!important;
    --bs-gutter-y: 0;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap!important;
}

.navbar-toggler-icon {
    filter: invert(100%);
}

.offcanvas-header {
    background-color: #132735;
    color: white;
}
.offcanvas-body {
    background-color: #132735;
}

.offcanvas-header .btn-close {
    filter: invert(100%);
}

.contato{
    background-color: #d3ae68; 
    background-size: cover; 
    height: 50%; 
    padding:10px; 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    font-family: 'Montserrat', sans-serif!important;
}

.contato .row{
    display: flex;
    /* align-items: center; */
}
.images img{
    padding: 5px;
    width: 15%;
}

#bannercontato{
    height: 89vh;
}

#bannercontato form{
    max-width: 100%;
    background-color: #fff;
    display: flex;
    padding: 40px;
    float: right;
    flex-direction: column;
    width: 550px;
    margin: -57px 0;
    align-items: center;
}
#bannercontato form input{
    /* margin-bottom: 15px; */
    border: 1px solid #c5c5c5;
    width: 100%;
    height: 40px;
    transition: border-color 0.3s ease;
}
#bannercontato form input:focus{
    /* border-color: #132735;  */
    outline: none;
    border: 2px solid #d3ae68;
}
#bannercontato form textarea{
    margin-bottom: 15px;
    border: 1px solid #c5c5c5;
    width: 100%;
    height: 150px;
}
#bannercontato form textarea:focus{
    /* border-color: #132735;  */
    outline: none;
    border: 2px solid #d3ae68;
}
.btnEnvi{
    width: 170px!important;
    border: none;
    background-color: #d3ae68;
    padding: 8px;
    font-weight: 700;
    transition: all 0.3s ease;
    float: right!important;
}
.btnEnvi:hover{
    background-color: #132735;
    color: #ffffff;
    transform: scale(1.1);
}

.imgD{
    max-width: 100%!important;
    top: 66%!important;
    width: 569px!important;
    position: absolute!important;
    left: 18%;

}
.imgD1{
    position: absolute!important;
    bottom: 0!important;
    margin: 0!important;
    width: 74%!important;
    right: 67px!important;
}

.saibamaisindex{
    background-color: #d3ae68;
    width: 250px;
    height: 250px;
    color:#132735;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    position: relative;
}

.txtCarrossel span{
    background-color: #d3ae68;
    font-weight: 500;
    width: 210px;
    display: flex;
    justify-content: center;
    height: 30px;
    margin-bottom: 9px;
    text-decoration: none!important;
}

.txtnoticias h2{
    font-size: 45px;
    font-weight: 400;
    text-decoration: none!important;
    color:#132735!important;
}

.txtnoticias a h3{
    text-decoration: none!important;
    color:#132735!important;
}

.txtnoticias a span{
    text-decoration: none!important;
}

.txtnoticias a {
    text-decoration: none!important;
    color:#132735!important;
}

.txtnoticias span{
    color: #d3ae68;
    background-color: #132735;
    font-weight: 500;
    width: 150px;
    display: flex;
    justify-content: center;
    height: 30px;
    margin-bottom: 9px;
    text-decoration: none!important;
}


.txteventos h2{
    font-size: 45px;
    text-decoration: none!important;
    color:#132735!important;
}

.txteventos a h3{
    text-decoration: none!important;
    color:#132735!important;
}

.txteventos a span{
    text-decoration: none!important;
}

.txteventos a {
    text-decoration: none!important;
    color:#132735!important;
}

.txteventos span{
    color: #132735;
    background-color: #d3ae68;
    font-weight: 500;
    width: 210px;
    display: flex;
    justify-content: center;
    height: 30px;
    margin-bottom: 9px;
    text-decoration: none!important;
}

.containerblog {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 50px;
    align-items: center;
}
.containerblog a{
    text-decoration: none!important;
    transition: box-shadow 0.3s ease;
    margin: 20px 0;
}
.containerblog a:hover{
  /* background-color: #f2f0f0; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contentblog {
    display: flex;
    align-items: center;
    max-width: 1030px;
}

.imageblog {
    max-width: 450px!important; 
    margin-right: 10px;
}

.infoblog {
    color: #132735;
    flex: 1;
}

/* #governanca .container{
    text-align: center;
    padding: 200px 100px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
} */
/* #governanca .container p{
    text-align: justify;
    margin-top: 30px;
    font-size: 17px;
    max-width: 100%;
    height: auto;
} */
.governanca img{
    width: 100px;
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
}

.txtCarrossel{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 400!important;
}
.txtCarrossel h2{
    font-size: 45px;
}
.txtCarrossel p{
    font-size: 20px;
}

html, body {
    margin: 0;
    padding: 0;
  }

    .txtCarrossela h2{
        font-size: 45px;
    }
    .txtCarrossela p{
        font-size: 20px;
    }
    .txtCarrossela span{
        background-color: #d3ae68;
        font-weight: 500;
        width: 210px;
        display: flex;
        justify-content: center;
        height: 30px;
        margin-bottom: 9px;
        text-decoration: none!important;
    }
    
    .metade{
        width: 50%!important;
    }

    
    .slick-prev:before,
    .slick-next:before {
        color: black!important;
    }
    .slick-prev,
    .slick-next {
        top: 25%;
    }

    .autoplay .slick-prev:before, .autoplay .slick-next:before {
        color: black;
    }

    .slick-dots li button:before {
        background: black;
        color: black;
    }

  .slider {
      width: 67%;
      margin: 100px auto;
  }

  .slick-slide img {
    width: 100%;
  }

  .slick-prev:before,
  .slick-next:before {
    color: black;
  }


  .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
    margin: 0px 20px;
    display: flex!important;
    justify-content: center!important;
    flex-direction: column;
  }
  .slick-track {
    /* height: 480px!important; */
    padding-bottom: 30px;
  }
  
  .slick-active {
    opacity: 1;
  }

  .slick-current {
    opacity: 1;
}

.card {
    box-shadow: 0px 4px 10px 0px rgba(223, 226, 226, 1.0);
    padding: 0px;
    border: none!important;
    border-radius: 11px!important;
    text-align: center;
    margin: 0px;
    min-width: 200px!important;
}
  
.card img {
    max-width: 100%;
    height: auto;
} 

.autoplay .slick-prev:before,
.autoplay .slick-next:before {
  color: white;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 0px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    background: white;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 20px;
}


footer{
    width: 100%;
    background-color: #132735; 
    padding: 30px;      
}

footer .row{
    width: 100%;
    color: #d4cfc9;
    padding: 0 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
    width: 50%; 
    height: 70%;
}

.logop{
    display: none;
    width: 90%;
}


/* ---------------------------MOBILE ----------------------------------------------- */


@media screen and (max-width: 1670px) {
    .indexb{
        padding: 0px 11% 0 5%!important;
    }
    
    .imgD {
        top: 66%!important;
        width: 569px!important;
        left: 14%!important;
    }
}
@media screen and (max-width: 1460px) {
    .imgD {
        top: 60%!important;
        width: 499px!important;
        left: 14%!important;
    }
}

@media screen and (max-width: 1380px) {
    .logo{
        width: 90%!important;
    }
    .imgD {
        top: 64%!important;
        width: 428px!important;
        left: 14%!important;
    }
}
@media screen and (max-width: 1340px) {
    .imgD1 {
        bottom: 21px!important;
    }
}
@media screen and (max-width: 1270px) {
    .imgD1 {
        bottom: 51px!important;
    }
}
@media screen and (max-width: 1260px) {
    .governanca{
        padding: 50px 50px!important;
    }
    .indexb{
        height: auto!important;
    }
    .indexbdois{
        height: auto!important;
    }
    #bannercontato{
        height: auto;    
    }
    .contato2{
        display: none !important;
    }
    /* .divcontato{
        width: 100vw!important;
    } */
    .divcontatoum{
        width: 100vw!important;
        height: 89vh!important;
    }
    footer .row {
        padding: 0 3px!important;
    }
    .logof{
        width: 70%!important;
    }
    .imgD {
        top: 41%!important;
        width: 366px!important;
        left: 14%!important;
    }
    .imgD1 {
        bottom: 0!important;
    }
}


@media screen and (max-width: 1200px) {
    .indexb{
        height: auto!important;
    }
    .indexbdois{
        height: auto!important;
    }
    .logo{
        display: none!important;
    }
    .logop{
        display: block!important;
    }
    footer .row {
        padding: 0 3px!important;
    }
    .logof{
        width: 80%!important;
    }
}

@media screen and (max-width: 992px) {
    .container, .container-md, .container-sm {
        max-width: 858px!important;
    }
    .col4footer {
        right: 5%;
    }
    
    .itensDiv {
        font-size: 16px;
    }
    footer .row {
        padding: 0 3px!important;
    }
    .logof{
        width: 90%!important;
    }
}

@media screen and (max-width: 940px) {
    .col-md-4 {
        width: 100%!important; 
        text-align: center!important; 
        margin-bottom: 20px!important; 
    }
    .col1footer, .col4footer {
        position: static;
        padding-top: 100px;
    }
    .d-flex{
        display: inline-flex!important;
        text-align: center!important;
    }
    .text-end{
        padding: 0!important;
        display: inline-flex!important;
        /* text-align: center!important; */
        justify-content: center!important;
    }
    footer .row {
        padding: 0 3px!important;
    }
    .logof{
        width: 100%!important;
    }
    .vermais{
        align-items: center!important;
    }
    .vermais h1{
        font-size: 45px!important;
        padding-left: 45px!important;
    }
}

@media screen and (max-width: 968px) {
    .metade{
        width: 100%!important;
    }
    .banner{
        /* display:block; */
        height: auto;    
        flex-direction: column;
    }
    .governanca {
        order: 2;
        padding: 50px 25px!important;
    }
    .governanca p{
        max-width: 600px;
    }
    #carouselExample {
        order: 1;
        height: 60vh!important;
    }
    .banner .col{
        width: 100%;
    }
    .carousel-item img{
        height: 63vh!important;
    }
    .logo{
        display: block!important;
        width: 50%!important;
    }
    .logop{
        display: none!important;
    }
    footer .row {
        padding: 0 3px!important;
    }
    .logof{
        width: 100%!important;
    }
    .imgD {
        display: none!important;
    }
    .imgD1 {
        display: none!important;
    }

    .divindex{
        padding: 9% 2% 0 10%!important;
        width: 100%!important;
    }
    .indexb .col-sm-5 {
        width: 100%!important;
    }
    .indexbdois .col-sm-5 {
        width: 100%!important;
    }
    .imgindex{
        height: 400px;
        width: 100%!important;
    }
    .divindexdois{
        align-items: center!important;
    }
    .vermais{
        align-items: center!important;
    }
    .vermais h1{
        font-size: 45px!important;
        padding-left: 45px!important;
    }
    .imageblog {
        max-width: 100%!important;
        margin-bottom: 20px;
    }
    .contentblog {
        flex-direction: column;
    }
    .bannerblog{
        height: auto!important;
    }
    .bannerblog .col-sm-5{
        min-height: 300px!important;
    }
}

@media screen and (max-width: 768px) {
    .input-container2 input {
        height: 40px; 
    }
    .itensDiv {
        font-size: 14px;
        width: 102%;
    }

    .div3 p {
        width: 100%;
    }

    .div3 p span {
        font-size: 14px;
    }
    .btnConhecaPro{
        bottom: 7%;
        left: 50%; 
        transform: translate(-50%, -50%);
    }
    #bannerSobre {
        height: 330px;
        background-position: 9%;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        width: 100%;
        padding-top: 48%;
    }
    .slick-dots {
        bottom: -30px;
    }
    footer .row {
        padding: 0 3px!important;
    }
    .logof{
        width: 100%!important;
    }
}

@media (max-width: 700px) {
    .col-3 {
        width: 50%!important; 
        text-align: center;
    }
    
    .header a{
        padding: 0!important;
    }
    .header{
        padding: 100px 20px 40px 20px!important;
    }
    footer .row {
        padding: 0 3px!important;
    }
    .logof{
        width: 100%!important;
    }
}

@media (max-width: 571px) {
    .col-3 {
        width: 100%!important; 
        text-align: center;
    }
    #bannercontato .col-sm-8{
        height: 700px;
    }
    .logo{
        width: 80%!important;
    }
    footer .row {
        padding: 0 0px!important;
    }
    #resp{
        font-size: 30px!important;
    }
}
@media (max-width: 400px) {
    .logof{
        width: 100%!important;
        height: 80%;
        margin-bottom: 30px!important;
    }
    #resp{
        font-size: 24px!important;
    }
    .indexb h1{
        font-size: 30px!important;
    }
    .vermais h1 {
        padding-left: 20px!important;
    }
    .txtCarrosselnot{
        width: 80%!important;
    }
    .txtwidth{
        width: 76%!important;
    }
}