*{
    font-family: Verdana;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* .footerAbsolute{
    bottom: 0px;
    position: absolute;
    width: 100%;
    margin: 0px;
} */

.card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5rem auto;
}

.card-item {
    width: 300px;
    padding: 60px 40px;
    margin: auto 50px;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0px 0px 10px rgb(129 129 129);
    transition: all ease 0.3s;
}

.card-item > p > i {
    font-size: 50px;
    transition: 0.5s;
}


#compraGarantida:hover,
#compraSegura:hover,
#compraCartao:hover {
    box-shadow: 0px 0px 4px rgb(129 129 129);
}

#compraGarantida:hover > p > i {
    color: #d56e6e;
}

#compraSegura:hover > p > i {
    color: #8e8e8e;
}

#compraCartao:hover > p > i {
    color: #7867b9;
}

html, body{
    background-color: #ffffff;
}

.bg-1{
    background-color: #252525;
}

.bg-2{
    background-color: #b8906a;
}

.bg-3{
    background-color: #2d80e9;
    color: #fff;
}

.bg-4{
    background-color: #ef1429;
    color: #fff;
}

.bg-5{
    background-color: #1dc75a;
    color: #fff;
}

.escolherSenha{
    background-color: #ffc107 !important;
    color: #fff;
    border: 1px solid #6f6f6f;
}

ul{
    list-style-type: none;
    padding: 0;
}

ul .sen{
    font-size: 18px;
    width: 65px;
    float: left;
    text-align: center;
    padding: 8px;
}

ul .senAgu{
    font-size: 18px;
    width: 65px;
    float: left;
    text-align: center;
    padding: 8px;
}

ul .senInd{
    font-size: 18px;
    width: 65px;
    float: left;
    text-align: center;
    padding: 8px;
}

.sen{
    background: #e6e6e6;
    border: 1px solid #ccc;
    cursor:pointer;
    transition: all ease 0.2s;
}

.sen.escolhida {
    background-color: #4353ad !important;
    color: #FFF !important;
    border-color: #4353ad !important;
    box-shadow: none !important;
    transform: scale(1) !important;
}

.sen.reservada {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 80%);
    transform: scale(1.05);
    background-color: #30b500;
    color: #FFF;
    border-color: #00b513;
}

.sen:hover {
    background-color: #4353ad !important;
    color: #FFF !important;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.8) !important;
    border-color: transparent !important;
    transform: scale(1.1) !important;
}

.senAgu{
    background-color: #ffd008;
    border: 1px solid #e2ba09;
    color: #fff;
}

.senInd{
    background-color: #e6110b;
    border: 1px solid #790b0b;
    color: #fff;
}

.hrProduto{
    width: 60%;
    height: 3px;
    background-color: #dadada;
    border:none;
    margin: 10px auto 20px;
}

.hrCheckout{
    width: 75%;
    height: 3px;
    background-color: #695f63;
    border:none;
}

.botaoSenha{
    font-family: Verdana;
    font-size: 18px;
    background-color: #259b20;
    color: #fff;
}

.botaoSenha:hover, .botaoSenha:focus{
    background-color: #1dba17;
    color: white;
}

.vaquejada:hover{
    /*box-shadow: 0 0 5px #333;*/
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.tituloProduto {
    text-align: center;
}

.tituloVaquejadas{
    position: relative;
    padding: 4px 10px;
}

.tituloVaquejadas:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -3px;
}

.tituloVaquejadas:after {
    right: -3px;
    height: 2px;
    margin: 0px 25%;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgb(63, 43, 0)), to(rgb(230, 142, 0)));
    background-image: -webkit-linear-gradient(left, transparent, grey, transparent);
    background-image: -moz-linear-gradient(left, grey, transparent);
    background-image: -o-linear-gradient(left, grey, transparent);
}

.hidden{
    display: none   ;
}

.paginationProdutos{
    background-color: rgba(0, 0, 0, 0.23);
    color:white;
    font-size:18px;
}

