.section-wraper {
  padding: 50px 0;
  overflow: hidden;
}

.section-title {
  font-size: 27px;
  letter-spacing: -.2px;
  position: relative;
  font-weight: 300;
  margin-bottom: 40px;
  color: #414292;
}

.section-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 120%;
  width: 90px;
  height: 1.4px;
  background-color: #E1941B;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 21px;
  }
  .section-title:after {
    height: 1px;
    width: 80px;
  }
}

.border-light {
  border: 0.5px solid #e4e4e4 !important;
}

.img-70 {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.circle {
  border-radius: 50%;
}

.container--max {
  padding: 0 80px;
}

@media screen and (max-width: 992px) {
  .container--max {
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .container--max {
    padding: 0 20px;
  }
}

.h-200 {
  height: 200px !important;
}

@media screen and (min-width: 768px) {
  .h-md-400 {
    height: 400px !important;
  }
}

.object-cover {
  object-fit: cover;
  object-position: center;
}

.h-150 {
  height: 150px;
}

.m-h-70 {
  max-height: 60px;
  object-fit: contain;
}

.bg-pink {
  background-color: #F1DBD8 !important;
}

.bg-pink-l {
  background-color: #FBF8F5 !important;
}

.bg-blue {
  background-color: #C6D6E7 !important;
}

.custom-scroll .scroll-bar.vertical {
  right: 14px;
  display: flex;
  justify-content: center;
}

.custom-scroll .scroll-bar.vertical::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 2.5px;
  background-color: rgba(0, 0, 0, 0.3);
  transform: translateX(-50%);
}

.custom-scroll .scroll-bar.vertical .thumb {
  background-color: #414292;
  border-radius: 6px !important;
  width: 6px;
  z-index: 2;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 940px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1270px;
  }
}

.backdrop-transparent {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  z-index: 5;
  display: none;
}

.backdrop-transparent[data-visible="true"] {
  display: block;
}

.w-auto {
  width: auto !important;
  display: inline-block !important;
}

.bg-gray-dark {
  background-color: #EDEDED !important;
}

.img-thumb {
  display: block;
  position: relative;
  border-radius: 15px;
  width: 100%;
  height: 225px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.4s;
}

.img-thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #414292;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  transition: all 0.4s;
}

.img-thumb:hover {
  border-color: #E1941B;
}

.img-thumb:hover::after {
  opacity: .1;
}

.img-thumb:hover img {
  transform: scale(1.06);
}

.img-thumb img {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: all 0.4s;
}

.lb-image, .lb-container, .lb-outerContainer {
  border-radius: 18px !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-arial {
  font-family: Arial, Helvetica, sans-serif;
}

.color-danger {
  color: #FF5757 !important;
}

.inner-title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .inner-title {
    font-size: 30px;
  }
}

.inner-desc {
  font-weight: 300;
  font-size: 21px;
  color: #2A2A2A;
}

@media screen and (max-width: 768px) {
  .inner-desc {
    font-size: 15px;
  }
}

.text-sm {
  font-size: 13px;
}

.text-md {
  font-size: 17px;
}

.color-primary {
  color: #E1941B !important;
}

.color-white {
  color: #fff !important;
}

.color-secondary {
  color: #414292 !important;
}

.color-dark {
  color: #383838 !important;
}

.bounce {
  -moz-animation: bounce 1.5s infinite;
  -webkit-animation: bounce 1.5s infinite;
  animation: bounce 1.5s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

a:visited, a:link, a:hover, a:active {
  text-decoration: none;
}

a {
  text-decoration: underline;
}

ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

ul li {
  display: block;
  padding: 2px 0;
}

button, a[role="button"] {
  cursor: pointer !important;
}

b {
  font-weight: bold;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

@font-face {
  font-family: 'Myriad Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Regular"), url("../fonts/MYRIADPRO-REGULAR.woff") format("woff");
}

.owl-carousel.nav-center .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .owl-carousel.nav-center .owl-nav {
    top: 30%;
  }
}

.owl-carousel.nav-center .owl-nav button {
  align-items: center;
  position: absolute;
  color: #fff;
  font-size: 40px;
  background-color: #E1941B;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 90px;
  height: 70px;
  opacity: 0.8;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-carousel.nav-center .owl-nav button:hover {
  opacity: 1;
}

.owl-carousel.nav-center .owl-nav button:focus {
  outline: none;
}

@media screen and (max-width: 576px) {
  .owl-carousel.nav-center .owl-nav button {
    width: 40px;
    height: 40px;
  }
}

.owl-carousel.nav-center .owl-nav .owl-prev {
  left: -13%;
}

.owl-carousel.nav-center .owl-nav .owl-next {
  right: -13%;
}

@media screen and (max-width: 768px) {
  .owl-carousel.nav-center .owl-nav .owl-prev {
    left: -17%;
  }
  .owl-carousel.nav-center .owl-nav .owl-next {
    right: -17%;
  }
}

@media screen and (max-width: 1390px) and (min-width: 1246px) {
  .owl-carousel.nav-center .owl-nav .owl-prev {
    left: -10%;
  }
  .owl-carousel.nav-center .owl-nav .owl-next {
    right: -10%;
  }
}

@media screen and (max-width: 1300px) and (min-width: 1000px) {
  .owl-carousel.nav-center .owl-nav .owl-prev {
    left: -8%;
  }
  .owl-carousel.nav-center .owl-nav .owl-next {
    right: -8%;
  }
}

@media screen and (max-width: 576px) {
  .owl-carousel.nav-center .owl-nav {
    height: auto;
  }
  .owl-carousel.nav-center .owl-nav .owl-prev {
    left: -4%;
  }
  .owl-carousel.nav-center .owl-nav .owl-next {
    right: -4%;
  }
}

@media screen and (max-width: 768px) {
  .owl-carousel.nav-md-center .owl-nav {
    position: absolute;
    width: 100%;
    top: 70%;
    transform: translateY(-50%);
    margin: 0;
  }
  .owl-carousel.nav-md-center .owl-nav button {
    position: absolute;
    bottom: 0;
  }
  .owl-carousel.nav-md-center .owl-nav button.owl-prev {
    left: 3%;
  }
  .owl-carousel.nav-md-center .owl-nav button.owl-next {
    right: 3%;
  }
  .owl-carousel.nav-md-center img {
    margin: auto auto;
    width: 50%;
  }
}

.owl-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(255, 255, 255, 0.699);
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot.active {
  background-color: #b57b30;
}

.owl-carousel .owl-dots .owl-dot:active, .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}

.owl-carousel .owl-nav {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.owl-carousel .owl-nav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  background-color: #E1941B;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .owl-carousel .owl-nav-btn {
    font-size: 10px;
    height: 27px;
    width: 27px;
  }
}

.owl-carousel .owl-nav-btn:hover {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
  background-color: #ca8518;
}

@media screen and (min-width: 992px) {
  .owl-center .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
  }
}

.main-header {
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .main-header {
    padding: 0;
  }
}

.main-header__content {
  padding: 40px 0;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .main-header__content {
    padding: 0;
    border-bottom: 1px solid rgba(8, 70, 16, 0.445);
  }
}

