/*
Author: Adrenn - Facundo Talepp
Author URI: https://wwww.facutalepp.com.ar
Version: 1.0.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
}

html, body, p, h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

body {
  color: #1c1c1c;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden;
}

a {
  color: #14458C;
}
a:hover {
  color: #CB142B;
  text-decoration: none;
}

.push-full {
  min-height: 100vh;
}

.push-full-center {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .hero-bg-wrapper {
  width: 100%;
  height: 90vh;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 799px) {
  .hero .hero-bg-wrapper {
    height: 80vh;
  }
}
@media screen and (max-width: 640px) {
  .hero .hero-bg-wrapper {
    height: 75vh;
  }
}
.hero .uk-container {
  height: 100%;
}
.hero .hero-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.hero .hero-wrapper .hero-content .hero-title {
  font-size: 5rem;
  color: white;
  line-height: 1;
  margin-bottom: 2.5rem;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 960px) {
  .hero .hero-wrapper .hero-content .hero-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 799px) {
  .hero .hero-wrapper .hero-content .hero-title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 640px) {
  .hero .hero-wrapper .hero-content .hero-title {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 450px) {
  .hero .hero-wrapper .hero-content .hero-title {
    font-size: 2.25rem;
  }
  .hero .hero-wrapper .hero-content .hero-title br {
    display: none;
  }
}
.hero .hero-wrapper .hero-content .hero-title b {
  font-weight: 800;
  text-decoration: underline;
}
.hero .hero-wrapper .hero-content .hero-btn {
  display: flex;
  margin-bottom: 10rem;
}
.hero .hero-wrapper .hero-content .hero-btn a {
  background: #14458C;
  color: white;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
.hero .hero-wrapper .hero-content .hero-btn a:hover {
  background: #CB142B;
}
.hero .hero-wrapper .hero-content .hero-btn a i {
  font-size: 2rem;
  margin-left: 0.5rem;
}

.nav {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 9999;
}
.nav .nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav .nav-wrapper .logo svg {
  width: 75px;
}
.nav .nav-wrapper a {
  color: white;
  font-weight: 600;
  font-size: 1rem;
  transition: 0.2s ease-in-out;
  line-height: 1;
}
.nav .nav-wrapper a i {
  font-size: 1.75rem;
  line-height: 1;
}
.nav .nav-wrapper a:hover {
  color: #1c1c1c;
}
.nav .nav-wrapper a.contacto {
  background: #14458C;
  color: white;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
.nav .nav-wrapper a.contacto:hover {
  background: #CB142B;
}
.nav .nav-wrapper a.contacto i {
  font-size: 2rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 800px) {
  .nav .nav-wrapper a.mob {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  .nav .nav-wrapper a.desk {
    display: none;
  }
}

.uk-offcanvas {
  z-index: 99999;
}
.uk-offcanvas .menu-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.uk-offcanvas .menu-wrapper a {
  color: white;
  font-weight: 600;
  font-size: 1.5rem;
  transition: 0.2s ease-in-out;
  line-height: 1;
  margin: 0 0 1.5rem 0;
}
.uk-offcanvas .menu-wrapper a:hover {
  color: #1c1c1c;
}
.uk-offcanvas .uk-offcanvas-bar {
  background: #CB142B;
}

.intro {
  margin-top: -5rem;
}
.intro .intro-wrapper .intro-header {
  background: #CB142B;
  border-radius: 2rem 2rem 0 0;
  padding: 3rem 3rem 2rem 3rem;
}
.intro .intro-wrapper .intro-header .intro-header-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
  width: 80%;
}
@media screen and (max-width: 799px) {
  .intro .intro-wrapper .intro-header .intro-header-title {
    width: 100%;
    font-size: 1.25rem;
  }
}
.intro .intro-wrapper .intro-header .intro-header-text {
  color: white;
  margin-bottom: 1rem;
}
.intro .intro-wrapper a.uk-position-small {
  background-color: #CB142B;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  margin-right: 0;
}

.mid-logo {
  padding: 6rem 0;
}
.mid-logo .mid-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mid-logo .mid-logo-wrapper .mid-logo-svg {
  background: rgb(235, 235, 235);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .mid-logo .mid-logo-wrapper .mid-logo-svg {
    width: 300px;
    height: 300px;
  }
}
.mid-logo .mid-logo-wrapper .mid-logo-svg svg {
  width: 300px;
  margin-left: -30px;
}
@media screen and (max-width: 640px) {
  .mid-logo .mid-logo-wrapper .mid-logo-svg svg {
    width: 200px;
  }
}

.servicios {
  background: #EDEDED;
}
.servicios .servicios-wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: 14rem;
}
.servicios .servicios-wrapper .servicios-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0 5rem;
}
.servicios .servicios-wrapper .servicios-header .servicios-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}
.servicios .servicios-wrapper .servicios-header .servicios-btn a.contacto {
  background: #14458C;
  color: white;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
.servicios .servicios-wrapper .servicios-header .servicios-btn a.contacto:hover {
  background: #CB142B;
}
.servicios .servicios-wrapper .servicios-header .servicios-btn a.contacto i {
  font-size: 2rem;
  margin-left: 0.5rem;
}
.servicios .servicios-wrapper .servicios-icons {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 799px) {
  .servicios .servicios-wrapper .servicios-icons {
    width: 100%;
  }
}
.servicios .servicios-wrapper .servicios-icons .servicios-icon-item {
  background: white;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem 1.5rem 1rem;
  min-height: 14rem;
}
.servicios .servicios-wrapper .servicios-icons .servicios-icon-item i {
  font-size: 3.5rem;
  color: #CB142B;
}
.servicios .servicios-wrapper .servicios-icons .servicios-icon-item .servicios-icon-item-text {
  font-weight: 600;
  text-align: center;
  font-size: 1.1rem;
  margin: 1rem 0 0 0;
}
.servicios .servicios-wrapper .servicios-icons .destacado {
  background: #CB142B;
  color: white;
}
.servicios .servicios-wrapper .servicios-icons .destacado i {
  color: white;
}
.servicios .servicios-bg {
  position: relative;
}
.servicios .servicios-bg .servicios-bg-img {
  position: absolute;
  z-index: 1;
  bottom: 0;
}

.pisos {
  padding: 8rem 0;
}
.pisos .pisos-wrapper .uk-grid {
  align-items: flex-end;
}
.pisos .pisos-wrapper .pisos-title-wrapper .pisos-img {
  display: flex;
  margin: 0 0 2rem 0;
}
.pisos .pisos-wrapper .pisos-title-wrapper .pisos-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 5;
}
.pisos .pisos-wrapper .pisos-title-wrapper .pisos-img .pisos-circle {
  width: 100px;
  height: 100px;
  background: #CB142B;
  border-radius: 50%;
  margin-left: -50px;
  z-index: 4;
}
.pisos .pisos-wrapper .pisos-title-wrapper .pisos-title {
  font-weight: 600;
  font-size: 2rem;
  margin: 0 0 1rem 0;
}
.pisos .pisos-wrapper .pisos-title-wrapper .pisos-btn {
  display: flex;
}
.pisos .pisos-wrapper .pisos-title-wrapper .pisos-btn a {
  background: #14458C;
  color: white;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
.pisos .pisos-wrapper .pisos-title-wrapper .pisos-btn a:hover {
  background: #CB142B;
}
.pisos .pisos-wrapper .pisos-title-wrapper .pisos-btn a i {
  font-size: 2rem;
  margin-left: 0.5rem;
}

.trabajos .trabajos-wrapper .trabajos-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  padding: 4rem 0;
}
.trabajos .trabajos-wrapper .trabajos-lightbox a.trabajos-lightbox-item {
  display: block;
  position: relative;
  transition: 0.4s ease-in-out;
}
.trabajos .trabajos-wrapper .trabajos-lightbox a.trabajos-lightbox-item .trabajos-nombre {
  background: #CB142B;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: white;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  transition: 0.4s ease-in-out;
  z-index: 99;
}
.trabajos .trabajos-wrapper .trabajos-lightbox a.trabajos-lightbox-item img {
  transition: 0.4s ease-in-out;
}
.trabajos .trabajos-wrapper .trabajos-lightbox a.trabajos-lightbox-item:hover {
  background: #CB142B;
}
.trabajos .trabajos-wrapper .trabajos-lightbox a.trabajos-lightbox-item:hover .trabajos-nombre {
  background: white;
  color: #CB142B;
}
.trabajos .trabajos-wrapper .trabajos-lightbox a.trabajos-lightbox-item:hover img {
  opacity: 0.6;
}

footer {
  background: #1c1c1c;
  color: white;
  margin-top: 4rem;
}
footer .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  padding: 2rem 0;
}
@media screen and (max-width: 799px) {
  footer .footer-wrapper {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */