.pagina {
  font-size: 24PX;
  background-color: #F7F7F7;
}
.line_msg {
 font-family: Pontano Sans, sans-serif;
 text-align: center;
 margin-top: 60px;
 font-size: 22px;
 color: #5C5C5C;  
 }
#mensaje2 {
  font-family: 'Lato', sans-serif;
  margin: 0 auto;
  margin-top: 15px;
  clear: both;
  text-align: center;
  font-size: 20px;
  color: #5C5C5C;
}
#mensaje3 {
  font-family: 'Lato', sans-serif;
  margin: 0 auto;
  margin-top: 60px;
  clear: both;
  text-align: center;
  font-size: 18px;
  background-color: #4F2477;
  width: max-content;
  padding: 10px;
  color: white;
  }
.contenedor {
  background-color: #F7F7F7;
  color: #5C5C5C;
}
.contenedor1 {
  width: 50%;
  min-height: 200px;
  min-width: 320px;
  max-width: 500px;
  margin: auto;
  }
#Columnas {
   text-align: center;
}
#LineaInput {
  font-size: 16px;
  display: flex;
  margin-top: 20px;
}
#txt_dato {
    margin-left: 10px;
    vertical-align: top;
  }
#nombre {
    margin-left: 20px; 
    padding-left: 7px;
    background-color: #C5C5C5;
    border-style: none;
    height: 30px;
    width: 70%;
    border-radius: 5px;
  }
#usermsg {
    font-size: 16px;
    background-color: #C5C5C5;
    border-style: none;
    width: 70%;
    margin-left: 20px;
    border-radius: 5px;
  }
#Expresiones {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
#FaceInput {
    margin-right: 20px;
    margin-left: 20px;
}
.far {
    vertical-align: middle;
  }
#LineBoton {
  text-align: center;    
  margin-top: 15px;
  }
#boton_reg {
    height: 28px;
    font-size: 16px;
    color: white;
    width: 120px;
    background-color: #003459;
    border-style: none;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 15px;
  }  
#boton_reg:hover {
  color: #FF5627;
  }
#msg_error {
    font-size: 16px;
    color: red;
    clear: left;
  }
#msg_sendok {
    font-size: 16px;
    color: green;
    clear: left;
    display: none;
  }
.Testimonios {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center;
  margin: 0 auto;
 }
#Testimonio {
  min-height: 120px;
  min-width: 320px;
  max-width: 400px;
  font-size: 16px;
  width: 30%;
  margin-left: 20px;
  margin-top: 30px;
  border-radius: 7px;
  padding: 15px;
  background-color: #f2f2f2;
  border-width: 2px;
   break-inside: avoid-column;
   border: 2px solid #003459;
   box-shadow: 0 1px 3px rgba(20,20,20, 0.4);
   display: inline-block;
  }
#TitMsg {
  width: 100%;
  text-align: left;
  }
#TestFecha {
   float: right;
   font-size: 14px;
   font-weight: bold;
   color: #003459;
   margin-top: 10px;
  }
#TestTexto {
  width: 100%;
  text-align: justify;
  }
#TestFirma {
   float: right;
   font-size: 14px;
   font-weight: bold;
   color: #003459;
   margin-top: 10px;
  }
#TestImag i {
   display: inline-block;
   margin-right: 20px;
   font-size: 60px;
   color: #003459;
  }
@media screen and (max-width: 450px) {
#testimonio {
 margin-left: 0px;
 }
}