.main-header__content .container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .main-header__content .container {
    padding: 0;
    justify-content: center;
    flex-direction: column;
  }
}

.main-header__content__tools {
  position: relative;
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  .main-header__content__tools {
    margin-top: 0;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #E1941B;
  }
}

.main-header__content__tools__form {
  position: relative;
  width: 250px;
}

@media screen and (max-width: 992px) {
  .main-header__content__tools__form {
    margin-right: 10px;
    width: 50%;
  }
}

.main-header__content__tools__form input {
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  border: 1px solid black;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 20px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px 10px;
  height: 32px;
}

@media screen and (max-width: 992px) {
  .main-header__content__tools__form input {
    border-color: #fff;
  }
}

.main-header__content__tools__form input:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0.075);
  box-shadow: none;
}

.main-header__content__tools__form input::placeholder {
  color: rgba(0, 0, 0, 0.849);
}

@media screen and (max-width: 992px) {
  .main-header__content__tools__form input::placeholder {
    color: #fff;
  }
}

.main-header__content__tools__form:after {
  content: '\f002';
  position: absolute;
  right: 10px;
  top: 1px;
  font-family: FontAwesome;
  font-size: 17px;
  color: #202020;
}

@media screen and (max-width: 992px) {
  .main-header__content__tools__form:after {
    color: #fff;
  }
}

@media screen and (max-width: 992px) {
  .main-header__content__tools__lang {
    width: 30%;
  }
}

.main-header__content__tools__toggler {
  display: none;
  background-color: #b57a30;
}

@media screen and (max-width: 992px) {
  .main-header__content__tools__toggler {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .main-header__content__tools__toggler button {
    color: #fff;
    font-size: 20px;
  }
}

.main-header__content__brand {
  height: 70px;
}

@media screen and (max-width: 992px) {
  .main-header__content__brand {
    height: auto;
    margin-top: 15px;
    margin-bottom: 30px;
    order: 1;
    display: flex;
    justify-content: center;
  }
}

.main-header__content__brand img {
  height: 100%;
}

.nav-bege .main-header {
  padding: 0;
}

.nav-bege .main-header__content {
  background-image: url(../images/banners/bgwave.png);
  background-size: cover;
}

@media screen and (min-width: 992px) {
  .nav-bege .main-nav {
    background: #e9cd8f;
  }
}

.nav-bege .main-nav__list__item:not(:last-child) {
  border-right: 1px solid #fff;
}

@media screen and (max-width: 992px) {
  .nav-bege .main-nav__list__item:not(:last-child) {
    border-left: none;
  }
}

.main-nav {
  position: fixed;
  z-index: 8;
  background-color: #fff;
  width: 100vw;
}

.main-nav .container {
  position: relative;
}

@media screen and (max-width: 992px) {
  .main-nav .container {
    position: unset;
  }
}

.main-nav__content {
  display: flex;
  width: 100%;
  height: 110px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .main-nav__content {
    height: 90px;
  }
}

.main-nav__brand {
  margin-right: 95px;
}

@media screen and (max-width: 1200px) {
  .main-nav__brand {
    margin-right: 40px;
  }
}

.main-nav__brand img {
  width: 130px;
}

@media screen and (max-width: 768px) {
  .main-nav__brand img {
    width: 110px;
  }
}

@media screen and (max-width: 325px) {
  .main-nav__brand img {
    width: 90px;
  }
}

.main-nav__actions {
  display: flex;
  align-items: center;
}

.main-nav__actions a {
  color: #383838 !important;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .main-nav__actions a {
    font-size: 20px;
  }
}

@media screen and (max-width: 325px) {
  .main-nav__actions a {
    font-size: 18px;
  }
}

.main-nav__actions-notify {
  margin-right: 32px;
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  .main-nav__actions-notify {
    margin-right: 25px;
    margin-top: 0;
  }
}

@media screen and (max-width: 325px) {
  .main-nav__actions-notify {
    margin-right: 18px;
  }
}

.main-nav__actions-notify[data-active="true"] .arrow {
  opacity: 1;
}

.main-nav__actions-notify .arrow {
  opacity: 0;
  position: relative;
  overflow: visible;
  z-index: 12;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-nav__actions-notify .arrow:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #fff;
}

.main-nav__actions-notify .warning {
  position: relative;
}

.main-nav__actions-notify .warning::after {
  content: '';
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: -3px;
  right: -2px;
  width: 10px;
  height: 10px;
  background-color: #FF5757;
  border-radius: 50%;
  font-size: 12px;
}

.main-nav__actions-notify .notify-dropdown {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  opacity: 0;
  position: absolute;
  z-index: 8;
  right: 0;
  margin-top: 34px;
  width: 440px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  height: 70vh;
  border-radius: 18px;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-nav__actions-notify .notify-dropdown .viewport {
  height: 100% !important;
  width: 95% !important;
}

.main-nav__actions-notify .notify-dropdown .viewport:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(180deg, transparent 0%, white 99%);
}

@media screen and (max-width: 768px) {
  .main-nav__actions-notify .notify-dropdown {
    width: 90vw;
    right: 5vw;
  }
}

.main-nav__actions-notify .notify-dropdown[data-visible="true"] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.main-nav__actions-notify .notify-dropdown__header {
  border-bottom: 1.4px solid whitesmoke;
  padding: 28px 50px 19px 35px;
}

.main-nav__actions-notify .notify-dropdown__header .title {
  font-size: 24px;
  font-weight: 500;
}

.main-nav__actions-notify .notify-dropdown__body {
  height: 100%;
  padding: 28px 45px 40px 35px;
}

.main-nav__actions-notify .notify-dropdown__body .scroll-bar {
  right: 19px;
}

.main-nav__actions-notify .notify-dropdown__item {
  border-bottom: 1px solid whitesmoke;
  padding-bottom: 28px;
  margin-bottom: 28px;
}

.main-nav__actions-notify .notify-dropdown__item .title {
  font-size: 16px;
  color: #383838;
  font-weight: 500;
  margin-bottom: 13px;
}

.main-nav__actions-notify .notify-dropdown__item .desc {
  font-size: 16px;
  color: #383838;
  font: 400;
}

.main-nav__actions-notify .notify-dropdown__item a {
  color: #E1941B !important;
  text-decoration: underline;
  font-size: 16px;
}

.main-nav__actions-mobilemenu {
  display: none;
  margin-right: 24px;
}

.main-nav__actions-mobilemenu a {
  font-size: 22px !important;
}

@media screen and (max-width: 768px) {
  .main-nav__actions-mobilemenu {
    display: block;
  }
}

@media screen and (max-width: 325px) {
  .main-nav__actions-mobilemenu {
    margin-right: 18px;
  }
}

@media screen and (max-width: 325px) and (max-width: 325px) {
  .main-nav__actions-mobilemenu a {
    font-size: 19px !important;
  }
}

.main-nav__actions-mobilemenu[data-active="true"] .arrow {
  opacity: 1;
}

