/* See https://sass-guidelin.es/#syntax--formatting
 * for the charset declaration
*/
/* For file architecture,
 * we roughly follow the one in
 * https://sass-guidelin.es/#architecture
*/
/* Colors */
/* Grid System */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?21mcgk");
  src: url("../fonts/icomoon.eot?21mcgk#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.woff2?21mcgk") format("woff2"),
    url("../fonts/icomoon.ttf?21mcgk") format("truetype"),
    url("../fonts/icomoon.woff?21mcgk") format("woff"),
    url("../fonts/icomoon.svg?21mcgk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-call:before {
  content: "\e900";
}

.icon-email:before {
  content: "\e901";
}

.icon-quote-white:before {
  content: "\e902";
}

body {
  background: #ffffff;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: -0.03px;
  font-family: "Ubuntu", sans-serif;
  color: #666;
  margin: 0;
  overflow-x: hidden;
}

* {
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  background: #1f5fad;
  color: #fff;
}

::selection {
  background: #1f5fad;
  color: #fff;
}

::-moz-selection {
  background: #1f5fad;
  color: #fff;
}

.container {
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media (min-width: 960px) {
  .container {
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.col-2 {
  width: 100%;
}
@media (min-width: 960px) {
  .col-2 {
    width: 50%;
  }
}

.page-wrap {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .page-wrap {
    padding: 0 80px;
  }
}

header {
  padding: 10px 0px;
}
header .container {
  position: relative;
}
header .container:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -14px;
  background: #24b9f0;
  z-index: 10;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
a:hover {
  color: #1f5fad;
  transition: all 0.3s;
}

/* Header */
img.logo {
  display: inline-block;
  vertical-align: top;
  max-width: 170px;
}

.slogan {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.3px;
  text-align: center;
  color: #757575;
  padding: 20px 0;
}
@media (min-width: 640px) {
  .slogan {
    padding: 25px;
    text-align: left;
  }
}

.header-info-wrapper {
  text-align: center;
}
@media (min-width: 960px) {
  .header-info-wrapper {
    text-align: right;
  }
}

.header-info {
  display: inline-block;
  padding: 0px 20px;
  width: 300px;
  text-align: left;
  margin: 0 auto 20px;
}
@media (min-width: 640px) {
  .header-info {
    margin: auto;
    width: auto;
  }
}
@media (min-width: 1440px) {
  .header-info:last-child {
    padding-right: 0;
  }
}
.header-info span {
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  border: 2px solid;
  border-color: #24b9f0;
  color: #1f5fad;
  box-sizing: border-box;
  margin-top: -8px;
}
.header-info span:before {
  color: inherit;
}
.header-info .content {
  display: inline-block;
  vertical-align: middle;
}
.header-info .label {
  font-size: 14px;
  line-height: 5px;
  text-align: left;
  color: #757575;
  display: block;
}
.header-info .text {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: #1f5fad;
  display: block;
}

/* Main Content*/
.full-image {
  position: relative;
  line-height: 0;
}
.full-image img {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 960px) {
  .full-image {
    margin-left: -90px;
    margin-right: -90px;
  }
}
.full-image .iframe-wrap {
  max-height: 400px;
  overflow: hidden;
}
.full-image .img-wrap {
  overflow: hidden;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  .full-image .img-wrap {
    height: 400px;
  }
}
.full-image .image-text {
  position: relative;
  background: #1f5fad;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .full-image .image-text {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    width: 50%;
    padding-left: 90px;
    padding-bottom: 70px;
    background: none !important;
  }
}
.full-image .image-text .title {
  font-size: 36px;
  line-height: 45px;
  font-weight: bold;
  letter-spacing: -0.9px;
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 960px) {
  .full-image .image-text .title {
    font-size: 44px;
    line-height: 54px;
  }
}
.full-image .image-text .tagline {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.testimonial {
  background: #f8f8f8;
  padding: 80px 0px;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #666666;
  position: relative;
}
.testimonial:before,
.testimonial:after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  display: block;
  z-index: 0;
}
.testimonial:before {
  left: -100%;
}
.testimonial:after {
  right: -100%;
}
.testimonial .wrap {
  position: relative;
  width: 100%;
}
@media (min-width: 960px) {
  .testimonial .wrap {
    width: 460px;
  }
}
.testimonial .icon-quote-white {
  width: 90px;
  height: 90px;
  vertical-align: top;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial .icon-quote-white:before {
  color: #eeeeee;
  font-size: 50px;
  line-height: 50px;
}
@media (min-width: 960px) {
  .testimonial .icon-quote-white:before {
    font-size: 90px;
    line-height: 90px;
  }
}
.testimonial p {
  display: block;
  position: relative;
  margin: 0;
  padding-left: 65px;
}
@media (min-width: 960px) {
  .testimonial p {
    padding-left: 105px;
    width: 460px;
  }
}

.main-text {
  font-size: 18px;
  line-height: 1.94;
  letter-spacing: -0.5px;
  text-align: left;
  color: #666;
}
.main-text p {
  padding: 0px;
}
@media (min-width: 960px) {
  .main-text p {
    padding: 20px;
  }
}
.main-text h1,
.main-text h2 {
  font-size: 24px;
  color: #1f5fad;
  margin: 20px 0;
}
.main-text a {
  color: #24b9f0;
  font-weight: bold;
}
.main-text strong {
  font-weight: bold;
  color: #1f5fad;
}

.col-main {
  padding-bottom: 20px;
}
@media (min-width: 960px) {
  .col-main {
    width: 62%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.contactform {
  width: 100%;
  max-width: 420px;
  margin: auto;
  margin-top: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  background: #1f5fad;
  color: #ffffff;
  padding: 0 30px 30px;
  border-top: 4px solid;
  border-color: #24b9f0;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 960px) {
  .contactform {
    width: 420px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: -79px;
  }
}
.contactform h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.6px;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 20px 0;
}
.contactform h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
}
.contactform .contacttext {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: -0.3px;
  margin: 20px 0px;
}
.contactform .form-item {
  position: relative;
  margin-bottom: 20px;
}
.contactform .form-item label {
  display: none;
}
.contactform .form-item input,
.contactform .form-item textarea {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 0;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.3px;
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  color: #757575;
  outline: none;
}
.contactform .form-item input:focus,
.contactform .form-item textarea:focus {
  border-color: #24b9f0;
  outline: none;
}
.contactform .form-item textarea {
  height: 120px;
}
.contactform .form-item input[type="submit"] {
  width: auto;
  min-width: 210px;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.3px;
  text-align: center;
  color: #ffffff;
  background: #24b9f0;
  line-height: 60px;
  padding: 0 10px;
  margin: 0;
  transition: all 0.3s;
  border: 0;
}
.contactform .form-item input[type="submit"]:hover {
  color: #24b9f0;
  background: #ffffff;
  transition: all 0.3s;
}
.contactform .form-item .required {
  color: #1f5fad;
  background: white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  height: 4px;
  margin: auto;
  line-height: 13px;
}
.contactform .form-item-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 0;
}
.contactform .form-item-textarea {
  margin-bottom: 10px;
}
.contactform .required-text {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.3px;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.contactform .form-item-checkbox input[type="checkbox"] {
  display: none;
}
.contactform .form-item-checkbox label {
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding-left: 28px;
  position: relative;
  line-height: 1em;
  margin-bottom: 10px;
}
.contactform .form-item-checkbox label:before {
  content: "";
  height: 18px;
  width: 18px;
  border: solid 2px white;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contactform .form-item-checkbox input:checked + label:after {
  content: "";
  height: 9px;
  width: 18px;
  border: solid 2px white;
  border-width: 0 0 2px 2px;
  transform: rotate(315deg) translateY(-50%);
  box-sizing: border-box;
  position: absolute;
  left: 8px;
  top: 10%;
}
.contactform .form-item-checkbox .description {
  line-height: 1em;
  font-size: 14px;
}
.contactform .form-item-checkbox .description a {
  text-decoration: underline;
}

.values {
  background: #f8f8f8;
  position: relative;
}
.values:before,
.values:after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  display: block;
  z-index: 0;
}
.values:before {
  left: -100%;
}
.values:after {
  right: -100%;
}
.values:nth-child(2n) {
  background: #ffffff;
  position: relative;
}
.values:nth-child(2n):before,
.values:nth-child(2n):after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: block;
  z-index: 0;
}
.values:nth-child(2n):before {
  left: -100%;
}
.values:nth-child(2n):after {
  right: -100%;
}
.values h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.6px;
  color: #1f5fad;
  padding: 50px 0 8px;
  margin: 0;
}

.col-3-1 {
  width: 100%;
  max-width: 400px;
  margin: 30px auto 20px;
}
@media (min-width: 960px) {
  .col-3-1 {
    width: 400px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 30px 0 20px;
  }
}
.col-3-1 img {
  width: 100%;
  height: auto;
}
.col-3-1 h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.4px;
  margin: 16px 0 45px;
  line-height: 26px;
  color: #1f5fad;
  padding: 0 10px;
}
.col-3-1 p {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: -0.5px;
  text-align: left;
  color: #666;
  padding: 0 10px;
}

