@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700&display=swap");
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

body a {
  text-decoration: none;
  color: #002F6C;
}

body a:hover, body a:focus {
  color: #002F6C;
}

body .align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body .btn {
  border-radius: 33.87px;
}

body .btn.btn-primary {
  background-color: #002F6C;
  border-color: #002F6C;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  color: #002F6C;
  font-weight: bold;
}

body img {
  max-width: 100%;
  height: auto;
}

header {
  height: 106px;
}

@media only screen and (max-width: 768px) {
  header {
    height: auto;
  }
}

header .logo {
  padding-top: 23px;
}

header .logo a {
  color: #001229;
}

header .logo svg {
  float: left;
  margin-right: 14px;
}

header .logo svg image {
  width: 100%;
}

header .logo h1 {
  font-size: 18px;
  margin: 0;
}

header .logo h1 span {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: normal;
}

header nav {
  margin-top: 5vh;
  float: right;
  display: inline-block;
  font-size: 18px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  header nav {
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) {
  header nav {
    margin-top: 37.6px;
  }
}

header nav a {
  margin-right: 40px;
  -ms-grid-column-align: end;
      justify-self: end;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  header nav a {
    margin-right: 11px;
  }
}

header nav a.buy {
  font-weight: bold;
}

header nav a:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  header nav a:last-child {
    width: 100%;
    text-align: right;
    right: 10px;
    margin-top: -54px;
  }
}

@media only screen and (max-width: 768px) {
  header nav a {
    width: 50%;
    float: left;
    margin-right: 0;
    text-align: left;
  }
}

footer {
  background-color: #8696B0;
  padding-top: 37.7px;
  color: #fff;
  font-size: 14px;
}

footer p {
  margin-bottom: 0;
}

footer .footer {
  margin-bottom: 37.7px;
}

footer .footer a {
  color: #002F6C;
  text-decoration: underline;
  font-weight: bold;
}

footer .footer a.footer-logo {
  text-decoration: none;
}

footer .footer a.footer-logo p {
  margin-top: 15px;
}

footer .footer .contact,
footer .footer .terms {
  padding-top: 27.3px;
}

@media only screen and (max-width: 768px) {
  footer .footer .contact,
  footer .footer .terms {
    padding-top: 0;
    margin-bottom: 20px;
  }
}

footer .copyright {
  background-color: #6D81A3;
  padding: 11px 0px;
  color: #fff;
}

footer .copyright a {
  color: #fff;
  text-decoration: underline;
}

section.banner .main-banner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  section.banner .main-banner {
    max-width: 100%;
  }
}

section.banner .main-banner .banner-text {
  margin-top: 5vh;
  width: 50%;
  position: absolute;
  color: #fff;
}

@media screen and (min-width: 1600px) {
  section.banner .main-banner .banner-text {
    margin-top: 210px;
  }
}

