@import url('https://fonts.googleapis.com/css?family=Poppins:600,700|Roboto');

/* ==========================================================================
   Common Styles
   ========================================================================== */
* {
	padding: 0;
	margin: 0;
}
    .hover-img {
      width: 28px;
      height: auto;
    }

    .img-container {
      display: inline-block;
      max-width: 194px;
    }
.img-container span{vertical-align: middle; 
	color: white;
text-align: left; 
	margin-left: 5px;padding-left: 12px;line-height: -12px: 

}
.img-container span:hover {vertical-align: middle; color: black;}
    .img-container img.img-hover {
      display: none;
    }

    .img-container:hover img.img-default {
      display: none;
    }

    .img-container:hover img.img-hover {
      display: inline;
    }

h1, h2 {
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	
}
h1 {
	font-size: 1.4em !Important;;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 10px;
	color: #007ac0 !Important;
	letter-spacing: -0.04em;
}
h2 {
	font-size: 28px;
	margin: 0 0 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.06em;
}

	

p {
	font-size: 16px;
	margin-bottom: 15px;
}
a, a:hover {
	text-decoration: none;
}

/* Helpers */
.padding {
	padding: 58px 0;
}
.mb-10 { margin-bottom: 10px; color: #007ac0;font-weight: 700;line-height: 1.2;text-transform: uppercase;letter-spacing: -0.03em;font-size: 13;}
.mb-30 { margin-bottom: 30px; }
.mt-30 { margin-top: 30px; }
.text-white {
	color: #ffffff;
}
.align-center {
	text-align: center;
}
.display-table {
	width: 100%;
	height: 100%;
	display: table;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}

/* Overlay contenedor */
.overlays {
	width: 100%;
	position: relative;
	z-index: 1;
}



/* Transition Effect */
a, a:hover, .overlays, img {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero_section {
	background-image: url("https://www.loteriasyapuestas.es/f/loterias/multimedia/App/imagen-app.png");
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	height: 550px;
	z-index: 1;
}
.hero_moc {
	
	background-repeat: no-repeat;
	background-position: 85% center;
	width: 100%;
	height: 127%;
	position: absolute;
	top: 0;
	left: 0;
}
.hero_content {
	padding: 15px 0;
}
.hero_content p {
	color: #fff;
}
.hero_moc img {
	width: 100%;
}
/* ==========================================================================
botones
   ========================================================================== */
  .botones {
      display: flex;
      justify-content: left;
      align-items: center;
      gap: 0px;
      flex-wrap: wrap;
    }

    .botones a {
      display: inline-block;
      text-decoration: none;
    }

    .botones img {
      width: 235px;
      max-width: 100%;
      height: auto;
      /*! border-radius: 8px; */
      transition: transform 0.3s ease;
    }

    .botones img:hover {
      transform: scale(1.05);
    }

    @media (max-width: 600px) {
      .botones {
        flex-direction: column;
      }
    }  
/* ==========================================================================
   Promo Section
   ========================================================================== */
.promo_section {
	background-color: #f7f7f7;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.promo_items {
	text-align: center;
}
.promo_item {
	padding: 39px 17px;
	position: relative;
	z-index: 1;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	min-height: 217px;
	margin-top: 13%;
	background-color: white;
}
.promo_item:hover {
	background-color: #fff;
	box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.24);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.promo_items .promo_item i {
	font-size: 28px;
	color: #f77030;
	margin-bottom: 10px;
	transition: all 0.2s ease-in-out;
}
.promo_items .promo_item h3 {
	margin: 15px 6px 10px;
	color: #007ac0;
	font-size: 80%;
}
.promo_items .promo_item p {
	margin: 0;
color: grey; font-size: 15px;
	margin-top: 6%;
	line-height: 20px;
}



/* ==========================================================================
   Scroll To Top
   ========================================================================== */
#scroll-to-top{
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98f1c', endColorstr='#f45442',GradientType=1 );
    content: '';
    display: none;
    width: 35px;
    height: 36px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    position: fixed;
    bottom: 17px;
    right: 10px;
    z-index: 999;
    background-color: white;
}
#scroll-to-top:hover{
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
}

/* ==========================================================================
   Responsive (solo lo necesario del media query usado)
   ========================================================================== */
@media (max-width: 1024px) {
    h1{
        font-size: 45px;
    }
	.hero_section{
        height: 650px;
    }
    .hero_content {
        padding: 50px 0;
    }
}


@media (max-width: 992px) {
    .sm-padding{ padding: 15px; }
    ul.nav > li > a {
        font-size: 10px;
        padding: 0 5px;
    }
    h1{
        font-size: 35px;
    }
    .hero_section{
        height: 450px;
    }
  
}


@media all and (max-width: 767px) {
    body{ overflow-x: visible; }
    body, p{
        font-size: 12px;
        line-height: 22px;
    }
    h1{
        font-size: 30px;
    }
   
    .padding{
        padding: 60px 0;
    }
    .xs-padding{
    	padding: 15px;
    }
  
    .hero_section{
        height: 600px;
    }
    .hero_content{
        padding: 0;
    }
   
  

	.table-cell {text-align: center;}
	
	  .img-container {
      display: inline-block;
     
				min-width:83%;text-align: center;
			padding:3%;
    }
}

@media all and (max-width: 520px) {
    h3, h4{ font-size: 13px; }
    .col-xs-6{
        float: none;
        width: 100%;
        text-align: center;
    }
	 .col-xs-5{
        float: none;
        width: 100%;
        text-align: center;
    }
	.promo_item {
	margin-top:0%;}
	.promo_item img {width:80%;}
}

@media all and (max-width: 380px) {
    .doc_mockup .doc_mockup_2{ left: 70px; }
}

