.contentinfo {
    position: relative;
    background-color: black;
    height: 65vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    padding-left: 0px !important;
    padding-right: 0px !important;
  } 
  .contentinfo .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0.5;
    z-index: 1;
  }
  .contentinfo .img-fluid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
 
 
  
  
  
/* nuevo contac */
.ftco-section {
  padding: 2em 0;
  position: relative;
  background: #2c3b561f;
}
.contact-section .contact-form {
  width: 100%;
  border-radius: 5px;
  background: #f8f9fa;
}
.contact-section .contact-form .form-control {

  background: #fff !important;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}
.heading-section .subheading {
  font-size: 35px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #223a66;
  letter-spacing: 2px;
  font-weight: 800;
}
.dbox .icon {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  margin-bottom: 20px;
}
.dbox .icon span {
  font-size: 20px;
  color: #20a6b4;
}
.dbox .text {
  width: calc(100% - 50px);
  padding-left: 15px;
}
.dbox .text span {
  display: block;
  line-height: 1.2;
}
.dbox p span {
  font-weight: 500;
  color: #8a8181;
}
.dbox p a {
  color: #20a6b4;
  text-decoration: none;
}
.btn-info:hover {
  color: #fff;
  background-color: #20a6b4 !important;
   border-color:#2082b0  !important;
}

.btn-info{
  background-color: #2082b0 !important;
   border-color:#20a6b4  !important;
  }
