.mainContent {
  padding-top: 40px;
  padding-bottom: 40px;
}

section h1,
section .form-tit {
  font-family: var(--fontFamily2);
  font-weight: 600;
  text-transform: uppercase;
}
section .contacto-top {
  padding-top: 40px;
  background-image: linear-gradient(85deg, #DA1184 18.29%, #61368C 84.5%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 4px;
}
section .contacto-top .text-bold {
  margin-bottom: 5px;
}
section .contacto-top .contacto-direccion + .contacto-secundarias,
section .contacto-top .contacto-direccion + .contacto-info {
  margin-top: 35px;
}
section .contacto-top .contacto-secundarias .contacto-direccion + .contacto-direccion {
  margin-top: 35px;
}
section .contacto-top .contacto-secundarias + .contacto-info {
  margin-top: 35px;
}
section .contacto-top .contacto-lnk {
  font-size: 24px;
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
section .contacto-top .contacto-lnk + .contacto-lnk {
  margin-top: 5px;
}
section .contacto-top .contacto-lnk a {
  color: #61368C;
}
section .contacto-top .contacto-lnk a:focus {
  color: #815ea3;
}
section .contacto-top .contacto-lnk a:hover {
  color: #a086ba;
}
section .contacto-top .contacto-top-blq2 {
  font-size: 20px;
  line-height: 24px;
}
section .contacto-top .contacto-top-blq3 {
  padding: 4px;
  border-radius: 20px;
  background-image: linear-gradient(85deg, #DA1184 18.29%, #61368C 84.5%);
  background-position: top left;
  background-size: cover;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}
section .contacto-top .contacto-top-blq3 > * {
  padding: 30px;
  border-radius: 16px;
  background-color: #FFFFFF;
}
section .contacto-top .contacto-top-blq3 .cv-tit {
  font-family: var(--fontFamily2);
  font-weight: 600;
  text-transform: uppercase;
}
section .contacto-form {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #f4f4f3;
  border-radius: 20px;
  position: relative;
}
section .contacto-form .icono,
section .contacto-form .tag-destacado {
  position: absolute;
}
section .contacto-form .tag-destacado {
  background: #DA1184;
  color: #DA1184;
  -webkit-text-stroke-color: #FFFFFF;
  font-family: var(--fontFamily2);
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  transform: rotate(8deg);
}
section .mapa {
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}

@media (min-width: 1440px) {
  section .contacto-top {
    margin-bottom: 30px;
    align-items: center;
    position: relative;
  }
  section .contacto-top .contacto-top-blq2 > * + * {
    position: absolute;
    right: 76px;
    top: 40px;
  }
  section .contacto-top .contacto-top-blq3 {
    margin-top: 86px;
  }
  section .contacto-top .contacto-top-blq3 .contacto-lnk {
    margin-top: 10px;
  }
  section .form-tit {
    font-size: 68px;
    line-height: 72px;
  }
  section .contacto-form {
    margin-top: 35px;
  }
  section .contacto-form .icono {
    left: calc(50% + 485px);
    top: -103px;
  }
  section .contacto-form .tag-destacado {
    left: calc(50% + 200px);
    top: -36px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  section .contacto-top {
    flex-wrap: wrap;
  }
  section .contacto-top .contacto-top-blq3 {
    width: 100%;
  }
  section .contacto-top .contacto-top-blq3 > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1439px) {
  section .contacto-top .contacto-top-blq2 > * + * {
    margin-top: 35px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section .contacto-top .contacto-top-blq3 {
    margin-top: 40px;
  }
  section .form-tit {
    font-size: 54px;
    line-height: 58px;
  }
  section .contacto-form {
    margin-top: 70px;
  }
  section .contacto-form .icono {
    left: calc(50% + 281px);
    top: -103px;
  }
  section .contacto-form .tag-destacado {
    left: calc(50% - 3px);
    top: -36px;
  }
}
@media (min-width: 1024px) {
  section .contacto-top h1 {
    width: 421px;
    font-size: 54px;
    line-height: 58px;
  }
  section .contacto-form .form-tit {
    margin-bottom: 50px;
  }
  section .contacto-form .icono {
    width: 183px;
  }
  section .contacto-form .tag-destacado {
    height: 112px;
    padding: 3px 20px 0 20px;
    border-radius: 18px;
    font-size: 60px;
    line-height: 64px;
    -webkit-text-stroke-width: 2px;
  }
  section .formContacto fieldset .form-group {
    width: calc(50% - 10px);
  }
  section .formContacto fieldset .form-group:last-child {
    position: absolute;
    top: 0;
    right: 0;
  }
  section .formContacto fieldset .form-group textarea.form-control {
    height: 244px;
  }
  section .formContacto .form-bottom .form-group {
    margin-bottom: 0;
  }
  section .formContacto .form-bottom .form-bottom-blq1 .form-group .input-group {
    width: 396px;
  }
}
@media (max-width: 1023px) {
  section .contacto-top h1 {
    width: 300px;
    font-size: 36px;
    line-height: 40px;
  }
  section .contacto-top .contacto-top-blq3 {
    margin-top: 30px;
  }
  section .contacto-form .form-tit {
    margin-bottom: 30px;
  }
  section .contacto-form .icono {
    width: 122px;
  }
  section .contacto-form .tag-destacado {
    height: 75px;
    padding: 3px 12px 0 12px;
    border-radius: 12px;
    font-size: 40px;
    line-height: 44px;
    -webkit-text-stroke-width: 1.5px;
  }
  section .formContacto fieldset .form-group textarea.form-control {
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .form-tit {
    font-size: 44px;
    line-height: 48px;
  }
  section .contacto-form {
    margin-top: 50px;
  }
  section .contacto-form .icono {
    left: calc(50% + 210px);
    top: -73px;
  }
  section .contacto-form .tag-destacado {
    left: calc(50% + 20px);
    top: -31px;
  }
  section .formContacto fieldset .form-group:nth-child(1) {
    width: 396px;
  }
  section .formContacto fieldset .form-group:nth-child(2) {
    width: 274px;
    position: absolute;
    top: 0;
    right: 0;
  }
  section .formContacto .form-bottom .form-bottom-blq1 .form-group .input-group {
    width: 370px;
  }
}
@media (min-width: 768px) {
  section .contacto-top {
    display: flex;
    justify-content: space-between;
  }
  section .contacto-top > * {
    flex-grow: 1;
  }
  section .mapa,
  section .contacto-form {
    margin-left: 20px;
    margin-right: 20px;
  }
  section .mapa {
    margin-top: 20px;
  }
  section .contacto-form {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  section .formContacto fieldset {
    position: relative;
  }
  section .formContacto .form-bottom {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  section .formContacto .form-bottom .form-bottom-blq3 .btn {
    width: 160px;
  }
}
@media (max-width: 767px) {
  section .contacto-top .contacto-top-blq1 {
    margin-bottom: 28px;
  }
  section .contacto-top .contacto-top-blq3 .contacto-lnk {
    margin-top: 10px;
  }
  section .form-tit {
    font-size: 32px;
    line-height: 38px;
  }
  section .mapa,
  section .contacto-form {
    margin-left: 16px;
    margin-right: 16px;
  }
  section .mapa {
    margin-top: 16px;
  }
  section .contacto-form {
    margin-top: 90px;
    margin-bottom: 16px;
  }
  section .contacto-form .form-tit {
    text-align: center;
  }
  section .contacto-form .icono {
    left: calc(50% + 47px);
    top: -73px;
  }
  section .contacto-form .tag-destacado {
    right: calc(50% - 59px);
    top: -31px;
  }
  section .formContacto .form-bottom {
    margin-top: 12px;
  }
  section .formContacto .form-bottom .form-bottom-blq2 {
    order: -1;
  }
  section .formContacto .form-bottom .form-bottom-blq3 .btn {
    width: 100%;
    display: flex;
  }
}/*# sourceMappingURL=contactoFront.css.map */