@import url("bootstrap.min.css");
@font-face {
  font-family: "Artegra";
  src: url("../fonts/ArtegraSans-Regular.eot"), url("../fonts/ArtegraSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ArtegraSans-Regular.woff2") format("woff2"), url("../fonts/ArtegraSans-Regular.woff") format("woff"), url("../fonts/ArtegraSans-Regular.ttf") format("truetype"), url("../fonts/ArtegraSans-Regular.svg#ArtegraSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artegra";
  src: url("../fonts/ArtegraSans-SemiBold.eot"), url("../fonts/ArtegraSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ArtegraSans-SemiBold.woff2") format("woff2"), url("../fonts/ArtegraSans-SemiBold.woff") format("woff"), url("../fonts/ArtegraSans-SemiBold.ttf") format("truetype"), url("../fonts/ArtegraSans-SemiBold.svg#ArtegraSans-SemiBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  background-color: #474C55;
  font-family: "Artegra", sans;
  font-weight: 200;
}

a {
  transition: all ease-in 0.2s;
  color: #fcb53b;
}
a:hover, a:visited, a:active, a:focus {
  text-decoration: none;
}

h5 {
  line-height: 1.7;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}

hr {
  border: 0.1px solid #fcb53b !important;
  width: 70%;
}

.mt-4 {
  margin-top: 4em;
}

.mb-4 {
  margin-bottom: 4em;
}

.pt-4 {
  padding-top: 4em;
}

.pb-4 {
  padding-bottom: 4em;
}

.btn-primary-lp {
  border-radius: 2em;
  border: none;
  background: #fcb53b;
  color: #FFF;
  font-size: 1.2em;
  padding: 16px 10px 10px;
  width: 260px;
  display: inline-table;
}
.btn-primary-lp:hover {
  background: #ce8303;
  text-decoration: none;
  color: #FFF;
}

.text-white {
  color: #FFF;
}

.text-gray {
  color: #474C55;
}

.text-gray-light {
  color: #777f8e;
}

.text-yellow {
  color: #fcb53b;
}

.uppercase {
  text-transform: uppercase;
}

.intro {
  background: url("../img/background-01.jpg") no-repeat;
  background-position: top;
  background-size: cover;
  color: #FFF;
}
.intro .intro-kiva {
  padding-top: 40px;
}
.intro .intro-kiva img {
  width: 20%;
}
.intro .intro-ubika {
  margin-top: 40px;
}
.intro .intro-ubika h1 {
  font-family: "Artegra", sans;
  font-size: 3.5em;
}
.intro .intro-ubika h2 {
  font-family: "Artegra", sans;
  font-size: 2.5em;
  color: #fcb53b;
}
.intro .intro-ubika p {
  font-size: 1.5em;
}
.intro .intro-ubika .logo {
  width: 25%;
}
@media (max-width: 800px) {
  .intro .intro-ubika .logo {
    width: 100%;
  }
}
.intro .intro-ubika h3 {
  font-family: "Artegra", sans;
  font-weight: bold;
  font-size: 2em;
}
.intro .intro-ubika strong {
  font-family: "Artegra", sans;
  font-weight: bold;
}

.image-section .image-container {
  max-width: 2200px;
  max-height: 800px;
  margin: 0 auto;
}
.image-section .image-container img {
  width: 100%;
  max-height: 800px;
}

.project-description {
  background: url("../img/background-01.jpg") no-repeat;
  background-position: initial;
  background-size: cover;
  color: #FFF;
  padding-top: 2em;
}
.project-description h2 {
  font-family: "Artegra", sans;
  font-size: 2.5em;
}
.project-description p {
  font-size: 1.5em;
  margin-top: 1.4em;
}
.project-description .icons-squares {
  display: flex;
  height: 150px;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .project-description .icons-squares {
    width: 90%;
  }
}
.project-description .icons-squares div {
  width: 0px;
  flex-grow: 1;
  text-align: center;
  padding: 20px 10px 10px 10px;
  color: #FFF;
  font-size: 1em;
  position: relative;
}
.project-description .icons-squares div:before {
  content: "";
  height: 50px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 20%;
  background-color: #FFF;
}
.project-description .icons-squares div:last-child:before {
  display: none;
}
.project-description .icons-squares div h6 {
  font-size: 1.2em;
}
@media (max-width: 800px) {
  .project-description .icons-squares div h6 {
    font-size: 1em;
  }
}

.call-to-action {
  background: #fcb53b;
  color: #FFF;
  padding: 20px;
}
.call-to-action p {
  font-size: 3em;
  font-weight: bold;
}
.call-to-action .col-md-7 {
  border-right: 1px solid #FFF;
}
@media (max-width: 800px) {
  .call-to-action .col-md-7 {
    border-right: none;
    border-bottom: 1px solid #FFF;
  }
}
.call-to-action .col-md-7 p {
  font-size: 2em;
  font-weight: normal;
}
.call-to-action .col-md-7 small {
  font-size: 0.5em;
}
.call-to-action .col-md-5 {
  padding: 5%;
}
.call-to-action strong {
  font-family: "Artegra", sans;
  font-weight: bold;
  font-size: 2em;
}

.join {
  background: url("../img/background-01.jpg") no-repeat;
  background-position: initial;
  background-size: cover;
}
.join .call-to-action {
  display: inline-block;
}

.pool img {
  width: 100%;
}
.pool h2 {
  font-size: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.modal-content {
  background: #474C55;
  color: #FFF;
}
.modal-content .close {
  margin-top: -20px;
  color: #FFF;
}

footer {
  background: #474C55;
  padding: 50px 0;
}

.links-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
.links-footer ul a {
  margin-bottom: 10px;
  line-height: 1.2;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  display: inline-block;
}
.links-footer ul a:hover {
  color: #fff;
  border-bottom: solid 1px white;
}

.direcciones p {
  font-size: 15px;
  margin-bottom: 30px;
  max-width: 348px;
  line-height: 1.6;
}
.direcciones a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
}
.direcciones a:hover {
  border-bottom: solid 1px white;
}

#newsletter {
  padding-bottom: 60px;
  position: Relative;
}
#newsletter button {
  cursor: pointer;
  letter-spacing: 1px;
  width: 150px;
  margin-left: 40px;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #fff;
  padding: 10px;
  text-align: center;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  background: transparent;
  transition: all ease-in 0.2s;
}
#newsletter button:hover {
  background: #fff;
  color: #fcb53b;
}
#newsletter input {
  height: 50px;
  width: calc(100% - 200px);
  border: #777f8e 2px solid;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  color: #777f8e;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  background: transparent;
}
#newsletter input:focus {
  box-shadow: none;
  color: #fff;
  border-color: #fff;
}
#newsletter input::-moz-placeholder {
  color: #777f8e;
}
#newsletter input:-ms-input-placeholder {
  color: #777f8e;
}
#newsletter input::placeholder {
  color: #777f8e;
}
#newsletter .captcha {
  margin-bottom: 20px;
  padding: 18px 0px 9px;
}

