@import url(https://fonts.googleapis.com/css?family=Play:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);












body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Metrophobic', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Play', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Play', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Play', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Play', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Play', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #59c5cf !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #076470 !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #808080 !important;
}
.btn-primary {
  background-color: #59c5cf;
  border-color: #59c5cf;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #31a0aa;
  border-color: #31a0aa;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #31a0aa !important;
  border-color: #31a0aa !important;
}
.btn-secondary {
  background-color: #068b9c;
  border-color: #068b9c;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #034952;
  border-color: #034952;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #034952 !important;
  border-color: #034952 !important;
}
.btn-info {
  background-color: #076470;
  border-color: #076470;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #022428;
  border-color: #022428;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #022428 !important;
  border-color: #022428 !important;
}
.btn-success {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning {
  background-color: #f3c649;
  border-color: #f3c649;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #e1a90f;
  border-color: #e1a90f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e1a90f !important;
  border-color: #e1a90f !important;
}
.btn-danger {
  background-color: #808080;
  border-color: #808080;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #5a5a5a;
  border-color: #5a5a5a;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-primary-outline {
  background: none;
  border-color: #2c8d96;
  color: #2c8d96;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #59c5cf;
  border-color: #59c5cf;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #59c5cf !important;
  border-color: #59c5cf !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #02333a;
  color: #02333a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #068b9c;
  border-color: #068b9c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #068b9c !important;
  border-color: #068b9c !important;
}
.btn-info-outline {
  background: none;
  border-color: #010e10;
  color: #010e10;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #076470;
  border-color: #076470;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #076470 !important;
  border-color: #076470 !important;
}
.btn-success-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline {
  background: none;
  border-color: #c9970d;
  color: #c9970d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.text-primary {
  color: #59c5cf !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #076470 !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #808080 !important;
}
.alert-success {
  background-color: #ffffff;
}
.alert-info {
  background-color: #076470;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #808080;
}
.btn-social {
  border-color: #59c5cf;
}
.btn-social:hover {
  background: #59c5cf;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #59c5cf;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #59c5cf;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #59c5cf;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #59c5cf;
}
.lead a,
.lead a:hover {
  color: #59c5cf;
}
.lead blockquote {
  border-color: #59c5cf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f7fcfd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #0fcfe8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #59c5cf;
}
#header1-0 .mbr-section-title {
  font-size: 48px;
  color: #ffffff;
}
#header1-0 .mbr-section-lead {
  font-size: 25px;
}
#msg-box8-1d .mbr-section-title,
#msg-box8-1d p {
  color: #fff;
}
#msg-box8-1d .lead P {
  font-size: 30px;
  color: #808080;
}
#msg-box8-1d .mbr-section-title {
  color: #ffffff;
}
#features6-12 H4 {
  font-size: 30px;
  color: #59c5cf;
  text-align: center;
  font-family: 'Play', sans-serif;
}
#features6-12 P {
  color: #808080;
  font-size: 19px;
  text-align: center;
}
#features6-12 SPAN {
  color: #ffffff;
}
#msg-box8-l .mbr-section-title,
#msg-box8-l p {
  color: #fff;
}
#msg-box8-l .mbr-section-title {
  color: #59c5cf;
}
#msg-box8-l .lead P {
  color: #808080;
  font-size: 30px;
}
#testimonials1-j .mbr-section-title {
  font-size: 46px;
  color: #ffffff;
}
#testimonials1-j .card-footer > div {
  font-size: 22px;
  color: #ffffff;
}
#testimonials1-j .card-block P {
  color: #076470;
  font-size: 20px;
}
#testimonials1-j .card-footer > small {
  font-size: 19px;
  color: #ffffff;
}
#msg-box8-1e .mbr-section-title,
#msg-box8-1e p {
  color: #fff;
}
#msg-box8-1e .lead P {
  font-size: 30px;
  color: #ffffff;
}
#msg-box8-1e .mbr-section-title {
  color: #ffffff;
}
#msg-box8-2 .mbr-section-title,
#msg-box8-2 p {
  color: #fff;
}
#msg-box8-2 .mbr-section-title {
  color: #59c5cf;
  font-size: 48px;
}
#msg-box8-2 .lead P {
  color: #808080;
  font-size: 30px;
}
#msg-box6-z .mbr-section-title,
#msg-box6-z .lead p {
  color: #fff;
}
#msg-box6-z H3 {
  color: #59c5cf;
  text-align: left;
}
#msg-box6-z P {
  font-size: 20px;
  color: #59c5cf;
  text-align: left;
}
#msg-box6-z .btn {
  font-size: 14px;
  font-family: 'Play', sans-serif;
}
#msg-box6-10 .mbr-section-title,
#msg-box6-10 .lead p {
  color: #fff;
}
#msg-box6-10 P {
  font-size: 20px;
}
#msg-box6-10 .btn {
  font-family: 'Play', sans-serif;
  font-size: 14px;
}
#msg-box6-11 .mbr-section-title,
#msg-box6-11 .lead p {
  color: #fff;
}
#msg-box6-11 P {
  font-size: 20px;
}
#msg-box6-11 .btn {
  font-size: 14px;
  font-family: 'Play', sans-serif;
}
#header3-4 .mbr-section-title,
#header3-4 .mbr-section-subtitle {
  text-align: center;
}
#header3-4 SPAN {
  font-family: 'Play', sans-serif;
  font-size: 19px;
  text-align: center;
  color: #8c8c8c;
}
#header3-4 H3 {
  font-size: 30px;
  color: #59c5cf;
}
#header3-4 .mbr-section-subtitle {
  font-size: 19px;
}
#msg-box6-15 .mbr-section-title,
#msg-box6-15 .lead p {
  color: #fff;
}
#msg-box6-15 P {
  font-size: 22px;
}
#msg-box6-15 .btn {
  font-family: 'Play', sans-serif;
  font-size: 14px;
}
#header3-8 .mbr-section-title,
#header3-8 .mbr-section-subtitle {
  text-align: center;
}
#header3-8 H3 {
  font-size: 30px;
  color: #ffffff;
}
#header3-8 SMALL {
  font-size: 19px;
  text-align: right;
  color: #ffffff;
}
#msg-box8-9 .mbr-section-title,
#msg-box8-9 p {
  color: #fff;
}
#msg-box8-9 .mbr-section-title {
  color: #59c5cf;
}
#msg-box8-9 .lead P {
  color: #808080;
  font-size: 30px;
}
#features3-16 H4 {
  font-size: 32px;
  color: #59c5cf;
}
#features3-16 P {
  font-size: 20px;
  color: #808080;
}
#features3-16 .btn {
  font-size: 14px;
  font-family: 'Play', sans-serif;
}
#features3-1c H4 {
  font-size: 32px;
  color: #59c5cf;
}
#features3-1c P {
  font-size: 20px;
  color: #808080;
}
#features3-1c .btn {
  font-size: 14px;
  font-family: 'Play', sans-serif;
}
#header3-f .mbr-section-title,
#header3-f .mbr-section-subtitle {
  text-align: center;
}
#header3-f H3 {
  font-size: 30px;
  color: #076470;
}
#header3-f SMALL {
  font-size: 19px;
  text-align: right;
  color: #ffffff;
}
#header3-f .mbr-section-subtitle {
  color: #808080;
}
#header3-f .mbr-section-title {
  color: #59c5cf;
}
#header2-i .mbr-section-text {
  text-align: left;
  font-size: 20px;
  color: #ffffff;
}
#header2-i .mbr-section-title {
  font-size: 46px;
  color: #076470;
}
#form1-o .form-control-label {
  color: #ffffff;
}
#form1-o .mbr-section-title {
  font-size: 46px;
  color: #ffffff;
}
#form1-o SMALL {
  font-size: 25px;
  color: #ffffff;
}
#form1-o .btn {
  font-size: 14px;
  font-family: 'Play', sans-serif;
}
#contacts1-q STRONG {
  font-size: 20px;
  color: #59c5cf;
}
#contacts1-q P {
  font-size: 16px;
  color: #808080;
}
#menu-r .hide-buttons .nav-btn {
  display: none !important;
}
#menu-r .navbar-caption {
  color: #ffffff;
}
#menu-r .navbar-toggler {
  color: #ffffff;
}
#menu-r .close-icon::before,
#menu-r .close-icon::after {
  background-color: #ffffff;
}
#menu-r .link,
#menu-r .dropdown-item {
  color: #ffffff;
}
#menu-r .link {
  font-size: 1.05rem;
}
#menu-r .dropdown-item,
#menu-r .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#menu-r .link:hover,
#menu-r .dropdown-item:hover,
#menu-r .link:focus,
#menu-r .dropdown-item:focus {
  color: #59c5cf;
}
#menu-r .link[aria-expanded="true"],
#menu-r .dropdown-menu {
  background: #043940;
}
#menu-r .nav-dropdown-sm .link:focus,
#menu-r .nav-dropdown-sm .link:hover,
#menu-r .nav-dropdown-sm .dropdown-item:focus,
#menu-r .nav-dropdown-sm .dropdown-item:hover {
  background: #065762!important;
}
#menu-r .navbar,
#menu-r .nav-dropdown-sm,
#menu-r .nav-dropdown-sm .link[aria-expanded="true"],
#menu-r .nav-dropdown-sm .dropdown-menu {
  background: #076470;
}
#menu-r .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-r .bg-color.transparent.opened .link:hover,
#menu-r .bg-color.transparent.opened .link:focus {
  color: #59c5cf;
}
#menu-r .link[aria-expanded="true"],
#menu-r .dropdown-item[aria-expanded="true"] {
  color: #59c5cf!important;
}
#menu-r .btn {
  font-size: 14px;
}
#footer1-s P {
  color: #808080;
  font-size: 15px;
}


