
@media (min-width: 992px) and (max-width: 1199px) {
	
	.top-content { padding: 140px 0 90px 0; }
	
	.more-features-box-text { margin-top: 30px; padding-left: 0; padding-right: 0; }
	.more-features-box-text:first-child { margin-top: 0; }
	
	.great-support-box-text { padding-left: 0; }
	.great-support-box-text:first-child { margin-top: 0; }
	
	.testimonial-list .testimonial-image { width: 20%; }
	.testimonial-list .testimonial-text { width: 80%; }
	
}

@media (min-width: 768px) and (max-width: 991px) {
	.jugar-legal, .coljuegos {
    display: none;
}
	
	.top-content { padding: 140px 0 70px 0; }

	.section-description p { padding: 0; }
	
	.more-features-box { float: none; width: auto; }
	.more-features-box:last-child { margin-top: 50px; }
	.more-features-box-text { margin-top: 30px; padding-left: 0; padding-right: 0; text-align: center; }
	.more-features-box-text:first-child { margin-top: 0; }
	.more-features-box-text-icon { float: none; display: inline-block; }
	.more-features-box-text h3 { float: none; width: auto; margin-top: 20px; }
	.more-features-box-text-description { float: none; width: auto; }
	
	.great-support-box { float: none; width: auto; }
	.great-support-box:last-child { margin-top: 50px; }
	.great-support-box-text { margin-top: 30px; padding-left: 0; text-align: center; }
	.great-support-box-text:first-child { margin-top: 0; }
	
	.pricing-box-features li { padding-left: 10px; padding-right: 10px; }
	.pricing-box-sign-up { padding-top: 20px; padding-bottom: 20px; }
	
	.testimonial-list .testimonial-image { width: 25%; }
	.testimonial-list .testimonial-text { width: 75%; }
			
	.footer-contact-info i { padding-right: 5px; }
	.footer-social a { margin-right: 15px; }
	.footer-social i { font-size: 22px; }
	.footer-menu li { margin-left: 15px; }

}

@media (max-width: 767px) {
	.jugar-legal, .coljuegos {
    display: none;
}
	
	.navbar { padding-top: 0; background: white; }
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { margin-left: 15px; }
	.navbar-collapse { border: 0; }
	.navbar-inverse .navbar-toggle { border-color: transparent; }
	.navbar-inverse ul.navbar-nav li a.btn-link-3 { margin: 10px; }
	
	.section-description p { padding: 0; }
	
	.top-content { padding: 40px 0 70px 0; }
	.top-content .text { padding-top: 40px; padding-bottom: 50px; }
    
    .video-box { text-align: center; }
    .video-box-right { padding-top: 60px; }
    
    .more-features-box:last-child { margin-top: 50px; }
    .more-features-box-text { margin-top: 30px; padding-left: 0; padding-right: 0; text-align: center; }
	.more-features-box-text:first-child { margin-top: 0; }
	.more-features-box-text-icon { float: none; display: inline-block; }
	.more-features-box-text h3 { float: none; width: auto; margin-top: 20px; }
	.more-features-box-text-description { float: none; width: auto; }
	
	.great-support-box:last-child { margin-top: 50px; }
	.great-support-box-text { margin-top: 30px; padding-left: 0; text-align: center; }
	.great-support-box-text:first-child { margin-top: 0; }
	
	.pricing-box { padding-bottom: 50px; }
    .pricing-box:last-child { padding-bottom: 0; }
    .pricing-box-features li { padding-left: 10px; padding-right: 10px; }
	.pricing-box-sign-up { padding-top: 20px; padding-bottom: 20px; }
	
	.testimonial-list .testimonial-image { float: none; width: auto; text-align: center; }
	.testimonial-list .testimonial-text { float: none; width: auto; margin-top: 30px; text-align: center; }
	.testimonial-list .nav-tabs { margin-top: 20px; text-align: center; }
    
    footer { text-align: center; }
    .footer-contact-info, .footer-social { padding-top: 30px; }
    .footer-contact-info i { padding-right: 5px; }
    .footer-social a { margin: 0 10px; }
    .footer-copyright { margin-top: 40px; }
    .footer-menu { margin-top: 0; padding-top: 20px; border: 0; text-align: center; }
    .footer-menu li { margin: 0 10px; }

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }
	
	.c-form-1-top-right { font-size: 40px; line-height: 90px; }

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo */
    .navbar-brand {
    	background-image: url(https://superdatoganador.com/nuevo/assets/img/Superdato-logo.svg) !important; background-repeat: no-repeat !important; background-size: 100px 36px !important;
    }
	
}



@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
          
          ul.socialIcons {
    padding: 0;
    text-align: center;
}
.socialIcons li {
    background: yellow;
    list-style: none;
    display: inline-block;
    margin: 15px;
    margin-top: 5%;
    border-radius: 2em;
    overflow:hidden;
}
.socialIcons li a {
    display: block;
    max-width: 3.5em;
    min-width: 3.5em;
    height: 3.5em;
    white-space: nowrap;
    line-height: 3.2em;
    transition:.5s;
    text-decoration: none;
    font-family: arial;
    color: #fff;
}
.socialIcons li i {
    margin-right:.5em;
}
.socialIcons li:hover a {
    max-width:400px;
    padding-right:1em;
}

.socialIcons .twitter {
    background: #00aced;
    box-shadow: 0 0 16px #00aced;
}

#amig {
    position: fixed;
    left: 0;
    z-index: 1030;
	bottom: 9px;
    /*top: 360px;*/
}

#popjj1{
	position: fixed;
	left: 0;
	z-index: 1031;
	bottom: 9px;
	/*top: 415px;*/
}


@media (max-width: 600px) {

#amig{

 display:none !important;
}


	#popjj1{
	  display:none !important;
	}

.seguimiento-rrss {
	display: none !important;
}
}

  .scroll-link {
    font-family: 'Open Sans', sans-serif !important;
}

.navbar.navbar-inverse.navbar-fixed-top {
    border-bottom: 2px solid #eeeeeeba;
}



 .elementor-background-video-hosted.elementor-html5-video {
      position: absolute;

width: 100%;

left: 0;

z-index: -50;
   }


      @media (max-width: 800px) {
        .elementor-background-video-hosted.elementor-html5-video {
  display: none;

}
.top-content{
  background-image: url('https://superdatoganador.com/nuevo/assets/img/back.jpg');
  background-size: cover;
  background-attachment: fixed;
}
}
