:root{
   --preto: #000000;
   --branco: #ffffff;
   --vermelho:#ad301e;
   --vermelho2:#cc162c;
   --amarelo:#ffbd09;
   --marrom:#765623;
}

.preto{
	color: var(--preto)!important;	
}
.branco{
	color: var(--branco)!important;	
}
.vermelho{
   color: var(--vermelho)!important;  
}
.vermelho2{
   color: var(--vermelho2)!important;  
}
.amarelo{
   color: var(--amarelo)!important;  
}
.marrom{
   color: var(--marrom)!important;
}

.bg-preto{
   background-color: var(--preto)!important;   
}
.bg-branco{
   background-color: var(--branco)!important;  
}
.bg-vermelho{
   background-color: var(--vermelho)!important;   
}
.bg-vermelho2{
   background-color: var(--vermelho)!important;   
}
.bg-amarelo{
   background-color: var(--amarelo)!important;  
}


.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1200px;
}


html, body {
 overflow-x: hidden;
 scroll-behavior: smooth;
 background: #DAD7C6;
 background: linear-gradient(90deg,rgba(218, 215, 198, 1) 0%, rgba(231, 228, 217, 1) 25%, rgba(228, 214, 186, 1) 50%, rgba(231, 228, 217, 1) 75%, rgba(218, 215, 198, 1) 100%);
 font-family: "Montserrat", sans-serif;
 font-size: 16px;
 line-height: 25px;
 letter-spacing: 1px;
}

a, a:active{
	text-decoration: none;
	color: var(--vermelho);
	font-weight: bold;
   transition: .2s ease;
}
a:hover{
   color: var(--vermelho2);
   transition: .2s ease;
}
section{
	padding: 50px 0;
}

.pointer:hover{
   cursor: pointer;
}
.vertical-center {
 display: flex;
 align-items: center;
}
.vertical-bottom{
 display: table;
 vertical-align: bottom;
}


.bt-whatsapp{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 70px;
    text-align: center;
    text-transform: uppercase;
    z-index: 99999;
}

header{
   padding-top: 30px;
}

.bg-luzinhas{
   background-image: url('img/bg-luzinhas.png');
   background-repeat: no-repeat;
}

.order1{
   order:1;
}
.order2{
   order:2;
}
.order3{
   order:3;
}

.texto1{
   font-family: "Montserrat", sans-serif;
   font-size: 16px;
   line-height: 25px;
   color: #765623;
}
.texto1 span{
   color: var(--vermelho);
   font-weight: bold;
}
.texto2{
   font-family: "Montserrat", sans-serif;
   font-size: 16px;
   line-height: 25px;
   color: #ffffff;
}
.texto3{
   font-family: "Montserrat", sans-serif;
   font-size: 12px;
   line-height: 18px;
   color: #666;
}
.texto4{
   font-family: "Montserrat", sans-serif;
   font-size: 20px;
   line-height: 30px;
   color: #765623;
}
.titulo1{
   font-family: "Montserrat", sans-serif;
   font-size: 30px;
   line-height:40px;
   color: #765623;
}

.logo-footer{
   width: 200px;  
   margin-top: -30px;
   margin-bottom: 30px;
}

.cantos-topo{
   margin-top: 48px;
}
.bg-header{
   background-image: url('img/bg-linha.png');
   background-repeat: repeat-x;
}
.botao1{
   background-color: var(--vermelho);
   color: var(--branco);
   font-family: "Montserrat", sans-serif;
   font-size: 16px;
   line-height: 25px;
   border: 0;
   width: 100%;
   padding: 10px;
   border-radius: 5px;
   transition: 0.2s;
}
.botao1:hover{
   background-color: var(--vermelho2);
   cursor: pointer;
   transition: 0.2s;
}

footer{
   font-size: 12px;
   line-height: 16px;
   color: var(--vermelho);
   padding-bottom: 30px;
}

.box{
   height: 350px;
}

