a {
    color: #0275d8;
    text-decoration: none;
}
a, button:focus, .btn:focus {
    outline: 0;
}
.su-row .entry-content a {
    color: #2f3e4a;
}
.starter-template {
  padding: 3rem 1.5rem 1rem;
  text-align: center;
}
.dropdown-menu{
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 5;
}
.dropdown-item {
    color: #777;
    text-transform: uppercase;
    font-size: 80%;
}
#dropdown10{
    text-transform: uppercase;
    font-size: 80%;
}
span.lot-number {
    display: inline-block;
    line-height: 45px;
    margin: 0 3px 7px 0;
    width: 48px;
    color: #02478d;
    font-size: 20px;
    text-align: center;
    border: 2px solid #02478d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.bolo-sorteo {
    width: 48px;
    height: auto;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    display: inline-block;
    margin: 5px 2.5px;
    justify-content: center;
    font-size: 19px;
    font-weight: bold;
    color: #0052b4;
    border: 2px solid #0052b4;
}
.extra-1, .extra-2 {
    border: 2px solid #F44336;
    color: #F44336;
}
.extra-3{
    border: 2px solid dimgray;
    color: dimgray;
}
.bolo-sorteo-texto {
    color: dimgray;
    border: 2px solid dimgray;
    line-height: 45px;
    font-size: 19px;
    padding: 0 10px;
    font-weight: bold;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    margin: 0 2px 5px 0;
}
span.lot-number br {
    display: none;
}
.fecha-sorteo {
    color: rgba(0,0,0,0.5);
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    background: lightgrey;
    padding: 0 10px;
    margin-top: 15px;
    /*width: 100px;*/
}
.lotdate- {
    background-color: #999;
    color: #fff;
    padding: 5px 10px;
    font-size: 85%;
}
.entry-content {
    padding: 15px 0 0;
}
.entry-content h3 {
    color: #02478d;
    margin-bottom: 15px!important;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: -0.5px;
}
.entry-content p {
    margin: 0px;
    padding: 0px;
}

.heading-style {
    background-color: #eeeeee;
    color: #2f3e4a;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 10px 20px;
}

.btn-primary {
    color: white;
    background-color: #0275d8;
/*  background-color: #e30c07;*/
}
.btn, .button {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    margin: 0.5rem 0;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    max-width: 100%;
    margin-right: 1rem;
    border: 0;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.2), 0 1px 3px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.2), 0 1px 3px 0 rgba(0,0,0,0.12);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:hover, .btn-primary:active:focus {
    background-color: #0267bf;
    color: white;
}
.btn:focus, .btn:hover, .button:focus, .button:hover {
    text-decoration: none;
    color: white;
    background-color: #0267bf;
}

wp-caption .wp-caption-text {
    padding: .4em;
    font-size: .9em;
    background: rgba(0,0,0,0.05);
    font-style: italic;
}
.acumulado {
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    background: #f44335;
    padding: 0 10px;
    border-radius: 5px;
}
.img-container {
  background-color: #ff8700;
}
/*.acu {*/
/*    padding: 5px 10px;*/
/*    color: #fff;*/
/*}*/

/*		Row + Column
---------------------------------------------------------------*/

.su-clearfix:before,
.su-clearfix:after {
  display: table;
  content: " ";
}

.su-clearfix:after {
  clear: both;
}

.su-row {
  clear: both;
  zoom: 1;
  margin-bottom: 1.5em;
}

.su-row:before,
.su-row:after {
  display: table;
  content: "";
}

.su-row:after {
  clear: both;
}

.su-column {
  display: block;
  margin: 0 4% 0 0;
  float: left;
  box-sizing: border-box;
}

.su-column-last {
  margin-right: 0;
}

.su-row .su-column {
  margin: 0 0 0 4%;
}

.su-row .su-column.su-column-size-1-1 {
  margin-left: 0;
  margin-right: 0;
}

.su-row .su-column:first-child {
  margin-left: 0;
}

.su-column-centered {
  margin-right: auto !important;
  margin-left: auto !important;
  float: none !important;
}

.su-column img,
.su-column iframe,
.su-column object,
.su-column embed {
  max-width: 100%;
}

@media only screen {
  [class*="su-column"] + [class*="su-column"]:last-child {
    float: right;
  }
}

.su-column-size-1-1 {
  width: 100%;
}

.su-column-size-1-2 {
  width: 48%;
}

.su-column-size-1-3 {
  width: 30.66%;
}

.su-column.su-column-size-1-3.num-loteria {
    width: 50.66%;
}

.su-column.su-column-size-1-3.fecha-loteria {
    width: 10.66%;
}

.su-column-size-2-3 {
  width: 65.33%;
}

.su-column-size-1-4 {
  width: 22%;
}

.su-column-size-3-4 {
  width: 74%;
}

.su-column-size-1-5 {
  width: 16.8%;
}

.su-column-size-2-5 {
  width: 37.6%;
}

.su-column-size-3-5 {
  width: 58.4%;
}

.su-column-size-4-5 {
  width: 79.2%;
}

.su-column-size-1-6 {
  width: 13.33%;
}

.su-column-size-5-6 {
  width: 82.66%;
}

/* Styles for screens that are less than 768px */
@media only screen and (max-width: 768px) {
  .su-column {
    width: 100% !important;
    margin: 0 0 1.5em 0 !important;
    float: none !important;
  }
  .su-row .su-column:last-child {
    margin-bottom: 0 !important;
  }
}

/*Media Querys*/


@media (min-width: 1025px){
.title-area {
    padding: 0 75px;
}
}
@media (max-width: 768px) {
.content-description p {
  text-align: left;
}
}
@media (max-width: 768px) {
.txt-paginas-legales p {
    text-align: left;
}
}
@media (max-width: 768px) {
.entry-content {
    padding: 0px;
}
}

@media (max-width: 768px) {
.inside-right-sidebar{
    display: none;
}
}
@media only screen and (max-width: 768px){
	.su-column{
		text-align:center!important;
}
}
@media only screen and (max-width: 768px){
	.column-related p{
		text-align:center;
}
}
@media only screen and (max-width: 768px){
	.su-row{
    box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 10px;
	}
}
@media only screen and (max-width: 768px){
	.su-row img{
    border-radius: 10px;
	}
  .su-row .img-container{
    border-radius: 10px;
	}
}
@media only screen and (max-width: 768px){
	.mobile-grid{
    box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 5px;
    padding: 25px 10px;
	}
}
@media only screen and (max-width: 768px){
	.lot-title .fecha-sorteo{
    margin-top: 25px;
	}
}
@media only screen and (max-width: 768px){
  .fecha-sorteo{
    margin-top: 0px;
	}
}
@media only screen and (max-width: 768px){
.numeros-md-mov.numeros-gr-esc {
    padding: 0 10px;
}
}
/* @media only screen and (max-width: 768px){
.su-column-inner.su-clearfix img {
    margin-bottom: -20px;
}
} */
@media only screen and (max-width: 768px){
.su-column.su-column-size-1-2.mobile-display {
    display: none;
}
}