.footer-contact {
  background: #24b9f0;
  position: relative;
  color: #ffffff;
  text-align: center;
  padding: 20px 0 26px;
}
.footer-contact:before,
.footer-contact:after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #24b9f0;
  display: block;
  z-index: 0;
}
.footer-contact:before {
  left: -100%;
}
.footer-contact:after {
  right: -100%;
}
.footer-contact h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.4px;
  margin: 20px 0 0;
}
.footer-contact a {
  width: 210px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  font-weight: bold;
  letter-spacing: -0.3px;
  text-align: center;
  color: #ffffff;
  background: #1f5fad;
  border-radius: 4px;
  display: inline-block;
  margin: 30px 0 10px;
  transition: all 0.3s;
}
.footer-contact a:hover {
  color: #1f5fad;
  background: #ffffff;
  transition: all 0.3s;
}
@media (min-width: 0) and (max-width: 960px) {
  .footer-contact a.sticky-button {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    border-radius: 0;
    width: 100%;
    z-index: 999;
    background: #009a2d;
  }
}
.footer-contact a.sticky-button:hover {
  color: #ffffff;
}

.general-links {
  font-size: 14px;
  letter-spacing: -0.3px;
  color: #757575;
  padding: 10px 0;
}
.general-links a {
  margin: 0 5px;
}

