@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
body {
  font-family: 'Nunito', sans-serif;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 6.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 10.88rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.cid-sFSeKlLX0U p{
  color: whitesmoke;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.8rem;
    font-size: calc( 3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 15px 30px;
  border-radius: 0;
}
.btn-sm {
  padding: 15px 30px;
  border-radius: 0;
}
.btn-md {
  padding: 15px 30px;
  border-radius: 0;
}
.btn-lg {
  padding: 20px 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #19b373 !important;
}
.bg-success {
  background-color: #ffda00 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #19b373 !important;
  border-color: #19b373 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1fe090 !important;
  border-color: #1fe090 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1fe090 !important;
  border-color: #1fe090 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7ce0d3 !important;
  border-color: #7ce0d3 !important;
  color: #171717 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #171717 !important;
  background-color: #a5eae1 !important;
  border-color: #a5eae1 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #171717 !important;
  background-color: #a5eae1 !important;
  border-color: #a5eae1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #9b9288 !important;
  border-color: #9b9288 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9b9288 !important;
  border-color: #9b9288 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #171717 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #171717 !important;
  background-color: #ffe133 !important;
  border-color: #ffe133 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #171717 !important;
  background-color: #ffe133 !important;
  border-color: #ffe133 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #c3b995 !important;
  border-color: #c3b995 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c3b995 !important;
  border-color: #c3b995 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #171717 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #171717 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #171717 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #3c3c3c !important;
  border-color: #3c3c3c !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3c3c3c !important;
  border-color: #3c3c3c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0c5939;
  color: #0c5939;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #19b373;
  border-color: #19b373;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #19b373 !important;
  border-color: #19b373 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2fc7b3;
  color: #2fc7b3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #124b44;
  background-color: #7ce0d3;
  border-color: #7ce0d3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #124b44 !important;
  background-color: #7ce0d3 !important;
  border-color: #7ce0d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #998300;
  color: #998300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #19b373 !important;
}
.text-secondary {
  color: #7ce0d3 !important;
}
.text-success {
  color: #ffda00 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-grey {
  color: #a9a9a9;
}
.text-black {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4ce6a6 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cef4ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffe966 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
a[class*='text-'] {
  font-weight: inherit;
  /*background-image: linear-gradient(120deg, #19b373 0%, #19b373 100%);*/
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: 0 90%;
  transition: background-size 0.2s ease-in;
}
a[class*='text-']:hover {
  background-size: 100% 100%;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #19b373;
  border-color: #19b373;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #19b373;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #62e9b1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff8cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #19b373;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type='submit'] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type='submit']:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #19b373;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #19b373;
  border-bottom-color: #19b373;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #19b373 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #7ce0d3 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2319b373' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sFRKTSa2tB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFRKTSa2tB .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sFRKTSa2tB .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sFRKTSa2tB .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sFRKTSa2tB .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sFRKTSa2tB .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sFRKTSa2tB .container {
    padding: 0 1rem;
  }
}
.cid-sFRKTSa2tB .menu-tite {
  background: #19b373;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-sFRKTSa2tB .nav-link {
  position: relative;
}
.cid-sFRKTSa2tB .nav-link:hover {
  color: #82786e !important;
}
.cid-sFRKTSa2tB nav.navbar {
  position: fixed;
}
.cid-sFRKTSa2tB .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFRKTSa2tB .navbar.opened {
  transition: all 0.3s;
}
.cid-sFRKTSa2tB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFRKTSa2tB .navbar .navbar-logo img {
  width: auto;
}
.cid-sFRKTSa2tB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFRKTSa2tB .navbar.collapsed {
  justify-content: center;
}
.cid-sFRKTSa2tB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFRKTSa2tB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFRKTSa2tB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFRKTSa2tB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFRKTSa2tB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFRKTSa2tB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFRKTSa2tB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFRKTSa2tB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFRKTSa2tB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFRKTSa2tB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFRKTSa2tB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFRKTSa2tB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFRKTSa2tB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFRKTSa2tB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFRKTSa2tB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFRKTSa2tB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFRKTSa2tB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFRKTSa2tB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFRKTSa2tB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFRKTSa2tB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFRKTSa2tB .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFRKTSa2tB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFRKTSa2tB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFRKTSa2tB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFRKTSa2tB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFRKTSa2tB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFRKTSa2tB .dropdown-item:hover,
.cid-sFRKTSa2tB .dropdown-item:focus {
  background: #19b373 !important;
  color: white !important;
}
.cid-sFRKTSa2tB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFRKTSa2tB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFRKTSa2tB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sFRKTSa2tB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFRKTSa2tB .dropdown-menu,
.cid-sFRKTSa2tB .navbar.opened {
  background: #ffffff !important;
}
.cid-sFRKTSa2tB .nav-item:focus,
.cid-sFRKTSa2tB .nav-link:focus {
  outline: none;
}
.cid-sFRKTSa2tB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFRKTSa2tB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFRKTSa2tB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFRKTSa2tB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFRKTSa2tB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFRKTSa2tB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFRKTSa2tB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFRKTSa2tB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFRKTSa2tB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFRKTSa2tB .dropdown-item.active,
.cid-sFRKTSa2tB .dropdown-item:active {
  background-color: transparent;
}
.cid-sFRKTSa2tB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFRKTSa2tB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFRKTSa2tB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFRKTSa2tB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFRKTSa2tB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFRKTSa2tB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFRKTSa2tB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFRKTSa2tB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFRKTSa2tB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFRKTSa2tB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19b373;
}
.cid-sFRKTSa2tB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFRKTSa2tB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFRKTSa2tB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFRKTSa2tB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFRKTSa2tB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFRKTSa2tB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFRKTSa2tB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFRKTSa2tB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFRKTSa2tB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFRKTSa2tB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFRKTSa2tB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFRKTSa2tB .navbar {
    height: 70px;
  }
  .cid-sFRKTSa2tB .navbar.opened {
    height: auto;
  }
  .cid-sFRKTSa2tB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFRKVQTTCB {
  background-image: url("../../../assets/images/hero.jpg");
  background-position: center;
  background-size: cover;
}
@media (min-width: 1200px) {
  .cid-sFRKVQTTCB .content-wrapper {
    padding-right: 60px;
  }
}
.cid-sFRKVQTTCB img {
  width: 100%;
}
.cid-sFRKVQTTCB ul li::marker {
  font-size: 28px;
}
@media (max-width: 991px) {
  .cid-sFRKVQTTCB .content-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-sFRKVQTTCB .carousel-indicators {
  justify-content: flex-start;
  margin: 0 -6px 3px;
}
.cid-sFRKVQTTCB .carousel-indicators li {
  background: #000000;
  border: 0;
  opacity: 0.2;
  margin-left: 6px;
  margin-right: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  transition: all .6s ease;
}
.cid-sFRKVQTTCB .carousel-indicators li.active {
  background: #7ce0d3;
  opacity: 1;
}
.cid-sFRKVQTTCB .mbr-section-title {
  color: #19b373;
}
.cid-sFRKVQTTCB .text {
  color: #333333;
}
.cid-sFRKVQTTCB .list {
  color: #ffffff;
}
.cid-sFRKVQTTCB .bottom-text {
  color: #ffffff;
}
.cid-sFSaIGG2e6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sFSaIGG2e6 .container {
  max-width: 1500px;
}
.cid-sFSaIGG2e6 img {
  width: 100%;
}
.cid-sFSaIGG2e6 h2 {
  padding: 0;
  margin: 0;
}
.cid-sFSaIGG2e6 .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sFSaIGG2e6 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sFSaIGG2e6 .img-col {
  position: relative;
}
.cid-sFSaIGG2e6 .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-sFSaIGG2e6 .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sFSaIGG2e6 .img-col {
    margin-bottom: 3rem;
  }
  .cid-sFSaIGG2e6 .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sFSaIGG2e6 .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-sFSaIGG2e6 .number {
    margin: auto;
  }
}
.cid-sFSbkeu1F8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sFSbkeu1F8 .container {
  max-width: 1500px;
}
.cid-sFSbkeu1F8 img {
  width: 100%;
}
.cid-sFSbkeu1F8 h2 {
  padding: 0;
  margin: 0;
}
.cid-sFSbkeu1F8 .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sFSbkeu1F8 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sFSbkeu1F8 .img-col {
  position: relative;
}
.cid-sFSbkeu1F8 .img2 {
  position: absolute;
  right: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-sFSbkeu1F8 .img2 {
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sFSbkeu1F8 .img-col {
    margin-top: 3rem;
  }
  .cid-sFSbkeu1F8 .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sFSbkeu1F8 .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-sFSbkeu1F8 .number {
    margin: auto;
  }
}
.cid-sFSbN1HGxO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-sFSbN1HGxO .container {
  max-width: 1500px;
}
.cid-sFSbN1HGxO img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sFSbN1HGxO img:hover {
  transform: scale(1.1);
}
.cid-sFSbN1HGxO .row {
  background: #ffffff;
}
.cid-sFSbN1HGxO .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-sFSbN1HGxO h2 {
  padding: 0;
  margin: 0;
}
.cid-sFSbN1HGxO .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFSbN1HGxO .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-sFSbN1HGxO .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sFSbN1HGxO .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sFSbN1HGxO .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sFSbN1HGxO .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-sFSbN1HGxO .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sFSbN1HGxO .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sFSbN1HGxO .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sFSbN1HGxO .row {
    margin: 0rem;
  }
  .cid-sFSbN1HGxO .text-col {
    padding: 2rem 1rem;
  }
  .cid-sFSbN1HGxO .number {
    margin-right: 2rem;
  }
  .cid-sFSbN1HGxO .img-col {
    margin-bottom: 3rem;
  }
}
.cid-sFSbN1HGxO H2 {
  color: #333333;
}
.cid-sFSbN1HGxO .mbr-text {
  color: #333333;
}
.cid-sFScHeIoyo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-sFScHeIoyo .container {
  max-width: 1500px;
}
.cid-sFScHeIoyo img {
  width: 100%;
}
.cid-sFScHeIoyo h2 {
  padding: 0;
  margin: 0;
}
.cid-sFScHeIoyo .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sFScHeIoyo .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sFScHeIoyo .img-col {
  position: relative;
}
.cid-sFScHeIoyo .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-sFScHeIoyo .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sFScHeIoyo .img-col {
    margin-bottom: 3rem;
  }
  .cid-sFScHeIoyo .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sFScHeIoyo .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-sFScHeIoyo .number {
    margin: auto;
  }
}
.cid-sFSdx4Xtiy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sFSdx4Xtiy {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-sFSdx4Xtiy .text {
  padding: 0;
}
.cid-sFSdx4Xtiy section {
  position: relative;
}
.cid-sFSdx4Xtiy h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sFSdx4Xtiy .mbr-iconfont {
  padding: 0!important;
}
.cid-sFSdx4Xtiy .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #19b373;
}
.cid-sFSdx4Xtiy .box {
  background-image: url("../../../assets/images/shutterstock-1010425774-2000x1333.jpeg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFSdx4Xtiy .icon-wrap {
  background-color: #19b373 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sFSdx4Xtiy .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sFSdx4Xtiy .icon-wrap span {
  padding-left: 8px;
}
.cid-sFSdx4Xtiy .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sFSdx4Xtiy .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sFSdx4Xtiy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFSdx4Xtiy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFSdx4Xtiy .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}


