

fieldset {
	border: none !important;
}

*{
	padding:0px;
	margin:0px;
}


.botonenviar{
	border-style:none;
	border-color:inherit;
	border-width:0;
	cursor:pointer;
    width:150px;
    height:50px;
	top: 150px;
	left: 0px;
	background-color: #fff;
	box-sizing: border-box;
    position: absolute; 
	border-radius: 25px;
	text-align: center;
	font-family: 'Archivo Black', sans-serif;
	color: #242424;
	font-size: 14px;
	border: 2px solid #242424;
}


.botonenviar:hover  {
  color: #FFF;
	background-color: #242424;
}


#respuesta{
	width:100%;
	height:100%; 
	position:absolute; 
	top:0px; 
	left:0px; 
	font-family: 'Montserrat', sans-serif; 
	font-weight:700; 
	color:#fff; 
	font-size:13px; 
	text-align:center;
	box-sizing:border-box;
}

.vertical-centered-text {
		  -ms-display: flex;
		  display: flex;
		  /* alineacion vertical */
		  align-items: center;
		   /* alineacion horizontal */
		  justify-content: center;
}