#msg-box8-1v .mbr-section-title,
#msg-box8-1v p {
  color: #fff;
}
#msg-box8-1v .lead P {
  font-size: 2rem;
}
#form1-1y .form-control-label {
  color: #ffffff;
}
#form1-1y .mbr-section-title {
  font-size: 3.5rem;
  color: #ffffff;
}
#form1-1y SMALL {
  font-size: 2rem;
  color: #ffffff;
}
#form1-1y .btn {
  font-size: 14px;
  font-family: 'metrophobic', sans-serif;
}
#msg-box3-1z .mbr-section-title,
#msg-box3-1z p {
  color: #000;
}
#msg-box3-1z .btn {
  font-family: 'Play', sans-serif;
  font-size: 1.3rem;
}
#menu-r .hide-buttons .nav-btn {
  display: none !important;
}
#menu-r .navbar-caption {
  color: #ffffff;
}
#menu-r .navbar-toggler {
  color: #ffffff;
}
#menu-r .close-icon::before,
#menu-r .close-icon::after {
  background-color: #ffffff;
}
#menu-r .link,
#menu-r .dropdown-item {
  color: #ffffff;
}
#menu-r .link {
  font-size: 1.2rem;
}
#menu-r .dropdown-item,
#menu-r .nav-dropdown-sm .link {
  font-size: 1.2rem;
}
#menu-r .link:hover,
#menu-r .dropdown-item:hover,
#menu-r .link:focus,
#menu-r .dropdown-item:focus {
  color: #59c5cf;
}
#menu-r .link[aria-expanded="true"],
#menu-r .dropdown-menu {
  background: #043940;
}
#menu-r .nav-dropdown-sm .link:focus,
#menu-r .nav-dropdown-sm .link:hover,
#menu-r .nav-dropdown-sm .dropdown-item:focus,
#menu-r .nav-dropdown-sm .dropdown-item:hover {
  background: #065762!important;
}
#menu-r .navbar,
#menu-r .nav-dropdown-sm,
#menu-r .nav-dropdown-sm .link[aria-expanded="true"],
#menu-r .nav-dropdown-sm .dropdown-menu {
  background: #076470;
}
#menu-r .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-r .bg-color.transparent.opened .link:hover,
#menu-r .bg-color.transparent.opened .link:focus {
  color: #59c5cf;
}
#menu-r .link[aria-expanded="true"],
#menu-r .dropdown-item[aria-expanded="true"] {
  color: #59c5cf!important;
}
#menu-r .btn {
  font-size: 1.2rem;
}
#contacts1-q STRONG {
  font-size: 20px;
  color: #59c5cf;
}
#contacts1-q P {
  font-size: 16px;
  color: #808080;
}
#footer1-s P {
  color: #808080;
  font-size: 15px;
}



































.cid-qLazTY0bBT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #076470;
}
.cid-qLazTY0bBT .title {
  margin-bottom: 2rem;
}
.cid-qLazTY0bBT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qLazTY0bBT a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qLazTY0bBT a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qLazTY0bBT .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qLazTY0bBT .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qLazTY0bBT B {
  color: #ffffff;
}
.cid-qLazTY0bBT LABEL {
  color: #ffffff;
}






.whatsapp {
    position: fixed;
    top: 82%;
    right: 1%;
    padding: 10px;
    z-index: 10000000;
}



