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: 'Mukta', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Mukta', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Poppins', 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: 1.1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: #44af14 !important;
}
.bg-success {
  background-color: #0e5d98 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #fffab3 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #44af14 !important;
  border-color: #44af14 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #296a0c !important;
  border-color: #296a0c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #296a0c !important;
  border-color: #296a0c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a13142 !important;
  border-color: #a13142 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #661f2a !important;
  border-color: #661f2a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #661f2a !important;
  border-color: #661f2a !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: #0e5d98 !important;
  border-color: #0e5d98 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #083252 !important;
  border-color: #083252 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #083252 !important;
  border-color: #083252 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fffab3 !important;
  border-color: #fffab3 !important;
  color: #b3a700 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #b3a700 !important;
  background-color: #fff566 !important;
  border-color: #fff566 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #b3a700 !important;
  background-color: #fff566 !important;
  border-color: #fff566 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !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: #20530a;
  color: #20530a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #44af14;
  border-color: #44af14;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #44af14 !important;
  border-color: #44af14 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #531922;
  color: #531922;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #a13142;
  border-color: #a13142;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a13142 !important;
  border-color: #a13142 !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: #05243b;
  color: #05243b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #0e5d98;
  border-color: #0e5d98;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0e5d98 !important;
  border-color: #0e5d98 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #fff34d;
  color: #fff34d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b3a700;
  background-color: #fffab3;
  border-color: #fffab3;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #b3a700 !important;
  background-color: #fffab3 !important;
  border-color: #fffab3 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !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: #44af14 !important;
}
.text-secondary {
  color: #a13142 !important;
}
.text-success {
  color: #0e5d98 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #fffab3 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #20530a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #531922 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #05243b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fff34d !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !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: #fffab3;
}
.alert-danger {
  background-color: #efefef;
}
.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: #44af14;
  border-color: #44af14;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #44af14;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #85ec57;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #39a0ed;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #44af14;
}
/* 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: #44af14;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #44af14;
}
.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: #44af14;
  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: #44af14;
  border-bottom-color: #44af14;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #44af14 !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: #a13142 !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='%2344af14' %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-s6HqKUAjFo .navbar {
  padding: .5rem 0;
  background: #a13142;
  transition: none;
  min-height: 77px;
}
.cid-s6HqKUAjFo .navbar-dropdown.bg-color.transparent.opened {
  background: #a13142;
}
.cid-s6HqKUAjFo a {
  font-style: normal;
}
.cid-s6HqKUAjFo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s6HqKUAjFo .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s6HqKUAjFo .nav-item:focus,
.cid-s6HqKUAjFo .nav-link:focus {
  outline: none;
}
.cid-s6HqKUAjFo .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s6HqKUAjFo .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s6HqKUAjFo .menu-logo {
  margin-right: auto;
}
.cid-s6HqKUAjFo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6HqKUAjFo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s6HqKUAjFo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s6HqKUAjFo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s6HqKUAjFo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s6HqKUAjFo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s6HqKUAjFo .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s6HqKUAjFo .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s6HqKUAjFo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s6HqKUAjFo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6HqKUAjFo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s6HqKUAjFo .dropdown .dropdown-menu {
  background: #a13142;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s6HqKUAjFo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s6HqKUAjFo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s6HqKUAjFo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s6HqKUAjFo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6HqKUAjFo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s6HqKUAjFo .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s6HqKUAjFo .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s6HqKUAjFo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s6HqKUAjFo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s6HqKUAjFo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s6HqKUAjFo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s6HqKUAjFo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s6HqKUAjFo button.navbar-toggler:focus {
  outline: none;
}
.cid-s6HqKUAjFo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s6HqKUAjFo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6HqKUAjFo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6HqKUAjFo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6HqKUAjFo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6HqKUAjFo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6HqKUAjFo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6HqKUAjFo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6HqKUAjFo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6HqKUAjFo .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s6HqKUAjFo .collapsed .btn {
  display: -webkit-flex;
}
.cid-s6HqKUAjFo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s6HqKUAjFo .collapsed .navbar-collapse.collapsing,
.cid-s6HqKUAjFo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s6HqKUAjFo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s6HqKUAjFo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s6HqKUAjFo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s6HqKUAjFo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s6HqKUAjFo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s6HqKUAjFo .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s6HqKUAjFo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s6HqKUAjFo .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s6HqKUAjFo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s6HqKUAjFo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s6HqKUAjFo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-s6HqKUAjFo .collapsed button.navbar-toggler {
  display: block;
}
.cid-s6HqKUAjFo .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s6HqKUAjFo .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s6HqKUAjFo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s6HqKUAjFo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s6HqKUAjFo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s6HqKUAjFo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s6HqKUAjFo .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s6HqKUAjFo img {
    height: 3.8rem !important;
  }
  .cid-s6HqKUAjFo .btn {
    display: -webkit-flex;
  }
  .cid-s6HqKUAjFo button.navbar-toggler {
    display: block;
  }
  .cid-s6HqKUAjFo .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s6HqKUAjFo .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s6HqKUAjFo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s6HqKUAjFo .navbar-collapse.collapsing,
  .cid-s6HqKUAjFo .navbar-collapse.show {
    display: block !important;
  }
  .cid-s6HqKUAjFo .navbar-collapse.collapsing .navbar-nav,
  .cid-s6HqKUAjFo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s6HqKUAjFo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s6HqKUAjFo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s6HqKUAjFo .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s6HqKUAjFo .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6HqKUAjFo .navbar-collapse.collapsing .navbar-buttons,
  .cid-s6HqKUAjFo .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s6HqKUAjFo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s6HqKUAjFo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6HqKUAjFo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s6HqKUAjFo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s6HqKUAjFo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s6HqKUAjFo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s6HqKUAjFo .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s6HqKUAjFo .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s6HqKUAjFo .nav-link:hover,
.cid-s6HqKUAjFo .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-te2uH2IJom {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/preco-de-toldo-tipo-italiano-em-sorocaba-400x300-400x300.png");
}
.cid-te2uH2IJom H1 {
  color: #a13142;
}
.cid-te2uH2IJom .mbr-text,
.cid-te2uH2IJom .mbr-section-btn {
  color: #a13142;
}
.cid-tdFbnOgJJd {
  background-image: url("../../../assets/images/instalacao-toldo-retratil-toldos-cortina-em-sorocaba-800x600.jpg");
}
.cid-tdFbnOgJJd .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tdFbnOgJJd .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tdFbnOgJJd .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tdFbnOgJJd .mbr-text {
    text-align: center;
  }
}
.cid-tdFbnOgJJd H1 {
  text-align: center;
  color: #a13142;
}
.cid-tdFbnOgJJd .mbr-text,
.cid-tdFbnOgJJd .mbr-section-btn {
  text-align: center;
  color: #a13142;
}
.cid-s6Hr6N2NIw {
  background: linear-gradient(45deg, #7f1933, #e26568);
}
.cid-s6Hr6N2NIw .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-s6Hr6N2NIw H3 {
  text-align: center;
}
.cid-s6Hr6N2NIw .mbr-section-title {
  text-align: center;
}
.cid-s6Hr6N2NIw .mbr-text,
.cid-s6Hr6N2NIw .mbr-section-btn {
  text-align: center;
}
.cid-s6Pb28y1Z9 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6Pb28y1Z9 .mbr-text,
.cid-s6Pb28y1Z9 blockquote {
  color: #767676;
}
.cid-s6Pb28y1Z9 .mbr-text {
  text-align: center;
  color: #0e5d98;
}
.cid-s6HrdjIjGo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s6HrdjIjGo .counter-container {
  color: #767676;
}
.cid-s6HrdjIjGo .counter-container ul {
  margin-bottom: 0;
}
.cid-s6HrdjIjGo .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-s6HrdjIjGo .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #a13142;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-s6HrdjIjGo .mbr-text {
  color: #0e5d98;
}
.cid-s6NuhTGtbg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s6NuhTGtbg .card-img {
  background-color: #fff;
}
.cid-s6NuhTGtbg .card-box {
  padding: 2rem;
  background-color: #efefef;
}
.cid-s6NuhTGtbg h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s6NuhTGtbg p {
  text-align: left;
}
.cid-s6NuhTGtbg .mbr-text {
  color: #0e5d98;
  text-align: center;
}
.cid-s6NuhTGtbg .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s6NuhTGtbg .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s6NuhTGtbg .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s6NuhTGtbg .card-title {
  color: #0e5d98;
  text-align: center;
}
.cid-sKZY54PO0F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sKZY54PO0F .mbr-section-subtitle {
  color: #0e5d98;
}
.cid-sjg9xBCvwq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sjg9xBCvwq .image-block {
  margin: auto;
}
.cid-sjg9xBCvwq figcaption {
  position: relative;
}
.cid-sjg9xBCvwq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sjg9xBCvwq .image-block {
    width: 100% !important;
  }
}
.cid-te2lhoIlsz {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/empresa-de-instalacao-de-cobertura-fixa-de-policarbonato-em-sorocaba-1-650x572-650x450.png");
}
.cid-te1E8yt1UD {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-te1E8yt1UD .title {
  margin-bottom: 2rem;
}
.cid-te1E8yt1UD .mbr-section-subtitle {
  color: #225a8d;
}
.cid-te1E8yt1UD a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-te1E8yt1UD a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-te1E8yt1UD textarea.form-control {
  min-height: 188px;
}
.cid-te1E8yt1UD H2 {
  color: #0e5d98;
}
.cid-te1E8yt1UD LABEL {
  color: #225a8d;
}
.cid-tdESYG8xS6 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #a13142;
}
.cid-tdESYG8xS6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tdESYG8xS6 H2 {
  color: #ffffff;
}
.cid-tdESzhIlGl .google-map {
  height: 25rem;
  position: relative;
}
.cid-tdESzhIlGl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tdESzhIlGl .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tdESzhIlGl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tdESzhIlGl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s6HsEscUHt {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/toldos-e-coberturas-policarbonato-alveolar-em-sorocaba-868x579.jpeg");
}
@media (max-width: 767px) {
  .cid-s6HsEscUHt .content {
    text-align: center;
  }
  .cid-s6HsEscUHt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s6HsEscUHt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s6HsEscUHt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s6HsEscUHt .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s6HsEscUHt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s6HsEscUHt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s6HsEscUHt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s6HsEscUHt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s6HsEscUHt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s6HsEscUHt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s6HsEscUHt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s6HsEscUHt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s6HsEscUHt H5 {
  text-align: center;
}
.cid-s6HsEscUHt P {
  text-align: center;
}
.cid-sjgm0407z6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjgm0407z6 .mbr-text,
.cid-sjgm0407z6 blockquote {
  color: #767676;
}
.cid-sjgm0407z6 .mbr-text P {
  text-align: center;
}
.cid-sjgm0407z6 .mbr-text {
  color: #659caf;
}
.cid-s6HrIr176R {
  background: #a13142;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #a13142, #a13142);
}
.cid-s6HrIr176R .image-block {
  margin: auto;
}
.cid-s6HrIr176R figcaption {
  position: relative;
}
.cid-s6HrIr176R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s6HrIr176R .image-block {
    width: 100% !important;
  }
}
.cid-tsQEMAqT8x .navbar {
  padding: .5rem 0;
  background: #a13142;
  transition: none;
  min-height: 77px;
}
.cid-tsQEMAqT8x .navbar-dropdown.bg-color.transparent.opened {
  background: #a13142;
}
.cid-tsQEMAqT8x a {
  font-style: normal;
}
.cid-tsQEMAqT8x .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tsQEMAqT8x .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tsQEMAqT8x .nav-item:focus,
.cid-tsQEMAqT8x .nav-link:focus {
  outline: none;
}
.cid-tsQEMAqT8x .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tsQEMAqT8x .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tsQEMAqT8x .menu-logo {
  margin-right: auto;
}
.cid-tsQEMAqT8x .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsQEMAqT8x .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tsQEMAqT8x .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tsQEMAqT8x .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tsQEMAqT8x .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tsQEMAqT8x .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tsQEMAqT8x .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tsQEMAqT8x .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tsQEMAqT8x .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tsQEMAqT8x .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsQEMAqT8x .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tsQEMAqT8x .dropdown .dropdown-menu {
  background: #a13142;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tsQEMAqT8x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tsQEMAqT8x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsQEMAqT8x .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tsQEMAqT8x .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsQEMAqT8x .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tsQEMAqT8x .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tsQEMAqT8x .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tsQEMAqT8x .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tsQEMAqT8x .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tsQEMAqT8x .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tsQEMAqT8x .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tsQEMAqT8x button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tsQEMAqT8x button.navbar-toggler:focus {
  outline: none;
}
.cid-tsQEMAqT8x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsQEMAqT8x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tsQEMAqT8x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tsQEMAqT8x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tsQEMAqT8x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tsQEMAqT8x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsQEMAqT8x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tsQEMAqT8x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tsQEMAqT8x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsQEMAqT8x .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsQEMAqT8x .collapsed .btn {
  display: -webkit-flex;
}
.cid-tsQEMAqT8x .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tsQEMAqT8x .collapsed .navbar-collapse.collapsing,
.cid-tsQEMAqT8x .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tsQEMAqT8x .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tsQEMAqT8x .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tsQEMAqT8x .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tsQEMAqT8x .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tsQEMAqT8x .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tsQEMAqT8x .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tsQEMAqT8x .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tsQEMAqT8x .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tsQEMAqT8x .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tsQEMAqT8x .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tsQEMAqT8x .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-tsQEMAqT8x .collapsed button.navbar-toggler {
  display: block;
}
.cid-tsQEMAqT8x .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tsQEMAqT8x .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsQEMAqT8x .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tsQEMAqT8x .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tsQEMAqT8x .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tsQEMAqT8x .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tsQEMAqT8x .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsQEMAqT8x img {
    height: 3.8rem !important;
  }
  .cid-tsQEMAqT8x .btn {
    display: -webkit-flex;
  }
  .cid-tsQEMAqT8x button.navbar-toggler {
    display: block;
  }
  .cid-tsQEMAqT8x .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tsQEMAqT8x .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsQEMAqT8x .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tsQEMAqT8x .navbar-collapse.collapsing,
  .cid-tsQEMAqT8x .navbar-collapse.show {
    display: block !important;
  }
  .cid-tsQEMAqT8x .navbar-collapse.collapsing .navbar-nav,
  .cid-tsQEMAqT8x .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tsQEMAqT8x .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tsQEMAqT8x .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tsQEMAqT8x .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tsQEMAqT8x .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsQEMAqT8x .navbar-collapse.collapsing .navbar-buttons,
  .cid-tsQEMAqT8x .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tsQEMAqT8x .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tsQEMAqT8x .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsQEMAqT8x .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tsQEMAqT8x .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tsQEMAqT8x .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tsQEMAqT8x .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tsQEMAqT8x .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tsQEMAqT8x .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tsQEMAqT8x .nav-link:hover,
.cid-tsQEMAqT8x .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tsQEMDDjrl {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/preco-de-toldo-tipo-italiano-em-sorocaba-400x300-400x300.png");
}
.cid-tsQEMDDjrl H1 {
  color: #a13142;
}
.cid-tsQEMDDjrl .mbr-text,
.cid-tsQEMDDjrl .mbr-section-btn {
  color: #a13142;
}
.cid-tsQEMFQcfg {
  background-image: url("../../../assets/images/instalacao-toldo-retratil-toldos-cortina-em-sorocaba-800x600.jpg");
}
.cid-tsQEMFQcfg .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tsQEMFQcfg .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tsQEMFQcfg .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tsQEMFQcfg .mbr-text {
    text-align: center;
  }
}
.cid-tsQEMFQcfg H1 {
  text-align: center;
  color: #a13142;
}
.cid-tsQEMFQcfg .mbr-text,
.cid-tsQEMFQcfg .mbr-section-btn {
  text-align: center;
  color: #a13142;
}
.cid-tsQEMHFZdA {
  background: linear-gradient(45deg, #7f1933, #e26568);
}
.cid-tsQEMHFZdA .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-tsQEMHFZdA H3 {
  text-align: center;
}
.cid-tsQEMHFZdA .mbr-section-title {
  text-align: center;
}
.cid-tsQEMHFZdA .mbr-text,
.cid-tsQEMHFZdA .mbr-section-btn {
  text-align: center;
}
.cid-tsQEMJli01 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsQEMJli01 .mbr-text,
.cid-tsQEMJli01 blockquote {
  color: #767676;
}
.cid-tsQEMJli01 .mbr-text {
  text-align: center;
  color: #0e5d98;
}
.cid-tsQEMLKTCy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsQEMLKTCy .counter-container {
  color: #767676;
}
.cid-tsQEMLKTCy .counter-container ul {
  margin-bottom: 0;
}
.cid-tsQEMLKTCy .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tsQEMLKTCy .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #a13142;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tsQEMLKTCy .mbr-text {
  color: #0e5d98;
}
.cid-tsQEMMYqVy {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tsQEMMYqVy .card-img {
  background-color: #fff;
}
.cid-tsQEMMYqVy .card-box {
  padding: 2rem;
  background-color: #efefef;
}
.cid-tsQEMMYqVy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsQEMMYqVy p {
  text-align: left;
}
.cid-tsQEMMYqVy .mbr-text {
  color: #0e5d98;
  text-align: center;
}
.cid-tsQEMMYqVy .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tsQEMMYqVy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tsQEMMYqVy .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tsQEMMYqVy .card-title {
  color: #0e5d98;
  text-align: center;
}
.cid-tsQEMPWj98 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsQEMPWj98 .mbr-section-subtitle {
  color: #0e5d98;
}
.cid-tsQEMRbxZX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tsQEMRbxZX .image-block {
  margin: auto;
}
.cid-tsQEMRbxZX figcaption {
  position: relative;
}
.cid-tsQEMRbxZX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsQEMRbxZX .image-block {
    width: 100% !important;
  }
}
.cid-tsQEMSBZnY {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/empresa-de-instalacao-de-cobertura-fixa-de-policarbonato-em-sorocaba-1-650x572-650x450.png");
}
.cid-tsQEMUa0Is {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tsQEMUa0Is .title {
  margin-bottom: 2rem;
}
.cid-tsQEMUa0Is .mbr-section-subtitle {
  color: #225a8d;
}
.cid-tsQEMUa0Is a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tsQEMUa0Is a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tsQEMUa0Is textarea.form-control {
  min-height: 188px;
}
.cid-tsQEMUa0Is H2 {
  color: #0e5d98;
}
.cid-tsQEMUa0Is LABEL {
  color: #225a8d;
}
.cid-tsQEMXVRx3 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #a13142;
}
.cid-tsQEMXVRx3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsQEMXVRx3 H2 {
  color: #ffffff;
}
.cid-tsQEMZMHsc .google-map {
  height: 25rem;
  position: relative;
}
.cid-tsQEMZMHsc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tsQEMZMHsc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tsQEMZMHsc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tsQEMZMHsc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tsQEN5C1to {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsQEN5C1to .mbr-text,
.cid-tsQEN5C1to blockquote {
  color: #767676;
}
.cid-tsQEN5C1to .mbr-text P {
  text-align: center;
}
.cid-tsQEN5C1to .mbr-text {
  color: #659caf;
}
.cid-tsQEN3j31X {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/toldos-e-coberturas-policarbonato-alveolar-em-sorocaba-868x579.jpeg");
}
@media (max-width: 767px) {
  .cid-tsQEN3j31X .content {
    text-align: center;
  }
  .cid-tsQEN3j31X .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsQEN3j31X .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tsQEN3j31X .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tsQEN3j31X .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tsQEN3j31X .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tsQEN3j31X .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tsQEN3j31X .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tsQEN3j31X .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tsQEN3j31X .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tsQEN3j31X .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tsQEN3j31X .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsQEN3j31X .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsQEN3j31X H5 {
  text-align: center;
}
.cid-tsQEN3j31X P {
  text-align: center;
}
.cid-tsQEN6Jk70 {
  background: #a13142;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #a13142, #a13142);
}
.cid-tsQEN6Jk70 .image-block {
  margin: auto;
}
.cid-tsQEN6Jk70 figcaption {
  position: relative;
}
.cid-tsQEN6Jk70 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsQEN6Jk70 .image-block {
    width: 100% !important;
  }
}
.cid-tsQEODMXNY .navbar {
  padding: .5rem 0;
  background: #a13142;
  transition: none;
  min-height: 77px;
}
.cid-tsQEODMXNY .navbar-dropdown.bg-color.transparent.opened {
  background: #a13142;
}
.cid-tsQEODMXNY a {
  font-style: normal;
}
.cid-tsQEODMXNY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tsQEODMXNY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tsQEODMXNY .nav-item:focus,
.cid-tsQEODMXNY .nav-link:focus {
  outline: none;
}
.cid-tsQEODMXNY .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tsQEODMXNY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tsQEODMXNY .menu-logo {
  margin-right: auto;
}
.cid-tsQEODMXNY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsQEODMXNY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tsQEODMXNY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tsQEODMXNY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tsQEODMXNY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tsQEODMXNY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tsQEODMXNY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tsQEODMXNY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tsQEODMXNY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tsQEODMXNY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsQEODMXNY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tsQEODMXNY .dropdown .dropdown-menu {
  background: #a13142;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tsQEODMXNY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tsQEODMXNY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsQEODMXNY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tsQEODMXNY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsQEODMXNY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tsQEODMXNY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tsQEODMXNY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tsQEODMXNY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tsQEODMXNY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tsQEODMXNY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tsQEODMXNY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tsQEODMXNY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tsQEODMXNY button.navbar-toggler:focus {
  outline: none;
}
.cid-tsQEODMXNY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsQEODMXNY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tsQEODMXNY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tsQEODMXNY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tsQEODMXNY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tsQEODMXNY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsQEODMXNY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tsQEODMXNY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tsQEODMXNY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsQEODMXNY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsQEODMXNY .collapsed .btn {
  display: -webkit-flex;
}
.cid-tsQEODMXNY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tsQEODMXNY .collapsed .navbar-collapse.collapsing,
.cid-tsQEODMXNY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tsQEODMXNY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tsQEODMXNY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tsQEODMXNY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tsQEODMXNY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tsQEODMXNY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tsQEODMXNY .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tsQEODMXNY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tsQEODMXNY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tsQEODMXNY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tsQEODMXNY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tsQEODMXNY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-tsQEODMXNY .collapsed button.navbar-toggler {
  display: block;
}
.cid-tsQEODMXNY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tsQEODMXNY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsQEODMXNY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tsQEODMXNY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tsQEODMXNY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tsQEODMXNY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tsQEODMXNY .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsQEODMXNY img {
    height: 3.8rem !important;
  }
  .cid-tsQEODMXNY .btn {
    display: -webkit-flex;
  }
  .cid-tsQEODMXNY button.navbar-toggler {
    display: block;
  }
  .cid-tsQEODMXNY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tsQEODMXNY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsQEODMXNY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tsQEODMXNY .navbar-collapse.collapsing,
  .cid-tsQEODMXNY .navbar-collapse.show {
    display: block !important;
  }
  .cid-tsQEODMXNY .navbar-collapse.collapsing .navbar-nav,
  .cid-tsQEODMXNY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tsQEODMXNY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tsQEODMXNY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tsQEODMXNY .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tsQEODMXNY .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsQEODMXNY .navbar-collapse.collapsing .navbar-buttons,
  .cid-tsQEODMXNY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tsQEODMXNY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tsQEODMXNY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsQEODMXNY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tsQEODMXNY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tsQEODMXNY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tsQEODMXNY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tsQEODMXNY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tsQEODMXNY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tsQEODMXNY .nav-link:hover,
.cid-tsQEODMXNY .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tsQEOFIrSG {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/preco-de-toldo-tipo-italiano-em-sorocaba-400x300-400x300.png");
}
.cid-tsQEOFIrSG H1 {
  color: #a13142;
}
.cid-tsQEOFIrSG .mbr-text,
.cid-tsQEOFIrSG .mbr-section-btn {
  color: #a13142;
}
.cid-tsQEOHARh8 {
  background-image: url("../../../assets/images/instalacao-toldo-retratil-toldos-cortina-em-sorocaba-800x600.jpg");
}
.cid-tsQEOHARh8 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tsQEOHARh8 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tsQEOHARh8 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tsQEOHARh8 .mbr-text {
    text-align: center;
  }
}
.cid-tsQEOHARh8 H1 {
  text-align: center;
  color: #a13142;
}
.cid-tsQEOHARh8 .mbr-text,
.cid-tsQEOHARh8 .mbr-section-btn {
  text-align: center;
  color: #a13142;
}
.cid-tsQEOL6Nx7 {
  background: linear-gradient(45deg, #7f1933, #e26568);
}
.cid-tsQEOL6Nx7 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-tsQEOL6Nx7 H3 {
  text-align: center;
}
.cid-tsQEOL6Nx7 .mbr-section-title {
  text-align: center;
}
.cid-tsQEOL6Nx7 .mbr-text,
.cid-tsQEOL6Nx7 .mbr-section-btn {
  text-align: center;
}
.cid-tsQEONgm0F {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsQEONgm0F .mbr-text,
.cid-tsQEONgm0F blockquote {
  color: #767676;
}
.cid-tsQEONgm0F .mbr-text {
  text-align: center;
  color: #0e5d98;
}
.cid-tsQEOOyfni {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsQEOOyfni .counter-container {
  color: #767676;
}
.cid-tsQEOOyfni .counter-container ul {
  margin-bottom: 0;
}
.cid-tsQEOOyfni .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tsQEOOyfni .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #a13142;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tsQEOOyfni .mbr-text {
  color: #0e5d98;
}
.cid-tsQEOPRVoS {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tsQEOPRVoS .card-img {
  background-color: #fff;
}
.cid-tsQEOPRVoS .card-box {
  padding: 2rem;
  background-color: #efefef;
}
.cid-tsQEOPRVoS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsQEOPRVoS p {
  text-align: left;
}
.cid-tsQEOPRVoS .mbr-text {
  color: #0e5d98;
  text-align: center;
}
.cid-tsQEOPRVoS .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tsQEOPRVoS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tsQEOPRVoS .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tsQEOPRVoS .card-title {
  color: #0e5d98;
  text-align: center;
}
.cid-tsQEOSMger {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsQEOSMger .mbr-section-subtitle {
  color: #0e5d98;
}
.cid-tsQEOTYPEE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tsQEOTYPEE .image-block {
  margin: auto;
}
.cid-tsQEOTYPEE figcaption {
  position: relative;
}
.cid-tsQEOTYPEE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsQEOTYPEE .image-block {
    width: 100% !important;
  }
}
.cid-tsQEOVfqCJ {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/empresa-de-instalacao-de-cobertura-fixa-de-policarbonato-em-sorocaba-1-650x572-650x450.png");
}
.cid-tsQEOYzDh0 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #a13142;
}
.cid-tsQEOYzDh0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsQEOYzDh0 H2 {
  color: #ffffff;
}
.cid-tsQEOZVNiE .google-map {
  height: 25rem;
  position: relative;
}
.cid-tsQEOZVNiE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tsQEOZVNiE .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tsQEOZVNiE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tsQEOZVNiE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tsQEOWQHcM {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tsQEOWQHcM .title {
  margin-bottom: 2rem;
}
.cid-tsQEOWQHcM .mbr-section-subtitle {
  color: #225a8d;
}
.cid-tsQEOWQHcM a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tsQEOWQHcM a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tsQEOWQHcM textarea.form-control {
  min-height: 188px;
}
.cid-tsQEOWQHcM H2 {
  color: #0e5d98;
}
.cid-tsQEOWQHcM LABEL {
  color: #225a8d;
}
.cid-tsQEP38exY {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/toldos-e-coberturas-policarbonato-alveolar-em-sorocaba-868x579.jpeg");
}
@media (max-width: 767px) {
  .cid-tsQEP38exY .content {
    text-align: center;
  }
  .cid-tsQEP38exY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsQEP38exY .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tsQEP38exY .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tsQEP38exY .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tsQEP38exY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tsQEP38exY .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tsQEP38exY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tsQEP38exY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tsQEP38exY .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tsQEP38exY .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tsQEP38exY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsQEP38exY .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsQEP38exY H5 {
  text-align: center;
}
.cid-tsQEP38exY P {
  text-align: center;
}
.cid-tsQEP5onA7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsQEP5onA7 .mbr-text,
.cid-tsQEP5onA7 blockquote {
  color: #767676;
}
.cid-tsQEP5onA7 .mbr-text P {
  text-align: center;
}
.cid-tsQEP5onA7 .mbr-text {
  color: #659caf;
}
.cid-tsQEP6DlKq {
  background: #a13142;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #a13142, #a13142);
}
.cid-tsQEP6DlKq .image-block {
  margin: auto;
}
.cid-tsQEP6DlKq figcaption {
  position: relative;
}
.cid-tsQEP6DlKq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsQEP6DlKq .image-block {
    width: 100% !important;
  }
}
.cid-tsQEPUNbvk .navbar {
  padding: .5rem 0;
  background: #a13142;
  transition: none;
  min-height: 77px;
}
.cid-tsQEPUNbvk .navbar-dropdown.bg-color.transparent.opened {
  background: #a13142;
}
.cid-tsQEPUNbvk a {
  font-style: normal;
}
.cid-tsQEPUNbvk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tsQEPUNbvk .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tsQEPUNbvk .nav-item:focus,
.cid-tsQEPUNbvk .nav-link:focus {
  outline: none;
}
.cid-tsQEPUNbvk .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tsQEPUNbvk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tsQEPUNbvk .menu-logo {
  margin-right: auto;
}
.cid-tsQEPUNbvk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsQEPUNbvk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tsQEPUNbvk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tsQEPUNbvk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tsQEPUNbvk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tsQEPUNbvk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tsQEPUNbvk .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tsQEPUNbvk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tsQEPUNbvk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tsQEPUNbvk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsQEPUNbvk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tsQEPUNbvk .dropdown .dropdown-menu {
  background: #a13142;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tsQEPUNbvk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tsQEPUNbvk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsQEPUNbvk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tsQEPUNbvk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsQEPUNbvk .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tsQEPUNbvk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tsQEPUNbvk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tsQEPUNbvk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tsQEPUNbvk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tsQEPUNbvk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tsQEPUNbvk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tsQEPUNbvk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tsQEPUNbvk button.navbar-toggler:focus {
  outline: none;
}
.cid-tsQEPUNbvk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsQEPUNbvk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tsQEPUNbvk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tsQEPUNbvk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tsQEPUNbvk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tsQEPUNbvk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsQEPUNbvk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tsQEPUNbvk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tsQEPUNbvk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsQEPUNbvk .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsQEPUNbvk .collapsed .btn {
  display: -webkit-flex;
}
.cid-tsQEPUNbvk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tsQEPUNbvk .collapsed .navbar-collapse.collapsing,
.cid-tsQEPUNbvk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tsQEPUNbvk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tsQEPUNbvk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tsQEPUNbvk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tsQEPUNbvk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tsQEPUNbvk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tsQEPUNbvk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tsQEPUNbvk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tsQEPUNbvk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tsQEPUNbvk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tsQEPUNbvk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tsQEPUNbvk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-tsQEPUNbvk .collapsed button.navbar-toggler {
  display: block;
}
.cid-tsQEPUNbvk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tsQEPUNbvk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsQEPUNbvk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tsQEPUNbvk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tsQEPUNbvk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tsQEPUNbvk .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tsQEPUNbvk .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsQEPUNbvk img {
    height: 3.8rem !important;
  }
  .cid-tsQEPUNbvk .btn {
    display: -webkit-flex;
  }
  .cid-tsQEPUNbvk button.navbar-toggler {
    display: block;
  }
  .cid-tsQEPUNbvk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tsQEPUNbvk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsQEPUNbvk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tsQEPUNbvk .navbar-collapse.collapsing,
  .cid-tsQEPUNbvk .navbar-collapse.show {
    display: block !important;
  }
  .cid-tsQEPUNbvk .navbar-collapse.collapsing .navbar-nav,
  .cid-tsQEPUNbvk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tsQEPUNbvk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tsQEPUNbvk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tsQEPUNbvk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tsQEPUNbvk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsQEPUNbvk .navbar-collapse.collapsing .navbar-buttons,
  .cid-tsQEPUNbvk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tsQEPUNbvk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tsQEPUNbvk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsQEPUNbvk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tsQEPUNbvk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tsQEPUNbvk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tsQEPUNbvk .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tsQEPUNbvk .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tsQEPUNbvk .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tsQEPUNbvk .nav-link:hover,
.cid-tsQEPUNbvk .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tsQEPWteE3 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/preco-de-toldo-tipo-italiano-em-sorocaba-400x300-400x300.png");
}
.cid-tsQEPWteE3 H1 {
  color: #a13142;
}
.cid-tsQEPWteE3 .mbr-text,
.cid-tsQEPWteE3 .mbr-section-btn {
  color: #a13142;
}
.cid-tsQEQ0NdCl {
  background: linear-gradient(45deg, #7f1933, #e26568);
}
.cid-tsQEQ0NdCl .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-tsQEQ0NdCl H3 {
  text-align: center;
}
.cid-tsQEQ0NdCl .mbr-section-title {
  text-align: center;
}
.cid-tsQEQ0NdCl .mbr-text,
.cid-tsQEQ0NdCl .mbr-section-btn {
  text-align: center;
}
.cid-tsQEPYPP1c {
  background-image: url("../../../assets/images/instalacao-toldo-retratil-toldos-cortina-em-sorocaba-800x600.jpg");
}
.cid-tsQEPYPP1c .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tsQEPYPP1c .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tsQEPYPP1c .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tsQEPYPP1c .mbr-text {
    text-align: center;
  }
}
.cid-tsQEPYPP1c H1 {
  text-align: center;
  color: #a13142;
}
.cid-tsQEPYPP1c .mbr-text,
.cid-tsQEPYPP1c .mbr-section-btn {
  text-align: center;
  color: #a13142;
}
.cid-tsQEQ2eHRw {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsQEQ2eHRw .mbr-text,
.cid-tsQEQ2eHRw blockquote {
  color: #767676;
}
.cid-tsQEQ2eHRw .mbr-text {
  text-align: center;
  color: #0e5d98;
}
.cid-tsQEQ3s1ja {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsQEQ3s1ja .counter-container {
  color: #767676;
}
.cid-tsQEQ3s1ja .counter-container ul {
  margin-bottom: 0;
}
.cid-tsQEQ3s1ja .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tsQEQ3s1ja .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #a13142;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tsQEQ3s1ja .mbr-text {
  color: #0e5d98;
}
.cid-tsQEQ4sVbO {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tsQEQ4sVbO .card-img {
  background-color: #fff;
}
.cid-tsQEQ4sVbO .card-box {
  padding: 2rem;
  background-color: #efefef;
}
.cid-tsQEQ4sVbO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsQEQ4sVbO p {
  text-align: left;
}
.cid-tsQEQ4sVbO .mbr-text {
  color: #0e5d98;
  text-align: center;
}
.cid-tsQEQ4sVbO .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tsQEQ4sVbO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tsQEQ4sVbO .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tsQEQ4sVbO .card-title {
  color: #0e5d98;
  text-align: center;
}
.cid-tsQEQ7Noch {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsQEQ7Noch .mbr-section-subtitle {
  color: #0e5d98;
}
.cid-tsQEQ93HcV {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tsQEQ93HcV .image-block {
  margin: auto;
}
.cid-tsQEQ93HcV figcaption {
  position: relative;
}
.cid-tsQEQ93HcV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsQEQ93HcV .image-block {
    width: 100% !important;
  }
}
.cid-tsQEQaFCLU {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/empresa-de-instalacao-de-cobertura-fixa-de-policarbonato-em-sorocaba-1-650x572-650x450.png");
}
.cid-tsQEQckxvh {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tsQEQckxvh .title {
  margin-bottom: 2rem;
}
.cid-tsQEQckxvh .mbr-section-subtitle {
  color: #225a8d;
}
.cid-tsQEQckxvh a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tsQEQckxvh a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tsQEQckxvh textarea.form-control {
  min-height: 188px;
}
.cid-tsQEQckxvh H2 {
  color: #0e5d98;
}
.cid-tsQEQckxvh LABEL {
  color: #225a8d;
}
.cid-tsQEQdZZ5d {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #a13142;
}
.cid-tsQEQdZZ5d .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsQEQdZZ5d H2 {
  color: #ffffff;
}
.cid-tsQEQfb10I .google-map {
  height: 25rem;
  position: relative;
}
.cid-tsQEQfb10I .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tsQEQfb10I .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tsQEQfb10I .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tsQEQfb10I .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tsQEQhRTWa {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/toldos-e-coberturas-policarbonato-alveolar-em-sorocaba-868x579.jpeg");
}
@media (max-width: 767px) {
  .cid-tsQEQhRTWa .content {
    text-align: center;
  }
  .cid-tsQEQhRTWa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsQEQhRTWa .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tsQEQhRTWa .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tsQEQhRTWa .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tsQEQhRTWa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tsQEQhRTWa .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tsQEQhRTWa .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tsQEQhRTWa .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tsQEQhRTWa .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tsQEQhRTWa .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tsQEQhRTWa .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsQEQhRTWa .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsQEQhRTWa H5 {
  text-align: center;
}
.cid-tsQEQhRTWa P {
  text-align: center;
}
.cid-tsQEQjOMon {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsQEQjOMon .mbr-text,
.cid-tsQEQjOMon blockquote {
  color: #767676;
}
.cid-tsQEQjOMon .mbr-text P {
  text-align: center;
}
.cid-tsQEQjOMon .mbr-text {
  color: #659caf;
}
.cid-tsQEQldMLD {
  background: #a13142;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #a13142, #a13142);
}
.cid-tsQEQldMLD .image-block {
  margin: auto;
}
.cid-tsQEQldMLD figcaption {
  position: relative;
}
.cid-tsQEQldMLD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsQEQldMLD .image-block {
    width: 100% !important;
  }
}
.cid-tsQERmj5Gm .navbar {
  padding: .5rem 0;
  background: #a13142;
  transition: none;
  min-height: 77px;
}
.cid-tsQERmj5Gm .navbar-dropdown.bg-color.transparent.opened {
  background: #a13142;
}
.cid-tsQERmj5Gm a {
  font-style: normal;
}
.cid-tsQERmj5Gm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tsQERmj5Gm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tsQERmj5Gm .nav-item:focus,
.cid-tsQERmj5Gm .nav-link:focus {
  outline: none;
}
.cid-tsQERmj5Gm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tsQERmj5Gm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tsQERmj5Gm .menu-logo {
  margin-right: auto;
}
.cid-tsQERmj5Gm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsQERmj5Gm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tsQERmj5Gm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tsQERmj5Gm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tsQERmj5Gm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tsQERmj5Gm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tsQERmj5Gm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tsQERmj5Gm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tsQERmj5Gm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tsQERmj5Gm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsQERmj5Gm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tsQERmj5Gm .dropdown .dropdown-menu {
  background: #a13142;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tsQERmj5Gm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tsQERmj5Gm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsQERmj5Gm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tsQERmj5Gm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsQERmj5Gm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tsQERmj5Gm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tsQERmj5Gm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tsQERmj5Gm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tsQERmj5Gm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tsQERmj5Gm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tsQERmj5Gm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tsQERmj5Gm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tsQERmj5Gm button.navbar-toggler:focus {
  outline: none;
}
.cid-tsQERmj5Gm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsQERmj5Gm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tsQERmj5Gm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tsQERmj5Gm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tsQERmj5Gm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tsQERmj5Gm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsQERmj5Gm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tsQERmj5Gm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tsQERmj5Gm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsQERmj5Gm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsQERmj5Gm .collapsed .btn {
  display: -webkit-flex;
}
.cid-tsQERmj5Gm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tsQERmj5Gm .collapsed .navbar-collapse.collapsing,
.cid-tsQERmj5Gm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tsQERmj5Gm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tsQERmj5Gm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tsQERmj5Gm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tsQERmj5Gm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tsQERmj5Gm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tsQERmj5Gm .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tsQERmj5Gm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tsQERmj5Gm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tsQERmj5Gm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tsQERmj5Gm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tsQERmj5Gm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-tsQERmj5Gm .collapsed button.navbar-toggler {
  display: block;
}
.cid-tsQERmj5Gm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tsQERmj5Gm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsQERmj5Gm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tsQERmj5Gm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tsQERmj5Gm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tsQERmj5Gm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tsQERmj5Gm .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsQERmj5Gm img {
    height: 3.8rem !important;
  }
  .cid-tsQERmj5Gm .btn {
    display: -webkit-flex;
  }
  .cid-tsQERmj5Gm button.navbar-toggler {
    display: block;
  }
  .cid-tsQERmj5Gm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tsQERmj5Gm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsQERmj5Gm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tsQERmj5Gm .navbar-collapse.collapsing,
  .cid-tsQERmj5Gm .navbar-collapse.show {
    display: block !important;
  }
  .cid-tsQERmj5Gm .navbar-collapse.collapsing .navbar-nav,
  .cid-tsQERmj5Gm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tsQERmj5Gm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tsQERmj5Gm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tsQERmj5Gm .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tsQERmj5Gm .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsQERmj5Gm .navbar-collapse.collapsing .navbar-buttons,
  .cid-tsQERmj5Gm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tsQERmj5Gm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tsQERmj5Gm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsQERmj5Gm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tsQERmj5Gm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tsQERmj5Gm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tsQERmj5Gm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tsQERmj5Gm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tsQERmj5Gm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tsQERmj5Gm .nav-link:hover,
.cid-tsQERmj5Gm .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tsQERo1ALl {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/preco-de-toldo-tipo-italiano-em-sorocaba-400x300-400x300.png");
}
.cid-tsQERo1ALl H1 {
  color: #a13142;
}
.cid-tsQERo1ALl .mbr-text,
.cid-tsQERo1ALl .mbr-section-btn {
  color: #a13142;
}
.cid-tsQERpBpgH {
  background-image: url("../../../assets/images/instalacao-toldo-retratil-toldos-cortina-em-sorocaba-800x600.jpg");
}
.cid-tsQERpBpgH .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tsQERpBpgH .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tsQERpBpgH .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tsQERpBpgH .mbr-text {
    text-align: center;
  }
}
.cid-tsQERpBpgH H1 {
  text-align: center;
  color: #a13142;
}
.cid-tsQERpBpgH .mbr-text,
.cid-tsQERpBpgH .mbr-section-btn {
  text-align: center;
  color: #a13142;
}
.cid-tsQERtlstt {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsQERtlstt .mbr-text,
.cid-tsQERtlstt blockquote {
  color: #767676;
}
.cid-tsQERtlstt .mbr-text {
  text-align: center;
  color: #0e5d98;
}
.cid-tsQERurgPr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsQERurgPr .counter-container {
  color: #767676;
}
.cid-tsQERurgPr .counter-container ul {
  margin-bottom: 0;
}
.cid-tsQERurgPr .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tsQERurgPr .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #a13142;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tsQERurgPr .mbr-text {
  color: #0e5d98;
}
.cid-tsQERrKiiH {
  background: linear-gradient(45deg, #7f1933, #e26568);
}
.cid-tsQERrKiiH .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-tsQERrKiiH H3 {
  text-align: center;
}
.cid-tsQERrKiiH .mbr-section-title {
  text-align: center;
}
.cid-tsQERrKiiH .mbr-text,
.cid-tsQERrKiiH .mbr-section-btn {
  text-align: center;
}
.cid-tsQERvD7Tb {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tsQERvD7Tb .card-img {
  background-color: #fff;
}
.cid-tsQERvD7Tb .card-box {
  padding: 2rem;
  background-color: #efefef;
}
.cid-tsQERvD7Tb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsQERvD7Tb p {
  text-align: left;
}
.cid-tsQERvD7Tb .mbr-text {
  color: #0e5d98;
  text-align: center;
}
.cid-tsQERvD7Tb .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tsQERvD7Tb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tsQERvD7Tb .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tsQERvD7Tb .card-title {
  color: #0e5d98;
  text-align: center;
}
.cid-tsQERyVDSP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsQERyVDSP .mbr-section-subtitle {
  color: #0e5d98;
}
.cid-tsQERAnWs2 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tsQERAnWs2 .image-block {
  margin: auto;
}
.cid-tsQERAnWs2 figcaption {
  position: relative;
}
.cid-tsQERAnWs2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsQERAnWs2 .image-block {
    width: 100% !important;
  }
}
.cid-tsQERBJztm {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/empresa-de-instalacao-de-cobertura-fixa-de-policarbonato-em-sorocaba-1-650x572-650x450.png");
}
.cid-tsQERDjsep {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tsQERDjsep .title {
  margin-bottom: 2rem;
}
.cid-tsQERDjsep .mbr-section-subtitle {
  color: #225a8d;
}
.cid-tsQERDjsep a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tsQERDjsep a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tsQERDjsep textarea.form-control {
  min-height: 188px;
}
.cid-tsQERDjsep H2 {
  color: #0e5d98;
}
.cid-tsQERDjsep LABEL {
  color: #225a8d;
}
.cid-tsQERGmipO {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #a13142;
}
.cid-tsQERGmipO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsQERGmipO H2 {
  color: #ffffff;
}
.cid-tsQERHA4sm .google-map {
  height: 25rem;
  position: relative;
}
.cid-tsQERHA4sm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tsQERHA4sm .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tsQERHA4sm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tsQERHA4sm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tsQERKQuOB {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/toldos-e-coberturas-policarbonato-alveolar-em-sorocaba-868x579.jpeg");
}
@media (max-width: 767px) {
  .cid-tsQERKQuOB .content {
    text-align: center;
  }
  .cid-tsQERKQuOB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsQERKQuOB .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tsQERKQuOB .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tsQERKQuOB .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tsQERKQuOB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tsQERKQuOB .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tsQERKQuOB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tsQERKQuOB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tsQERKQuOB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tsQERKQuOB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tsQERKQuOB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsQERKQuOB .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsQERKQuOB H5 {
  text-align: center;
}
.cid-tsQERKQuOB P {
  text-align: center;
}
.cid-tsQERMQHQ6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsQERMQHQ6 .mbr-text,
.cid-tsQERMQHQ6 blockquote {
  color: #767676;
}
.cid-tsQERMQHQ6 .mbr-text P {
  text-align: center;
}
.cid-tsQERMQHQ6 .mbr-text {
  color: #659caf;
}
.cid-tsQERNYnMF {
  background: #a13142;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #a13142, #a13142);
}
.cid-tsQERNYnMF .image-block {
  margin: auto;
}
.cid-tsQERNYnMF figcaption {
  position: relative;
}
.cid-tsQERNYnMF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsQERNYnMF .image-block {
    width: 100% !important;
  }
}
.cid-tsQGby8Cw6 .navbar {
  padding: .5rem 0;
  background: #a13142;
  transition: none;
  min-height: 77px;
}
.cid-tsQGby8Cw6 .navbar-dropdown.bg-color.transparent.opened {
  background: #a13142;
}
.cid-tsQGby8Cw6 a {
  font-style: normal;
}
.cid-tsQGby8Cw6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tsQGby8Cw6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tsQGby8Cw6 .nav-item:focus,
.cid-tsQGby8Cw6 .nav-link:focus {
  outline: none;
}
.cid-tsQGby8Cw6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tsQGby8Cw6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tsQGby8Cw6 .menu-logo {
  margin-right: auto;
}
.cid-tsQGby8Cw6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsQGby8Cw6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tsQGby8Cw6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tsQGby8Cw6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tsQGby8Cw6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tsQGby8Cw6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tsQGby8Cw6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tsQGby8Cw6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tsQGby8Cw6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tsQGby8Cw6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsQGby8Cw6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tsQGby8Cw6 .dropdown .dropdown-menu {
  background: #a13142;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tsQGby8Cw6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tsQGby8Cw6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsQGby8Cw6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tsQGby8Cw6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsQGby8Cw6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tsQGby8Cw6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tsQGby8Cw6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tsQGby8Cw6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tsQGby8Cw6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tsQGby8Cw6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tsQGby8Cw6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tsQGby8Cw6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tsQGby8Cw6 button.navbar-toggler:focus {
  outline: none;
}
.cid-tsQGby8Cw6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsQGby8Cw6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tsQGby8Cw6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tsQGby8Cw6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tsQGby8Cw6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tsQGby8Cw6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsQGby8Cw6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tsQGby8Cw6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tsQGby8Cw6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsQGby8Cw6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsQGby8Cw6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tsQGby8Cw6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tsQGby8Cw6 .collapsed .navbar-collapse.collapsing,
.cid-tsQGby8Cw6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tsQGby8Cw6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tsQGby8Cw6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tsQGby8Cw6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tsQGby8Cw6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tsQGby8Cw6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tsQGby8Cw6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tsQGby8Cw6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tsQGby8Cw6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tsQGby8Cw6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tsQGby8Cw6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tsQGby8Cw6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-tsQGby8Cw6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tsQGby8Cw6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tsQGby8Cw6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsQGby8Cw6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tsQGby8Cw6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tsQGby8Cw6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tsQGby8Cw6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tsQGby8Cw6 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsQGby8Cw6 img {
    height: 3.8rem !important;
  }
  .cid-tsQGby8Cw6 .btn {
    display: -webkit-flex;
  }
  .cid-tsQGby8Cw6 button.navbar-toggler {
    display: block;
  }
  .cid-tsQGby8Cw6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tsQGby8Cw6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsQGby8Cw6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tsQGby8Cw6 .navbar-collapse.collapsing,
  .cid-tsQGby8Cw6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tsQGby8Cw6 .navbar-collapse.collapsing .navbar-nav,
  .cid-tsQGby8Cw6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tsQGby8Cw6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tsQGby8Cw6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tsQGby8Cw6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tsQGby8Cw6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsQGby8Cw6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tsQGby8Cw6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tsQGby8Cw6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tsQGby8Cw6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsQGby8Cw6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tsQGby8Cw6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tsQGby8Cw6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tsQGby8Cw6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tsQGby8Cw6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tsQGby8Cw6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tsQGby8Cw6 .nav-link:hover,
.cid-tsQGby8Cw6 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tsQGbA2spu {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/preco-de-toldo-tipo-italiano-em-sorocaba-400x300-400x300.png");
}
.cid-tsQGbA2spu H1 {
  color: #a13142;
}
.cid-tsQGbA2spu .mbr-text,
.cid-tsQGbA2spu .mbr-section-btn {
  color: #a13142;
}
.cid-tsQGbCwadT {
  background-image: url("../../../assets/images/instalacao-toldo-retratil-toldos-cortina-em-sorocaba-800x600.jpg");
}
.cid-tsQGbCwadT .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tsQGbCwadT .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tsQGbCwadT .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tsQGbCwadT .mbr-text {
    text-align: center;
  }
}
.cid-tsQGbCwadT H1 {
  text-align: center;
  color: #a13142;
}
.cid-tsQGbCwadT .mbr-text,
.cid-tsQGbCwadT .mbr-section-btn {
  text-align: center;
  color: #a13142;
}
.cid-tsQGbEnrNS {
  background: linear-gradient(45deg, #7f1933, #e26568);
}
.cid-tsQGbEnrNS .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-tsQGbEnrNS H3 {
  text-align: center;
}
.cid-tsQGbEnrNS .mbr-section-title {
  text-align: center;
}
.cid-tsQGbEnrNS .mbr-text,
.cid-tsQGbEnrNS .mbr-section-btn {
  text-align: center;
}
.cid-tsQGbGlUh6 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsQGbGlUh6 .mbr-text,
.cid-tsQGbGlUh6 blockquote {
  color: #767676;
}
.cid-tsQGbGlUh6 .mbr-text {
  text-align: center;
  color: #0e5d98;
}
.cid-tsQGbHG2k6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsQGbHG2k6 .counter-container {
  color: #767676;
}
.cid-tsQGbHG2k6 .counter-container ul {
  margin-bottom: 0;
}
.cid-tsQGbHG2k6 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tsQGbHG2k6 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #a13142;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tsQGbHG2k6 .mbr-text {
  color: #0e5d98;
}
.cid-tsQGbJ83U4 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tsQGbJ83U4 .card-img {
  background-color: #fff;
}
.cid-tsQGbJ83U4 .card-box {
  padding: 2rem;
  background-color: #efefef;
}
.cid-tsQGbJ83U4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsQGbJ83U4 p {
  text-align: left;
}
.cid-tsQGbJ83U4 .mbr-text {
  color: #0e5d98;
  text-align: center;
}
.cid-tsQGbJ83U4 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tsQGbJ83U4 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tsQGbJ83U4 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tsQGbJ83U4 .card-title {
  color: #0e5d98;
  text-align: center;
}
.cid-tsQGbOLvXy {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/empresa-de-instalacao-de-cobertura-fixa-de-policarbonato-em-sorocaba-1-650x572-650x450.png");
}
.cid-tsQGbMjB4V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsQGbMjB4V .mbr-section-subtitle {
  color: #0e5d98;
}
.cid-tsQGbNs4us {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tsQGbNs4us .image-block {
  margin: auto;
}
.cid-tsQGbNs4us figcaption {
  position: relative;
}
.cid-tsQGbNs4us figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsQGbNs4us .image-block {
    width: 100% !important;
  }
}
.cid-tsQGbQsuUE {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tsQGbQsuUE .title {
  margin-bottom: 2rem;
}
.cid-tsQGbQsuUE .mbr-section-subtitle {
  color: #225a8d;
}
.cid-tsQGbQsuUE a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tsQGbQsuUE a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tsQGbQsuUE textarea.form-control {
  min-height: 188px;
}
.cid-tsQGbQsuUE H2 {
  color: #0e5d98;
}
.cid-tsQGbQsuUE LABEL {
  color: #225a8d;
}
.cid-tsQGbSTYdZ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #a13142;
}
.cid-tsQGbSTYdZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsQGbSTYdZ H2 {
  color: #ffffff;
}
.cid-tsQGbUbs0o .google-map {
  height: 25rem;
  position: relative;
}
.cid-tsQGbUbs0o .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tsQGbUbs0o .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tsQGbUbs0o .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tsQGbUbs0o .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tsQGbWUd8C {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/toldos-e-coberturas-policarbonato-alveolar-em-sorocaba-868x579.jpeg");
}
@media (max-width: 767px) {
  .cid-tsQGbWUd8C .content {
    text-align: center;
  }
  .cid-tsQGbWUd8C .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsQGbWUd8C .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tsQGbWUd8C .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tsQGbWUd8C .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tsQGbWUd8C .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tsQGbWUd8C .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tsQGbWUd8C .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tsQGbWUd8C .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tsQGbWUd8C .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tsQGbWUd8C .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tsQGbWUd8C .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsQGbWUd8C .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsQGbWUd8C H5 {
  text-align: center;
}
.cid-tsQGbWUd8C P {
  text-align: center;
}
.cid-tsQGbZ08uJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsQGbZ08uJ .mbr-text,
.cid-tsQGbZ08uJ blockquote {
  color: #767676;
}
.cid-tsQGbZ08uJ .mbr-text P {
  text-align: center;
}
.cid-tsQGbZ08uJ .mbr-text {
  color: #659caf;
}
.cid-tsQGc0jzUY {
  background: #a13142;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #a13142, #a13142);
}
.cid-tsQGc0jzUY .image-block {
  margin: auto;
}
.cid-tsQGc0jzUY figcaption {
  position: relative;
}
.cid-tsQGc0jzUY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsQGc0jzUY .image-block {
    width: 100% !important;
  }
}
.cid-tsQFQ5978F .navbar {
  padding: .5rem 0;
  background: #a13142;
  transition: none;
  min-height: 77px;
}
.cid-tsQFQ5978F .navbar-dropdown.bg-color.transparent.opened {
  background: #a13142;
}
.cid-tsQFQ5978F a {
  font-style: normal;
}
.cid-tsQFQ5978F .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tsQFQ5978F .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tsQFQ5978F .nav-item:focus,
.cid-tsQFQ5978F .nav-link:focus {
  outline: none;
}
.cid-tsQFQ5978F .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tsQFQ5978F .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tsQFQ5978F .menu-logo {
  margin-right: auto;
}
.cid-tsQFQ5978F .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsQFQ5978F .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tsQFQ5978F .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tsQFQ5978F .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tsQFQ5978F .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tsQFQ5978F .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tsQFQ5978F .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tsQFQ5978F .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tsQFQ5978F .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tsQFQ5978F .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsQFQ5978F .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tsQFQ5978F .dropdown .dropdown-menu {
  background: #a13142;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tsQFQ5978F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tsQFQ5978F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsQFQ5978F .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tsQFQ5978F .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsQFQ5978F .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tsQFQ5978F .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tsQFQ5978F .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tsQFQ5978F .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tsQFQ5978F .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tsQFQ5978F .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tsQFQ5978F .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tsQFQ5978F button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tsQFQ5978F button.navbar-toggler:focus {
  outline: none;
}
.cid-tsQFQ5978F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsQFQ5978F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tsQFQ5978F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tsQFQ5978F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tsQFQ5978F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tsQFQ5978F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsQFQ5978F nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tsQFQ5978F nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tsQFQ5978F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsQFQ5978F .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsQFQ5978F .collapsed .btn {
  display: -webkit-flex;
}
.cid-tsQFQ5978F .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tsQFQ5978F .collapsed .navbar-collapse.collapsing,
.cid-tsQFQ5978F .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tsQFQ5978F .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tsQFQ5978F .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tsQFQ5978F .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tsQFQ5978F .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tsQFQ5978F .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tsQFQ5978F .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tsQFQ5978F .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tsQFQ5978F .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tsQFQ5978F .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tsQFQ5978F .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tsQFQ5978F .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-tsQFQ5978F .collapsed button.navbar-toggler {
  display: block;
}
.cid-tsQFQ5978F .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tsQFQ5978F .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsQFQ5978F .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tsQFQ5978F .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tsQFQ5978F .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tsQFQ5978F .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tsQFQ5978F .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsQFQ5978F img {
    height: 3.8rem !important;
  }
  .cid-tsQFQ5978F .btn {
    display: -webkit-flex;
  }
  .cid-tsQFQ5978F button.navbar-toggler {
    display: block;
  }
  .cid-tsQFQ5978F .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tsQFQ5978F .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsQFQ5978F .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tsQFQ5978F .navbar-collapse.collapsing,
  .cid-tsQFQ5978F .navbar-collapse.show {
    display: block !important;
  }
  .cid-tsQFQ5978F .navbar-collapse.collapsing .navbar-nav,
  .cid-tsQFQ5978F .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tsQFQ5978F .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tsQFQ5978F .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tsQFQ5978F .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tsQFQ5978F .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsQFQ5978F .navbar-collapse.collapsing .navbar-buttons,
  .cid-tsQFQ5978F .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tsQFQ5978F .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tsQFQ5978F .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsQFQ5978F .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tsQFQ5978F .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tsQFQ5978F .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tsQFQ5978F .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tsQFQ5978F .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tsQFQ5978F .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tsQFQ5978F .nav-link:hover,
.cid-tsQFQ5978F .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tsQFQ7ptfp {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/preco-de-toldo-tipo-italiano-em-sorocaba-400x300-400x300.png");
}
.cid-tsQFQ7ptfp H1 {
  color: #a13142;
}
.cid-tsQFQ7ptfp .mbr-text,
.cid-tsQFQ7ptfp .mbr-section-btn {
  color: #a13142;
}
.cid-tsQFQ9BfFi {
  background-image: url("../../../assets/images/instalacao-toldo-retratil-toldos-cortina-em-sorocaba-800x600.jpg");
}
.cid-tsQFQ9BfFi .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tsQFQ9BfFi .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tsQFQ9BfFi .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tsQFQ9BfFi .mbr-text {
    text-align: center;
  }
}
.cid-tsQFQ9BfFi H1 {
  text-align: center;
  color: #a13142;
}
.cid-tsQFQ9BfFi .mbr-text,
.cid-tsQFQ9BfFi .mbr-section-btn {
  text-align: center;
  color: #a13142;
}
.cid-tsQFQbcUEJ {
  background: linear-gradient(45deg, #7f1933, #e26568);
}
.cid-tsQFQbcUEJ .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-tsQFQbcUEJ H3 {
  text-align: center;
}
.cid-tsQFQbcUEJ .mbr-section-title {
  text-align: center;
}
.cid-tsQFQbcUEJ .mbr-text,
.cid-tsQFQbcUEJ .mbr-section-btn {
  text-align: center;
}
.cid-tsQFQcA8b5 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsQFQcA8b5 .mbr-text,
.cid-tsQFQcA8b5 blockquote {
  color: #767676;
}
.cid-tsQFQcA8b5 .mbr-text {
  text-align: center;
  color: #0e5d98;
}
.cid-tsQFQdxnhM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsQFQdxnhM .counter-container {
  color: #767676;
}
.cid-tsQFQdxnhM .counter-container ul {
  margin-bottom: 0;
}
.cid-tsQFQdxnhM .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tsQFQdxnhM .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #a13142;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tsQFQdxnhM .mbr-text {
  color: #0e5d98;
}
.cid-tsQFQjJ7Nz {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/empresa-de-instalacao-de-cobertura-fixa-de-policarbonato-em-sorocaba-1-650x572-650x450.png");
}
.cid-tsQFQeEmBh {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tsQFQeEmBh .card-img {
  background-color: #fff;
}
.cid-tsQFQeEmBh .card-box {
  padding: 2rem;
  background-color: #efefef;
}
.cid-tsQFQeEmBh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsQFQeEmBh p {
  text-align: left;
}
.cid-tsQFQeEmBh .mbr-text {
  color: #0e5d98;
  text-align: center;
}
.cid-tsQFQeEmBh .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tsQFQeEmBh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tsQFQeEmBh .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tsQFQeEmBh .card-title {
  color: #0e5d98;
  text-align: center;
}
.cid-tsQFQhhK0O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsQFQhhK0O .mbr-section-subtitle {
  color: #0e5d98;
}
.cid-tsQFQiykEb {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tsQFQiykEb .image-block {
  margin: auto;
}
.cid-tsQFQiykEb figcaption {
  position: relative;
}
.cid-tsQFQiykEb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsQFQiykEb .image-block {
    width: 100% !important;
  }
}
.cid-tsQFQl3XAc {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tsQFQl3XAc .title {
  margin-bottom: 2rem;
}
.cid-tsQFQl3XAc .mbr-section-subtitle {
  color: #225a8d;
}
.cid-tsQFQl3XAc a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tsQFQl3XAc a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tsQFQl3XAc textarea.form-control {
  min-height: 188px;
}
.cid-tsQFQl3XAc H2 {
  color: #0e5d98;
}
.cid-tsQFQl3XAc LABEL {
  color: #225a8d;
}
.cid-tsQFQmYL9H {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #a13142;
}
.cid-tsQFQmYL9H .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsQFQmYL9H H2 {
  color: #ffffff;
}
.cid-tsQFQo6pTh .google-map {
  height: 25rem;
  position: relative;
}
.cid-tsQFQo6pTh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tsQFQo6pTh .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tsQFQo6pTh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tsQFQo6pTh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tsQFQtmvCj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsQFQtmvCj .mbr-text,
.cid-tsQFQtmvCj blockquote {
  color: #767676;
}
.cid-tsQFQtmvCj .mbr-text P {
  text-align: center;
}
.cid-tsQFQtmvCj .mbr-text {
  color: #659caf;
}
.cid-tsQFQqXApT {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/toldos-e-coberturas-policarbonato-alveolar-em-sorocaba-868x579.jpeg");
}
@media (max-width: 767px) {
  .cid-tsQFQqXApT .content {
    text-align: center;
  }
  .cid-tsQFQqXApT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsQFQqXApT .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tsQFQqXApT .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tsQFQqXApT .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tsQFQqXApT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tsQFQqXApT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tsQFQqXApT .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tsQFQqXApT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tsQFQqXApT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tsQFQqXApT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tsQFQqXApT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsQFQqXApT .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsQFQqXApT H5 {
  text-align: center;
}
.cid-tsQFQqXApT P {
  text-align: center;
}
.cid-tsQFQuBhEJ {
  background: #a13142;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #a13142, #a13142);
}
.cid-tsQFQuBhEJ .image-block {
  margin: auto;
}
.cid-tsQFQuBhEJ figcaption {
  position: relative;
}
.cid-tsQFQuBhEJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsQFQuBhEJ .image-block {
    width: 100% !important;
  }
}
.cid-tsQFY766EI .navbar {
  padding: .5rem 0;
  background: #a13142;
  transition: none;
  min-height: 77px;
}
.cid-tsQFY766EI .navbar-dropdown.bg-color.transparent.opened {
  background: #a13142;
}
.cid-tsQFY766EI a {
  font-style: normal;
}
.cid-tsQFY766EI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tsQFY766EI .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tsQFY766EI .nav-item:focus,
.cid-tsQFY766EI .nav-link:focus {
  outline: none;
}
.cid-tsQFY766EI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tsQFY766EI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tsQFY766EI .menu-logo {
  margin-right: auto;
}
.cid-tsQFY766EI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsQFY766EI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tsQFY766EI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tsQFY766EI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tsQFY766EI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tsQFY766EI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tsQFY766EI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tsQFY766EI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tsQFY766EI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tsQFY766EI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsQFY766EI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tsQFY766EI .dropdown .dropdown-menu {
  background: #a13142;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tsQFY766EI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tsQFY766EI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsQFY766EI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tsQFY766EI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsQFY766EI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tsQFY766EI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tsQFY766EI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tsQFY766EI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tsQFY766EI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tsQFY766EI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tsQFY766EI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tsQFY766EI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tsQFY766EI button.navbar-toggler:focus {
  outline: none;
}
.cid-tsQFY766EI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsQFY766EI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tsQFY766EI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tsQFY766EI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tsQFY766EI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tsQFY766EI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsQFY766EI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tsQFY766EI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tsQFY766EI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsQFY766EI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsQFY766EI .collapsed .btn {
  display: -webkit-flex;
}
.cid-tsQFY766EI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tsQFY766EI .collapsed .navbar-collapse.collapsing,
.cid-tsQFY766EI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tsQFY766EI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tsQFY766EI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tsQFY766EI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tsQFY766EI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tsQFY766EI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tsQFY766EI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tsQFY766EI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tsQFY766EI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tsQFY766EI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tsQFY766EI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tsQFY766EI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-tsQFY766EI .collapsed button.navbar-toggler {
  display: block;
}
.cid-tsQFY766EI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tsQFY766EI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsQFY766EI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tsQFY766EI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tsQFY766EI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tsQFY766EI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tsQFY766EI .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsQFY766EI img {
    height: 3.8rem !important;
  }
  .cid-tsQFY766EI .btn {
    display: -webkit-flex;
  }
  .cid-tsQFY766EI button.navbar-toggler {
    display: block;
  }
  .cid-tsQFY766EI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tsQFY766EI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsQFY766EI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tsQFY766EI .navbar-collapse.collapsing,
  .cid-tsQFY766EI .navbar-collapse.show {
    display: block !important;
  }
  .cid-tsQFY766EI .navbar-collapse.collapsing .navbar-nav,
  .cid-tsQFY766EI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tsQFY766EI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tsQFY766EI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tsQFY766EI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tsQFY766EI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsQFY766EI .navbar-collapse.collapsing .navbar-buttons,
  .cid-tsQFY766EI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tsQFY766EI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tsQFY766EI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsQFY766EI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tsQFY766EI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tsQFY766EI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tsQFY766EI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tsQFY766EI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tsQFY766EI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tsQFY766EI .nav-link:hover,
.cid-tsQFY766EI .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tsQFYaaGkF {
  background-image: url("../../../assets/images/instalacao-toldo-retratil-toldos-cortina-em-sorocaba-800x600.jpg");
}
.cid-tsQFYaaGkF .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tsQFYaaGkF .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tsQFYaaGkF .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tsQFYaaGkF .mbr-text {
    text-align: center;
  }
}
.cid-tsQFYaaGkF H1 {
  text-align: center;
  color: #a13142;
}
.cid-tsQFYaaGkF .mbr-text,
.cid-tsQFYaaGkF .mbr-section-btn {
  text-align: center;
  color: #a13142;
}
.cid-tsQFY8N6Le {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/preco-de-toldo-tipo-italiano-em-sorocaba-400x300-400x300.png");
}
.cid-tsQFY8N6Le H1 {
  color: #a13142;
}
.cid-tsQFY8N6Le .mbr-text,
.cid-tsQFY8N6Le .mbr-section-btn {
  color: #a13142;
}
.cid-tsQFYbXVmt {
  background: linear-gradient(45deg, #7f1933, #e26568);
}
.cid-tsQFYbXVmt .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-tsQFYbXVmt H3 {
  text-align: center;
}
.cid-tsQFYbXVmt .mbr-section-title {
  text-align: center;
}
.cid-tsQFYbXVmt .mbr-text,
.cid-tsQFYbXVmt .mbr-section-btn {
  text-align: center;
}
.cid-tsQFYdl3uR {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsQFYdl3uR .mbr-text,
.cid-tsQFYdl3uR blockquote {
  color: #767676;
}
.cid-tsQFYdl3uR .mbr-text {
  text-align: center;
  color: #0e5d98;
}
.cid-tsQFYenyid {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsQFYenyid .counter-container {
  color: #767676;
}
.cid-tsQFYenyid .counter-container ul {
  margin-bottom: 0;
}
.cid-tsQFYenyid .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tsQFYenyid .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #a13142;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tsQFYenyid .mbr-text {
  color: #0e5d98;
}
.cid-tsQFYfKd0R {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tsQFYfKd0R .card-img {
  background-color: #fff;
}
.cid-tsQFYfKd0R .card-box {
  padding: 2rem;
  background-color: #efefef;
}
.cid-tsQFYfKd0R h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsQFYfKd0R p {
  text-align: left;
}
.cid-tsQFYfKd0R .mbr-text {
  color: #0e5d98;
  text-align: center;
}
.cid-tsQFYfKd0R .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tsQFYfKd0R .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tsQFYfKd0R .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tsQFYfKd0R .card-title {
  color: #0e5d98;
  text-align: center;
}
.cid-tsQFYi4XnS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsQFYi4XnS .mbr-section-subtitle {
  color: #0e5d98;
}
.cid-tsQFYj5zgs {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tsQFYj5zgs .image-block {
  margin: auto;
}
.cid-tsQFYj5zgs figcaption {
  position: relative;
}
.cid-tsQFYj5zgs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsQFYj5zgs .image-block {
    width: 100% !important;
  }
}
.cid-tsQFYkd99s {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/empresa-de-instalacao-de-cobertura-fixa-de-policarbonato-em-sorocaba-1-650x572-650x450.png");
}
.cid-tsQFYlAD7d {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tsQFYlAD7d .title {
  margin-bottom: 2rem;
}
.cid-tsQFYlAD7d .mbr-section-subtitle {
  color: #225a8d;
}
.cid-tsQFYlAD7d a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tsQFYlAD7d a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tsQFYlAD7d textarea.form-control {
  min-height: 188px;
}
.cid-tsQFYlAD7d H2 {
  color: #0e5d98;
}
.cid-tsQFYlAD7d LABEL {
  color: #225a8d;
}
.cid-tsQFYnhStW {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #a13142;
}
.cid-tsQFYnhStW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsQFYnhStW H2 {
  color: #ffffff;
}
.cid-tsQFYoorlQ .google-map {
  height: 25rem;
  position: relative;
}
.cid-tsQFYoorlQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tsQFYoorlQ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tsQFYoorlQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tsQFYoorlQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tsQFYrbLOt {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/toldos-e-coberturas-policarbonato-alveolar-em-sorocaba-868x579.jpeg");
}
@media (max-width: 767px) {
  .cid-tsQFYrbLOt .content {
    text-align: center;
  }
  .cid-tsQFYrbLOt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsQFYrbLOt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tsQFYrbLOt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tsQFYrbLOt .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tsQFYrbLOt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tsQFYrbLOt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tsQFYrbLOt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tsQFYrbLOt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tsQFYrbLOt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tsQFYrbLOt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tsQFYrbLOt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsQFYrbLOt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsQFYrbLOt H5 {
  text-align: center;
}
.cid-tsQFYrbLOt P {
  text-align: center;
}
.cid-tsQFYt65cv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsQFYt65cv .mbr-text,
.cid-tsQFYt65cv blockquote {
  color: #767676;
}
.cid-tsQFYt65cv .mbr-text P {
  text-align: center;
}
.cid-tsQFYt65cv .mbr-text {
  color: #659caf;
}
.cid-tsQFYuifKx {
  background: #a13142;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #a13142, #a13142);
}
.cid-tsQFYuifKx .image-block {
  margin: auto;
}
.cid-tsQFYuifKx figcaption {
  position: relative;
}
.cid-tsQFYuifKx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsQFYuifKx .image-block {
    width: 100% !important;
  }
}
.cid-te2hlFaoEv .navbar {
  padding: .5rem 0;
  background: #a13142;
  transition: none;
  min-height: 77px;
}
.cid-te2hlFaoEv .navbar-dropdown.bg-color.transparent.opened {
  background: #a13142;
}
.cid-te2hlFaoEv a {
  font-style: normal;
}
.cid-te2hlFaoEv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-te2hlFaoEv .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-te2hlFaoEv .nav-item:focus,
.cid-te2hlFaoEv .nav-link:focus {
  outline: none;
}
.cid-te2hlFaoEv .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-te2hlFaoEv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-te2hlFaoEv .menu-logo {
  margin-right: auto;
}
.cid-te2hlFaoEv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-te2hlFaoEv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-te2hlFaoEv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-te2hlFaoEv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-te2hlFaoEv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-te2hlFaoEv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-te2hlFaoEv .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-te2hlFaoEv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-te2hlFaoEv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-te2hlFaoEv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-te2hlFaoEv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-te2hlFaoEv .dropdown .dropdown-menu {
  background: #a13142;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-te2hlFaoEv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-te2hlFaoEv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te2hlFaoEv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-te2hlFaoEv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te2hlFaoEv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-te2hlFaoEv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-te2hlFaoEv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-te2hlFaoEv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-te2hlFaoEv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-te2hlFaoEv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-te2hlFaoEv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-te2hlFaoEv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-te2hlFaoEv button.navbar-toggler:focus {
  outline: none;
}
.cid-te2hlFaoEv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-te2hlFaoEv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-te2hlFaoEv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-te2hlFaoEv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-te2hlFaoEv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-te2hlFaoEv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-te2hlFaoEv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-te2hlFaoEv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-te2hlFaoEv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-te2hlFaoEv .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-te2hlFaoEv .collapsed .btn {
  display: -webkit-flex;
}
.cid-te2hlFaoEv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-te2hlFaoEv .collapsed .navbar-collapse.collapsing,
.cid-te2hlFaoEv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-te2hlFaoEv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-te2hlFaoEv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-te2hlFaoEv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-te2hlFaoEv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-te2hlFaoEv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-te2hlFaoEv .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-te2hlFaoEv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-te2hlFaoEv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-te2hlFaoEv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-te2hlFaoEv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-te2hlFaoEv .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-te2hlFaoEv .collapsed button.navbar-toggler {
  display: block;
}
.cid-te2hlFaoEv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-te2hlFaoEv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-te2hlFaoEv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-te2hlFaoEv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-te2hlFaoEv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-te2hlFaoEv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-te2hlFaoEv .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-te2hlFaoEv img {
    height: 3.8rem !important;
  }
  .cid-te2hlFaoEv .btn {
    display: -webkit-flex;
  }
  .cid-te2hlFaoEv button.navbar-toggler {
    display: block;
  }
  .cid-te2hlFaoEv .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-te2hlFaoEv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-te2hlFaoEv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-te2hlFaoEv .navbar-collapse.collapsing,
  .cid-te2hlFaoEv .navbar-collapse.show {
    display: block !important;
  }
  .cid-te2hlFaoEv .navbar-collapse.collapsing .navbar-nav,
  .cid-te2hlFaoEv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-te2hlFaoEv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-te2hlFaoEv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-te2hlFaoEv .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-te2hlFaoEv .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-te2hlFaoEv .navbar-collapse.collapsing .navbar-buttons,
  .cid-te2hlFaoEv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-te2hlFaoEv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-te2hlFaoEv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-te2hlFaoEv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-te2hlFaoEv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-te2hlFaoEv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-te2hlFaoEv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-te2hlFaoEv .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-te2hlFaoEv .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-te2hlFaoEv .nav-link:hover,
.cid-te2hlFaoEv .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-te2wyHEvLe {
  padding-top: 135px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/preco-de-toldo-tipo-italiano-em-sorocaba-400x300-400x300.png");
}
.cid-te2wyHEvLe H1 {
  color: #a13142;
}
.cid-te2hlKZomf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-te2hlKZomf .mbr-section-subtitle {
  color: #a03234;
}
.cid-te2hlKZomf H2 {
  color: #0e5d98;
}
.cid-te2hlTtCkH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-te2hlTtCkH P {
  color: #767676;
}
.cid-te2hlTtCkH H1 {
  text-align: center;
  color: #0e5d98;
}
.cid-te2hlU0Uc1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-te2hlU0Uc1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-te2hlU0Uc1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-te2hlU0Uc1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-te2hlU0Uc1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-te2hlU0Uc1 .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-te2hlU0Uc1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-te2hlU0Uc1 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-te2hlU0Uc1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-te2hlU0Uc1 .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-te2hlULLKP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-te2hlULLKP P {
  color: #767676;
}
.cid-te2hlULLKP H1 {
  text-align: center;
  color: #0e5d98;
}
.cid-te2hlVejzh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-te2hlVejzh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-te2hlVejzh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-te2hlVejzh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-te2hlVejzh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-te2hlVejzh .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-te2hlVejzh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-te2hlVejzh .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-te2hlVejzh .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-te2hlVejzh .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-te2hlVWb1T {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-te2hlVWb1T P {
  color: #767676;
}
.cid-te2hlVWb1T H1 {
  text-align: center;
  color: #0e5d98;
}
.cid-te2hlWBwQ0 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-te2hlWBwQ0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-te2hlWBwQ0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-te2hlWBwQ0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-te2hlWBwQ0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-te2hlWBwQ0 .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-te2hlWBwQ0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-te2hlWBwQ0 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-te2hlWBwQ0 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-te2hlWBwQ0 .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-te2hlXh4Z1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-te2hlXh4Z1 P {
  color: #767676;
}
.cid-te2hlXh4Z1 H1 {
  text-align: center;
  color: #0e5d98;
}
.cid-te2hlXPdgw {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-te2hlXPdgw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-te2hlXPdgw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-te2hlXPdgw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-te2hlXPdgw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-te2hlXPdgw .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-te2hlXPdgw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-te2hlXPdgw .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-te2hlXPdgw .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-te2hlXPdgw .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.8;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-te2hlSh8dL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-te2hlSh8dL P {
  color: #767676;
}
.cid-te2hlSh8dL H1 {
  text-align: center;
  color: #0e5d98;
}
.cid-te2hlSM6SR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-te2hlSM6SR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-te2hlSM6SR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-te2hlSM6SR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-te2hlSM6SR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-te2hlSM6SR .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-te2hlSM6SR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-te2hlSM6SR .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-te2hlSM6SR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-te2hlSM6SR .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-te2hlYBYR9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-te2hlYBYR9 P {
  color: #767676;
}
.cid-te2hlYBYR9 H1 {
  text-align: center;
  color: #0e5d98;
}
.cid-te2hlZ89Lw {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-te2hlZ89Lw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-te2hlZ89Lw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-te2hlZ89Lw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-te2hlZ89Lw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-te2hlZ89Lw .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-te2hlZ89Lw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-te2hlZ89Lw .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-te2hlZ89Lw .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-te2hlZ89Lw .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-te2hlLnEbO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-te2hlLnEbO P {
  color: #767676;
}
.cid-te2hlLnEbO H1 {
  text-align: center;
  color: #0e5d98;
}
.cid-te2hlNbpTh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-te2hlNbpTh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-te2hlNbpTh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-te2hlNbpTh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-te2hlNbpTh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-te2hlNbpTh .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-te2hlNbpTh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-te2hlNbpTh .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-te2hlNbpTh .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-te2hlNbpTh .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-te2hlOPEtw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-te2hlOPEtw P {
  color: #767676;
}
.cid-te2hlOPEtw H1 {
  text-align: center;
  color: #0e5d98;
}
.cid-te2hlPEDJD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-te2hlPEDJD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-te2hlPEDJD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-te2hlPEDJD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-te2hlPEDJD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-te2hlPEDJD .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-te2hlPEDJD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-te2hlPEDJD .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-te2hlPEDJD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-te2hlPEDJD .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-te2hlR6bX2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-te2hlR6bX2 P {
  color: #767676;
}
.cid-te2hlR6bX2 H1 {
  text-align: center;
  color: #0e5d98;
}
.cid-te2hlRBdvL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-te2hlRBdvL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-te2hlRBdvL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-te2hlRBdvL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-te2hlRBdvL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-te2hlRBdvL .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-te2hlRBdvL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-te2hlRBdvL .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-te2hlRBdvL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-te2hlRBdvL .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-te2hlKgx4x {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-te2hlKgx4x .mbr-section-subtitle {
  color: #0e5d98;
}
.cid-te2hlKBBpV {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #efefef, #efefef);
}
.cid-te2hlKBBpV .image-block {
  margin: auto;
}
.cid-te2hlKBBpV figcaption {
  position: relative;
}
.cid-te2hlKBBpV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-te2hlKBBpV .image-block {
    width: 100% !important;
  }
}
.cid-te2hm0LRh6 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-te2hm0LRh6 .title {
  margin-bottom: 2rem;
}
.cid-te2hm0LRh6 .mbr-section-subtitle {
  color: #225a8d;
}
.cid-te2hm0LRh6 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-te2hm0LRh6 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-te2hm0LRh6 textarea.form-control {
  min-height: 188px;
}
.cid-te2hm0LRh6 H2 {
  color: #0e5d98;
}
.cid-te2hm0LRh6 LABEL {
  color: #225a8d;
}
.cid-te2hm1P7OR {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #a13142;
}
.cid-te2hm1P7OR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-te2hm1P7OR H2 {
  color: #ffffff;
}
.cid-te2hm2jLkn .google-map {
  height: 25rem;
  position: relative;
}
.cid-te2hm2jLkn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-te2hm2jLkn .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-te2hm2jLkn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-te2hm2jLkn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-te2hmaUutt {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/toldos-e-coberturas-policarbonato-alveolar-em-sorocaba-868x579.jpeg");
}
@media (max-width: 767px) {
  .cid-te2hmaUutt .content {
    text-align: center;
  }
  .cid-te2hmaUutt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-te2hmaUutt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-te2hmaUutt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-te2hmaUutt .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-te2hmaUutt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-te2hmaUutt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-te2hmaUutt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-te2hmaUutt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-te2hmaUutt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-te2hmaUutt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-te2hmaUutt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-te2hmaUutt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-te2hmaUutt H5 {
  text-align: center;
}
.cid-te2hmaUutt P {
  text-align: center;
}
.cid-te2hmc0lHU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-te2hmc0lHU .mbr-text,
.cid-te2hmc0lHU blockquote {
  color: #767676;
}
.cid-te2hmc0lHU .mbr-text P {
  text-align: center;
}
.cid-te2hmc0lHU .mbr-text {
  color: #659caf;
}
.cid-te2H74aDuU {
  background: #a13142;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #a13142, #a13142);
}
.cid-te2H74aDuU .image-block {
  margin: auto;
}
.cid-te2H74aDuU figcaption {
  position: relative;
}
.cid-te2H74aDuU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-te2H74aDuU .image-block {
    width: 100% !important;
  }
}
.cid-tsQGhtoWW9 .navbar {
  padding: .5rem 0;
  background: #a13142;
  transition: none;
  min-height: 77px;
}
.cid-tsQGhtoWW9 .navbar-dropdown.bg-color.transparent.opened {
  background: #a13142;
}
.cid-tsQGhtoWW9 a {
  font-style: normal;
}
.cid-tsQGhtoWW9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tsQGhtoWW9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tsQGhtoWW9 .nav-item:focus,
.cid-tsQGhtoWW9 .nav-link:focus {
  outline: none;
}
.cid-tsQGhtoWW9 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tsQGhtoWW9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tsQGhtoWW9 .menu-logo {
  margin-right: auto;
}
.cid-tsQGhtoWW9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsQGhtoWW9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tsQGhtoWW9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tsQGhtoWW9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tsQGhtoWW9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tsQGhtoWW9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tsQGhtoWW9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tsQGhtoWW9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tsQGhtoWW9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tsQGhtoWW9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsQGhtoWW9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tsQGhtoWW9 .dropdown .dropdown-menu {
  background: #a13142;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tsQGhtoWW9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tsQGhtoWW9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsQGhtoWW9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tsQGhtoWW9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsQGhtoWW9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tsQGhtoWW9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tsQGhtoWW9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tsQGhtoWW9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tsQGhtoWW9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tsQGhtoWW9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tsQGhtoWW9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tsQGhtoWW9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tsQGhtoWW9 button.navbar-toggler:focus {
  outline: none;
}
.cid-tsQGhtoWW9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsQGhtoWW9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tsQGhtoWW9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tsQGhtoWW9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tsQGhtoWW9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tsQGhtoWW9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsQGhtoWW9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tsQGhtoWW9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tsQGhtoWW9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsQGhtoWW9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsQGhtoWW9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tsQGhtoWW9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tsQGhtoWW9 .collapsed .navbar-collapse.collapsing,
.cid-tsQGhtoWW9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tsQGhtoWW9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tsQGhtoWW9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tsQGhtoWW9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tsQGhtoWW9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tsQGhtoWW9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tsQGhtoWW9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tsQGhtoWW9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tsQGhtoWW9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tsQGhtoWW9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tsQGhtoWW9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tsQGhtoWW9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-tsQGhtoWW9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tsQGhtoWW9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tsQGhtoWW9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsQGhtoWW9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tsQGhtoWW9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tsQGhtoWW9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tsQGhtoWW9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tsQGhtoWW9 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsQGhtoWW9 img {
    height: 3.8rem !important;
  }
  .cid-tsQGhtoWW9 .btn {
    display: -webkit-flex;
  }
  .cid-tsQGhtoWW9 button.navbar-toggler {
    display: block;
  }
  .cid-tsQGhtoWW9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tsQGhtoWW9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsQGhtoWW9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tsQGhtoWW9 .navbar-collapse.collapsing,
  .cid-tsQGhtoWW9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tsQGhtoWW9 .navbar-collapse.collapsing .navbar-nav,
  .cid-tsQGhtoWW9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tsQGhtoWW9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tsQGhtoWW9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tsQGhtoWW9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tsQGhtoWW9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsQGhtoWW9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tsQGhtoWW9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tsQGhtoWW9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tsQGhtoWW9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsQGhtoWW9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tsQGhtoWW9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tsQGhtoWW9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tsQGhtoWW9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tsQGhtoWW9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tsQGhtoWW9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tsQGhtoWW9 .nav-link:hover,
.cid-tsQGhtoWW9 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tsQGhv8y8Q {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/preco-de-toldo-tipo-italiano-em-sorocaba-400x300-400x300.png");
}
.cid-tsQGhv8y8Q H1 {
  color: #a13142;
}
.cid-tsQGhv8y8Q .mbr-text,
.cid-tsQGhv8y8Q .mbr-section-btn {
  color: #a13142;
}
.cid-tsQGhwEcJo {
  background-image: url("../../../assets/images/instalacao-toldo-retratil-toldos-cortina-em-sorocaba-800x600.jpg");
}
.cid-tsQGhwEcJo .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tsQGhwEcJo .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tsQGhwEcJo .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tsQGhwEcJo .mbr-text {
    text-align: center;
  }
}
.cid-tsQGhwEcJo H1 {
  text-align: center;
  color: #a13142;
}
.cid-tsQGhwEcJo .mbr-text,
.cid-tsQGhwEcJo .mbr-section-btn {
  text-align: center;
  color: #a13142;
}
.cid-tsQGhylKCk {
  background: linear-gradient(45deg, #7f1933, #e26568);
}
.cid-tsQGhylKCk .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-tsQGhylKCk H3 {
  text-align: center;
}
.cid-tsQGhylKCk .mbr-section-title {
  text-align: center;
}
.cid-tsQGhylKCk .mbr-text,
.cid-tsQGhylKCk .mbr-section-btn {
  text-align: center;
}
.cid-tsQGhA00kE {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsQGhA00kE .mbr-text,
.cid-tsQGhA00kE blockquote {
  color: #767676;
}
.cid-tsQGhA00kE .mbr-text {
  text-align: center;
  color: #0e5d98;
}
.cid-tsQGhB3CRI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsQGhB3CRI .counter-container {
  color: #767676;
}
.cid-tsQGhB3CRI .counter-container ul {
  margin-bottom: 0;
}
.cid-tsQGhB3CRI .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tsQGhB3CRI .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #a13142;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tsQGhB3CRI .mbr-text {
  color: #0e5d98;
}
.cid-tsQGhC8F2Y {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tsQGhC8F2Y .card-img {
  background-color: #fff;
}
.cid-tsQGhC8F2Y .card-box {
  padding: 2rem;
  background-color: #efefef;
}
.cid-tsQGhC8F2Y h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsQGhC8F2Y p {
  text-align: left;
}
.cid-tsQGhC8F2Y .mbr-text {
  color: #0e5d98;
  text-align: center;
}
.cid-tsQGhC8F2Y .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tsQGhC8F2Y .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tsQGhC8F2Y .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tsQGhC8F2Y .card-title {
  color: #0e5d98;
  text-align: center;
}
.cid-tsQGhFEhHi {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tsQGhFEhHi .image-block {
  margin: auto;
}
.cid-tsQGhFEhHi figcaption {
  position: relative;
}
.cid-tsQGhFEhHi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsQGhFEhHi .image-block {
    width: 100% !important;
  }
}
.cid-tsQGhEvOva {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsQGhEvOva .mbr-section-subtitle {
  color: #0e5d98;
}
.cid-tsQGhGM02i {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/empresa-de-instalacao-de-cobertura-fixa-de-policarbonato-em-sorocaba-1-650x572-650x450.png");
}
.cid-tsQGhIbwh9 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tsQGhIbwh9 .title {
  margin-bottom: 2rem;
}
.cid-tsQGhIbwh9 .mbr-section-subtitle {
  color: #225a8d;
}
.cid-tsQGhIbwh9 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tsQGhIbwh9 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tsQGhIbwh9 textarea.form-control {
  min-height: 188px;
}
.cid-tsQGhIbwh9 H2 {
  color: #0e5d98;
}
.cid-tsQGhIbwh9 LABEL {
  color: #225a8d;
}
.cid-tsQGhJPIfL {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #a13142;
}
.cid-tsQGhJPIfL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsQGhJPIfL H2 {
  color: #ffffff;
}
.cid-tsQGhKZzJf .google-map {
  height: 25rem;
  position: relative;
}
.cid-tsQGhKZzJf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tsQGhKZzJf .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tsQGhKZzJf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tsQGhKZzJf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tsQGhNYUU9 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/toldos-e-coberturas-policarbonato-alveolar-em-sorocaba-868x579.jpeg");
}
@media (max-width: 767px) {
  .cid-tsQGhNYUU9 .content {
    text-align: center;
  }
  .cid-tsQGhNYUU9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsQGhNYUU9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tsQGhNYUU9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tsQGhNYUU9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tsQGhNYUU9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tsQGhNYUU9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tsQGhNYUU9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tsQGhNYUU9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tsQGhNYUU9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tsQGhNYUU9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tsQGhNYUU9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsQGhNYUU9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsQGhNYUU9 H5 {
  text-align: center;
}
.cid-tsQGhNYUU9 P {
  text-align: center;
}
.cid-tsQGhPRSLc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsQGhPRSLc .mbr-text,
.cid-tsQGhPRSLc blockquote {
  color: #767676;
}
.cid-tsQGhPRSLc .mbr-text P {
  text-align: center;
}
.cid-tsQGhPRSLc .mbr-text {
  color: #659caf;
}
.cid-tsQGhQXypR {
  background: #a13142;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #a13142, #a13142);
}
.cid-tsQGhQXypR .image-block {
  margin: auto;
}
.cid-tsQGhQXypR figcaption {
  position: relative;
}
.cid-tsQGhQXypR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsQGhQXypR .image-block {
    width: 100% !important;
  }
}
.cid-tsQEVJa3mI .navbar {
  padding: .5rem 0;
  background: #a13142;
  transition: none;
  min-height: 77px;
}
.cid-tsQEVJa3mI .navbar-dropdown.bg-color.transparent.opened {
  background: #a13142;
}
.cid-tsQEVJa3mI a {
  font-style: normal;
}
.cid-tsQEVJa3mI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tsQEVJa3mI .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tsQEVJa3mI .nav-item:focus,
.cid-tsQEVJa3mI .nav-link:focus {
  outline: none;
}
.cid-tsQEVJa3mI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tsQEVJa3mI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tsQEVJa3mI .menu-logo {
  margin-right: auto;
}
.cid-tsQEVJa3mI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsQEVJa3mI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tsQEVJa3mI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tsQEVJa3mI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tsQEVJa3mI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tsQEVJa3mI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tsQEVJa3mI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tsQEVJa3mI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tsQEVJa3mI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tsQEVJa3mI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsQEVJa3mI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tsQEVJa3mI .dropdown .dropdown-menu {
  background: #a13142;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tsQEVJa3mI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tsQEVJa3mI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsQEVJa3mI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tsQEVJa3mI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsQEVJa3mI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tsQEVJa3mI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tsQEVJa3mI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tsQEVJa3mI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tsQEVJa3mI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tsQEVJa3mI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tsQEVJa3mI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tsQEVJa3mI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tsQEVJa3mI button.navbar-toggler:focus {
  outline: none;
}
.cid-tsQEVJa3mI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsQEVJa3mI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tsQEVJa3mI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tsQEVJa3mI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tsQEVJa3mI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tsQEVJa3mI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsQEVJa3mI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tsQEVJa3mI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tsQEVJa3mI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsQEVJa3mI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsQEVJa3mI .collapsed .btn {
  display: -webkit-flex;
}
.cid-tsQEVJa3mI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tsQEVJa3mI .collapsed .navbar-collapse.collapsing,
.cid-tsQEVJa3mI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tsQEVJa3mI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tsQEVJa3mI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tsQEVJa3mI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tsQEVJa3mI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tsQEVJa3mI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tsQEVJa3mI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tsQEVJa3mI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tsQEVJa3mI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tsQEVJa3mI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tsQEVJa3mI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tsQEVJa3mI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-tsQEVJa3mI .collapsed button.navbar-toggler {
  display: block;
}
.cid-tsQEVJa3mI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tsQEVJa3mI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsQEVJa3mI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tsQEVJa3mI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tsQEVJa3mI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tsQEVJa3mI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tsQEVJa3mI .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsQEVJa3mI img {
    height: 3.8rem !important;
  }
  .cid-tsQEVJa3mI .btn {
    display: -webkit-flex;
  }
  .cid-tsQEVJa3mI button.navbar-toggler {
    display: block;
  }
  .cid-tsQEVJa3mI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tsQEVJa3mI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsQEVJa3mI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tsQEVJa3mI .navbar-collapse.collapsing,
  .cid-tsQEVJa3mI .navbar-collapse.show {
    display: block !important;
  }
  .cid-tsQEVJa3mI .navbar-collapse.collapsing .navbar-nav,
  .cid-tsQEVJa3mI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tsQEVJa3mI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tsQEVJa3mI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tsQEVJa3mI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tsQEVJa3mI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsQEVJa3mI .navbar-collapse.collapsing .navbar-buttons,
  .cid-tsQEVJa3mI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tsQEVJa3mI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tsQEVJa3mI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsQEVJa3mI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tsQEVJa3mI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tsQEVJa3mI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tsQEVJa3mI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tsQEVJa3mI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tsQEVJa3mI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tsQEVJa3mI .nav-link:hover,
.cid-tsQEVJa3mI .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tsQEVL7KEp {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/preco-de-toldo-tipo-italiano-em-sorocaba-400x300-400x300.png");
}
.cid-tsQEVL7KEp H1 {
  color: #a13142;
}
.cid-tsQEVL7KEp .mbr-text,
.cid-tsQEVL7KEp .mbr-section-btn {
  color: #a13142;
}
.cid-tsQEVMAdPD {
  background-image: url("../../../assets/images/instalacao-toldo-retratil-toldos-cortina-em-sorocaba-800x600.jpg");
}
.cid-tsQEVMAdPD .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tsQEVMAdPD .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tsQEVMAdPD .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tsQEVMAdPD .mbr-text {
    text-align: center;
  }
}
.cid-tsQEVMAdPD H1 {
  text-align: center;
  color: #a13142;
}
.cid-tsQEVMAdPD .mbr-text,
.cid-tsQEVMAdPD .mbr-section-btn {
  text-align: center;
  color: #a13142;
}
.cid-tsQEVOemXF {
  background: linear-gradient(45deg, #7f1933, #e26568);
}
.cid-tsQEVOemXF .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-tsQEVOemXF H3 {
  text-align: center;
}
.cid-tsQEVOemXF .mbr-section-title {
  text-align: center;
}
.cid-tsQEVOemXF .mbr-text,
.cid-tsQEVOemXF .mbr-section-btn {
  text-align: center;
}
.cid-tsQEVPykXn {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsQEVPykXn .mbr-text,
.cid-tsQEVPykXn blockquote {
  color: #767676;
}
.cid-tsQEVPykXn .mbr-text {
  text-align: center;
  color: #0e5d98;
}
.cid-tsQEVRgUjU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsQEVRgUjU .counter-container {
  color: #767676;
}
.cid-tsQEVRgUjU .counter-container ul {
  margin-bottom: 0;
}
.cid-tsQEVRgUjU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tsQEVRgUjU .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #a13142;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tsQEVRgUjU .mbr-text {
  color: #0e5d98;
}
.cid-tsQEVSlnyP {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tsQEVSlnyP .card-img {
  background-color: #fff;
}
.cid-tsQEVSlnyP .card-box {
  padding: 2rem;
  background-color: #efefef;
}
.cid-tsQEVSlnyP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsQEVSlnyP p {
  text-align: left;
}
.cid-tsQEVSlnyP .mbr-text {
  color: #0e5d98;
  text-align: center;
}
.cid-tsQEVSlnyP .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tsQEVSlnyP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tsQEVSlnyP .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tsQEVSlnyP .card-title {
  color: #0e5d98;
  text-align: center;
}
.cid-tsQEVVvlBe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsQEVVvlBe .mbr-section-subtitle {
  color: #0e5d98;
}
.cid-tsQEVWA2TW {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tsQEVWA2TW .image-block {
  margin: auto;
}
.cid-tsQEVWA2TW figcaption {
  position: relative;
}
.cid-tsQEVWA2TW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsQEVWA2TW .image-block {
    width: 100% !important;
  }
}
.cid-tsQEVXKtMr {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/empresa-de-instalacao-de-cobertura-fixa-de-policarbonato-em-sorocaba-1-650x572-650x450.png");
}
.cid-tsQEVZ5yLe {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tsQEVZ5yLe .title {
  margin-bottom: 2rem;
}
.cid-tsQEVZ5yLe .mbr-section-subtitle {
  color: #225a8d;
}
.cid-tsQEVZ5yLe a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tsQEVZ5yLe a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tsQEVZ5yLe textarea.form-control {
  min-height: 188px;
}
.cid-tsQEVZ5yLe H2 {
  color: #0e5d98;
}
.cid-tsQEVZ5yLe LABEL {
  color: #225a8d;
}
.cid-tsQEW0TlwJ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #a13142;
}
.cid-tsQEW0TlwJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsQEW0TlwJ H2 {
  color: #ffffff;
}
.cid-tsQEW283NX .google-map {
  height: 25rem;
  position: relative;
}
.cid-tsQEW283NX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tsQEW283NX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tsQEW283NX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tsQEW283NX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tsQEW5pZ4F {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/toldos-e-coberturas-policarbonato-alveolar-em-sorocaba-868x579.jpeg");
}
@media (max-width: 767px) {
  .cid-tsQEW5pZ4F .content {
    text-align: center;
  }
  .cid-tsQEW5pZ4F .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsQEW5pZ4F .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tsQEW5pZ4F .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tsQEW5pZ4F .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tsQEW5pZ4F .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tsQEW5pZ4F .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tsQEW5pZ4F .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tsQEW5pZ4F .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tsQEW5pZ4F .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tsQEW5pZ4F .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tsQEW5pZ4F .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsQEW5pZ4F .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsQEW5pZ4F H5 {
  text-align: center;
}
.cid-tsQEW5pZ4F P {
  text-align: center;
}
.cid-tsQEW7wQoP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsQEW7wQoP .mbr-text,
.cid-tsQEW7wQoP blockquote {
  color: #767676;
}
.cid-tsQEW7wQoP .mbr-text P {
  text-align: center;
}
.cid-tsQEW7wQoP .mbr-text {
  color: #659caf;
}
.cid-tsQEW8NHhL {
  background: #a13142;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #a13142, #a13142);
}
.cid-tsQEW8NHhL .image-block {
  margin: auto;
}
.cid-tsQEW8NHhL figcaption {
  position: relative;
}
.cid-tsQEW8NHhL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsQEW8NHhL .image-block {
    width: 100% !important;
  }
}