.main-nav__actions-mobilemenu .arrow {
  opacity: 0;
  position: relative;
  overflow: visible;
  z-index: 12;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-nav__actions-mobilemenu .arrow:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #fff;
}

.main-nav__actions-mobilemenu .mobilem-dropdown {
  display: flex;
  flex-direction: column;
  opacity: 0;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  right: 0;
  margin-top: 32px;
  width: 440px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  height: 70vh;
  border-radius: 18px;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-nav__actions-mobilemenu .mobilem-dropdown .overview {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main-nav__actions-mobilemenu .mobilem-dropdown {
    width: 90vw;
    right: 5vw;
  }
}

.main-nav__actions-mobilemenu .mobilem-dropdown[data-visible="true"] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.main-nav__actions-mobilemenu .mobilem-dropdown__search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 58px;
  padding-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 23px;
}

@media screen and (max-width: 325px) {
  .main-nav__actions-mobilemenu .mobilem-dropdown__search {
    padding-left: 33px;
    padding-right: 33px;
  }
}

.main-nav__actions-mobilemenu .mobilem-dropdown__search button {
  background: none;
  border: none;
  color: #414292;
  order: 2;
}

.main-nav__actions-mobilemenu .mobilem-dropdown__search input {
  background: none;
  border: none;
  color: #909090;
  font-size: 18px;
}

.main-nav__actions-mobilemenu .mobilem-dropdown__search input:active, .main-nav__actions-mobilemenu .mobilem-dropdown__search input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.main-nav__actions-mobilemenu .mobilem-dropdown__body {
  height: 100%;
  padding: 17px 45px 40px 35px;
}

.main-nav__actions-mobilemenu .mobilem-dropdown__body .scroll-bar {
  right: 19px;
}

.main-nav__actions-mobilemenu .mobilem-dropdown__body ul {
  width: 100%;
  list-style: none;
}

.main-nav__actions-mobilemenu .mobilem-dropdown__body ul li {
  margin-bottom: 10px;
  width: 100%;
}

.main-nav__actions-mobilemenu .mobilem-dropdown__body ul li.has-dropdown {
  margin-top: 10px;
}

.main-nav__actions-mobilemenu .mobilem-dropdown__body ul li.has-dropdown[data-active="true"] > a i.fa-chevron-down {
  transform: rotate(-180deg);
  margin-bottom: 4px;
}

.main-nav__actions-mobilemenu .mobilem-dropdown__body ul li.has-dropdown a {
  display: flex;
  align-items: center;
}

.main-nav__actions-mobilemenu .mobilem-dropdown__body ul li.has-dropdown a i {
  font-size: 13px;
  margin-left: 8px;
  margin-top: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-nav__actions-mobilemenu .mobilem-dropdown__body ul li.has-dropdown .mobilem-menu {
  display: none;
  padding-left: 20px;
}

.main-nav__actions-mobilemenu .mobilem-dropdown__body ul li.has-dropdown[data-active="true"] > .mobilem-menu {
  display: block;
  animation: fadeIn 0.3s;
}

.main-nav__actions-mobilemenu .mobilem-dropdown__body ul li ul a {
  font-size: 18px !important;
}

.main-nav__actions-mobilemenu .mobilem-dropdown__body ul li ul a i {
  font-size: 11px !important;
}

.main-nav__actions-mobilemenu .mobilem-dropdown__body ul li ul ul li:first-child {
  margin-top: 9px;
}

.main-nav__actions-mobilemenu .mobilem-dropdown__body ul li ul ul a {
  font-size: 16px !important;
  margin-bottom: -5px !important;
}

.main-nav__actions-mobilemenu .mobilem-dropdown__body ul li a {
  font-size: 20px !important;
}

.main-nav__actions-chart {
  position: relative;
  margin-top: 7px;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .main-nav__actions-chart {
    margin-right: 31px;
    margin-top: 0;
  }
}

@media screen and (max-width: 325px) {
  .main-nav__actions-chart {
    margin-right: 25px;
  }
}

.main-nav__actions-chart .items {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 22px;
  height: 22px;
  background-color: #414292;
  border-radius: 50%;
  font-size: 12px;
}

.main-nav__actions-profile {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1.2px solid #414292;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .main-nav__actions-profile {
    width: 45px;
    height: 45px;
    margin-top: -5px;
  }
}

@media screen and (max-width: 325px) {
  .main-nav__actions-profile {
    width: 41px;
    height: 41px;
  }
}

.main-nav__actions-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-nav .sub-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .main-nav .sub-nav {
    justify-content: flex-end;
  }
}

.main-nav .sub-nav .nav-right {
  display: flex;
  align-items: center;
}

.main-nav__items {
  display: flex;
}

@media screen and (max-width: 768px) {
  .main-nav__items {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    overflow-x: hidden;
    display: none;
  }
}

.main-nav__items li {
  color: #383838;
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .main-nav__items li {
    font-size: 30px;
  }
}

.main-nav__items li.has-dropdown {
  overflow: visible;
}

.main-nav__items li.has-dropdown a {
  display: flex;
  align-items: center;
}

.main-nav__items li.has-dropdown a i {
  display: block;
  margin-left: 8px;
  font-size: 14px;
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  .main-nav__items li.has-dropdown a i {
    font-size: 18px;
  }
}

.main-nav__items li.has-dropdown[data-active="true"] .arrow {
  opacity: 1;
}

.main-nav__items li.has-dropdown .arrow {
  opacity: 0;
  position: relative;
  overflow: visible;
  z-index: 15;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-nav__items li.has-dropdown .arrow:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -43px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #fff;
}

.main-nav__items li:not(:last-child) {
  margin-right: 56px;
}

@media screen and (max-width: 1200px) {
  .main-nav__items li:not(:last-child) {
    margin-right: 36px;
  }
}

@media screen and (max-width: 992px) {
  .main-nav__items li:not(:last-child) {
    margin-right: 25px;
  }
}

