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

/* ==========================================================================
   Common Styles
   ========================================================================== */
* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #777;
	font-weight: 452;
	position: relative;
	overflow-x: hidden;
}


.download-buttons {
      display: flex;
      gap: 20px;
      margin-top: 50px;
    }

    .btn-download {
      display: flex;
      align-items: center;
      padding: 6px 25px;
      text-decoration: none;
      border-radius: 12px;
      font-family: sans-serif;
      font-size: 13px;
      color: white;
      transition: background 0.3s;margin-right: 15px;
    }

    .btn-android {
      background-color: transparent;
      border: 1px solid white;
      color: white;
    }
.feature_wrap p {margin: 0;
    margin-top: 0px;
  color: grey;
  font-size: 15px;
  margin-top: 6%;
  line-height: 20px;
margin-bottom: 30px;
}
   
.btn-android:hover {
      background-color: white;
    }

.btn-android:hover img {
      
    }
   
    .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;
    }










    .btn-download i {
      font-size: 24px;
      margin-right: 10px;
    }


h1, h2, h3, h4 {
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #444;
}
h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 10px;
	color: #fff;
	letter-spacing: -0.04em;
}
h2 {
	font-size: 28px;
	margin: 0 0 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.06em;
}
h3, h4 {
	margin: 0 0 10px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: -0.03em;
}
h3 {
	font-size: 11px;
}
h4 {
	font-size: 18px;
}
img {
	border: none;
	outline: none;
}
ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
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;
}

/* Button Style */
.hero_btn {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	line-height: 50px;
	display: inline-block;
	padding: 0px 25px;
	border-radius: 26px;
	margin: 2px;
}
.hero_btn:hover {
	background-color: #fff;
	color: #333;
}
.app_btn {
	background: linear-gradient(135deg, #f98f1c 0%, #f45442 100%);
	border: 2px solid #f77030;
	color: #fff;
	line-height: 45px;
	display: inline-block;
	padding: 0 25px;
	border-radius: 3px;
	font-size: 12px;
	text-transform: uppercase;
}
.app_btn:hover {
	box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
	color: #fff;
}

/* 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: 503px;
	z-index: 1;
}
.hero_moc {
	background-image: url(../img/hero-moc.svg);
	background-repeat: no-repeat;
	background-position: 85% center;
	width: 100%;
	height: 124%;
	position: absolute;
	top: 0;
	left: 0;
}
.hero_content {
	padding: 15px 0;
}
.hero_content p {
	color: #fff;
}
.hero_moc img {
	width: 100%;
}

/* ==========================================================================
   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;
}

/* ==========================================================================
   Documentation Section
   ========================================================================== */
.doc_section {
	border-bottom: 1px solid #eaeaea;
}
.doc_mockup .doc_mockup_1 {
	width: 50%;
	z-index: -1;
}
.doc_mockup .doc_mockup_2 {
	width: 40%;
	position: absolute;
	left: 140px;
	bottom: 0;
}
.list_check li {
	display: block;
	font-size: 14px;
	color: #111;
	padding-left: 30px;
	position: relative;
	margin-bottom: 8px;
}
.list_check li:before {
	font-family: 'FontAwesome';
	content: "\f00c";
	font-size: 16px;
	color: #FD7E57;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
}
.doc_content {
	padding: 57px 0;
}

/* ==========================================================================
   Feature Section
   ========================================================================== */
.feature_section {
	background-color: #ffffff;
	border-bottom: 1px solid #eaeaea;
}
.feature_moc {
	width: 100%;
	padding: 0 20px;
}
.feature_list {
	padding: 15px 0;
}
.feature_list .list_item i {
	background: linear-gradient(135deg, #f98f1c 0%, #f45442 100%);
	content: '';
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 50px;
	font-size: 24px;
	color: #fff;
	margin-bottom: 15px;
}

/* ==========================================================================
   Video Section
   ========================================================================== */
.video_section {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding: 114px 0;
	z-index: 1;
	background-image: url('https://www.loteriasyapuestas.es/f/loterias/multimedia/App/imagen-app.png');
}
.video_content {
	color: #fff;
}
.video_content a {
	background-color: #fff;
	display: inline-block;
	font-size: 24px;
	border-radius: 50%;
	color: #f77030;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	margin-right: 15px;
}
.video_content a:hover {
	box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.24);
}
.video_content span {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	text-align: left;
}

/* ==========================================================================
   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;
    }
}

/* ---- Start of max-width 992px CSS ---- */
@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;
    }
    .doc_content{
        padding: 0;
    }
    .service_items.inverted,
    .service_items{
        margin: 0;
    }
    .service_items.inverted .service_item{
        margin-left: 0;
    }
    .service_items.inverted .service_item,
    .service_items .service_item,
    .service_items {
        padding: 0;
    }
    .service_items .service_item h3{
        margin: 5px 0;
    }
    .service_items .service_item p{
        font-size: 12px;
        line-height: 18px;
    }
}
/* ---- End of max-width 992px CSS ---- */


