
body {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    line-height: 30px;
    text-align: center;
    background-image: url(img/backgrounds/1.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
}



body.landing {
    background-image: url(img/backgrounds/1.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #FFF;
    font-weight: bolder;
    text-decoration: underline;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}


.content-popup button.btn {
    float: right;
    display: inline-block;
    background: red;
    color: #fff;
}

.content-popup p {
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    text-align: left;
}

.content-popup h3 {
    color: #fff;
    text-align: left;
}

.content-popup a {
    border:none;
}

h1, h2 {
	margin-top: 10px;
	font-size: 36px;
    font-weight: 700;
    color: #555;
    line-height: 44px;
    font-family: Lobster,Arial,Helvetica;
}

h3 {
	font-size: 22px;
    font-weight: 400;
    color: #555;
    line-height: 30px;
}

img { max-width: 100%; }

.medium-paragraph {
	font-size: 18px;
	line-height: 32px;
}

p.chrome {
    font-size: 1em;
    color: #fff;
    margin-top: 10%;
}

p.selecciona {
    margin-bottom: 3px;
    text-transform: none;
}

.row {
    display: inline-block;
    margin-right: -15px;
    margin-left: -15px;
}

.centrado {
    text-align: center;
}

/********* POPUP **********/

#window {
    left: 5%;
    position: absolute;
    top: 0;
    width: 90%;
    z-index: 1001;
}

.content-popup {
    margin:0px auto;
    margin-top:50%;
    position:relative;
    padding:10px;
    min-height:250px;
    border-radius:4px;
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 0 2px 5px #666666;
}

/*   display: none;
  position: fixed;
  z-index: 10000000;
  @include center();
  background: #282C34;
  padding: 12px;
  width: 40%;
  height: auto;*/


.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 70%;
    z-index: 999;
    display:none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

/***** MIAS ******/

.titulo_form {
    font:normal 4.5em Lobster,Arial,Helvetica; 
}

.bajada_sorteo {
    font:300 1.7em Josefin Sans,Arial,Helvetica;
    margin: 0px; 
}

.precio {
    font:400 5em Josefin Sans,Arial,Helvetica;  
}

.blanco {
    color: #fff;
}

.participar {
    font-size: 2em;
    text-transform: uppercase;
    color: #fff;

}

.desplegar {
    background-color: #fff;
    color: #888;
    width: 100%;
    font-size: 20px;
    padding-left: 10px;
    font-weight: lighter;
}

option {
    font-size: 20px;
}

.top {
    margin-top: 20px;
}

.selecciona {
    font-size: 15px;
    text-transform: initial;
}

.facebook button.btn {
    height: 50px;
    width: 100%;
    color: #fff;
    background-color: #3b5998;
}

.legal {
    color: #ccc;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
}

ul.opciones {
    list-style: none;
    margin-bottom: 40px;
    padding: 0px;
    margin-top: 40px;
}

ul li {
    font-size: 0.6em;
    font-weight: lighter;
    padding: 0px;
    text-transform: none;
}

li.col-xs-12 {
    padding: 0px;
}

input[type="checkbox"] {
    margin-right: 10px;
    height: 20px;
    width: 20px;

}

.texto_selec {
    font-size: 0.45em;
    font-weight: lighter;
    padding: 0px;
}

input.btn {
    width: 100%;
    background: #D31616;
    font-size: 0.8em;
    text-transform: uppercase; 
}

.advertencia {
    font-size: 0.5em;
    color: red;
    font-weight: lighter;
}

.aviso {
    width: 50%;
    margin-left: 15%;
}



/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-gray-bg {
	background: #f8f8f8;
}

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 {
	color: #fff;
}

.section-container-image-bg .divider-1 {
	color: #fff;
	opacity: 0.8;
}

.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
	padding: 0 120px;
}
.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 60px;
}

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	background: #D31616;
	font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    color: #fff;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1 i { padding-left: 5px; vertical-align: middle; font-size: 20px; line-height: 20px; }


/***** Divider *****/

.divider-1 {
	font-size: 24px;
	color: #ccc;
}


/***** Top menu *****/

.navbar {
	margin-bottom: 0;
	background: #444;
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

ul.navbar-nav {
	font-size: 15px;
	color: #fff;
}

.navbar-inverse ul.navbar-nav li a { color: #fff; opacity: 0.8; border: 0; }
.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border: 0; }
.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border: 0; }

.navbar-brand {
	width: 77px;
	background: url(../img/logo.png) left center no-repeat;
	text-indent: -99999px;
}


/***** Top content *****/

.top-content { padding: 20px 0 100px 0; }

