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: #149dcc !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: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #149dcc !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: #0b566f !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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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: #149dcc;
}
/* 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);
}
@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: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.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: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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='%23149dcc' %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-uenXnBQLgq {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/cabealho-site-final-1442x758.png");
}
.cid-uenXnBQLgq H2 {
  text-align: center;
  color: #efefef;
}
.cid-ts4zN9H9lD {
  padding-top: 0px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-ts4zN9H9lD .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ts4zN9H9lD .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ts4zN9H9lD .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ts4zN9H9lD H1 {
  color: #465052;
}
.cid-ts4zN9H9lD .mbr-text,
.cid-ts4zN9H9lD .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ui3WldQIl1 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-ui3WldQIl1 P {
  color: #767676;
}
.cid-ui3WldQIl1 .mbr-text,
.cid-ui3WldQIl1 .mbr-section-btn {
  color: #ffffff;
}
.cid-ui3XzKHot8 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-ui3XzKHot8 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ui3XzKHot8 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ui3XzKHot8 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tstAqQyIp1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsJEIHnrPM {
  background: #ffffff;
}
.cid-tsJEIHnrPM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsJEIHnrPM .mbr-figure {
  margin: 0 auto;
}
.cid-tsJEIHnrPM figcaption {
  position: relative;
}
.cid-tsJEIHnrPM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsJEIHnrPM .image-block {
    width: 100% !important;
  }
}
.cid-tsbOp3GHrR {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsbOp3GHrR .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsbOp3GHrR .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsbOp3GHrR .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsbOp3GHrR H1 {
  color: #465052;
}
.cid-tsbOp3GHrR .mbr-text,
.cid-tsbOp3GHrR .mbr-section-btn {
  color: #232323;
}
.cid-tss2P0bmnA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tss2P0bmnA .mbr-section-subtitle {
  color: #767676;
}
.cid-tsbPPygVps {
  background: #ffffff;
}
.cid-tsbPPygVps .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-tsbPPygVps .video-block {
    width: 100% !important;
  }
}
.cid-tss3Ag3O5u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tss3Ag3O5u .mbr-section-subtitle {
  color: #767676;
}
.cid-tss3BZKoyY {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tss3BZKoyY .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tss3BZKoyY .video-block {
    width: 100% !important;
  }
}
.cid-tstAqQyIp1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsJF5dEnMF {
  background: #ffffff;
}
.cid-tsJF5dEnMF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsJF5dEnMF .mbr-figure {
  margin: 0 auto;
}
.cid-tsJF5dEnMF figcaption {
  position: relative;
}
.cid-tsJF5dEnMF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsJF5dEnMF .image-block {
    width: 100% !important;
  }
}
.cid-tss6tPf23P {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tss6tPf23P .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tss6tPf23P .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tss6tPf23P .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tss6tPf23P H1 {
  color: #465052;
}
.cid-tss6tPf23P .mbr-text,
.cid-tss6tPf23P .mbr-section-btn {
  color: #232323;
}
.cid-tss6tQkAG3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tss6tQkAG3 .mbr-section-subtitle {
  color: #767676;
}
.cid-tss6tQQw1x {
  background: #ffffff;
}
.cid-tss6tQQw1x .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-tss6tQQw1x .video-block {
    width: 100% !important;
  }
}
.cid-tss6tRcCGW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tss6tRcCGW .mbr-section-subtitle {
  color: #767676;
}
.cid-tss6tRDBEB {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tss6tRDBEB .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tss6tRDBEB .video-block {
    width: 100% !important;
  }
}
.cid-tss903K1Tc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tss903K1Tc .mbr-section-subtitle {
  color: #767676;
}
.cid-tss91S4ISt {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tss91S4ISt .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tss91S4ISt .video-block {
    width: 100% !important;
  }
}
.cid-tstAqQyIp1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsJFfRSckM {
  background: #ffffff;
}
.cid-tsJFfRSckM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsJFfRSckM .mbr-figure {
  margin: 0 auto;
}
.cid-tsJFfRSckM figcaption {
  position: relative;
}
.cid-tsJFfRSckM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsJFfRSckM .image-block {
    width: 100% !important;
  }
}
.cid-tssXdVUFqf {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tssXdVUFqf .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tssXdVUFqf .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tssXdVUFqf .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tssXdVUFqf H1 {
  color: #465052;
}
.cid-tssXdVUFqf .mbr-text,
.cid-tssXdVUFqf .mbr-section-btn {
  color: #232323;
}
.cid-tst1y33BZa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-2000x2171.png");
}
.cid-tst1y33BZa .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tst1y33BZa .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tst1y33BZa .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tst1zxR5GP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-2000x2171.png");
}
.cid-tst1zxR5GP .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tst1zxR5GP .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tst1zxR5GP .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tst1zxR5GP H1 {
  color: #232323;
}
.cid-tst1zxR5GP .mbr-text,
.cid-tst1zxR5GP .mbr-section-btn {
  color: #465052;
}
.cid-tst1AhapjN {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-2000x2171.png");
}
.cid-tst1AhapjN .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tst1AhapjN .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tst1AhapjN .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tssXdWVYhl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tssXdWVYhl .mbr-section-subtitle {
  color: #767676;
}
.cid-tssXdXgbqE {
  background: #ffffff;
}
.cid-tssXdXgbqE .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-tssXdXgbqE .video-block {
    width: 100% !important;
  }
}
.cid-tssXdXKmNo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tssXdXKmNo .mbr-section-subtitle {
  color: #767676;
}
.cid-tssXdYdbAO {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tssXdYdbAO .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tssXdYdbAO .video-block {
    width: 100% !important;
  }
}
.cid-tssXdYugXS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tssXdYugXS .mbr-section-subtitle {
  color: #767676;
}
.cid-tssXdYM5vA {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tssXdYM5vA .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tssXdYM5vA .video-block {
    width: 100% !important;
  }
}
.cid-tst73APDyQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tst73APDyQ .mbr-section-subtitle {
  color: #767676;
}
.cid-tst6QEAanL {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tst6QEAanL .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tst6QEAanL .video-block {
    width: 100% !important;
  }
}
.cid-tstAqQyIp1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsJEVsVI2Z {
  background: #ffffff;
}
.cid-tsJEVsVI2Z .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsJEVsVI2Z .mbr-figure {
  margin: 0 auto;
}
.cid-tsJEVsVI2Z figcaption {
  position: relative;
}
.cid-tsJEVsVI2Z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsJEVsVI2Z .image-block {
    width: 100% !important;
  }
}
.cid-tstck4qicz {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tstck4qicz .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tstck4qicz .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tstck4qicz .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tstck4qicz H1 {
  color: #465052;
}
.cid-tstck4qicz .mbr-text,
.cid-tstck4qicz .mbr-section-btn {
  color: #232323;
}
.cid-tstesy38ub {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tstesy38ub .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tstesy38ub .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tstesy38ub .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tstck57xdZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tstck57xdZ .mbr-section-subtitle {
  color: #767676;
}
.cid-tstck5rS6E {
  background: #ffffff;
}
.cid-tstck5rS6E .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-tstck5rS6E .video-block {
    width: 100% !important;
  }
}
.cid-tstck5Oqc7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tstck5Oqc7 .mbr-section-subtitle {
  color: #767676;
}
.cid-tstck6cBLz {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tstck6cBLz .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tstck6cBLz .video-block {
    width: 100% !important;
  }
}
.cid-tstAqQyIp1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsxMkyw00J {
  background: #ffffff;
}
.cid-tsxMkyw00J .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsxMkyw00J .mbr-figure {
  margin: 0 auto;
}
.cid-tsxMkyw00J figcaption {
  position: relative;
}
.cid-tsxMkyw00J figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsxMkyw00J .image-block {
    width: 100% !important;
  }
}
.cid-tstkY8fyCh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tstkY8fyCh .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tstkY8fyCh .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tstkY8fyCh .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tstkY8fyCh H1 {
  color: #232323;
}
.cid-tstkY8fyCh .mbr-text,
.cid-tstkY8fyCh .mbr-section-btn {
  color: #465052;
}
.cid-tstvvrX7ol {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tstvvrX7ol .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tstvvrX7ol .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tstvvrX7ol .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tstvvrX7ol .mbr-text,
.cid-tstvvrX7ol .mbr-section-btn {
  color: #232323;
}
.cid-tstAqQyIp1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsxO3sw4xM {
  background: #ffffff;
}
.cid-tsxO3sw4xM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsxO3sw4xM .mbr-figure {
  margin: 0 auto;
}
.cid-tsxO3sw4xM figcaption {
  position: relative;
}
.cid-tsxO3sw4xM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsxO3sw4xM .image-block {
    width: 100% !important;
  }
}
.cid-tsxO3tk1nu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsxO3tk1nu .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsxO3tk1nu .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsxO3tk1nu .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsxO3tk1nu H1 {
  color: #232323;
}
.cid-tsxO3tk1nu .mbr-text,
.cid-tsxO3tk1nu .mbr-section-btn {
  color: #465052;
}
.cid-tsxO3tUMlQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsxO3tUMlQ .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsxO3tUMlQ .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsxO3tUMlQ .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsxO3tUMlQ .mbr-text,
.cid-tsxO3tUMlQ .mbr-section-btn {
  color: #232323;
}
.cid-tsziSAiLFk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsziSAiLFk .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsziSAiLFk .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsziSAiLFk .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsziSAiLFk .mbr-text,
.cid-tsziSAiLFk .mbr-section-btn {
  color: #232323;
}
.cid-tsziTsknCv {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsziTsknCv .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsziTsknCv .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsziTsknCv .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsziTsknCv .mbr-text,
.cid-tsziTsknCv .mbr-section-btn {
  color: #232323;
}
.cid-tsxO3uGdSq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsxXwbWEjZ {
  background: #ffffff;
}
.cid-tsxXwbWEjZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsxXwbWEjZ .mbr-figure {
  margin: 0 auto;
}
.cid-tsxXwbWEjZ figcaption {
  position: relative;
}
.cid-tsxXwbWEjZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsxXwbWEjZ .image-block {
    width: 100% !important;
  }
}
.cid-tsxXwcAngj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsxXwcAngj .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsxXwcAngj .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsxXwcAngj .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsxXwcAngj H1 {
  color: #232323;
}
.cid-tsxXwcAngj .mbr-text,
.cid-tsxXwcAngj .mbr-section-btn {
  color: #465052;
}
.cid-tsxXwdCZYO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsxYJXQGGC {
  background: #ffffff;
}
.cid-tsxYJXQGGC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsxYJXQGGC .mbr-figure {
  margin: 0 auto;
}
.cid-tsxYJXQGGC figcaption {
  position: relative;
}
.cid-tsxYJXQGGC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsxYJXQGGC .image-block {
    width: 100% !important;
  }
}
.cid-tsxYJYodBj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsxYJYodBj .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsxYJYodBj .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsxYJYodBj .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsxYJYodBj H1 {
  color: #232323;
}
.cid-tsxYJYodBj .mbr-text,
.cid-tsxYJYodBj .mbr-section-btn {
  color: #465052;
}
.cid-tsxYJZ9PIr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsy5IXkf75 {
  background: #ffffff;
}
.cid-tsy5IXkf75 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsy5IXkf75 .mbr-figure {
  margin: 0 auto;
}
.cid-tsy5IXkf75 figcaption {
  position: relative;
}
.cid-tsy5IXkf75 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsy5IXkf75 .image-block {
    width: 100% !important;
  }
}
.cid-tsy5IXWN0V {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsy5IXWN0V .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsy5IXWN0V .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsy5IXWN0V .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsy5IXWN0V H1 {
  color: #232323;
}
.cid-tsy5IXWN0V .mbr-text,
.cid-tsy5IXWN0V .mbr-section-btn {
  color: #465052;
}
.cid-tsy5IYYsQE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tszobSmNNz {
  background: #ffffff;
}
.cid-tszobSmNNz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tszobSmNNz .mbr-figure {
  margin: 0 auto;
}
.cid-tszobSmNNz figcaption {
  position: relative;
}
.cid-tszobSmNNz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tszobSmNNz .image-block {
    width: 100% !important;
  }
}
.cid-tszobT1oDs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tszobT1oDs .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tszobT1oDs .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tszobT1oDs .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tszobT1oDs H1 {
  color: #232323;
}
.cid-tszobT1oDs .mbr-text,
.cid-tszobT1oDs .mbr-section-btn {
  color: #465052;
}
.cid-tzChIxzHQr {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tzChIxzHQr .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tzChIxzHQr .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tzChIxzHQr .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tszobUQ8it {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tszsFTZvvq {
  background: #ffffff;
}
.cid-tszsFTZvvq .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tszsFTZvvq .mbr-figure {
  margin: 0 auto;
}
.cid-tszsFTZvvq figcaption {
  position: relative;
}
.cid-tszsFTZvvq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tszsFTZvvq .image-block {
    width: 100% !important;
  }
}
.cid-tszsFUnO5t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tszsFUnO5t .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tszsFUnO5t .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tszsFUnO5t .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tszsFUnO5t H1 {
  color: #232323;
}
.cid-tszsFUnO5t .mbr-text,
.cid-tszsFUnO5t .mbr-section-btn {
  color: #465052;
}
.cid-tzCvX8o4KW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tzCvX8o4KW .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tzCvX8o4KW .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tzCvX8o4KW .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tzCvX8o4KW .mbr-text,
.cid-tzCvX8o4KW .mbr-section-btn {
  color: #232323;
}
.cid-tszsFVA7Nv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsDGekuSH9 {
  background: #ffffff;
}
.cid-tsDGekuSH9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsDGekuSH9 .mbr-figure {
  margin: 0 auto;
}
.cid-tsDGekuSH9 figcaption {
  position: relative;
}
.cid-tsDGekuSH9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsDGekuSH9 .image-block {
    width: 100% !important;
  }
}
.cid-tsDGel2trJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsDGel2trJ .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsDGel2trJ .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsDGel2trJ .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsDGel2trJ H1 {
  color: #232323;
}
.cid-tsDGel2trJ .mbr-text,
.cid-tsDGel2trJ .mbr-section-btn {
  color: #465052;
}
.cid-tsDGelv1Sy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsDJzRUp6y {
  background: #ffffff;
}
.cid-tsDJzRUp6y .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsDJzRUp6y .mbr-figure {
  margin: 0 auto;
}
.cid-tsDJzRUp6y figcaption {
  position: relative;
}
.cid-tsDJzRUp6y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsDJzRUp6y .image-block {
    width: 100% !important;
  }
}
.cid-tsDJzSmpCq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsDJzSmpCq .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsDJzSmpCq .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsDJzSmpCq .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsDJzSmpCq H1 {
  color: #232323;
}
.cid-tsDJzSmpCq .mbr-text,
.cid-tsDJzSmpCq .mbr-section-btn {
  color: #465052;
}
.cid-tsDJzSMgHL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsDJzSMgHL .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsDJzSMgHL .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsDJzSMgHL .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsDJzSMgHL .mbr-text,
.cid-tsDJzSMgHL .mbr-section-btn {
  color: #232323;
}
.cid-tsDJzTmYhd {
  padding-top: 15px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsDJzTmYhd .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsDJzTmYhd .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsDJzTmYhd .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsDJzTmYhd .mbr-text,
.cid-tsDJzTmYhd .mbr-section-btn {
  color: #232323;
}
.cid-tsDJzTJPKv {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsDJzTJPKv .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsDJzTJPKv .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsDJzTJPKv .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsDJzTJPKv .mbr-text,
.cid-tsDJzTJPKv .mbr-section-btn {
  color: #232323;
}
.cid-tsDJzU43DK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsDQUWKrOm {
  background: #ffffff;
}
.cid-tsDQUWKrOm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsDQUWKrOm .mbr-figure {
  margin: 0 auto;
}
.cid-tsDQUWKrOm figcaption {
  position: relative;
}
.cid-tsDQUWKrOm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsDQUWKrOm .image-block {
    width: 100% !important;
  }
}
.cid-tsDQUXmwRk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsDQUXmwRk .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsDQUXmwRk .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsDQUXmwRk .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsDQUXmwRk H1 {
  color: #232323;
}
.cid-tsDQUXmwRk .mbr-text,
.cid-tsDQUXmwRk .mbr-section-btn {
  color: #465052;
}
.cid-tsDQUXQ7QX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsDQUXQ7QX .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsDQUXQ7QX .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsDQUXQ7QX .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsDQUXQ7QX .mbr-text,
.cid-tsDQUXQ7QX .mbr-section-btn {
  color: #232323;
}
.cid-tsDQUZbQ6g {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsDW6JW2ec {
  background: #ffffff;
}
.cid-tsDW6JW2ec .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsDW6JW2ec .mbr-figure {
  margin: 0 auto;
}
.cid-tsDW6JW2ec figcaption {
  position: relative;
}
.cid-tsDW6JW2ec figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsDW6JW2ec .image-block {
    width: 100% !important;
  }
}
.cid-tsDW6Ky8A6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsDW6Ky8A6 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsDW6Ky8A6 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsDW6Ky8A6 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsDW6Ky8A6 H1 {
  color: #232323;
}
.cid-tsDW6Ky8A6 .mbr-text,
.cid-tsDW6Ky8A6 .mbr-section-btn {
  color: #465052;
}
.cid-tsDW6LtxiR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsEyN0N8MI {
  background: #ffffff;
}
.cid-tsEyN0N8MI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsEyN0N8MI .mbr-figure {
  margin: 0 auto;
}
.cid-tsEyN0N8MI figcaption {
  position: relative;
}
.cid-tsEyN0N8MI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsEyN0N8MI .image-block {
    width: 100% !important;
  }
}
.cid-tsEyN1adGo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsEyN1adGo .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsEyN1adGo .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsEyN1adGo .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsEyN1adGo H1 {
  color: #232323;
}
.cid-tsEyN1adGo .mbr-text,
.cid-tsEyN1adGo .mbr-section-btn {
  color: #465052;
}
.cid-tsEyN1BLMN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsEyN1BLMN .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsEyN1BLMN .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsEyN1BLMN .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsEyN1BLMN .mbr-text,
.cid-tsEyN1BLMN .mbr-section-btn {
  color: #232323;
}
.cid-tsEyN2YeOn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsED819dML {
  background: #ffffff;
}
.cid-tsED819dML .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsED819dML .mbr-figure {
  margin: 0 auto;
}
.cid-tsED819dML figcaption {
  position: relative;
}
.cid-tsED819dML figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsED819dML .image-block {
    width: 100% !important;
  }
}
.cid-tsED81BCeo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsED81BCeo .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsED81BCeo .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsED81BCeo .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsED81BCeo H1 {
  color: #232323;
}
.cid-tsED81BCeo .mbr-text,
.cid-tsED81BCeo .mbr-section-btn {
  color: #465052;
}
.cid-tsED823HTS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsED823HTS .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsED823HTS .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsED823HTS .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsED823HTS .mbr-text,
.cid-tsED823HTS .mbr-section-btn {
  color: #232323;
}
.cid-tte1MResRF {
  padding-top: 30px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-2000x2171.png");
}
.cid-tte1MResRF .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tte1MResRF .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tte1MResRF .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tte1MResRF .mbr-text,
.cid-tte1MResRF .mbr-section-btn {
  color: #465052;
}
.cid-tte3DhlRRL {
  padding-top: 30px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/garoto-site-2000x2171.png");
}
.cid-tte3DhlRRL .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tte3DhlRRL .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tte3DhlRRL .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tte3DhlRRL .mbr-text,
.cid-tte3DhlRRL .mbr-section-btn {
  color: #465052;
}
.cid-tsED82Ih0I {
  padding-top: 15px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsED82Ih0I .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsED82Ih0I .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsED82Ih0I .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsED82Ih0I .mbr-text,
.cid-tsED82Ih0I .mbr-section-btn {
  color: #232323;
}
.cid-tte9TIjNhc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tte9TIjNhc P {
  color: #767676;
}
.cid-tte59GKyre {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tte59GKyre .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tte59GKyre .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tte59GKyre .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tte59GKyre .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tte59GKyre .row > .row {
  display: block;
}
.cid-tte59GKyre .mbr-gallery-item {
  width: 100%;
}
.cid-tte59GKyre .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tte59GKyre .mbr-gallery-item > div {
  position: relative;
}
.cid-tte59GKyre .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tte59GKyre .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tte59GKyre .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tte59GKyre .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tte7gCuVTc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tte7gCuVTc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tte7gCuVTc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tte7gCuVTc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tte7gCuVTc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tte7gCuVTc .row > .row {
  display: block;
}
.cid-tte7gCuVTc .mbr-gallery-item {
  width: 100%;
}
.cid-tte7gCuVTc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tte7gCuVTc .mbr-gallery-item > div {
  position: relative;
}
.cid-tte7gCuVTc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tte7gCuVTc .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tte7gCuVTc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tte7gCuVTc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-ttihYEHxX0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ttihYEHxX0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ttihYEHxX0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttihYEHxX0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttihYEHxX0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ttihYEHxX0 .row > .row {
  display: block;
}
.cid-ttihYEHxX0 .mbr-gallery-item {
  width: 100%;
}
.cid-ttihYEHxX0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-ttihYEHxX0 .mbr-gallery-item > div {
  position: relative;
}
.cid-ttihYEHxX0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ttihYEHxX0 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ttihYEHxX0 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ttihYEHxX0 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tsEFCxCRp2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsEFCxCRp2 .mbr-section-subtitle {
  color: #767676;
}
.cid-tsED83saRN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsEGXEd458 {
  background: #ffffff;
}
.cid-tsEGXEd458 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsEGXEd458 .mbr-figure {
  margin: 0 auto;
}
.cid-tsEGXEd458 figcaption {
  position: relative;
}
.cid-tsEGXEd458 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsEGXEd458 .image-block {
    width: 100% !important;
  }
}
.cid-tsEGXEArfD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsEGXEArfD .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsEGXEArfD .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsEGXEArfD .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsEGXEArfD H1 {
  color: #232323;
}
.cid-tsEGXEArfD .mbr-text,
.cid-tsEGXEArfD .mbr-section-btn {
  color: #465052;
}
.cid-tsEGXF19mf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsENVrADlD {
  background: #ffffff;
}
.cid-tsENVrADlD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsENVrADlD .mbr-figure {
  margin: 0 auto;
}
.cid-tsENVrADlD figcaption {
  position: relative;
}
.cid-tsENVrADlD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsENVrADlD .image-block {
    width: 100% !important;
  }
}
.cid-tsENVs7zqI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsENVs7zqI .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsENVs7zqI .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsENVs7zqI .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsENVs7zqI H1 {
  color: #232323;
}
.cid-tsENVs7zqI .mbr-text,
.cid-tsENVs7zqI .mbr-section-btn {
  color: #465052;
}
.cid-tsEOTboOPs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsEOTboOPs .mbr-section-subtitle {
  color: #767676;
}
.cid-tsEOXAzj4a {
  background: #cccccc;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #cccccc, #ffffff);
}
.cid-tsEOXAzj4a .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsEOXAzj4a .video-block {
    width: 100% !important;
  }
}
.cid-ttebSBIfLo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ttebSBIfLo P {
  color: #767676;
}
.cid-ttebXAfK4j {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ttebXAfK4j .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ttebXAfK4j .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttebXAfK4j .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttebXAfK4j .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ttebXAfK4j .row > .row {
  display: block;
}
.cid-ttebXAfK4j .mbr-gallery-item {
  width: 100%;
}
.cid-ttebXAfK4j .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-ttebXAfK4j .mbr-gallery-item > div {
  position: relative;
}
.cid-ttebXAfK4j .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ttebXAfK4j .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ttebXAfK4j .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ttebXAfK4j .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tsENVsBi1Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsEVBwHEGg {
  background: #ffffff;
}
.cid-tsEVBwHEGg .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsEVBwHEGg .mbr-figure {
  margin: 0 auto;
}
.cid-tsEVBwHEGg figcaption {
  position: relative;
}
.cid-tsEVBwHEGg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsEVBwHEGg .image-block {
    width: 100% !important;
  }
}
.cid-tsEVBx6qir {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsEVBx6qir .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsEVBx6qir .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsEVBx6qir .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsEVBx6qir H1 {
  color: #232323;
}
.cid-tsEVBx6qir .mbr-text,
.cid-tsEVBx6qir .mbr-section-btn {
  color: #465052;
}
.cid-tsEVBxvrdz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsEVBxvrdz .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsEVBxvrdz .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsEVBxvrdz .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsEVBxvrdz .mbr-text,
.cid-tsEVBxvrdz .mbr-section-btn {
  color: #232323;
}
.cid-tsEVBy46j2 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsEVBy46j2 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsEVBy46j2 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsEVBy46j2 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsEVBy46j2 .mbr-text,
.cid-tsEVBy46j2 .mbr-section-btn {
  color: #232323;
}
.cid-tsEVByU8B3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsEZuPDJYT {
  background: #ffffff;
}
.cid-tsEZuPDJYT .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsEZuPDJYT .mbr-figure {
  margin: 0 auto;
}
.cid-tsEZuPDJYT figcaption {
  position: relative;
}
.cid-tsEZuPDJYT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsEZuPDJYT .image-block {
    width: 100% !important;
  }
}
.cid-tsEZuQ1YDb {
  padding-top: 90px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsEZuQ1YDb .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsEZuQ1YDb .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsEZuQ1YDb .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsEZuQ1YDb H1 {
  color: #232323;
}
.cid-tsEZuQ1YDb .mbr-text,
.cid-tsEZuQ1YDb .mbr-section-btn {
  color: #465052;
}
.cid-tsEZuQsCJZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsEZuQsCJZ .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsEZuQsCJZ .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsEZuQsCJZ .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsEZuQsCJZ .mbr-text,
.cid-tsEZuQsCJZ .mbr-section-btn {
  color: #232323;
}
.cid-tsF2m3dhGE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tsF2m3dhGE P {
  color: #767676;
}
.cid-tsEZuRTEwN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsF49PmNPt {
  background: #ffffff;
}
.cid-tsF49PmNPt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsF49PmNPt .mbr-figure {
  margin: 0 auto;
}
.cid-tsF49PmNPt figcaption {
  position: relative;
}
.cid-tsF49PmNPt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsF49PmNPt .image-block {
    width: 100% !important;
  }
}
.cid-tsF49PMsRL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsF49PMsRL .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsF49PMsRL .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsF49PMsRL .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsF49PMsRL H1 {
  color: #232323;
}
.cid-tsF49PMsRL .mbr-text,
.cid-tsF49PMsRL .mbr-section-btn {
  color: #465052;
}
.cid-tsF49QbAtq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsJl5hiieO {
  background: #ffffff;
}
.cid-tsJl5hiieO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsJl5hiieO .mbr-figure {
  margin: 0 auto;
}
.cid-tsJl5hiieO figcaption {
  position: relative;
}
.cid-tsJl5hiieO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsJl5hiieO .image-block {
    width: 100% !important;
  }
}
.cid-tsJl5hurmu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsJl5hurmu .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsJl5hurmu .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsJl5hurmu .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsJl5hurmu H1 {
  color: #232323;
}
.cid-tsJl5hurmu .mbr-text,
.cid-tsJl5hurmu .mbr-section-btn {
  color: #465052;
}
.cid-tsJl5hNhO9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsJl5hNhO9 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsJl5hNhO9 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsJl5hNhO9 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsJl5hNhO9 .mbr-text,
.cid-tsJl5hNhO9 .mbr-section-btn {
  color: #232323;
}
.cid-tsJl5i5yUP {
  padding-top: 15px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsJl5i5yUP .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsJl5i5yUP .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsJl5i5yUP .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsJl5i5yUP .mbr-text,
.cid-tsJl5i5yUP .mbr-section-btn {
  color: #232323;
}
.cid-tsJl5iq1Gz {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsJl5iq1Gz .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsJl5iq1Gz .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsJl5iq1Gz .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsJl5iq1Gz .mbr-text,
.cid-tsJl5iq1Gz .mbr-section-btn {
  color: #232323;
}
.cid-tsJl5iMTyr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsJncTbmkg {
  background: #ffffff;
}
.cid-tsJncTbmkg .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsJncTbmkg .mbr-figure {
  margin: 0 auto;
}
.cid-tsJncTbmkg figcaption {
  position: relative;
}
.cid-tsJncTbmkg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsJncTbmkg .image-block {
    width: 100% !important;
  }
}
.cid-tsJncTNa7I {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsJncTNa7I .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsJncTNa7I .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsJncTNa7I .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsJncTNa7I H1 {
  color: #232323;
}
.cid-tsJncTNa7I .mbr-text,
.cid-tsJncTNa7I .mbr-section-btn {
  color: #465052;
}
.cid-tsJncUlhVn {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsJncUlhVn .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsJncUlhVn .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsJncUlhVn .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsJncUlhVn .mbr-text,
.cid-tsJncUlhVn .mbr-section-btn {
  color: #232323;
}
.cid-tsJncVTizJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsJtKAX1zu {
  background: #ffffff;
}
.cid-tsJtKAX1zu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsJtKAX1zu .mbr-figure {
  margin: 0 auto;
}
.cid-tsJtKAX1zu figcaption {
  position: relative;
}
.cid-tsJtKAX1zu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsJtKAX1zu .image-block {
    width: 100% !important;
  }
}
.cid-tsJtKBrATy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsJtKBrATy .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsJtKBrATy .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsJtKBrATy .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsJtKBrATy H1 {
  color: #232323;
}
.cid-tsJtKBrATy .mbr-text,
.cid-tsJtKBrATy .mbr-section-btn {
  color: #465052;
}
.cid-tsJtKBSKLG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsJtKBSKLG .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsJtKBSKLG .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsJtKBSKLG .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsJtKBSKLG .mbr-text,
.cid-tsJtKBSKLG .mbr-section-btn {
  color: #232323;
}
.cid-tsJtKCodgw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsJzL4Z7fS {
  background: #ffffff;
}
.cid-tsJzL4Z7fS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsJzL4Z7fS .mbr-figure {
  margin: 0 auto;
}
.cid-tsJzL4Z7fS figcaption {
  position: relative;
}
.cid-tsJzL4Z7fS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsJzL4Z7fS .image-block {
    width: 100% !important;
  }
}
.cid-tsJzL5EZRK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsJzL5EZRK .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsJzL5EZRK .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsJzL5EZRK .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsJzL5EZRK H1 {
  color: #232323;
}
.cid-tsJzL5EZRK .mbr-text,
.cid-tsJzL5EZRK .mbr-section-btn {
  color: #465052;
}
.cid-tsJzL6fsUK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsJzL6fsUK .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsJzL6fsUK .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsJzL6fsUK .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsJzL6fsUK .mbr-text,
.cid-tsJzL6fsUK .mbr-section-btn {
  color: #232323;
}
.cid-tsJzL7gHtx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsKJ2Cwa8r {
  background: #ffffff;
}
.cid-tsKJ2Cwa8r .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsKJ2Cwa8r .mbr-figure {
  margin: 0 auto;
}
.cid-tsKJ2Cwa8r figcaption {
  position: relative;
}
.cid-tsKJ2Cwa8r figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsKJ2Cwa8r .image-block {
    width: 100% !important;
  }
}
.cid-tsKJ2CRuPw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsKJ2CRuPw .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsKJ2CRuPw .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsKJ2CRuPw .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsKJ2CRuPw H1 {
  color: #232323;
}
.cid-tsKJ2CRuPw .mbr-text,
.cid-tsKJ2CRuPw .mbr-section-btn {
  color: #465052;
}
.cid-tsKJ2DdXbm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsKPHE9JWG {
  background: #ffffff;
}
.cid-tsKPHE9JWG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsKPHE9JWG .mbr-figure {
  margin: 0 auto;
}
.cid-tsKPHE9JWG figcaption {
  position: relative;
}
.cid-tsKPHE9JWG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsKPHE9JWG .image-block {
    width: 100% !important;
  }
}
.cid-tsKPHEKQDv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsKPHEKQDv .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsKPHEKQDv .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsKPHEKQDv .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsKPHEKQDv H1 {
  color: #232323;
}
.cid-tsKPHEKQDv .mbr-text,
.cid-tsKPHEKQDv .mbr-section-btn {
  color: #465052;
}
.cid-tsKPHFqxAk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsKPHFqxAk .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsKPHFqxAk .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsKPHFqxAk .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsKPHFqxAk .mbr-text,
.cid-tsKPHFqxAk .mbr-section-btn {
  color: #232323;
}
.cid-tzCL1rYpab {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tzCL1rYpab .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tzCL1rYpab .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tzCL1rYpab .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tzCL1rYpab .mbr-text,
.cid-tzCL1rYpab .mbr-section-btn {
  color: #232323;
}
.cid-tsKPHG2NKA {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsKPHG2NKA .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsKPHG2NKA .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsKPHG2NKA .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsKPHG2NKA .mbr-text,
.cid-tsKPHG2NKA .mbr-section-btn {
  color: #232323;
}
.cid-tsKPHGs81Y {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsKPHGs81Y .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsKPHGs81Y .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsKPHGs81Y .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsKPHGs81Y .mbr-text,
.cid-tsKPHGs81Y .mbr-section-btn {
  color: #232323;
}
.cid-tsKPHH0oHg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsL4qrk9Pz {
  background: #ffffff;
}
.cid-tsL4qrk9Pz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsL4qrk9Pz .mbr-figure {
  margin: 0 auto;
}
.cid-tsL4qrk9Pz figcaption {
  position: relative;
}
.cid-tsL4qrk9Pz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsL4qrk9Pz .image-block {
    width: 100% !important;
  }
}
.cid-tsL4qrD88X {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsL4qrD88X .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsL4qrD88X .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsL4qrD88X .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsL4qrD88X H1 {
  color: #232323;
}
.cid-tsL4qrD88X .mbr-text,
.cid-tsL4qrD88X .mbr-section-btn {
  color: #465052;
}
.cid-tsL4qs9DnG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsL6x1kPXI {
  background: #ffffff;
}
.cid-tsL6x1kPXI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsL6x1kPXI .mbr-figure {
  margin: 0 auto;
}
.cid-tsL6x1kPXI figcaption {
  position: relative;
}
.cid-tsL6x1kPXI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsL6x1kPXI .image-block {
    width: 100% !important;
  }
}
.cid-tsL6x1PxVR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsL6x1PxVR .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsL6x1PxVR .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsL6x1PxVR .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsL6x1PxVR H1 {
  color: #232323;
}
.cid-tsL6x1PxVR .mbr-text,
.cid-tsL6x1PxVR .mbr-section-btn {
  color: #465052;
}
.cid-tsL6x2k3Ub {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsL90EwFtv {
  background: #ffffff;
}
.cid-tsL90EwFtv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsL90EwFtv .mbr-figure {
  margin: 0 auto;
}
.cid-tsL90EwFtv figcaption {
  position: relative;
}
.cid-tsL90EwFtv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsL90EwFtv .image-block {
    width: 100% !important;
  }
}
.cid-tsL90FATLJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsL90FATLJ .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsL90FATLJ .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsL90FATLJ .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsL90FATLJ H1 {
  color: #232323;
}
.cid-tsL90FATLJ .mbr-text,
.cid-tsL90FATLJ .mbr-section-btn {
  color: #465052;
}
.cid-tsL90GyrPP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tsPmziMine {
  background: #ffffff;
}
.cid-tsPmziMine .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tsPmziMine .mbr-figure {
  margin: 0 auto;
}
.cid-tsPmziMine figcaption {
  position: relative;
}
.cid-tsPmziMine figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsPmziMine .image-block {
    width: 100% !important;
  }
}
.cid-tsPmzjk6dE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tsPmzjk6dE .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tsPmzjk6dE .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsPmzjk6dE .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tsPmzjk6dE H1 {
  color: #232323;
}
.cid-tsPmzjk6dE .mbr-text,
.cid-tsPmzjk6dE .mbr-section-btn {
  color: #465052;
}
.cid-tsPmzjL23f {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-ttcp9oZggd {
  background: #ffffff;
}
.cid-ttcp9oZggd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttcp9oZggd .mbr-figure {
  margin: 0 auto;
}
.cid-ttcp9oZggd figcaption {
  position: relative;
}
.cid-ttcp9oZggd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttcp9oZggd .image-block {
    width: 100% !important;
  }
}
.cid-ttcp9pigc6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-ttcp9pigc6 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ttcp9pigc6 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ttcp9pigc6 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ttcp9pigc6 H1 {
  color: #232323;
}
.cid-ttcp9pigc6 .mbr-text,
.cid-ttcp9pigc6 .mbr-section-btn {
  color: #465052;
}
.cid-ttcp9pKxtZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-ttcNXSsO0C {
  background: #ffffff;
}
.cid-ttcNXSsO0C .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttcNXSsO0C .mbr-figure {
  margin: 0 auto;
}
.cid-ttcNXSsO0C figcaption {
  position: relative;
}
.cid-ttcNXSsO0C figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttcNXSsO0C .image-block {
    width: 100% !important;
  }
}
.cid-ttcNXSPkt4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-ttcNXSPkt4 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ttcNXSPkt4 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ttcNXSPkt4 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ttcNXSPkt4 H1 {
  color: #232323;
}
.cid-ttcNXSPkt4 .mbr-text,
.cid-ttcNXSPkt4 .mbr-section-btn {
  color: #465052;
}
.cid-ttcNXTgQWM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-ttcNXTgQWM .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ttcNXTgQWM .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ttcNXTgQWM .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ttcNXTgQWM .mbr-text,
.cid-ttcNXTgQWM .mbr-section-btn {
  color: #232323;
}
.cid-ttcNXTMldp {
  padding-top: 15px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-ttcNXTMldp .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ttcNXTMldp .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ttcNXTMldp .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ttcNXTMldp .mbr-text,
.cid-ttcNXTMldp .mbr-section-btn {
  color: #232323;
}
.cid-ttcNXUE7jb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-ttcSGqQrr5 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-ttcSGqQrr5 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ttcSGqQrr5 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ttcSGqQrr5 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ttcSGqQrr5 H1 {
  color: #465052;
}
.cid-ttcSGqQrr5 .mbr-text,
.cid-ttcSGqQrr5 .mbr-section-btn {
  color: #232323;
}
.cid-ttcSGrEBTS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-ttio6mgM27 {
  background: #ffffff;
}
.cid-ttio6mgM27 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttio6mgM27 .mbr-figure {
  margin: 0 auto;
}
.cid-ttio6mgM27 figcaption {
  position: relative;
}
.cid-ttio6mgM27 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttio6mgM27 .image-block {
    width: 100% !important;
  }
}
.cid-ttio6mBkWc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-ttio6mBkWc .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ttio6mBkWc .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ttio6mBkWc .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ttio6mBkWc H1 {
  color: #232323;
}
.cid-ttio6mBkWc .mbr-text,
.cid-ttio6mBkWc .mbr-section-btn {
  color: #465052;
}
.cid-tzClsAMSMh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tzClsAMSMh .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tzClsAMSMh .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tzClsAMSMh .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ttio6mZU72 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-ttisGf7laG {
  background: #ffffff;
}
.cid-ttisGf7laG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttisGf7laG .mbr-figure {
  margin: 0 auto;
}
.cid-ttisGf7laG figcaption {
  position: relative;
}
.cid-ttisGf7laG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttisGf7laG .image-block {
    width: 100% !important;
  }
}
.cid-ttisGfuDYe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-ttisGfuDYe .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ttisGfuDYe .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ttisGfuDYe .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ttisGfuDYe H1 {
  color: #232323;
}
.cid-ttisGfuDYe .mbr-text,
.cid-ttisGfuDYe .mbr-section-btn {
  color: #465052;
}
.cid-ttiujvulUS {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-ttiujvulUS .item {
  padding-bottom: 2rem;
}
.cid-ttiujvulUS .item-wrapper {
  height: 100%;
}
.cid-ttiujvulUS .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ttiujvulUS .carousel-control,
.cid-ttiujvulUS .close {
  background: #1b1b1b;
}
.cid-ttiujvulUS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ttiujvulUS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ttiujvulUS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-ttiujvulUS .close::before {
  content: '\e91a';
}
.cid-ttiujvulUS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ttiujvulUS .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-ttiujvulUS .carousel-inner > .active {
  display: block;
}
.cid-ttiujvulUS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttiujvulUS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttiujvulUS .carousel-control .icon-next,
.cid-ttiujvulUS .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ttiujvulUS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ttiujvulUS .carousel-control,
  .cid-ttiujvulUS .carousel-indicators,
  .cid-ttiujvulUS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ttiujvulUS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ttiujvulUS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ttiujvulUS .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-ttiujvulUS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ttiujvulUS .carousel-indicators {
    display: none;
  }
}
.cid-ttiujvulUS .carousel-indicators .active,
.cid-ttiujvulUS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-ttiujvulUS .carousel-indicators .active {
  background: #fff;
}
.cid-ttiujvulUS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ttiujvulUS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ttiujvulUS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ttiujvulUS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ttiujvulUS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ttiujvulUS .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-ttiujvulUS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ttiujvulUS .carousel {
  width: 100%;
}
.cid-ttiujvulUS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ttiujvulUS .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-ttiujvulUS .modal.fade .modal-dialog,
.cid-ttiujvulUS .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-ttiujvulUS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ttiujvulUS a {
  display: block;
}
.cid-ttiujvulUS a.img {
  pointer-events: none;
}
.cid-ttisGfSBKu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-ttisGfSBKu .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ttisGfSBKu .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ttisGfSBKu .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ttisGfSBKu .mbr-text,
.cid-ttisGfSBKu .mbr-section-btn {
  color: #232323;
}
.cid-ttisGgov5f {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-ttisGgov5f .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ttisGgov5f .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ttisGgov5f .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ttisGgov5f .mbr-text,
.cid-ttisGgov5f .mbr-section-btn {
  color: #232323;
}
.cid-ttisGh8zlC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-ttuQWQicBm {
  background: #ffffff;
}
.cid-ttuQWQicBm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttuQWQicBm .mbr-figure {
  margin: 0 auto;
}
.cid-ttuQWQicBm figcaption {
  position: relative;
}
.cid-ttuQWQicBm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttuQWQicBm .image-block {
    width: 100% !important;
  }
}
.cid-ttuQWQvjHC {
  padding-top: 15px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-ttuQWQvjHC .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ttuQWQvjHC .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ttuQWQvjHC .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ttuQWQvjHC H1 {
  color: #232323;
}
.cid-ttuQWQvjHC .mbr-text,
.cid-ttuQWQvjHC .mbr-section-btn {
  color: #465052;
}
.cid-ttv0BRTl6m {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-ttv0BRTl6m .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ttv0BRTl6m .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ttv0BRTl6m .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ttv0BRTl6m .mbr-text,
.cid-ttv0BRTl6m .mbr-section-btn {
  color: #465052;
}
.cid-ttv0D12u28 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-ttv0D12u28 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ttv0D12u28 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ttv0D12u28 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ttv0D12u28 .mbr-text,
.cid-ttv0D12u28 .mbr-section-btn {
  color: #465052;
}
.cid-ttuQWQRrEK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tuxWo3igh0 {
  background: #ffffff;
}
.cid-tuxWo3igh0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tuxWo3igh0 .mbr-figure {
  margin: 0 auto;
}
.cid-tuxWo3igh0 figcaption {
  position: relative;
}
.cid-tuxWo3igh0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuxWo3igh0 .image-block {
    width: 100% !important;
  }
}
.cid-tuxWo3FinT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tuxWo3FinT .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tuxWo3FinT .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tuxWo3FinT .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tuxWo3FinT H1 {
  color: #232323;
}
.cid-tuxWo3FinT .mbr-text,
.cid-tuxWo3FinT .mbr-section-btn {
  color: #465052;
}
.cid-tuxWo44CHY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tuCjEtcmct {
  background: #ffffff;
}
.cid-tuCjEtcmct .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tuCjEtcmct .mbr-figure {
  margin: 0 auto;
}
.cid-tuCjEtcmct figcaption {
  position: relative;
}
.cid-tuCjEtcmct figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuCjEtcmct .image-block {
    width: 100% !important;
  }
}
.cid-tuCjEtD2P2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tuCjEtD2P2 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tuCjEtD2P2 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tuCjEtD2P2 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tuCjEtD2P2 H1 {
  color: #232323;
}
.cid-tuCjEtD2P2 .mbr-text,
.cid-tuCjEtD2P2 .mbr-section-btn {
  color: #465052;
}
.cid-tuCjEu0q5p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tuDEDRa7W0 {
  background: #ffffff;
}
.cid-tuDEDRa7W0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tuDEDRa7W0 .mbr-figure {
  margin: 0 auto;
}
.cid-tuDEDRa7W0 figcaption {
  position: relative;
}
.cid-tuDEDRa7W0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuDEDRa7W0 .image-block {
    width: 100% !important;
  }
}
.cid-tuDEDRxZtk {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tuDEDRxZtk .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tuDEDRxZtk .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tuDEDRxZtk .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tuDEDRxZtk H1 {
  color: #232323;
}
.cid-tuDEDRxZtk .mbr-text,
.cid-tuDEDRxZtk .mbr-section-btn {
  color: #465052;
}
.cid-tuDEDS2P2M {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tuDEDS2P2M .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tuDEDS2P2M .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tuDEDS2P2M .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tuDEDS2P2M .mbr-text,
.cid-tuDEDS2P2M .mbr-section-btn {
  color: #232323;
}
.cid-tuDEDS2P2M H1 {
  color: #232323;
}
.cid-tuDEDSCo3s {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tuDEDSCo3s .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tuDEDSCo3s .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tuDEDSCo3s .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tuDEDSCo3s .mbr-text,
.cid-tuDEDSCo3s .mbr-section-btn {
  color: #232323;
}
.cid-tuDGwn3aY0 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tuDGwn3aY0 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tuDGwn3aY0 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tuDGwn3aY0 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tuDGwn3aY0 .mbr-text,
.cid-tuDGwn3aY0 .mbr-section-btn {
  color: #465052;
}
.cid-tuDGzCUvvQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-tuDGzCUvvQ .mbr-section-subtitle {
  color: #767676;
}
.cid-tuDEDT1tPB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tzCklrWQRE {
  background: #ffffff;
}
.cid-tzCklrWQRE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tzCklrWQRE .mbr-figure {
  margin: 0 auto;
}
.cid-tzCklrWQRE figcaption {
  position: relative;
}
.cid-tzCklrWQRE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tzCklrWQRE .image-block {
    width: 100% !important;
  }
}
.cid-tzCklsvJpj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tzCklsvJpj .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tzCklsvJpj .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tzCklsvJpj .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tzCklsvJpj H1 {
  color: #232323;
}
.cid-tzCklsvJpj .mbr-text,
.cid-tzCklsvJpj .mbr-section-btn {
  color: #465052;
}
.cid-tzCkltdK3W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tzCm46fCeN {
  background: #ffffff;
}
.cid-tzCm46fCeN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tzCm46fCeN .mbr-figure {
  margin: 0 auto;
}
.cid-tzCm46fCeN figcaption {
  position: relative;
}
.cid-tzCm46fCeN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tzCm46fCeN .image-block {
    width: 100% !important;
  }
}
.cid-tzCm47dJvK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tzCm47dJvK .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tzCm47dJvK .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tzCm47dJvK .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tzCm47dJvK H1 {
  color: #232323;
}
.cid-tzCm47dJvK .mbr-text,
.cid-tzCm47dJvK .mbr-section-btn {
  color: #232323;
}
.cid-tzCm486PmL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tzCm486PmL .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tzCm486PmL .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tzCm486PmL .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tzCm486PmL H3 {
  color: #232323;
}
.cid-tzCnLrIqef {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tzCnLrIqef .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tzCnLrIqef .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tzCnLrIqef .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tzCm48Z9IJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tzCoSPqG8Y {
  background: #ffffff;
}
.cid-tzCoSPqG8Y .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tzCoSPqG8Y .mbr-figure {
  margin: 0 auto;
}
.cid-tzCoSPqG8Y figcaption {
  position: relative;
}
.cid-tzCoSPqG8Y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tzCoSPqG8Y .image-block {
    width: 100% !important;
  }
}
.cid-tzCoSQouuU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tzCoSQouuU .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tzCoSQouuU .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tzCoSQouuU .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tzCoSQouuU H1 {
  color: #232323;
}
.cid-tzCoSQouuU .mbr-text,
.cid-tzCoSQouuU .mbr-section-btn {
  color: #232323;
}
.cid-tzCoST6tq7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tzCtDUfn04 {
  background: #ffffff;
}
.cid-tzCtDUfn04 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tzCtDUfn04 .mbr-figure {
  margin: 0 auto;
}
.cid-tzCtDUfn04 figcaption {
  position: relative;
}
.cid-tzCtDUfn04 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tzCtDUfn04 .image-block {
    width: 100% !important;
  }
}
.cid-tzCtDUMc02 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tzCtDUMc02 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tzCtDUMc02 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tzCtDUMc02 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tzCtDUMc02 H1 {
  color: #232323;
}
.cid-tzCtDUMc02 .mbr-text,
.cid-tzCtDUMc02 .mbr-section-btn {
  color: #232323;
}
.cid-tzCtDVAye5 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tzCtDVAye5 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tzCtDVAye5 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tzCtDVAye5 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tzCtDVAye5 H3 {
  color: #232323;
}
.cid-tzCtDX09Ha {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tzCEnnFErb {
  background: #ffffff;
}
.cid-tzCEnnFErb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tzCEnnFErb .mbr-figure {
  margin: 0 auto;
}
.cid-tzCEnnFErb figcaption {
  position: relative;
}
.cid-tzCEnnFErb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tzCEnnFErb .image-block {
    width: 100% !important;
  }
}
.cid-tzCEnoRguj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tzCEnoRguj .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tzCEnoRguj .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tzCEnoRguj .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tzCEnoRguj H1 {
  color: #232323;
}
.cid-tzCEnoRguj .mbr-text,
.cid-tzCEnoRguj .mbr-section-btn {
  color: #465052;
}
.cid-tzCEnpI5QE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tzCQBlEdtp {
  background: #ffffff;
}
.cid-tzCQBlEdtp .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tzCQBlEdtp .mbr-figure {
  margin: 0 auto;
}
.cid-tzCQBlEdtp figcaption {
  position: relative;
}
.cid-tzCQBlEdtp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tzCQBlEdtp .image-block {
    width: 100% !important;
  }
}
.cid-tzCQBmnl6F {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tzCQBmnl6F .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tzCQBmnl6F .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tzCQBmnl6F .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tzCQBmnl6F H1 {
  color: #232323;
}
.cid-tzCQBmnl6F .mbr-text,
.cid-tzCQBmnl6F .mbr-section-btn {
  color: #465052;
}
.cid-tzCQBn1fYa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tL1WGNTta8 {
  background: #ffffff;
}
.cid-tL1WGNTta8 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tL1WGNTta8 .mbr-figure {
  margin: 0 auto;
}
.cid-tL1WGNTta8 figcaption {
  position: relative;
}
.cid-tL1WGNTta8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tL1WGNTta8 .image-block {
    width: 100% !important;
  }
}
.cid-tL1WGO6hto {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tL1WGO6hto .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tL1WGO6hto .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tL1WGO6hto .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tL1WGO6hto H1 {
  color: #232323;
}
.cid-tL1WGO6hto .mbr-text,
.cid-tL1WGO6hto .mbr-section-btn {
  color: #465052;
}
.cid-tL1WGOpkJH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tL1WGOpkJH .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tL1WGOpkJH .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tL1WGOpkJH .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tL1WGOpkJH .mbr-text,
.cid-tL1WGOpkJH .mbr-section-btn {
  color: #232323;
}
.cid-tL45UIJLF3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-tL45UIJLF3 .line {
  background-color: #cccccc;
  color: #cccccc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tL45UIJLF3 .section-text {
  padding: 2rem 0;
}
.cid-tL45UIJLF3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tL45UIJLF3 .inner-container {
    width: 100% !important;
  }
}
.cid-tL45CNf1PV {
  background: #c1c1c1;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tL45CNf1PV .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tL45CNf1PV .video-block {
    width: 100% !important;
  }
}
.cid-tL1WGOBYX7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tL1ugsfeSL {
  background: #ffffff;
}
.cid-tL1ugsfeSL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tL1ugsfeSL .mbr-figure {
  margin: 0 auto;
}
.cid-tL1ugsfeSL figcaption {
  position: relative;
}
.cid-tL1ugsfeSL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tL1ugsfeSL .image-block {
    width: 100% !important;
  }
}
.cid-udE2aUSTLx {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-udE2aUSTLx P {
  color: #767676;
}
.cid-udBxVP02ZO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-udBxVP02ZO .card-box {
  padding: 0 2rem;
}
.cid-udBxVP02ZO .mbr-section-btn {
  padding-top: 1rem;
}
.cid-udBxVP02ZO .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-udBxVP02ZO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-udBxVP02ZO p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-udBxVP02ZO .mbr-text {
  color: #767676;
}
.cid-udBxVP02ZO .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-udBxVP02ZO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-udBM1IJ3tc {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-udBM1IJ3tc .card-box {
  padding: 0 2rem;
}
.cid-udBM1IJ3tc .mbr-section-btn {
  padding-top: 1rem;
}
.cid-udBM1IJ3tc .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-udBM1IJ3tc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-udBM1IJ3tc p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-udBM1IJ3tc .mbr-text {
  color: #767676;
}
.cid-udBM1IJ3tc .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-udBM1IJ3tc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-udGNKrPnLy {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-udGNKrPnLy .card-box {
  padding: 0 2rem;
}
.cid-udGNKrPnLy .mbr-section-btn {
  padding-top: 1rem;
}
.cid-udGNKrPnLy .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-udGNKrPnLy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-udGNKrPnLy p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-udGNKrPnLy .mbr-text {
  color: #767676;
}
.cid-udGNKrPnLy .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-udGNKrPnLy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-udGNMvo6z8 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-udGNMvo6z8 .card-box {
  padding: 0 2rem;
}
.cid-udGNMvo6z8 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-udGNMvo6z8 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-udGNMvo6z8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-udGNMvo6z8 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-udGNMvo6z8 .mbr-text {
  color: #767676;
}
.cid-udGNMvo6z8 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-udGNMvo6z8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tL1ugsR7mB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-tX1jHyw9zv {
  background: #ffffff;
}
.cid-tX1jHyw9zv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tX1jHyw9zv .mbr-figure {
  margin: 0 auto;
}
.cid-tX1jHyw9zv figcaption {
  position: relative;
}
.cid-tX1jHyw9zv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tX1jHyw9zv .image-block {
    width: 100% !important;
  }
}
.cid-tX1jHyHV2s {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tX1jHyHV2s .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tX1jHyHV2s .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tX1jHyHV2s .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tX1jHyHV2s H1 {
  color: #232323;
}
.cid-tX1jHyHV2s .mbr-text,
.cid-tX1jHyHV2s .mbr-section-btn {
  color: #465052;
}
.cid-tX1nJaLDK0 {
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-tX1nJaLDK0 H1 {
  color: #232323;
}
.cid-tX1nJaLDK0 .mbr-text,
.cid-tX1nJaLDK0 .mbr-section-btn {
  color: #465052;
}
.cid-tX1jHyY0ID {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-u90Wro4Z9s {
  background: #ffffff;
}
.cid-u90Wro4Z9s .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u90Wro4Z9s .mbr-figure {
  margin: 0 auto;
}
.cid-u90Wro4Z9s figcaption {
  position: relative;
}
.cid-u90Wro4Z9s figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u90Wro4Z9s .image-block {
    width: 100% !important;
  }
}
.cid-u90YxCIbu2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-u90YxCIbu2 .title {
  margin-bottom: 2rem;
}
.cid-u90YxCIbu2 .mbr-section-subtitle {
  color: #767676;
}
.cid-u90YxCIbu2 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-u90YxCIbu2 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-u90YxCIbu2 textarea.form-control {
  min-height: 188px;
}
.cid-u90WrorjAD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-udB2HSsAHe {
  background: #ffffff;
}
.cid-udB2HSsAHe .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-udB2HSsAHe .mbr-figure {
  margin: 0 auto;
}
.cid-udB2HSsAHe figcaption {
  position: relative;
}
.cid-udB2HSsAHe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-udB2HSsAHe .image-block {
    width: 100% !important;
  }
}
.cid-udB2HSEebc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-udB2HSEebc .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-udB2HSEebc .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-udB2HSEebc .mbr-figure img {
    width: 100% !important;
  }
}
.cid-udB2HSEebc H1 {
  color: #232323;
}
.cid-udB2HSEebc .mbr-text,
.cid-udB2HSEebc .mbr-section-btn {
  color: #465052;
}
.cid-udB2HSTHAh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-udDOFJlZ50 {
  background: #ffffff;
}
.cid-udDOFJlZ50 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-udDOFJlZ50 .mbr-figure {
  margin: 0 auto;
}
.cid-udDOFJlZ50 figcaption {
  position: relative;
}
.cid-udDOFJlZ50 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-udDOFJlZ50 .image-block {
    width: 100% !important;
  }
}
.cid-udDOFJwj8i {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-udDOFJwj8i .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-udDOFJwj8i .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-udDOFJwj8i .mbr-figure img {
    width: 100% !important;
  }
}
.cid-udDOFJwj8i H1 {
  color: #232323;
}
.cid-udDOFJwj8i .mbr-text,
.cid-udDOFJwj8i .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-udDOFJVw5O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-udDRrFapn1 {
  background: #ffffff;
}
.cid-udDRrFapn1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-udDRrFapn1 .mbr-figure {
  margin: 0 auto;
}
.cid-udDRrFapn1 figcaption {
  position: relative;
}
.cid-udDRrFapn1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-udDRrFapn1 .image-block {
    width: 100% !important;
  }
}
.cid-udDRrFmM6r {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-udDRrFmM6r .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-udDRrFmM6r .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-udDRrFmM6r .mbr-figure img {
    width: 100% !important;
  }
}
.cid-udDRrFmM6r H1 {
  color: #232323;
}
.cid-udDRrFmM6r .mbr-text,
.cid-udDRrFmM6r .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-udDRrFIXCW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-udDWCGwTh3 {
  background: #ffffff;
}
.cid-udDWCGwTh3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-udDWCGwTh3 .mbr-figure {
  margin: 0 auto;
}
.cid-udDWCGwTh3 figcaption {
  position: relative;
}
.cid-udDWCGwTh3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-udDWCGwTh3 .image-block {
    width: 100% !important;
  }
}
.cid-udDWCGMGke {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-udDWCGMGke .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-udDWCGMGke .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-udDWCGMGke .mbr-figure img {
    width: 100% !important;
  }
}
.cid-udDWCGMGke H1 {
  color: #232323;
}
.cid-udDWCGMGke .mbr-text,
.cid-udDWCGMGke .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-udDWCHh014 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-udDZz1LhZT {
  background: #ffffff;
}
.cid-udDZz1LhZT .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-udDZz1LhZT .mbr-figure {
  margin: 0 auto;
}
.cid-udDZz1LhZT figcaption {
  position: relative;
}
.cid-udDZz1LhZT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-udDZz1LhZT .image-block {
    width: 100% !important;
  }
}
.cid-udDZz1ZE7f {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-udDZz1ZE7f .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-udDZz1ZE7f .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-udDZz1ZE7f .mbr-figure img {
    width: 100% !important;
  }
}
.cid-udDZz1ZE7f H1 {
  color: #232323;
}
.cid-udDZz1ZE7f .mbr-text,
.cid-udDZz1ZE7f .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-udDZz2ufsv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-udHxiriFrs {
  background: #ffffff;
}
.cid-udHxiriFrs .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-udHxiriFrs .mbr-figure {
  margin: 0 auto;
}
.cid-udHxiriFrs figcaption {
  position: relative;
}
.cid-udHxiriFrs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-udHxiriFrs .image-block {
    width: 100% !important;
  }
}
.cid-udHxirFQMA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-udHxirFQMA .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-udHxirFQMA .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-udHxirFQMA .mbr-figure img {
    width: 100% !important;
  }
}
.cid-udHxirFQMA H1 {
  color: #232323;
}
.cid-udHxirFQMA .mbr-text,
.cid-udHxirFQMA .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-udHxis7wlH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-udHAG4tWYN {
  background: #ffffff;
}
.cid-udHAG4tWYN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-udHAG4tWYN .mbr-figure {
  margin: 0 auto;
}
.cid-udHAG4tWYN figcaption {
  position: relative;
}
.cid-udHAG4tWYN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-udHAG4tWYN .image-block {
    width: 100% !important;
  }
}
.cid-udHAG4JhGY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-udHAG4JhGY .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-udHAG4JhGY .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-udHAG4JhGY .mbr-figure img {
    width: 100% !important;
  }
}
.cid-udHAG4JhGY H1 {
  color: #232323;
}
.cid-udHAG4JhGY .mbr-text,
.cid-udHAG4JhGY .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-udHAG59fTb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-udHDQNgi18 {
  background: #ffffff;
}
.cid-udHDQNgi18 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-udHDQNgi18 .mbr-figure {
  margin: 0 auto;
}
.cid-udHDQNgi18 figcaption {
  position: relative;
}
.cid-udHDQNgi18 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-udHDQNgi18 .image-block {
    width: 100% !important;
  }
}
.cid-udHDQND1u1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-udHDQND1u1 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-udHDQND1u1 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-udHDQND1u1 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-udHDQND1u1 H1 {
  color: #232323;
}
.cid-udHDQND1u1 .mbr-text,
.cid-udHDQND1u1 .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-udHDQO6fdu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-udHPlFrL7X {
  background: #ffffff;
}
.cid-udHPlFrL7X .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-udHPlFrL7X .mbr-figure {
  margin: 0 auto;
}
.cid-udHPlFrL7X figcaption {
  position: relative;
}
.cid-udHPlFrL7X figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-udHPlFrL7X .image-block {
    width: 100% !important;
  }
}
.cid-udHPlFEnsq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-udHPlFEnsq .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-udHPlFEnsq .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-udHPlFEnsq .mbr-figure img {
    width: 100% !important;
  }
}
.cid-udHPlFEnsq H1 {
  color: #232323;
}
.cid-udHPlFEnsq .mbr-text,
.cid-udHPlFEnsq .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-udHPlG4QbY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-udJK0vXBI7 {
  background: #ffffff;
}
.cid-udJK0vXBI7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-udJK0vXBI7 .mbr-figure {
  margin: 0 auto;
}
.cid-udJK0vXBI7 figcaption {
  position: relative;
}
.cid-udJK0vXBI7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-udJK0vXBI7 .image-block {
    width: 100% !important;
  }
}
.cid-udJK0wa5ov {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-udJK0wa5ov .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-udJK0wa5ov .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-udJK0wa5ov .mbr-figure img {
    width: 100% !important;
  }
}
.cid-udJK0wa5ov H1 {
  color: #232323;
}
.cid-udJK0wa5ov .mbr-text,
.cid-udJK0wa5ov .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-udJK0wynaP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-ue1z4pGbhE {
  background: #ffffff;
}
.cid-ue1z4pGbhE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ue1z4pGbhE .mbr-figure {
  margin: 0 auto;
}
.cid-ue1z4pGbhE figcaption {
  position: relative;
}
.cid-ue1z4pGbhE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ue1z4pGbhE .image-block {
    width: 100% !important;
  }
}
.cid-ue1z4pUbah {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-ue1z4pUbah .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ue1z4pUbah .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ue1z4pUbah .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ue1z4pUbah H1 {
  color: #232323;
}
.cid-ue1z4pUbah .mbr-text,
.cid-ue1z4pUbah .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-ue1z4qdf84 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-ue1JsH1245 {
  background: #ffffff;
}
.cid-ue1JsH1245 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ue1JsH1245 .mbr-figure {
  margin: 0 auto;
}
.cid-ue1JsH1245 figcaption {
  position: relative;
}
.cid-ue1JsH1245 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ue1JsH1245 .image-block {
    width: 100% !important;
  }
}
.cid-ue6fKEVQoL {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-ue6fKEVQoL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-ue6fKEVQoL p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-ue6fKEVQoL .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-ue6fKEVQoL .mbr-section-btn a {
  margin: 0;
}
.cid-ue6fKEVQoL .mbr-text {
  color: #767676;
}
.cid-ue6fKEVQoL .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ue6fKEVQoL .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-ue6fKEVQoL .card-title {
  text-align: center;
}
.cid-ue6fKEVQoL .mbr-text,
.cid-ue6fKEVQoL .mbr-section-btn {
  text-align: center;
}
.cid-ue1JsHB28O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-ue6hPhp3FB {
  background: #ffffff;
}
.cid-ue6hPhp3FB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ue6hPhp3FB .mbr-figure {
  margin: 0 auto;
}
.cid-ue6hPhp3FB figcaption {
  position: relative;
}
.cid-ue6hPhp3FB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ue6hPhp3FB .image-block {
    width: 100% !important;
  }
}
.cid-ue6jzjdpRz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-ue6jzjdpRz .mbr-section-btn > * {
  margin: 0;
}
.cid-ue6jzjdpRz h4 {
  font-weight: 500;
}
.cid-ue6jzjdpRz p {
  color: #232323;
}
.cid-ue6jzjdpRz .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ue6jzjdpRz .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ue6jzjdpRz .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ue6jzjdpRz .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ue6jzjdpRz .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ue6jzjdpRz .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ue6jzjdpRz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ue6jzjdpRz .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ue6jzjdpRz .card-img span {
    font-size: 40px !important;
  }
}
.cid-ue6jzjdpRz .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-ue6jzjdpRz .text1 {
  color: #828181;
}
.cid-ue6hPitF3U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-udDYB8dszm {
  background: #ffffff;
}
.cid-udDYB8dszm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-udDYB8dszm .mbr-figure {
  margin: 0 auto;
}
.cid-udDYB8dszm figcaption {
  position: relative;
}
.cid-udDYB8dszm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-udDYB8dszm .image-block {
    width: 100% !important;
  }
}
.cid-udDYB8pRvD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/garoto-site-1-1451x1935.png");
}
.cid-udDYB8pRvD .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-udDYB8pRvD .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-udDYB8pRvD .mbr-figure img {
    width: 100% !important;
  }
}
.cid-udDYB8pRvD H1 {
  color: #232323;
}
.cid-udDYB8pRvD .mbr-text,
.cid-udDYB8pRvD .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-udDYB8PtoN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
