/* STYLE.CSS - tudo que for tipo style coloque abaixo
==========================================================
==========================================================
==========================================================*/

.bg-card-footer {
    background-color: #6eb579;
}
.card-border {
    border:4px solid #dfefd9;
}
.card-style {
	border:4px solid #dfefd9;
    background:#fff;
    display: contents;
    text-align:left;
    overflow: auto;

    
}
.font-card-black {
    font-family: "Lucida Sans Unicode";
    font-size: 14pt;
    color: #707e6b;
}
.font-card-green {
    font-family: "Lucida Sans Unicode";
    font-size: 15pt;
    color: #1ea056;
}
.font-card-footer {
    font-family: "Lucida Sans Unicode"; 
    font-size: 18px;
    color: #fff;
    text-align: center;
    
}
.font-footer-title {
    font-family: "Lucida Sans Unicode" ; 
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    line-height: 70px;
    margin-top: 60px;
    text-align: center;
    text-shadow: -7px 6px 14px black;
}
.font-footer-subtitle {
    font-family: "Lucida Sans Unicode";
    font-size: 55px;
    font-weight: bold;
    color: #285317;
    line-height: 70px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.font-pareteses {
    font-family: "Lucida Sans Unicode"; 
    font-size: 10pt;
}
.font-spam {
    font-family: "Lucida Sans Unicode"; 
    font-size: 15pt;
}
.font-title {
    display: inline-block;
    background-color: none;
    padding: 1px 12px;
    position: relative;
    color: #444;
    font-size: 18px;
    top: 14px;
    padding-left: 0 !important;
    font-family: open_sansbold;
    text-transform: uppercase;
}
.free-margin {
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
}
.img-bg {
    background: url("../img/marca-dagua-bol.png") no-repeat center center;
}
.img-card-title {
    background: url("../img/bg-titulo.png") no-repeat center center;
    background-size: 90% 150px;
    padding: 82px 40px 82px 40px;
    margin-top: 20px;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
}

.img-card-title-premios {
    background: url("../img/bg-titulo.png") no-repeat center center;
    padding: 41px;
    margin-top: 20px;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
}
.img-card-title-regulamento {
    background: url("../img/bg-titulo.png") no-repeat center center;
    padding: 41px;
    margin-top: 20px;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
}
.img-footer {
    background: url("../img/bg-footer.jpg") repeat top left;
}
.img-footer-ferradura {
    background: url("../img/img-bg-ferradura.png") no-repeat bottom right;
    background-size: contain;
}
.margin-ajuste-resultados {
    margin-left: 18px !important;
    margin-bottom: 20px;
    padding: 15px;
}
.margin-card {
    margin-left: 20px;
    margin-right: 20px;
}
.margin-card-custom {
    margin-bottom: 3px !important;
}
.margin-card-footer {
    margin-top: 4px;
}
.smart-custom {
    background-color: #f4f4f4;
    border: none;
    margin-top: -9px;
}
.table-bordered-custom>tr>td {
    border: #f6f6f6
}
.table-responsive {
    width: 100%;
}
.title-border-color {
    background-color: #f6f6f6
}
.title-home {
    font-size: 22px;
    font-family:"Lucida Sans Unicode";
    font-weight: bold;
    margin-bottom: 30px;
}
.widget-heght-canceladas {
    overflow: auto;
    height: 590px;
}
.widget-heght-maispontos {
    overflow: auto;
    height: 590px;
}
.widget-heght-menospontos {
    overflow: auto;
    height: 590px;
}
.widget-heght-resultados {
    overflow: auto;
    height: 371px;
}

/* BOOTSTRAP.CSS - tudo que for tipo style-BOOTSTRAP coloque abaixo
==========================================================
==========================================================
==========================================================*/


.card-bootstrap {
    display: block;
    padding: 4px;
    /* line-height: 20px; */
}

/* BREAKPOINT.CSS - tudo que for tipo breakpoint-BOOTSTRAP coloque abaixo
==========================================================
==========================================================
==========================================================*/

@media (min-width: 480px) and (max-width: 800px) {
    .img-footer-ferradura {
        background: none;
    }
    .margin-ajuste-resultados {
        margin-left: 0px !important;
    }
    .span3 {
        width: 45% !important;
        margin-right: 18px;
    }
    .margin-card-custom {
        margin-bottom: 213px !important;
    }
}
@media (max-width: 480px) {
    .card-style {
        margin-left: 0px !important;
    }
}
@media (min-width:320px) and (max-width: 480px) {
    .table th, .table td {
        padding: 0px;
    }
}
@media (min-width:768px) and (max-width: 1024px) {
    .table th, .table td {
        padding: 1px;
    }
    .widget-heght-resultados {
        overflow: auto;
        height: 275px;
    }
    .results {
        font-size: 15px;
        padding-bottom: 3px;
        text-transform: capitalize;
        white-space: nowrap;
        margin-top: -5px;
    }
}
@media (width:1024px) and (height:1366px) {
    .margin-card-custom {
        margin-bottom: 88px !important;
    }
}
@media (width:1024px) and (height:700px) {
    .margin-card-custom {
        margin-bottom: 87px !important;
    }
}
@media (width:1024px) and (height:588px) {
    .margin-card-custom {
        margin-bottom: 87px !important;
    }
}
@media (width:1024px) and (height:441px) {
    .margin-card-custom {
        margin-bottom: 87px !important;
    }
}