.contactos_header_btn {
  left: 50%;
  right: auto;
  -ms-transform: translate(-50%,0px);
  -webkit-transform: translate(-50%,0px);
  transform: translate(-50%,0px);
  text-align: center;
  height: 50px;
  background-color: #7ecad9;
  width: 350px;
  border-radius: 17px;
  border: 2px #ffffff solid;
  position: absolute;
  top: -25px;
  padding-top: 2px !important;
}
.map-holder {
  margin-top: 25px;
}
.map-holder iframe {
  border-radius: 10px;
}
.contactos-input input,
.contactos-input select,
.contactos-input textarea,
.boxStyle_black {
  border: 1px solid #787878;
  border-radius: 0px;
  background-color: #fff;
  width: 100%;
  height: 50px;
  padding-left: 10px;
}
.contactos-input select {
  background-image: url('../../../images/drop-down_arrow.png');
  background-repeat: no-repeat;
  background-position: 97% 50%;
  text-align: left;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.contactos-input textarea {
  margin-top: 15px;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.hovereffect:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0,163,195,0.6);
}
.hovereffect a.info {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0px;
  position: absolute;
  bottom: 20px;
  -ms-transform: translate(-50%,0px) !important;
  -webkit-transform: translate(-50%,0px) !important;
  transform: translate(-50%,0px) !important;
}
.hovereffect a.info:hover {
  background-color: #ffffff !important;
  border: 1px solid #ffffff;
  color: #00a3c3 !important;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}
.hovereffect a.info,
.hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}
.hovereffect:hover a.info,
.hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