article{
   background-color: #ffffff;
   border-radius: 10px;
   padding:25px;
   text-align: center;
   margin: 15px 0;
}
article img{
   width: 100%;
   margin-bottom: 30px;
}
article h2{
   color: var(--vermelho);
   font-size: 18px;
   line-height: 21px;
   letter-spacing: 0;
   padding-bottom: 15px;
   border-bottom: 1px solid var(--amarelo);
}
article h3{
   background-color: var(--vermelho);
   border-radius: 5px;
   padding: 5px;
   font-size: 25px;
   font-weight: bold;
   color: var(--branco);
}
article h4{
   color: var(--vermelho);
   font-weight: bold;
   font-size: 18px;
   line-height: 25px;
   letter-spacing: 0;
}
article sub{
   font-size: 12px;
   letter-spacing: 0;
}
article button{
   color: var(--vermelho);
   font-size: 14px;
   line-height: 20px;
   border: none;
   background-color:transparent;
   transition: 0.2s;
}
article button span{
   color: var(--vermelho);
   background-color: var(--amarelo);
   border-radius: 100%;
   padding: 0 5px;
   font-weight: bold;
   transition: 0.2s;
}
article button:hover{
   cursor: pointer;
   transition: 0.2s;
}
article button:hover span{
   color: var(--branco);
   background-color: var(--vermelho);
   transition: 0.2s;
}
.observacao{
   font-family: "Montserrat", sans-serif;
   font-size: 12px;
   line-height: 14px;
   color: #765623;
}
.observacao b{
   color: var(--vermelho);
}
.detalhe{
   font-family: "Montserrat", sans-serif;
   font-size: 16px;
   line-height: 25px;
   color: #765623;
}
.detalhe h2{
   font-family: "Montserrat", sans-serif;
   font-size: 30px;
   line-height:40px;
   color: var(--vermelho);
   font-weight: 900;
   text-transform: uppercase;
   margin-bottom: 15px;
   border-bottom: 1px solid var(--amarelo);
}
.detalhe h3{
   font-family: "Montserrat", sans-serif;
   font-size: 40px;
   line-height:40px;
   font-weight: 900;
   color: var(--vermelho);
   margin-top: 15px;
}
.detalhe h3 sub{
   font-family: "Montserrat", sans-serif;
   font-size: 15px;
   line-height:15px;
   font-weight: bold;
   color: var(--vermelho);
}

.botao-whatsapp{
   background-color: #00c206;
   font-family: "Montserrat", sans-serif;
   font-size: 15px;
   line-height:15px;
   font-weight: bold;
   color: var(--branco);
   border-radius: 5px;
   border:none;
   padding: 10px 20px;
   margin: 15px 0;
   transition: 0.2s;
}
.botao-whatsapp i{
   font-size: 20px;
}
.botao-whatsapp:hover{
   background-color: #00a005;
   transition: 0.2s;
   cursor: pointer;
}

.form1{
   width: 100%;
   margin: 5px 0;
   border: none;
   border-bottom: 1px solid var(--marrom);
   color: var(--marrom);
   font-family: "Montserrat", sans-serif;
   font-size: 14px;
   line-height:15px;
   padding: 10px 5px;
   border-radius: 0;
}
.btform1{
   background-color: var(--vermelho);
   color: var(--branco);
   font-size: 15px;
   font-weight: bold;
   border: 0;
   margin-top: 10px;
   padding: 5px 30px;
   transition: 0.2s;
}
.btform1:hover{
   background-color: var(--vermelho2);
   transition: 0.2s;
   cursor: pointer;
}


.setas{
   margin-top: -220px;
   position: absolute;
   margin-left: -15px;
}
.setas-i{
   background-color: var(--amarelo);
   color: var(--vermelho);
   border-radius: 100%;
   padding: 5px 10px;
   width: 45px;
   height: 32px;
   text-align: center;
   transition: 0.2s;
   cursor: pointer;
}
.setas-i:hover{
   background-color: var(--vermelho);
   color: var(--amarelo);
   transition: 0.2s;
   cursor: pointer;
}


.carousel-portfolio-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel-portfolio {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-portfolio-item {
    flex: 1 0 25%; /* Cada item ocupa 25% do container pai */
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}


.logo{
   width: 100%;
   max-width: 230px;
}

.estrela-topo-direita{
   position: absolute;
   top: 0;
   right: 5%;
   width: 50px;
}
.estrela-topo-esquerda{
   position: absolute;
   top: 0;
   left: 5%;
   width: 50px;
}

.prevnext {
   width: 35px;
   transition: 0.2s;
}



.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 10px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    font-weight: 900;
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}






/* Small devices (landscape phones, 544px and up) */
@media (max-width: 575px) {

}

 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 767px) {

.order2{
   order:2;
}
.order1{
   order:1;
}
.order3{
   order:3;
}

.detalhe{
   font-size: 14px;
   line-height: 20px;
}
.detalhe h2{
   font-size: 25px;
   line-height:35px;
}
.detalhe h3{
   font-size: 30px;
   line-height:30px;
}
.detalhe h3 sub{
   font-size: 13px;
   line-height:15px;
}
.titulo1{
   font-size: 25px;
   line-height:35px;
}
.texto1{
   font-size: 15px;
   line-height: 20px;
}
.texto2{
   font-size: 15px;
   line-height: 20px;
}
header{
   padding-top: 0px;
}


}
 
/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 


}
 

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {  


}