/* ---- Start of min-width 480px and max-width 768px CSS ---- */
@media all and (min-width: 480px) and (max-width: 768px) {
	
}
/* ---- End of min-width 480px and max-width 768px CSS ---- */


/* ---- Start of max-width 767px CSS ---- */
@media all and (max-width: 767px) {
    body{ overflow-x: visible; }
    body, p{
        font-size: 12px;
        line-height: 22px;
    }
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 16px;
    }
    .padding{
        padding: 60px 0;
    }
    .xs-padding{
    	padding: 15px;
    }
    .navbar-header {
        padding: 5px 0;
    }
    .navbar-header .brand {
        display: block;
        padding: 13px 25px;
    }
    .navbar-collapse {
        background-color: #fff;
        border-top: medium none;
        box-shadow: none;
        margin-top: -7px;
        overflow-x: visible;
        padding: 0!important;
    }
    ul.nav{
        margin: 0;
        overflow: hidden;
        padding: 20px 0;;
    }
    ul.nav > li{
        display: block;
        margin: 0;
    }
    .navbar-fixed ul.nav > li > a,
    ul.nav > li > a{
        display: block;
        font-size: 14px;
        color: #333;
        line-height: 45px;
        padding: 0 30px;
    }
    .navbar-fixed ul.nav > li > a:hover, 
    .navbar-fixed ul.nav > li > a:focus, 
    .navbar-fixed ul.nav > li.active > a,
    ul.nav > li > a:hover,
    ul.nav > li.active > a {
        background-color: transparent;
        color: #f77030;
    }
    .hero_section{
        height: 600px;
    }
    .hero_content{
        padding: 0;
    }
    .service_items .service_item{
        text-align: left;
    }
    .video_content h2 {
        padding: 19px 0;
    }
    .owl-nav div.owl-prev{
        left: 0;
    }
    .owl-nav div.owl-next{
        right: 0;
    }
    .pricing_wrap li.col-xs-6{
        padding: 15px;
    }
    .copyright,
    .footer_menu{
        text-align: center;
    }

	.table-cell {text-align: center;}
	
	  .img-container {
      display: inline-block;
     
				min-width:83%;text-align: center;
			padding:3%;
    }
}
/* ---- End of max-width 767px CSS ---- */


/* ---- Start of max-width 520px CSS ---- */
@media all and (max-width: 520px) {
    h3, h4{ font-size: 13px; }
    .col-xs-6{
        float: none;
        width: 100%;
        text-align: center;
    }
    .feature_list,
    .feature_list.text-right{ text-align: center; }
    .counter_content h3{ font-size: 60px; }
    .counter_content h4 { font-size: 24px; }
    .testimonial_item p { font-size: 16px; }
    .testimonial_item p br { display: none; }
    .subscribe_form { width: 98%; }

}
/* ---- End of max-width 520px CSS ---- */


/* ---- Start of max-width 420px CSS ---- */

/* ---- End of max-width 420px CSS ---- */


/* ---- Start of max-width 380px CSS ---- */
@media all and (max-width: 380px) {
    .doc_mockup .doc_mockup_2{ left: 70px; }
}
/* ---- End of max-width 380px CSS ---- */