@media screen and (max-width: 768px) {
  .main-nav__items li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.main-nav__items li a {
  color: inherit !important;
  font-weight: inherit !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-nav__items li:hover {
  color: #414292;
}

.main-nav .menu-dropdown {
  display: flex;
  opacity: 0;
  position: absolute;
  background-color: #fff;
  z-index: 12;
  left: 30px;
  margin-top: 42px;
  width: 680px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  height: 70vh;
  border-radius: 18px;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 768px) {
  .main-nav .menu-dropdown {
    position: relative;
    display: none;
    width: 80%;
    margin: 0 auto;
    box-shadow: none;
    background-color: none;
  }
}

.main-nav .menu-dropdown[data-visible="true"] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

@media screen and (max-width: 768px) {
  .main-nav .menu-dropdown[data-visible="true"] {
    display: block;
  }
}

.main-nav .menu-dropdown__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.main-nav .menu-dropdown__item li {
  font-size: 15px;
  font-weight: 400;
}

.main-nav .menu-dropdown__item.left {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .main-nav .menu-dropdown__item.left {
    width: 100%;
  }
}

.main-nav .menu-dropdown__item.right {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .main-nav .menu-dropdown__item.right {
    height: 100%;
  }
}

.main-nav .menu-dropdown__header {
  border-bottom: 1.4px solid whitesmoke;
  padding: 33px 35px 20px 30px;
}

.main-nav .menu-dropdown__header .title {
  font-size: 24px;
  font-weight: 500;
}

.main-nav .menu-dropdown__header.lg {
  padding: 33px 45px 20px 55px;
}

.main-nav .menu-dropdown__body {
  height: 100%;
  padding: 20px 65px 40px 30px;
}

.main-nav .menu-dropdown__body .scroll-bar {
  right: 27px;
}

.main-nav .menu-dropdown__body.lg {
  padding-left: 55px;
}

.main-nav .menu-dropdown__links {
  display: flex;
  flex-direction: column;
}

.main-nav .menu-dropdown__links li {
  margin-bottom: 8px;
  font-size: 16px;
}

.main-nav .menu-dropdown__links li.title {
  color: #414292;
  font-weight: 600;
  font-weight: 500;
}

.main-nav .menu-dropdown__links li:hover {
  color: #414292;
}

.main-nav .menu-dropdown .right {
  border-left: 1.4px solid whitesmoke;
}

.main-nav__search {
  display: flex;
  align-items: center;
  display: flex;
  margin-right: 120px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .main-nav__search {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .main-nav__search {
    margin-right: 20px;
  }
}

@media screen and (max-width: 992px) {
  .main-nav__search {
    margin-right: 0px;
  }
}

.main-nav__search button {
  background: none;
  border: none;
  color: #414292;
}

.main-nav__search input {
  background: none;
  border: none;
  color: #909090;
  width: 140px;
}

@media screen and (max-width: 992px) {
  .main-nav__search input {
    width: 110px;
  }
}

.main-nav__search input:active, .main-nav__search input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.main-nav li li a:hover {
  color: #E1941B !important;
}

.form-control {
  width: 100%;
  font-size: 14px;
  padding: 13px 14px;
  border-radius: 29px;
  border: 1px solid #707070;
  background-color: transparent;
  color: #383838;
  font-weight: 400;
  border-radius: 5px;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #636363;
  outline: none;
  color: #383838;
}

.form-control[type="password"] {
  font-size: 35px;
  line-height: 20px;
  letter-spacing: -2px;
  padding: 2.8px 14px;
}

.form-control.error {
  border-color: #e07777;
}

.form-control.error ~ label {
  color: #e07777;
}

.select-transparent {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  font-weight: bold;
  padding: 0 !important;
  margin-left: -3px;
}

.form-group label {
  display: block;
  color: #909090;
  font-size: 15px;
  margin-bottom: 3px;
}

.form-group label.error {
  color: #e07777;
  font-size: 13px;
  margin-top: 4px;
}

.form-password {
  position: relative;
  width: 100%;
}

.form-password .btn-eye {
  position: absolute;
  top: 24px;
  font-size: 13px;
  right: 20px;
  opacity: 0.8;
  background: none;
  background-color: none;
  border: none;
  color: #707070;
}

.form-password .btn-eye .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
}

.form-password .btn-eye .fa-eye-slash {
  opacity: 0;
}

.form-password .btn-eye .fa-eye {
  opacity: 1;
}

.form-password .btn-eye[data-active="false"] .fa-eye {
  opacity: 0;
}

.form-password .btn-eye[data-active="false"] .fa-eye-slash {
  opacity: 1;
}

.input-search {
  display: flex;
  align-items: center;
  display: flex;
  margin-right: 120px;
  width: auto;
}

.input-search button {
  background: none;
  border: none;
  color: #414292;
  margin-right: 6px;
}

.input-search input {
  background: none;
  border: none;
  color: #909090;
  width: 300px;
}

@media screen and (max-width: 992px) {
  .input-search input {
    width: 110px;
  }
}

.input-search input:active, .input-search input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.quantity-input {
  display: flex;
  border: 1.3px solid #E1941B;
  border-radius: 10px;
}

.quantity-input input, .quantity-input button {
  height: 41px;
}

.quantity-input input {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: none;
  border: none;
  width: 90px;
  background-color: #fff;
  font-size: 24px;
  color: #383838;
  font-weight: 500;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.quantity-input input::-webkit-outer-spin-button, .quantity-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-input input[type=number] {
  -moz-appearance: textfield;
}

.quantity-input button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #E1941B;
  border: none;
  height: 41px;
  width: 41px;
  color: #fff;
}

select.form-control {
  min-height: 50px;
}

.pagination {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .pagination {
    padding-top: 20px;
  }
}

.pagination ul {
  display: flex;
}

.pagination ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .pagination ul li {
    margin: 0 5px;
  }
  .pagination ul li:first-child, .pagination ul li:last-child {
    display: none;
  }
}

.pagination ul li i.fa.fa-chevron-left, .pagination ul li i.fa.fa-chevron-right {
  display: block;
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  .pagination ul li i.fa.fa-chevron-left, .pagination ul li i.fa.fa-chevron-right {
    margin: 0 10px;
  }
}

.pagination ul li a {
  color: #383838;
}

.pagination ul li.number {
  width: 41px;
  height: 41px;
  border-radius: 5px;
  color: #fff;
  background-color: transparent;
}

.pagination ul li.number.active, .pagination ul li.number:hover {
  background-color: #414292;
}

.pagination ul li.number.active a, .pagination ul li.number:hover a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

.list-icon {
  padding-left: 30px;
}

.list-icon li {
  position: relative;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .list-icon li {
    font-size: 14px;
  }
}

.list-icon li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -19px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 8px;
  border-radius: 50%;
}

.list-icon.list-error li:after {
  content: '\f00d';
  background-color: #A51212;
}

.list-icon.list-success li:after {
  content: '\f00c';
  background-color: #1C8C77;
}

.contact-list {
  padding-left: 30px;
}

.contact-list li {
  display: flex;
  align-items: center;
}

.contact-list li span {
  display: inline-block;
  margin-right: 7px;
  font-size: 19px;
  color: #006654;
}