@media (max-width: 768px) {
  .cid-sFSdx4Xtiy .modalWindow .modalWindow-video {
  height: calc(100vw);
  width: 80vw;
  margin: 0 auto;
  }
}


.cid-sFSdx4Xtiy a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sFSdx4Xtiy a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sFSdx4Xtiy {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .cid-sFSdx4Xtiy .box {
    height: 250px;
  }
  .cid-sFSdx4Xtiy .row {
    padding: 1rem!important;
  }
}
.cid-sFSdyOQqXS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sFSdyOQqXS .container {
  max-width: 1500px;
}
.cid-sFSdyOQqXS img {
  width: 100%;
}
.cid-sFSdyOQqXS h2 {
  padding: 0;
  margin: 0;
}
.cid-sFSdyOQqXS .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sFSdyOQqXS .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sFSdyOQqXS .img-col {
  position: relative;
}
.cid-sFSdyOQqXS .img2 {
  position: absolute;
  right: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-sFSdyOQqXS .img2 {
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sFSdyOQqXS .img-col {
    margin-top: 3rem;
  }
  .cid-sFSdyOQqXS .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sFSdyOQqXS .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-sFSdyOQqXS .number {
    margin: auto;
  }
}
.cid-sFSeCyDnCN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #666666;
}
.cid-sFSeCyDnCN .mbr-text,
.cid-sFSeCyDnCN .mbr-section-subtitle {
  color: #767676;
}
.cid-sFSeCyDnCN .card-title {
  color: #66458e;
}
.cid-sFSeCyDnCN .card .card-img span {
  color: #19b373;
  font-size: 60px;
  background: linear-gradient(45deg, #19b373, #19b373);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-sFSeCyDnCN .mbr-section-subtitle,
  .cid-sFSeCyDnCN .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFSeCyDnCN .card .card-img span {
    background: none;
  }
}
.cid-sFSeCyDnCN .card-title,
.cid-sFSeCyDnCN .card-img {
  color: #ffffff;
}

@media (max-width: 767px) {
  .cid-sFSeCyDnCN .col-12 {
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:50% 
    
  }
}
.cid-sFSdzghyG3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sFSdzghyG3 .container {
  max-width: 1500px;
}
.cid-sFSdzghyG3 img {
  width: 100%;
}
.cid-sFSdzghyG3 h2 {
  padding: 0;
  margin: 0;
}
.cid-sFSdzghyG3 .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sFSdzghyG3 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sFSdzghyG3 .img-col {
  position: relative;
}
.cid-sFSdzghyG3 .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-sFSdzghyG3 .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sFSdzghyG3 .img-col {
    margin-bottom: 3rem;
  }
  .cid-sFSdzghyG3 .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sFSdzghyG3 .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-sFSdzghyG3 .number {
    margin: auto;
  }
}
.cid-sFSeKlLX0U {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url('../../images/reseñas.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.cid-sFSeKlLX0U::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.cid-sFSeKlLX0U .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFSeKlLX0U .carousel-item.active,
.cid-sFSeKlLX0U .carousel-item-next,
.cid-sFSeKlLX0U .carousel-item-prev {
  display: flex;
}
.cid-sFSeKlLX0U .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-sFSeKlLX0U .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: #232323;
  opacity: .9;
}
.cid-sFSeKlLX0U .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sFSeKlLX0U .user_image {
  width: 170px;
  height: 170px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #19b373;
  margin: 0 auto 2rem auto;
  display: flex;
  -webkit-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
}
.cid-sFSeKlLX0U .user_image .user_image_inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: auto;
}
.cid-sFSeKlLX0U .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sFSeKlLX0U .user_text {
  color: #333333;
}
.cid-sFSeKlLX0U .user {
  margin: 1rem;
}
@media (min-width: 992px) {
  .cid-sFSeKlLX0U .user {
    padding: 2rem 3rem;
  }
}
@media (max-width: 230px) {
  .cid-sFSeKlLX0U .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sFSeZyfsuD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-sFSeZyfsuD .mbr-text,
.cid-sFSeZyfsuD .mbr-section-subtitle {
  color: #767676;
}
.cid-sFSeZyfsuD .card-title {
  color: #66458e;
}
.cid-sFSeZyfsuD .card .card-img span {
  color: #19b373;
  font-size: 60px;
  background: linear-gradient(45deg, #19b373, #19b373);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-sFSeZyfsuD .mbr-section-subtitle,
  .cid-sFSeZyfsuD .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFSeZyfsuD .card .card-img span {
    background: none;
  }
}
.cid-sFSeZyfsuD .card-title,
.cid-sFSeZyfsuD .card-img {
  color: #ffffff;
}

@media (max-width: 767px) {
  .cid-sFSeZyfsuD .col-12 {
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:50% 
    
  }
}
.cid-sFSf0bESgs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #333333;
}
.cid-sFSf0bESgs .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFSf0bESgs .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFSf0bESgs .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFSf0bESgs .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFSf0bESgs .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFSf0bESgs .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFSf0bESgs .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFSf0bESgs .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFSf0bESgs .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFSf0bESgs .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFSf0bESgs .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFSf0bESgs .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFSf0bESgs .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFSf0bESgs .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFSf0bESgs foot-menu-item {
  color: #67beb0;
}



.cid-sDT3twAVKy {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDT3twAVKy img {
  width: 100%;
}
.cid-sDT3twAVKy .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #7bbf12;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sDT3twAVKy .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sDT3twAVKy .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sDT3twAVKy .panel-group {
  margin-top: 36px;
}
.cid-sDT3twAVKy .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sDT3twAVKy .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-sDT3twAVKy .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-sDT3twAVKy .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sDT3twAVKy .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000;
  transition: all 200ms ease-in-out;
  margin-bottom: 18px;
}
.cid-sDT3twAVKy .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #848abd;
}
.cid-sDT3twAVKy .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-sDT3twAVKy .card .card-header a.panel-title h4:hover {
  color: #848abd;
}
.cid-sDT3twAVKy .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-sDT3twAVKy .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-sDT3twAVKy .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-sDT3twAVKy .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-sDT3twAVKy .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
}
.cid-sDT3twAVKy .card .panel-body p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-sDT3twAVKy .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-sDT3twAVKy * {
    text-align: left;
  }
}