@media only screen and (max-width: 768px) {
  section.banner .main-banner .banner-text {
    width: 75%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  section.banner .main-banner .banner-text {
    width: 75%;
  }
}

section.banner .main-banner .banner-text h2 {
  font-size: 5vw;
  text-align: left;
  color: #fff;
  width: 72%;
}

@media screen and (min-width: 1600px) {
  section.banner .main-banner .banner-text h2 {
    font-size: 72px;
  }
}

section.banner .main-banner .banner-text .btn {
  font-size: 28px;
  line-height: 50px;
  padding: 8px 80px;
  margin-top: 62.5px;
  float: left;
}

@media only screen and (max-width: 768px) {
  section.banner .main-banner .banner-text .btn {
    margin-top: 15px;
    font-size: 16px;
    line-height: 16px;
    padding: 8px 40px;
  }
}

section.banner .main-banner img {
  height: auto;
}

section.product {
  z-index: 1;
  position: relative;
  padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  section.product {
    padding-bottom: 30px;
  }
}

section.product h2 {
  color: #002F6C;
  font-size: 72px;
  padding-top: 97.6px;
  margin-bottom: 23px;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  section.product h2 {
    font-size: 46px;
    padding-top: 20px;
  }
}

section.product .check-box {
  width: 100%;
  float: left;
  margin-bottom: 76px;
}

@media only screen and (max-width: 768px) {
  section.product .check-box {
    margin-bottom: 20px;
  }
}

section.product .check-box svg {
  float: left;
  margin-right: 27px;
}

@media only screen and (max-width: 768px) {
  section.product .check-box svg {
    width: 70px;
    height: 70px;
  }
  section.product .check-box svg image {
    width: 70px;
    height: 70px;
  }
}

section.product .check-box p {
  font-size: 32px;
  color: #002F6C;
  font-weight: 500;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  section.product .check-box p {
    font-size: 20px;
  }
}

section.product .product-image img {
  margin-top: -90px;
}

@media only screen and (max-width: 768px) {
  section.product .product-image img {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  section.product .product-image img {
    height: auto;
    margin-top: 0;
  }
}

section.product h3 {
  font-size: 32px;
}

@media only screen and (max-width: 768px) {
  section.product h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  section.product h3 {
    margin-top: 20px;
  }
}

section.product .btn {
  font-size: 28px;
  padding: 12px 37px;
}

@media only screen and (max-width: 768px) {
  section.product .btn {
    width: 100%;
    font-size: 20px;
    margin-bottom: 30px;
  }
}

section.points {
  background-color: #E5EAF0;
  padding-top: 111px;
  padding-bottom: 125px;
}

@media only screen and (max-width: 768px) {
  section.points {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

section.points .title h3 {
  font-size: 32px;
}

@media only screen and (max-width: 768px) {
  section.points .title h3 {
    font-size: 25px;
  }
}

section.points .list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 73px;
}

@media only screen and (max-width: 768px) {
  section.points .list {
    margin-top: 30px;
    text-align: center;
  }
}

section.points .list li {
  display: inline-block;
  background-color: #fff;
  padding: 37px;
  -webkit-border-radius: 64px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 64px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 64px;
  border-bottom-left-radius: 0;
  margin-right: 22px;
  width: 303px;
  height: 303px;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  section.points .list li {
    margin-bottom: 15px;
    margin-right: 0;
    padding: 70px 37px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
  section.points .list li {
    width: 46%;
    margin-bottom: 15px;
    padding: 20px;
    height: 303px;
    float: left;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  section.points .list li {
    width: 23%;
    height: auto;
    padding: 20px;
  }
}

section.points .list li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  section.points .list li:last-child {
    margin-bottom: 0;
  }
}

section.points .list li svg {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  section.points .list li svg {
    width: 90px;
    height: 90px;
  }
  section.points .list li svg image {
    width: 90px;
    height: 90px;
  }
}

section.points .list li p {
  margin: 0;
  color: #001229;
  font-weight: bold;
}

section.points .list li span {
  position: absolute;
  top: 91px;
  width: 100%;
  left: 0;
  font-size: 32px;
  font-weight: bold;
  color: #002F6C;
}

@media only screen and (max-width: 768px) {
  section.points .list li span {
    top: 98px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1399px) {
  section.points .list li span {
    top: 70px;
  }
}

section.summary {
  padding-top: 116px;
  padding-bottom: 116px;
}

@media only screen and (max-width: 768px) {
  section.summary {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

section.summary .item-list {
  margin-top: 58px;
}

section.summary .item-list .item {
  margin-bottom: 51px;
  width: 100%;
  float: left;
}

@media only screen and (max-width: 768px) {
  section.summary .item-list .item {
    margin-bottom: 30px;
  }
}

section.summary .item-list .item:last-child {
  margin-bottom: 0;
}

section.summary .item-list .item svg {
  margin-right: 53px;
  float: left;
}

@media only screen and (max-width: 768px) {
  section.summary .item-list .item svg {
    margin-right: 30px;
    width: 80px;
    height: 80px;
  }
  section.summary .item-list .item svg image {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
  section.summary .item-list .item svg {
    margin-right: 5px;
  }
}

section.summary .item-list .item .text {
  width: 70%;
  float: left;
}

@media only screen and (max-width: 768px) {
  section.summary .item-list .item .text {
    float: right;
  }
}

section.summary .product-image {
  background-image: url("/template/assets/image/summary-bg.svg");
  background-repeat: no-repeat;
  background-position: 100% 21%;
  background-size: 120%;
}

section.summary .product-image .buy-box p {
  font-size: 14px;
}

section.summary .product-image .buy-box .btn {
  margin-top: 38px;
  padding: 11px 85px;
  font-size: 28px;
}

@media only screen and (max-width: 768px) {
  section.summary .product-image .buy-box .btn {
    width: 100%;
    font-size: 20px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  section.summary .product-image .buy-box {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  section.summary .product-image img {
    width: auto;
    height: 250px;
  }
}

section.situacion {
  margin-top: 109px;
  margin-bottom: 116px;
}

@media only screen and (max-width: 768px) {
  section.situacion {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

section.situacion h3 {
  margin-bottom: 42px;
  width: 64%;
}

@media only screen and (max-width: 768px) {
  section.situacion h3 {
    width: 100%;
    margin-bottom: 30px;
  }
}

section.situacion ul li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}

section.situacion ul li:last-child {
  margin-bottom: 0;
}

section.situacion ul li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -32px;
  width: 20px;
  height: 17px;
  background-image: url("/template/assets/image/li.svg");
}

section.situacion .simulation-bg {
  -webkit-border-radius: 64px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 64px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 64px;
  border-bottom-left-radius: 0;
}

section.posts {
  margin-bottom: 116px;
}

@media only screen and (max-width: 768px) {
  section.posts {
    margin-bottom: 30px;
  }
}

section.posts h3 {
  margin-bottom: 42px;
  width: 42%;
}

@media only screen and (max-width: 768px) {
  section.posts h3 {
    width: 100%;
    margin-bottom: 30px;
  }
}

section.posts .post-list .main-post {
  position: relative;
  -webkit-border-radius: 64px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 64px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 64px;
  border-bottom-left-radius: 0;
  overflow: hidden;
}

@media only screen and (max-width: 1399px) {
  section.posts .post-list .main-post {
    margin-bottom: 20px;
  }
}

section.posts .post-list .main-post .title {
  position: absolute;
  background: rgba(138, 138, 138, 0.3);
  padding: 20px 41px;
  bottom: 0px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  section.posts .post-list .main-post .title {
    bottom: -5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
  section.posts .post-list .main-post .title {
    padding: 20px 14px;
  }
}

section.posts .post-list .main-post .title h4 {
  color: #fff;
  font-size: 32px;
  margin: 0;
  width: 80%;
}

@media only screen and (max-width: 768px) {
  section.posts .post-list .main-post .title h4 {
    width: 100%;
    font-size: 20px;
  }
}

section.posts .post-list .main-post img {
  width: 100%;
  -webkit-border-radius: 64px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 64px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 64px;
  border-bottom-left-radius: 0;
}

section.posts .post-list .small-post {
  width: 100%;
  float: left;
  margin-bottom: 18px;
}

section.posts .post-list .small-post:last-child {
  margin-bottom: 0;
}

section.posts .post-list .small-post .post-image {
  max-width: 254px;
  float: left;
  margin-right: 36px;
}

@media only screen and (max-width: 768px) {
  section.posts .post-list .small-post .post-image {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}

section.posts .post-list .small-post .post-image img {
  -webkit-border-radius: 64px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 64px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 64px;
  border-bottom-left-radius: 0;
}

@media only screen and (max-width: 768px) {
  section.posts .post-list .small-post .post-image img {
    margin: 0 auto;
    width: 100%;
    float: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  section.posts .post-list .small-post .post-image img {
    width: auto;
    height: 216px;
  }
}

section.posts .post-list .small-post .short-desc {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  section.posts .post-list .small-post .short-desc {
    width: 100%;
    float: left;
    margin-top: 15px;
  }
}

section.posts .post-list .small-post .short-desc a h4 {
  font-size: 18px;
}

section.posts .post-list .small-post .short-desc a p {
  font-size: 14px;
  color: #0F0F0F;
}

section.posts .post-list .small-post .short-desc a .arrow {
  float: right;
}

section.posts .more-posts {
  margin-top: 114px;
}

@media only screen and (max-width: 768px) {
  section.posts .more-posts {
    margin-top: 30px;
  }
}

section.posts .more-posts .btn {
  font-size: 28px;
  padding: 11px 85px;
}

@media only screen and (max-width: 768px) {
  section.posts .more-posts .btn {
    width: 100%;
    font-size: 20px;
    margin-bottom: 30px;
  }
}

section.where-buy {
  background-color: #002F6C;
  padding-top: 107px;
  padding-bottom: 107px;
}

@media only screen and (max-width: 768px) {
  section.where-buy {
    padding: 30px;
  }
}

section.where-buy h2 {
  color: #fff;
  font-size: 32px;
}

@media only screen and (max-width: 768px) {
  section.where-buy h2 {
    font-size: 28px;
  }
}

section.where-buy .shop-list {
  padding: 0 80px;
}

@media only screen and (max-width: 768px) {
  section.where-buy .shop-list {
    padding: 0;
  }
  section.where-buy .shop-list .shop-item {
    text-align: -webkit-center;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
  section.where-buy .shop-list {
    padding: 0;
  }
}

section.where-buy .shop-list .shop {
  margin-top: 81px;
  background-color: #fff;
  padding: 38px 42px;
  max-width: 321px;
  -webkit-border-radius: 64px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 64px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 64px;
  border-bottom-left-radius: 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  section.where-buy .shop-list .shop {
    margin-top: 30px;
  }
}

section.where-buy .shop-list .shop .btn {
  margin-top: 55px;
  color: #002F6C;
  font-weight: bold;
  font-size: 18px;
  border: 2px solid #002F6C;
  padding: 11px 52px 11px 16px;
  text-align: left;
  position: relative;
}

section.where-buy .shop-list .shop .btn:after {
  content: '';
  background-image: url("/template/assets/image/ico-arrow.svg");
  width: 22px;
  height: 29px;
  position: absolute;
  right: 17px;
  top: 7px;
}

section.where-buy .shop-list .shop .btn:hover {
  color: #fff;
  background-color: #002F6C;
}

section.where-buy .shop-list .shop .btn:hover:after {
  background-image: url("/template/assets/image/ico-arrow-white.svg");
}

@media only screen and (max-width: 768px) {
  .blog .posts {
    margin-top: 30px;
  }
}

.blog .page-title {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .blog .page-title {
    margin-bottom: 20px;
  }
}

.blog section {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .blog section {
    margin-bottom: 20px;
  }
}

.blog section.posts .post-list .small-post {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .post-detail .posts {
    margin-top: 30px;
  }
}

.post-detail .page-title {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .post-detail .page-title {
    margin-bottom: 20px;
  }
}

.post-detail section {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .post-detail section {
    margin-bottom: 20px;
  }
}

.post-detail section.post .post-image {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .post-detail section.post .post-image {
    margin-bottom: 20px;
  }
}

.post-detail section.post .post-image img {
  -webkit-border-radius: 64px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 64px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 64px;
  border-bottom-left-radius: 0;
}
/*# sourceMappingURL=style.css.map */