.mainContent {
  padding-bottom: 0;
}

.mainHeader {
  position: relative;
  z-index: 10;
}
.mainHeader > .container {
  display: flex;
  align-items: center;
}

.hero {
  position: relative;
}
.hero .swiper {
  height: var(--viewportHeight);
}
.hero .swiper .swiper-slide {
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.hero .swiper .swiper-slide picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero .swiper .swiper-slide picture:before {
  content: "";
  background-color: #212429;
  opacity: 0.7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero .swiper .swiper-slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .swiper .swiper-slide .container {
  position: relative;
}
.hero .swiper.swiper-initialized .swiper-slide .slide-cont {
  opacity: 0;
  transition: opacity 0.5s;
}
.hero .swiper.swiper-initialized .swiper-slide.swiper-slide-loaded .slide-cont {
  opacity: 1;
}
.hero .swiper .swiper-button-prev,
.hero .swiper .swiper-button-next {
  color: #FFFFFF;
}
.hero .swiper .swiper-button-prev {
  left: 0;
}
.hero .swiper .swiper-button-next {
  right: 0;
}
.hero .hero-scroll {
  width: 24px;
  height: 40px;
  border: 1px solid white;
  border-radius: 12px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 1;
}
.hero .hero-scroll:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  animation-name: scroll;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

.desktop .hero .duaSlider .duaSlider-prev:hover,
.desktop .hero .duaSlider .duaSlider-next:hover {
  color: #0073A7;
}

@keyframes scroll {
  0% {
    top: 5px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    top: 15px;
    opacity: 0;
  }
}
@media (min-width: 1440px) {
  .hero .swiper .swiper-button-prev,
  .hero .swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .hero .swiper .swiper-pagination-wrapper {
    right: calc(50% - 688px);
  }
  .hero h1 {
    max-width: 680px;
    margin-bottom: 30px;
  }
  .hero p {
    max-width: 564px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1439px) {
  .hero .swiper .swiper-button-prev,
  .hero .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .hero .hero-scroll {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .mainHeader:not([class~=mainHeaderSticky-off]):not([class~=mainHeaderSticky]) .mainHeader-logo {
    margin-top: 24px;
  }
  .mainHeader:not([class~=mainHeaderSticky-off]):not([class~=mainHeaderSticky]) .mainHeader-logo img {
    width: 168px;
  }
  .hero .swiper .swiper-pagination-wrapper {
    right: calc(50% - 472px);
  }
  .hero .swiper.swiper-initialized .slide-cont {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero h1 {
    max-width: 564px;
    margin-bottom: 20px;
  }
  .hero p {
    max-width: 564px;
    margin-bottom: 52px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mainHeader:not([class~=mainHeaderSticky-off]):not([class~=mainHeaderSticky]) .mainHeader-logo {
    margin-top: 0;
  }
  .hero .swiper .swiper-pagination-wrapper {
    right: calc(50% - 344px);
  }
  .hero .swiper.swiper-initialized .slide-cont {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) {
  .hero .swiper .swiper-slide {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .mainHeader:not([class~=mainHeaderSticky-off]):not([class~=mainHeaderSticky]) .mainHeader-logo {
    margin-top: 0;
  }
  .hero .swiper .swiper-slide {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
  }
  .hero .swiper .swiper-pagination-wrapper {
    right: 20px;
  }
  .hero .swiper.swiper-initialized .slide-cont {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero h1 {
    max-width: 680px;
    margin-bottom: 20px;
  }
  .hero p {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.nosotros .section-cont .section-top {
  margin-bottom: 8px;
  color: #0073A7;
  font-weight: 400;
  text-transform: uppercase;
}
.nosotros .section-cont .section-tit {
  margin-bottom: 20px;
  font-weight: 700;
}
.nosotros .section-txt {
  margin-bottom: 20px;
}

@media (min-width: 1440px) {
  .nosotros .section-cont .section-tit {
    font-size: 54px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .nosotros {
    margin-top: 60px;
  }
  .nosotros .row {
    align-items: center;
  }
  .nosotros .row .section-cont .section-top {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .nosotros .row {
    display: flex;
    flex-direction: row-reverse;
  }
  .nosotros .row:before, .nosotros .row:after {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .nosotros .row > *:last-child {
    padding-right: 52px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nosotros {
    margin-top: 50px;
  }
  .nosotros .row > *:last-child {
    padding-right: 44px;
  }
}
@media (max-width: 1439px) {
  .nosotros .row .section-cont .section-tit {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (max-width: 1023px) {
  .nosotros .section-cont .section-top {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .nosotros {
    margin-top: 40px;
  }
  .nosotros .section-cont {
    margin-bottom: 30px;
  }
  .nosotros .section-cont .btn-n1 {
    width: 100%;
    display: flex;
  }
}
.servicios .section-top {
  margin-bottom: 8px;
  color: #0073A7;
  font-weight: 400;
  text-transform: uppercase;
}
.servicios .section-tit {
  margin-bottom: 30px;
  font-weight: 700;
}
.servicios .row {
  border-top: 1px solid #0073A7;
}
.servicios .row:last-of-type {
  border-bottom: 1px solid #0073A7;
}
.servicios .row .servicio-tit {
  margin-bottom: 20px;
  font-weight: 700;
}
.servicios .row .servicio-txt {
  margin-bottom: 20px;
}

@media (min-width: 1440px) {
  .servicios {
    margin-top: 100px;
  }
  .servicios .section-top {
    font-size: 20px;
    line-height: 24px;
  }
  .servicios .section-tit {
    width: 812px;
    max-width: 100%;
    font-size: 54px;
    line-height: 58px;
  }
  .servicios .row:nth-of-type(odd) > *:first-child {
    margin-left: 8.333333%;
  }
  .servicios .row .servicio-tit {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .servicios .row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .servicios .row .servicio-btns {
    display: flex;
    align-items: center;
  }
  .servicios .row .servicio-btns > * + * {
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .servicios .row {
    align-items: center;
  }
  .servicios .row:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1439px) {
  .servicios .section-top {
    font-size: 18px;
    line-height: 22px;
  }
  .servicios .section-tit {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .servicios .row .servicio-tit {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .servicios {
    margin-top: 60px;
  }
  .servicios .section-tit {
    width: 683px;
    max-width: 100%;
  }
  .servicios .row:nth-of-type(odd) > *:first-child {
    padding-left: 47px;
  }
  .servicios .row:nth-of-type(even) > *:first-child {
    padding-right: 47px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .servicios {
    margin-top: 70px;
  }
  .servicios .row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .servicios .row:nth-of-type(odd) > *:first-child {
    padding-left: 14px;
  }
  .servicios .row:nth-of-type(even) > *:first-child {
    padding-right: 14px;
  }
  .servicios .row picture {
    width: 100%;
    height: 260px;
    overflow: hidden;
  }
  .servicios .row picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .servicios .row .servicio-btns {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .servicios .row .servicio-btns > * + * {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .servicios {
    margin-top: 60px;
  }
  .servicios .row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .servicios .row > * + * {
    margin-top: 30px;
  }
  .servicios .row .servicio-tit {
    font-size: 36px;
    line-height: 40px;
  }
  .servicios .row .servicio-btns > * {
    width: 100%;
    display: flex;
  }
  .servicios .row .servicio-btns > * + * {
    margin-top: 10px;
  }
}
.proyectos .section-top {
  margin-bottom: 8px;
  color: #0073A7;
  font-weight: 400;
  text-transform: uppercase;
}
.proyectos .section-tit {
  margin-bottom: 30px;
  font-weight: 700;
}
.proyectos .proyectos-bottom .btn-primary-invisible:hover, .proyectos .proyectos-bottom .btn-primary-invisible:hover .icon-ibm-arrow_right, .proyectos .proyectos-bottom .btn-primary-invisible:focus, .proyectos .proyectos-bottom .btn-primary-invisible:focus .icon-ibm-arrow_right {
  color: #c3c3c3;
}

@media (min-width: 1440px) {
  .proyectos {
    margin-top: 89px;
  }
  .proyectos .section-top {
    font-size: 20px;
    line-height: 24px;
  }
  .proyectos .section-tit {
    font-size: 54px;
    line-height: 58px;
  }
  .proyectos .proyectos-bottom {
    top: -100px;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .proyectos .bloque-listado-posts:last-child {
    display: none;
  }
}
@media (max-width: 1439px) {
  .proyectos .section-top {
    font-size: 18px;
    line-height: 22px;
  }
  .proyectos .section-tit {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 768px) {
  .proyectos .section-tit {
    padding-bottom: 30px;
    border-bottom: 1px solid #0073A7;
  }
  .proyectos .proyectos-cont {
    position: relative;
  }
  .proyectos .proyectos-cont .proyectos-bottom {
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .proyectos {
    margin-top: 70px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .proyectos .proyectos-bottom {
    top: -95px;
    right: -10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .proyectos .section-tit {
    padding-right: calc(100% - 506px);
  }
  .proyectos .proyectos-bottom {
    top: -100px;
    right: -10px;
  }
}
@media (max-width: 767px) {
  .proyectos {
    margin-top: 60px;
  }
  .proyectos .proyectos-bottom {
    margin-top: 28px;
    text-align: center;
  }
  .proyectos .proyectos-bottom .btn {
    width: 100%;
    border-color: #0073A7;
    background-color: transparent;
    color: #0073A7;
    display: flex;
  }
  .proyectos .proyectos-bottom .btn:focus:after {
    content: "";
    border: 1px solid;
    border-radius: inherit;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
  }
  .proyectos .proyectos-bottom .btn:hover {
    background-color: #0073A7;
    color: #FFFFFF;
  }
  .proyectos .proyectos-bottom .btn:hover:after {
    display: none;
  }
  .proyectos .proyectos-bottom .btninput:focus {
    border: 1px double #0073A7;
  }
}
.noticias {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
  background-color: #F8F9FA;
}
.noticias .noticias-bottom .btn:focus span {
  text-decoration: underline;
}
@media (min-width: 1440px) {
  .noticias .noticias-cont {
    position: relative;
  }
  .noticias .noticias-cont .blockFeatured-type1-list article .blockFeatured-picture {
    margin-right: 58px;
  }
  .noticias .noticias-cont .blockFeatured-type1-list article .blockFeatured-picture picture {
    width: 566px;
    height: 408px;
  }
  .noticias .noticias-cont .blockFeatured-type1-list article .blockFeatured-content .contentTitle {
    font-size: 42px;
    line-height: 46px;
  }
  .noticias .noticias-cont .blockFeatured-type1-list article .blockFeatured-content .contentTitle a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .noticias .noticias-cont .blockFeatured-type1-list article .blockFeatured-content .contentButton {
    margin-top: 20px;
  }
  .noticias .noticias-cont .noticias-bottom {
    position: absolute;
    bottom: 0;
    left: 624px;
  }
  .noticias .noticias-cont .noticias-bottom .btn {
    padding-left: 0;
    padding-right: 0;
    border-color: transparent;
    background-color: transparent;
    color: #0073A7;
  }
  .noticias .noticias-cont .noticias-bottom .btn:focus, .noticias .noticias-cont .noticias-bottom .btn:hover {
    color: #0073A7;
  }
  .noticias .noticias-cont .noticias-bottom .btn:focus span, .noticias .noticias-cont .noticias-bottom .btn:hover span {
    text-decoration: underline;
  }
  .noticias .noticias-cont .noticias-bottom .btn .icon-ibm-arrow_right {
    color: #0073A7;
  }
  .noticias .noticias-cont .noticias-bottom .btn:hover, .noticias .noticias-cont .noticias-bottom .btn:hover .icon-ibm-arrow_right {
    color: #c3c3c3;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .noticias .noticias-cont .noticias-bottom {
    margin-top: -40px;
    margin-left: 488px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .noticias .noticias-cont .noticias-bottom {
    margin-top: 60px;
    text-align: center;
  }
}
@media (max-width: 1439px) {
  .noticias .noticias-cont .noticias-bottom .btn {
    border-color: #0073A7;
    background-color: transparent;
    color: #0073A7;
  }
  .noticias .noticias-cont .noticias-bottom .btn:focus:after {
    content: "";
    border: 1px solid;
    border-radius: inherit;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
  }
  .noticias .noticias-cont .noticias-bottom .btn:hover {
    background-color: #0073A7;
    color: #FFFFFF;
  }
  .noticias .noticias-cont .noticias-bottom .btn:hover:after {
    display: none;
  }
  .noticias .noticias-cont .noticias-bottom .btninput:focus {
    border: 1px double #0073A7;
  }
}
@media (max-width: 767px) {
  .noticias .noticias-cont .noticias-bottom {
    margin-top: 10px;
    text-align: center;
  }
  .noticias .noticias-cont .noticias-bottom .btn {
    width: 100%;
    display: flex;
  }
}

.medios .section-top {
  margin-bottom: 8px;
  color: #0073A7;
  font-weight: 400;
  text-transform: uppercase;
}
.medios .section-tit {
  margin-bottom: 30px;
  color: #0073A7;
  font-weight: 700;
}
.medios .swiper {
  overflow: visible !important;
}
.medios .swiper article {
  padding-bottom: 16px;
  border-bottom: 1px solid #DDE2E5;
}
.medios .swiper article .blockFeatured-content {
  margin-top: 12px;
}
.medios .swiper article .blockFeatured-content .contentTitle {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.medios .swiper article .blockFeatured-content .contentTitle a {
  color: #212429;
}
.medios .swiper article .blockFeatured-content .contentTitle a:focus {
  color: #0073A7;
}
.medios .swiper article .blockFeatured-content .contentTitle a:focus:not(.menuDropdown-link):not(.btn) {
  text-decoration: underline;
}
.medios .swiper article .blockFeatured-content .contentTitle a:hover {
  color: #0073A7;
}
.medios .swiper article .blockFeatured-content .contentPlainText {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

@media (min-width: 1440px) {
  .medios {
    margin-top: 89px;
  }
  .medios .section-top {
    font-size: 20px;
    line-height: 24px;
  }
  .medios .section-tit {
    font-size: 54px;
    line-height: 58px;
  }
}
@media (max-width: 1439px) {
  .medios .section-top {
    font-size: 18px;
    line-height: 22px;
  }
  .medios .section-tit {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .medios {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .medios .section-tit {
    padding-bottom: 30px;
    border-bottom: 1px solid #0073A7;
  }
  .medios .swiper .swiper-slide {
    width: 500px;
  }
  .medios .swiper .swiper-slide article {
    display: flex;
    flex-direction: column;
  }
  .medios .swiper .swiper-slide article .blockFeatured-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .medios .swiper .swiper-slide article .blockFeatured-content .contentPlainText {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .medios {
    margin-top: 60px;
  }
  .medios .swiper .swiper-slide {
    width: 300px;
  }
  .medios .swiper .swiper-slide article .blockFeatured-content .contentPlainText {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .eventos {
    margin-top: 60px;
  }
  .eventos .eventos-cont {
    position: relative;
  }
  .eventos .eventos-cont .eventos-bottom {
    padding-right: inherit;
    position: absolute;
    top: 6px;
    right: 0px;
  }
}
@media (max-width: 767px) {
  .eventos {
    margin-top: 40px;
  }
  .eventos .eventos-cont .eventos-bottom {
    margin-top: 12px;
  }
}

.contacto .contacto-top .section-tit {
  margin-bottom: 0;
  color: #0073A7;
}
.contacto .contacto-top .text-bold {
  margin-bottom: 5px;
  color: #0073A7;
}
.contacto .contacto-top .lnk-primary {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
.contacto .contacto-top > div + div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contacto .contacto-bottom .formContacto-bottom {
  margin-top: 20px;
}
.contacto .contacto-bottom .formContacto-bottom .form-group:nth-child(2) .text-bold {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
}
.contacto .contacto-bottom .formContacto-bottom .btn {
  min-width: 160px;
}
.contacto .mapa {
  height: 500px;
}

@media (min-width: 1440px) {
  .contacto {
    padding-top: 80px;
  }
  .contacto .contacto-top .row {
    flex-wrap: wrap;
  }
  .contacto .contacto-top .row > *:first-child {
    order: 1;
  }
  .contacto .contacto-top .row > *:nth-child(2) {
    margin-top: 40px;
    order: 3;
  }
  .contacto .contacto-top .row > *:nth-child(3) {
    order: 2;
  }
  .contacto .contacto-bottom {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .contacto .contacto-bottom .formContacto-bottom .form-group:nth-child(2) {
    margin-right: 112px;
  }
}
@media (max-width: 1439px) {
  .contacto .contacto-top .text-light {
    max-width: 314px;
    margin-bottom: 35px;
  }
  .contacto .contacto-top .row + .row > * + * {
    margin-top: 16px;
  }
  .contacto .contacto-bottom {
    margin-top: 45px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .contacto {
    padding-top: 68px;
  }
  .contacto .contacto-bottom .formContacto-bottom .form-group:nth-child(2) {
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  .contacto .contacto-top .section-tit {
    font-size: 60px;
    line-height: 64px;
  }
  .contacto .contacto-top .menuSocial {
    text-align: right;
  }
  .contacto .contacto-top > *:nth-child(3) {
    margin-top: 20px;
  }
  .contacto .contacto-bottom .formContacto-bottom .form-group {
    margin-bottom: 0;
  }
  .contacto .contacto-bottom .formContacto-bottom .form-group:nth-child(1) {
    width: 396px;
    margin-right: auto;
  }
  .contacto .contacto-bottom textarea.form-control {
    height: 172px;
  }
}
@media (min-width: 768px) {
  .contacto .contacto-top > *:nth-child(2) {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .contacto .contacto-top .section-tit {
    font-size: 48px;
    line-height: 52px;
  }
  .contacto .contacto-bottom textarea.form-control {
    height: 168px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contacto {
    padding-top: 68px;
  }
  .contacto .contacto-top > *:nth-child(2) {
    position: relative;
    z-index: 1;
  }
  .contacto .contacto-top > *:nth-child(3) {
    margin-top: -72px;
  }
  .contacto .contacto-bottom .formContacto-bottom {
    flex-wrap: wrap;
  }
  .contacto .contacto-bottom .formContacto-bottom .form-group {
    width: calc(50% - 8px);
  }
  .contacto .contacto-bottom .formContacto-bottom .form-group + .form-group {
    margin-left: auto;
  }
  .contacto .contacto-bottom .formContacto-bottom .btn {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .contacto .contacto-bottom .formContacto-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .contacto {
    padding-top: 78px;
  }
  .contacto .contacto-top .section-tit {
    max-width: 245px;
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 52px;
  }
  .contacto .contacto-top a[href^=mailto] {
    font-size: 16px;
  }
  .contacto .contacto-top > *:last-child {
    margin-top: 35px;
  }
  .contacto .contacto-bottom .formContacto-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .contacto .contacto-bottom .formContacto-bottom > * {
    max-width: 100%;
  }
  .contacto .contacto-bottom .formContacto-bottom > *:first-child {
    order: 2;
  }
  .contacto .contacto-bottom .formContacto-bottom > *:nth-child(2) {
    order: 1;
  }
  .contacto .contacto-bottom .formContacto-bottom > *:last-child {
    width: 100%;
    order: 3;
  }
  .contacto .contacto-bottom .formContacto-bottom .btn {
    margin-top: 30px;
    width: 100%;
    display: flex;
  }
}/*# sourceMappingURL=inicioFront.css.map */