@charset "utf-8";
/* LINK SISTEMAS CSS Custom Document */

/* enlaces contacto */
.contact__v2 a {
    text-decoration: none;
}

/* trampa para formularios */
.ciudad {
	display: none;
}

/* color placeholder del mensaje */
textarea::placeholder {
    color: #4993B0!important; /* Standard syntax */
    opacity: .5!important;
}
textarea::-webkit-input-placeholder {
  color: #4993B0!important; /* Chrome, Safari, Opera */
    opacity: .5!important;
}
textarea::-moz-placeholder {
  color: #4993B0!important; /* Firefox 19+ */
    opacity: .5!important;
}
textarea:-ms-input-placeholder {
  color: #4993B0!important; /* IE 10+ */
    opacity: .5!important;
}
textarea::-ms-placeholder {
  color: #4993B0!important; /* Edge */
    opacity: .5!important;
}
