html,
body,
.content-container,
.bg1 {
  min-height: 100vh !important;
}

body {
  background-color: #fefefe;
}

.bg1,
.bg-header {
  background: url(../img/bg2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-green {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-color: transparent;
  border-style: solid;
  background-image: url(../img/bg-green-top-5etme.svg);
  color: white;
  overflow: hidden;
  position: relative;
  padding-bottom: 150px;
}

.bg-color-gray {
  background-color: #f5f8f9;
}

.bg-gray {
  background-color: #f5f8f9;
  padding-bottom: 90px;
}

.bg-gray2 {
  background-color: #f5f8f9;
}

.bg-white {
  background-color: #ffffff;
}

.bg-divider {
  position: absolute;
  width: 170%;
  height: 350px;
  right: -30px;
  max-width: 1600px;
  overflow: hidden;
}

.bg-divider-container {
  width: 100%;
  height: 400px;
  overflow-x: hidden;
  display: block;
  position: absolute;
  margin-top: -150px;
}

.header-container {
  min-height: 60px;
  background-color: #fff;
  padding: 0 20px;
  position: fixed;
  z-index: 4;
  width: 100%;
  top: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s ease;
}

.header-container:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

.header-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}

.logo-link {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.logo-link:hover {
  transform: scale(1.05);
}

.header-container::after {
  left: 0;
  bottom: 0;
  background-position: left 0 top -2px;
  position: absolute;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #0076ff 0%, #0056cc 100%);
  content: "";
}

.top-content-padding {
  padding-top: 70px;
}

@media (max-width: 768px) {
  .top-content-padding {
    padding-top: 65px;
  }
}

.header-container h1 {
  font-size: 20px;
  line-height: 40px;
}

@media screen and (min-width: 768px) {}

.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

h2 {
  font-size: 20px;
}

.blocker {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999999;
  background-color: #00000091;
}

.blocker .spinner-border {
  position: absolute;
  top: 50%;
  left: 45%;
}

.end-modal,
.confirm-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a1ae3;
  color: #fff;
  text-align: center;
  padding-top: 60px;
  font-size: 18px;
  display: none;
  z-index: 9999;
}

.max-500 {
  max-width: 500px;
  margin: auto;
}

.whatsapp-link {
  position: absolute;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  color: #0076ff;
  font-size: 24px;
  text-decoration: none;
  box-shadow: none;
  transition: all 0.3s ease;
  padding: 5px;
}

.whatsapp-link:hover {
  transform: scale(1.1);
  color: #0056cc;
  text-decoration: none;
  background: transparent;
}

.whatsapp-link img {
  width: 35px;
}

#push_time {
  height: 33px;
  width: 120px;
  display: inline-block;
  vertical-align: bottom;
}

.wrimagecard {
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-align: left;
  position: relative;
  background: #fff;
  box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, 0.15);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.wrimagecard .fa {
  position: relative;
  font-size: 70px;
}

.wrimagecard-topimage_header {
  padding: 10px;
}

.wrimagecard-topimage_header img {
  max-height: 120px;
}

a.wrimagecard:hover,
.wrimagecard-topimage:hover {
  box-shadow: 2px 4px 8px 0 rgba(46, 61, 73, 0.2);
}

.wrimagecard-topimage a {
  width: 100%;
  height: 100%;
  display: block;
}

.wrimagecard-topimage_title {
  padding: 12px 10px;
  /* height: 100px; */
  padding-bottom: 0.75rem;
  position: relative;
}

.wrimagecard-topimage a {
  border-bottom: none;
  text-decoration: none;
  color: #525c65;
  transition: color 0.3s ease;
}

.wrimagecard h4 {
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  margin: 0;
}

/*------------------------ menu------------------ */

:root {
  --color-primary: #002626;
  --color-secondary: #f0f7ee;
  --duration: 1s;
  --nav-duration: calc(var(--duration) / 4);
  --ease: cubic-bezier(0.215, 0.61, 0.355, 1);
  --space: 0rem;
  --font-size: 1.125rem;
  --line-height: 1.5;
}