.paginationProdutos:hover, .paginationProdutos:focus{
    background-color: #b57c00;
    color: white;
}

.linkVaquejada{
    color: #000;
}

.linkVaquejada:hover{
    color: #dd3434;
}

.linkLamp{
    color: white;
}

.linkLamp:hover{
    color: #dd3434;
}

/* #banner-site {
    background-image: url('https://dantasenhas.com/assets/images/banners/banner-3.jpg'); 
	width: 100vw; 
	height: 50vh; 
	background-repeat: no-repeat; 
	background-size: cover; 
	border-bottom: 3px solid #252525;
} */

#faleConosco{
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 1;
    padding: 14px 15px 13px 15px;
    background-color: #1dc75a;
    border-radius: 28px;
    transition: all ease 0.3s;
}

#faleConosco:hover {
    background-color: #10c733;
    transform: scale(1.2);
}

#faleConosco > i {
    font-size: 25px;
    color: #FFF;
}

#tabelaPrecosSenhas {
    background-color: #ececec;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    max-height: 180px;
    overflow-y: auto;
}

.carrinho-flutuante {
    position: fixed;
    bottom: 90px;
    right: 25px;
    z-index: 1;
}

#carrinho {
    font-size: 25px;
    color: #FFF;
    background-color: #7d0d02;
    padding: 15px;
    border-radius: 50px;
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
    transition: all ease-out 0.3s;
}

#carrinho:hover {
    background-color: #ffffff;
    transform: scale(1.2);
}

.divBotaoComprarSenha {
    text-align: center;
    margin: 20px 0px;
}

#botaoComprarSenha {
    padding: 5px 30px;
    background-color: #20b320;
    color: #FFF;
    border-radius: 3px;
    border: 0px;
    transition: all ease 0.3s;
}

#botaoComprarSenha:hover {
    background-color: #16c716;
    transform: scale(1.1);
}

#linkPainel {
    background-color: #252525;
    color: #a57805;
    padding: 12px 25px;
    margin-right: 50px;
    transition: all ease 0.3s;
}

#linkPainel:hover,
#linkPainel:focus {
    background-color: #FFF;
    color: #252525;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 80%);
}

@media ( max-width: 1250px) {

    .card-item {
        margin: auto;
    }

}

@media screen and (min-width: 1200px) {
    #logo{
        width: 8%;
    }

    .nenhumResultado{
        margin-bottom: 10%;
    }
}

@media (max-width: 1200px) {
    #logo{
        width: 10%;
    }

    .tituloProduto{
        font-size: 200% ;
    }

    .divTitulo{
        margin: 2%;
    }


    .nenhumResultado{
        margin-bottom: 20%;
    }


}

@media ( max-width: 1000px ) {
    .card-item {
        margin: 10px auto;
    }
}

@media (max-width: 800px) {

    #logo{
        width: 15%;
    }

	#banner-site {
		height: 35vh;
    }
}

@media (max-width: 600px) {

    #logo{
        width: 20%;
    }

    .divTitulo{
        margin: 1%;
    }

}

@media (max-width: 575px) {
    #linkPainel {
        margin: 0px;
    }
}

@media (max-width: 500px) {
	#banner-site {
		height: 20vh;
    }

	.tituloProduto {
        text-align: center;
    }

	.tituloProduto:before, .tituloProduto:after {
		content: none;
    }
}

@media (max-width: 480px){
    #logo{
        width: 25%;
    }

    .tituloVaquejadas:after {
        margin: 0px;
    }

    .nenhumResultado{
        margin-bottom: 50%;
    }

    .card-list {
        margin: 1rem auto;
    }

    .botaoSenha,
    #btnFinalizar,
    #visualizarVaquejadas {
        width: 100%;
        display: block;
    }

}

@media ( max-width: 400px ) {

	#developLamp {
		
		display: none !important;

	}

}
