body, html {
    scroll-behavior: smooth;
    height: 100%; 
  }
  
  *{
      margin: 0;
      padding: 0;
      font-family: 'Montserrat', sans-serif;
  }

        #loading-transp {
            position:fixed;
            width:100%;
            left:0;
            right:0;
            top:0;
            bottom:0;
            background-color: rgba(0,0,0,0.2);
            z-index:999999;
            display:none;
        }

        @-webkit-keyframes spin {
            from {-webkit-transform:rotate(0deg);}
            to {-webkit-transform:rotate(360deg);}
        }

        @keyframes spin {
            from {transform:rotate(0deg);}
            to {transform:rotate(360deg);}
        }

        #loading-transp::after {
            content:'';
            display:block;
            position:absolute;
            left:50%;
            top:50%;
            width:40px;
            height:40px;
            border-style:solid;
            border-color:#000000;
            border-top-color:transparent;
            border-width: 2px;
            border-radius:50%;
            -webkit-animation: spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            -moz-animation: spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            -o-animation: spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            animation: spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        }

.bg{
    background-image: url("../../confIMG/Site/F-top.png");
    background-position:center;
    background-size: cover;
    border-radius: 0px !important;
    background-repeat: no-repeat;    
    border: none;
}

.bgsys{
    color: rgb(0, 123, 255);
    padding: 5px;
    background-color: rgba(216, 217, 218, 0.3);
    border-bottom: 1px groove rgb(0, 0, 0, 0.1); 
}

.menu{
    background-color: rgba(255, 255, 255, 0.9);
}

.logo_t{
    width: 180px;
}


.padding-txt{
    padding-top: 10px;
    padding-bottom: 5px;
}

.margem{
    padding: 100px;
}

.margemrdp{
    padding:20px;
}

.padding-card{
    margin-left: 50px;
    margin-right: 50px;
}

.branco{
    color: white;
}

.tarja{
    background-color: rgb(0, 123, 255);
}

.alinhamento{
    align-items: center;
    text-align: center;
}

.alinhamento-btn-1{
    padding-top: 25px;
}

.alinhamento-f{
    padding-bottom: 50px;
}

.txtcrd{
    font-size: 15px;
}

.txttop{
    font-size: 15px;
    font-style: initial;
}

.borda{
    border-radius: 20px;
}

.bgtarja{
    background-color: rgb(255, 255, 0, 0.7);
}

.wrapper{
    width: 100%;
}

.wrapper .carousel{
    max-width: 1200px;
    margin: auto;
    padding: 0px 10px 10px;
}

.carousel .crd{
   text-align: center;
   color: #fff;
   border-radius: 10px;
   margin: 20px 20px;
   box-shadow: 0px 4px 15px rgba(255, 255, 255, 0.1); 
}

.logocrs{
    padding: 2px 0;
    margin-left: auto;
    margin-right: auto;
}