.main-navigation-toggle {
  position: fixed;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.main-navigation-toggle+label {
  position: fixed;
  top: calc(var(--space) * 1.5);
  left: calc(var(--space) * 2);
  cursor: pointer;
  z-index: 100;
  padding: 8px;
}

.icon--menu-toggle {
  --size: calc(1rem + 3vmin);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  stroke-width: 6;
}

.icon-group {
  transform: translateX(0);
  transition: transform var(--nav-duration) var(--ease);
}

.icon--menu {
  stroke: #0076ff;
}

.icon--close {
  stroke: var(--color-secondary);
  transform: translateX(-100%);
}

.main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: transform var(--nav-duration);
  z-index: 99;
  flex-direction: column;
  justify-content: space-evenly;
}

.main-navigation:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #334747;
  transform-origin: 0 50%;
  z-index: -1;
}

.main-navigation ul {
  font-size: 24px;
  width: 100%;
  text-align: center;
  padding: 0;
}

.main-navigation li {
  --border-size: 1vmin;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.main-navigation li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--border-size);
  background-color: var(--color-secondary);
  transform-origin: 0 50%;
  transform: translateX(-100%) skew(15deg);
}

.main-navigation a {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  color: var(--color-secondary);
  line-height: 2em;
  text-decoration: none;
  user-select: none;
  padding: var(--space) calc(var(--space) * 2) calc(var(--space) + var(--border-size) / 2);
  transform: translateY(100%);
}

.main-navigation-toggle:checked~label .icon--menu-toggle .icon-group {
  transform: translateX(100%);
}

.main-navigation-toggle:checked~.main-navigation {
  transition-duration: 0s;
  transform: translateX(0);
}

.main-navigation-toggle:checked~.main-navigation:after {
  animation: nav-bg var(--nav-duration) var(--ease) forwards;
}

.main-navigation-toggle:checked~.main-navigation li:after {
  animation: nav-line var(--duration) var(--ease) forwards;
}

.main-navigation-toggle:checked~.main-navigation a {
  animation: link-appear calc(var(--duration) * 1.5) var(--ease) forwards;
}

.main-navigation-toggle:checked~.main-navigation li:nth-child(1):after,
.main-navigation-toggle:checked~.main-navigation li:nth-child(1) a {
  animation-delay: calc((var(--duration) / 2) * 1 * 0.125);
}

.main-navigation-toggle:checked~.main-navigation li:nth-child(2):after,
.main-navigation-toggle:checked~.main-navigation li:nth-child(2) a {
  animation-delay: calc((var(--duration) / 2) * 2 * 0.125);
}

.main-navigation-toggle:checked~.main-navigation li:nth-child(3):after,
.main-navigation-toggle:checked~.main-navigation li:nth-child(3) a {
  animation-delay: calc((var(--duration) / 2) * 3 * 0.125);
}

.main-navigation-toggle:checked~.main-navigation li:nth-child(4):after,
.main-navigation-toggle:checked~.main-navigation li:nth-child(4) a {
  animation-delay: calc((var(--duration) / 2) * 4 * 0.125);
}

