

body{
	overflow-x: hidden;
}


.row{
	padding: 0;
	margin: auto;

}

.secciones {
    max-width: 1200px;
    margin: auto;
    
}

.hero-banner{
	margin-bottom: -15px;
}

.info-formulario{
	display: flex;
    justify-content: center;
    align-items: center;
}

.etiqueta-contacto{
	margin: auto;
    padding-top: 90px;
    text-align: center;
    color: #62519C;
    font-family: 'Airfly';
}

.etiqueta-contacto h1{
	font-size: 35px;
}

.etiqueta-contacto svg{
    margin-top: 0px;
    width: 50%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;

}

.st0-contacto{fill:#A1CD72;}
	.st1-contacto{fill:#FFFFFF;}
	.st2-contacto{font-family:'Airfly';}
	.st3-contacto{font-size:38.5417px;}

.formulario{
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 30px;
}

.form-label{
	color: #62519C;
    font-family: 'Airfly';
}

.form-check-label{
	color: #62519C;
    font-family: 'Airfly';
}


.info-contacto{
	display: flex;
	justify-content: center;
	flex-direction: column;
   color: #6b6b6b;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 19px;
    padding: 0px 55px 150px 55px;
    margin: 50px 0px;
}

.iconos-contacto{
	color: #62519C;
	margin-right: 10px;

}




/* TABLETA */
@media only screen and (max-width: 991px) {

.etiqueta-contacto svg{
   
    width: 100%;
    
}
}



/* MÓVIL */
@media only screen and (max-width: 576px) {


.etiqueta-contacto svg{
   
    width: 100%;
    
}

.etiqueta-contacto h1{
	font-size: 20px;
}

.formulario{
	margin-top: 10px;
	
}

}