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

.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;  
}

.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-color:var(--vermelho);
 color:var(--branco);
 font-family: "Montserrat", sans-serif;
 font-size: 18px;
 line-height: 25px;
 background-image: url('img/bg.jpg');
 background-position: top;
 background-size: 100%;
 background-repeat: repeat-y;
}

a, a:hover, a:active{
	text-decoration: none;
	color: var(--amarelo);
	font-weight: bold;
   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;
}

.bg-estrelas{
   background-image: url('img/bg-estrelas.png');
   background-size: 100%;
   background-repeat: no-repeat;
}

.bg-estrelas2{
   background-image: url('img/bg-estrelas2.png');
   background-size: 100%;
   background-repeat: no-repeat;
}
.bg-estrelas3{
   background-image: url('img/bg-estrelas3.png');
   background-repeat: no-repeat;
   background-position: bottom right;
}

header{
   background-image: url('img/bg-estrelas.png');
   background-size: 80%;
   background-position: center -150px; 
   background-repeat: no-repeat;
}
header h1{
   width: 50%;
   margin: 0 auto;
   color: var(--amarelo);
   font-weight: 500;
   font-family: "Montserrat", sans-serif;
   font-size: 35px;
   line-height: 45px;
   letter-spacing: 1px;
}
header h2{
   width: 50%;
   margin: 0 auto;
   color: var(--branco);
   font-weight: 500;
   font-family: "Montserrat", sans-serif;
   font-size:25px;
   line-height: 30px;
   letter-spacing: 1px;
}
.logo-kits{
   width: 100%;
   max-width: 400px;
   margin-top: 30px;
}

.kit{
   transition: .1s ease;
   opacity: 1;
   background-color: rgba(0,0,0,0.2);
   -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
   -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
   box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
}
.kit:hover{
   transition: .1s ease;
   opacity: .6;
   background-color: rgba(0,0,0,0);
   -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0);
   -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0);
   box-shadow: 4px 4px 5px 0px rgba(0,0,0,0);
   cursor: pointer;
}

.titulo1{
   color: var(--amarelo);
   font-weight: 500;
   font-family: "Montserrat", sans-serif;
   font-size:36px;
   line-height: 42px;
   letter-spacing: .5px;
}
.separador{
   width: 60%;
}
.bolas{
   width: 60%;
   max-width:200px;
}

.texto1{
   color: var(--branco);
   font-weight: 500;
   font-family: "Montserrat", sans-serif;
   font-size:20px;
   line-height: 30px;
   letter-spacing: .5px;
}
.texto2{
   color: var(--branco);
   font-weight: 500;
   font-family: "Montserrat", sans-serif;
   font-size:30px;
   line-height: 40px;
   letter-spacing: .5px;
}

.botao1{
   background-color: var(--amarelo);
   border-radius: 20px;
   border: 0;
   padding: 5px 35px;
   color: var(--vermelho);
   font-weight: 600;
   font-size: 20px;
   margin: 20px 5px;
   transition: .2 ease;
}
.botao1:hover{
   background-color: var(--branco);
   transition: .2s ease;
   cursor: pointer;
}
.botao2{
   background-color: var(--amarelo);
   border-radius: 20px;
   border: 0;
   padding: 10px 35px;
   color: var(--vermelho);
   font-weight: 600;
   font-size: 30px;
   width: 100%;
   transition: .2 ease;
}
.botao2:hover{
   background-color: var(--branco);
   transition: .2s ease;
   cursor: pointer;
}

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

.formulario{
   background-color: #73040d;
   padding: 15px 35px;
   margin: 20px 0;
   -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
   -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
   box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
}
.formulario span{
   font-size: 12px !important;
   line-height: 13px !important;
}
.formulario-img{
   margin-left: -80px;
   width: 110%;
}
.form1{
   border-radius: 0;
   margin: 6px 0;
   font-size: 13px;
}

.bt-whatsapp2{
   width: 100%;
   max-width: 350px;
   margin: 5px 0;
}

footer{
   background-image: url('img/bg-estrelas2.png');
   background-size: 100%;
   background-position: center -50px; 
   background-repeat: no-repeat;
}

footer img{
   width: 100%;
   max-width: 250px;
}
footer h5{
   font-size: 18px;
   color: var(--amarelo);
}
footer h6{
   font-size: 15px;
   line-height: 25px;
}
.think{
   font-size: 14px;
   margin-top: 30px;
}


.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-family: 'Red Hat Display', sans-serif;
    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) {

.bolas{
   width:320%;
   max-width:300px;
   margin-left: -30px;
}
.bt-whatsapp2{
   max-width: 450px;
}

}

 
/* 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;
}

header h1{
   width: 100%;
   font-size: 25px;
   line-height: 30px;
}
header h2{
   width: 100%;
   font-size:20px;
   line-height: 30px;
}
.separador{
   width: 100%;
}

.botao2{
   padding: 10px 25px;
   font-size: 20px;
}

.texto1{
   font-size:16px;
   line-height: 25px;
}
.texto2{
   font-size:20px;
   line-height: 25px;
}
.titulo1{
   font-size:25px;
   line-height: 35px;
}


}
 
/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 
.bg-estrelas{
   background-size: 115%;
   background-position: center 300px;
}
.formulario-img{
   margin-left: 0px;
   width: 100%;
}

}
 

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


}