body{
	font-family: 'Roboto', sans-serif;
}
.fondo{
	background: url("imagenes/imagen1.jpg") no-repeat left top;
	background-size: cover;
	width: 100%;
	/*height: 100%;*/
	position: relative;
	min-height: 800px;
    margin-bottom: 3rem;
    box-shadow: 1px 0px 3px #000;
}
.fondo a.facebook{
	position: absolute;
	right:10%;
	top:10%;
}

a.btn{
	position: absolute;
	background: #e65c00 !important;
	font-size: 1.2rem;
	bottom: 3%;
	left:23%;
	border:none;
	padding: 1rem 2rem;
    color: white;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none;

}

h2{
	text-align: center;
}
.aplicativos{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	list-style: none;
}
.empresa{
	border-top: 3px solid grey;
	border-bottom: 3px solid grey;
	text-align: center;
	margin: 100px;
}
.empresa p{
	color: black;
	font-size: 30px;
	font-weight: bold;
}
.comision{
	text-align: center;
}
.comision h2{
	font-size: 4rem;
    font-weight: 300;
}
.comision h2 span{
	font-size: 3rem;
    font-weight: bold;
    color: red;
}
.comision h3{
	font-size: 4rem;
    font-weight: 300;
}
.comision h3 span{
	font-size: 8rem;
    font-weight: 300;
    font-weight: bold;
}
h6{
	color: red;
	font-weight: bold;
	font-size: 20px;
}
.comision span{
	color: red;
	font-size: 100px;
}

h3{
	font-size: 40px;
}
.bono p{
	font-size: 50px;
	text-align: center;
}
mark{
	background-color: #41771B;
	color: white;
	font-size: 50px;
}
table{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	text-align: center;
}
table td span{
	color:black;
	text-align: center;
}
.titulos{
	color:blue;
	font-size: 40px;
}
.dinero{
	color: #41771B;
	font-size: 70px;
}
.pesos{
	font-weight: bold;
	font-size: 40px;
}
.lanzamiento{
	color: white;
	background-color: #cc0000;
	text-align: center;
	font-size: 50px;
}



h2{
	text-align: center;
}

h3{
	display: block;
	text-align: center;
}

hr{
	margin-top: 5%;
	width: 90%;
}

.form{
	display: block;
	margin-left: 5%;
	margin-right: 5%;
}

input::-webkit-input-placeholder {
  	color: black;
  	font-size: 18px;
}

input[type="text"]{
	display: block;
	margin-top: 0.7rem;
	width: 100%;
	border-radius: 3px;
	border: 2px solid gray;
    padding: 0.5rem;
    box-sizing: border-box;
}

.btnSubmit{
	background-color: #41771b;
	border-radius: 3px;
	border:none;
	font-size:1.2rem;
	color: white;
    cursor: pointer;
    padding: 1rem;
    margin-top: 0.7rem;
    width: 100%;
}
.text_registro{
	width: 100%;
	height: 20%;
	margin-right: 2%;
	margin-top: 3%;
}

.form_registro{
	width: 80%;
	height: 20%;
	margin-left: 10%;
}

.form_registro h2{
	color: red;
}
.form_registro form{
	margin:2%;
	display: block;
}

.last_spitch{
	color:#41771b;
	font-weight:300;
	font-size:2.5rem;
}



.carriers ul {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style: none;
    margin:0px;
    padding: 0px;

}

.carriers ul li{
    padding: 1rem;
}

.video{
	display: block;
}
.video_video{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

.video_text{
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
}

.success_stories{
	margin-top: 3%;
}

.success_stories h3{
	color:#000;
	font-weight:300;
	font-size:2.5rem;
}
.stories_client{
	border-style:solid;
	border-color: gray;
    border-width: 3px;
    margin: 5%;
}

.sub_title{
	font-weight:700;
	color:#000;
}

.contact > div > h3{
    font-size: 2rem;
    font-weight: 300;
    color:black;
}

.content_panel{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.content_panel > .panel{
    width: 50%;
    box-sizing: border-box;
    padding: 1.5rem;
    min-width: 390px;
}

.content_panel > .panel h2{
    font-size: 3rem;
    font-weight: 300;
}

.panel div > p{
    color: #0C407C;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin:0.5rem 0;
}
.panel_content{
    display: flex;
    justify-content: center;
}
.panel_content > div{
    margin: 0 0.5rem;
}

.mensaje{
    text-align: center;
    display: none;
}
#pre-mensaje h4{
    color:green;
}
#mensaje-exito h4{
    color: #0083bb;
}
#mensaje-fallo h4{
    color: red;
}


@media screen and (min-width: 700px) {
.form{
	display:flex;
	flex-wrap: nowrap;
	justify-content: center;
	width: 80%;
}

ul {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style: none;
}
li{
	padding: 1rem;
}
.stories, .stories p{
	display:flex;
	flex-direction: row;
	margin:5%;
	text-align: justify;
}

.video{
	margin-top: 5%;
	display:flex;
	flex-direction: row;
	justify-content: center;


}

.video_video{
	width: 120%;
}
.video_text{
	margin-left: 30%;
	text-align: left;
	font-size: 20px;
}

}


.map{
    widows: 100%;
    height: 450px;
}

@media screen and (max-width: 600px){
	.titulos{
		font-size: 20px;
	}
	.dinero{
		font-size: 20px;
	}
	.pesos{
		font-size: 20px;
	}

    .fondo{
        min-height: 350px;
    }

    .btn{
        font-size: 1rem;
    }
}
@media screen and (max-width: 1030px){
    .panel div > p{
        font-size: 2rem;
    }
    .panel div.img-whats img{
        width: 50px;
    }
}
