::after,
::before {
  line-height: normal;
}

@font-face {
  font-family: intelo;
  src: url("../fonts/Intelo-Regular.ttf");
  font-weight: normal;
}

@font-face {
  font-family: intelo;
  src: url("../fonts/Intelo-Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: intelo;
  src: url("../fonts/Intelo-Italic.ttf");
  font-style: italic;
}

@font-face {
  font-family: intelo;
  src: url("../fonts/Intelo-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: intelo;
  src: url("../fonts/Intelo-SemiBold.ttf");
  font-weight: 600;
}

/* <<< Reset CSS >>> */
body {
  font-family: intelo, sans-serif;
  font-size: 18px;
  color: #6c757d;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

p {
  text-align: justify;
}

ol:after,
ul:after {
  content: "";
  display: block;
  line-height: 0;
  clear: both;
  overflow: hidden;
  height: 0;
}

pre {
  border-left: 10px solid #ccc;
  max-width: 500px;
}

/* <<< Headings >>> */
h1 {
  font-size: 40px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
p,
.font-weight-light {
  font-weight: 300;
}

/* <<< WP-Image Hack >>> */
img {
  border: 0;
  height: auto;
  max-width: 100%;
}

/* <<< anchor >>> */
a {
  color: #010185;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: green;
  text-decoration: none;
}

a:focus {
  outline: 0;
  color: green;
}

/* <<< btn override >>> */
.btn {
  white-space: normal;
  cursor: pointer;
  font-size: 18px;
  padding: 12px 35px;
  border-radius: 0;
}

/* <<< btn-primary >>> */
.btn-primary {
  color: #fff;
  background-color: #356ba2;
  border-color: transparent;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:hover {
  color: #fff;
  background-color: #99ccff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #99ccff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  height: 50px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.form-control::-webkit-input-placeholder {
  color: white;
}
.form-control:-moz-placeholder {
  color: white;
}
.form-control::-moz-placeholder {
  color: white;
}
.form-control:-ms-input-placeholder {
  color: white;
}

.form-control:focus {
  border-bottom: 1px solid #356ba2;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
}

textarea.form-control {
  min-height: 150px;
  padding: 10px 10px 10px 10px;
}

/* <<< Global >>> */
.container {
  max-width: 2150px;
}

/* <<< outer >>> */
#outer {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  #outer {
    display: block;
  }
}

/* <<< Header >>> */
.header {
  position: fixed;
  right: 0;
  width: 26%;
  height: 100%;
  background-color: #010185;
  overflow-y: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media (max-width: 991px) {
  .header {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 300px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 575px) {
  .header {
    width: 100%;
  }
}

.header.open {
  right: 0;
}
.design {
  color: #fff;
}

.design a {
  color: #fff;
  text-decoration: none;
}

.design a:hover {
  color: #99ccff;
}

/* <<< Mobile Menu button >>> */
.navbar-button {
  width: 50px;
  height: 47px;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  z-index: 9;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: fixed;
  top: 0px;
  right: 0px;
  background-color: #fff;
  padding: 10px;
  border-radius: 0;
  display: none;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
}

@media (max-width: 991px) {
  .navbar-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.navbar-button:focus {
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
}

.navbar-button .menu_icon {
  margin: 0;
  padding-top: 1px;
  float: left;
  width: 25px;
  height: 22px;
  position: relative;
  cursor: pointer;
}

.navbar-button .menu_icon .icon-bar {
  display: block;
  position: absolute;
  opacity: 1;
  width: 25px;
  height: 3px;
  background-color: #6699cc;
  margin: 0 auto;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.navbar-button .menu_icon .icon-bar:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(145deg);
  /* WebKit */
  /* Mozilla */
  /* Opera */
  /* Internet Explorer */
  transform: rotate(140deg);
  /* CSS3 */
}

.navbar-button .menu_icon .icon-bar:nth-child(2) {
  top: 8px;
  opacity: 0;
  left: -10px;
}

.navbar-button .menu_icon .icon-bar:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-145deg);
  /* WebKit */
  /* Mozilla */
  /* Opera */
  /* Internet Explorer */
  transform: rotate(-140deg);
  /* CSS3 */
}

.navbar-button.collapsed .icon-bar {
  -webkit-transform: rotate(0deg);
  /* WebKit */
  /* Mozilla */
  /* Opera */
  /* Internet Explorer */
  transform: rotate(0deg);
  /* CSS3 */
}

.navbar-button.collapsed .icon-bar:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(0deg);
  /* WebKit */
  /* Mozilla */
  /* Opera */
  /* Internet Explorer */
  transform: rotate(0deg);
  /* CSS3 */
}

.navbar-button.collapsed .icon-bar:nth-child(2) {
  top: 10px;
  left: 0;
  opacity: 1;
}

.navbar-button.collapsed .icon-bar:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(0deg);
  /* WebKit */
  /* Mozilla */
  /* Opera */
  /* Internet Explorer */
  transform: rotate(0deg);
  /* CSS3 */
}

/* <<< Navigation >>> */
.navbar {
  padding: 0;
  margin-bottom: 0;
}

.navbar .navbar-collapse {
  display: flex;
  /* height: 100% !important; */
  padding-left: 61px;
  padding-right: 10px;
}

@media (max-width: 1366px) {
  .navbar .navbar-collapse {
    padding-left: 31px;
    padding-right: 5px;
    font-size: 4rem;
  }
}

@media (min-width: 1025px) and (max-width: 1097px) {
  .nav-link {
    font-size: 0.85rem !important;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .nav-link {
    font-size: 0.8rem !important;
  }
}

.navbar .navbar-nav {
  position: relative;
}

@media (max-height: 580px) {
  .navbar .navbar-nav {
    padding-top: 30px;
  }
}

.navbar .navbar-collapse::before {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #ff6500;
  height: 100%;
  top: 0;
}
@media (max-width: 1920px) {
  .navbar .navbar-nav > .nav-item {
    font-weight: 400;
    font-size: 1px;
    background-image: url(../img/menu-item-bg.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 66px;
    margin-bottom: 38px;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .nav-link {
    font-size: 1.1rem;
  }

  .icon-menu {
    width: 30px;
  }
}

@media (max-width: 1366px) {
  .navbar .navbar-nav > .nav-item {
    font-size: 16px;
    padding-left: 53px;
  }

  .nav-link {
    font-size: 1rem;
    align-items: center;
    align-content: center;
  }
  .icon-menu {
    width: 2rem;
  }
}

.navbar .navbar-nav > .nav-item .icn {
  padding-right: 20px;
  display: inline-block;
  align-items: center;
}

@media only screen and (max-width: 3839px) and (min-width: 1920px) {
  .navbar .navbar-nav > .nav-item {
    font-size: 16px;
    padding-left: 50px;
  }
  .nav-link {
    font-size: 1.5rem;
  }
  .icon-menu {
    width: 2.7rem;
  }
  .navbar .navbar-nav > .nav-item {
    font-weight: 400;
    font-size: 1px;
    background-image: url(../img/menu-item-bg.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5rem;
    margin-bottom: 38px;
  }
}

@media only screen and (min-width: 3840px) {
  .navbar .navbar-nav > .nav-item {
    font-size: 1rem;
    padding-left: 50px;
  }
  .icon-menu {
    width: 5rem;
  }
  .nav-link {
    font-size: 2.5rem;
  }

  .navbar {
    width: 100%;
  }

  .navbar .navbar-nav > .nav-item .icn {
    padding-right: 50px;
    display: inline-block;
  }

  .navbar .navbar-nav > .nav-item {
    font-weight: 400;
    font-size: 1px;
    background-image: url(../img/menu-item-bg.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10rem;
    margin-bottom: 38px;
  }
}

/* @media only screen and (max-width: 2399px) and (min-width: 1024px) {
  .navbar .navbar-nav > .nav-item {
    font-size: 1.5rem;
    padding-left: 50px;
  
  }
 */
.navbar .navbar-nav > .nav-item .icn {
  padding-right: 20px;
  display: inline-block;
}

@media (max-width: 1366px) {
  .navbar .navbar-nav > .nav-item .icn {
    padding-right: 10px;
  }
}

.navbar .navbar-nav > .nav-item:last-child {
  margin-bottom: 0;
}

.navbar .navbar-nav > .nav-item:hover > a.nav-link,
.navbar .navbar-nav > .nav-item.active > a.nav-link,
.navbar .navbar-nav > .nav-item.current-menu-ancestor > a.dropdown-toggle {
  background-color: transparent;
  outline: 0;
  color: #99ccff;
  transition: all 0.3s ease;
}

.navbar .navbar-nav > .nav-item > a.nav-link {
  color: #fff;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  padding: 0;
}

.navbar .navbar-nav > .nav-item > a.nav-link.current {
  color: #99ccff;
}

.navbar .navbar-nav > .nav-item > a.nav-link.dropdown-toggle::after {
  content: "";
  vertical-align: middle;
}

@media (max-width: 767px) {
  .navbar .navbar-nav > .nav-item > a.nav-link.dropdown-toggle::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-nav > .nav-item > a.nav-link {
    padding: 10px;
    color: #fff;
  }
}

.navbar .navbar-nav > .nav-item ul.dropdown-menu {
  padding: 0;
  width: auto;
  border-radius: 0;
  border: 0;
  margin: 0;
}

.navbar .navbar-nav > .nav-item ul.dropdown-menu .nav-item {
  font-size: 16px;
  font-weight: 300;
}

.navbar .navbar-nav > .nav-item ul.dropdown-menu .nav-item > a.dropdown-item {
  border-bottom: 0;
  color: #fff;
  padding: 5px;
}

@media (max-width: 767px) {
  .navbar .navbar-nav > .nav-item ul.dropdown-menu .nav-item > a.dropdown-item {
    padding-left: 20px;
  }
}

.menu-lang {
  width: 95%;
  margin-top: 0.5rem;
}

@media (min-width: 2400px) {
  .menu-lang {
    width: 95%;
    margin-top: 0.5rem;
    height: 4rem;
  }
  .flagMenu {
    margin-right: 0.3rem;
    border-radius: 100%;
    width: 4rem;
  }
  .text-menu-lang {
    height: 4rem;
    font-size: 2rem;
  }
}

@media (min-width: 1921px) and (max-width: 2399px) {
  .menu-lang {
    width: 95%;
    margin-top: 0.5rem;
    height: 3rem;
  }
  .flagMenu {
    margin-right: 0.3rem;
    border-radius: 100%;
    width: 3rem;
  }
  .text-menu-lang {
    height: 3rem;
    font-size: 1.5rem;
  }
}

@media (max-width: 1920px) {
  .flagMenu {
    margin-right: 0.3rem;
    border-radius: 100%;
    width: 2rem;
  }
  .text-menu-lang {
    height: 2rem;
  }
}

.text-menu-lang {
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.navbar
  .navbar-nav
  > .nav-item
  ul.dropdown-menu
  .nav-item
  > a.dropdown-item.dropdown-toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.navbar
  .navbar-nav
  > .nav-item
  ul.dropdown-menu
  .nav-item
  > a.dropdown-item.dropdown-toggle::after {
  height: 2px !important;
  background-color: cyan;
  opacity: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0;
  margin-left: 10px;
  display: block;
}

@media (max-width: 767px) {
  .navbar
    .navbar-nav
    > .nav-item
    ul.dropdown-menu
    .nav-item
    > a.dropdown-item.dropdown-toggle::after {
    display: none;
  }
}

.navbar .navbar-nav > .nav-item ul.dropdown-menu .nav-item:hover > a,
.navbar .navbar-nav > .nav-item ul.dropdown-menu .nav-item.active > a,
.navbar
  .navbar-nav
  > .nav-item
  ul.dropdown-menu
  .nav-item.current-menu-ancestor
  > a.dropdown-toggle {
  font-weight: 500;
  color: #fff;
  background-color: lightblue;
}

.navbar
  .navbar-nav
  > .nav-item
  ul.dropdown-menu
  .nav-item:hover
  > a.dropdown-toggle::after {
  opacity: 1;
}

.navbar .navbar-nav > .nav-item ul.dropdown-menu .nav-item ul.dropdown-menu {
  padding: 0;
}

@media (max-width: 767px) {
  .navbar .navbar-nav .caret::before {
    margin-left: 10px;
    font-size: 26px;
    content: "\f107";
    font-family: "intelo";
    vertical-align: middle;
  }
  .navbar .navbar-nav .caret.caret-open::before {
    content: "\f106";
  }
}

@media only screen and (min-width: 768px) {
  /**:: First Dropdown ::**/
  .navbar .navbar-collapse ul li {
    position: relative;
  }
  .navbar .navbar-collapse ul li:hover > ul {
    display: block;
  }
  .navbar .navbar-collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: none;
    background-color: dodgerblue;
  }
  /**:: Second Dropdown ::**/
  .navbar .navbar-collapse ul ul li {
    position: relative;
  }
  .navbar .navbar-collapse ul ul li:hover > ul {
    display: block;
  }
  .navbar .navbar-collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
    background-color: aqua;
  }
  /**:: Third Dropdown ::**/
  .navbar .navbar-collapse ul ul ul li {
    position: relative;
  }
  .navbar .navbar-collapse ul ul ul li:hover ul {
    display: block;
  }
  .navbar .navbar-collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
    background-color: bisque;
  }
  /**:: Fourth Dropdown ::**/
  .navbar .navbar-collapse ul ul ul ul li {
    position: relative;
  }
  .navbar .navbar-collapse ul ul ul ul li:hover ul {
    display: block;
  }
  .navbar .navbar-collapse ul ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
    background-color: fuchsia;
  }
}

@media (max-width: 991px) {
  .navbar .navbar-nav {
    padding-top: 5px;
    margin-bottom: 0;
  }

  .navbar .navbar-collapse {
    padding-left: 0;
  }
  .navbar .navbar-collapse::before {
    height: 0;
  }

  .navbar .navbar-nav > .nav-item {
    min-height: 45px;
    margin-bottom: 10px;
    background-size: contain;
  }

  .navbar .navbar-nav > .nav-item {
    padding-left: 30px;
  }
  .nav-link .fa-2x {
    font-size: 1.2em;
  }
}

/* <<< content-box >>> */
#content-box {
  overflow: hidden;
  width: calc(74% + 1px);
}

@media (max-width: 991px) {
  #content-box {
    width: 100%;
  }
}

@media (min-width: 401px) {
  .section3 {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 400px) {
  .section3 {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1921px) and (max-width: 4000px) {
  .section {
    height: 53rem;
    display: flex;
    align-items: center;
    padding-bottom: 0px;
  }
  .section2 {
    background: white;
    height: 94rem;
    display: flex;
    align-items: center;
  }
  .section3 {
    height: 45rem;
    display: flex;
    align-items: center;
  }
  .section4 {
    height: 32rem;
    display: flex;
    align-items: center;
  }
  .section5 {
    height: 55rem;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1441px) and (max-width: 1920px) {
  .section {
    height: 53rem;
    display: flex;
    align-items: center;
    padding-bottom: 0px;
  }
  .section2 {
    background: white;
    height: 70rem;
    display: flex;
    align-items: center;
  }
  .section3 {
    height: 45rem;
    display: flex;
    align-items: center;
  }
  .section4 {
    height: 34rem;
    display: flex;
    align-items: center;
  }
  .section5 {
    height: 52rem;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1281px) and (max-width: 1440px) {
    .section {
      height: 56rem;
      display: flex;
      align-items: center;
      padding-bottom: 0px;
    }
    .section2 {
      background: white;
      height: 59rem;
      display: flex;
      align-items: center;
    }
    .section3 {
      display: flex;
      align-items: center;
    }
    .section4 {
      display: flex;
      align-items: center;
    }
    .section5 {
      display: flex;
      align-items: center;
    }
  }

  @media (min-width: 1025px) and (max-width: 1280px) {
    #parallax-mirror-2 {
      height: 50rem !important;
    }
  
    #parallax-mirror-1 {
      height: 50rem !important;
    }
  
    #parallax-mirror-0 {
      height: 51rem !important;
    }
    .section {
      height: 53rem;
      display: flex;
      align-items: center;
      padding-bottom: 0px;
    }
    .section2 {
      background: white;
      height: 50rem;
      display: flex;
      align-items: center;
    }
    .section3 {
      display: flex;
      align-items: center;
    }
    .section4 {
      background: white;
      display: flex;
      align-items: center;
    }
    .section5 {
      display: flex;
      align-items: center;
    }
  }


  @media (min-width: 992px) and (max-width: 1024px) {
    .section {
      height: 55rem;
      display: flex;
      align-items: center;
      padding-bottom: 0px;
    }
    .section2 {
      height: 850px;
      display: flex;
      align-items: center;
    }
    .section3 {
      height: 820px;
      display: flex;
      align-items: center;
    }
    .section4 {
      height: 480px;
      display: flex;
      align-items: center;
    }
    .section5 {
      height: 850px;
      display: flex;
      align-items: center;
    }
  }

  @media (min-width: 701px) and (max-width: 991px) {
    .section2 {
      height: 820px;
      display: flex;
      align-items: center;
    }
    .section3 {
      display: flex;
      align-items: center;
    }
    .section4 {
      height: 510px;
      display: flex;
      align-items: center;
    }
    .section5 {
      height: 1250px;
      display: flex;
      align-items: center;
    }
  }

  @media (max-width: 700px) {
    .section2 {
      display: flex;
      align-items: center;
    }
    .section4 {
      height: 800px;
      display: flex;
      align-items: center;
    }
    .section5 {
      display: flex;
      align-items: center;
    }
  }
  
/* <<< Banner side >>> */
.banner-section {
    position: relative;
    text-align: center;
    background-color: #99ccff;
    padding-top: 1rem;
    align-items: flex-start;
  }
  
  .bg-blue-transparent {
    background-color: rgb(102 153 204 / 0.8);
  }
  
  .banner-section .logo-fa {
    color: #fff;
    max-width: 250px;
    margin-left: 5px;
    padding-top: 43px;
    padding-bottom: 35px;
    font-size: 32px;
    /* margin-bottom: 17rem; */
  }
  
  @media (max-width: 991px) {
    .banner-section .logo-fa {
      margin: 0 auto 30px;
    }
  }
  
  @media (max-width: 767px) {
    .banner-section .logo-fa {
      font-size: 28px;
      padding-top: 20px;
      padding-bottom: 15px;
    }
  }
  
  .banner-section .logo-fa span {
    font-size: 38px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 17px;
  }
  
  @media (max-width: 767px) {
    .banner-section .logo-fa span {
      font-size: 32px;
      margin-bottom: 10px;
    }
  }
  
  .banner-section .simple {
    color: #fff;
    display: inline-block;
    margin: auto;
    /* margin-left: 97px; */
    padding: 33px 68px 34px 68px;
  }
  
  @media (max-width: 991px) {
    .banner-section .simple {
      margin-left: 0;
    }
  }
  
  @media (max-width: 767px) {
    .banner-section .simple {
      padding: 16px 34px 17px 34px;
    }
  }
  
  .banner-section .simple p {
    margin-bottom: 0;
    font-size: 42px;
    font-style: italic;
  }
  
  @media (max-width: 991px) {
    .banner-section .simple p {
      font-size: 20px;
    }
  }
  
  @media (max-width: 575px) {
    .banner-section .simple p {
      font-size: 18px;
    }
  }
  
  /* <<< Work Side >>> */
  
  @media (max-width: 991px) {
    .work-section {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
      background-color: #ffffff;
    }
  
    .work-section .container {
      max-width: 2242px;
    }
  }
  
  @media (min-width: 991px) {
    .work-section .container {
      max-width: 2242px;
    }
  }
  
  @media (max-width: 767px) {
    .work-section .item {
      text-align: center;
      margin-bottom: 30px;
    }
  }
  
  .work-section .item.one {
    margin-top: 80px;
  }
  
  @media (max-width: 767px) {
    .work-section .item.one {
      margin-top: 0;
    }
  }
  
  .work-section .item.two {
    margin-top: 161px;
  }
  
  @media (max-width: 767px) {
    .work-section .item.two {
      margin-top: 0;
    }
  }
  
  .work-section .item .icn {
    width: 119px;
    height: 119px;
    display: block;
    border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  
  @media (max-width: 767px) {
    .work-section .item .icn {
      margin: 0 auto 20px;
    }
  }
  
  .work-section .item h3 {
    color: #ffccff;
    text-transform: uppercase;
    font-size: 27px;
    letter-spacing: -1px;
    margin-bottom: 9px;
  }
  
  .work-section .item p {
    color: #fff;
    line-height: 31px;
    margin-bottom: 0;
  }
  
  .work-section .title {
    margin-top: 5px;
    margin-left: 1px;
    border-bottom: 1px solid #fff;
  }
  
  .work-section .title h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 12px;
  }
  
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  .gallery-slider figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
  }
  
  .gallery-slider figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 28px;
  }
  
  .gallery-slider figure h2 span {
    font-weight: 800;
  }
  
  .gallery-slider figure h2,
  .gallery-slider figure p {
    margin: 0;
  }
  
  .gallery-slider figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
  }
  
  .gallery-section {
    background-color: #99ccff;
  }
  
  .gallery-section .title {
    padding-right: 13px;
    margin-bottom: 80px;
  }
  
  /*---------------*/
  /***** Julia *****/
  /*---------------*/
  
  figure.effect-julia {
    background: #2f3238;
  }
  
  figure.effect-julia img {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  figure.effect-julia figcaption {
    display: flex;
    align-items: center;
  }
  
  figure.effect-julia h2 {
    position: relative;
    padding: 0.5em 0;
  }
  
  figure.effect-julia p {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0.4em 1em;
    background: rgba(255, 255, 255, 0.9);
    color: #2f3238;
    text-transform: none;
    font-weight: 500;
    font-size: 75%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
  }
  
  figure.effect-julia p:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  
  figure.effect-julia p:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  
  figure.effect-julia p:nth-of-type(3) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  
  figure.effect-julia:hover p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  
  figure.effect-julia:hover p:nth-of-type(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  
  figure.effect-julia:hover p:nth-of-type(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  
  figure.effect-julia:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  
  figure.effect-julia:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  @media (max-width: 767px) {
    .gallery-section .title {
      margin-bottom: 40px;
    }
  }
  
  .gallery-section .title h2 {
    color: #006699;
  }
  .gallery-section .slick-list {
    margin-bottom: 40px;
  }
  
  .gallery-section .item {
    text-align: center;
    margin: 5px;
  }
  
  .gallery-section .slick-dots {
    position: unset;
    bottom: 0;
  }
  
  .gallery-section .slick-dots li {
    background-color: #6699cc;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin: 0 10px;
    transition: all 0.3s ease;
  }
  
  .gallery-section .slick-dots li.slick-active,
  .gallery-section .slick-dots li:hover {
    background-color: #006699;
  }
  
  .gallery-section .slick-dots li button {
    display: none;
  }
  
  .contact-section {
    background-color: #6699cc;
    flex-direction: column;
    justify-content: center;
  }
  
  .contact-section .title {
    margin-bottom: 50px;
  }
  
  .contact-section .title h3 {
    color: #fff;
    font-size: 34px;
  }
  
  .contact-section .contact-form .form-group {
    margin-bottom: 24px;
  }
  .tm-contact-item-inner {
    max-width: 360px;
  }
  .tm-contact-item-inner-2 {
    max-width: 330px;
  }
  
  .tm-contact-item-inner,
  .tm-contact-item-inner-2 {
    margin-left: auto;
    margin-right: auto;
  }
  
  @media (max-width: 767px) {
    .contact-section .contact-details {
      margin-bottom: 30px;
    }
  }
  
  .contact-section .contact-details p {
    color: #fff;
    line-height: 31px;
    margin-bottom: 38px;
  }
  
  .contact-section .contact-details ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  
  .contact-section .contact-details ul li {
    color: #fff;
    margin-bottom: 4px;
  }
  
  .contact-section .contact-details ul li .icn {
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    text-align: center;
  }
  
  .contact-section .contact-details ul li .lbl {
    display: inline-block;
    max-width: 55px;
    width: 100%;
  }
  
  .contact-section .contact-details ul li a {
    color: #fff;
    text-decoration: none;
  }
  
  .contact-section .contact-details ul li a:hover {
    color: #99ccff;
  }
  .contact-section .map {
    text-align: center;
  }
  
  .map-outer {
    position: relative;
    height: 400px;
    width: 100%;
  }
  
  .gmap-canvas {
    overflow: hidden;
    background: none !important;
    height: 400px;
    width: 100%;
  }
  
  /* <<< footer >>> */
  .footer {
    position: relative;
    background-color: #6699cc;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: static;
    margin-top: 30px;
    /* <<< Dummy Side >>> */
  }
  
  @media (min-height: 600px) {
    .contact-section {
      position: relative;
    }
  
    .footer {
      position: absolute;
      bottom: 0;
      left: 60px;
    }
  }
  
  @media (max-width: 1300px) {
    .contact-section {
      height: auto;
      min-height: 100vh;
      padding-top: 50px;
    }
  
    .contact-form,
    .contact-details {
      width: 50%;
    }
  
    .map {
      width: 100%;
    }
  }
  
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  @media (max-width: 1800px) {
    .footer {
      left: 15px;
    }
    .container-2 {
      max-width: 1150px;
    }
  }
  
  @media (max-width: 1733px) {
    .footer {
      left: 0;
      padding-top: 30px;
    }
  }
  
  #header-section {
    height: 80vh;
  }
  
  .parallax-window {
    background: transparent;
  }
  
  @media (max-width: 400px) {
    #header-section {
      height: 70vh;
      margin-top: -18rem;
    }
  }
  
  @media (min-width: 401px) and (max-width: 991px) {
    #header-section {
      height: 70vh;
      margin-top: -10rem;
    }
  }
  
  @media (max-width: 991px) {
    .section {
      height: 1040px;
      display: flex;
      align-items: center;
      padding-bottom: 0px;
    }
  
    /* #header-section {
      height: 70vh;
      margin-top: -25rem;
    } */
  
    .banner-section {
      padding-top: 0;
    }
    .contact-section {
      padding-bottom: 0;
    }
  }
  
  @media (max-width: 620px) {
    .contact-form,
    .contact-details {
      width: 100%;
    }
  
    .contact-details {
      margin-bottom: 50px !important;
    }
  }
  
  /* custom Portal Creativo */
  
  .logo-img {
    width: 100% !important;
  }
  
  .logo-navbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0rem;
  }
  
  .logo-navbar-image {
    width: 40%;
  }
  
  /* ------------------------------------------------------------------------------
                    Header
  ------------------------------------------------------------------------------ */
  
  .header-button {
    background-color: #ff6500;
    border-color: #ff6500;
    border-radius: 10px;
    padding: 1rem 2rem 1rem 2rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: none !important;
    height: 5.5rem;
  }
  
  .header-button:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 10px;
    padding: 1rem 2rem 1rem 2rem;
    color: #010185;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    height: 2.5rem;
  }
  
  .div-header-buttons {
    line-height: 4.5rem;
  }
  
  .image-buttton {
    height: 2.5rem !important;
    padding: 0.5rem 1rem 0.5rem 1rem !important;
  }
  
  /* ------------------------------------------------------------------------------
                    Menu
  ------------------------------------------------------------------------------ */
  
  @media only screen and (max-width: 3679px) and (min-width: 1921px) {
    .menu-buttons-nav {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0.3rem;
      padding-left: 3rem;
    }
  }
  
  @media only screen and (max-width: 1920px) and (min-width: 1025px) {
    .menu-buttons-nav {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0.3rem;
      padding-left: 3rem;
    }
  }
  
  @media only screen and (max-width: 1024px) and (min-width: 992px) {
    .menu-buttons-nav {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0.3rem;
      font-size: 0.9rem;
      padding-right: 0rem !important;
    }
  }
  
  @media only screen and (max-width: 430px) and (min-width: 360px) {
    .menu-buttons-nav {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0.3rem;
      padding-left: 1rem;
      z-index: 3;
    }
  }

  @media only screen and (max-width: 430px) and (min-width: 360px) {
    .menu-buttons-nav {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0.3rem;
      padding-left: 1rem;
      z-index: 3;
    }
  }
  
  /* .menu-buttons-nav .menu-button:hover{
    background-color: #ff6500;
    border-color: #ff6500;
    border-radius: 10px;
    padding: 0.3rem 1rem;
    color: #ffffff;
    font-weight: normal;
    font-size: 0.9rem;
    text-decoration: none;
    box-shadow: none !important;
    margin-top: 0.5rem;
  }
  
  .menu-buttons-nav .menu-button{
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 10px;
    padding: 0.3rem 1rem;
    color: #010185;
    font-weight: normal;
    font-size: 0.9rem;
    text-decoration: none;
    margin-top: 0.5rem;
  } */
  
  .menu-buttons-nav .menu-button:hover {
    background-color: #ff6500;
    border-color: #ff6500;
    border-radius: 10px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    box-shadow: none !important;
    margin-top: 0.5rem;
  }
  
  .menu-buttons-nav .menu-button {
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff !important;
    border-radius: 10px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    margin-top: 0.5rem;
  }
  
  @media only screen and (max-width: 1920px) and (min-width: 1025px) {
    .menu-buttons-nav .menu-button:hover {
      background-color: #ff6500;
      border-color: #ff6500;
      border-radius: 10px;
      padding: 0.3rem 1rem;
      color: #ffffff;
      font-weight: normal;
      font-size: 1rem;
      text-decoration: none;
      box-shadow: none !important;
      margin-top: 0.5rem;
    }
  
    .menu-buttons-nav .menu-button {
      border-width: 1px;
      border-style: solid;
      border-color: #ffffff !important;
      border-radius: 10px;
      padding: 0.3rem 1rem;
      color: #ffffff;
      font-weight: normal;
      font-size: 1rem;
      text-decoration: none;
      margin-top: 0.5rem;
    }
  }
  
  @media only screen and (min-width: 1920px) and (max-width: 3839px) {
    .menu-buttons-nav .menu-button:hover {
      background-color: #ff6500;
      border-color: #ff6500;
      border-radius: 10px;
      padding: 0.3rem 1rem;
      color: #ffffff;
      font-weight: normal;
      font-size: 1.1rem;
      text-decoration: none;
      box-shadow: none !important;
      margin-top: 0.5rem;
    }
  
    .menu-buttons-nav .menu-button {
      border-width: 1px;
      border-style: solid;
      border-color: #ffffff !important;
      border-radius: 10px;
      padding: 0.3rem 1rem;
      color: #ffffff;
      font-weight: normal;
      font-size: 1.1rem;
      text-decoration: none;
      margin-top: 0.5rem;
    }
  }
  
  @media only screen and (min-width: 3840px) {
    .menu-buttons-nav .menu-button:hover {
      background-color: #ff6500;
      border-color: #ff6500;
      border-radius: 10px;
      padding: 0.3rem 1rem;
      color: #ffffff;
      font-weight: normal;
      font-size: 2rem;
      text-decoration: none;
      box-shadow: none !important;
      margin-top: 0.5rem;
    }
  
    .menu-buttons-nav .menu-button {
      border-width: 1px;
      border-style: solid;
      border-color: #ffffff !important;
      border-radius: 10px;
      padding: 0.3rem 1rem;
      color: #ffffff;
      font-weight: normal;
      font-size: 2rem;
      text-decoration: none;
      margin-top: 0.5rem;
    }
  }
  
  @media (max-width: 991px) {
    .title-container {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin-bottom: 1.5rem;
      margin-top: 0rem;
    }
  }
  
  @media (min-width: 992px) {
    .title-container {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin-bottom: 1.5rem;
    }
  }
  
  .title-container .title {
    margin: 0 20px;
    color: #ff6500;
  }
  
  .title-container hr {
    flex-grow: 1;
    border: none;
    border-top: 3px solid;
    border-color: #ff6500;
    opacity: 1 !important;
  }
  
  @media (max-width: 991px) {
    .last-title {
      margin-bottom: 0rem;
    }
  }
  
  .image-container {
    position: sticky;
    top: 0;
  }
  
  .div-text-info {
    font-size: 1rem;
  }
  
  /* ------------------------------------------------------------------------------
                    Section 3
  ------------------------------------------------------------------------------ */
  
  /* .section-3 {
    background-color: rgba(255, 101, 0, 0.7) !important;
  } */
  
  @media (max-width: 500px) {
    .about-us-text {
      font-size: 1.1rem;
    }
  }

  .about-us-text {
    text-align: justify !important;
  }
  
  .title-container-section3 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  
  .title-container-section3 .title {
    margin: 0 20px;
    color: #ffffff;
  }
  
  .title-container-section3 hr {
    flex-grow: 1;
    border: none;
    border-top: 3px solid;
    border-color: #ffffff;
    opacity: 1 !important;
  }
  
  .simple-steps-img {
    width: 5rem;
    height: 5rem;
    margin-top: 2rem;
  }
  
  .simple-steps-title {
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 1rem;
  }
  
  .simple-steps-text {
    color: #ffffff;
    font-size: 1.3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: bold;
  }
  
  @media (max-width: 991px) {
    .simple-steps-section {
      margin: 0rem 0.5rem 0rem 0.5rem;
    }
    .simple-steps-card {
      margin: 1.5rem 0rem 1.5rem 0rem;
      background-color: rgba(255, 255, 255, 0.3);
      border-radius: 1rem;
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
  
  @media (min-width: 991px) {
    .simple-steps-card {
      margin-top: 3rem;
      margin-bottom: 3rem;
      width: 30%;
      background-color: rgba(255, 255, 255, 0.3);
      border-radius: 1rem;
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
  
  .recarga-card {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  /* 
  ------------------------------------------------------------------------------
                    Section 4
  ------------------------------------------------------------------------------ */
  
  #section-4 {
    background-color: #ffffff;
  }
  
  #hrSection4 {
    display: none;
  }
  
  @media (min-width: 1025px) and (max-width: 1920px) {
    #hrSection4 {
      display: block;
      border-top: 3rem solid white !important;
    }
  }
  
  .service-img {
    width: 3rem;
    height: 3rem;
  }
  
  .hover {
    background: #ff6500 !important;
  }
  .hover-h3 {
    color: #ffffff !important;
  }
  
  .service-card {
    background: #ffffff;
    border-width: 1px;
    border-radius: 22px;
    padding: 1rem;
    box-shadow: 2px 4px 2px 1px rgba(0, 0, 0, 0.1);
  }
  
  @media (min-width: 1921px) {
    .service-card {
      width: 25%;
      margin: 1rem 1rem 0rem 1rem;
    }
  }
  
  @media (min-width: 1025px) and (max-width: 1920px) {
    .service-card {
      width: 32%;
      margin: 1rem 0.2rem 0rem 0.2rem;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1024px) {
    .service-card {
      width: 49%;
      margin: 1rem 0.2rem 0rem 0.2rem;
    }
  }
  
  @media (min-width: 701px) and (max-width: 991px) {
    .service-card {
      width: 49%;
      margin: 0rem 0.2rem 0rem 0.2rem;
    }
  }
  
  .service-title {
    font-size: 1.3rem;
    width: 15rem;
    font-weight: bold;
    text-align: left;
    color: #010185;
    margin-bottom: 0;
    margin-left: 1rem;
  }
  
  .service-card:hover {
    background: #ff6500;
    color: #ffffff;
  }
  
  .service-card:hover .service-title {
    color: #ffffff;
    font-size: 1.1rem;
    text-align: justify !important;
  }
  
  /* ------------------------------------------------------------------------------
                    section 5
  ------------------------------------------------------------------------------ */
  
  .accordion-custom {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
  
  .accordion-item-custom {
    background-color: #ffffff;
    border-width: 2px !important;
    border-bottom: 2px;
    border-style: solid !important;
    border-color: rgba(255, 101, 0, 0.7) !important;
    border-radius: 5px;
    margin-bottom: 1rem;
  }
  
  .accordion-button-custom {
    background-color: #ffffff !important;
    border-width: 0px;
    border-style: solid !important;
    border-color: rgba(255, 101, 0, 0.7);
    border-radius: 5px;
  }
  
  .title-container-section5 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 1.5rem;
    margin-top: 4rem;
  }
  
  .title-container-section5 .title {
    margin: 0 20px;
    color: #ffffff;
  }
  
  .title-container-section5 hr {
    flex-grow: 1;
    border: none;
    border-top: 3px solid;
    border-color: #ffffff;
    opacity: 1 !important;
  }
  
  /* ------------------------------------------------------------------------------
                    Section 6
  ------------------------------------------------------------------------------ */
  
  #section-6 {
    background-color: #ffffff;
    margin-top: 4rem;
  }
  
  .contact-info-img-custom {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 10px;
    margin-right: 1rem;
  }
  
  .title-footer-custom {
    font-weight: bold;
    color: #ffffff;
    font-size: 1.3rem;
  }
  
  .sub-title-footer-custom {
    color: #ffffff;
    font-size: 1rem;
  }
  
  .info-footer-custom {
    margin-bottom: 3rem;
    align-items: center;
  }
  
  @media (min-width: 991px) {
    .form-button:hover {
      margin-top: 0.7rem;
      margin-bottom: 2rem;
      width: 50%;
      background: #ffffff;
      color: #010185;
      border-radius: 10px;
      border-style: solid;
      border-color: #ffffff;
      font-weight: 600;
    }
  
    .form-button {
      margin-top: 0.7rem;
      margin-bottom: 2rem;
      width: 50%;
      background: #ffffff;
      color: #ff6500;
      border-radius: 10px;
      border-style: solid;
      border-color: #ffffff;
      font-weight: 600;
    }
  }
  
  @media (max-width: 991px) {
    .form-button:hover {
      margin-top: 0.7rem;
      margin-bottom: 2rem;
      width: 60%;
      background: #ffffff;
      color: #010185;
      border-radius: 10px;
      border-style: solid;
      border-color: #ffffff;
      font-weight: 600;
    }
  
    .form-button {
      margin-top: 0.7rem;
      margin-bottom: 2rem;
      width: 60%;
      background: #ffffff;
      color: #ff6500;
      border-radius: 10px;
      border-style: solid;
      border-color: #ffffff;
      font-weight: 600;
    }
  }
  
  @media (min-width: 991px) {
    .contact-info-custom {
      margin-left: 1.5rem;
      margin-right: 1.5rem;
      margin-top: 3rem;
    }
  }
  
  @media (max-width: 991px) {
    .contact-info-custom {
      margin-left: 0rem;
      margin-right: 0rem;
      margin-top: 3rem;
    }
  }
  
  .form-input-custom {
    background-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    border-style: solid;
    border-color: #ffffff !important;
    margin-bottom: 1rem;
  }
  
  .input-custom {
    height: 3rem;
  }
  
  ::placeholder {
    color: #ffffff;
    opacity: 0.7; /* Firefox */
  }
  
  ::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #ffffff;
    opacity: 0.7; /* Firefox */
  }
  
  .form-textarea-custom {
    padding-top: 0.5rem;
  }
  
  @media (min-width: 2000px) and (max-width: 4000px) {
    .rrss-img {
      padding: 0rem 0rem 0rem 0rem !important;
      width: 3.5rem;
    }
    .youtube-icon {
      padding: 0rem 0rem 0rem 0rem !important;
      width: 4.5rem;
    }
  }
  
  @media (min-width: 1281px) and (max-width: 2000px) {
    .rrss-img {
      padding: 0rem 0rem 0rem 0rem !important;
      width: 2rem;
    }
    .youtube-icon {
      padding: 0rem 0rem 0rem 0rem !important;
      width: 2.5rem;
    }
  }
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    .rrss-img {
      padding: 0rem 0rem 0rem 0rem !important;
      width: 2rem;
    }
    .youtube-icon {
      padding: 0rem 0rem 0rem 0rem !important;
      width: 2.5rem;
    }
  }

  @media (min-width: 992px) and (max-width: 1024px) {
    .rrss-img {
      padding: 0rem 0rem 0rem 0rem !important;
    }
  }

  @media (min-width: 701px) and (max-width: 991px) {
    .rrss-img {
      width: 4.5rem;
    }
    .youtube-icon {
      width: 5.2rem;
    }
  }
  
  @media (max-width: 700px) {
    .rrss-img {
      width: 4rem;
      margin-bottom: 2rem;
    }
    .youtube-icon {
      width: 4.7rem;
      margin-bottom: 2rem;
    }
  }
  
  .copyright-custom {
    color: #ffffff;
    font-size: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
  
  .button-menu-faq {
    color: #ffffff !important;
  }
  
  #pagotronic-info {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  
  .div-input-correo {
    padding-right: 0px !important;
  }
  
  .div-input-nombre {
    padding-left: 0px !important;
  }
  
  .div-input-nombre input {
    padding-left: 10px;
  }
  
  .div-input-correo input {
    padding-left: 10px;
  }
  
  @media (min-width: 991px) {
    .div-input-correo {
      padding-right: 0px !important;
    }
  
    .div-input-nombre {
      padding-left: 0px !important;
    }
  }
  
  @media (max-width: 700px) {
    .div-input-correo {
      padding-left: 0px !important;
    }
  
    .div-input-nombre {
      padding-right: 0px !important;
    }
  
    #storeDiv a {
      text-align: center;
      margin: 1rem 0rem 1rem 0rem;
      width: 50%;
    }
  }
  
  @media (min-width: 1921px) and (max-width: 4000px) {
    #storeDiv a {
      text-align: center;
      margin: 1rem 0rem 1rem 0rem;
      width: 13% !important;
    }
  }
  
  @media (min-width: 1025px) and (max-width: 1919px) {
    #storeDiv a {
      text-align: center;
      margin: 1rem 0rem 1rem 0rem;
      width: 20% !important;
    }
  }
  
  @media (min-width: 701px) and (max-width: 1024px) {
    .div-input-correo {
      padding-left: 0.5rem !important;
    }
  
    .div-input-nombre {
      padding-right: 0.5rem !important;
    }
  
    #storeDiv a {
      text-align: center;
      margin: 1rem 0rem 1rem 0rem;
      width: 25%;
    }
  }
  
  /* ------------------------------------------------------------------------------
                    Calculator
  ------------------------------------------------------------------------------ */
  
  @media (min-width: 1920px) and (max-width: 3840px) {
    .div-calculator {
      margin-left: 1rem;
    }
    .calculator {
      width: 20%;
    }
  }
  
  @media (max-width: 2600px) and (min-width: 1920px) {
    .div-calculator {
      margin-left: 1rem;
    }
    .calculator {
      width: 30%;
    }
  }
  
  @media (max-width: 1919px) and (min-width: 1280px) {
    .div-calculator {
      margin-left: 1rem;
    }
    .calculator {
      width: 41%;
    }
  }
  
  @media (min-width: 701px) and (max-width: 991px) {
    .div-calculator {
      margin-left: 0.5rem;
      margin-right: 0.5rem;
      width: 100%;
    }
  
    .calculator {
      width: 60%;
    }
  }
  
  .div-input-calculator {
    width: 65%;
  }
  .calculator input {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    z-index: 0;
    border-top: 0px !important;
    border-bottom: 0px !important;
    border-left: 3px !important;
    border-right: 3px !important;
    border-color: #ff6500 !important;
    width: 100%;
    height: 3rem;
    padding-left: 10px;
  }
  .inputSpanCurrency {
    width: 20%;
  }
  .inputFlagCurrency {
    width: 25%;
  }
  .spanTargetCurrency {
    width: 100%;
    text-align: center;
  }
  
  @media (max-width: 700px) {
    .div-calculator {
      margin-left: 0.5rem;
      margin-right: 0.5rem;
    }
  
    .div-input-calculator {
      width: 65%;
    }
  }
  
  .calculator {
    background-color: #ff6500;
    border-radius: 15px;
  }
  
  .calculator .div-calculator-bg {
    background-color: #ffffff;
    border-radius: 8px;
  }
  
  /* .calculator input {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    z-index: 0;
    border-top: 0px !important;
    border-bottom: 0px !important;
    border-left: 3px !important;
    border-right: 3px !important;
    border-color: #ff6500 !important;
    width: 14.5rem;
    height: 3rem;
    margin-left: 10px;
  } */
  
  .calculator img {
    width: 2rem;
    height: 2rem;
    object-fit: cover;
    border-radius: 100%;
  }
  
  .calculator h3 {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0rem !important;
    margin-left: 1rem;
    font-style: italic;
  }
  
  .calculator hr {
    border: none;
    border-top: 3px solid;
    border-color: #ffffff;
    opacity: 1 !important;
    margin-top: 0rem !important;
  }
  #USDInput::placeholder {
    color: #6c757d;
  }
  
  .inputSpanCalculatorTargetCurrency {
    margin: 0px 10px 0px 10px;
  }

  /* .flagUSDiv img {
    margin-left: 0.35rem;
  } */
  
  @media (min-width: 700px) {
    .flagUSDiv {
      width: 5rem;
    }
  }
  
  @media (max-width: 699px) {
    .flagUSDiv {
      width: 5rem;
    }
  }
  
  
  #div-exchange-rate {
    margin-bottom: 2rem;
  }
  
  #div-exchange-rate-title {
    padding-top: 0.5rem;
    margin-bottom: 0rem !important;
  }
  
  #div-exchange-rate-title h4 {
    margin-bottom: 0rem !important;
  }
  
  #div-exchange-rate hr {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    border-top: 1px solid !important;
    border-color: #ff6500 !important;
  }
  
  .div-input-calculator {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-top: 0px;
    border-bottom: 0px;
    border-color: #ff6500;
  }
  
  .spinner {
    width: 2rem;
    height: 2rem;
    background-color: #ffffff;
  }
  
  .exchangeRate {
    position: relative;
  }
  
  .loadingExchangeRate {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1 !important;
  }
  
  .spinner-border {
    width: 4rem;
    height: 4rem;
  }
  
  .spinner-color {
    color: #010185;
  }
  
  .styled-radio {
    /* Hide the default radio button */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 3px solid white;
    /* Create a custom radio button */
    width: 15px !important;
    height: 15px !important;
    border: 3px solid white;
    border-radius: 50%;
    background-color: transparent;
    /* Add an inner circle to indicate the selected state */
    position: relative;
    margin-left: 0px !important;
  }
  
  /* Style the inner circle when the radio button is checked */
  .styled-radio:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
    margin-left: 0px !important;
  }
  
  .inputRadioDiv {
    margin-right: 0.3rem;
  }
  
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  input[type="number"] {
    -moz-appearance: textfield;
  }
  
  /* ------------------------------------------------------------------------------
                    Select flag
  ------------------------------------------------------------------------------ */
  
  @media  (min-width: 360px) and (max-width: 430px) {
    .verticalLineInput{
      position: absolute;
      border: 1px solid #ff6500;
      width: 1rem;
      height: 100%;
      left: 82%;
      z-index: 999;
      border-width: 0px 0px 0px 1px;
    }
  }

  @media  (min-width: 431px) and (max-width: 1024px) {
    .verticalLineInput{
      position: absolute;
      border: 1px solid #ff6500;
      width: 1rem;
      height: 100%;
      left: 80.5%;
      z-index: 999;
      border-width: 0px 0px 0px 1px;
    }
  }

  @media  (min-width: 1025px) {
    .verticalLineInput{
      position: absolute;
      border: 1px solid #ff6500;
      width: 1rem;
      height: 100%;
      left: 81%;
      z-index: 999;
      border-width: 0px 0px 0px 1px;
    }
    
  }

  .flag-option {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    height: 100%;
  }

  .form-group {
    width: 100%;
  }    
  .flag {
    width: 20px;
    height: auto;
    margin-right: 0.95rem;
    margin-left: 1.3rem;
  }
  
  .select2-container--default .select2-selection--single {
    height: 2.8rem;
    width: 100%;
  }
  
  .select2-container--default .select2-selection--single {
    
    height: 2.8rem !important;
    border-color: #ffffff !important;
    border-radius: 10px !important;
  }
  
  div .flag-option span {
    margin-left: 15px;
  }
  
  div .flag-option {
    width: 82%;
  }
  
  div .flag-option img {
    width: 2rem;
    height: 2rem;
    object-fit: cover;
    border-radius: 100%;
  }
  
  b {
    border-color: #ff6500 transparent transparent transparent !important;
    border-width: 10px 8px 0 8px !important;
    left: 89.5% !important;
  }

  
  
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    position: unset !important;
  }
  
  .select2-container--open .select2-dropdown--below {
    border-color: #ff6500 !important;
  }
  
  .select2-container--open .select2-dropdown--above {
    border-color: #ff6500 !important;
  }
  
  .select2-selection {
    height: 3rem !important;
  }
  
  .select2 {
    z-index: 1;
  }
  
  span #select2-origin-country-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 100%;
  }
  
  .g-recaptcha {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0px !important;
    width: auto;
  }
  
  .error-message {
    text-align: center;
    color: white;
  }
  
  .terms-policy {
    color: white;
    font-size: 0.8rem;
  }
  
  .terms-policy a {
    color: white;
    font-size: 0.8rem;
  }
  
  #section-5 a {
    text-decoration: none !important;
  }
  
  
  /* ------------------------------------------------------------------------------
                    justify text
  ------------------------------------------------------------------------------ */
  
  @media (max-width: 700px) {
    #section-2 h5 {
      text-align: justify !important;
    }
    #staticBackdrop div {
      text-align: justify !important;
    }
  }

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