.btncrs1{
    margin-top: 12px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.carousel .card-1{
    background-image: url("../../confIMG/Site/bg_cr/bgsyscr.png");
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;    
}

.carousel .card-2{
    background-image: url("../../confIMG/Site/bg_cr/bgdelcr.png");
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
   }

.carousel .card-3{
    background-image: url("../../confIMG/Site/bg_cr/bgbarcr.png");
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
   }
   
.carousel .card-4{
    background-image: url("../../confIMG/Site/bg_cr/bgrestcr.png");
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
      }

.carousel .card-5{
    background-image: url("../../confIMG/Site/bg_cr/bglojcr.png");
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
       }



.txt-ctt{
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 50px;
}

.txt-rodape{
    padding: 10px;
    color: rgb(201, 197, 197);
    margin-top: 5px;
    margin-bottom: 5px;
}

.rodape{
   padding-top: 30px;
}


.rodape1{
    background-color: rgb(34, 34, 34);
}

.rodape2{
    background-color: rgb(0, 0, 0);
}

.margem-div-1{
    margin-top: 30px;
    margin-bottom: 30px;
}

.tarja1{
    padding: 8px;
    width: 100%;
    border:none;
    border-bottom: 1px groove rgb(184, 184, 184);
}

.txtrdp{
    font-size: 15px;
}

.txtrdp2{
    margin-left: 10px;
    font-size: 12px;
}


.rds{
    color:white;
}

.rds:hover{
    color: rgb(0, 132, 255);
}


.bi.bi-whatsapp {
    font-size: auto;
    color: rgb(94, 255, 0);
   }


.ctt{
    padding-top: 35px;
}

.ctt2{
    padding-top: 100px;
    padding-bottom: 60px;
}

@media screen and (max-width: 500px) {
    .ctt {
        margin-top: -50px;
    }
  }

.systemas {
    margin-top: -60px;
}

@media screen and (max-width: 500px) {
    .systemas {
        margin-top: -60px;
    }
  }

  .systemas2 {
    margin-top: 10px;
}

.ctt_bg{
    background-image: url("../../confIMG/Site/F-top_f.png");
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat; 
    border: 1px groove rgb(107, 107, 114, 0.1);  
    padding: 0px 0px 32px 0px;
}

.txtcontato{
    color: rgb(255, 255, 255);
    padding-left: 10px;
    background-color: rgb(255, 255, 255, 0.1);
    margin-top: -5px;
}

.campo{
    margin-top: 10px;
    margin-bottom: 10px;
}

.campo2{
    margin-bottom: 10px;
}

.tarja{
    background-color: rgba(201, 198, 198, 0.5);
    padding: 8px;
    width: 100%;
    border:none;
    border-radius: 10px;
}

.cinza{
    color:rgba(201, 198, 198, 0.5);
}

.azul{
    color: rgb(0, 123, 255);
    padding: 20px 0px 2px 0px;
}

.azul2{
    color: rgb(0, 123, 255);
}


.tarjatitulo{
    background-color: rgba(0, 0, 0, 0.2);
    padding: 8px;
    width: 60%;
    border:none;
    border-bottom: 1px groove rgb(184, 184, 184);
}

.bg-setor-contato{
    background-color: rgb(0, 0, 0);
    background-image: url(../../confIMG/Site/top-view-bottles-of-alcohol-assortment.png);
    background-size: cover;
    background-position: center;
    border-radius: 0px !important;
}

.btnn{
    background-color: rgb(0, 123, 255);
    padding: 5px 20px 5px 20px;
    border-radius: 50px;
    border: none;
}
.btnn:hover{
    background-color: rgb(2, 109, 223);
}
.btnw{
    background-color: rgb(255, 255, 255, 0);
    padding: 5px 20px 5px 20px;
    border-radius: 50px;
    border: 1px solid rgb(81, 255, 0);
    color: rgb(81, 255, 0);
    text-decoration: none;
}

.btnw1{
    background-color: rgb(255, 255, 255, 0);
    padding: 5px 20px 5px 20px;
    border-radius: 50px;
    border: 1px solid rgb(0, 47, 255);
    color:  rgb(0, 47, 255);
    text-decoration: none;
}

.btnw:hover{
    background-color: rgb(39, 216, 3);
    color: rgb(255, 255, 255);
    border: none;
}

.btnw1:hover{
    background-color:  rgb(0, 47, 255);
    color: rgb(255, 255, 255);
    border: none;
}


.whts{
    padding-top: 18px;
    margin-bottom: 50px;
}


#subir{
	position:fixed;
	bottom:10px;
	right:10px;
}

.bi.bi-arrow-up-circle-fill{
    font-size: 30px;
    color: rgb(2, 109, 223);
}


.campo-hidden{
    display:none;
}

.tex{
    align-items: center;
    text-align: center;
}

.tex1{
    padding: 60px 20px 60px 20px;
    align-items: center;
    text-align: center;
}