.card {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.card-header {
  background-color: #C6D6E7;
  padding: 8px 25px;
  padding-left: 16px;
  border-radius: 23px !important;
  border: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-header:hover {
  background-color: #a9c1db;
}

@media screen and (max-width: 768px) {
  .card-header {
    font-size: 15px;
  }
}

.card-body {
  margin-top: 8px;
  padding: 18px 14px 22px 21px;
  background-color: #F4F4F4;
  font-size: 15px;
  color: #383838;
  border-radius: 25px;
}

@media screen and (max-width: 768px) {
  .card-body {
    font-size: 13px;
  }
}

.c-modal {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-modal[data-visible="true"] {
  opacity: 1;
  pointer-events: all;
}

.c-modal[data-visible="true"] .c-modal__content {
  transform: translateY(0px);
}

.c-modal__subscroll {
  position: relative;
  display: block;
  width: 100%;
  height: 50vh;
}

.c-modal__subscroll .scroll-bar.vertical {
  height: 100% !important;
  width: 10px;
  right: -5px;
}

@media screen and (min-width: 992px) {
  .c-modal__subscroll {
    height: 50vh;
  }
}

.c-modal .backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.c-modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 15px;
  width: 460px;
  height: 68vh;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.267);
  transform: translateY(-60px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.c-modal__content.lg {
  height: 75vh;
}

.c-modal__content.xl {
  width: 80vw;
  max-width: 1000px;
  height: 73vh;
}

@media screen and (max-width: 576px) {
  .c-modal__content {
    width: 89vw;
    height: 80vh;
  }
}

.c-modal__content .scroll-bar.vertical {
  height: 90% !important;
  width: 10px;
}

.c-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 33px 10px 33px;
}

.c-modal__header.sm {
  position: absolute;
  left: 0;
  width: 100%;
  top: -55px;
  padding: 5px;
}

.c-modal__header.sm .c-modal__close {
  color: #fff !important;
  font-size: 24px;
  padding: 0;
}

.c-modal__header .title {
  font-size: 24px;
  color: #414292;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 576px) {
  .c-modal__header .title {
    font-size: 20px;
  }
}

.c-modal__close {
  background: transparent;
  border: none;
  color: #383838;
  padding: 0;
  margin-bottom: 5px;
  padding-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-modal__close:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

@media screen and (max-width: 576px) {
  .c-modal__close {
    padding-right: 0;
    font-size: 13px;
    margin-bottom: 8px;
  }
}

.c-modal__body {
  position: relative;
  padding: 5px 33px 36px 33px;
  height: 100%;
}

.c-modal .viewport {
  height: 100% !important;
  width: 95% !important;
}

.c-modal .viewport .overview {
  width: 100%;
}

.c-modal iframe {
  width: 100%;
  height: 100%;
}

.c-modal.has-overlay .viewport:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  z-index: 15;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.5) 99%);
}

