body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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.3 * (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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e30132 !important;
}
.bg-success {
  background-color: #075e54 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e30132 !important;
  border-color: #e30132 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8d011f !important;
  border-color: #8d011f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8d011f !important;
  border-color: #8d011f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1b4aa7 !important;
  border-color: #1b4aa7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0f295c !important;
  border-color: #0f295c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0f295c !important;
  border-color: #0f295c !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #075e54 !important;
  border-color: #075e54 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #010d0c !important;
  border-color: #010d0c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #010d0c !important;
  border-color: #010d0c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e30132;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8d011f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e30132 !important;
  border-color: #e30132 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1b4aa7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0f295c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b4aa7 !important;
  border-color: #1b4aa7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #075e54;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #010d0c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #075e54 !important;
  border-color: #075e54 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e30132 !important;
}
.text-secondary {
  color: #1b4aa7 !important;
}
.text-success {
  color: #075e54 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7d011c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0d234f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e30132;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e30132;
  border-color: #e30132;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e30132;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffb1c2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #10d5be;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e30132 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #e30132;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e30132;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e30132;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e30132;
  border-bottom-color: #e30132;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e30132 !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: #1b4aa7 !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%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e30132' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uuM4oWs4hZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uuM4oWs4hZ nav.navbar {
  position: fixed;
}
.cid-uuM4oWs4hZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuM4oWs4hZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uuM4oWs4hZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uuM4oWs4hZ .dropdown-item:hover,
.cid-uuM4oWs4hZ .dropdown-item:focus {
  background: #e30132 !important;
  color: white !important;
}
.cid-uuM4oWs4hZ .dropdown-item:hover span {
  color: white;
}
.cid-uuM4oWs4hZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuM4oWs4hZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuM4oWs4hZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuM4oWs4hZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uuM4oWs4hZ .nav-link {
  position: relative;
}
.cid-uuM4oWs4hZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uuM4oWs4hZ .container {
    flex-wrap: wrap;
  }
}
.cid-uuM4oWs4hZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uuM4oWs4hZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uuM4oWs4hZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuM4oWs4hZ .dropdown-menu,
.cid-uuM4oWs4hZ .navbar.opened {
  background: #f3f5fa !important;
}
.cid-uuM4oWs4hZ .nav-item:focus,
.cid-uuM4oWs4hZ .nav-link:focus {
  outline: none;
}
.cid-uuM4oWs4hZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuM4oWs4hZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuM4oWs4hZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuM4oWs4hZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuM4oWs4hZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuM4oWs4hZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuM4oWs4hZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f5fa;
}
.cid-uuM4oWs4hZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uuM4oWs4hZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuM4oWs4hZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uuM4oWs4hZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuM4oWs4hZ .navbar.collapsed {
  justify-content: center;
}
.cid-uuM4oWs4hZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuM4oWs4hZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuM4oWs4hZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uuM4oWs4hZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuM4oWs4hZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuM4oWs4hZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuM4oWs4hZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuM4oWs4hZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuM4oWs4hZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuM4oWs4hZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuM4oWs4hZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuM4oWs4hZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuM4oWs4hZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuM4oWs4hZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uuM4oWs4hZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuM4oWs4hZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuM4oWs4hZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuM4oWs4hZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuM4oWs4hZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuM4oWs4hZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uuM4oWs4hZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uuM4oWs4hZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuM4oWs4hZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuM4oWs4hZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuM4oWs4hZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuM4oWs4hZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuM4oWs4hZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuM4oWs4hZ .dropdown-item.active,
.cid-uuM4oWs4hZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uuM4oWs4hZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuM4oWs4hZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuM4oWs4hZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuM4oWs4hZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f5fa;
}
.cid-uuM4oWs4hZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuM4oWs4hZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuM4oWs4hZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuM4oWs4hZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuM4oWs4hZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuM4oWs4hZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uuM4oWs4hZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuM4oWs4hZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuM4oWs4hZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuM4oWs4hZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuM4oWs4hZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuM4oWs4hZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuM4oWs4hZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuM4oWs4hZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuM4oWs4hZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuM4oWs4hZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uuM4oWs4hZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuM4oWs4hZ .navbar {
    height: 70px;
  }
  .cid-uuM4oWs4hZ .navbar.opened {
    height: auto;
  }
  .cid-uuM4oWs4hZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuM4WZdQXG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-5-1200x740.webp");
}
.cid-uuM4WZdQXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuM4WZdQXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuM4WZdQXG .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uuM4WZdQXG .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uuM4WZdQXG .mbr-section-title {
  color: #e30132;
}
.cid-uuM4WZdQXG .mbr-text,
.cid-uuM4WZdQXG .mbr-section-btn {
  color: #1b2b4a;
}
.cid-uuM7KorJlT {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-8-623x344.webp");
}
.cid-uuM7KorJlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuM7KorJlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuM7KorJlT .mbr-section-title {
  color: #e30132;
}
.cid-uuM7xagE56 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-rjv-piscinas-2000x1333.webp");
}
.cid-uuM7xagE56 .mbr-overlay {
  background: #f3f5fa;
  opacity: 0.9;
}
.cid-uuM7xagE56 img,
.cid-uuM7xagE56 .item-img {
  width: 100%;
}
.cid-uuM7xagE56 .item:focus,
.cid-uuM7xagE56 span:focus {
  outline: none;
}
.cid-uuM7xagE56 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uuM7xagE56 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #1b4aa7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uuM7xagE56 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uuM7xagE56 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uuM7xagE56 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uuM7xagE56 .mbr-section-title {
  color: #232323;
}
.cid-uuM7xagE56 .mbr-text,
.cid-uuM7xagE56 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uuM7xagE56 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uuM7xagE56 .item-subtitle {
  text-align: center;
}
.cid-uuMaLOMoqp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-rjv-piscinas-1-2000x3000.webp");
}
.cid-uuMaLOMoqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMaLOMoqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMaLOMoqp .card-wrapper {
  background: #f3f5fa;
}
@media (max-width: 767px) {
  .cid-uuMaLOMoqp .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uuMaLOMoqp .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uuMaLOMoqp .card-wrapper {
    padding: 4rem;
  }
}
.cid-uuMaLOMoqp .mbr-text,
.cid-uuMaLOMoqp .mbr-section-btn {
  text-align: center;
  color: #1b2b4a;
}
.cid-uuMaLOMoqp .card-title {
  color: #1b4aa7;
}
.cid-uuRq24ATmn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-10-1312x738.webp");
}
.cid-uuRq24ATmn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuRq24ATmn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuRq24ATmn .content-wrapper {
  background: #1b4aa7;
}
@media (max-width: 991px) {
  .cid-uuRq24ATmn .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uuRq24ATmn .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uuRq24ATmn .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uuRq24ATmn .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuRq24ATmn .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uuRq24ATmn .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uuRq24ATmn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uuRq24ATmn .card-title {
  color: #ffffff;
}
.cid-uuRq24ATmn .mbr-text,
.cid-uuRq24ATmn .mbr-section-btn {
  color: #ffffff;
}
.cid-uuRo7rp9Sp {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background-rjv-piscinas-2000x1333.webp");
}
.cid-uuRo7rp9Sp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuRo7rp9Sp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuRo7rp9Sp .mbr-section-title {
  color: #e30132;
}
.cid-uvakYoEFxI {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvakYoEFxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvakYoEFxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvakYoEFxI .video-wrapper iframe {
  width: 100%;
}
.cid-uvakYoEFxI .mbr-section-title,
.cid-uvakYoEFxI .mbr-section-subtitle,
.cid-uvakYoEFxI .mbr-text {
  text-align: center;
}
.cid-uvakYoEFxI .mbr-section-title {
  text-align: left;
  color: #e30132;
}
.cid-uuRpjUy7zi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuRpjUy7zi img,
.cid-uuRpjUy7zi .item-img {
  width: 100%;
}
.cid-uuRpjUy7zi .item:focus,
.cid-uuRpjUy7zi span:focus {
  outline: none;
}
.cid-uuRpjUy7zi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uuRpjUy7zi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uuRpjUy7zi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uuRpjUy7zi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uuRpjUy7zi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uuRpjUy7zi .mbr-section-title {
  color: #e30132;
  text-align: left;
}
.cid-uuRpjUy7zi .mbr-text,
.cid-uuRpjUy7zi .mbr-section-btn {
  text-align: left;
}
.cid-uuRpjUy7zi .item-title {
  text-align: left;
}
.cid-uuRpjUy7zi .item-subtitle {
  text-align: center;
}
.cid-uveNAEN6kx {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uveNAEN6kx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveNAEN6kx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uveNAEN6kx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uveNAEN6kx .row {
  flex-direction: row-reverse;
}
.cid-uveNAEN6kx img {
  width: 100%;
}
.cid-uuMcbhonpx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f3f5fa;
}
.cid-uuMcbhonpx .row {
  flex-direction: row-reverse;
}
.cid-uuMcbhonpx .justify-content-center {
  align-items: center;
}
.cid-uuMcbhonpx .mbr-section-title {
  text-align: center;
  color: #1b4aa7;
}
.cid-uuMcbhonpx .mbr-text,
.cid-uuMcbhonpx .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uuMcbhonpx .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uuMcbhonpx .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuMcbhonpx .item-wrapper {
    padding: 4rem;
  }
}
.cid-uuMcbhonpx .mbr-section-subtitle {
  color: #1b2b4a;
}
.cid-uuMdhdcBZP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uuMdhdcBZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMdhdcBZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMdhdcBZP .google-map {
  height: 30rem;
  position: relative;
}
.cid-uuMdhdcBZP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uuMdhdcBZP .google-map [data-state-details] {
  color: #6b6763;
  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-uuMdhdcBZP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uuMdhdcBZP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uuMdnlVbXW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b4aa7;
}
.cid-uuMdnlVbXW blockquote {
  border-color: #e30132;
  border-radius: 4px;
  background-color: #f3f5fa;
}
.cid-uuMdnlVbXW .mbr-text {
  color: #1b2b4a;
}
.cid-uuMdwImgyH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b2b4a;
}
.cid-uuMdwImgyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMdwImgyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuMdwImgyH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uuMdwImgyH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uuMdwImgyH .row {
    text-align: center;
  }
  .cid-uuMdwImgyH .row > div {
    margin: auto;
  }
  .cid-uuMdwImgyH .social-row {
    justify-content: center;
  }
}
.cid-uuMdwImgyH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uuMdwImgyH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uuMdwImgyH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuMdwImgyH .list {
    margin-bottom: 0rem;
  }
}
.cid-uuMdwImgyH .mbr-text {
  color: #bbbbbb;
}
.cid-uuMdwImgyH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uuMdwImgyH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uuMdwImgyH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuMdwImgyH .copyright {
  text-align: center;
}
.cid-uvqP7R9dxZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvqP7R9dxZ nav.navbar {
  position: fixed;
}
.cid-uvqP7R9dxZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvqP7R9dxZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvqP7R9dxZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvqP7R9dxZ .dropdown-item:hover,
.cid-uvqP7R9dxZ .dropdown-item:focus {
  background: #e30132 !important;
  color: white !important;
}
.cid-uvqP7R9dxZ .dropdown-item:hover span {
  color: white;
}
.cid-uvqP7R9dxZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvqP7R9dxZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvqP7R9dxZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvqP7R9dxZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvqP7R9dxZ .nav-link {
  position: relative;
}
.cid-uvqP7R9dxZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvqP7R9dxZ .container {
    flex-wrap: wrap;
  }
}
.cid-uvqP7R9dxZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvqP7R9dxZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvqP7R9dxZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvqP7R9dxZ .dropdown-menu,
.cid-uvqP7R9dxZ .navbar.opened {
  background: #f3f5fa !important;
}
.cid-uvqP7R9dxZ .nav-item:focus,
.cid-uvqP7R9dxZ .nav-link:focus {
  outline: none;
}
.cid-uvqP7R9dxZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvqP7R9dxZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvqP7R9dxZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvqP7R9dxZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvqP7R9dxZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvqP7R9dxZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvqP7R9dxZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f5fa;
}
.cid-uvqP7R9dxZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uvqP7R9dxZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvqP7R9dxZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uvqP7R9dxZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvqP7R9dxZ .navbar.collapsed {
  justify-content: center;
}
.cid-uvqP7R9dxZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvqP7R9dxZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvqP7R9dxZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvqP7R9dxZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvqP7R9dxZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvqP7R9dxZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvqP7R9dxZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvqP7R9dxZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvqP7R9dxZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvqP7R9dxZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvqP7R9dxZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvqP7R9dxZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvqP7R9dxZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvqP7R9dxZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvqP7R9dxZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvqP7R9dxZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvqP7R9dxZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvqP7R9dxZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvqP7R9dxZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvqP7R9dxZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvqP7R9dxZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvqP7R9dxZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvqP7R9dxZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvqP7R9dxZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvqP7R9dxZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvqP7R9dxZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvqP7R9dxZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvqP7R9dxZ .dropdown-item.active,
.cid-uvqP7R9dxZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uvqP7R9dxZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvqP7R9dxZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvqP7R9dxZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvqP7R9dxZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f5fa;
}
.cid-uvqP7R9dxZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvqP7R9dxZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvqP7R9dxZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvqP7R9dxZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvqP7R9dxZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvqP7R9dxZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvqP7R9dxZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvqP7R9dxZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvqP7R9dxZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvqP7R9dxZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvqP7R9dxZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvqP7R9dxZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvqP7R9dxZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvqP7R9dxZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvqP7R9dxZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvqP7R9dxZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvqP7R9dxZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvqP7R9dxZ .navbar {
    height: 70px;
  }
  .cid-uvqP7R9dxZ .navbar.opened {
    height: auto;
  }
  .cid-uvqP7R9dxZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvqP7RvKBP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-4-1200x740.webp");
}
.cid-uvqP7RvKBP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqP7RvKBP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqP7RvKBP .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvqP7RvKBP .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uvqP7RvKBP .mbr-section-title {
  color: #e30132;
}
.cid-uvqP7RvKBP .mbr-text,
.cid-uvqP7RvKBP .mbr-section-btn {
  color: #1b2b4a;
}
.cid-uvqP7RPaYh {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-8-623x344.webp");
}
.cid-uvqP7RPaYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqP7RPaYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqP7RPaYh .mbr-section-title {
  color: #e30132;
}
.cid-uvqP7S4tzc {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-rjv-piscinas-2000x1333.webp");
}
.cid-uvqP7S4tzc .mbr-overlay {
  background: #f3f5fa;
  opacity: 0.9;
}
.cid-uvqP7S4tzc img,
.cid-uvqP7S4tzc .item-img {
  width: 100%;
}
.cid-uvqP7S4tzc .item:focus,
.cid-uvqP7S4tzc span:focus {
  outline: none;
}
.cid-uvqP7S4tzc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uvqP7S4tzc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #1b4aa7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvqP7S4tzc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvqP7S4tzc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uvqP7S4tzc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvqP7S4tzc .mbr-section-title {
  color: #232323;
}
.cid-uvqP7S4tzc .mbr-text,
.cid-uvqP7S4tzc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uvqP7S4tzc .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uvqP7S4tzc .item-subtitle {
  text-align: center;
}
.cid-uvqP7SzZX0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-rjv-piscinas-1-2000x3000.webp");
}
.cid-uvqP7SzZX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqP7SzZX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqP7SzZX0 .card-wrapper {
  background: #f3f5fa;
}
@media (max-width: 767px) {
  .cid-uvqP7SzZX0 .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvqP7SzZX0 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqP7SzZX0 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvqP7SzZX0 .mbr-text,
.cid-uvqP7SzZX0 .mbr-section-btn {
  text-align: center;
  color: #1b2b4a;
}
.cid-uvqP7SzZX0 .card-title {
  color: #1b4aa7;
}
.cid-uvqP7SOYzO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-10-1312x738.webp");
}
.cid-uvqP7SOYzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqP7SOYzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqP7SOYzO .content-wrapper {
  background: #1b4aa7;
}
@media (max-width: 991px) {
  .cid-uvqP7SOYzO .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uvqP7SOYzO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvqP7SOYzO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvqP7SOYzO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqP7SOYzO .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvqP7SOYzO .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uvqP7SOYzO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvqP7SOYzO .card-title {
  color: #ffffff;
}
.cid-uvqP7SOYzO .mbr-text,
.cid-uvqP7SOYzO .mbr-section-btn {
  color: #ffffff;
}
.cid-uvqP7T7st5 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-8-623x344.webp");
}
.cid-uvqP7T7st5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqP7T7st5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqP7T7st5 .mbr-section-title {
  color: #e30132;
}
.cid-uvqP7Tp4Y3 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvqP7Tp4Y3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqP7Tp4Y3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqP7Tp4Y3 .video-wrapper iframe {
  width: 100%;
}
.cid-uvqP7Tp4Y3 .mbr-section-title,
.cid-uvqP7Tp4Y3 .mbr-section-subtitle,
.cid-uvqP7Tp4Y3 .mbr-text {
  text-align: center;
}
.cid-uvqP7Tp4Y3 .mbr-section-title {
  text-align: left;
  color: #e30132;
}
.cid-uvqP7THkcm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvqP7THkcm img,
.cid-uvqP7THkcm .item-img {
  width: 100%;
}
.cid-uvqP7THkcm .item:focus,
.cid-uvqP7THkcm span:focus {
  outline: none;
}
.cid-uvqP7THkcm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uvqP7THkcm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvqP7THkcm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvqP7THkcm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uvqP7THkcm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvqP7THkcm .mbr-section-title {
  color: #e30132;
  text-align: left;
}
.cid-uvqP7THkcm .mbr-text,
.cid-uvqP7THkcm .mbr-section-btn {
  text-align: left;
}
.cid-uvqP7THkcm .item-title {
  text-align: left;
}
.cid-uvqP7THkcm .item-subtitle {
  text-align: center;
}
.cid-uvqP7U0dDH {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvqP7U0dDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqP7U0dDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvqP7U0dDH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvqP7U0dDH .row {
  flex-direction: row-reverse;
}
.cid-uvqP7U0dDH img {
  width: 100%;
}
.cid-uvqP7UikcD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f3f5fa;
}
.cid-uvqP7UikcD .row {
  flex-direction: row-reverse;
}
.cid-uvqP7UikcD .justify-content-center {
  align-items: center;
}
.cid-uvqP7UikcD .mbr-section-title {
  text-align: center;
  color: #1b4aa7;
}
.cid-uvqP7UikcD .mbr-text,
.cid-uvqP7UikcD .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uvqP7UikcD .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvqP7UikcD .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqP7UikcD .item-wrapper {
    padding: 4rem;
  }
}
.cid-uvqP7UikcD .mbr-section-subtitle {
  color: #1b2b4a;
}
.cid-uvqP7UCRfq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uvqP7UCRfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqP7UCRfq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqP7UCRfq .google-map {
  height: 30rem;
  position: relative;
}
.cid-uvqP7UCRfq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvqP7UCRfq .google-map [data-state-details] {
  color: #6b6763;
  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-uvqP7UCRfq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvqP7UCRfq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvqP7UXJxw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b4aa7;
}
.cid-uvqP7UXJxw blockquote {
  border-color: #e30132;
  border-radius: 4px;
  background-color: #f3f5fa;
}
.cid-uvqP7UXJxw .mbr-text {
  color: #1b2b4a;
}
.cid-uvqP7VkRUw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b2b4a;
}
.cid-uvqP7VkRUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqP7VkRUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqP7VkRUw .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvqP7VkRUw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvqP7VkRUw .row {
    text-align: center;
  }
  .cid-uvqP7VkRUw .row > div {
    margin: auto;
  }
  .cid-uvqP7VkRUw .social-row {
    justify-content: center;
  }
}
.cid-uvqP7VkRUw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvqP7VkRUw .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uvqP7VkRUw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqP7VkRUw .list {
    margin-bottom: 0rem;
  }
}
.cid-uvqP7VkRUw .mbr-text {
  color: #bbbbbb;
}
.cid-uvqP7VkRUw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvqP7VkRUw .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uvqP7VkRUw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvqP7VkRUw .copyright {
  text-align: center;
}
.cid-uvqPeVN3Gc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvqPeVN3Gc nav.navbar {
  position: fixed;
}
.cid-uvqPeVN3Gc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvqPeVN3Gc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvqPeVN3Gc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvqPeVN3Gc .dropdown-item:hover,
.cid-uvqPeVN3Gc .dropdown-item:focus {
  background: #e30132 !important;
  color: white !important;
}
.cid-uvqPeVN3Gc .dropdown-item:hover span {
  color: white;
}
.cid-uvqPeVN3Gc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvqPeVN3Gc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvqPeVN3Gc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvqPeVN3Gc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvqPeVN3Gc .nav-link {
  position: relative;
}
.cid-uvqPeVN3Gc .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvqPeVN3Gc .container {
    flex-wrap: wrap;
  }
}
.cid-uvqPeVN3Gc .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvqPeVN3Gc .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvqPeVN3Gc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvqPeVN3Gc .dropdown-menu,
.cid-uvqPeVN3Gc .navbar.opened {
  background: #f3f5fa !important;
}
.cid-uvqPeVN3Gc .nav-item:focus,
.cid-uvqPeVN3Gc .nav-link:focus {
  outline: none;
}
.cid-uvqPeVN3Gc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvqPeVN3Gc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvqPeVN3Gc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvqPeVN3Gc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvqPeVN3Gc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvqPeVN3Gc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvqPeVN3Gc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f5fa;
}
.cid-uvqPeVN3Gc .navbar.opened {
  transition: all 0.3s;
}
.cid-uvqPeVN3Gc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvqPeVN3Gc .navbar .navbar-logo img {
  width: auto;
}
.cid-uvqPeVN3Gc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvqPeVN3Gc .navbar.collapsed {
  justify-content: center;
}
.cid-uvqPeVN3Gc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvqPeVN3Gc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvqPeVN3Gc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvqPeVN3Gc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvqPeVN3Gc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvqPeVN3Gc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvqPeVN3Gc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvqPeVN3Gc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvqPeVN3Gc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvqPeVN3Gc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvqPeVN3Gc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvqPeVN3Gc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvqPeVN3Gc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvqPeVN3Gc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvqPeVN3Gc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvqPeVN3Gc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvqPeVN3Gc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvqPeVN3Gc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvqPeVN3Gc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvqPeVN3Gc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvqPeVN3Gc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvqPeVN3Gc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvqPeVN3Gc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvqPeVN3Gc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvqPeVN3Gc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvqPeVN3Gc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvqPeVN3Gc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvqPeVN3Gc .dropdown-item.active,
.cid-uvqPeVN3Gc .dropdown-item:active {
  background-color: transparent;
}
.cid-uvqPeVN3Gc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvqPeVN3Gc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvqPeVN3Gc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvqPeVN3Gc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f5fa;
}
.cid-uvqPeVN3Gc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvqPeVN3Gc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvqPeVN3Gc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvqPeVN3Gc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvqPeVN3Gc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvqPeVN3Gc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvqPeVN3Gc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvqPeVN3Gc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvqPeVN3Gc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvqPeVN3Gc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvqPeVN3Gc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvqPeVN3Gc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvqPeVN3Gc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvqPeVN3Gc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvqPeVN3Gc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvqPeVN3Gc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvqPeVN3Gc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvqPeVN3Gc .navbar {
    height: 70px;
  }
  .cid-uvqPeVN3Gc .navbar.opened {
    height: auto;
  }
  .cid-uvqPeVN3Gc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvqPeW6D1x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-4-1200x740.webp");
}
.cid-uvqPeW6D1x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPeW6D1x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPeW6D1x .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvqPeW6D1x .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uvqPeW6D1x .mbr-section-title {
  color: #e30132;
}
.cid-uvqPeW6D1x .mbr-text,
.cid-uvqPeW6D1x .mbr-section-btn {
  color: #1b2b4a;
}
.cid-uvqPeWjExc {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-8-623x344.webp");
}
.cid-uvqPeWjExc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPeWjExc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPeWjExc .mbr-section-title {
  color: #e30132;
}
.cid-uvqPeWyDlx {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-rjv-piscinas-2000x1333.webp");
}
.cid-uvqPeWyDlx .mbr-overlay {
  background: #f3f5fa;
  opacity: 0.9;
}
.cid-uvqPeWyDlx img,
.cid-uvqPeWyDlx .item-img {
  width: 100%;
}
.cid-uvqPeWyDlx .item:focus,
.cid-uvqPeWyDlx span:focus {
  outline: none;
}
.cid-uvqPeWyDlx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uvqPeWyDlx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #1b4aa7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvqPeWyDlx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvqPeWyDlx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uvqPeWyDlx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvqPeWyDlx .mbr-section-title {
  color: #232323;
}
.cid-uvqPeWyDlx .mbr-text,
.cid-uvqPeWyDlx .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uvqPeWyDlx .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uvqPeWyDlx .item-subtitle {
  text-align: center;
}
.cid-uvqPeX0xbA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-rjv-piscinas-1-2000x3000.webp");
}
.cid-uvqPeX0xbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPeX0xbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPeX0xbA .card-wrapper {
  background: #f3f5fa;
}
@media (max-width: 767px) {
  .cid-uvqPeX0xbA .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvqPeX0xbA .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqPeX0xbA .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvqPeX0xbA .mbr-text,
.cid-uvqPeX0xbA .mbr-section-btn {
  text-align: center;
  color: #1b2b4a;
}
.cid-uvqPeX0xbA .card-title {
  color: #1b4aa7;
}
.cid-uvqPeXdigq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-10-1312x738.webp");
}
.cid-uvqPeXdigq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPeXdigq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPeXdigq .content-wrapper {
  background: #1b4aa7;
}
@media (max-width: 991px) {
  .cid-uvqPeXdigq .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uvqPeXdigq .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvqPeXdigq .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvqPeXdigq .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqPeXdigq .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvqPeXdigq .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uvqPeXdigq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvqPeXdigq .card-title {
  color: #ffffff;
}
.cid-uvqPeXdigq .mbr-text,
.cid-uvqPeXdigq .mbr-section-btn {
  color: #ffffff;
}
.cid-uvqPeXufed {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-8-623x344.webp");
}
.cid-uvqPeXufed .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPeXufed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPeXufed .mbr-section-title {
  color: #e30132;
}
.cid-uvqPeXHk9o {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvqPeXHk9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPeXHk9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPeXHk9o .video-wrapper iframe {
  width: 100%;
}
.cid-uvqPeXHk9o .mbr-section-title,
.cid-uvqPeXHk9o .mbr-section-subtitle,
.cid-uvqPeXHk9o .mbr-text {
  text-align: center;
}
.cid-uvqPeXHk9o .mbr-section-title {
  text-align: left;
  color: #e30132;
}
.cid-uvqPeXXrnB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvqPeXXrnB img,
.cid-uvqPeXXrnB .item-img {
  width: 100%;
}
.cid-uvqPeXXrnB .item:focus,
.cid-uvqPeXXrnB span:focus {
  outline: none;
}
.cid-uvqPeXXrnB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uvqPeXXrnB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvqPeXXrnB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvqPeXXrnB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uvqPeXXrnB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvqPeXXrnB .mbr-section-title {
  color: #e30132;
  text-align: left;
}
.cid-uvqPeXXrnB .mbr-text,
.cid-uvqPeXXrnB .mbr-section-btn {
  text-align: left;
}
.cid-uvqPeXXrnB .item-title {
  text-align: left;
}
.cid-uvqPeXXrnB .item-subtitle {
  text-align: center;
}
.cid-uvqPeYgk9G {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvqPeYgk9G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPeYgk9G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvqPeYgk9G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvqPeYgk9G .row {
  flex-direction: row-reverse;
}
.cid-uvqPeYgk9G img {
  width: 100%;
}
.cid-uvqPeYu8Nw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f3f5fa;
}
.cid-uvqPeYu8Nw .row {
  flex-direction: row-reverse;
}
.cid-uvqPeYu8Nw .justify-content-center {
  align-items: center;
}
.cid-uvqPeYu8Nw .mbr-section-title {
  text-align: center;
  color: #1b4aa7;
}
.cid-uvqPeYu8Nw .mbr-text,
.cid-uvqPeYu8Nw .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uvqPeYu8Nw .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvqPeYu8Nw .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqPeYu8Nw .item-wrapper {
    padding: 4rem;
  }
}
.cid-uvqPeYu8Nw .mbr-section-subtitle {
  color: #1b2b4a;
}
.cid-uvqPeYLhLB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uvqPeYLhLB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPeYLhLB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPeYLhLB .google-map {
  height: 30rem;
  position: relative;
}
.cid-uvqPeYLhLB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvqPeYLhLB .google-map [data-state-details] {
  color: #6b6763;
  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-uvqPeYLhLB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvqPeYLhLB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvqPeZ4cdN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b4aa7;
}
.cid-uvqPeZ4cdN blockquote {
  border-color: #e30132;
  border-radius: 4px;
  background-color: #f3f5fa;
}
.cid-uvqPeZ4cdN .mbr-text {
  color: #1b2b4a;
}
.cid-uvqPeZhq4M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b2b4a;
}
.cid-uvqPeZhq4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPeZhq4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPeZhq4M .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvqPeZhq4M .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvqPeZhq4M .row {
    text-align: center;
  }
  .cid-uvqPeZhq4M .row > div {
    margin: auto;
  }
  .cid-uvqPeZhq4M .social-row {
    justify-content: center;
  }
}
.cid-uvqPeZhq4M .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvqPeZhq4M .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uvqPeZhq4M .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqPeZhq4M .list {
    margin-bottom: 0rem;
  }
}
.cid-uvqPeZhq4M .mbr-text {
  color: #bbbbbb;
}
.cid-uvqPeZhq4M .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvqPeZhq4M .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uvqPeZhq4M div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvqPeZhq4M .copyright {
  text-align: center;
}
.cid-uvqPovRxhx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvqPovRxhx nav.navbar {
  position: fixed;
}
.cid-uvqPovRxhx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvqPovRxhx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvqPovRxhx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvqPovRxhx .dropdown-item:hover,
.cid-uvqPovRxhx .dropdown-item:focus {
  background: #e30132 !important;
  color: white !important;
}
.cid-uvqPovRxhx .dropdown-item:hover span {
  color: white;
}
.cid-uvqPovRxhx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvqPovRxhx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvqPovRxhx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvqPovRxhx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvqPovRxhx .nav-link {
  position: relative;
}
.cid-uvqPovRxhx .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvqPovRxhx .container {
    flex-wrap: wrap;
  }
}
.cid-uvqPovRxhx .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvqPovRxhx .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvqPovRxhx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvqPovRxhx .dropdown-menu,
.cid-uvqPovRxhx .navbar.opened {
  background: #f3f5fa !important;
}
.cid-uvqPovRxhx .nav-item:focus,
.cid-uvqPovRxhx .nav-link:focus {
  outline: none;
}
.cid-uvqPovRxhx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvqPovRxhx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvqPovRxhx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvqPovRxhx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvqPovRxhx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvqPovRxhx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvqPovRxhx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f5fa;
}
.cid-uvqPovRxhx .navbar.opened {
  transition: all 0.3s;
}
.cid-uvqPovRxhx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvqPovRxhx .navbar .navbar-logo img {
  width: auto;
}
.cid-uvqPovRxhx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvqPovRxhx .navbar.collapsed {
  justify-content: center;
}
.cid-uvqPovRxhx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvqPovRxhx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvqPovRxhx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvqPovRxhx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvqPovRxhx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvqPovRxhx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvqPovRxhx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvqPovRxhx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvqPovRxhx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvqPovRxhx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvqPovRxhx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvqPovRxhx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvqPovRxhx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvqPovRxhx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvqPovRxhx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvqPovRxhx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvqPovRxhx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvqPovRxhx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvqPovRxhx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvqPovRxhx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvqPovRxhx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvqPovRxhx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvqPovRxhx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvqPovRxhx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvqPovRxhx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvqPovRxhx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvqPovRxhx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvqPovRxhx .dropdown-item.active,
.cid-uvqPovRxhx .dropdown-item:active {
  background-color: transparent;
}
.cid-uvqPovRxhx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvqPovRxhx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvqPovRxhx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvqPovRxhx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f5fa;
}
.cid-uvqPovRxhx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvqPovRxhx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvqPovRxhx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvqPovRxhx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvqPovRxhx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvqPovRxhx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvqPovRxhx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvqPovRxhx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvqPovRxhx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvqPovRxhx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvqPovRxhx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvqPovRxhx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvqPovRxhx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvqPovRxhx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvqPovRxhx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvqPovRxhx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvqPovRxhx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvqPovRxhx .navbar {
    height: 70px;
  }
  .cid-uvqPovRxhx .navbar.opened {
    height: auto;
  }
  .cid-uvqPovRxhx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvqPow7ggy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-4-1200x740.webp");
}
.cid-uvqPow7ggy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPow7ggy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPow7ggy .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvqPow7ggy .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uvqPow7ggy .mbr-section-title {
  color: #e30132;
}
.cid-uvqPow7ggy .mbr-text,
.cid-uvqPow7ggy .mbr-section-btn {
  color: #1b2b4a;
}
.cid-uvqPowk5h1 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-8-623x344.webp");
}
.cid-uvqPowk5h1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPowk5h1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPowk5h1 .mbr-section-title {
  color: #e30132;
}
.cid-uvqPowxZHr {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-rjv-piscinas-2000x1333.webp");
}
.cid-uvqPowxZHr .mbr-overlay {
  background: #f3f5fa;
  opacity: 0.9;
}
.cid-uvqPowxZHr img,
.cid-uvqPowxZHr .item-img {
  width: 100%;
}
.cid-uvqPowxZHr .item:focus,
.cid-uvqPowxZHr span:focus {
  outline: none;
}
.cid-uvqPowxZHr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uvqPowxZHr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #1b4aa7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvqPowxZHr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvqPowxZHr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uvqPowxZHr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvqPowxZHr .mbr-section-title {
  color: #232323;
}
.cid-uvqPowxZHr .mbr-text,
.cid-uvqPowxZHr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uvqPowxZHr .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uvqPowxZHr .item-subtitle {
  text-align: center;
}
.cid-uvqPox0tug {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-rjv-piscinas-1-2000x3000.webp");
}
.cid-uvqPox0tug .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPox0tug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPox0tug .card-wrapper {
  background: #f3f5fa;
}
@media (max-width: 767px) {
  .cid-uvqPox0tug .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvqPox0tug .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqPox0tug .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvqPox0tug .mbr-text,
.cid-uvqPox0tug .mbr-section-btn {
  text-align: center;
  color: #1b2b4a;
}
.cid-uvqPox0tug .card-title {
  color: #1b4aa7;
}
.cid-uvqPoxd5cU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-10-1312x738.webp");
}
.cid-uvqPoxd5cU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPoxd5cU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPoxd5cU .content-wrapper {
  background: #1b4aa7;
}
@media (max-width: 991px) {
  .cid-uvqPoxd5cU .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uvqPoxd5cU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvqPoxd5cU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvqPoxd5cU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqPoxd5cU .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvqPoxd5cU .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uvqPoxd5cU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvqPoxd5cU .card-title {
  color: #ffffff;
}
.cid-uvqPoxd5cU .mbr-text,
.cid-uvqPoxd5cU .mbr-section-btn {
  color: #ffffff;
}
.cid-uvqPoxsION {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-8-623x344.webp");
}
.cid-uvqPoxsION .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPoxsION .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPoxsION .mbr-section-title {
  color: #e30132;
}
.cid-uvqPoxHJks {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvqPoxHJks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPoxHJks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPoxHJks .video-wrapper iframe {
  width: 100%;
}
.cid-uvqPoxHJks .mbr-section-title,
.cid-uvqPoxHJks .mbr-section-subtitle,
.cid-uvqPoxHJks .mbr-text {
  text-align: center;
}
.cid-uvqPoxHJks .mbr-section-title {
  text-align: left;
  color: #e30132;
}
.cid-uvqPoxYFo4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvqPoxYFo4 img,
.cid-uvqPoxYFo4 .item-img {
  width: 100%;
}
.cid-uvqPoxYFo4 .item:focus,
.cid-uvqPoxYFo4 span:focus {
  outline: none;
}
.cid-uvqPoxYFo4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uvqPoxYFo4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvqPoxYFo4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvqPoxYFo4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uvqPoxYFo4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvqPoxYFo4 .mbr-section-title {
  color: #e30132;
  text-align: left;
}
.cid-uvqPoxYFo4 .mbr-text,
.cid-uvqPoxYFo4 .mbr-section-btn {
  text-align: left;
}
.cid-uvqPoxYFo4 .item-title {
  text-align: left;
}
.cid-uvqPoxYFo4 .item-subtitle {
  text-align: center;
}
.cid-uvqPoygIGo {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvqPoygIGo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPoygIGo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvqPoygIGo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvqPoygIGo .row {
  flex-direction: row-reverse;
}
.cid-uvqPoygIGo img {
  width: 100%;
}
.cid-uvqPoyyqG2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f3f5fa;
}
.cid-uvqPoyyqG2 .row {
  flex-direction: row-reverse;
}
.cid-uvqPoyyqG2 .justify-content-center {
  align-items: center;
}
.cid-uvqPoyyqG2 .mbr-section-title {
  text-align: center;
  color: #1b4aa7;
}
.cid-uvqPoyyqG2 .mbr-text,
.cid-uvqPoyyqG2 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uvqPoyyqG2 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvqPoyyqG2 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqPoyyqG2 .item-wrapper {
    padding: 4rem;
  }
}
.cid-uvqPoyyqG2 .mbr-section-subtitle {
  color: #1b2b4a;
}
.cid-uvqPoyOAlA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uvqPoyOAlA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPoyOAlA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPoyOAlA .google-map {
  height: 30rem;
  position: relative;
}
.cid-uvqPoyOAlA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvqPoyOAlA .google-map [data-state-details] {
  color: #6b6763;
  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-uvqPoyOAlA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvqPoyOAlA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvqPoz7iSr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b4aa7;
}
.cid-uvqPoz7iSr blockquote {
  border-color: #e30132;
  border-radius: 4px;
  background-color: #f3f5fa;
}
.cid-uvqPoz7iSr .mbr-text {
  color: #1b2b4a;
}
.cid-uvqPozlng7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b2b4a;
}
.cid-uvqPozlng7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPozlng7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPozlng7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvqPozlng7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvqPozlng7 .row {
    text-align: center;
  }
  .cid-uvqPozlng7 .row > div {
    margin: auto;
  }
  .cid-uvqPozlng7 .social-row {
    justify-content: center;
  }
}
.cid-uvqPozlng7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvqPozlng7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uvqPozlng7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqPozlng7 .list {
    margin-bottom: 0rem;
  }
}
.cid-uvqPozlng7 .mbr-text {
  color: #bbbbbb;
}
.cid-uvqPozlng7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvqPozlng7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uvqPozlng7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvqPozlng7 .copyright {
  text-align: center;
}
.cid-uvqPvWvxxV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvqPvWvxxV nav.navbar {
  position: fixed;
}
.cid-uvqPvWvxxV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvqPvWvxxV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvqPvWvxxV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvqPvWvxxV .dropdown-item:hover,
.cid-uvqPvWvxxV .dropdown-item:focus {
  background: #e30132 !important;
  color: white !important;
}
.cid-uvqPvWvxxV .dropdown-item:hover span {
  color: white;
}
.cid-uvqPvWvxxV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvqPvWvxxV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvqPvWvxxV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvqPvWvxxV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvqPvWvxxV .nav-link {
  position: relative;
}
.cid-uvqPvWvxxV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvqPvWvxxV .container {
    flex-wrap: wrap;
  }
}
.cid-uvqPvWvxxV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvqPvWvxxV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvqPvWvxxV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvqPvWvxxV .dropdown-menu,
.cid-uvqPvWvxxV .navbar.opened {
  background: #f3f5fa !important;
}
.cid-uvqPvWvxxV .nav-item:focus,
.cid-uvqPvWvxxV .nav-link:focus {
  outline: none;
}
.cid-uvqPvWvxxV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvqPvWvxxV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvqPvWvxxV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvqPvWvxxV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvqPvWvxxV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvqPvWvxxV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvqPvWvxxV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f5fa;
}
.cid-uvqPvWvxxV .navbar.opened {
  transition: all 0.3s;
}
.cid-uvqPvWvxxV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvqPvWvxxV .navbar .navbar-logo img {
  width: auto;
}
.cid-uvqPvWvxxV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvqPvWvxxV .navbar.collapsed {
  justify-content: center;
}
.cid-uvqPvWvxxV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvqPvWvxxV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvqPvWvxxV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvqPvWvxxV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvqPvWvxxV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvqPvWvxxV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvqPvWvxxV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvqPvWvxxV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvqPvWvxxV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvqPvWvxxV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvqPvWvxxV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvqPvWvxxV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvqPvWvxxV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvqPvWvxxV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvqPvWvxxV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvqPvWvxxV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvqPvWvxxV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvqPvWvxxV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvqPvWvxxV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvqPvWvxxV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvqPvWvxxV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvqPvWvxxV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvqPvWvxxV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvqPvWvxxV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvqPvWvxxV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvqPvWvxxV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvqPvWvxxV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvqPvWvxxV .dropdown-item.active,
.cid-uvqPvWvxxV .dropdown-item:active {
  background-color: transparent;
}
.cid-uvqPvWvxxV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvqPvWvxxV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvqPvWvxxV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvqPvWvxxV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f5fa;
}
.cid-uvqPvWvxxV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvqPvWvxxV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvqPvWvxxV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvqPvWvxxV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvqPvWvxxV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvqPvWvxxV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvqPvWvxxV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvqPvWvxxV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvqPvWvxxV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvqPvWvxxV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvqPvWvxxV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvqPvWvxxV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvqPvWvxxV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvqPvWvxxV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvqPvWvxxV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvqPvWvxxV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvqPvWvxxV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvqPvWvxxV .navbar {
    height: 70px;
  }
  .cid-uvqPvWvxxV .navbar.opened {
    height: auto;
  }
  .cid-uvqPvWvxxV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvqPvWOB1q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-4-1200x740.webp");
}
.cid-uvqPvWOB1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPvWOB1q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPvWOB1q .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvqPvWOB1q .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uvqPvWOB1q .mbr-section-title {
  color: #e30132;
}
.cid-uvqPvWOB1q .mbr-text,
.cid-uvqPvWOB1q .mbr-section-btn {
  color: #1b2b4a;
}
.cid-uvqPvX4B6N {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-8-623x344.webp");
}
.cid-uvqPvX4B6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPvX4B6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPvX4B6N .mbr-section-title {
  color: #e30132;
}
.cid-uvqPvXktDJ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-rjv-piscinas-2000x1333.webp");
}
.cid-uvqPvXktDJ .mbr-overlay {
  background: #f3f5fa;
  opacity: 0.9;
}
.cid-uvqPvXktDJ img,
.cid-uvqPvXktDJ .item-img {
  width: 100%;
}
.cid-uvqPvXktDJ .item:focus,
.cid-uvqPvXktDJ span:focus {
  outline: none;
}
.cid-uvqPvXktDJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uvqPvXktDJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #1b4aa7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvqPvXktDJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvqPvXktDJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uvqPvXktDJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvqPvXktDJ .mbr-section-title {
  color: #232323;
}
.cid-uvqPvXktDJ .mbr-text,
.cid-uvqPvXktDJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uvqPvXktDJ .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uvqPvXktDJ .item-subtitle {
  text-align: center;
}
.cid-uvqPvXLv0C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-rjv-piscinas-1-2000x1500.webp");
}
.cid-uvqPvXLv0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPvXLv0C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPvXLv0C .card-wrapper {
  background: #f3f5fa;
}
@media (max-width: 767px) {
  .cid-uvqPvXLv0C .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvqPvXLv0C .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqPvXLv0C .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvqPvXLv0C .mbr-text,
.cid-uvqPvXLv0C .mbr-section-btn {
  text-align: center;
  color: #1b2b4a;
}
.cid-uvqPvXLv0C .card-title {
  color: #1b4aa7;
}
.cid-uvqPvXZITM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-10-1312x738.webp");
}
.cid-uvqPvXZITM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPvXZITM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPvXZITM .content-wrapper {
  background: #1b4aa7;
}
@media (max-width: 991px) {
  .cid-uvqPvXZITM .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uvqPvXZITM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvqPvXZITM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvqPvXZITM .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqPvXZITM .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvqPvXZITM .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uvqPvXZITM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvqPvXZITM .card-title {
  color: #ffffff;
}
.cid-uvqPvXZITM .mbr-text,
.cid-uvqPvXZITM .mbr-section-btn {
  color: #ffffff;
}
.cid-uvqPvYfRrl {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-8-623x344.webp");
}
.cid-uvqPvYfRrl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPvYfRrl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPvYfRrl .mbr-section-title {
  color: #e30132;
}
.cid-uvqPvYueFO {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvqPvYueFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPvYueFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPvYueFO .video-wrapper iframe {
  width: 100%;
}
.cid-uvqPvYueFO .mbr-section-title,
.cid-uvqPvYueFO .mbr-section-subtitle,
.cid-uvqPvYueFO .mbr-text {
  text-align: center;
}
.cid-uvqPvYueFO .mbr-section-title {
  text-align: left;
  color: #e30132;
}
.cid-uvqPvYQ1RK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvqPvYQ1RK img,
.cid-uvqPvYQ1RK .item-img {
  width: 100%;
}
.cid-uvqPvYQ1RK .item:focus,
.cid-uvqPvYQ1RK span:focus {
  outline: none;
}
.cid-uvqPvYQ1RK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uvqPvYQ1RK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvqPvYQ1RK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvqPvYQ1RK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uvqPvYQ1RK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvqPvYQ1RK .mbr-section-title {
  color: #e30132;
  text-align: left;
}
.cid-uvqPvYQ1RK .mbr-text,
.cid-uvqPvYQ1RK .mbr-section-btn {
  text-align: left;
}
.cid-uvqPvYQ1RK .item-title {
  text-align: left;
}
.cid-uvqPvYQ1RK .item-subtitle {
  text-align: center;
}
.cid-uvqPvZ7rUr {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvqPvZ7rUr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPvZ7rUr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvqPvZ7rUr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvqPvZ7rUr .row {
  flex-direction: row-reverse;
}
.cid-uvqPvZ7rUr img {
  width: 100%;
}
.cid-uvqPvZlp4h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f3f5fa;
}
.cid-uvqPvZlp4h .row {
  flex-direction: row-reverse;
}
.cid-uvqPvZlp4h .justify-content-center {
  align-items: center;
}
.cid-uvqPvZlp4h .mbr-section-title {
  text-align: center;
  color: #1b4aa7;
}
.cid-uvqPvZlp4h .mbr-text,
.cid-uvqPvZlp4h .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uvqPvZlp4h .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvqPvZlp4h .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqPvZlp4h .item-wrapper {
    padding: 4rem;
  }
}
.cid-uvqPvZlp4h .mbr-section-subtitle {
  color: #1b2b4a;
}
.cid-uvqPvZBcH1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uvqPvZBcH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPvZBcH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPvZBcH1 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uvqPvZBcH1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvqPvZBcH1 .google-map [data-state-details] {
  color: #6b6763;
  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-uvqPvZBcH1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvqPvZBcH1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvqPvZUzYa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b4aa7;
}
.cid-uvqPvZUzYa blockquote {
  border-color: #e30132;
  border-radius: 4px;
  background-color: #f3f5fa;
}
.cid-uvqPvZUzYa .mbr-text {
  color: #1b2b4a;
}
.cid-uvqPw08D2v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b2b4a;
}
.cid-uvqPw08D2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqPw08D2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqPw08D2v .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvqPw08D2v .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvqPw08D2v .row {
    text-align: center;
  }
  .cid-uvqPw08D2v .row > div {
    margin: auto;
  }
  .cid-uvqPw08D2v .social-row {
    justify-content: center;
  }
}
.cid-uvqPw08D2v .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvqPw08D2v .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uvqPw08D2v .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqPw08D2v .list {
    margin-bottom: 0rem;
  }
}
.cid-uvqPw08D2v .mbr-text {
  color: #bbbbbb;
}
.cid-uvqPw08D2v .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvqPw08D2v .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uvqPw08D2v div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvqPw08D2v .copyright {
  text-align: center;
}
.cid-vcTOj6Xjd7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vcTOj6Xjd7 nav.navbar {
  position: fixed;
}
.cid-vcTOj6Xjd7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTOj6Xjd7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcTOj6Xjd7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcTOj6Xjd7 .dropdown-item:hover,
.cid-vcTOj6Xjd7 .dropdown-item:focus {
  background: #e30132 !important;
  color: white !important;
}
.cid-vcTOj6Xjd7 .dropdown-item:hover span {
  color: white;
}
.cid-vcTOj6Xjd7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcTOj6Xjd7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcTOj6Xjd7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcTOj6Xjd7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcTOj6Xjd7 .nav-link {
  position: relative;
}
.cid-vcTOj6Xjd7 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTOj6Xjd7 .container {
    flex-wrap: wrap;
  }
}
.cid-vcTOj6Xjd7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTOj6Xjd7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vcTOj6Xjd7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcTOj6Xjd7 .dropdown-menu,
.cid-vcTOj6Xjd7 .navbar.opened {
  background: #f3f5fa !important;
}
.cid-vcTOj6Xjd7 .nav-item:focus,
.cid-vcTOj6Xjd7 .nav-link:focus {
  outline: none;
}
.cid-vcTOj6Xjd7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcTOj6Xjd7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcTOj6Xjd7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcTOj6Xjd7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTOj6Xjd7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcTOj6Xjd7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcTOj6Xjd7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f5fa;
}
.cid-vcTOj6Xjd7 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcTOj6Xjd7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcTOj6Xjd7 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcTOj6Xjd7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcTOj6Xjd7 .navbar.collapsed {
  justify-content: center;
}
.cid-vcTOj6Xjd7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcTOj6Xjd7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcTOj6Xjd7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vcTOj6Xjd7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcTOj6Xjd7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcTOj6Xjd7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcTOj6Xjd7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcTOj6Xjd7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcTOj6Xjd7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcTOj6Xjd7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcTOj6Xjd7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcTOj6Xjd7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcTOj6Xjd7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcTOj6Xjd7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcTOj6Xjd7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcTOj6Xjd7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcTOj6Xjd7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcTOj6Xjd7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcTOj6Xjd7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcTOj6Xjd7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcTOj6Xjd7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcTOj6Xjd7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcTOj6Xjd7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcTOj6Xjd7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcTOj6Xjd7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcTOj6Xjd7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcTOj6Xjd7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcTOj6Xjd7 .dropdown-item.active,
.cid-vcTOj6Xjd7 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcTOj6Xjd7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcTOj6Xjd7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcTOj6Xjd7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcTOj6Xjd7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f5fa;
}
.cid-vcTOj6Xjd7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcTOj6Xjd7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcTOj6Xjd7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcTOj6Xjd7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcTOj6Xjd7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcTOj6Xjd7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vcTOj6Xjd7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcTOj6Xjd7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTOj6Xjd7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTOj6Xjd7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcTOj6Xjd7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTOj6Xjd7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcTOj6Xjd7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcTOj6Xjd7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTOj6Xjd7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcTOj6Xjd7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcTOj6Xjd7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcTOj6Xjd7 .navbar {
    height: 70px;
  }
  .cid-vcTOj6Xjd7 .navbar.opened {
    height: auto;
  }
  .cid-vcTOj6Xjd7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTOj7bq4A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-4-1200x740.webp");
}
.cid-vcTOj7bq4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTOj7bq4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTOj7bq4A .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcTOj7bq4A .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-vcTOj7bq4A .mbr-section-title {
  color: #e30132;
}
.cid-vcTOj7bq4A .mbr-text,
.cid-vcTOj7bq4A .mbr-section-btn {
  color: #1b2b4a;
}
.cid-vcTOj7o6kQ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-8-623x344.webp");
}
.cid-vcTOj7o6kQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTOj7o6kQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTOj7o6kQ .mbr-section-title {
  color: #e30132;
}
.cid-vcTOj7z2yA {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-rjv-piscinas-2000x1333.webp");
}
.cid-vcTOj7z2yA .mbr-overlay {
  background: #f3f5fa;
  opacity: 0.9;
}
.cid-vcTOj7z2yA img,
.cid-vcTOj7z2yA .item-img {
  width: 100%;
}
.cid-vcTOj7z2yA .item:focus,
.cid-vcTOj7z2yA span:focus {
  outline: none;
}
.cid-vcTOj7z2yA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcTOj7z2yA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #1b4aa7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTOj7z2yA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTOj7z2yA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTOj7z2yA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTOj7z2yA .mbr-section-title {
  color: #232323;
}
.cid-vcTOj7z2yA .mbr-text,
.cid-vcTOj7z2yA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vcTOj7z2yA .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vcTOj7z2yA .item-subtitle {
  text-align: center;
}
.cid-vcTOj7TYnl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-rjv-piscinas-1-2000x1500.webp");
}
.cid-vcTOj7TYnl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTOj7TYnl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTOj7TYnl .card-wrapper {
  background: #f3f5fa;
}
@media (max-width: 767px) {
  .cid-vcTOj7TYnl .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcTOj7TYnl .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcTOj7TYnl .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcTOj7TYnl .mbr-text,
.cid-vcTOj7TYnl .mbr-section-btn {
  text-align: center;
  color: #1b2b4a;
}
.cid-vcTOj7TYnl .card-title {
  color: #1b4aa7;
}
.cid-vcTOj85ygO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-10-1312x738.webp");
}
.cid-vcTOj85ygO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTOj85ygO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTOj85ygO .content-wrapper {
  background: #1b4aa7;
}
@media (max-width: 991px) {
  .cid-vcTOj85ygO .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vcTOj85ygO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vcTOj85ygO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcTOj85ygO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcTOj85ygO .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vcTOj85ygO .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vcTOj85ygO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcTOj85ygO .card-title {
  color: #ffffff;
}
.cid-vcTOj85ygO .mbr-text,
.cid-vcTOj85ygO .mbr-section-btn {
  color: #ffffff;
}
.cid-vcTOj8hAOE {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background-rjv-piscinas-2000x1333.webp");
}
.cid-vcTOj8hAOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTOj8hAOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTOj8hAOE .mbr-section-title {
  color: #e30132;
}
.cid-vcTOj8sxaY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vcTOj8sxaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTOj8sxaY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTOj8sxaY .video-wrapper iframe {
  width: 100%;
}
.cid-vcTOj8sxaY .mbr-section-title,
.cid-vcTOj8sxaY .mbr-section-subtitle,
.cid-vcTOj8sxaY .mbr-text {
  text-align: center;
}
.cid-vcTOj8sxaY .mbr-section-title {
  text-align: left;
  color: #e30132;
}
.cid-vcTOj8Cxjm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcTOj8Cxjm img,
.cid-vcTOj8Cxjm .item-img {
  width: 100%;
}
.cid-vcTOj8Cxjm .item:focus,
.cid-vcTOj8Cxjm span:focus {
  outline: none;
}
.cid-vcTOj8Cxjm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcTOj8Cxjm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTOj8Cxjm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTOj8Cxjm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTOj8Cxjm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTOj8Cxjm .mbr-section-title {
  color: #e30132;
  text-align: left;
}
.cid-vcTOj8Cxjm .mbr-text,
.cid-vcTOj8Cxjm .mbr-section-btn {
  text-align: left;
}
.cid-vcTOj8Cxjm .item-title {
  text-align: left;
}
.cid-vcTOj8Cxjm .item-subtitle {
  text-align: center;
}
.cid-vcTOj8Qv2S {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTOj8Qv2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTOj8Qv2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcTOj8Qv2S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcTOj8Qv2S .row {
  flex-direction: row-reverse;
}
.cid-vcTOj8Qv2S img {
  width: 100%;
}
.cid-vcTOj90dTI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f3f5fa;
}
.cid-vcTOj90dTI .row {
  flex-direction: row-reverse;
}
.cid-vcTOj90dTI .justify-content-center {
  align-items: center;
}
.cid-vcTOj90dTI .mbr-section-title {
  text-align: center;
  color: #1b4aa7;
}
.cid-vcTOj90dTI .mbr-text,
.cid-vcTOj90dTI .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vcTOj90dTI .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcTOj90dTI .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcTOj90dTI .item-wrapper {
    padding: 4rem;
  }
}
.cid-vcTOj90dTI .mbr-section-subtitle {
  color: #1b2b4a;
}
.cid-vcTOj9fMQD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vcTOj9fMQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTOj9fMQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTOj9fMQD .google-map {
  height: 30rem;
  position: relative;
}
.cid-vcTOj9fMQD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vcTOj9fMQD .google-map [data-state-details] {
  color: #6b6763;
  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-vcTOj9fMQD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vcTOj9fMQD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vcTOj9sE6L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b4aa7;
}
.cid-vcTOj9sE6L blockquote {
  border-color: #e30132;
  border-radius: 4px;
  background-color: #f3f5fa;
}
.cid-vcTOj9sE6L .mbr-text {
  color: #1b2b4a;
}
.cid-vcTOj9BCJV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b2b4a;
}
.cid-vcTOj9BCJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTOj9BCJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTOj9BCJV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcTOj9BCJV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcTOj9BCJV .row {
    text-align: center;
  }
  .cid-vcTOj9BCJV .row > div {
    margin: auto;
  }
  .cid-vcTOj9BCJV .social-row {
    justify-content: center;
  }
}
.cid-vcTOj9BCJV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcTOj9BCJV .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcTOj9BCJV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcTOj9BCJV .list {
    margin-bottom: 0rem;
  }
}
.cid-vcTOj9BCJV .mbr-text {
  color: #bbbbbb;
}
.cid-vcTOj9BCJV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcTOj9BCJV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcTOj9BCJV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcTOj9BCJV .copyright {
  text-align: center;
}
.cid-vcTODteLD8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vcTODteLD8 nav.navbar {
  position: fixed;
}
.cid-vcTODteLD8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTODteLD8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcTODteLD8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcTODteLD8 .dropdown-item:hover,
.cid-vcTODteLD8 .dropdown-item:focus {
  background: #e30132 !important;
  color: white !important;
}
.cid-vcTODteLD8 .dropdown-item:hover span {
  color: white;
}
.cid-vcTODteLD8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcTODteLD8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcTODteLD8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcTODteLD8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcTODteLD8 .nav-link {
  position: relative;
}
.cid-vcTODteLD8 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTODteLD8 .container {
    flex-wrap: wrap;
  }
}
.cid-vcTODteLD8 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcTODteLD8 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vcTODteLD8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcTODteLD8 .dropdown-menu,
.cid-vcTODteLD8 .navbar.opened {
  background: #f3f5fa !important;
}
.cid-vcTODteLD8 .nav-item:focus,
.cid-vcTODteLD8 .nav-link:focus {
  outline: none;
}
.cid-vcTODteLD8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcTODteLD8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcTODteLD8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcTODteLD8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcTODteLD8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcTODteLD8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcTODteLD8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f5fa;
}
.cid-vcTODteLD8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcTODteLD8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcTODteLD8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcTODteLD8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcTODteLD8 .navbar.collapsed {
  justify-content: center;
}
.cid-vcTODteLD8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcTODteLD8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcTODteLD8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vcTODteLD8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcTODteLD8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcTODteLD8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcTODteLD8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcTODteLD8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcTODteLD8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcTODteLD8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcTODteLD8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcTODteLD8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcTODteLD8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcTODteLD8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcTODteLD8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcTODteLD8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcTODteLD8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcTODteLD8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcTODteLD8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcTODteLD8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcTODteLD8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcTODteLD8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcTODteLD8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcTODteLD8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcTODteLD8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcTODteLD8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcTODteLD8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcTODteLD8 .dropdown-item.active,
.cid-vcTODteLD8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcTODteLD8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcTODteLD8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcTODteLD8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcTODteLD8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f5fa;
}
.cid-vcTODteLD8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcTODteLD8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcTODteLD8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcTODteLD8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcTODteLD8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcTODteLD8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vcTODteLD8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcTODteLD8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTODteLD8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcTODteLD8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcTODteLD8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTODteLD8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcTODteLD8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcTODteLD8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcTODteLD8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcTODteLD8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcTODteLD8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcTODteLD8 .navbar {
    height: 70px;
  }
  .cid-vcTODteLD8 .navbar.opened {
    height: auto;
  }
  .cid-vcTODteLD8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTODttzsS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-4-1200x740.webp");
}
.cid-vcTODttzsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTODttzsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTODttzsS .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcTODttzsS .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-vcTODttzsS .mbr-section-title {
  color: #e30132;
}
.cid-vcTODttzsS .mbr-text,
.cid-vcTODttzsS .mbr-section-btn {
  color: #1b2b4a;
}
.cid-vcTODtEMYO {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-8-623x344.webp");
}
.cid-vcTODtEMYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTODtEMYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTODtEMYO .mbr-section-title {
  color: #e30132;
}
.cid-vcTODtMG5q {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-rjv-piscinas-2000x1333.webp");
}
.cid-vcTODtMG5q .mbr-overlay {
  background: #f3f5fa;
  opacity: 0.9;
}
.cid-vcTODtMG5q img,
.cid-vcTODtMG5q .item-img {
  width: 100%;
}
.cid-vcTODtMG5q .item:focus,
.cid-vcTODtMG5q span:focus {
  outline: none;
}
.cid-vcTODtMG5q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcTODtMG5q .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #1b4aa7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTODtMG5q .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTODtMG5q .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTODtMG5q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTODtMG5q .mbr-section-title {
  color: #232323;
}
.cid-vcTODtMG5q .mbr-text,
.cid-vcTODtMG5q .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vcTODtMG5q .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vcTODtMG5q .item-subtitle {
  text-align: center;
}
.cid-vcTODu6yPM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-rjv-piscinas-1-2000x1500.webp");
}
.cid-vcTODu6yPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTODu6yPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTODu6yPM .card-wrapper {
  background: #f3f5fa;
}
@media (max-width: 767px) {
  .cid-vcTODu6yPM .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcTODu6yPM .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcTODu6yPM .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcTODu6yPM .mbr-text,
.cid-vcTODu6yPM .mbr-section-btn {
  text-align: center;
  color: #1b2b4a;
}
.cid-vcTODu6yPM .card-title {
  color: #1b4aa7;
}
.cid-vcTODufR7s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rjv-piscinas-images-10-1312x738.webp");
}
.cid-vcTODufR7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTODufR7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTODufR7s .content-wrapper {
  background: #1b4aa7;
}
@media (max-width: 991px) {
  .cid-vcTODufR7s .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vcTODufR7s .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vcTODufR7s .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcTODufR7s .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcTODufR7s .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vcTODufR7s .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vcTODufR7s .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcTODufR7s .card-title {
  color: #ffffff;
}
.cid-vcTODufR7s .mbr-text,
.cid-vcTODufR7s .mbr-section-btn {
  color: #ffffff;
}
.cid-vcTODut9KO {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background-rjv-piscinas-2000x1333.webp");
}
.cid-vcTODut9KO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTODut9KO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTODut9KO .mbr-section-title {
  color: #e30132;
}
.cid-vcTODuCbfl {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vcTODuCbfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTODuCbfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTODuCbfl .video-wrapper iframe {
  width: 100%;
}
.cid-vcTODuCbfl .mbr-section-title,
.cid-vcTODuCbfl .mbr-section-subtitle,
.cid-vcTODuCbfl .mbr-text {
  text-align: center;
}
.cid-vcTODuCbfl .mbr-section-title {
  text-align: left;
  color: #e30132;
}
.cid-vcTODuNj5r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcTODuNj5r img,
.cid-vcTODuNj5r .item-img {
  width: 100%;
}
.cid-vcTODuNj5r .item:focus,
.cid-vcTODuNj5r span:focus {
  outline: none;
}
.cid-vcTODuNj5r .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcTODuNj5r .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTODuNj5r .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTODuNj5r .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTODuNj5r .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTODuNj5r .mbr-section-title {
  color: #e30132;
  text-align: left;
}
.cid-vcTODuNj5r .mbr-text,
.cid-vcTODuNj5r .mbr-section-btn {
  text-align: left;
}
.cid-vcTODuNj5r .item-title {
  text-align: left;
}
.cid-vcTODuNj5r .item-subtitle {
  text-align: center;
}
.cid-vcTODuZGz5 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTODuZGz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTODuZGz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcTODuZGz5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcTODuZGz5 .row {
  flex-direction: row-reverse;
}
.cid-vcTODuZGz5 img {
  width: 100%;
}
.cid-vcTODv8TGs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f3f5fa;
}
.cid-vcTODv8TGs .row {
  flex-direction: row-reverse;
}
.cid-vcTODv8TGs .justify-content-center {
  align-items: center;
}
.cid-vcTODv8TGs .mbr-section-title {
  text-align: center;
  color: #1b4aa7;
}
.cid-vcTODv8TGs .mbr-text,
.cid-vcTODv8TGs .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vcTODv8TGs .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcTODv8TGs .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcTODv8TGs .item-wrapper {
    padding: 4rem;
  }
}
.cid-vcTODv8TGs .mbr-section-subtitle {
  color: #1b2b4a;
}
.cid-vcTODvj2pd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vcTODvj2pd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTODvj2pd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTODvj2pd .google-map {
  height: 30rem;
  position: relative;
}
.cid-vcTODvj2pd .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vcTODvj2pd .google-map [data-state-details] {
  color: #6b6763;
  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-vcTODvj2pd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vcTODvj2pd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vcTODvzrxT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b4aa7;
}
.cid-vcTODvzrxT blockquote {
  border-color: #e30132;
  border-radius: 4px;
  background-color: #f3f5fa;
}
.cid-vcTODvzrxT .mbr-text {
  color: #1b2b4a;
}
.cid-vcTODvHYp9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b2b4a;
}
.cid-vcTODvHYp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTODvHYp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTODvHYp9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcTODvHYp9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcTODvHYp9 .row {
    text-align: center;
  }
  .cid-vcTODvHYp9 .row > div {
    margin: auto;
  }
  .cid-vcTODvHYp9 .social-row {
    justify-content: center;
  }
}
.cid-vcTODvHYp9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcTODvHYp9 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcTODvHYp9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcTODvHYp9 .list {
    margin-bottom: 0rem;
  }
}
.cid-vcTODvHYp9 .mbr-text {
  color: #bbbbbb;
}
.cid-vcTODvHYp9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcTODvHYp9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcTODvHYp9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcTODvHYp9 .copyright {
  text-align: center;
}
