@charset "UTF-8";
@import url(animate.css);
@import url(fl-sympletts.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Playball|Roboto:400,300,300italic,500);
/*========================================================
                      Main Styles
=========================================================*/

.fix-element,
.fix-element * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.fix-col {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

body {
  /*color: #999999;*/
  /*color: #888888;*/
  color: #777777;
  font: 300 16px/24px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.terms-list dt {
  color: #676767;
  font-weight: 400;
}

h1 {
  font-size: 36px;
  line-height: 40px;
  font-family: "Playball", cursive;
}

h2 {
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -1.5px;
}

h3 {
  font-size: 36px;
  line-height: 40px;
  font-family: "Playball", cursive;
  display: block;
  position: relative;
}
h3 .hexagon {
  margin-top: 7px;
}
h3 span {
  position: absolute;
  bottom: 40px;
  /* left: 59.6%; */
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
}
h3 span:before,
h3 span:after {
  content: "";
  position: absolute;
  bottom: -56px;
  width: 60px;
  height: 1px;
  background: #cfcfcf;
}
h3 span:before {
  /* left: -94px; */
  left: 10px;
}
h3 span:after {
  /* right: 129px; */
  right: 10px;
}

h4 {
  font-size: 30px;
  line-height: 35px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6,
.terms-list dt {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
h6 a:hover,
.terms-list dt a:hover {
  color: #40acff;
}

p a:hover,
.terms-list dd a:hover,
.marked-list a:hover,
.list a:hover {
  text-decoration: underline;
}
p .fa,
.terms-list dd .fa,
.marked-list .fa,
.list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

blockquote p,
blockquote .terms-list dd,
.terms-list blockquote dd {
  font-style: italic;
}

.center {
  text-align: center;
}

.img_add {
  margin-top: -2px;
}

[class*="fa-"]:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

svg {
  min-width: 100%;
  display: block;
}

.developed {
  text-align: right;
}

.copyright-web {
  text-align: left;
}

.developed a {
  margin-top: 2px;
}

.li-mr {
  margin-top: 65px;
  font-weight: bold;
}

.text-email {
  display: block;
  text-align: right;
}

.text-phone {
  margin-top: -10px;
  display: block;
}

.conte-text {
  font-weight: bold;
  margin-bottom: 10px;
}

.cuerpo {
  margin-bottom: 10px;
  /*min-height: 240px;*/
}

.min-height > div {
  min-height: 250px;
}

.reviews-icons img {
  border-radius: 10px;
  display: block;
  margin: 10px auto;
  /*max-width: 320px;*/
}

.followus-icons {
  font-size: 30px;
  float: left;
  margin-right: 10px;
  /*background-color: #b6be8f;*/
  background-color: #40acff;
  color: white;
  width: 50px;
  height: 50px;
  text-align: center;
  /* padding: 5px; */
  line-height: 50px;
  border-radius: 100%;
}

.hd-button {
  /*float: right;*/
  display: inline-block;
  padding: 20px;
  cursor: pointer;
  z-index: 99999999;
  /*border: 1px solid white;*/
  position: absolute;
  top: 7px;
  right: 10px;
  display: none;
}

.hd-button span,
.hd-button span:before,
.hd-button span:after {
  position: absolute;
  width: 6px;
  height: 6px;
  line-height: 6px;
  text-align: center;
  background: #fff;
  margin-left: -3px;
  border-radius: 50%;
  transition: 0.3s all ease;
}

.hd-button span:before {
  bottom: 100%;
  margin-bottom: 3px;
}

.hd-button span:after {
  top: 100%;
  margin-top: 3px;
}

.hd-button span:before,
.hd-button span:after {
  content: "";
}

.hd-telephone {
  display: none;
  position: absolute;
  /*background-color: rgb(50, 62, 48);*/
  background-color: #40acff;
  padding: 10px;
  border-radius: 10px;
  float: right;
  right: 10px;
  margin-top: 5px;
  z-index: 99999;
  top: 60px;
  /*display: none;*/
}

.hd-telephone a {
  color: #ffffff;
  display: block;
  padding: 5px 0px 5px 0px;
}

.txttelephone {
  position: absolute;
  /*border: 1px solid #ffffff;*/
  z-index: 999;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  top: 140px;
  display: none;
}

.txttelephone a {
  color: #ffffff;
}

@media (max-width: 1199px) {
  h3 span {
    left: 62%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .img_add {
    margin-top: 120px;
  }
}
@media (max-width: 991px) {
  .img_add {
    margin-top: 0;
  }

  .col-sm-offset-3.img_add {
    clear: both;
  }

  h3 span {
    left: 65.6%;
  }

  .clr-left2 {
    clear: left;
  }
}
@media (max-width: 767px) {
  .clr-left {
    clear: left;
  }

  .img_add {
    clear: left;
  }

  h3 span {
    display: none;
  }
  /*.hd-telephone,*/
  .txttelephone,
  .hd-button {
    display: block;
  }

  .contact-list li:before {
    left: 50% !important;
    text-align: center;
    transform: translateX(-50%);
    /* left: -10px; */
    /* margin-left: -7px; */
  }

  .contact-list li + li {
    margin-top: 90px !important;
  }

  .mobile-center a,
  .mobile-center address {
    top: 45px;
    position: relative;
  }

  .mobile-center:after {
    left: 50% !important;
    transform: translateX(-50%);
  }

  .mobile-center address {
    margin-left: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .img_add {
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  h3 span {
    left: 71.5%;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + p,
.terms-list * + dd {
  margin-top: 30px;
}

* + .row {
  margin-top: 23px;
}

* + .wr {
  margin-top: 29px;
}

* + .owl-carousel {
  margin-top: 55px;
}

* + h6,
.terms-list * + dt {
  margin-top: 15px;
}

* + .wr2 {
  margin-top: 29px;
}

* + .off {
  margin-top: 12px;
}

* + .off2 {
  margin-top: -10px;
}

* + .off3 {
  margin-top: 2px;
}

* + .off4 {
  margin-top: 15px;
}

* + .off5 {
  margin-top: 48px;
}

* + .off6 {
  margin-top: 62px;
}

* + .carousel_wr {
  margin-top: 50px;
}

* + .btn {
  margin-top: 20px;
}

* + .terms-list {
  margin-top: 33px;
}

* + .hexagon {
  margin-top: 5px;
}

p + .marked-list,
.terms-list dd + .marked-list {
  margin-top: 15px;
}

h6 + .off,
.terms-list dt + .off {
  margin-top: 5px;
}

h6 + .off2,
.terms-list dt + .off2 {
  margin-top: 15px;
}

p + h6,
.terms-list dd + h6,
.terms-list p + dt,
.terms-list dd + dt {
  margin-top: 40px;
}

.row + .row {
  margin-top: 35px;
}

.row + .off {
  margin-top: -4px;
}

h6.off,
.terms-list dt.off {
  margin-top: 42px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  h6.off,
  .terms-list dt.off {
    margin-top: 0;
  }
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_img {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
  display: inline-block;
  color: #fff;
  padding-top: 10px;
  padding-left: 5px;
}

.logo-text {
  font-size: 30px;
}

@media (max-width: 991px) {
  /* .brand {
    padding-bottom: 21px;
  } */
}
@media (max-width: 479px) {
  .brand {
    padding-bottom: 10px;
  }
  .brand_img {
    display: none;
  }
}
/*==================  Hexagon  ======================*/
.hexagon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}

.hexagon-in1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hexagon-in2 {
  width: 100%;
  height: 100%;
  background: #cfcfcf;
  visibility: visible;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hex_mod1 {
  background: rgba(255, 255, 255, 0.68);
}
.lt-ie9 .hex_mod1 {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ADFFFFFF', endColorstr='#ADFFFFFF')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ADFFFFFF', endColorstr='#ADFFFFFF');
  zoom: 1;
}

.hexagon1 {
  width: 16px;
  height: 18px;
}

.hexagon2 {
  width: 56px;
  height: 65px;
}

.dodecagon {
  width: 200px;
  height: 200px;
}

@media (max-width: 767px) {
  .hexagon1 {
    display: none;
  }
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #40acff;
  color: #fff;
}
.bg-primary h3,
.bg-primary h6,
.bg-primary .terms-list dt,
.terms-list .bg-primary dt {
  color: #fff;
}
.bg-primary .hexagon-in2 {
  background: #fff;
}
.bg-primary h3 span:before,
.bg-primary h3 span:after {
  background: #fff;
}

.bg-default {
  background: #fff;
  position: relative;
  z-index: 1;
}

.bg-secondary {
  background: #fcfcfc;
}

.bg-secondary.bg-round.bg-round_bot {
  background: transparent;
}

@media (max-width: 479px) {
  .bg-secondary.bg-round.bg-round_bot {
    background: #fcfcfc;
  }
}
/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 10px;
}
.inline-list a:hover {
  color: #40acff;
}

/*================  Terms List  ======================*/
.terms-list * + dd {
  margin-top: 4px;
}
.terms-list * + dt {
  margin-top: 89px;
}
.terms-list dd > a {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 24px;
  color: #40acff;
}
.terms-list dd > a:hover {
  text-decoration: underline;
}

/*==============   Round Backgrounds   ==================*/
.bg-round {
  position: relative;
  z-index: 1;
}
.bg-round:before {
  content: "";
  height: 999px;
  width: 4000px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.bg-round_top {
  margin-top: -147px;
}
.bg-round_top:before {
  top: -115px;
  background: #40acff;
}

.bg-round_bot {
  overflow: hidden;
}
.bg-round_bot:before {
  background: #fcfcfc;
  bottom: 0;
}

@media (max-width: 1500px) {
  .bg-round_top {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .bg-round_top::before {
    top: -29px;
  }
}
/*==============     Contact List      ==================*/
.contact-list li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  /*color: #999999;*/
}
.contact-list li:before {
  position: absolute;
  left: 80px;
  top: -10px;
  color: #fff;
  font-size: 24px;
  z-index: 0;
}
.contact-list li:after {
  content: "";
  position: absolute;
  left: 62px;
  top: -30px;
  background: url("../images/page-5_img01.png") no-repeat;
  height: 63px;
  width: 63px;
  z-index: -1;
}
/* .contact-list li.fa-home:before {
  left: 60px;
} */
/* .contact-list li.fa-home:after {
  left: 42px;
} */
.contact-list li address {
  margin-top: -12px;
  margin-left: 50px;
}
.contact-list li a:hover {
  color: #40acff;
}

/* @media (max-width: 1199px) {
  .contact-list li:before {
    left: 18px;
  }
  .contact-list li:after {
    left: 0;
  }
  .contact-list li.fa-home:before {
    left: 17px;
  }
  .contact-list li.fa-home:after {
    left: 0;
  }
} */
/* @media (min-width: 768px) and (max-width: 991px) {
  .contact-list li.fa-home:before {
    left: 5px;
  }
  .contact-list li.fa-home:after {
    left: -12px;
  }
} */
@media (max-width: 767px) {
  .contact-list {
    display: inline-block;
    max-width: 300px;
  }
  .contact-list li + li {
    margin-top: 60px;
  }
}
@media (max-width: 479px) {
  .contact-list {
    width: 100%;
  }
  .contact-list li {
    display: block;
  }
}
/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
}
.index-list li .wr {
  padding-left: 88px;
}
.index-list li .wr:before {
  display: none;
}
/*.index-list li:before {
  position: absolute;
  top: 26px;
  left: 26px;
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
  font: 30px/24px "Playball", cursive;
  color: #40acff;
}*/
.index-list li:after {
  content: "";
  position: absolute;
  height: 70px;
  width: 65px;
  background: url("../images/page-1_img10.png") no-repeat;
  left: 13px;
  top: 4px;
}
.index-list li.col-xs-12.col-sm-4.col-md-4:nth-child(3n + 4) {
  clear: left;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font: 24px/34px "Playball", cursive;
  color: #40acff;
}
.btn:hover {
  color: #676767;
}

.wr {
  position: relative;
}
.wr:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -29px;
  height: 18px;
  width: 18px;
  background: url("../images/page-1_img09.png") no-repeat;
}
.wr.right-mod {
  text-align: right;
}
.wr.right-mod:before {
  left: auto;
  right: -29px;
}
.wr * + p,
.wr .terms-list * + dd,
.terms-list .wr * + dd {
  margin-top: 15px;
}

.wr2 {
  padding-left: 93px;
  position: relative;
}
.wr2:before {
  position: absolute;
  left: 20px;
  top: 27px;
  font-size: 30px;
  color: #40acff;
}
.wr2:after {
  content: "";
  position: absolute;
  height: 70px;
  width: 65px;
  background: url("../images/page-1_img10.png") no-repeat;
  left: 4px;
  top: 5px;
}
.wr2 * + p,
.wr2 .terms-list * + dd,
.terms-list .wr2 * + dd {
  margin-top: 15px;
}
.wr2.mod1:before {
  left: 25px;
}
.wr2.mod2:before {
  left: 18px;
}

@media (max-width: 767px) {
  .wr {
    padding-left: 30px;
  }
  .wr:before {
    left: 0;
  }
  .wr.right-mod {
    padding-right: 30px;
  }
  .wr.right-mod:before {
    right: 0;
  }
}

.button-btn {
  border: 1px solid #40acff;
  padding: 5px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 4px;
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 23px;
}
.marked-list li:before {
  content: "\f18e";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 16px;
  font-family: "FontAwesome";
  color: #40acff;
}
.marked-list li + li {
  margin-top: 8px;
}
.marked-list a:hover {
  color: #40acff;
  text-decoration: none;
}

/*==================      Box      ======================*/
.box:before,
.box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: -8px;
}
.sf-menu a {
  display: block;
  font-size: 18px;
  line-height: 34px;
  /*text-transform: lowercase;*/
  position: relative;
  text-align: center;
  padding: 43px 12px 29px;
  z-index: 1;
}
.sf-menu a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: #40acff;
  z-index: -1;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.sf-menu > li > a {
  color: #fff;
}
.sf-menu > li.sfHover > a:before,
.sf-menu > li > a:hover:before {
  height: 100%;
}
.sf-menu > li.active > a:before {
  height: 100%;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 88%;
  left: -17px;
  width: 119px;
  margin-top: 10px;
  padding: 19px 22px 18px;
  background: #676767;
  z-index: 22;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.29);
}
.sf-menu ul:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 6px 5.5px;
  border-color: transparent transparent #676767 transparent;
}
.sf-menu ul a {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 10px 0;
  text-align: left;
}

.sf-menu ul > li > a {
  color: #fff;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #40acff;
}

.sf-menu ul ul {
  position: absolute;
  top: 39px;
  width: 119px;
  left: 119px;
  margin-top: 0;
  z-index: 4;
  padding: 16px 22px 0;
  background: #40acff;
}
.sf-menu ul ul:before {
  top: 30px;
  left: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 6px 5.5px 0;
  border-color: transparent #40acff transparent transparent;
}

.sf-menu ul ul > li > a {
  color: #fff;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #676767;
}

@media (max-width: 991px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #40acff;
  color: #fff;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: "\f078";
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #fff;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: "";
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  /*background: #FFF;*/
  background: #40acff;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  /*background-color: #000;*/
  background-color: white;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 991px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  position: relative;
}

.isStuck {
  background: rgba(103, 103, 103, 0.83);
  z-index: 999;
}
.lt-ie9 .isStuck {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4676767', endColorstr='#D4676767')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4676767', endColorstr='#D4676767');
  zoom: 1;
}
.isStuck .sf-menu > li > a {
  padding: 20px 12px 20px;
}
.isStuck .brand {
  padding-top: 4px;
}
.isStuck .search-form_toggle {
  margin-top: 21px;
}
.isStuck .sf-menu ul {
  top: 87%;
}
.isStuck .sf-menu ul ul {
  top: 35px;
}
.isStuck .search-form {
  bottom: -65%;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #676767;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #40acff;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #005ea6;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 50px "FontAwesome";
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  /* border-top: 2px solid #40acff; */
  /* background: url("../images/page-1_slide02.jpg") no-repeat; */
  /* -webkit-background-size: cover; */
  /* background-size: cover; */
  background-color: #1c9cff;
}
header .camera_container + .stuck_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(1, 41, 72, 0.23);
}
.lt-ie9 header .camera_container + .stuck_container {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B012948', endColorstr='#3B012948')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B012948', endColorstr='#3B012948');
  zoom: 1;
}
header .brand {
  float: left;
  padding: 21px 0;
}
header .nav {
  float: right;
}
header .index-list li {
  position: relative;
}
header .index-list li h6,
header .index-list li .terms-list dt,
.terms-list header .index-list li dt {
  margin-top: 42px;
}
header .index-list li:before {
  font-size: 36px;
  line-height: 80px;
  /*font-family: "Playball", cursive;*/
  color: #fff;
  position: relative;
  top: auto;
  /*left: auto;*/
  left: 2px;
}
header .index-list li:after {
  content: "";
  height: 125px;
  width: 110px;
  background: url(../images/page-1_img08.png) no-repeat;
  position: absolute;
  top: 45px;
  left: 51%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
header .index-list li * + p,
header .index-list li .terms-list * + dd,
.terms-list header .index-list li * + dd {
  margin-top: 5px;
}
header * + .nav {
  margin-right: 28px;
}
@media (max-width: 991px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .index-list li::after {
    top: 15%;
  }
}
@media (max-width: 767px) {
  header .camera_container + .stuck_container {
    top: 35px;
  }
  header .index-list li::after {
    top: 21%;
    left: 50.5%;
  }
}
@media (max-width: 479px) {
  header .index-list li::after {
    top: 19%;
    left: 50.5%;
  }

  .developed,
  .copyright-web {
    text-align: center;
  }

  .hexagon-mr {
    line-height: 45px;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  position: relative;
  z-index: 2;
  background: #fff;
}

/*==================      Well     ======================*/
.well {
  padding-bottom: 115px;
  padding-top: 0;
}

.well2 {
  padding-top: 124px;
  padding-bottom: 100px;
}

.well3 {
  padding-top: 115px;
  padding-bottom: 145px;
}

.well4 {
  padding-top: 118px;
  padding-bottom: 122px;
}

.well5 {
  padding-top: 71px;
  padding-bottom: 130px;
}

.well6 {
  padding-top: 50px;
  padding-bottom: 0;
}

.well7 {
  padding-top: 114px;
  padding-bottom: 140px;
}

.well__ins1 {
  padding-top: 91px;
}

.well2__ins1 {
  padding-bottom: 146px;
}

.well2__ins2 {
  padding-bottom: 111px;
}

.well2__ins3 {
  padding-bottom: 160px;
}

.well2__ins4 {
  padding-bottom: 130px;
}

.well3__ins1 {
  padding-bottom: 130px;
}

[class*="well"] {
  padding-top: 80px;
  padding-bottom: 80px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer .banner {
  padding-top: 19px;
  padding-bottom: 19px;
  background: #40acff;
}
footer .banner .inline-list {
  display: inline-block;
}
footer .banner .inline-list li a {
  font-size: 24px;
  line-height: 65px;
  color: #40acff;
}
footer .banner .inline-list li a .hexagon.hexagon2 {
  margin-top: -65px;
}
footer .banner .inline-list li a .hexagon.hexagon2 .hexagon-in2 {
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
footer .banner .inline-list li a:before {
  position: relative;
  z-index: 1;
}
footer .banner .inline-list li a:hover .hexagon-in2 {
  background: #fff;
}
footer .banner .inline-list li + li {
  margin-left: 27px;
}
footer .copyright {
  padding-top: 25px;
  padding-bottom: 20px;
}
footer .copyright p,
footer .copyright .terms-list dd,
.terms-list footer .copyright dd,
footer .copyright a {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: #999999;
}
footer .copyright a:hover {
  color: #40acff;
}

img.ssl {
  width: 70px;
  border-radius: 100%;
  border: 1px solid #c4c1c1;
}

@media (min-width: 767px) {
  .copyright-web,
  .developed {
    padding-top: 25px;
  }
}

@media (max-width: 500px) {
  footer .banner .inline-list {
    display: inline-block;
  }
  footer .banner .inline-list li a .hexagon.hexagon2 {
    margin-top: -55px;
  }
  footer .banner .inline-list li a .hexagon2 {
    width: 36px;
    height: 45px;
  }
  footer .banner .inline-list li + li {
    margin-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  .sf-menu a {
    padding: 43px 9px 29px;
  }

  header * + .nav {
    margin-right: 0px;
  }
}

@media screen and (max-width: 375px) {
  header .stuck-margin .brand,
  header .stuck-margin .nav {
    /*float: none;*/
    padding-top: 0px;
  }
}

@media only screen and (max-width: 667px) {
  .min-mobile {
    width: 50%;
    margin: 0px auto;
  }

  .min-height > div {
    min-height: 170px;
  }
}

/* CLASS BOOSTRAP */

.d-none {
  display: none !important;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.position-relative {
  position: relative;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-top: 1rem !important;
}

.row-o {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row-o > * {
  flex-shrink: 0;
  /* width: 100%; */
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (max-width: 575px) {
  .row-o > * {
    width: 100%;
  }
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.glide__slide img {
  width: 100%; /* Asegura que las imágenes sean responsivas */
  height: auto;
}

.caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: white;
}

.caption h2 {
  font-size: 20px;
  color: inherit;
}

.caption p {
  font-size: 16px;
  color: inherit;
  margin-top: 0;
}

/* Para mostrar en pantallas pequeñas (min-width: 576px) */
@media (min-width: 576px) {
  .txttelephone,
  .hd-button {
    top: 195px;
  }

  .caption h2 {
    font-size: 31px;
  }

  .caption p {
    font-size: 20px;
  }

  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

/* Para mostrar en pantallas medianas (min-width: 768px) */
@media (min-width: 768px) {
  .caption h2 {
    font-size: 40px;
  }

  .caption p {
    font-size: 28px;
  }

  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

/* Para mostrar en pantallas grandes (min-width: 992px) */
@media (min-width: 992px) {
  .caption h2 {
    font-size: 45px;
    font-weight: bold;
  }

  .caption p {
    font-size: 32px;
  }

  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

/* Para mostrar en pantallas extra grandes (min-width: 1200px) */
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

/* Para mostrar en pantallas extra extra grandes (min-width: 1400px) */
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

.flex-column {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row !important;
}

.gap-3 {
  gap: 1rem !important;
}

.align-items-center {
  align-items: center !important;
}

.icon-new {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/page-5_img01.png) no-repeat;
  height: 60px;
  width: 60px;
  background-size: contain;
  background-position: center;
  color: #fff;
  font-size: 25px;
}

/* Alineación de texto predeterminada (para todos los tamaños de pantalla) */
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

/* Alineación para pantallas pequeñas (min-width: 576px) */
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-justify {
    text-align: justify !important;
  }
}

/* Alineación para pantallas medianas (min-width: 768px) */
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-justify {
    text-align: justify !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
}

/* Alineación para pantallas grandes (min-width: 992px) */
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-justify {
    text-align: justify !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }
}

/* Alineación para pantallas extra grandes (min-width: 1200px) */
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-justify {
    text-align: justify !important;
  }
}

/* Alineación para pantallas extra extra grandes (min-width: 1400px) */
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-justify {
    text-align: justify !important;
  }
}

@media (max-width: 767px) {
  .caption {
    width: 100%;
  }
}