.scroll-top {
  position: absolute;
  right: 130px;
  bottom: 430px;
  width: 35px;
  height: 35px;
  background-image: url(../images/ico/scrolltop.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.scroll-top.show {
  opacity: 1;
}

.scroll-top:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.scroll-top:active, .scroll-top:focus {
  outline: none;
}

@media screen and (max-width: 768px) {
  .scroll-top {
    position: fixed;
    right: 50px;
    bottom: 100px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1450px) {
  .scroll-top {
    right: 25px;
  }
}

.btn-google {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.1px solid #FF5757;
  border-radius: 5px;
  width: 100%;
  padding: 16px;
  text-align: center;
  font-size: 16px;
  background-color: transparent;
  color: #FF5757 !important;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-google:hover {
  background-color: #FF5757;
  color: #fff !important;
}

.btn-google i {
  font-size: 18px;
  margin-right: 14px;
  display: block;
}

.btn-default {
  display: flex;
  justify-content: center;
  font-weight: 500;
  color: #fff;
  width: 100%;
  padding: 15px 25px;
  border: none;
  border-radius: 6px;
  background-color: #E1941B;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-default:hover {
  background-color: #d88e1a;
  color: #fff !important;
}

.btn-large-blue {
  border: 1.2px solid rgba(65, 66, 146, 0.5);
  color: #414292;
  background: none;
  border-radius: 5px;
  padding: 36px 30px 36px 37px;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-large-blue.xl {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
}

.btn-large-blue.xl i {
  font-size: 37px;
  width: 70px;
  text-align: left;
}

.btn-large-blue.xl i.fa-hands {
  margin-left: -3px;
  margin-right: 4px;
}

.btn-large-blue.xl .desc {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}

.btn-large-blue.xl .desc span {
  margin-top: 3px;
  font-weight: 400;
  color: #909090;
  transition: all 0.4s;
}

.btn-large-blue.horizontal {
  padding: 20px 90px;
}

.btn-large-blue.active, .btn-large-blue:hover {
  background-color: #414292;
  color: #fff;
}

.btn-large-blue.active span, .btn-large-blue:hover span {
  color: #fff !important;
}

.btn-large-danger {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.2px solid #FF5757;
  color: #FF5757;
  background: none;
  border-radius: 5px;
  padding: 36px 20px 36px 20px;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-large-danger.active, .btn-large-danger:hover {
  background-color: #FF5757;
  color: #fff;
}

.btn-transparent {
  display: flex;
  align-items: center;
  background: none !important;
  padding: 0;
  padding-bottom: 5px;
  border: none !important;
}

.btn-transparent i {
  margin-left: 7px;
  font-size: 13px;
}

.btn-bank {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.13);
  background-color: #fff;
  border: none;
  padding: 7px;
  border: 2px solid rgba(59, 41, 1, 0.07);
  transition: all 0.4s;
}

.btn-bank img {
  width: 38px;
}

.btn-bank:active, .btn-bank:hover {
  border-color: #E1941B;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.footer {
  padding: 30px 0;
  background-color: #FBF8F5;
  letter-spacing: 1px;
  color: #fffff5;
}

@media screen and (min-width: 1400px) {
  .footer .container {
    max-width: 1300px;
  }
}

.footer__list {
  text-transform: lowercase;
  color: #383838;
}

.footer__list a {
  display: block;
  margin-bottom: 4px;
  color: #383838 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer__list a:hover {
  color: #E1941B !important;
}

.footer__list a.btn-media {
  display: flex;
  color: #fff !important;
}

.footer__list-item {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
}

.footer__list-title {
  font-weight: 800;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .footer__list {
    text-align: center;
  }
}

.fluid-cards {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  height: 510px;
  margin: 60px 0;
}

@media screen and (max-width: 992px) {
  .fluid-cards {
    flex-direction: column;
    align-items: unset;
    height: auto;
  }
}

.fluid-cards__img {
  width: 45%;
  overflow: hidden;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .fluid-cards__img {
    align-self: flex-end;
    order: 2;
    margin-top: -50px;
    width: 90%;
    height: 340px;
  }
  .fluid-cards__img.is-right {
    align-self: flex-end;
  }
  .fluid-cards__img.is-left {
    align-self: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .fluid-cards__img {
    height: 250px;
  }
}

.fluid-cards__img.is-right {
  border-radius: 36px 0 0 36px;
}

.fluid-cards__img.is-left {
  border-radius: 0 36px 36px 0;
}

.fluid-cards__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fluid-cards__img.fluid {
  border-radius: 0;
  width: 50%;
}

@media screen and (max-width: 992px) {
  .fluid-cards__img.fluid {
    width: 100%;
  }
}

.fluid-cards__img.fluid img {
  display: block;
  margin-left: auto;
  height: 100%;
  width: auto;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .fluid-cards__img.fluid img {
    height: 300px;
  }
}

.fluid-cards__caption {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 55%;
  height: 83%;
  background-color: #FBF8F5;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .fluid-cards__caption {
    align-self: flex-start;
    order: 1;
    width: 100%;
    height: auto;
    padding: 50px 30px 100px;
  }
}

@media screen and (min-width: 1800px) {
  .fluid-cards__caption.is-left {
    justify-content: flex-end;
    padding-right: 200px;
  }
  .fluid-cards__caption.is-right {
    justify-content: flex-start;
    padding-left: 200px;
  }
}

.fluid-cards__caption-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.fluid-cards__caption .inner-desc,
.fluid-cards__caption .inner-title {
  margin-bottom: 19px;
}

.fluid-cards__caption .inner-desc {
  max-width: 500px;
}

.contact-btn {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .contact-btn {
    display: none;
  }
}

.cursos-filtro b {
  font-weight: 500;
}

.cursos-filtro .title {
  color: #383838;
}

.cursos-filtro li {
  margin-bottom: 6px;
}

.cursos-filtro a {
  display: flex;
  align-items: center;
  color: #383838 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cursos-filtro a.color-secondary {
  color: #414292 !important;
}

.cursos-filtro a:hover {
  color: #E1941B !important;
}

.cursos-filtro a i {
  display: block;
  font-size: 12px;
  margin-left: 8px;
  margin-top: 2px;
}

.badge-aluno {
  position: relative;
  border-radius: 5px;
  background-color: #F7F7F8;
}

.badge-aluno .content {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 25px 30px;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .badge-aluno .content {
    padding: 22px 20px;
  }
}

.badge-aluno.sm {
  font-size: 14px;
}

.badge-aluno.sm .desc {
  font-size: 15px;
}

.badge-aluno.sm img {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.badge-aluno.sm .actions-button {
  width: 48px;
  height: 48px;
}

.badge-aluno img {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 14px;
}

.badge-aluno .desc {
  font-size: 17px;
  display: flex;
  flex-direction: column;
  font-weight: 500;
}

.badge-aluno .desc span {
  font-weight: 400;
}

.badge-aluno__actions {
  position: absolute;
  z-index: 10;
  bottom: -50px;
  right: 147px;
  background-color: #fff;
  border-radius: 5px;
  width: 244px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transform: translate(50%, 50%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}

.badge-aluno__actions[data-visible="true"] {
  opacity: 1;
  pointer-events: all;
}

.badge-aluno__actions li {
  color: #383838;
  padding: 20px 24px;
  transition: all 0.4s;
}

.badge-aluno__actions li:hover {
  background-color: #414292;
  color: #fff;
}

.badge-aluno__actions li:hover i {
  color: #fff;
}

.badge-aluno__actions li a {
  color: inherit !important;
}

.badge-aluno__actions li i {
  color: #414292;
  margin-right: 8px;
}

.badge-aluno__actions li:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}

.badge-aluno .actions-button {
  position: relative;
  margin-left: auto;
  width: 51px;
  height: 51px;
  background-image: url(../images/ico/elipsis.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.4s;
  border: none;
  z-index: 8;
}

.badge-aluno .actions-button[data-expanded="true"] {
  background-image: url(../images/ico/close.png);
}

.badge-aluno .actions-button:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.list-badges {
  display: flex;
  flex-direction: column-reverse;
}

.tab-content.custom {
  position: relative;
  border: none;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.069);
  margin-top: -10px;
  z-index: 5;
  background-color: #fff;
  padding: 40px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .tab-content.custom {
    padding: 20px;
  }
}

.nav-tabs {
  border: none;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .nav-tabs {
    display: flex;
    flex-direction: column;
    box-shadow: 3px -3px 20px rgba(0, 0, 0, 0.07);
    border-bottom: 2px solid #E1941B;
    margin-bottom: 9px;
  }
}

.nav-tabs li a {
  display: block;
  padding: 20px 30px;
  color: #383838;
  background-color: transparent;
  box-shadow: 3px -3px 20px transparent;
  border: none;
}

@media screen and (max-width: 768px) {
  .nav-tabs li a {
    width: 100%;
    background-color: #fff !important;
  }
}

.nav-tabs li a:hover {
  border: none;
}

.nav-tabs li a.active {
  border: none;
  color: #E1941B !important;
  font-weight: 500;
  box-shadow: -3px -3px 20px rgba(0, 0, 0, 0.089);
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .nav-tabs li a.active {
    box-shadow: none;
    background-color: #E1941B !important;
    color: #fff !important;
  }
}

.tab-content {
  border: 0;
}

.badge-curso {
  position: relative;
  border-radius: 5px;
  background-color: #F7F7F8;
}

.badge-curso .content {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .badge-curso .content {
    padding: 22px 20px;
  }
}

.badge-curso img {
  width: 136px;
  height: 78px;
  border-radius: 5px;
  margin-right: 19px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .badge-curso img {
    width: 120px;
    height: 68px;
  }
}

.badge-curso .desc {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 500;
  padding-right: 10px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .badge-curso .desc {
    font-size: 21px;
  }
}

.badge-curso .desc span {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
}

.badge-curso__actions {
  position: absolute;
  z-index: 10;
  bottom: -50px;
  right: 147px;
  background-color: #fff;
  border-radius: 5px;
  width: 244px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transform: translate(50%, 50%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}

.badge-curso__actions[data-visible="true"] {
  opacity: 1;
  pointer-events: all;
}

.badge-curso__actions li {
  color: #383838;
  padding: 20px 24px;
  transition: all 0.4s;
}

.badge-curso__actions li:hover {
  background-color: #414292;
  color: #fff;
}

.badge-curso__actions li:hover i {
  color: #fff;
}

.badge-curso__actions li a {
  color: inherit !important;
}

.badge-curso__actions li i {
  color: #414292;
  margin-right: 8px;
}

.badge-curso__actions li:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}

.badge-curso .actions-button {
  position: relative;
  margin-left: auto;
  width: 47px;
  height: 47px;
  background-image: url(../images/ico/elipsis.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.4s;
  border: none;
  z-index: 8;
}

.badge-curso .actions-button[data-expanded="true"] {
  background-image: url(../images/ico/close.png);
}

.badge-curso .actions-button:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.card-pagamento {
  background-color: #F7F7F8;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
}

.card-pagamento__img {
  height: 90px;
  width: 142px;
  border-radius: 5px;
  object-fit: cover;
}

.card-pagamento__top {
  display: flex;
  padding: 21px 26px;
}

.card-pagamento__footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1.2px solid #eeeeee;
  padding: 21px 26px;
}

.card-pagamento__footer img {
  width: 34px;
}

.card-pagamento__footer b {
  font-weight: 500;
  margin-bottom: 4px;
}

.card-pagamento__footer div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .card-pagamento__footer div {
    margin-bottom: 7px;
    width: 50%;
  }
}

.card-pagamento__caption {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .card-pagamento__caption {
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 12px;
  }
}

.card-pagamento__title {
  font-size: 24px;
  font-weight: 500;
}

.card-pagamento__price {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  color: #414292;
  font-weight: 500;
}

.card-pagamento__price span {
  font-size: 14px;
  color: #909090;
  font-weight: 400;
  margin-top: 0;
}

.faq-item {
  background-color: #F7F7F8;
  border-radius: 5px;
  padding: 29px 16px;
  margin-bottom: 20px;
}

.faq-item__toggler {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  font-weight: 500;
  color: #383838 !important;
  text-align: left;
}

.faq-item__toggler i {
  display: block;
  transition: all 0.4s;
}

.faq-item__toggler[aria-expanded="true"] i {
  transform: rotate(-180deg);
}

.faq-item__body {
  padding-top: 15px;
}

.radio-person {
  width: 100%;
  cursor: pointer;
}

.radio-person input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio-person .mask {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: #F7F7F8;
  width: 100%;
  cursor: pointer;
  padding: 19px 21px;
  border: 1.2px solid transparent;
  transition: all 0.4s;
}

.radio-person .mask img {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 14px;
}

.radio-person .mask .desc {
  font-size: 17px;
  display: flex;
  flex-direction: column;
  font-weight: 500;
}

.radio-person .mask .desc span {
  font-weight: 400;
}

.radio-person .mask .is-checked {
  margin-left: auto;
  width: 36px;
  height: 36px;
  background-image: url("../images/ico/check.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.4s;
  opacity: 0;
}

.radio-person input:checked ~ .mask {
  border-color: #414292;
}

.radio-person input:checked ~ .mask .is-checked {
  opacity: 1;
}

.h-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 346px;
  padding: 28px 30px;
  border-radius: 15px;
  overflow: hidden;
}

.h-card__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.h-card__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h-card__tag {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}

.h-card__tag i {
  margin-right: 8px;
}

.h-card__caption {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.h-card__caption-title {
  font-size: 32px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 11px;
}

.h-card__caption-time {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 14px;
}

.h-card__caption-time i {
  margin-right: 9px;
}

.h-card:hover .h-card__bg {
  transform: translate(-50%, -50%) scale(1.08);
}

.h-card:hover .h-card__caption {
  padding-bottom: 4px;
}

.v-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
}

.v-card__img {
  position: relative;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  width: 100%;
  height: 195px;
}

.v-card__img:hover img {
  transform: translate(-50%, -50%) scale(1.08);
}

.v-card__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.v-card__caption {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 26px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.v-card__caption-title {
  font-size: 25px;
  font-weight: 500;
  color: #383838;
  margin-bottom: 11px;
}

.v-card__caption-time {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #383838;
  margin-bottom: 14px;
}

.v-card__caption-time i {
  color: #414292;
  margin-right: 9px;
}

.v-card__caption-desc {
  margin: 6px 0 23px;
}

.v-card__caption-price {
  color: #414292;
  font-size: 24px;
  font-weight: 500;
}

.v-card__caption-people {
  display: flex;
  align-items: center;
}

.v-card__caption-people .images {
  display: flex;
  padding-right: 15px;
}

.v-card__caption-people .images img {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #fff;
}

.v-card__caption-people .images img:not(:first-child) {
  margin-left: -14px;
}

.v-card__caption-people .images img:first-child {
  z-index: 3;
}

.v-card__caption-people .images img:nth-child(2) {
  z-index: 2;
}

.v-card__caption-people .images img:nth-child(3) {
  z-index: 1;
}

.v-card__caption-people .description {
  color: #909090;
  line-height: 1.1;
  padding-right: 45px;
}

@media screen and (max-width: 768px) {
  .v-card__caption-people .description {
    padding-right: 25px;
  }
}

.v-card__footer {
  padding: 30px;
  margin-top: auto;
  border-top: 1px solid #ececec;
  text-align: center;
}

.v-card__footer a {
  display: block;
  color: #E1941B !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.v-card__footer a:hover {
  text-shadow: 0.2px 0.2px #E1941B;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.v-card.sm .v-card__caption {
  padding: 13px 18px;
  margin-bottom: 0;
}

.v-card.sm .v-card__caption-title {
  margin-bottom: 2px;
}

.v-card.sm .v-card__caption-time {
  margin-bottom: 4px;
}

.v-card.sm .v-card__caption-desc {
  margin-bottom: 9px;
  color: #383838 !important;
}

.v-card.sm .v-card__footer {
  padding: 14px;
}

.v-card-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
}

.v-card-2__img {
  position: relative;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  width: 100%;
  height: 215px;
}

.v-card-2__img .overlay-video {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}

.v-card-2__img:hover img {
  transform: translate(-50%, -50%) scale(1.08);
}

.v-card-2__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.v-card-2__caption {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 26px 29px 26px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.v-card-2__caption-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-weight: 400;
}

.v-card-2__caption-list li {
  display: flex;
  width: 100%;
}

.v-card-2__caption-list li i {
  display: block;
  width: 32px;
  font-size: 21px;
  color: #E1941B;
}

.v-card-2__caption-price {
  color: #414292;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

.login {
  display: flex;
  width: 100vw;
  height: 100vh;
  min-height: 700px;
  background-color: #fff;
}

@media screen and (max-width: 992px) {
  .login {
    flex-direction: column;
    height: auto;
  }
}

.login__title {
  font-size: 23px;
  color: #383838;
  font-weight: 500;
  text-align: center;
  margin-bottom: 27px;
}

.login__tab {
  display: none;
}

.login__tab.active {
  display: block;
  animation: fadeIn 1s;
}

.login .backgrounds {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.login .backgrounds .bg {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 1;
}

.login .backgrounds .bg[data-active="true"] {
  opacity: 1;
}

.login__side {
  position: relative;
  width: 55%;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .login__side {
    width: 100% !important;
  }
}

.login__side.left {
  display: flex;
  justify-content: center;
  width: 45%;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .login__side.left {
    margin-bottom: 50px;
    padding-top: 40px;
  }
}

.login__side.left .left-container {
  width: 100%;
  max-width: 370px;
}

@media screen and (max-width: 600px) {
  .login__side.left .left-container {
    padding: 0 18px;
  }
}

.login__side.right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: center center;
}

@media screen and (max-width: 992px) {
  .login__side.right {
    height: 60vh;
  }
}

.login__brand {
  width: 85px;
  margin: 0 auto;
}

.login__brand img {
  width: 100%;
  margin-bottom: 30px;
}

.login__divisor {
  display: flex;
  align-items: center;
  margin: 21px 0 17px 0;
}

@media screen and (max-width: 992px) {
  .login__divisor {
    margin: 16px 0 12px 0;
  }
}

.login__divisor div {
  width: 42%;
  height: 1px;
  background-color: #EDEDED;
}

.login__divisor span {
  text-align: center;
  color: #EDEDED;
  width: 16%;
}

.login .login-cadastre {
  font-size: 16px;
  color: #383838;
  text-align: center;
}

.login .login-cadastre a {
  color: #414292 !important;
  text-decoration: underline;
  font-weight: 500;
}

.login .form-forget {
  color: #383838 !important;
  font-size: 14px;
  text-decoration: underline;
  margin-top: -3px;
}

.login__carousel {
  width: 100%;
}

.login__carousel-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  z-index: 3;
}

@media screen and (max-width: 450px) {
  .login__carousel-item {
    padding: 0 20px;
  }
}

.login__carousel-title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

.login__carousel-desc {
  font-size: 16px;
  color: #ffffffd5;
  max-width: 440px;
  text-align: center;
  margin: 0 auto;
}

.login .owl-dots {
  z-index: 2;
  padding-top: 10px;
}

.login .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.login .owl-dots .owl-dot:not(:last-child) {
  margin-right: 4px;
}

.login .owl-dots .owl-dot.active {
  background-color: #fff;
}

.interna-curso {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .interna-curso {
    padding-top: 37px;
  }
}

.interna-curso__back {
  position: absolute;
  top: -60px;
  left: 0;
  transform: translateX(25%);
  display: flex;
  align-items: center;
  color: #383838 !important;
  margin-bottom: 35px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .interna-curso__back {
    top: -50px;
  }
}

.interna-curso__back i {
  font-size: 14px;
  margin-right: 10px;
}

.interna-curso__caption {
  padding-right: 100px;
}

@media screen and (max-width: 768px) {
  .interna-curso__caption {
    padding-right: 0;
  }
}

.interna-curso__subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #414292;
  margin-bottom: 20px;
}

.interna-curso__title {
  font-size: 48px;
  font-weight: bold;
  color: #383838;
}

@media screen and (max-width: 768px) {
  .interna-curso__title {
    font-size: 37px;
  }
}

.interna-curso__infos {
  display: flex;
  align-items: center;
  margin: 10px 0 23px 0;
}

@media screen and (max-width: 768px) {
  .interna-curso__infos {
    flex-wrap: wrap;
  }
}

.interna-curso__infos li {
  font-size: 14px;
}

.interna-curso__infos li i {
  margin-right: 5px;
}

.interna-curso__infos li:not(:last-child) {
  margin-right: 26px;
}

.interna-curso .markup {
  font-size: 17px;
}

.interna-curso .markup.limit-height {
  max-height: 180px;
  overflow: hidden;
  transition: all 1s;
}

.interna-curso .markup.limit-height.expanded {
  max-height: 3000px;
}

.interna-curso .markup ul {
  list-style: none;
  margin-bottom: 29px;
}

.interna-curso .markup ul li {
  position: relative;
  padding-left: 30px;
}

.interna-curso .markup ul li:not(:last-child) {
  margin-bottom: 13px;
}

.interna-curso .markup ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #E1941B;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.interna-curso .markup p {
  margin-bottom: 25px;
}

.carrinho__header {
  display: flex;
  margin-bottom: 17px;
  font-size: 17px;
}

.carrinho__header div {
  color: #414292;
  font-weight: 500;
}

.carrinho__header div:first-child {
  width: 40%;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .carrinho__header div:first-child {
    display: none;
  }
}

.carrinho__header div:nth-child(2) {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .carrinho__header div:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .carrinho__header div:nth-child(3) {
    display: none;
  }
}

.carrinho__item {
  display: flex;
  background-color: #F7F7F8;
  border-radius: 15px;
  padding: 20px 23px;
  margin-bottom: 17px;
}

@media screen and (max-width: 768px) {
  .carrinho__item {
    flex-direction: column;
    justify-content: center;
  }
}

.carrinho__item img {
  width: 152px;
  height: 97px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 26px;
}

@media screen and (max-width: 768px) {
  .carrinho__item img {
    margin-right: 15px;
    width: 130px;
    height: 92px;
  }
}

.carrinho__item-caption {
  display: flex;
  font-weight: 500;
  color: #383838;
  font-size: 24px;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .carrinho__item-caption {
    width: 100%;
    padding-right: 20px;
  }
}

.carrinho__item-caption span {
  font-size: 14px;
  font-weight: 400;
}

.carrinho__item-caption span i {
  margin-right: 6px;
}

.carrinho__item-quantity {
  display: flex;
  align-items: center;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .carrinho__item-quantity {
    padding: 30px 0 10px 0;
    width: 100%;
    justify-content: center;
  }
}

.carrinho__item-price {
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .carrinho__item-price {
    padding-top: 15px;
    width: 100%;
  }
}

.carrinho__item-price .desc {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 500;
  color: #414292;
  text-align: left;
}

.carrinho__item-price .desc span {
  font-size: 14px;
  font-weight: 400;
  color: #909090;
}

.carrinho__item-delete {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #FF5757 !important;
  padding-right: 10px;
  transition: all 0.4s;
}

.carrinho__item-delete:hover {
  transform: scale(1.1);
}

.carrinho__more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #F7F7F8;
  color: #909090 !important;
  border-radius: 15px;
  transition: all 0.4s;
  height: 146px;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .carrinho__more {
    font-size: 20px;
    height: 80px;
  }
}

.carrinho__more i {
  margin-right: 14px;
}

.carrinho__more:hover {
  transform: scale(1.03);
}

.carrinho__resume {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .carrinho__resume {
    padding-top: 15px;
  }
}

.carrinho__resume ul {
  border-bottom: 1.4px solid #383838;
  padding-top: 12px;
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.carrinho__resume ul li {
  display: flex;
  justify-content: space-between;
}

.carrinho__resume ul li:not(:last-child) {
  margin-bottom: 0px;
}

.carrinho__resume .total {
  display: flex;
  font-size: 24px;
  justify-content: space-between;
}

.carrinho__resume .small {
  display: block;
  width: 100%;
  text-align: right;
  color: #909090;
  margin-bottom: 20px;
}

.checkout__items {
  display: flex;
  flex-direction: column;
  background-color: #F7F7F8;
  min-height: 100%;
  border-radius: 8px;
  padding: 30px;
}

.checkout__items li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #b6b3b3;
}

@media screen and (max-width: 992px) {
  .checkout__items li {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.checkout__items li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.096);
  padding-bottom: 15px;
}

.checkout__items li b {
  color: #383838;
  font-size: 20px;
  margin-right: 7px;
}

@media screen and (max-width: 992px) {
  .checkout__items li b {
    font-size: 17px;
  }
}

.checkout__items li div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
  .checkout__items li div:last-child {
    margin-top: 3px;
    justify-content: flex-end;
  }
}

