@import url("bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;700&display=swap");
@import url("https://use.fontawesome.com/releases/v6.4.0/css/all.css");
hr {
  border: 0.1px solid #fcb53b !important;
  width: 70%;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.gris {
  color: #474C55;
}

.text-white {
  color: #FFF;
}

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

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

.text-yellow {
  color: #fcb53b;
}

.uppercase {
  text-transform: uppercase;
}

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

body {
  font-family: "Montserrat", sans-serif;
}

header {
  padding: 20px 0 0 0;
}
header .container {
  max-width: 1400px;
}
header a {
  color: #337ab7;
  font-size: 1.4em;
}
@media (max-width: 800px) {
  header .col-md-4 {
    text-align: center;
    margin-bottom: 20px;
  }
  header .col-md-4:last-child img {
    height: 60px;
  }
}
header .row {
  align-items: center;
  justify-content: center;
}
header .col-md-8 img {
  width: 15%;
}
header .col-md-8 img:nth-child(2), header .col-md-8 img:nth-child(4) {
  height: 90px;
  object-fit: contain;
}
header .col-md-8 img:nth-child(6) {
  margin-left: 40px;
  width: 13%;
}

.intro {
  position: relative;
  margin-top: 20px;
  z-index: 1;
}
@media (max-width: 800px) {
  .intro {
    margin-top: 0;
  }
}
.intro img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 800px) {
  .intro img {
    height: 350px;
  }
}
.intro .text-left {
  position: absolute;
  top: 30%;
  left: 0%;
  padding: 0 5%;
  width: 100%;
  color: #FFF;
}
@media (max-width: 800px) {
  .intro .text-left {
    top: 15%;
    width: 100%;
  }
}
.intro .text-left h1 {
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
}
@media (max-width: 800px) {
  .intro .text-left h1 {
    font-size: 1em;
  }
}
.intro .text-left h2 {
  font-size: 1.2em;
  font-weight: bold;
}
@media (max-width: 800px) {
  .intro .text-left h2 {
    font-size: 1em;
    margin-top: 30px;
  }
}
.intro .text-left p {
  font-size: 1.2em;
}
@media (max-width: 800px) {
  .intro .text-left p {
    font-size: 1em;
  }
}
.intro .text-left ul {
  list-style: none;
  padding: 0;
}

.solutions {
  background: url(../img/ban2.webp) no-repeat center;
  background-size: cover;
  padding: 50px 0;
  color: #FFF;
}
.solutions h2 {
  font-size: 1.5em;
  font-weight: bold;
}
.solutions h5 {
  font-size: 0.9em;
}
.solutions li {
  margin-bottom: 10px;
}
.solutions .image-text {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.solutions .image-text img {
  width: 80px;
  height: auto;
  margin-right: 15px;
}

.rectangle {
  height: auto;
  display: flex;
}
.rectangle .container-fluid {
  max-width: 100%;
  padding: 0;
}
.rectangle img {
  width: 100%;
}
.rectangle .img-container {
  position: relative;
  width: 50vw;
  height: 100%;
  overflow: hidden;
}
.rectangle .img-container img {
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.rectangle .text-container {
  color: #337ab7;
  width: 50vw;
  padding: 50px;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 800px) {
  .rectangle .text-container {
    width: 97%;
    padding: 20px 0px 0 25px;
  }
}
.rectangle .text-container h3 {
  font-weight: bold;
  font-size: 1.5em;
}
.rectangle .text-container .mt-6 {
  margin-left: -60px;
}
.rectangle .text-container h4 {
  font-weight: bold;
  font-size: 1.1em;
}
.rectangle .text-container .image-text {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.rectangle .text-container .image-text img {
  width: 80px;
  height: auto;
  margin-right: 15px;
}
.rectangle .text-container .image-text h5 {
  color: black;
  font-size: 0.9em;
}

.project-description {
  position: relative;
  background: url(../img/fondo.jpg) no-repeat center;
  background-size: cover;
  color: #FFF;
}
.project-description section {
  padding-top: 40px;
}
.project-description h2, .project-description h3 {
  font-weight: bold;
}
.project-description .blue {
  color: #337ab7;
}
.project-description .blue .aplications {
  color: #FFF;
  margin-top: 250px;
  margin-bottom: 130px;
}
@media (max-width: 800px) {
  .project-description .blue .aplications {
    margin: 150px 0 50px 0;
  }
}
.project-description .panel {
  border-radius: 20px;
  color: #FFF;
  padding: 20px;
}
@media (max-width: 800px) {
  .project-description .panel {
    text-align: center;
  }
}
.project-description .panel h3 {
  text-align: right;
  margin-bottom: 40px;
}
.project-description .panel .col-md-6 {
  height: 70px;
}
@media (max-width: 800px) {
  .project-description .panel .text-right {
    text-align: center !important;
  }
  .project-description .panel img {
    height: 45px;
  }
}
.project-description strong {
  font-weight: 700;
}
.project-description .font-weight-bold {
  margin-top: 100px;
}
@media (max-width: 800px) {
  .project-description .font-weight-bold {
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  .project-description .premios {
    color: #337ab7;
  }
}

.call-to-action .blue {
  color: #337ab7;
}
.call-to-action form {
  padding: 20px;
  background: #474C55;
  color: #FFF;
  border-radius: 20px;
  text-align: center;
}
.call-to-action p {
  margin: 20px 0;
}

.bsy {
  background: #fcb53b;
  color: #FFF;
  padding: 20px;
}
.bsy p {
  font-size: 2em;
}
.bsy strong {
  font-family: "Montserrat", sans-serif;
  font-size: 2em;
}
.bsy .brw {
  border-right: 1px solid #FFF;
}
.bsy .col-md-6:last-child {
  padding: 100px;
}

.pool img {
  width: 100%;
}
.pool h1 {
  color: #FFF;
  font-size: 2em;
}
.pool h1 span {
  color: #fcb53b;
}

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

.whatsapp a {
  position: fixed;
  right: 5px;
  z-index: 9999;
  top: 94%;
  font-size: 20px;
  background: #00d674;
  padding: 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
}
.whatsapp a span {
  color: #FFF;
  border-radius: 10px 10px 0 0;
  font-size: 0.6em;
  font-weight: bold;
  padding: 2px 5px;
  text-align: center;
  width: auto;
  margin-right: 8px;
}
.whatsapp a i {
  color: #FFF;
  font-size: 1.8em;
}

#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/call-number.png) no-repeat center;
  background-size: 100%;
}

footer {
  background: #337ab7;
  padding: 50px 0;
  margin-top: 40px;
}
footer h5 {
  font-weight: bold;
}
footer .phone-sect {
  padding: 9% 0;
}
footer .phone-sect h4 {
  font-size: 1.5em;
}
footer .phone-sect a {
  font-size: 2em;
}

.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;
  color: #FFF;
  padding: 20px 0;
}
.copy p {
  margin: 0;
  font-size: 15px;
}
.copy a {
  color: #FFF;
  display: inline-block;
  border-bottom: 1px solid #777f8e;
  line-height: 1.2;
  margin-left: 20px;
}
.copy a:hover {
  color: #fcb53b;
}

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