.mainContent {
  display: flex;
  align-items: center;
}
.mainContent section {
  width: 100%;
}

section .section-cont {
  color: rgba(38, 38, 38, 0.8);
  position: relative;
}
section .section-cont a {
  color: rgba(38, 38, 38, 0.8);
}
section .section-cont a:focus {
  color: rgba(97, 97, 97, 0.84);
}
section .section-cont a:hover {
  color: #262626;
}
section .section-cont a.lnk-esp {
  margin-top: 30px;
  display: inline-block;
}
section .section-cont a.lnk-esp:after {
  content: "_";
}
section .section-cont h1 {
  color: #212429;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  position: absolute;
  top: 0;
}
section .section-cont h1:after {
  content: "_";
}
section .section-cont .contacto-direccion .text-bold {
  margin-bottom: 10px;
  color: #262626;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}
section .section-cont .contacto-lnk {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-decoration: underline;
}
section .section-cont .contacto-lnk + .contacto-lnk {
  margin-top: 12px;
}
section .section-cont .contacto-trabaja {
  margin-top: 40px;
}
section .section-cont .contacto-trabaja .trabaja-tit {
  margin-bottom: 10px;
  color: #262626;
  font-size: 18px;
  line-height: 22px;
}
section .section-cont .contacto-trabaja .trabaja-tit:after {
  content: "_";
}
section .section-cont .contacto-trabaja a {
  text-decoration: underline;
}
@media (min-width: 1440px) {
  section .section-cont .section-center {
    flex-shrink: 0;
  }
  section .section-cont .section-left,
  section .section-cont .section-right {
    width: 0;
    display: flex;
    flex-grow: 1;
  }
  section .section-cont .section-left > *,
  section .section-cont .section-right > * {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section .section-cont .section-center {
    flex-shrink: 1;
  }
  section .section-cont .section-left,
  section .section-cont .section-right {
    flex-basis: 220px;
    flex-shrink: 0;
  }
  section .section-cont .section-right {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  section .section-cont {
    align-items: center;
  }
  section .section-cont .section-center {
    margin-left: 22px;
    margin-right: 22px;
    flex-basis: 680px;
    order: 2;
  }
  section .section-cont .section-center picture {
    height: 400px;
  }
  section .section-cont .section-center picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  section .section-cont .section-left {
    order: 1;
  }
  section .section-cont .section-right {
    order: 3;
  }
}
@media (max-width: 1023px) {
  section .section-cont {
    padding-top: 52px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .section-cont {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }
  section .section-cont > * {
    flex-grow: 0;
    flex-shrink: 0;
  }
  section .section-cont .section-center {
    width: 100%;
  }
  section .section-cont .section-left,
  section .section-cont .section-right {
    width: 50%;
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  section .section-cont {
    display: flex;
  }
}
@media (max-width: 767px) {
  section .section-cont .section-left {
    margin-top: 40px;
  }
  section .section-cont .section-right {
    margin-top: 60px;
  }
}

#modalContacto .form-bottom .btn {
  border-color: rgba(38, 38, 38, 0.8);
  background-color: transparent;
  color: rgba(38, 38, 38, 0.8);
  width: 100%;
  display: flex;
}
#modalContacto .form-bottom .btn:focus:after {
  content: "";
  border: 1px solid rgba(38, 38, 38, 0.8);
  border-radius: inherit;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
}
#modalContacto .form-bottom .btn:hover {
  border-color: rgba(38, 38, 38, 0.8);
  background-color: rgba(38, 38, 38, 0.8);
  color: #FFFFFF;
}
#modalContacto .form-bottom .btn:hover:focus:after {
  content: "";
  border: 1px solid #FFFFFF;
  border-radius: inherit;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
}/*# sourceMappingURL=contactoCustom.css.map */