@media (min-width: 1200px) and (max-width: 1900px) { 

    .content-popup {
    	width: 60%;
    	margin-left: 15%;
    	bottom: 25%;
    	position: fixed;
    }

    .ancho {
    width: 80%;
    margin-left: 10%;
}

.check {
    width: 90%;
    margin-left: 20px;
}

.ancho-check {
    width: 25%;
    padding-right: 5px;
    float: left;
}

body.landing {
    background-size: 100%;
}

.ancho-input {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.ancho-mail {
    width: 100%;
    float: left;
    padding-right: 20px;
}

.centrado {
    text-align: center;
}

.container {
    width: 1170px;
}

input.btn {
    width: 50%;
    margin-left: 25%;
}

.terminos {
    width: 50%;
    margin-left: 15%;
    margin-top: 30px;
    text-align: center;
}


 }
@media (min-width: 992px) and (max-width: 1199px) { 

		.terminos {
    	margin-left: 20px;
    }

    .content-popup {
        position: fixed;
        width: 80%;
        margin-top: 20%;
        margin-left: 5%;
        height: 500px;
    }

    .ancho {
    width: 60%;
    margin-left: 20%;
}

.ancho-check {
    width: 40%;
    float: left;
    margin-left: 15px;

}
.ancho-mail {
    width: 100%;
    float: left;
    padding-right: 20px;
}

.ancho-input {
    width: 50%;
    float: left;
    padding-right: 20px;
}

body.landing {
    background-size: auto;
}

.container {
    width: 970px;
}

.centrado {
    text-align: center;
}

.terminos {
    width: 50%;
    margin-left: 15%;
    margin-top: 30px;
}

.aviso {
    margin-left: 0px;
}


 }

@media (min-width: 768px) and (max-width: 991px) {

	.section-description p { padding: 0; }
			
	.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; }

    .content-popup {
        position: fixed;
        width: 80%;
        margin-top: 20%;
        margin-left: 5%;
        height: 500px;
        overflow-y: scroll;
    }

    .ancho {
    width: 50%;
    margin-left: 25%;
}

.ancho-check {
    width: 50%;
    padding-right: 5px;
    float: left;
}

body.landing {
    background-size: auto;
}

.check {
    width: 90%;
    margin-left: 20px;
}

.terminos {
    margin-top: 30px;
}

.centrado {
    text-align: center;
}

.aviso {
    width: 40%;
    margin-left: 0px;
}

}

@media (max-width: 767px) {
	
	.navbar.navbar-no-bg { background: #444; }
	.navbar-brand { margin-left: 15px; }
	.navbar-collapse { border: 0; }
	.navbar-inverse .navbar-toggle { border-color: transparent; }
	.navbar-inverse ul.navbar-nav li a:hover, .navbar-inverse ul.navbar-nav li a:focus { padding-bottom: 10px; border: 0; }
	
	.section-description p { padding: 0; }
	
	.top-content { padding: 60px 0 80px 0; }
    
    .how-it-works-box { text-align: center; }
    .how-it-works-box-right { padding-top: 60px; }


    
    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; }

    .content-popup {
        position: fixed;
        width: 80%;
        margin-left: 5%;
        height: 500px;
        overflow-y: scroll;
    }

.ancho {
    width: 60%;
    margin-left: 20%;
}

.ancho-check {
    width: 100%;

}
body.landing {
    background-size: auto;
}

.check {
    width: 90%;
    margin-left: 20px;
}

.terminos {
    margin-top: 30px;
}

.centrado {
    text-align: center;
}


}

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

    .content-popup {
    position: fixed;
    width: 80%;
    height: 80%;
    overflow-y: scroll;
    margin-top: 10%;
    margin-left: 5%;
    }

.ancho {
    width: 90%;
    margin-left: 5%;
}

.ancho-check {
    width: 100%;

}

body.landing {
    background-size: auto 100%;
}

.check {
    width: 90%;
    margin-left: 20px;
}

.centrado {
    text-align: center;
}



}


/* 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(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 77px 36px !important;
    }
	
}