.checkout__items li span {
  color: #414292;
  font-weight: bold;
  font-size: 20px;
  padding-left: 20px;
}

.meu-perfil__img {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.meu-perfil__img img {
  border: 1.4px solid #414292;
  width: 264px;
  height: 264px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}

.meu-perfil__menu .title {
  font-size: 26px;
  font-weight: 500;
  color: #383838;
  margin-bottom: 20px;
}

.meu-perfil__menu li {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .meu-perfil__menu li {
    margin-bottom: 9px;
  }
}

.meu-perfil__menu a {
  color: #383838;
  transition: all 0.4s;
}

.meu-perfil__menu a i {
  margin-right: 5px;
}

.meu-perfil__menu a:hover, .meu-perfil__menu a.active {
  color: #414292;
  font-weight: 500;
}

.meu-perfil__title {
  font-size: 32px;
  font-weight: bold;
}

body {
  position: relative;
  margin: 0;
  background-color: #383838;
  font-family: 'Rubik', sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
  font-weight: 400;
  color: #383838;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

main {
  background-color: #F7F7F8;
  max-width: 100vw;
  min-height: 100vh;
  overflow: hidden;
}

main.interna {
  padding-top: 170px;
}

@media screen and (max-width: 992px) {
  main.interna {
    padding-top: 120px;
  }
}

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