.siguenos {
  position: Absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
}
.siguenos h5 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 24px;
}

.links-redes {
  display: inline-block;
  vertical-align: middle;
}
.links-redes .facebook {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url(../img/icons/facebook.png) no-repeat center;
  margin-right: 20px;
  background-size: 18px;
  font-size: 0;
  vertical-align: middle;
}
.links-redes .facebook:hover {
  background: url(../img/icons/facebook-amarillo.png) no-repeat center;
  background-size: 18px;
}
.links-redes .instagram {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url(../img/icons/instagram.png) no-repeat center;
  margin-right: 20px;
  background-size: 18px;
  font-size: 0;
  vertical-align: middle;
}
.links-redes .instagram:hover {
  background: url(../img/icons/instagram-amarillo.png) no-repeat center;
  background-size: 18px;
}
.links-redes .linkedin {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url(../img/icons/linkedin.png) no-repeat center;
  background-size: 18px;
  font-size: 0;
  vertical-align: middle;
}
.links-redes .linkedin:hover {
  background: url(../img/icons/linkedin-amarillo.png) no-repeat center;
  background-size: 18px;
}

.terminos {
  text-align: right;
}

.copy {
  background: #474C55;
  padding: 40px 0;
}
.copy p {
  margin: 0;
  font-size: 15px;
}
.copy a {
  color: #777f8e;
  display: inline-block;
  border-bottom: 1px solid #777f8e;
  line-height: 1.2;
  margin-left: 20px;
}
.copy a:hover {
  color: #fcb53b;
}

/*backtop*/
#backtop {
  z-index: 3;
  transition: all 0.3s, visibility 0.3s, opacity 0.3s linear;
  visibility: hidden;
  position: fixed;
  bottom: 60px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../img/icons/arrow-2.svg) no-repeat center;
  background-size: 100%;
  opacity: 0;
}
#backtop:hover {
  transform: translateY(-5px);
}

/*whats*/
#whats {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  font-size: 0;
  z-index: 3;
  position: fixed;
  bottom: 199px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../img/icons/whatsapp.png) no-repeat center;
  background-size: 100%;
}

#callme {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  font-size: 0;
  z-index: 3;
  position: fixed;
  bottom: 130px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../img/icons/call-number.png) no-repeat center;
  background-size: 100%;
}

.loader {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: transparent;
  border-radius: 50%;
}

.loader {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: transparent;
  width: 36px;
  height: 36px;
}

.loader {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: transparent;
  width: 36px;
  height: 36px;
  animation: spin89345 1s linear infinite;
  background: transparent;
}

@keyframes spin89345 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=styles.css.map */