@keyframes nav-bg {
  from {
    transform: translateX(-100%) skewX(-15deg);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes nav-line {
  0% {
    transform: scaleX(0);
    transform-origin: 0 50%;
  }

  35% {
    transform: scaleX(1.001);
    transform-origin: 0 50%;
  }

  65% {
    transform: scaleX(1.001);
    transform-origin: 100% 50%;
  }

  100% {
    transform: scaleX(0);
    transform-origin: 100% 50%;
  }
}

@keyframes link-appear {

  0%,
  25% {
    transform: translateY(100%);
  }

  50%,
  100% {
    transform: translateY(0);
  }
}

.share-social {
  background-color: #0000008f;
  border-radius: 15px;
}

.social {
  text-align: center;
}

.social a {
  color: #fff;
  margin: 0 10px;
  display: inline;
}

/*------------------------End menu------------------ */
/* Start footer */
footer {
  position: relative;
}

.footer-basic {
  padding: 30px 0px 20px 0;
  background: linear-gradient(135deg, #0076ff 0%, #0056cc 100%);
  color: #ffffff;
  direction: rtl;
  border-top: none;
  min-height: auto;
  background-position: center top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  margin-top: 40px;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin: 12px 0;
}

.footer-basic li {
  padding: 0 10px;
}

.footer-basic ul a {
  font-weight: 600;
  text-decoration: none;
  color: white;
  padding: 5px 10px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.footer-basic ul a:hover {
  background-color: rgba(255,255,255,0.15);
  transform: translateY(-2px);
  color: white;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 5px;
  padding-top: 10px;
}

.footer-basic .social>a {
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.3);
  margin: 0 8px;
  color: white;
  background-color: rgba(255,255,255,0.15);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.footer-basic .social>a:hover {
  background-color: rgba(255,255,255,0.25);
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  border-color: rgba(255,255,255,0.5);
  color: white;
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 0;
  padding: 0 15px;
}

.footer-basic .copyright a {
  color: rgba(255,255,255,0.95);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-basic .copyright a:hover {
  color: white;
  text-decoration: underline;
}

.circle-design-container {
  position: absolute;
  width: 100%;
}

.circle-design {
  border-radius: 3000px;
  opacity: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-color: transparent;
  border-style: solid;
  position: absolute;
}

.circle-design.x1 {
  /* background-image: url(../img/circle-design-5etme.svg); */
  background-color: #e6e6e6;
  /* box-shadow: 0px 4px 60px 0px rgb(255 255 255 / 30%); */
  opacity: 0.4;
  width: 350px;
  height: 350px;
  right: -175px;
  top: -246px;
}

.circle-design.x2 {
  background-color: #0000002b;
  /* box-shadow: 0px 4px 60px 0px rgb(255 255 255 / 30%); */
  width: 460px;
  height: 460px;
  left: -253px;
  top: 0px;
}

.circle-design.x3 {
  background-color: #e6e6e6;
  /* box-shadow:0px 4px 60px 0px rgb(255 255 255 / 20%); */
  width: 200px;
  height: 200px;
  right: 42px;
  top: 340px;
}

/* End FOoter */
/* item-links */
.item-link {
  width: 220px;
  height: 220px;
  margin: auto;
  border-width: 3px;
  border-radius: 50%;
  background-color: #ffffff;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  box-shadow: 0px 2px 20px 0px rgba(16, 142, 98, 0.1);
  margin-bottom: 50px;
}

.item-link:hover {
  border-color: #0076ff;
}

.item-icon {
  text-align: center;
}

.item-icon svg {
  width: 70px;
  height: 70px;
  fill: #3cd48d;
}

.item-icon .fa {
  font-size: 50px;
  color: #3cd48d;
}

.item-text {
  text-align: center;
  color: black;
  padding: 15px 0px;
}

.item-arrow {
  text-align: center;
  color: #0076ff;
  font-size: 12px;
  margin-top: 10px;
}

.item-link-box {
  width: 100%;
  min-height: 250px;
  margin: auto;
  border-width: 0px;
  border-radius: 20px;
  background-color: #ffffff;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 20px;
}


.item-link-box:hover {
  border-color: #0076ff;
}


.btn-orange {
  color: #ffffff;
  font-size: 32px;
  line-height: 60px;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.4;
  font-weight: 700;
  border-radius: 100px;
  background-color: #0076ff;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  box-shadow: 0px 20px 20px 0px rgba(21, 83, 51, 0.2);
  text-align: center;
  width: 230px;
  margin: auto;
  height: 60px;
  margin-bottom: 40px;
}


.btn-white {
  color: #002626;
  font-size: 22px;
  line-height: 60px;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.4;
  font-weight: 700;
  border-radius: 100px;
  background-color: white;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  box-shadow: 0px 20px 20px 0px rgba(21, 83, 51, 0.2);
  text-align: center;
  width: 100%;
  margin: auto;
  min-height: 60px;
  margin-bottom: 40px;
}

.process-div {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: red;
  z-index: 100;
}

.process {
  padding: 0 !important;
}

.process .modal-body {
  width: 100%;
  padding: 5px 5px;
  min-height: 70vh;
}

.progress_text {
  text-align: center;
  display: block;
  font-size: 12px;
}

.process-progress {
  width: 100%;
}

.process.tab-content {
  height: 94%;
}

.process .all-process,
.process .tab-pane {
  height: 100%;
  position: relative;
  overflow: hidden;
  /* padding-bottom: 30px; */
}

.process .tab-content {
  height: calc(100% - 30px);
  position: relative;
}

.process .nav-item {
  background-color: #25ce83;
  color: white;
  border-color: #fff #fff #fff;
}

.process .nav-item.active {
  background-color: #0076ff;
}

.process .progress-green {
  background-color: #25ce83;
}

.process-desc {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  height: 100%;
  overflow: auto;
}

.cbtn {
  position: relative;
  text-decoration: none;
  color: #28a745;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  text-align: center;
  background: #f7f7f7;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08);
  margin: auto;
  display: block;
}

.cbtn .cbtn-text {
  /*Button itself*/
  position: absolute;
  content: "";
  width: 240px;
  height: 240px;
  vertical-align: middle;
  left: 10px;
  top: 9px;
  border-radius: 50%;
  font-size: 24px;
  background-image: -webkit-linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
  background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: solid 2px #b5b5b5;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.cbtn .cbtn-text:active {
  background-image: -webkit-linear-gradient(#efefef 0%, #d6d6d6 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: solid 2px #d8d8d8;
}


.big-spacer {
  height: 120px;
}

.logo-header {
  width: 170px;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}

.logo-header:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .header-container {
    padding: 0 15px;
    min-height: 55px;
  }
  .header-content {
    height: 55px;
  }
  .logo-header {
    width: 170px;
  }
  .whatsapp-link {
    font-size: 22px;
    right: 10px;
  }
}

.btn-primary-orange {
  background-color: #0076ff;
  border-color: #0076ff;
  color: white;
}

.btn-primary-orange:hover {
  background-color: #0066e6;
  border-color: #0066e6;
  color: white;
}

.btn-primary-violet {
  background-color: #0076ff;
  border-color: #0076ff;
  color: white;
}

.btn-primary-violet:hover {
  background-color: #0066e6;
  border-color: #0066e6;
  color: white;
}

.btn-success-custom {
  background-color: #3cd48d;
  border-color: #3cd48d;
  color: white;
}

.watsapp-social-btn {
  font-size: 14px;
  background-color: #13990a;
  color: white;
  padding: 8px 8px;
  border-radius: 10px;
}

.watsapp-social-btn img {
  width: 20px;
  vertical-align: text-bottom;
}

.social-share a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: right;
  margin: 0 .6rem
}

.social-share {
  display: table;
  margin: 0 auto 0;
  padding-bottom: 15px;
}

.social-share span {
  font-size: .89rem;
  padding-right: .3rem;
  line-height: 1.2
}

.social-share .facebook {
  color: #396098
}

.social-share .twitter {
  color: #4bc4f1
}

.social-share .whatsapp {
  color: #69bd43
}

.social-share .copyLink {
  color: #0076ff;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tags a {
  border: 1px solid #DDD;
  display: inline-block;
  color: #717171;
  background: #FFF;
  -webkit-box-shadow: 0 2px 2px 1px rgb(0 0 0 / 10%);
  box-shadow: 0 2px 2px 1px rgb(0 0 0 / 10%);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  border-radius: 10px;
  margin: 0 3px 3px 0;
  padding: 2px 5px;
  font-size: 12px;
}

.tags a:hover {
  border-color: #08C;
}

.tags a.primary {
  color: #FFF;
  background-color: #428BCA;
  border-color: #357EBD
}

.tags a.success {
  color: #FFF;
  background-color: #5CB85C;
  border-color: #4CAE4C
}

.tags a.info {
  color: #FFF;
  background-color: #5BC0DE;
  border-color: #46B8DA
}

.tags a.warning {
  color: #FFF;
  background-color: #F0AD4E;
  border-color: #EEA236
}

.tags a.danger {
  color: #FFF;
  background-color: #D9534F;
  border-color: #D43F3A
}

.social-btn-whatsapp {
  font-size: 20px;
  color: #fff;
  border-radius: 20px;
  border-color: #006400;
  padding: 4px 0;
  text-align: center;
  background-color: #408458;
  display: block;
  max-width: 300px;
  margin: auto;
}

.custom-share-button {
  font-size: 20px;
  color: #fff;
  border-radius: 20px;
  border-color: #0076ff;
  padding: 4px 0;
  text-align: center;
  background-color: #0076ff;
  display: block;
  max-width: 300px;
  margin: auto;
}

.profile-container {
  text-align: center;
}

.profile-container .profile-img {
  width: 50px;
  height: 50px;
  margin: auto;
  position: relative;
}