

* {
    box-sizing: border-box;
    font-family: ’Lato’, sans-serif;
    margin: 0; 
    padding: 0;
}
ul {
    list-style: none;
    padding-left: 0;
}


.input-test{
 width: 80%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
.input-email{
  width: 80%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
.input-number{
  width: 80%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

.textarea-1  {
  width: 80%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}


.input-fedbak{
  width: 70%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
	text-align: center;
	
	color: #000000;
}







.menu-principal-1 {
    padding: 1.25rem 1.685rem;
    display: flex;
    flex-wrap: wrap;
	
}
.menu-secundario-1 {
    padding: 1.05rem;
    min-width: 12.5rem /*200px*/;
	

}

@media only screen and (min-width: 29.8125rem /*477px*/) {
    .menu-principal-1 {
        justify-content: space-around;
    }
}
@media only screen and (min-width: 77.5rem /*1240px*/ ) {
    .menu-principal-1 {
        justify-content: space-evenly;
    }
}

* {box-sizing: border-box;}

.container-feedback-appals{
 position: relative;
 width: 100%;
 max-width: 650px; 
flex: 1;    /* same as flex-grow: 1; */
}

.feedback-appals{
background-color: #FBFBFA;
color: #000000;
 line-height: 1.5;

}


.letra-titulo{
color: #000000;
font-family: Arial;
font-size: clamp(2.9rem, 2vw, 4.0rem);
padding-bottom: 0.625rem;
align-content: center;

}
.letra-p{
color: #000000;
font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
font-size: clamp(0.50rem, 1vw, 0.80rem);
align-content: center;

}
.letra-h2{
   color: #000000;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
 	 font-size: clamp(1.0rem, 3vw, 1.40rem);
    padding-bottom: 0.625rem;
	align-content: center;

}