.cid-sx1v9mHUf5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sx1v9mHUf5 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sx1v9mHUf5 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-sx1v9mHUf5 .panel-group {
  border: none;
}
.cid-sx1v9mHUf5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sx1v9mHUf5 .panel-body,
.cid-sx1v9mHUf5 .card-header {
  padding: 1rem 0;
}
.cid-sx1v9mHUf5 .panel-title-edit {
  color: #1d2c35;
}
.cid-sx1v9mHUf5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sx1v9mHUf5 H3 {
  color: #f27f44;
}




 /*===================SECTION FORM =========================================*/
 .cid-snhz20VR9d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-snhz20VR9d .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-snhz20VR9d form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-snhz20VR9d form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-snhz20VR9d form.mbr-form {
    padding: 1rem;
  }
}
.cid-snhz20VR9d form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-snhz20VR9d form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-snhz20VR9d .mbr-section-title {
  color: #4479d9;
}


  /* CONTAINER FORM: HERE YOU CAN REMOVE SHADOW FORM*/
  .cid-snhz20VR9d .div-container-form{
      -webkit-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) !important;
      -moz-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) !important;
      box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) !important;
  }
  /* END CONTAINER FORM */

  /* BOX FORM HEADER */
  .cid-snhz20VR9d .header-form, 
  .body-form{
      font-family: 'Nunito', sans-serif !important;
      /* background: #f5f3f4; */
      background: rgba(255, 255, 255, 0.9);
      height: auto;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }
  /* END BOX FORM HEADER */

  /* BOX FORM BODY */
  .cid-snhz20VR9d form.mbr-form{
      /* background: #274c77; */
      background: rgba(124, 123, 137, 0.9);
      width: 100%;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
  }
  /*END BOX FORM BODY */

  /* INPUTS FORM-CONTROL */
  .cid-snhz20VR9d .form-control{
      color: #656565;
      background-color: #f5f5f5;
      border-radius: .25rem;
      padding-left: 8px !important;
  }
  /* END INPUTS FORM-CONTROL */

  /* LABEL FORM-CONTROL */
  .cid-snhz20VR9d label{
      color: #f5f5f5;
  }
  /* END LABEL FORM-CONTROL */

  /* LABEL FORM-CONTROL */
  .cid-snhz20VR9d label a:hover{
      color: #b9d5fd;
  }
  /* END LABEL FORM-CONTROL */
  
  /* 1 TEXT OFFER*/
  .cid-snhz20VR9d .text-offer-form{
      color: #19b373;
      font-size: 3.3rem;
      letter-spacing: 6px;
      font-weight: bold;
      padding-top: 15px;
      font-family: 'Roboto', sans-serif;
      text-align: center !important;
  }
  /* END TEXT OFFER */
  
  /* 2 TEXT TIME YOU RECIVE ORDER */
  .cid-snhz20VR9d .text-hours-form{
      text-align: center !important;
      
  }
  /* TEXT TIME YOU RECIVE ORDER */

  /* 3 TEXT FINISH SOON */
  .cid-snhz20VR9d .text-soon-form{
      text-align: center !important;
      font-weight: lighter;
      /* background: #0b7fab; */
      background: rgba(0, 0, 0, 0.9);
      color: white;
      letter-spacing: 3px;
      padding: 4px 4px;
      border-radius: 2px;
      margin: 10px 0;
  }
  /* END TEXT FINISH SOON */

  /* 4 TEXT PRODUCT */
  .cid-snhz20VR9d .text-product-form{
      text-align: center;
      padding: 10px 0;
      font-size: 1.3rem !important;
  }
  .cid-snhz20VR9d .text-product-form .form-price{
      font-weight: bolder !important;
  }
  /* END TEXT ICONS FREE SHIPPING */  
      
  /* MEDIA QUERIES */
  @media screen and (max-width:768px){
      .cid-snhz20VR9d .text-offer-form{
          font-size: 2.4rem !important;
          letter-spacing: 2px !important;
      }
      .cid-snhz20VR9d .text-hours-form{
          font-size: 1rem !important;
      }
      .cid-snhz20VR9d .text-soon-form{
          font-size: 1.2rem !important;
          letter-spacing: 0px !important;
      }
      .cid-snhz20VR9d .text-product-form{
          font-size: 1.1rem !important;
      }
  }
  /* END MEDIA QUERIES */