.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 30px 0;
}
.gallery a {
  width: 25%;
  display: block;
}
.gallery a img {
  max-width: 100%;
}

.col-only-text {
  max-width: 1260px;
  margin: auto;
}

.language-icon {
  max-width: 30px;
  max-height: 30px;
}

.espa-block {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 10px;
  bottom: 10px;
  border: 2px solid #f5f5f5;
  border-radius: 4px;
  max-width: 300px;
  z-index: 100;
  transition: opacity 0.5s;
  opacity: 1;
  font-size: 0;
}
.espa-block.scrolled {
  opacity: 0;
  transition: opacity 0.5s;
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.espa-block img {
  max-width: 100%;
}

.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 300px;
}

.social-links a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-links a img {
  width: 40px;
  height: 40px;
}

.static-icon-buttons {
  display: block;
  position: fixed;
  bottom: 70px;
  right: 20px;
}
.static-icon-buttons .viber-call-button {
  display: block;
  width: 54px;
  height: 54px;
  animation: movement 5s infinite;
  z-index: 999;
}
.static-icon-buttons .whatsapp-call-button {
  display: block;
  margin-top: 10px;
  width: 54px;
  height: 54px;
  z-index: 999;
}
.static-icon-buttons .whatsapp-call-button img {
  border-radius: 50%;
  width: 54px;
  height: 54px;
}
@media (min-width: 960px) {
  .static-icon-buttons {
    display: none;
  }
}

@keyframes movement {
  0% {
    transform: rotate(0) scale(1.1);
  }
  4% {
    transform: rotate(0) scale(1.2);
  }
  8% {
    transform: rotate(30deg) scale(1.2);
  }
  12% {
    transform: rotate(-30deg) scale(1.2);
  }
  16% {
    transform: rotate(30deg) scale(1.2);
  }
  20% {
    transform: rotate(-30deg) scale(1.2);
  }
  24% {
    transform: rotate(0) scale(1);
  }
  100% {
    transform: rotate(0) scale(1);
  }
}

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