.top-content .text { color: #fff; }
.top-content .text h1 { color: #fff; }

.top-content .description { margin: 20px 0 20px 0; }
.top-content .description p { opacity: 0.8; }


.r-form-1-top { overflow: hidden; padding: 0 25px 0px 25px; background: #444; background: rgba(0, 0, 0, 0.35); text-align: left; }
.r-form-1-top-left { float: left; width: 75%; padding-top: 15px; }
.r-form-1-top-left h3 { margin-top: 0; color: #fff; }
.r-form-1-top-left p { opacity: 0.8; color: #fff; }
.r-form-1-top-right { float: left; width: 25%; padding-top: 5px; font-size: 66px; color: #fff; line-height: 100px; text-align: right; opacity: 0.3; }
.r-form-1-bottom { padding: 25px 25px 30px 25px; background: #444; background: rgba(0, 0, 0, 0.3); text-align: left; }

.r-form-1-box input[type="text"],
.r-form-1-box input[type="email"],
.r-form-1-box input[type="date"],
.r-form-1-box input[type="number"],
.recuadro,
.r-form-1-box textarea, 
.r-form-1-box textarea.form-control {
	height: 35px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 3px solid #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.r-form-1-box textarea, 
.r-form-1-box textarea.form-control { height: 100px; padding-top: 10px; padding-bottom: 10px; line-height: 30px; }

.r-form-1-box input[type="text"]:focus,
.r-form-1-box input[type="email"]:focus,
.r-form-1-box input[type="date"]:focus,
.recuadro:focus, 
.r-form-1-box textarea:focus, 
.r-form-1-box textarea.form-control:focus {
	outline: 0; background: #fff; border: 1px solid #fff;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.r-form-1-box input[type="text"]::-moz-placeholder,
.r-form-1-box input[type="email"]::-moz-placeholder,
.r-form-1-box input[type="date"]::-moz-placeholder,
.recuadro::-moz-placeholder, 
.r-form-1-box textarea::-moz-placeholder, 
.r-form-1-box textarea.form-control::-moz-placeholder { color: #888; }

.r-form-1-box input[type="text"]:-ms-input-placeholder,
.r-form-1-box input[type="email"]:-ms-input-placeholder,
.r-form-1-box input[type="date"]:-ms-input-placeholder,
.recuadro:-ms-input-placeholder, 
.r-form-1-box textarea:-ms-input-placeholder, 
.r-form-1-box textarea.form-control:-ms-input-placeholder { color: #888; }

.r-form-1-box input[type="text"]::-webkit-input-placeholder,
.r-form-1-box input[type="email"]::-webkit-input-placeholder,
.r-form-1-box input[type="date"]::-webkit-input-placeholder,
.recuadro::-webkit-input-placeholder, 
.r-form-1-box textarea::-webkit-input-placeholder, 
.r-form-1-box textarea.form-control::-webkit-input-placeholder { color: #888; }

.participar button.btn {
	width: 100%;
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #D31616;
    border: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.r-form-1-box input.btn:hover { opacity: 0.6; color: #fff; }
.r-form-1-box input.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.r-form-1-box input.btn:focus { outline: 0; opacity: 0.6; background: #D31616; color: #fff; }
.r-form-1-box input.btn:active:focus, .r-form-1-box input.btn.active:focus { outline: 0; opacity: 0.6; background: #D31616; color: #fff; }


/***** Features *****/

.features { padding-bottom: 30px; }

.features-box { padding-top: 15px; padding-bottom: 15px; }
.features-box .features-box-icon { font-size: 80px; color: #D31616; line-height: 80px; }
.features-box h3 { margin-top: 15px; }


/***** How it works *****/

.how-it-works-container { padding-top: 80px; }

.how-it-works-box { text-align: left; }
.how-it-works-box h3 { margin-top: 0; }
.how-it-works-box a.learn-more { border-bottom: 1px dotted; }
.how-it-works-box a.learn-more:hover, .how-it-works-box a.learn-more:focus { color: #555; border: 0; }


/***** Testimonials *****/

.testimonials-container { padding-bottom: 70px; }

.testimonial-list { margin-top: 30px; text-align: center; }

.testimonial-list .testimonial-image img {
	max-width: 160px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list .testimonial-text { margin-top: 30px; }
.testimonial-list .testimonial-text p { opacity: 0.8; }

.testimonial-list .testimonial-text a { color: #fff; border-bottom: 1px dotted #fff; }
.testimonial-list .testimonial-text a:hover, 
.testimonial-list .testimonial-text a:focus { color: #fff; border: 0; }

.testimonial-list .nav-tabs { margin-top: 30px; border: 0; }
.testimonial-list .nav-tabs li { float: none; display: inline-block; margin-left: 10px; margin-right: 10px; }

.testimonial-list .nav-tabs li a {
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background: none;
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.8);
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list .nav-tabs li a:hover {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.8);
}

.testimonial-list .nav-tabs li.active a,
.testimonial-list .nav-tabs li.active a:focus { background: #D31616; border: 0; }


/***** FAQ *****/

.faq { padding-bottom: 30px; }

.faq-box { padding-top: 15px; padding-bottom: 15px; }
.faq-box h3 { margin-top: 25px; }
.faq-box p { opacity: 0.8; }

.faq-number {
	display: inline-block; width: 64px; height: 64px; margin: 0 auto; border: 4px solid #D31616;
	font-size: 32px; color: #D31616; line-height: 50px; font-weight: 700;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}


/***** Footer *****/

footer {
	padding: 60px 0 35px 0;
	background: #f8f8f8;
	text-align: left;
	-moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
}

footer h3 { margin-top: 0; }

footer a { color: #D31616; border: 0; }
footer a:hover, footer a:focus { border-bottom: 1px dotted #D31616; outline: 0; }

.footer-contact-info p { word-wrap: break-word; }
.footer-contact-info i { padding-right: 10px; font-size: 18px; color: #ccc; vertical-align: text-top; }

.footer-social a { margin-right: 20px; color: #bbb; }
.footer-social a:hover, .footer-social a:focus { color: #D31616; border: 0; }
.footer-social i { font-size: 28px; vertical-align: text-top; }

.footer-copyright {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dashed #ccc;
}

.footer-menu {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dashed #ccc;
	text-align: right;
}
.footer-menu ul { margin: 0; padding: 0; list-style: none; }
.footer-menu li { display: inline; margin-left: 20px; }
.footer-menu a, .footer-menu a:hover, .footer-menu a:focus { color: #888; border-color: #888; }
