body{
	color: #7a7a7a;
}
a{
	text-decoration: none;
}
.titulo{
	color: #D71B1B;
    font-size: 60px;
    text-shadow: 2px 2px 0px rgb(0 0 0 / 30%);
    line-height: 1;
}
.h21{
    font-size: 50px;
    font-weight: 700;
    color: #6EC1E4;
}
.h22{
    font-weight: 700;
    color: #6EC1E4;
}
.h23{
	font-weight: 700;
}
.h31{
	font-size: 20px;
	color: #6EC1E4;
}
.formulario1{
	color: #666666;
    background-color: #fafafa;
    border-color: #cccccc;
    background: #fafafa;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    max-width: 100%;
    width: 50%;
}
.form-label{
	width: 100%;
}
.textofoto{
	line-height: 1.5;
}
.texto{
	font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    color: #3b3d42;
}
.whatsapp{
	background-color: #f2f6fb;
	padding-top: 5%;
	padding-bottom: 5%;
	color: #3b3d42;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0px;
    text-shadow: 0px 0px 8px rgb(0 0 0 / 30%);
}
.textoGente{
    font-size: 1.2em;
    font-style: italic;
}
.Gente{
	border-left: 5px solid rgba(0,0,0,.05);
    padding: 40px;
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative;

}
.linea {
  height: 1px !important;
  background-color: black !important;
  opacity: 1;
}
.textoFinal{
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 400;
}
.nosotros{
	padding-left: 20%; 
	padding-right: 20%;
}
footer{
    color: #ffffff;
    background-color: #222222;
    padding: 20px;
    text-align: center;
    font-size: 15px;
}
footer a{
	color: #ffffff;
}
@media (max-width: 575.98px) {
	.fototitulo{
		width: 100%;
	}
	.formulario1{
		width: 90%;
	}
	.nosotros{
		padding: 0;
	}

}

@media (min-width: 768px) and (max-width: 767.98px) { 
	.fototitulo{
		width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {


}

@media (min-width: 1200px) and (max-width: 1399.98px) {

}

@media (min-width: 1400px) {


}