.page-contact .logo-holding,
.page-contact .logo-ingenieria {
  display: none;
}

#contact-section {
  position: relative;
  display: block;
  padding: 60px 0px;
  background-color: #f3f5f7;
  background-size: cover;
}
#contact-section .block-title {
  margin-bottom: 40px;
}
#contact-section .blocks-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  #contact-section .blocks-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#contact-section .form-block {
  position: relative;
  display: block;
}
#contact-section .form-block form input, #contact-section .form-block form select {
  font-family: "Lato", sans-serif;
  font-size: 15px;
}
#contact-section .form-block form optgroup {
  font-style: normal !important;
}
#contact-section .form-block .contact-form {
  width: 500px;
  padding: 40px 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  #contact-section .form-block .contact-form {
    width: 100%;
    padding: 40px 20px;
  }
}
#contact-section .form-block .field {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
#contact-section .form-block .label-text {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
  color: #431039;
}
#contact-section .form-block label.error {
  position: relative;
  display: table !important;
  float: right;
  padding: 6px 12px;
  margin-top: 5px;
  margin-bottom: 8px;
  color: #565ab9;
  font-weight: 500;
  font-size: 13px;
  border-radius: 50px;
  background: #d9e3fb;
}
#contact-section .form-block label.valid {
  display: none !important;
}
#contact-section .form-block .selectbox {
  color: #475faf;
  font-weight: 600;
  font-size: 16px;
}
#contact-section .form-block .selectbox option {
  display: block;
  padding: 10px 0px;
  line-height: 30px;
  font-weight: 600;
  color: #1d2255;
}
#contact-section .form-block .combobox {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  border: solid 1px #708096;
}
#contact-section .form-block .combobox:focus {
  background-color: #f8f7fc;
  border-color: #2d3596;
}
@media only screen and (max-width: 768px) {
  #contact-section .form-block .combobox {
    padding: 15px 10px;
    font-size: 18px;
  }
}
#contact-section .form-block .textareabox {
  min-height: 100px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
#contact-section .form-block .textareabox:focus {
  outline: none;
}
@media only screen and (max-width: 768px) {
  #contact-section .form-block .textareabox {
    font-size: 18px;
  }
}
#contact-section .form-block .btn-quote {
  display: block;
  margin: auto;
  margin-top: 40px;
  padding: 20px 25px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  color: #ffffff;
  background-color: #431039;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#contact-section .form-block .btn-quote:hover {
  background-color: #48b09a;
}
#contact-section .info-block {
  width: 50%;
  padding: 40px;
  height: 520px;
  color: #f3f5f7;
  background-color: #48b09a;
}
@media only screen and (max-width: 768px) {
  #contact-section .info-block {
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding: 40px 20px;
  }
}
#contact-section .info-block .box-title {
  display: block;
  padding-bottom: 40px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 40px;
  border-bottom: dashed 2px #e4d4bd;
}
#contact-section .info-block ul li {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  cursor: default;
}
#contact-section .info-block ul li i {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  padding: 7px;
  text-align: center;
  color: #ffffff;
  background-color: rgba(29, 34, 85, 0.4);
}
#contact-section .info-block .social-links {
  position: relative;
  display: block;
  margin-top: 40px;
}
#contact-section .info-block .social-links h3 {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 15px;
}
#contact-section .info-block .social-links .item {
  display: inline-block;
  margin-right: 20px;
  color: #fcfcfc;
}
#contact-section .info-block .social-links .item i {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  padding: 7px;
  text-align: center;
  font-size: 1.4rem;
  color: #56316e;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#contact-section .info-block .social-links .item span {
  display: inline-block;
  font-size: 1.15rem;
}
#contact-section .info-block .social-links .item:hover i {
  color: #ffffff;
  background-color: rgba(67, 16, 57, 0.9);
}
#contact-section .info-block .social-links .item:hover span {
  text-decoration: underline;
}

#message-sendmail {
  position: fixed;
  display: none;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.5);
}
#message-sendmail.show {
  display: block;
  opacity: 1;
  visibility: visible;
}
#message-sendmail .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#message-sendmail .box-message {
  position: relative;
  display: block;
  width: 400px;
  height: 250px;
  margin: 0 auto;
  font-weight: 500px;
  border-radius: 10px;
  background-color: #48b09a;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
}
#message-sendmail .box-message .btn-close {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  padding: 6px;
  right: 5px;
  top: 5px;
  font-size: 1.4rem;
  text-align: center;
  background-color: #dcfff8;
}
#message-sendmail .box-message .message {
  position: relative;
  display: block;
  padding: 20px;
  margin-top: 80px;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}