.pagina {
  font-family: 'Lato', sans-serif;
  }
  #mensaje1 {
  margin: 0 auto;
  margin-top: 70px;
  width: 80%;
  clear: both;
  text-align: center;
  font-size: 22px;
  font-family: 'Pontano Sans', sans-serif;
  color: #5C5C5C;
}
  #mensaje2 {
  margin: 0 auto;
  margin-top: 15px;
  width: 60%;
  clear: both;
  text-align: center;
  font-size: 15px;
  color: #5C5C5C;
 }  
 .opciones {
  color: white;
  font-size: 22px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  }
 #opc_soyprecavido {
   margin-top: 15px;
   display: inline-block;
   padding-top: 20px;
   width:  292px;
   height: 281px;
   background-color: #003459;
   border-radius: 6px;
   margin-right: 50px; 
  }
 #opc_kitrescate {
   margin-top: 15px;
   display: inline-block;
   padding-top: 20px;
   width:  292px;
   height: 281px;
   background-color: #FF5627;
   border-radius: 6px;
  }
  #txt_opciones {
  font-size: 22px;
  color: white;
  font-family:'Lato',sans-serif;
  margin-top: 10px;
  }
  #txt_opciones1 {
  height: 100px;
  color: white;
  font-family:'Lato Light',sans-serif;
  margin-top: 10px;
  padding: 0 5px;
  font-size: 18px;
  }
 .boxtag {
  margin: 0 auto;
  margin-top: 15px;
  background-color:  #FCFAFA;
  font-size: 15px;
  color: #5C5C5C;
  border-radius: 3px;
  cursor: pointer;
  width: 50%;
  padding: 5px;
 }
 .boxtag:hover {
  color:  #FF5627;
 }
 .msgerror {
  color: red;
  clear: both;
  text-align: center;
  margin-top: 15px;
 }
@media screen and (min-width: 661px) and (max-width: 780px) {
.opciones {
  display: flex;
  justify-content: center;
  display: block;
}
 #opc_soyprecavido {
   margin-right: 20px; 
  }
#mensaje1 {
  margin-top: 40px;
 }
}
@media screen and (min-width: 451px) and (max-width: 660px) {
.opciones {
  display: flex;
  justify-content: center;
  display: block;
}
 #opc_soyprecavido {
   margin-right: 0px; 
  }
#mensaje1 {
  margin-top: 30px;
 }
}
@media screen and (max-width: 450px) {
.opciones {
  display: flex;
  justify-content: center;
  display: block;
}
 #opc_soyprecavido {
   margin-right: 0px; 
  }
#mensaje1 {
  margin-top: 30px;
 }
}