@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ff4700 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff4700 !important;
  border-color: #ff4700 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b33200 !important;
  border-color: #b33200 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b33200 !important;
  border-color: #b33200 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !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: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !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: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #992b00;
  color: #992b00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff4700;
  border-color: #ff4700;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4700 !important;
  border-color: #ff4700 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !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: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !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: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !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: #ff4700 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #992b00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.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: #ff4700;
  border-color: #ff4700;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff4700;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffdacc;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.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: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ff4700;
}
/* Forms */
.mbr-form .btn {
  margin: .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);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ff4700;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ff4700;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff4700;
  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: #ff4700;
  border-bottom-color: #ff4700;
}
.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: #ffffff !important;
  background-color: #ff4700 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !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: 100px;
  height: 100px;
  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='%23ff4700' %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.3;
}
.cid-s26AxUO4dE {
  height: 0 !important;
}
.cid-s26AxUO4dE .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s26AxUO4dE .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s26AxUO4dE .nav-item:focus,
.cid-s26AxUO4dE .nav-link:focus {
  outline: none;
}
.cid-s26AxUO4dE .text-white:hover,
.cid-s26AxUO4dE .text-white:active,
.cid-s26AxUO4dE .text-white:focus {
  color: white!important;
}
.cid-s26AxUO4dE .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-s26AxUO4dE .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-s26AxUO4dE .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-s26AxUO4dE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s26AxUO4dE .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-s26AxUO4dE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s26AxUO4dE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s26AxUO4dE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s26AxUO4dE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s26AxUO4dE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s26AxUO4dE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s26AxUO4dE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s26AxUO4dE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s26AxUO4dE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s26AxUO4dE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s26AxUO4dE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s26AxUO4dE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s26AxUO4dE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s26AxUO4dE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s26AxUO4dE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s26AxUO4dE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s26AxUO4dE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s26AxUO4dE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s26AxUO4dE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s26AxUO4dE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s26AxUO4dE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s26AxUO4dE .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-s26AxUO4dE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s26AxUO4dE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s26AxUO4dE .section {
  position: relative;
  overflow: visible!important;
}
.cid-s26AxUO4dE .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s26AxUO4dE .dropdown-item:hover {
  color: black!important;
}
.cid-s26AxUO4dE .dropdown-menu {
  background-color: white!important;
}
.cid-s26AxUO4dE .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s26AxUO4dE .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s26AxUO4dE .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-s26AxUO4dE .nav-item {
    position: relative;
  }
}
.cid-s26AxUO4dE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s26AxUO4dE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s26AxUO4dE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-s26AxUO4dE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s26AxUO4dE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s26AxUO4dE .collapsed {
  flex-direction: row!important;
}
.cid-s26AxUO4dE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s26AxUO4dE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s26AxUO4dE .navbar-caption {
  font-weight: 600!important;
}
.cid-s26AxUO4dE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s26AxUO4dE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s26AxUO4dE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s26AxUO4dE .dropdown-item.active,
.cid-s26AxUO4dE .dropdown-item:active {
  background-color: transparent;
}
.cid-s26AxUO4dE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s26AxUO4dE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s26AxUO4dE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s26AxUO4dE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-s26AxUO4dE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s26AxUO4dE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s26AxUO4dE .navbar-buttons {
  flex-wrap: wrap;
  text-align: center;
}
.cid-s26AxUO4dE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s26AxUO4dE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-s26AxUO4dE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s26AxUO4dE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s26AxUO4dE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s26AxUO4dE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s26AxUO4dE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s26AxUO4dE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s26AxUO4dE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s26AxUO4dE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s26AxUO4dE .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s26AxUO4dE .nav-link {
  font-weight: 600!important;
}
.cid-s26AxUO4dE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s26AxUO4dE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s26AxUO4dE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s26AxUO4dE .icons-menu span {
  font-size: 26px;
  color: #ff4700;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s26AxUO4dE .navbar {
    height: 77px;
  }
  .cid-s26AxUO4dE .navbar.opened {
    height: auto;
  }
  .cid-s26AxUO4dE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s26HqY5Syo {
  padding-top: 105px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-s26HqY5Syo .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s26HqY5Syo .plan-body .btn-bgr {
  z-index: 0;
}
.cid-s26HqY5Syo .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-s26HqY5Syo .price-term {
  margin-left: -5px;
}
.cid-s26HqY5Syo .pt2 {
  padding-top: 2rem;
}
.cid-s26HqY5Syo .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-s26HqY5Syo .plan-descr {
  color: #444444;
}
.cid-s26HqY5Syo .plan-price {
  margin-top: 2rem;
}
.cid-s26HqY5Syo .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s26HqY5Syo .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s26HqY5Syo .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-s26HqY5Syo .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
}
.cid-s26HqY5Syo .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-s26HqY5Syo .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-s26HqY5Syo .plan .plan-favorite {
  display: none;
}
.cid-s26HqY5Syo .plan:nth-child(2) .plan-favorite {
  background-color: #ff4f7b;
  display: block !important;
}
.cid-s26HqY5Syo .plan-header,
.cid-s26HqY5Syo .plan-body {
  background-color: #ffffff;
}
.cid-s26HqY5Syo .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-s26HqY5Syo .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-s26HqY5Syo .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-s26HqY5Syo .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s26HqY5Syo UL {
  color: #8d97ad;
}
.cid-s26N9BOorA {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #44b335, #18be00);
}
.cid-s26N9BOorA .btn {
  margin: 0 0 .5rem 0;
}
.cid-s26N9BOorA H2 {
  text-align: center;
}
.cid-s26Pi1sTHk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s28aMiH6O6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/manual-de-marca-para-pauta-publicitaria-ssn-2-2000x137.jpg");
}
.cid-s28aMiH6O6 a:link {
  text-decoration: none;
}
.cid-s28aMiH6O6 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s28aMiH6O6 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s28aMiH6O6 .inner-text {
  line-height: 3em;
}
.cid-s28aMiH6O6 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s28aMiH6O6 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s28aMiH6O6 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s28aMiH6O6 .content-text,
.cid-s28aMiH6O6 .inner-text {
  color: #c1c1c1;
}
.cid-s27uELz58d {
  height: 0 !important;
}
.cid-s27uELz58d .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s27uELz58d .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s27uELz58d .nav-item:focus,
.cid-s27uELz58d .nav-link:focus {
  outline: none;
}
.cid-s27uELz58d .text-white:hover,
.cid-s27uELz58d .text-white:active,
.cid-s27uELz58d .text-white:focus {
  color: white!important;
}
.cid-s27uELz58d .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-s27uELz58d .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-s27uELz58d .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-s27uELz58d .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s27uELz58d .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-s27uELz58d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s27uELz58d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s27uELz58d .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s27uELz58d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s27uELz58d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s27uELz58d .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s27uELz58d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s27uELz58d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s27uELz58d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s27uELz58d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s27uELz58d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s27uELz58d .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s27uELz58d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s27uELz58d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s27uELz58d .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s27uELz58d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s27uELz58d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s27uELz58d .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s27uELz58d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s27uELz58d .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s27uELz58d .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s27uELz58d .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-s27uELz58d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s27uELz58d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s27uELz58d .section {
  position: relative;
  overflow: visible!important;
}
.cid-s27uELz58d .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s27uELz58d .dropdown-item:hover {
  color: black!important;
}
.cid-s27uELz58d .dropdown-menu {
  background-color: white!important;
}
.cid-s27uELz58d .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s27uELz58d .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s27uELz58d .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-s27uELz58d .nav-item {
    position: relative;
  }
}
.cid-s27uELz58d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27uELz58d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s27uELz58d .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-s27uELz58d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s27uELz58d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s27uELz58d .collapsed {
  flex-direction: row!important;
}
.cid-s27uELz58d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s27uELz58d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s27uELz58d .navbar-caption {
  font-weight: 600!important;
}
.cid-s27uELz58d .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s27uELz58d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s27uELz58d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s27uELz58d .dropdown-item.active,
.cid-s27uELz58d .dropdown-item:active {
  background-color: transparent;
}
.cid-s27uELz58d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s27uELz58d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s27uELz58d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s27uELz58d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-s27uELz58d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s27uELz58d ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s27uELz58d .navbar-buttons {
  flex-wrap: wrap;
  text-align: center;
}
.cid-s27uELz58d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s27uELz58d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-s27uELz58d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s27uELz58d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s27uELz58d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s27uELz58d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s27uELz58d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27uELz58d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s27uELz58d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s27uELz58d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s27uELz58d .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s27uELz58d .nav-link {
  font-weight: 600!important;
}
.cid-s27uELz58d a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s27uELz58d .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s27uELz58d .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s27uELz58d .icons-menu span {
  font-size: 26px;
  color: #ff4700;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s27uELz58d .navbar {
    height: 77px;
  }
  .cid-s27uELz58d .navbar.opened {
    height: auto;
  }
  .cid-s27uELz58d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s27uEMv1oc {
  padding-top: 105px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-s27uEMv1oc .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s27uEMv1oc .plan-body .btn-bgr {
  z-index: 0;
}
.cid-s27uEMv1oc .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-s27uEMv1oc .price-term {
  margin-left: -5px;
}
.cid-s27uEMv1oc .pt2 {
  padding-top: 2rem;
}
.cid-s27uEMv1oc .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-s27uEMv1oc .plan-descr {
  color: #444444;
}
.cid-s27uEMv1oc .plan-price {
  margin-top: 2rem;
}
.cid-s27uEMv1oc .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s27uEMv1oc .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s27uEMv1oc .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-s27uEMv1oc .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
}
.cid-s27uEMv1oc .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-s27uEMv1oc .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-s27uEMv1oc .plan .plan-favorite {
  display: none;
}
.cid-s27uEMv1oc .plan:nth-child(2) .plan-favorite {
  background-color: #ff4f7b;
  display: block !important;
}
.cid-s27uEMv1oc .plan-header,
.cid-s27uEMv1oc .plan-body {
  background-color: #ffffff;
}
.cid-s27uEMv1oc .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-s27uEMv1oc .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-s27uEMv1oc .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-s27uEMv1oc .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s27uEMv1oc UL {
  color: #8d97ad;
}
.cid-s27xNt7VJS.popup-builder {
  background-color: #ffffff;
}
.cid-s27xNt7VJS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s27xNt7VJS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s27xNt7VJS .modal-content,
.cid-s27xNt7VJS .modal-dialog {
  height: auto;
}
.cid-s27xNt7VJS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s27xNt7VJS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s27xNt7VJS .form-wrapper .mbr-form .form-group,
  .cid-s27xNt7VJS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s27xNt7VJS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s27xNt7VJS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s27xNt7VJS .mbr-text {
  text-align: center;
}
.cid-s27xNt7VJS .pt-0 {
  padding-top: 0 !important;
}
.cid-s27xNt7VJS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s27xNt7VJS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s27xNt7VJS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s27xNt7VJS .modal-open {
  overflow: hidden;
}
.cid-s27xNt7VJS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s27xNt7VJS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s27xNt7VJS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s27xNt7VJS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s27xNt7VJS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s27xNt7VJS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s27xNt7VJS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s27xNt7VJS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s27xNt7VJS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s27xNt7VJS .modal-backdrop.fade {
  opacity: 0;
}
.cid-s27xNt7VJS .modal-backdrop.show {
  opacity: .5;
}
.cid-s27xNt7VJS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s27xNt7VJS .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s27xNt7VJS .modal-header .close:hover {
  opacity: 1;
}
.cid-s27xNt7VJS .modal-header .close:focus {
  outline: none;
}
.cid-s27xNt7VJS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s27xNt7VJS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s27xNt7VJS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s27xNt7VJS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s27xNt7VJS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s27xNt7VJS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s27xNt7VJS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s27xNt7VJS .modal-sm {
    max-width: 300px;
  }
  .cid-s27xNt7VJS .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s27xNt7VJS .modal-lg,
  .cid-s27xNt7VJS .modal-xl {
    max-width: 800px;
  }
  .cid-s27xNt7VJS .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s27xNt7VJS .modal-xl {
    max-width: 1140px;
  }
  .cid-s27xNt7VJS .container {
    max-width: 1140px;
  }
}
.cid-s27xNt7VJS .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s27xNt7VJS .container {
    max-width: 720px;
  }
}
.cid-s27xNt7VJS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s27xNt7VJS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s27xNt7VJS .form-group {
  margin-bottom: 1rem;
}
.cid-s27xNt7VJS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s27xNt7VJS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s27xNt7VJS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s27uEO50r9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #44b335, #18be00);
}
.cid-s27uEO50r9 .btn {
  margin: 0 0 .5rem 0;
}
.cid-s27uEO50r9 H2 {
  text-align: center;
}
.cid-s27xIvX6cZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s27uEP5XFr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s28bn6QrkE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/manual-de-marca-para-pauta-publicitaria-ssn-2-2000x137.jpg");
}
.cid-s28bn6QrkE a:link {
  text-decoration: none;
}
.cid-s28bn6QrkE .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s28bn6QrkE .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s28bn6QrkE .inner-text {
  line-height: 3em;
}
.cid-s28bn6QrkE .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s28bn6QrkE .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s28bn6QrkE .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s28bn6QrkE .content-text,
.cid-s28bn6QrkE .inner-text {
  color: #c1c1c1;
}
.cid-s2mWjiSxtk {
  height: 0 !important;
}
.cid-s2mWjiSxtk .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s2mWjiSxtk .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s2mWjiSxtk .nav-item:focus,
.cid-s2mWjiSxtk .nav-link:focus {
  outline: none;
}
.cid-s2mWjiSxtk .text-white:hover,
.cid-s2mWjiSxtk .text-white:active,
.cid-s2mWjiSxtk .text-white:focus {
  color: white!important;
}
.cid-s2mWjiSxtk .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-s2mWjiSxtk .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-s2mWjiSxtk .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-s2mWjiSxtk .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s2mWjiSxtk .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-s2mWjiSxtk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2mWjiSxtk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s2mWjiSxtk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2mWjiSxtk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2mWjiSxtk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s2mWjiSxtk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s2mWjiSxtk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2mWjiSxtk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s2mWjiSxtk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2mWjiSxtk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2mWjiSxtk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2mWjiSxtk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2mWjiSxtk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2mWjiSxtk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s2mWjiSxtk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s2mWjiSxtk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2mWjiSxtk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2mWjiSxtk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s2mWjiSxtk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2mWjiSxtk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s2mWjiSxtk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2mWjiSxtk .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-s2mWjiSxtk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2mWjiSxtk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2mWjiSxtk .section {
  position: relative;
  overflow: visible!important;
}
.cid-s2mWjiSxtk .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s2mWjiSxtk .dropdown-item:hover {
  color: black!important;
}
.cid-s2mWjiSxtk .dropdown-menu {
  background-color: white!important;
}
.cid-s2mWjiSxtk .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s2mWjiSxtk .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s2mWjiSxtk .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-s2mWjiSxtk .nav-item {
    position: relative;
  }
}
.cid-s2mWjiSxtk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2mWjiSxtk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2mWjiSxtk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-s2mWjiSxtk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2mWjiSxtk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2mWjiSxtk .collapsed {
  flex-direction: row!important;
}
.cid-s2mWjiSxtk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2mWjiSxtk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s2mWjiSxtk .navbar-caption {
  font-weight: 600!important;
}
.cid-s2mWjiSxtk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2mWjiSxtk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2mWjiSxtk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2mWjiSxtk .dropdown-item.active,
.cid-s2mWjiSxtk .dropdown-item:active {
  background-color: transparent;
}
.cid-s2mWjiSxtk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s2mWjiSxtk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2mWjiSxtk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2mWjiSxtk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-s2mWjiSxtk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2mWjiSxtk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s2mWjiSxtk .navbar-buttons {
  flex-wrap: wrap;
  text-align: center;
}
.cid-s2mWjiSxtk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2mWjiSxtk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-s2mWjiSxtk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2mWjiSxtk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2mWjiSxtk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2mWjiSxtk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2mWjiSxtk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2mWjiSxtk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2mWjiSxtk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2mWjiSxtk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2mWjiSxtk .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2mWjiSxtk .nav-link {
  font-weight: 600!important;
}
.cid-s2mWjiSxtk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2mWjiSxtk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s2mWjiSxtk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s2mWjiSxtk .icons-menu span {
  font-size: 26px;
  color: #ff4700;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2mWjiSxtk .navbar {
    height: 77px;
  }
  .cid-s2mWjiSxtk .navbar.opened {
    height: auto;
  }
  .cid-s2mWjiSxtk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2mWjk5HvK {
  padding-top: 105px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-s2mWjk5HvK .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2mWjk5HvK .plan-body .btn-bgr {
  z-index: 0;
}
.cid-s2mWjk5HvK .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-s2mWjk5HvK .price-term {
  margin-left: -5px;
}
.cid-s2mWjk5HvK .pt2 {
  padding-top: 2rem;
}
.cid-s2mWjk5HvK .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-s2mWjk5HvK .plan-descr {
  color: #444444;
}
.cid-s2mWjk5HvK .plan-price {
  margin-top: 2rem;
}
.cid-s2mWjk5HvK .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s2mWjk5HvK .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s2mWjk5HvK .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-s2mWjk5HvK .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
}
.cid-s2mWjk5HvK .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-s2mWjk5HvK .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-s2mWjk5HvK .plan .plan-favorite {
  display: none;
}
.cid-s2mWjk5HvK .plan:nth-child(2) .plan-favorite {
  background-color: #ff4f7b;
  display: block !important;
}
.cid-s2mWjk5HvK .plan-header,
.cid-s2mWjk5HvK .plan-body {
  background-color: #ffffff;
}
.cid-s2mWjk5HvK .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-s2mWjk5HvK .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-s2mWjk5HvK .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-s2mWjk5HvK .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s2mWjk5HvK UL {
  color: #8d97ad;
}
.cid-s2mWjlwqr4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #44b335, #18be00);
}
.cid-s2mWjlwqr4 .btn {
  margin: 0 0 .5rem 0;
}
.cid-s2mWjlwqr4 H2 {
  text-align: center;
}
.cid-s2mWjmgDsJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s2mWjmQ00p {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/manual-de-marca-para-pauta-publicitaria-ssn-2-2000x137.jpg");
}
.cid-s2mWjmQ00p a:link {
  text-decoration: none;
}
.cid-s2mWjmQ00p .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2mWjmQ00p .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s2mWjmQ00p .inner-text {
  line-height: 3em;
}
.cid-s2mWjmQ00p .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2mWjmQ00p .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s2mWjmQ00p .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s2mWjmQ00p .content-text,
.cid-s2mWjmQ00p .inner-text {
  color: #c1c1c1;
}
.cid-s2nvghFXVK {
  height: 0 !important;
}
.cid-s2nvghFXVK .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s2nvghFXVK .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s2nvghFXVK .nav-item:focus,
.cid-s2nvghFXVK .nav-link:focus {
  outline: none;
}
.cid-s2nvghFXVK .text-white:hover,
.cid-s2nvghFXVK .text-white:active,
.cid-s2nvghFXVK .text-white:focus {
  color: white!important;
}
.cid-s2nvghFXVK .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-s2nvghFXVK .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-s2nvghFXVK .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-s2nvghFXVK .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s2nvghFXVK .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-s2nvghFXVK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2nvghFXVK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s2nvghFXVK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2nvghFXVK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2nvghFXVK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s2nvghFXVK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s2nvghFXVK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2nvghFXVK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s2nvghFXVK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2nvghFXVK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2nvghFXVK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2nvghFXVK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2nvghFXVK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2nvghFXVK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s2nvghFXVK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s2nvghFXVK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2nvghFXVK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2nvghFXVK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s2nvghFXVK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2nvghFXVK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s2nvghFXVK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2nvghFXVK .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-s2nvghFXVK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2nvghFXVK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2nvghFXVK .section {
  position: relative;
  overflow: visible!important;
}
.cid-s2nvghFXVK .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s2nvghFXVK .dropdown-item:hover {
  color: black!important;
}
.cid-s2nvghFXVK .dropdown-menu {
  background-color: white!important;
}
.cid-s2nvghFXVK .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s2nvghFXVK .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s2nvghFXVK .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-s2nvghFXVK .nav-item {
    position: relative;
  }
}
.cid-s2nvghFXVK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2nvghFXVK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2nvghFXVK .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-s2nvghFXVK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2nvghFXVK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2nvghFXVK .collapsed {
  flex-direction: row!important;
}
.cid-s2nvghFXVK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2nvghFXVK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s2nvghFXVK .navbar-caption {
  font-weight: 600!important;
}
.cid-s2nvghFXVK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2nvghFXVK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2nvghFXVK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2nvghFXVK .dropdown-item.active,
.cid-s2nvghFXVK .dropdown-item:active {
  background-color: transparent;
}
.cid-s2nvghFXVK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s2nvghFXVK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2nvghFXVK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2nvghFXVK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-s2nvghFXVK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2nvghFXVK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s2nvghFXVK .navbar-buttons {
  flex-wrap: wrap;
  text-align: center;
}
.cid-s2nvghFXVK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2nvghFXVK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-s2nvghFXVK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2nvghFXVK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2nvghFXVK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2nvghFXVK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2nvghFXVK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2nvghFXVK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2nvghFXVK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2nvghFXVK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2nvghFXVK .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2nvghFXVK .nav-link {
  font-weight: 600!important;
}
.cid-s2nvghFXVK a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2nvghFXVK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s2nvghFXVK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s2nvghFXVK .icons-menu span {
  font-size: 26px;
  color: #ff4700;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2nvghFXVK .navbar {
    height: 77px;
  }
  .cid-s2nvghFXVK .navbar.opened {
    height: auto;
  }
  .cid-s2nvghFXVK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2nvgiKgha {
  padding-top: 105px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-s2nvgiKgha .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2nvgiKgha .plan-body .btn-bgr {
  z-index: 0;
}
.cid-s2nvgiKgha .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-s2nvgiKgha .price-term {
  margin-left: -5px;
}
.cid-s2nvgiKgha .pt2 {
  padding-top: 2rem;
}
.cid-s2nvgiKgha .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-s2nvgiKgha .plan-descr {
  color: #444444;
}
.cid-s2nvgiKgha .plan-price {
  margin-top: 2rem;
}
.cid-s2nvgiKgha .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s2nvgiKgha .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s2nvgiKgha .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-s2nvgiKgha .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
}
.cid-s2nvgiKgha .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-s2nvgiKgha .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-s2nvgiKgha .plan .plan-favorite {
  display: none;
}
.cid-s2nvgiKgha .plan:nth-child(2) .plan-favorite {
  background-color: #ff4f7b;
  display: block !important;
}
.cid-s2nvgiKgha .plan-header,
.cid-s2nvgiKgha .plan-body {
  background-color: #ffffff;
}
.cid-s2nvgiKgha .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-s2nvgiKgha .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-s2nvgiKgha .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-s2nvgiKgha .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s2nvgiKgha UL {
  color: #8d97ad;
}
.cid-s2nvgk835x {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #44b335, #18be00);
}
.cid-s2nvgk835x .btn {
  margin: 0 0 .5rem 0;
}
.cid-s2nvgk835x H2 {
  text-align: center;
}
.cid-s2nvgkPEZp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s2nvglo59m {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/manual-de-marca-para-pauta-publicitaria-ssn-2-2000x137.jpg");
}
.cid-s2nvglo59m a:link {
  text-decoration: none;
}
.cid-s2nvglo59m .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2nvglo59m .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s2nvglo59m .inner-text {
  line-height: 3em;
}
.cid-s2nvglo59m .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2nvglo59m .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s2nvglo59m .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s2nvglo59m .content-text,
.cid-s2nvglo59m .inner-text {
  color: #c1c1c1;
}
.cid-s2nzkkgQsI {
  height: 0 !important;
}
.cid-s2nzkkgQsI .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s2nzkkgQsI .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s2nzkkgQsI .nav-item:focus,
.cid-s2nzkkgQsI .nav-link:focus {
  outline: none;
}
.cid-s2nzkkgQsI .text-white:hover,
.cid-s2nzkkgQsI .text-white:active,
.cid-s2nzkkgQsI .text-white:focus {
  color: white!important;
}
.cid-s2nzkkgQsI .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-s2nzkkgQsI .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-s2nzkkgQsI .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-s2nzkkgQsI .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s2nzkkgQsI .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-s2nzkkgQsI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2nzkkgQsI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s2nzkkgQsI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2nzkkgQsI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2nzkkgQsI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s2nzkkgQsI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s2nzkkgQsI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2nzkkgQsI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s2nzkkgQsI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2nzkkgQsI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2nzkkgQsI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2nzkkgQsI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2nzkkgQsI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2nzkkgQsI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s2nzkkgQsI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s2nzkkgQsI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2nzkkgQsI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2nzkkgQsI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s2nzkkgQsI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2nzkkgQsI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s2nzkkgQsI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2nzkkgQsI .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-s2nzkkgQsI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2nzkkgQsI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2nzkkgQsI .section {
  position: relative;
  overflow: visible!important;
}
.cid-s2nzkkgQsI .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s2nzkkgQsI .dropdown-item:hover {
  color: black!important;
}
.cid-s2nzkkgQsI .dropdown-menu {
  background-color: white!important;
}
.cid-s2nzkkgQsI .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s2nzkkgQsI .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s2nzkkgQsI .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-s2nzkkgQsI .nav-item {
    position: relative;
  }
}
.cid-s2nzkkgQsI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2nzkkgQsI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2nzkkgQsI .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-s2nzkkgQsI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2nzkkgQsI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2nzkkgQsI .collapsed {
  flex-direction: row!important;
}
.cid-s2nzkkgQsI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2nzkkgQsI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s2nzkkgQsI .navbar-caption {
  font-weight: 600!important;
}
.cid-s2nzkkgQsI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2nzkkgQsI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2nzkkgQsI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2nzkkgQsI .dropdown-item.active,
.cid-s2nzkkgQsI .dropdown-item:active {
  background-color: transparent;
}
.cid-s2nzkkgQsI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s2nzkkgQsI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2nzkkgQsI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2nzkkgQsI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-s2nzkkgQsI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2nzkkgQsI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s2nzkkgQsI .navbar-buttons {
  flex-wrap: wrap;
  text-align: center;
}
.cid-s2nzkkgQsI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2nzkkgQsI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-s2nzkkgQsI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2nzkkgQsI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2nzkkgQsI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2nzkkgQsI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2nzkkgQsI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2nzkkgQsI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2nzkkgQsI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2nzkkgQsI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2nzkkgQsI .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2nzkkgQsI .nav-link {
  font-weight: 600!important;
}
.cid-s2nzkkgQsI a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2nzkkgQsI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s2nzkkgQsI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s2nzkkgQsI .icons-menu span {
  font-size: 26px;
  color: #ff4700;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2nzkkgQsI .navbar {
    height: 77px;
  }
  .cid-s2nzkkgQsI .navbar.opened {
    height: auto;
  }
  .cid-s2nzkkgQsI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2nzkl6t51 {
  padding-top: 105px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-s2nzkl6t51 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2nzkl6t51 .plan-body .btn-bgr {
  z-index: 0;
}
.cid-s2nzkl6t51 .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-s2nzkl6t51 .price-term {
  margin-left: -5px;
}
.cid-s2nzkl6t51 .pt2 {
  padding-top: 2rem;
}
.cid-s2nzkl6t51 .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-s2nzkl6t51 .plan-descr {
  color: #444444;
}
.cid-s2nzkl6t51 .plan-price {
  margin-top: 2rem;
}
.cid-s2nzkl6t51 .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s2nzkl6t51 .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s2nzkl6t51 .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-s2nzkl6t51 .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
}
.cid-s2nzkl6t51 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-s2nzkl6t51 .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-s2nzkl6t51 .plan .plan-favorite {
  display: none;
}
.cid-s2nzkl6t51 .plan:nth-child(2) .plan-favorite {
  background-color: #ff4f7b;
  display: block !important;
}
.cid-s2nzkl6t51 .plan-header,
.cid-s2nzkl6t51 .plan-body {
  background-color: #ffffff;
}
.cid-s2nzkl6t51 .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-s2nzkl6t51 .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-s2nzkl6t51 .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-s2nzkl6t51 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s2nzkl6t51 UL {
  color: #8d97ad;
}
.cid-s2nzkmq9Df {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #44b335, #18be00);
}
.cid-s2nzkmq9Df .btn {
  margin: 0 0 .5rem 0;
}
.cid-s2nzkmq9Df H2 {
  text-align: center;
}
.cid-s2nzkn8MOe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s2nzknEJid {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/manual-de-marca-para-pauta-publicitaria-ssn-2-2000x137.jpg");
}
.cid-s2nzknEJid a:link {
  text-decoration: none;
}
.cid-s2nzknEJid .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2nzknEJid .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s2nzknEJid .inner-text {
  line-height: 3em;
}
.cid-s2nzknEJid .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2nzknEJid .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s2nzknEJid .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s2nzknEJid .content-text,
.cid-s2nzknEJid .inner-text {
  color: #c1c1c1;
}
.cid-s2nA7d4EiM {
  height: 0 !important;
}
.cid-s2nA7d4EiM .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s2nA7d4EiM .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s2nA7d4EiM .nav-item:focus,
.cid-s2nA7d4EiM .nav-link:focus {
  outline: none;
}
.cid-s2nA7d4EiM .text-white:hover,
.cid-s2nA7d4EiM .text-white:active,
.cid-s2nA7d4EiM .text-white:focus {
  color: white!important;
}
.cid-s2nA7d4EiM .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-s2nA7d4EiM .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-s2nA7d4EiM .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-s2nA7d4EiM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s2nA7d4EiM .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-s2nA7d4EiM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2nA7d4EiM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s2nA7d4EiM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2nA7d4EiM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2nA7d4EiM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s2nA7d4EiM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s2nA7d4EiM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2nA7d4EiM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s2nA7d4EiM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2nA7d4EiM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2nA7d4EiM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2nA7d4EiM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2nA7d4EiM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2nA7d4EiM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s2nA7d4EiM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s2nA7d4EiM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2nA7d4EiM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2nA7d4EiM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s2nA7d4EiM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2nA7d4EiM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s2nA7d4EiM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2nA7d4EiM .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-s2nA7d4EiM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2nA7d4EiM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2nA7d4EiM .section {
  position: relative;
  overflow: visible!important;
}
.cid-s2nA7d4EiM .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s2nA7d4EiM .dropdown-item:hover {
  color: black!important;
}
.cid-s2nA7d4EiM .dropdown-menu {
  background-color: white!important;
}
.cid-s2nA7d4EiM .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s2nA7d4EiM .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s2nA7d4EiM .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-s2nA7d4EiM .nav-item {
    position: relative;
  }
}
.cid-s2nA7d4EiM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2nA7d4EiM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2nA7d4EiM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-s2nA7d4EiM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2nA7d4EiM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2nA7d4EiM .collapsed {
  flex-direction: row!important;
}
.cid-s2nA7d4EiM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2nA7d4EiM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s2nA7d4EiM .navbar-caption {
  font-weight: 600!important;
}
.cid-s2nA7d4EiM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2nA7d4EiM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2nA7d4EiM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2nA7d4EiM .dropdown-item.active,
.cid-s2nA7d4EiM .dropdown-item:active {
  background-color: transparent;
}
.cid-s2nA7d4EiM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s2nA7d4EiM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2nA7d4EiM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2nA7d4EiM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-s2nA7d4EiM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2nA7d4EiM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s2nA7d4EiM .navbar-buttons {
  flex-wrap: wrap;
  text-align: center;
}
.cid-s2nA7d4EiM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2nA7d4EiM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-s2nA7d4EiM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2nA7d4EiM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2nA7d4EiM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2nA7d4EiM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2nA7d4EiM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2nA7d4EiM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2nA7d4EiM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2nA7d4EiM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2nA7d4EiM .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2nA7d4EiM .nav-link {
  font-weight: 600!important;
}
.cid-s2nA7d4EiM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2nA7d4EiM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s2nA7d4EiM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s2nA7d4EiM .icons-menu span {
  font-size: 26px;
  color: #ff4700;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2nA7d4EiM .navbar {
    height: 77px;
  }
  .cid-s2nA7d4EiM .navbar.opened {
    height: auto;
  }
  .cid-s2nA7d4EiM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2nA7eadmz {
  padding-top: 105px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-s2nA7eadmz .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2nA7eadmz .plan-body .btn-bgr {
  z-index: 0;
}
.cid-s2nA7eadmz .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-s2nA7eadmz .price-term {
  margin-left: -5px;
}
.cid-s2nA7eadmz .pt2 {
  padding-top: 2rem;
}
.cid-s2nA7eadmz .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-s2nA7eadmz .plan-descr {
  color: #444444;
}
.cid-s2nA7eadmz .plan-price {
  margin-top: 2rem;
}
.cid-s2nA7eadmz .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s2nA7eadmz .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s2nA7eadmz .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-s2nA7eadmz .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
}
.cid-s2nA7eadmz .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-s2nA7eadmz .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-s2nA7eadmz .plan .plan-favorite {
  display: none;
}
.cid-s2nA7eadmz .plan:nth-child(2) .plan-favorite {
  background-color: #ff4f7b;
  display: block !important;
}
.cid-s2nA7eadmz .plan-header,
.cid-s2nA7eadmz .plan-body {
  background-color: #ffffff;
}
.cid-s2nA7eadmz .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-s2nA7eadmz .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-s2nA7eadmz .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-s2nA7eadmz .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s2nA7eadmz UL {
  color: #8d97ad;
}
.cid-s2nA7fsfV2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #44b335, #18be00);
}
.cid-s2nA7fsfV2 .btn {
  margin: 0 0 .5rem 0;
}
.cid-s2nA7fsfV2 H2 {
  text-align: center;
}
.cid-s2nA7gfrPw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s2nA7gLbtR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/manual-de-marca-para-pauta-publicitaria-ssn-2-2000x137.jpg");
}
.cid-s2nA7gLbtR a:link {
  text-decoration: none;
}
.cid-s2nA7gLbtR .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2nA7gLbtR .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s2nA7gLbtR .inner-text {
  line-height: 3em;
}
.cid-s2nA7gLbtR .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2nA7gLbtR .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s2nA7gLbtR .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s2nA7gLbtR .content-text,
.cid-s2nA7gLbtR .inner-text {
  color: #c1c1c1;
}
.cid-s2nB1CjIVN {
  height: 0 !important;
}
.cid-s2nB1CjIVN .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s2nB1CjIVN .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s2nB1CjIVN .nav-item:focus,
.cid-s2nB1CjIVN .nav-link:focus {
  outline: none;
}
.cid-s2nB1CjIVN .text-white:hover,
.cid-s2nB1CjIVN .text-white:active,
.cid-s2nB1CjIVN .text-white:focus {
  color: white!important;
}
.cid-s2nB1CjIVN .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-s2nB1CjIVN .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-s2nB1CjIVN .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-s2nB1CjIVN .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s2nB1CjIVN .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-s2nB1CjIVN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2nB1CjIVN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s2nB1CjIVN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2nB1CjIVN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2nB1CjIVN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s2nB1CjIVN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s2nB1CjIVN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2nB1CjIVN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s2nB1CjIVN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2nB1CjIVN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2nB1CjIVN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2nB1CjIVN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2nB1CjIVN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2nB1CjIVN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s2nB1CjIVN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s2nB1CjIVN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2nB1CjIVN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2nB1CjIVN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s2nB1CjIVN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2nB1CjIVN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s2nB1CjIVN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2nB1CjIVN .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-s2nB1CjIVN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2nB1CjIVN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2nB1CjIVN .section {
  position: relative;
  overflow: visible!important;
}
.cid-s2nB1CjIVN .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s2nB1CjIVN .dropdown-item:hover {
  color: black!important;
}
.cid-s2nB1CjIVN .dropdown-menu {
  background-color: white!important;
}
.cid-s2nB1CjIVN .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s2nB1CjIVN .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s2nB1CjIVN .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-s2nB1CjIVN .nav-item {
    position: relative;
  }
}
.cid-s2nB1CjIVN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2nB1CjIVN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2nB1CjIVN .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-s2nB1CjIVN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2nB1CjIVN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2nB1CjIVN .collapsed {
  flex-direction: row!important;
}
.cid-s2nB1CjIVN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2nB1CjIVN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s2nB1CjIVN .navbar-caption {
  font-weight: 600!important;
}
.cid-s2nB1CjIVN .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2nB1CjIVN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2nB1CjIVN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2nB1CjIVN .dropdown-item.active,
.cid-s2nB1CjIVN .dropdown-item:active {
  background-color: transparent;
}
.cid-s2nB1CjIVN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s2nB1CjIVN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2nB1CjIVN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2nB1CjIVN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-s2nB1CjIVN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2nB1CjIVN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s2nB1CjIVN .navbar-buttons {
  flex-wrap: wrap;
  text-align: center;
}
.cid-s2nB1CjIVN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2nB1CjIVN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-s2nB1CjIVN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2nB1CjIVN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2nB1CjIVN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2nB1CjIVN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2nB1CjIVN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2nB1CjIVN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2nB1CjIVN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2nB1CjIVN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2nB1CjIVN .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2nB1CjIVN .nav-link {
  font-weight: 600!important;
}
.cid-s2nB1CjIVN a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2nB1CjIVN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s2nB1CjIVN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s2nB1CjIVN .icons-menu span {
  font-size: 26px;
  color: #ff4700;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2nB1CjIVN .navbar {
    height: 77px;
  }
  .cid-s2nB1CjIVN .navbar.opened {
    height: auto;
  }
  .cid-s2nB1CjIVN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2nB1Dvmt9 {
  padding-top: 105px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-s2nB1Dvmt9 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2nB1Dvmt9 .plan-body .btn-bgr {
  z-index: 0;
}
.cid-s2nB1Dvmt9 .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-s2nB1Dvmt9 .price-term {
  margin-left: -5px;
}
.cid-s2nB1Dvmt9 .pt2 {
  padding-top: 2rem;
}
.cid-s2nB1Dvmt9 .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-s2nB1Dvmt9 .plan-descr {
  color: #444444;
}
.cid-s2nB1Dvmt9 .plan-price {
  margin-top: 2rem;
}
.cid-s2nB1Dvmt9 .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s2nB1Dvmt9 .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s2nB1Dvmt9 .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-s2nB1Dvmt9 .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
}
.cid-s2nB1Dvmt9 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-s2nB1Dvmt9 .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-s2nB1Dvmt9 .plan .plan-favorite {
  display: none;
}
.cid-s2nB1Dvmt9 .plan:nth-child(2) .plan-favorite {
  background-color: #ff4f7b;
  display: block !important;
}
.cid-s2nB1Dvmt9 .plan-header,
.cid-s2nB1Dvmt9 .plan-body {
  background-color: #ffffff;
}
.cid-s2nB1Dvmt9 .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-s2nB1Dvmt9 .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-s2nB1Dvmt9 .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-s2nB1Dvmt9 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s2nB1Dvmt9 UL {
  color: #8d97ad;
}
.cid-s2nB1EOCD0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #44b335, #18be00);
}
.cid-s2nB1EOCD0 .btn {
  margin: 0 0 .5rem 0;
}
.cid-s2nB1EOCD0 H2 {
  text-align: center;
}
.cid-s2nB1FviDc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s2nB1G3eyJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/manual-de-marca-para-pauta-publicitaria-ssn-2-2000x137.jpg");
}
.cid-s2nB1G3eyJ a:link {
  text-decoration: none;
}
.cid-s2nB1G3eyJ .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2nB1G3eyJ .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s2nB1G3eyJ .inner-text {
  line-height: 3em;
}
.cid-s2nB1G3eyJ .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2nB1G3eyJ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s2nB1G3eyJ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s2nB1G3eyJ .content-text,
.cid-s2nB1G3eyJ .inner-text {
  color: #c1c1c1;
}
.cid-s2nBI4LSkr {
  height: 0 !important;
}
.cid-s2nBI4LSkr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s2nBI4LSkr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s2nBI4LSkr .nav-item:focus,
.cid-s2nBI4LSkr .nav-link:focus {
  outline: none;
}
.cid-s2nBI4LSkr .text-white:hover,
.cid-s2nBI4LSkr .text-white:active,
.cid-s2nBI4LSkr .text-white:focus {
  color: white!important;
}
.cid-s2nBI4LSkr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-s2nBI4LSkr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-s2nBI4LSkr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-s2nBI4LSkr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s2nBI4LSkr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-s2nBI4LSkr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2nBI4LSkr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s2nBI4LSkr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2nBI4LSkr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2nBI4LSkr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s2nBI4LSkr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s2nBI4LSkr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2nBI4LSkr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s2nBI4LSkr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2nBI4LSkr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2nBI4LSkr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2nBI4LSkr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2nBI4LSkr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2nBI4LSkr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s2nBI4LSkr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s2nBI4LSkr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2nBI4LSkr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2nBI4LSkr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s2nBI4LSkr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2nBI4LSkr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s2nBI4LSkr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2nBI4LSkr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-s2nBI4LSkr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2nBI4LSkr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2nBI4LSkr .section {
  position: relative;
  overflow: visible!important;
}
.cid-s2nBI4LSkr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s2nBI4LSkr .dropdown-item:hover {
  color: black!important;
}
.cid-s2nBI4LSkr .dropdown-menu {
  background-color: white!important;
}
.cid-s2nBI4LSkr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s2nBI4LSkr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s2nBI4LSkr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-s2nBI4LSkr .nav-item {
    position: relative;
  }
}
.cid-s2nBI4LSkr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2nBI4LSkr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2nBI4LSkr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-s2nBI4LSkr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2nBI4LSkr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2nBI4LSkr .collapsed {
  flex-direction: row!important;
}
.cid-s2nBI4LSkr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2nBI4LSkr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s2nBI4LSkr .navbar-caption {
  font-weight: 600!important;
}
.cid-s2nBI4LSkr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2nBI4LSkr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2nBI4LSkr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2nBI4LSkr .dropdown-item.active,
.cid-s2nBI4LSkr .dropdown-item:active {
  background-color: transparent;
}
.cid-s2nBI4LSkr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s2nBI4LSkr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2nBI4LSkr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2nBI4LSkr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-s2nBI4LSkr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2nBI4LSkr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s2nBI4LSkr .navbar-buttons {
  flex-wrap: wrap;
  text-align: center;
}
.cid-s2nBI4LSkr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2nBI4LSkr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-s2nBI4LSkr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2nBI4LSkr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2nBI4LSkr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2nBI4LSkr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2nBI4LSkr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2nBI4LSkr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2nBI4LSkr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2nBI4LSkr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2nBI4LSkr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2nBI4LSkr .nav-link {
  font-weight: 600!important;
}
.cid-s2nBI4LSkr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2nBI4LSkr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s2nBI4LSkr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s2nBI4LSkr .icons-menu span {
  font-size: 26px;
  color: #ff4700;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2nBI4LSkr .navbar {
    height: 77px;
  }
  .cid-s2nBI4LSkr .navbar.opened {
    height: auto;
  }
  .cid-s2nBI4LSkr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2nBI5UPLL {
  padding-top: 105px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-s2nBI5UPLL .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2nBI5UPLL .plan-body .btn-bgr {
  z-index: 0;
}
.cid-s2nBI5UPLL .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-s2nBI5UPLL .price-term {
  margin-left: -5px;
}
.cid-s2nBI5UPLL .pt2 {
  padding-top: 2rem;
}
.cid-s2nBI5UPLL .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-s2nBI5UPLL .plan-descr {
  color: #444444;
}
.cid-s2nBI5UPLL .plan-price {
  margin-top: 2rem;
}
.cid-s2nBI5UPLL .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s2nBI5UPLL .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s2nBI5UPLL .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-s2nBI5UPLL .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
}
.cid-s2nBI5UPLL .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-s2nBI5UPLL .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-s2nBI5UPLL .plan .plan-favorite {
  display: none;
}
.cid-s2nBI5UPLL .plan:nth-child(2) .plan-favorite {
  background-color: #ff4f7b;
  display: block !important;
}
.cid-s2nBI5UPLL .plan-header,
.cid-s2nBI5UPLL .plan-body {
  background-color: #ffffff;
}
.cid-s2nBI5UPLL .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-s2nBI5UPLL .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-s2nBI5UPLL .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-s2nBI5UPLL .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s2nBI5UPLL UL {
  color: #8d97ad;
}
.cid-s2nBI7cbIU {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #44b335, #18be00);
}
.cid-s2nBI7cbIU .btn {
  margin: 0 0 .5rem 0;
}
.cid-s2nBI7cbIU H2 {
  text-align: center;
}
.cid-s2nBI7Q3g4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s2nBI8p79b {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/manual-de-marca-para-pauta-publicitaria-ssn-2-2000x137.jpg");
}
.cid-s2nBI8p79b a:link {
  text-decoration: none;
}
.cid-s2nBI8p79b .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2nBI8p79b .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s2nBI8p79b .inner-text {
  line-height: 3em;
}
.cid-s2nBI8p79b .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2nBI8p79b .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s2nBI8p79b .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s2nBI8p79b .content-text,
.cid-s2nBI8p79b .inner-text {
  color: #c1c1c1;
}
.cid-s2nCoEHh1s {
  height: 0 !important;
}
.cid-s2nCoEHh1s .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s2nCoEHh1s .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s2nCoEHh1s .nav-item:focus,
.cid-s2nCoEHh1s .nav-link:focus {
  outline: none;
}
.cid-s2nCoEHh1s .text-white:hover,
.cid-s2nCoEHh1s .text-white:active,
.cid-s2nCoEHh1s .text-white:focus {
  color: white!important;
}
.cid-s2nCoEHh1s .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-s2nCoEHh1s .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-s2nCoEHh1s .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-s2nCoEHh1s .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s2nCoEHh1s .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-s2nCoEHh1s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2nCoEHh1s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s2nCoEHh1s .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2nCoEHh1s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2nCoEHh1s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s2nCoEHh1s .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s2nCoEHh1s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2nCoEHh1s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s2nCoEHh1s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2nCoEHh1s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2nCoEHh1s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2nCoEHh1s .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2nCoEHh1s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2nCoEHh1s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s2nCoEHh1s .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s2nCoEHh1s .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2nCoEHh1s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2nCoEHh1s .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s2nCoEHh1s .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2nCoEHh1s .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s2nCoEHh1s .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2nCoEHh1s .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-s2nCoEHh1s .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2nCoEHh1s .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2nCoEHh1s .section {
  position: relative;
  overflow: visible!important;
}
.cid-s2nCoEHh1s .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s2nCoEHh1s .dropdown-item:hover {
  color: black!important;
}
.cid-s2nCoEHh1s .dropdown-menu {
  background-color: white!important;
}
.cid-s2nCoEHh1s .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s2nCoEHh1s .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s2nCoEHh1s .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-s2nCoEHh1s .nav-item {
    position: relative;
  }
}
.cid-s2nCoEHh1s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2nCoEHh1s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2nCoEHh1s .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-s2nCoEHh1s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2nCoEHh1s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2nCoEHh1s .collapsed {
  flex-direction: row!important;
}
.cid-s2nCoEHh1s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2nCoEHh1s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s2nCoEHh1s .navbar-caption {
  font-weight: 600!important;
}
.cid-s2nCoEHh1s .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2nCoEHh1s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2nCoEHh1s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2nCoEHh1s .dropdown-item.active,
.cid-s2nCoEHh1s .dropdown-item:active {
  background-color: transparent;
}
.cid-s2nCoEHh1s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s2nCoEHh1s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2nCoEHh1s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2nCoEHh1s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-s2nCoEHh1s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2nCoEHh1s ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s2nCoEHh1s .navbar-buttons {
  flex-wrap: wrap;
  text-align: center;
}
.cid-s2nCoEHh1s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2nCoEHh1s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-s2nCoEHh1s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2nCoEHh1s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2nCoEHh1s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2nCoEHh1s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2nCoEHh1s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2nCoEHh1s nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2nCoEHh1s nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2nCoEHh1s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2nCoEHh1s .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2nCoEHh1s .nav-link {
  font-weight: 600!important;
}
.cid-s2nCoEHh1s a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2nCoEHh1s .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s2nCoEHh1s .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s2nCoEHh1s .icons-menu span {
  font-size: 26px;
  color: #ff4700;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2nCoEHh1s .navbar {
    height: 77px;
  }
  .cid-s2nCoEHh1s .navbar.opened {
    height: auto;
  }
  .cid-s2nCoEHh1s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2nCoFPaAp {
  padding-top: 105px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-s2nCoFPaAp .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2nCoFPaAp .plan-body .btn-bgr {
  z-index: 0;
}
.cid-s2nCoFPaAp .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-s2nCoFPaAp .price-term {
  margin-left: -5px;
}
.cid-s2nCoFPaAp .pt2 {
  padding-top: 2rem;
}
.cid-s2nCoFPaAp .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-s2nCoFPaAp .plan-descr {
  color: #444444;
}
.cid-s2nCoFPaAp .plan-price {
  margin-top: 2rem;
}
.cid-s2nCoFPaAp .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s2nCoFPaAp .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s2nCoFPaAp .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-s2nCoFPaAp .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
}
.cid-s2nCoFPaAp .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-s2nCoFPaAp .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-s2nCoFPaAp .plan .plan-favorite {
  display: none;
}
.cid-s2nCoFPaAp .plan:nth-child(2) .plan-favorite {
  background-color: #ff4f7b;
  display: block !important;
}
.cid-s2nCoFPaAp .plan-header,
.cid-s2nCoFPaAp .plan-body {
  background-color: #ffffff;
}
.cid-s2nCoFPaAp .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-s2nCoFPaAp .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-s2nCoFPaAp .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-s2nCoFPaAp .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s2nCoFPaAp UL {
  color: #8d97ad;
}
.cid-s2nCoH4RSL {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #44b335, #18be00);
}
.cid-s2nCoH4RSL .btn {
  margin: 0 0 .5rem 0;
}
.cid-s2nCoH4RSL H2 {
  text-align: center;
}
.cid-s2nCoHJpUt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s2nCoIf31z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/manual-de-marca-para-pauta-publicitaria-ssn-2-2000x137.jpg");
}
.cid-s2nCoIf31z a:link {
  text-decoration: none;
}
.cid-s2nCoIf31z .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2nCoIf31z .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s2nCoIf31z .inner-text {
  line-height: 3em;
}
.cid-s2nCoIf31z .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2nCoIf31z .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s2nCoIf31z .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s2nCoIf31z .content-text,
.cid-s2nCoIf31z .inner-text {
  color: #c1c1c1;
}
.cid-s2nCxh0RrZ {
  height: 0 !important;
}
.cid-s2nCxh0RrZ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s2nCxh0RrZ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s2nCxh0RrZ .nav-item:focus,
.cid-s2nCxh0RrZ .nav-link:focus {
  outline: none;
}
.cid-s2nCxh0RrZ .text-white:hover,
.cid-s2nCxh0RrZ .text-white:active,
.cid-s2nCxh0RrZ .text-white:focus {
  color: white!important;
}
.cid-s2nCxh0RrZ .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-s2nCxh0RrZ .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-s2nCxh0RrZ .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-s2nCxh0RrZ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s2nCxh0RrZ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-s2nCxh0RrZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2nCxh0RrZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s2nCxh0RrZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2nCxh0RrZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2nCxh0RrZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s2nCxh0RrZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s2nCxh0RrZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2nCxh0RrZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s2nCxh0RrZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2nCxh0RrZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2nCxh0RrZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2nCxh0RrZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2nCxh0RrZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2nCxh0RrZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s2nCxh0RrZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s2nCxh0RrZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2nCxh0RrZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2nCxh0RrZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s2nCxh0RrZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2nCxh0RrZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s2nCxh0RrZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2nCxh0RrZ .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-s2nCxh0RrZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2nCxh0RrZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2nCxh0RrZ .section {
  position: relative;
  overflow: visible!important;
}
.cid-s2nCxh0RrZ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s2nCxh0RrZ .dropdown-item:hover {
  color: black!important;
}
.cid-s2nCxh0RrZ .dropdown-menu {
  background-color: white!important;
}
.cid-s2nCxh0RrZ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s2nCxh0RrZ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s2nCxh0RrZ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-s2nCxh0RrZ .nav-item {
    position: relative;
  }
}
.cid-s2nCxh0RrZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2nCxh0RrZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2nCxh0RrZ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-s2nCxh0RrZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2nCxh0RrZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2nCxh0RrZ .collapsed {
  flex-direction: row!important;
}
.cid-s2nCxh0RrZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2nCxh0RrZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s2nCxh0RrZ .navbar-caption {
  font-weight: 600!important;
}
.cid-s2nCxh0RrZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2nCxh0RrZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2nCxh0RrZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2nCxh0RrZ .dropdown-item.active,
.cid-s2nCxh0RrZ .dropdown-item:active {
  background-color: transparent;
}
.cid-s2nCxh0RrZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s2nCxh0RrZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2nCxh0RrZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2nCxh0RrZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-s2nCxh0RrZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2nCxh0RrZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s2nCxh0RrZ .navbar-buttons {
  flex-wrap: wrap;
  text-align: center;
}
.cid-s2nCxh0RrZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2nCxh0RrZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-s2nCxh0RrZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2nCxh0RrZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2nCxh0RrZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2nCxh0RrZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2nCxh0RrZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2nCxh0RrZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2nCxh0RrZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2nCxh0RrZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2nCxh0RrZ .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2nCxh0RrZ .nav-link {
  font-weight: 600!important;
}
.cid-s2nCxh0RrZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2nCxh0RrZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s2nCxh0RrZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s2nCxh0RrZ .icons-menu span {
  font-size: 26px;
  color: #ff4700;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2nCxh0RrZ .navbar {
    height: 77px;
  }
  .cid-s2nCxh0RrZ .navbar.opened {
    height: auto;
  }
  .cid-s2nCxh0RrZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2nCxhOlrg {
  padding-top: 105px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-s2nCxhOlrg .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2nCxhOlrg .plan-body .btn-bgr {
  z-index: 0;
}
.cid-s2nCxhOlrg .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-s2nCxhOlrg .price-term {
  margin-left: -5px;
}
.cid-s2nCxhOlrg .pt2 {
  padding-top: 2rem;
}
.cid-s2nCxhOlrg .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-s2nCxhOlrg .plan-descr {
  color: #444444;
}
.cid-s2nCxhOlrg .plan-price {
  margin-top: 2rem;
}
.cid-s2nCxhOlrg .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s2nCxhOlrg .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s2nCxhOlrg .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-s2nCxhOlrg .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
}
.cid-s2nCxhOlrg .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-s2nCxhOlrg .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-s2nCxhOlrg .plan .plan-favorite {
  display: none;
}
.cid-s2nCxhOlrg .plan:nth-child(2) .plan-favorite {
  background-color: #ff4f7b;
  display: block !important;
}
.cid-s2nCxhOlrg .plan-header,
.cid-s2nCxhOlrg .plan-body {
  background-color: #ffffff;
}
.cid-s2nCxhOlrg .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-s2nCxhOlrg .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-s2nCxhOlrg .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-s2nCxhOlrg .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s2nCxhOlrg UL {
  color: #8d97ad;
}
.cid-s2nCxj2Bfs {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #44b335, #18be00);
}
.cid-s2nCxj2Bfs .btn {
  margin: 0 0 .5rem 0;
}
.cid-s2nCxj2Bfs H2 {
  text-align: center;
}
.cid-s2nCxjGJDm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s2nCxkepUB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/manual-de-marca-para-pauta-publicitaria-ssn-2-2000x137.jpg");
}
.cid-s2nCxkepUB a:link {
  text-decoration: none;
}
.cid-s2nCxkepUB .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2nCxkepUB .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s2nCxkepUB .inner-text {
  line-height: 3em;
}
.cid-s2nCxkepUB .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2nCxkepUB .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s2nCxkepUB .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s2nCxkepUB .content-text,
.cid-s2nCxkepUB .inner-text {
  color: #c1c1c1;
}
.cid-s3qYZq7FoZ {
  background-image: url("../../../assets/images/background16.jpg");
  background-position: right;
}
.cid-s3qYZq7FoZ .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-s3qYZq7FoZ .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-s3qYZq7FoZ .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-s3qYZq7FoZ img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-s3qYZq7FoZ .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-s3vW6nsSMb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s3vW6nsSMb .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s3vW6nsSMb .section-text {
  padding: 2rem 0;
}
.cid-s3vW6nsSMb .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s3vW6nsSMb .inner-container {
    width: 100% !important;
  }
}
.cid-s3vTBFEA4V {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-s3vTBFEA4V .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s3vTBFEA4V .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s3vTBFEA4V .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3vTBFEA4V .mbr-text {
    text-align: center;
  }
}
.cid-s3r0Pz7UUF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-s3r0Pz7UUF .mbr-iconfont {
  color: #879a9f;
}
.cid-s3r0Pz7UUF .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-s3r0Pz7UUF .mbr-text {
  margin: 1.5rem 0;
}
.cid-s3r0Pz7UUF .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-s3r0Pz7UUF .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-s3r0Pz7UUF .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-s3r0Pz7UUF .mbr-section-subtitle,
.cid-s3r0Pz7UUF .mbr-text,
.cid-s3r0Pz7UUF .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-s2794ah9Si {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #44b335, #18be00);
}
.cid-s2794ah9Si .btn {
  margin: 0 0 .5rem 0;
}
.cid-s2794ah9Si H2 {
  text-align: center;
}
.cid-s3vSehxw5k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s3vSehxw5k *:focus {
  outline: none;
}
.cid-s3vSehxw5k .form-group {
  margin-bottom: 2rem;
}
.cid-s3vSehxw5k .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-s3vSehxw5k .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-s3vSehxw5k .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-s3vSehxw5k .form-control::-moz-placeholder {
  color: #000000;
}
.cid-s3vSehxw5k .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-s3vSehxw5k .form-control:-moz-placeholder {
  color: #000000;
}
.cid-s3vSehxw5k input.form-control {
  padding: 1px 0;
}
.cid-s3vSehxw5k .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-s3vSehxw5k .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-s3vSehxw5k .soc-item .socicon:hover {
  opacity: .5;
}
.cid-s3vSehxw5k .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-s3vSehxw5k .first-column,
  .cid-s3vSehxw5k .form-1 {
    text-align: center;
  }
}
.cid-s26Pi1sTHk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s28bkPzLrj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/manual-de-marca-para-pauta-publicitaria-ssn-2-2000x137.jpg");
}
.cid-s28bkPzLrj a:link {
  text-decoration: none;
}
.cid-s28bkPzLrj .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s28bkPzLrj .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s28bkPzLrj .inner-text {
  line-height: 3em;
}
.cid-s28bkPzLrj .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s28bkPzLrj .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s28bkPzLrj .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s28bkPzLrj .content-text,
.cid-s28bkPzLrj .inner-text {
  color: #c1c1c1;
}
.cid-s3qZUL1bAr {
  height: 0 !important;
}
.cid-s3qZUL1bAr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s3qZUL1bAr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s3qZUL1bAr .nav-item:focus,
.cid-s3qZUL1bAr .nav-link:focus {
  outline: none;
}
.cid-s3qZUL1bAr .text-white:hover,
.cid-s3qZUL1bAr .text-white:active,
.cid-s3qZUL1bAr .text-white:focus {
  color: white!important;
}
.cid-s3qZUL1bAr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-s3qZUL1bAr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-s3qZUL1bAr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-s3qZUL1bAr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s3qZUL1bAr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-s3qZUL1bAr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s3qZUL1bAr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s3qZUL1bAr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s3qZUL1bAr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s3qZUL1bAr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s3qZUL1bAr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s3qZUL1bAr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s3qZUL1bAr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s3qZUL1bAr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s3qZUL1bAr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3qZUL1bAr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3qZUL1bAr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3qZUL1bAr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3qZUL1bAr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3qZUL1bAr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3qZUL1bAr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3qZUL1bAr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3qZUL1bAr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3qZUL1bAr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3qZUL1bAr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3qZUL1bAr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3qZUL1bAr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-s3qZUL1bAr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3qZUL1bAr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3qZUL1bAr .section {
  position: relative;
  overflow: visible!important;
}
.cid-s3qZUL1bAr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s3qZUL1bAr .dropdown-item:hover {
  color: black!important;
}
.cid-s3qZUL1bAr .dropdown-menu {
  background-color: white!important;
}
.cid-s3qZUL1bAr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s3qZUL1bAr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s3qZUL1bAr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-s3qZUL1bAr .nav-item {
    position: relative;
  }
}
.cid-s3qZUL1bAr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3qZUL1bAr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3qZUL1bAr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-s3qZUL1bAr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3qZUL1bAr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3qZUL1bAr .collapsed {
  flex-direction: row!important;
}
.cid-s3qZUL1bAr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s3qZUL1bAr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s3qZUL1bAr .navbar-caption {
  font-weight: 600!important;
}
.cid-s3qZUL1bAr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3qZUL1bAr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3qZUL1bAr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3qZUL1bAr .dropdown-item.active,
.cid-s3qZUL1bAr .dropdown-item:active {
  background-color: transparent;
}
.cid-s3qZUL1bAr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3qZUL1bAr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3qZUL1bAr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3qZUL1bAr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-s3qZUL1bAr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3qZUL1bAr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3qZUL1bAr .navbar-buttons {
  flex-wrap: wrap;
  text-align: center;
}
.cid-s3qZUL1bAr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3qZUL1bAr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-s3qZUL1bAr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3qZUL1bAr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3qZUL1bAr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3qZUL1bAr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3qZUL1bAr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3qZUL1bAr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3qZUL1bAr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3qZUL1bAr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3qZUL1bAr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s3qZUL1bAr .nav-link {
  font-weight: 600!important;
}
.cid-s3qZUL1bAr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3qZUL1bAr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s3qZUL1bAr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s3qZUL1bAr .icons-menu span {
  font-size: 26px;
  color: #ff4700;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3qZUL1bAr .navbar {
    height: 77px;
  }
  .cid-s3qZUL1bAr .navbar.opened {
    height: auto;
  }
  .cid-s3qZUL1bAr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s3qYbLy6pe {
  height: 0 !important;
}
.cid-s3qYbLy6pe .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s3qYbLy6pe .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s3qYbLy6pe .nav-item:focus,
.cid-s3qYbLy6pe .nav-link:focus {
  outline: none;
}
.cid-s3qYbLy6pe .text-white:hover,
.cid-s3qYbLy6pe .text-white:active,
.cid-s3qYbLy6pe .text-white:focus {
  color: white!important;
}
.cid-s3qYbLy6pe .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-s3qYbLy6pe .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-s3qYbLy6pe .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-s3qYbLy6pe .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s3qYbLy6pe .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-s3qYbLy6pe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s3qYbLy6pe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s3qYbLy6pe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s3qYbLy6pe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s3qYbLy6pe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s3qYbLy6pe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s3qYbLy6pe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s3qYbLy6pe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s3qYbLy6pe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s3qYbLy6pe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3qYbLy6pe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3qYbLy6pe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3qYbLy6pe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3qYbLy6pe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3qYbLy6pe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3qYbLy6pe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3qYbLy6pe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3qYbLy6pe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3qYbLy6pe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3qYbLy6pe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3qYbLy6pe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3qYbLy6pe .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-s3qYbLy6pe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3qYbLy6pe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3qYbLy6pe .section {
  position: relative;
  overflow: visible!important;
}
.cid-s3qYbLy6pe .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s3qYbLy6pe .dropdown-item:hover {
  color: black!important;
}
.cid-s3qYbLy6pe .dropdown-menu {
  background-color: white!important;
}
.cid-s3qYbLy6pe .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s3qYbLy6pe .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s3qYbLy6pe .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-s3qYbLy6pe .nav-item {
    position: relative;
  }
}
.cid-s3qYbLy6pe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3qYbLy6pe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3qYbLy6pe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-s3qYbLy6pe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3qYbLy6pe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3qYbLy6pe .collapsed {
  flex-direction: row!important;
}
.cid-s3qYbLy6pe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s3qYbLy6pe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s3qYbLy6pe .navbar-caption {
  font-weight: 600!important;
}
.cid-s3qYbLy6pe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3qYbLy6pe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3qYbLy6pe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3qYbLy6pe .dropdown-item.active,
.cid-s3qYbLy6pe .dropdown-item:active {
  background-color: transparent;
}
.cid-s3qYbLy6pe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3qYbLy6pe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3qYbLy6pe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3qYbLy6pe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-s3qYbLy6pe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3qYbLy6pe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3qYbLy6pe .navbar-buttons {
  flex-wrap: wrap;
  text-align: center;
}
.cid-s3qYbLy6pe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3qYbLy6pe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-s3qYbLy6pe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3qYbLy6pe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3qYbLy6pe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3qYbLy6pe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3qYbLy6pe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3qYbLy6pe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3qYbLy6pe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3qYbLy6pe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3qYbLy6pe .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s3qYbLy6pe .nav-link {
  font-weight: 600!important;
}
.cid-s3qYbLy6pe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3qYbLy6pe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s3qYbLy6pe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s3qYbLy6pe .icons-menu span {
  font-size: 26px;
  color: #ff4700;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3qYbLy6pe .navbar {
    height: 77px;
  }
  .cid-s3qYbLy6pe .navbar.opened {
    height: auto;
  }
  .cid-s3qYbLy6pe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s3qYbMkIfZ {
  overflow-x: hidden !important;
}
.cid-s3qYbMkIfZ .mbr-section-title {
  color: #ffffff;
}
.cid-s3qYbMkIfZ .mbr-section-title span {
  color: #ff4700;
}
.cid-s3qYbMkIfZ .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s3qYbMkIfZ .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 26s !important;
  animation-duration: 26s;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s3qYbMkIfZ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s3qYbMkIfZ .mbr-overlay {
  z-index: 1;
}
.cid-s3qYbMkIfZ .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s3qYbN5rSD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-s3qYbN5rSD .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-s3qYbN5rSD .mbr-section-title {
  margin: 0;
}
.cid-s3qYbN5rSD .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s3qYbN5rSD .card-img span {
  color: #1dc9cb;
}
.cid-s3qYbN5rSD .row-item {
  margin-bottom: 2rem;
}
.cid-s3qYbN5rSD .row-item:hover .wrapper {
  background: linear-gradient(90deg, #55b4d4, #0f7699);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-s3qYbN5rSD .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-s3qYbN5rSD .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-s3qYbN5rSD .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-s3qYbO1CZy.popup-builder {
  background-color: #ffffff;
}
.cid-s3qYbO1CZy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s3qYbO1CZy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s3qYbO1CZy .modal-content,
.cid-s3qYbO1CZy .modal-dialog {
  height: auto;
}
.cid-s3qYbO1CZy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s3qYbO1CZy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s3qYbO1CZy .form-wrapper .mbr-form .form-group,
  .cid-s3qYbO1CZy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s3qYbO1CZy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s3qYbO1CZy .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3qYbO1CZy .mbr-text {
  text-align: center;
}
.cid-s3qYbO1CZy .pt-0 {
  padding-top: 0 !important;
}
.cid-s3qYbO1CZy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s3qYbO1CZy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s3qYbO1CZy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s3qYbO1CZy .modal-open {
  overflow: hidden;
}
.cid-s3qYbO1CZy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s3qYbO1CZy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s3qYbO1CZy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s3qYbO1CZy .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s3qYbO1CZy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s3qYbO1CZy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s3qYbO1CZy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s3qYbO1CZy .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s3qYbO1CZy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s3qYbO1CZy .modal-backdrop.fade {
  opacity: 0;
}
.cid-s3qYbO1CZy .modal-backdrop.show {
  opacity: .5;
}
.cid-s3qYbO1CZy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s3qYbO1CZy .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s3qYbO1CZy .modal-header .close:hover {
  opacity: 1;
}
.cid-s3qYbO1CZy .modal-header .close:focus {
  outline: none;
}
.cid-s3qYbO1CZy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s3qYbO1CZy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s3qYbO1CZy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s3qYbO1CZy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s3qYbO1CZy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s3qYbO1CZy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s3qYbO1CZy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s3qYbO1CZy .modal-sm {
    max-width: 300px;
  }
  .cid-s3qYbO1CZy .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s3qYbO1CZy .modal-lg,
  .cid-s3qYbO1CZy .modal-xl {
    max-width: 800px;
  }
  .cid-s3qYbO1CZy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s3qYbO1CZy .modal-xl {
    max-width: 1140px;
  }
  .cid-s3qYbO1CZy .container {
    max-width: 1140px;
  }
}
.cid-s3qYbO1CZy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s3qYbO1CZy .container {
    max-width: 720px;
  }
}
.cid-s3qYbO1CZy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s3qYbO1CZy .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s3qYbO1CZy .form-group {
  margin-bottom: 1rem;
}
.cid-s3qYbO1CZy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s3qYbO1CZy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s3qYbO1CZy .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s3qYbOVjnx {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #44b335, #18be00);
}
.cid-s3qYbOVjnx .btn {
  margin: 0 0 .5rem 0;
}
.cid-s3qYbOVjnx H2 {
  text-align: center;
}
.cid-s3qYbPydHP {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s3qYbPydHP .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-s3qYbPydHP .video-block {
    width: 100% !important;
  }
}
.cid-s3qYbQ3qya {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s3qYbQFH9J {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/manual-de-marca-para-pauta-publicitaria-ssn-2-2000x137.jpg");
}
.cid-s3qYbQFH9J a:link {
  text-decoration: none;
}
.cid-s3qYbQFH9J .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s3qYbQFH9J .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s3qYbQFH9J .inner-text {
  line-height: 3em;
}
.cid-s3qYbQFH9J .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3qYbQFH9J .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s3qYbQFH9J .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s3qYbQFH9J .content-text,
.cid-s3qYbQFH9J .inner-text {
  color: #c1c1c1;
}
.cid-s26Pi1sTHk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s3qZUL1bAr {
  height: 0 !important;
}
.cid-s3qZUL1bAr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s3qZUL1bAr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s3qZUL1bAr .nav-item:focus,
.cid-s3qZUL1bAr .nav-link:focus {
  outline: none;
}
.cid-s3qZUL1bAr .text-white:hover,
.cid-s3qZUL1bAr .text-white:active,
.cid-s3qZUL1bAr .text-white:focus {
  color: white!important;
}
.cid-s3qZUL1bAr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-s3qZUL1bAr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-s3qZUL1bAr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-s3qZUL1bAr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s3qZUL1bAr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-s3qZUL1bAr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s3qZUL1bAr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s3qZUL1bAr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s3qZUL1bAr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s3qZUL1bAr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s3qZUL1bAr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s3qZUL1bAr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s3qZUL1bAr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s3qZUL1bAr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s3qZUL1bAr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3qZUL1bAr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3qZUL1bAr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3qZUL1bAr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3qZUL1bAr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3qZUL1bAr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3qZUL1bAr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3qZUL1bAr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3qZUL1bAr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3qZUL1bAr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3qZUL1bAr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3qZUL1bAr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3qZUL1bAr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-s3qZUL1bAr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3qZUL1bAr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3qZUL1bAr .section {
  position: relative;
  overflow: visible!important;
}
.cid-s3qZUL1bAr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s3qZUL1bAr .dropdown-item:hover {
  color: black!important;
}
.cid-s3qZUL1bAr .dropdown-menu {
  background-color: white!important;
}
.cid-s3qZUL1bAr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s3qZUL1bAr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s3qZUL1bAr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-s3qZUL1bAr .nav-item {
    position: relative;
  }
}
.cid-s3qZUL1bAr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3qZUL1bAr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3qZUL1bAr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-s3qZUL1bAr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3qZUL1bAr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3qZUL1bAr .collapsed {
  flex-direction: row!important;
}
.cid-s3qZUL1bAr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s3qZUL1bAr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s3qZUL1bAr .navbar-caption {
  font-weight: 600!important;
}
.cid-s3qZUL1bAr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3qZUL1bAr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3qZUL1bAr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3qZUL1bAr .dropdown-item.active,
.cid-s3qZUL1bAr .dropdown-item:active {
  background-color: transparent;
}
.cid-s3qZUL1bAr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3qZUL1bAr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3qZUL1bAr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3qZUL1bAr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-s3qZUL1bAr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3qZUL1bAr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3qZUL1bAr .navbar-buttons {
  flex-wrap: wrap;
  text-align: center;
}
.cid-s3qZUL1bAr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3qZUL1bAr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-s3qZUL1bAr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3qZUL1bAr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3qZUL1bAr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3qZUL1bAr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3qZUL1bAr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3qZUL1bAr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3qZUL1bAr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3qZUL1bAr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3qZUL1bAr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s3qZUL1bAr .nav-link {
  font-weight: 600!important;
}
.cid-s3qZUL1bAr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3qZUL1bAr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s3qZUL1bAr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s3qZUL1bAr .icons-menu span {
  font-size: 26px;
  color: #ff4700;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3qZUL1bAr .navbar {
    height: 77px;
  }
  .cid-s3qZUL1bAr .navbar.opened {
    height: auto;
  }
  .cid-s3qZUL1bAr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueQTkzvgjo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ueQTkzvgjo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFYyeW2vMR {
  height: 0 !important;
}
.cid-sFYyeW2vMR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sFYyeW2vMR .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sFYyeW2vMR .nav-item:focus,
.cid-sFYyeW2vMR .nav-link:focus {
  outline: none;
}
.cid-sFYyeW2vMR .text-white:hover,
.cid-sFYyeW2vMR .text-white:active,
.cid-sFYyeW2vMR .text-white:focus {
  color: white!important;
}
.cid-sFYyeW2vMR .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-sFYyeW2vMR .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-sFYyeW2vMR .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-sFYyeW2vMR .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sFYyeW2vMR .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sFYyeW2vMR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFYyeW2vMR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFYyeW2vMR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFYyeW2vMR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFYyeW2vMR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFYyeW2vMR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFYyeW2vMR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFYyeW2vMR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sFYyeW2vMR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sFYyeW2vMR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFYyeW2vMR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFYyeW2vMR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFYyeW2vMR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFYyeW2vMR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFYyeW2vMR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFYyeW2vMR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFYyeW2vMR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFYyeW2vMR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFYyeW2vMR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sFYyeW2vMR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sFYyeW2vMR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sFYyeW2vMR .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-sFYyeW2vMR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFYyeW2vMR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFYyeW2vMR .section {
  position: relative;
  overflow: visible!important;
}
.cid-sFYyeW2vMR .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sFYyeW2vMR .dropdown-item:hover {
  color: black!important;
}
.cid-sFYyeW2vMR .dropdown-menu {
  background-color: white!important;
}
.cid-sFYyeW2vMR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-sFYyeW2vMR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sFYyeW2vMR .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sFYyeW2vMR .nav-item {
    position: relative;
  }
}
.cid-sFYyeW2vMR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFYyeW2vMR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFYyeW2vMR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-sFYyeW2vMR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFYyeW2vMR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFYyeW2vMR .collapsed {
  flex-direction: row!important;
}
.cid-sFYyeW2vMR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFYyeW2vMR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFYyeW2vMR .navbar-caption {
  font-weight: 600!important;
}
.cid-sFYyeW2vMR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFYyeW2vMR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFYyeW2vMR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFYyeW2vMR .dropdown-item.active,
.cid-sFYyeW2vMR .dropdown-item:active {
  background-color: transparent;
}
.cid-sFYyeW2vMR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFYyeW2vMR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFYyeW2vMR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFYyeW2vMR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-sFYyeW2vMR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFYyeW2vMR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sFYyeW2vMR .navbar-buttons {
  flex-wrap: wrap;
  text-align: center;
}
.cid-sFYyeW2vMR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFYyeW2vMR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-sFYyeW2vMR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFYyeW2vMR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFYyeW2vMR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFYyeW2vMR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFYyeW2vMR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFYyeW2vMR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFYyeW2vMR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFYyeW2vMR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFYyeW2vMR .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFYyeW2vMR .nav-link {
  font-weight: 600!important;
}
.cid-sFYyeW2vMR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFYyeW2vMR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFYyeW2vMR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sFYyeW2vMR .icons-menu span {
  font-size: 26px;
  color: #ff4700;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFYyeW2vMR .navbar {
    height: 77px;
  }
  .cid-sFYyeW2vMR .navbar.opened {
    height: auto;
  }
  .cid-sFYyeW2vMR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFYyeWKk2j {
  padding-top: 105px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-sFYyeWKk2j .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sFYyeWKk2j .plan-body .btn-bgr {
  z-index: 0;
}
.cid-sFYyeWKk2j .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-sFYyeWKk2j .price-term {
  margin-left: -5px;
}
.cid-sFYyeWKk2j .pt2 {
  padding-top: 2rem;
}
.cid-sFYyeWKk2j .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-sFYyeWKk2j .plan-descr {
  color: #444444;
}
.cid-sFYyeWKk2j .plan-price {
  margin-top: 2rem;
}
.cid-sFYyeWKk2j .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-sFYyeWKk2j .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-sFYyeWKk2j .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sFYyeWKk2j .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
}
.cid-sFYyeWKk2j .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-sFYyeWKk2j .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-sFYyeWKk2j .plan .plan-favorite {
  display: none;
}
.cid-sFYyeWKk2j .plan:nth-child(1) .plan-favorite {
  background-color: #ff4f7b;
  display: block !important;
}
.cid-sFYyeWKk2j .plan-header,
.cid-sFYyeWKk2j .plan-body {
  background-color: #ffffff;
}
.cid-sFYyeWKk2j .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-sFYyeWKk2j .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-sFYyeWKk2j .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-sFYyeWKk2j .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sFYyeWKk2j UL {
  color: #8d97ad;
}
.cid-sFYyeWKk2j .plan-subtitle {
  text-align: center;
}
.cid-sFYyeXXPDx {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #44b335, #18be00);
}
.cid-sFYyeXXPDx .btn {
  margin: 0 0 .5rem 0;
}
.cid-sFYyeXXPDx H2 {
  text-align: center;
}
.cid-sFYyeYsHJG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sFYyeZ7cGD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/manual-de-marca-para-pauta-publicitaria-ssn-2-2000x137.jpg");
}
.cid-sFYyeZ7cGD a:link {
  text-decoration: none;
}
.cid-sFYyeZ7cGD .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sFYyeZ7cGD .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sFYyeZ7cGD .inner-text {
  line-height: 3em;
}
.cid-sFYyeZ7cGD .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFYyeZ7cGD .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sFYyeZ7cGD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sFYyeZ7cGD .content-text,
.cid-sFYyeZ7cGD .inner-text {
  color: #c1c1c1;
}
.cid-sFYR9mtt6U {
  height: 0 !important;
}
.cid-sFYR9mtt6U .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sFYR9mtt6U .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sFYR9mtt6U .nav-item:focus,
.cid-sFYR9mtt6U .nav-link:focus {
  outline: none;
}
.cid-sFYR9mtt6U .text-white:hover,
.cid-sFYR9mtt6U .text-white:active,
.cid-sFYR9mtt6U .text-white:focus {
  color: white!important;
}
.cid-sFYR9mtt6U .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-sFYR9mtt6U .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-sFYR9mtt6U .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-sFYR9mtt6U .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sFYR9mtt6U .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sFYR9mtt6U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFYR9mtt6U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFYR9mtt6U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFYR9mtt6U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFYR9mtt6U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFYR9mtt6U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFYR9mtt6U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFYR9mtt6U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sFYR9mtt6U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sFYR9mtt6U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFYR9mtt6U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFYR9mtt6U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFYR9mtt6U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFYR9mtt6U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFYR9mtt6U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFYR9mtt6U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFYR9mtt6U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFYR9mtt6U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFYR9mtt6U .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sFYR9mtt6U .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sFYR9mtt6U .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sFYR9mtt6U .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-sFYR9mtt6U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFYR9mtt6U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFYR9mtt6U .section {
  position: relative;
  overflow: visible!important;
}
.cid-sFYR9mtt6U .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sFYR9mtt6U .dropdown-item:hover {
  color: black!important;
}
.cid-sFYR9mtt6U .dropdown-menu {
  background-color: white!important;
}
.cid-sFYR9mtt6U .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-sFYR9mtt6U .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sFYR9mtt6U .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sFYR9mtt6U .nav-item {
    position: relative;
  }
}
.cid-sFYR9mtt6U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFYR9mtt6U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFYR9mtt6U .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-sFYR9mtt6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFYR9mtt6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFYR9mtt6U .collapsed {
  flex-direction: row!important;
}
.cid-sFYR9mtt6U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFYR9mtt6U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFYR9mtt6U .navbar-caption {
  font-weight: 600!important;
}
.cid-sFYR9mtt6U .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFYR9mtt6U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFYR9mtt6U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFYR9mtt6U .dropdown-item.active,
.cid-sFYR9mtt6U .dropdown-item:active {
  background-color: transparent;
}
.cid-sFYR9mtt6U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFYR9mtt6U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFYR9mtt6U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFYR9mtt6U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-sFYR9mtt6U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFYR9mtt6U ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sFYR9mtt6U .navbar-buttons {
  flex-wrap: wrap;
  text-align: center;
}
.cid-sFYR9mtt6U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFYR9mtt6U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-sFYR9mtt6U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFYR9mtt6U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFYR9mtt6U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFYR9mtt6U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFYR9mtt6U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFYR9mtt6U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFYR9mtt6U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFYR9mtt6U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFYR9mtt6U .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFYR9mtt6U .nav-link {
  font-weight: 600!important;
}
.cid-sFYR9mtt6U a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFYR9mtt6U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFYR9mtt6U .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sFYR9mtt6U .icons-menu span {
  font-size: 26px;
  color: #ff4700;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFYR9mtt6U .navbar {
    height: 77px;
  }
  .cid-sFYR9mtt6U .navbar.opened {
    height: auto;
  }
  .cid-sFYR9mtt6U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFYR9CiXfd {
  overflow-x: hidden !important;
}
.cid-sFYR9CiXfd .mbr-section-title {
  color: #ffffff;
}
.cid-sFYR9CiXfd .mbr-section-title span {
  color: #ff4700;
}
.cid-sFYR9CiXfd .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sFYR9CiXfd .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 26s !important;
  animation-duration: 26s;
  background-image: url("../../../assets/images/medium-shot-couple-dancing-indoors-2000x1333.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sFYR9CiXfd .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sFYR9CiXfd .mbr-overlay {
  z-index: 1;
}
.cid-sFYR9CiXfd .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sFYR9D7aQP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sFYR9D7aQP .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sFYR9D7aQP .mbr-section-title {
  margin: 0;
}
.cid-sFYR9D7aQP .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sFYR9D7aQP .card-img span {
  color: #1dc9cb;
}
.cid-sFYR9D7aQP .row-item {
  margin-bottom: 2rem;
}
.cid-sFYR9D7aQP .row-item:hover .wrapper {
  background: linear-gradient(90deg, #55b4d4, #0f7699);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sFYR9D7aQP .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sFYR9D7aQP .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sFYR9D7aQP .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sFYR9DVf3e.popup-builder {
  background-color: #ffffff;
}
.cid-sFYR9DVf3e.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sFYR9DVf3e.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sFYR9DVf3e .modal-content,
.cid-sFYR9DVf3e .modal-dialog {
  height: auto;
}
.cid-sFYR9DVf3e .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sFYR9DVf3e .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sFYR9DVf3e .form-wrapper .mbr-form .form-group,
  .cid-sFYR9DVf3e .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sFYR9DVf3e .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sFYR9DVf3e .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFYR9DVf3e .mbr-text {
  text-align: center;
}
.cid-sFYR9DVf3e .pt-0 {
  padding-top: 0 !important;
}
.cid-sFYR9DVf3e .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sFYR9DVf3e .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sFYR9DVf3e .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sFYR9DVf3e .modal-open {
  overflow: hidden;
}
.cid-sFYR9DVf3e .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sFYR9DVf3e .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sFYR9DVf3e .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sFYR9DVf3e .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sFYR9DVf3e .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sFYR9DVf3e .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sFYR9DVf3e .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sFYR9DVf3e .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sFYR9DVf3e .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sFYR9DVf3e .modal-backdrop.fade {
  opacity: 0;
}
.cid-sFYR9DVf3e .modal-backdrop.show {
  opacity: .5;
}
.cid-sFYR9DVf3e .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sFYR9DVf3e .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sFYR9DVf3e .modal-header .close:hover {
  opacity: 1;
}
.cid-sFYR9DVf3e .modal-header .close:focus {
  outline: none;
}
.cid-sFYR9DVf3e .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sFYR9DVf3e .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sFYR9DVf3e .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sFYR9DVf3e .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sFYR9DVf3e .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sFYR9DVf3e .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sFYR9DVf3e .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sFYR9DVf3e .modal-sm {
    max-width: 300px;
  }
  .cid-sFYR9DVf3e .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sFYR9DVf3e .modal-lg,
  .cid-sFYR9DVf3e .modal-xl {
    max-width: 800px;
  }
  .cid-sFYR9DVf3e .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sFYR9DVf3e .modal-xl {
    max-width: 1140px;
  }
  .cid-sFYR9DVf3e .container {
    max-width: 1140px;
  }
}
.cid-sFYR9DVf3e .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sFYR9DVf3e .container {
    max-width: 720px;
  }
}
.cid-sFYR9DVf3e .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sFYR9DVf3e .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sFYR9DVf3e .form-group {
  margin-bottom: 1rem;
}
.cid-sFYR9DVf3e .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sFYR9DVf3e .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sFYR9DVf3e .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sFYR9EW0FM {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #44b335, #18be00);
}
.cid-sFYR9EW0FM .btn {
  margin: 0 0 .5rem 0;
}
.cid-sFYR9EW0FM H2 {
  text-align: center;
}
.cid-sFYR9FYzFd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sFYR9GvEGS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/manual-de-marca-para-pauta-publicitaria-ssn-2-2000x137.jpg");
}
.cid-sFYR9GvEGS a:link {
  text-decoration: none;
}
.cid-sFYR9GvEGS .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sFYR9GvEGS .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sFYR9GvEGS .inner-text {
  line-height: 3em;
}
.cid-sFYR9GvEGS .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFYR9GvEGS .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sFYR9GvEGS .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sFYR9GvEGS .content-text,
.cid-sFYR9GvEGS .inner-text {
  color: #c1c1c1;
}
