.btn {
  border-width: 2px;
}
body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Satisfy', handwriting;
  font-size: 2.875rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-2 {
  font-family: 'Satisfy', handwriting;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Crimson Text', serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Satisfy', handwriting;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-7 {
  font-family: 'Crimson Text', serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 2.3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.0125rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.mbr-section-btn {
  width: 100%;
}
.mbr-section-title {
  margin: 0;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
.btn {
  padding: 0.5625rem 2.3125rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #d8e3d5 !important;
}
.bg-success {
  background-color: #0c5b47 !important;
}
.bg-info {
  background-color: #1b745e !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #046009 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5 !important;
  color: #10634e !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #10634e !important;
  background-color: #c4d5c0 !important;
  border-color: #c4d5c0 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #10634e !important;
  background-color: #c4d5c0 !important;
  border-color: #c4d5c0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fef1e6 !important;
  border-color: #fef1e6 !important;
  color: #10634e !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #10634e !important;
  background-color: #fddec4 !important;
  border-color: #fddec4 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #10634e !important;
  background-color: #fddec4 !important;
  border-color: #fddec4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1b745e !important;
  border-color: #1b745e !important;
  color: #10634e !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #10634e !important;
  background-color: #145747 !important;
  border-color: #145747 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #10634e !important;
  background-color: #145747 !important;
  border-color: #145747 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0c5b47 !important;
  border-color: #0c5b47 !important;
  color: #10634e !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #10634e !important;
  background-color: #083b2e !important;
  border-color: #083b2e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #10634e !important;
  background-color: #083b2e !important;
  border-color: #083b2e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #10634e !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #10634e !important;
  background-color: #ffda3d !important;
  border-color: #ffda3d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #10634e !important;
  background-color: #ffda3d !important;
  border-color: #ffda3d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #046009 !important;
  border-color: #046009 !important;
  color: #10634e !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #10634e !important;
  background-color: #033e06 !important;
  border-color: #033e06 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #10634e !important;
  background-color: #033e06 !important;
  border-color: #033e06 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #10634e !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #10634e !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #10634e !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #10634e !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d8e3d5;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fef1e6;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #fef1e6 !important;
  border-color: #fef1e6;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fef1e6 !important;
  border-color: #fef1e6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #1b745e;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #1b745e !important;
  border-color: #1b745e;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1b745e !important;
  border-color: #1b745e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0c5b47;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #0c5b47 !important;
  border-color: #0c5b47;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0c5b47 !important;
  border-color: #0c5b47 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #046009;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #046009 !important;
  border-color: #046009;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #046009 !important;
  border-color: #046009 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #000000;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #d8e3d5 !important;
}
.text-secondary {
  color: #fef1e6 !important;
}
.text-success {
  color: #0c5b47 !important;
}
.text-info {
  color: #1b745e !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #046009 !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #faba84 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #faba84 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000101 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #08211b !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: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
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;
  transition: all 0.2s ease-in-out;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  /*transition: background-position 0s ease-in-out;*/
  /*background-image: linear-gradient(currentColor 50%, currentColor 50%);*/
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d8e3d5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1b745e;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #046009;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d8e3d5;
  border-color: #d8e3d5;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d8e3d5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #1bcc9f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3dd2ad;
}
.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: #09da14;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Crimson Text', serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Crimson Text', serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #d8e3d5;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d8e3d5;
  color: #000000;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #d8e3d5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  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: #d8e3d5;
  border-bottom-color: #d8e3d5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d8e3d5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fef1e6 !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='%23d8e3d5' %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;
}
.container {
  max-width: 1100px;
}
.btn {
  font-weight: 400;
}
.cid-tzjyVl9jKE {
  z-index: 1000;
  width: 100%;
}
.cid-tzjyVl9jKE nav.navbar {
  position: fixed;
}
.cid-tzjyVl9jKE .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-tzjyVl9jKE .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tzjyVl9jKE .dropdown-item:hover,
.cid-tzjyVl9jKE .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-tzjyVl9jKE .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tzjyVl9jKE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzjyVl9jKE .nav-link {
  position: relative;
  padding: 0;
}
.cid-tzjyVl9jKE .container {
  display: flex;
  margin: auto;
}
.cid-tzjyVl9jKE .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzjyVl9jKE .dropdown-menu,
.cid-tzjyVl9jKE .navbar.opened {
  background: #ffffff !important;
}
.cid-tzjyVl9jKE .nav-item:focus,
.cid-tzjyVl9jKE .nav-link:focus {
  outline: none;
}
.cid-tzjyVl9jKE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzjyVl9jKE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzjyVl9jKE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzjyVl9jKE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzjyVl9jKE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzjyVl9jKE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzjyVl9jKE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tzjyVl9jKE .navbar.opened {
  transition: all 0.3s;
}
.cid-tzjyVl9jKE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzjyVl9jKE .navbar .navbar-logo img {
  width: auto;
}
.cid-tzjyVl9jKE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzjyVl9jKE .navbar.collapsed {
  justify-content: center;
}
.cid-tzjyVl9jKE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzjyVl9jKE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzjyVl9jKE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tzjyVl9jKE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzjyVl9jKE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzjyVl9jKE .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-tzjyVl9jKE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzjyVl9jKE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzjyVl9jKE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzjyVl9jKE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzjyVl9jKE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzjyVl9jKE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzjyVl9jKE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzjyVl9jKE .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-tzjyVl9jKE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzjyVl9jKE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzjyVl9jKE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzjyVl9jKE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzjyVl9jKE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzjyVl9jKE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzjyVl9jKE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzjyVl9jKE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzjyVl9jKE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzjyVl9jKE .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-tzjyVl9jKE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzjyVl9jKE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzjyVl9jKE .dropdown-item.active,
.cid-tzjyVl9jKE .dropdown-item:active {
  background-color: transparent;
}
.cid-tzjyVl9jKE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzjyVl9jKE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzjyVl9jKE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzjyVl9jKE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tzjyVl9jKE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzjyVl9jKE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzjyVl9jKE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzjyVl9jKE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzjyVl9jKE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzjyVl9jKE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-tzjyVl9jKE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzjyVl9jKE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzjyVl9jKE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzjyVl9jKE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzjyVl9jKE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzjyVl9jKE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzjyVl9jKE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzjyVl9jKE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzjyVl9jKE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzjyVl9jKE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzjyVl9jKE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzjyVl9jKE .navbar {
    height: 70px;
  }
  .cid-tzjyVl9jKE .navbar.opened {
    height: auto;
  }
  .cid-tzjyVl9jKE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzjyVl9jKE .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tzjyVl9jKE .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tzjyVl9jKE a {
  display: inline;
  font-weight: bold;
}
.cid-tzjyVl9jKE img {
  display: inline;
  padding-right: 10px;
}
.cid-tzjyVl9jKE .dropdown-toggle:after {
  display: none;
}
.cid-tzjyVl9jKE .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tzjyVl9jKE .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-tzjyVl9jKE .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-sxcAXm7ky2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/vivero-la-palmera-linares-1098-1200x900.webp");
}
.cid-sxcAXm7ky2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sxcAXm7ky2 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-sxcAXm7ky2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  padding-bottom: 20px;
}
.cid-sxcAXm7ky2 .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-sxcAXm7ky2 .sign {
  width: 300px;
  display: inline;
}
.cid-sxcAXm7ky2 .text,
.cid-sxcAXm7ky2 .si {
  text-align: left;
}
@media (max-width: 690px) {
  .cid-sxcAXm7ky2 .sign {
    width: 100%;
  }
}
.cid-sxcB0lqMt9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxcB0lqMt9 .row {
  align-items: center;
  justify-content: center;
}
.cid-sxcB0lqMt9 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sxcB0lqMt9 .row .img-item img {
  width: auto;
  object-fit: cover;
  min-height: 1px;
}
.cid-sxcB0lqMt9 .card {
  padding-top: 20px;
  background: none;
  border-radius: 0;
}
.cid-sxcB0lqMt9 .item-img {
  padding-top: 31px;
}
.cid-sxcB0lqMt9 .first {
  position: relative;
}
.cid-sxcB0lqMt9 .second {
  position: absolute;
  top: 15%;
  right: 50%;
}
.cid-sxcB0lqMt9 img {
  width: auto;
}
.cid-sxcB0lqMt9 .first,
.cid-sxcB0lqMt9 .second {
  display: inline-block;
}
.cid-sxcB0lqMt9 .cont {
  display: inline-block;
}
.cid-sxcB0lqMt9 .card-wrapper {
  padding: 10%;
  margin: auto;
}
.cid-sxcB0lqMt9 .sign {
  width: 200px;
  padding-top: 10px;
  display: inline;
}
.cid-sxcB0lqMt9 .row {
  flex-direction: row-reverse;
}
.cid-sxcB0lqMt9 .art {
  padding-bottom: 12px;
  text-align: left;
  color: #0c5b47;
}
.cid-sxcB0lqMt9 .text {
  padding-bottom: 20px;
}
.cid-sxcB0lqMt9 .text,
.cid-sxcB0lqMt9 .si {
  text-align: left;
  color: #0c5b47;
}
.cid-sxcB0lqMt9 .desc {
  text-align: left;
  color: #1b745e;
}
@media (max-width: 990px) {
  .cid-sxcB0lqMt9 .third {
    margin-top: 45px;
  }
  .cid-sxcB0lqMt9 .second {
    display: none;
  }
  .cid-sxcB0lqMt9 .card-wrapper {
    padding: 25px 0;
  }
}
@media (max-width: 690px) {
  .cid-sxcB0lqMt9 img {
    width: 100%;
  }
}
.cid-sxcGqnzcjJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sxcGqnzcjJ .item-wrapper {
  width: 100%;
}
.cid-sxcGqnzcjJ .left-side {
  text-align: left;
  padding-left: 80px;
  padding-right: 150px;
}
.cid-sxcGqnzcjJ .row {
  align-items: center;
  background: #d0dfcf;
  padding: 0px;
  margin: 0;
}
.cid-sxcGqnzcjJ .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
  text-align: left;
}
.cid-sxcGqnzcjJ .desc {
  padding: 0 0px 20px;
  color: #1b745e;
  text-align: left;
}
.cid-sxcGqnzcjJ .col-auto {
  display: inline-block;
}
.cid-sxcGqnzcjJ .container-fluid {
  padding: 0;
}
.cid-sxcGqnzcjJ .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxcGqnzcjJ .right-side {
  padding: 0;
}
.cid-sxcGqnzcjJ .row {
  flex-direction: row-reverse;
}
.cid-sxcGqnzcjJ .left-side {
  padding-left: 150px;
  padding-right: 80px;
}
@media (max-width: 990px) {
  .cid-sxcGqnzcjJ .left-side {
    padding: 25px 15px;
  }
}
.cid-sxcHANbdvU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxcHANbdvU .item-wrapper {
  width: 100%;
}
.cid-sxcHANbdvU .mbr-section-title {
  margin: 0 0 35px;
  color: #0c5b47;
}
.cid-sxcHANbdvU .mbr-section-subtitle {
  color: #1b745e;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxcHANbdvU .card {
  display: inline-block;
}
.cid-sxcHANbdvU .line {
  display: inline;
}
.cid-sxcHANbdvU .top {
  margin-top: 35px;
}
.cid-sxcHANbdvU .card img {
  width: 70px;
  height: auto;
}
.cid-sxcHANbdvU .row {
  align-items: center;
  background: #e0ecdc;
  padding: 0px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-sxcHANbdvU .top {
    margin-top: 0px;
  }
  .cid-sxcHANbdvU .card img {
    padding-top: 35px;
    margin: auto;
  }
  .cid-sxcHANbdvU .mbr-section-title {
    margin: 0 0 0px;
  }
}
.cid-sxcHANbdvU .container-fluid {
  padding: 0;
}
.cid-sxcHANbdvU .right-side {
  padding: 0;
}
.cid-sxcHANbdvU .left-side {
  text-align: left;
  padding-right: 150px;
  padding-left: 80px;
}
@media (max-width: 990px) {
  .cid-sxcHANbdvU .left-side {
    padding: 25px 15px;
    text-align: center;
  }
  .cid-sxcHANbdvU .top {
    padding-top: 25px;
  }
  .cid-sxcHANbdvU img {
    margin: auto;
  }
}
.cid-sxcB1OWrJq {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxcB1OWrJq .item-wrapper {
  width: 100%;
}
.cid-sxcB1OWrJq .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sxcB1OWrJq .row {
  align-items: center;
}
.cid-sxcB1OWrJq .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sxcB1OWrJq .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sxcB1OWrJq .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sxcB1OWrJq .sign {
  max-width: 250px;
  display: inline;
}
.cid-sxcB1OWrJq .mbr-text,
.cid-sxcB1OWrJq .right-side {
  color: #1b745e;
}
.cid-sxcB5ZREl1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/vivero-la-palmera-linares-1086-1200x560.webp");
}
.cid-sxcB5ZREl1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sxcB5ZREl1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sxcB5ZREl1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sxcB5ZREl1 .container {
  min-height: 200px;
}
.cid-sxiW4wdlT2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxiW4wdlT2 .card {
  padding: 5rem 20%;
  background: #e0ecdc;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.cid-sxiW4wdlT2 .lin {
  display: inline;
  text-align: center;
}
.cid-sxiW4wdlT2 .mbr-iconfont {
  font-size: 50px;
  color: #1b745e;
}
.cid-sxiW4wdlT2 .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: center;
}
.cid-sxiW4wdlT2 .lin,
.cid-sxiW4wdlT2 .iconfont-wrapper {
  color: #0c5b47;
}
.cid-tzjR30dy4X {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2-1200x926.webp");
}
.cid-tzjR30dy4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzjR30dy4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzjR30dy4X .item {
  padding-bottom: 2rem;
}
.cid-tzjR30dy4X .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tzjR30dy4X .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tzjR30dy4X .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tzjR30dy4X .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tzjR30dy4X .carousel-control,
.cid-tzjR30dy4X .close {
  background: #1b1b1b;
}
.cid-tzjR30dy4X .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tzjR30dy4X .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tzjR30dy4X .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tzjR30dy4X .carousel-control-next span {
  margin-left: 5px;
}
.cid-tzjR30dy4X .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tzjR30dy4X .close::before {
  content: '\e91a';
}
.cid-tzjR30dy4X .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tzjR30dy4X .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tzjR30dy4X .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzjR30dy4X .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tzjR30dy4X .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tzjR30dy4X .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tzjR30dy4X .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tzjR30dy4X .carousel-indicators li.active,
.cid-tzjR30dy4X .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tzjR30dy4X .carousel-indicators li::after,
.cid-tzjR30dy4X .carousel-indicators li::before {
  content: none;
}
.cid-tzjR30dy4X .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tzjR30dy4X .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tzjR30dy4X .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tzjR30dy4X .carousel-indicators {
    display: none;
  }
}
.cid-tzjR30dy4X .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tzjR30dy4X .carousel-inner > .active {
  display: block;
}
.cid-tzjR30dy4X .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzjR30dy4X .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzjR30dy4X .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tzjR30dy4X .carousel-control,
  .cid-tzjR30dy4X .carousel-indicators,
  .cid-tzjR30dy4X .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tzjR30dy4X .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tzjR30dy4X .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tzjR30dy4X .carousel-indicators .active,
.cid-tzjR30dy4X .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tzjR30dy4X .carousel-indicators .active {
  background: #fff;
}
.cid-tzjR30dy4X .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tzjR30dy4X .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tzjR30dy4X .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tzjR30dy4X .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tzjR30dy4X .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tzjR30dy4X .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tzjR30dy4X .carousel {
  width: 100%;
}
.cid-tzjR30dy4X .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tzjR30dy4X .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tzjR30dy4X .modal.fade .modal-dialog,
.cid-tzjR30dy4X .modal.in .modal-dialog {
  transform: none;
}
.cid-tzjR30dy4X .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tzjR30dy4X H6 {
  text-align: center;
}
.cid-tzjO3z2ptH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tzjO3z2ptH img {
  border-radius: 0px;
}
.cid-tzjO3z2ptH .mbr-section-title {
  color: #000000;
  padding-top: 0.4rem;
}
.cid-tzjO3z2ptH .heading {
  padding-bottom: 40px;
}
@media (max-width: 770px) {
  .cid-tzjO3z2ptH .item-wrapper {
    margin-top: 60px;
  }
}
.cid-tzjO3z2ptH .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-tzjO3z2ptH .text {
  width: 80%;
  padding: 50px 30px;
}
.cid-tzjO3z2ptH .l2 {
  padding-bottom: 25px;
  padding-top: 0;
}
.cid-tzjO3z2ptH .li {
  padding-bottom: 25px;
  color: #0c5b47;
}
.cid-tzjO3z2ptH .l1,
.cid-tzjO3z2ptH .mbr-section-title {
  text-align: left;
  color: #0c5b47;
}
.cid-tzjO3z2ptH a {
  font-style: italic;
}
.cid-tzjO3z2ptH .no {
  padding-bottom: 0;
  margin-top: 0;
}
.cid-tzjO3z2ptH .color3 {
  background-color: #fef1e6;
}
.cid-tzjO3z2ptH .color1 {
  background-color: #d8e3d5;
}
.cid-tzjO3z2ptH .color2 {
  background-color: #fffbf6;
}
.cid-tzjMYeEwcZ {
  background-color: #ffffff;
}
.cid-tzjMYeEwcZ input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-tzjMYeEwcZ textarea {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-tzjMYeEwcZ a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-tzjMYeEwcZ .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 25px;
}
.cid-tzjMYeEwcZ .form-group {
  display: inline-block;
  margin-right: 0;
}
.cid-tzjMYeEwcZ .left {
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tzjMYeEwcZ .mbr-section-title {
  padding-bottom: 10px;
  color: #0c5b47;
  font-size: 42px;
}
.cid-tzjMYeEwcZ .right {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 5%;
  padding-right: 5%;
  display: inline-block;
}
.cid-tzjMYeEwcZ .container {
  display: flex;
  padding: 0;
  margin: auto;
  max-width: initial;
}
@media (max-width: 690px) {
  .cid-tzjMYeEwcZ .right,
  .cid-tzjMYeEwcZ .left {
    width: 100%;
  }
  .cid-tzjMYeEwcZ .container {
    display: block;
  }
  .cid-tzjMYeEwcZ .google-map {
    height: 27rem;
  }
  .cid-tzjMYeEwcZ .right {
    padding-top: 49px;
    padding-bottom: 40px;
  }
}
@media (min-width: 690px) {
  .cid-tzjMYeEwcZ .right,
  .cid-tzjMYeEwcZ .left {
    width: 50%;
  }
}
.cid-tzjMYeEwcZ .desc {
  color: #0c5b47;
}
.cid-tzjMYeEwcZ .google-map {
  filter: grayscale(0.9);
  height: 31rem;
  position: relative;
}
.cid-tzjMYeEwcZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tzjMYeEwcZ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tzjMYeEwcZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tzjMYeEwcZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tzjMYeEwcZ input,
.cid-tzjMYeEwcZ textarea {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.cid-tzjMYeEwcZ .mbr-text {
  padding-bottom: 20px;
}
.cid-tzjMYeEwcZ .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-tEeY4u726z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d0dfcf;
}
.cid-tEeY4u726z p {
  text-align: center;
}
.cid-tEeY4u726z .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tEeY4u726z .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tEeY4u726z .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #046009;
}
.cid-tEeY4u726z .logo-footer {
  line-height: normal;
}
.cid-tEeY4u726z .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tEeY4u726z .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tEeY4u726z .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tEeY4u726z li {
  overflow: hidden;
}
.cid-tEeY4u726z .icon-transition span {
  display: block;
}
.cid-tEeY4u726z .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tEeY4u726z .list-inline-item a {
  display: block;
}
.cid-tEeY4u726z .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tEeY4u726z .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEeY4u726z .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tEeY4u726z .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tEeY4u726z .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tEeY4u726z .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tEeY4u726z .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tEeY4u726z .logo-footer {
    text-align: center;
  }
  .cid-tEeY4u726z .social-media {
    justify-content: center;
  }
}
.cid-tEeZxsvdPH {
  z-index: 1000;
  width: 100%;
}
.cid-tEeZxsvdPH nav.navbar {
  position: fixed;
}
.cid-tEeZxsvdPH .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-tEeZxsvdPH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tEeZxsvdPH .dropdown-item:hover,
.cid-tEeZxsvdPH .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-tEeZxsvdPH .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tEeZxsvdPH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEeZxsvdPH .nav-link {
  position: relative;
  padding: 0;
}
.cid-tEeZxsvdPH .container {
  display: flex;
  margin: auto;
}
.cid-tEeZxsvdPH .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tEeZxsvdPH .dropdown-menu,
.cid-tEeZxsvdPH .navbar.opened {
  background: #ffffff !important;
}
.cid-tEeZxsvdPH .nav-item:focus,
.cid-tEeZxsvdPH .nav-link:focus {
  outline: none;
}
.cid-tEeZxsvdPH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEeZxsvdPH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEeZxsvdPH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEeZxsvdPH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEeZxsvdPH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEeZxsvdPH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEeZxsvdPH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tEeZxsvdPH .navbar.opened {
  transition: all 0.3s;
}
.cid-tEeZxsvdPH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEeZxsvdPH .navbar .navbar-logo img {
  width: auto;
}
.cid-tEeZxsvdPH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEeZxsvdPH .navbar.collapsed {
  justify-content: center;
}
.cid-tEeZxsvdPH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEeZxsvdPH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEeZxsvdPH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tEeZxsvdPH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEeZxsvdPH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEeZxsvdPH .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-tEeZxsvdPH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEeZxsvdPH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEeZxsvdPH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tEeZxsvdPH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEeZxsvdPH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEeZxsvdPH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEeZxsvdPH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEeZxsvdPH .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-tEeZxsvdPH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEeZxsvdPH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEeZxsvdPH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEeZxsvdPH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEeZxsvdPH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEeZxsvdPH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tEeZxsvdPH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tEeZxsvdPH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tEeZxsvdPH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tEeZxsvdPH .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-tEeZxsvdPH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEeZxsvdPH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tEeZxsvdPH .dropdown-item.active,
.cid-tEeZxsvdPH .dropdown-item:active {
  background-color: transparent;
}
.cid-tEeZxsvdPH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEeZxsvdPH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEeZxsvdPH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEeZxsvdPH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tEeZxsvdPH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEeZxsvdPH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEeZxsvdPH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEeZxsvdPH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEeZxsvdPH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tEeZxsvdPH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-tEeZxsvdPH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tEeZxsvdPH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEeZxsvdPH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEeZxsvdPH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEeZxsvdPH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEeZxsvdPH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEeZxsvdPH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEeZxsvdPH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEeZxsvdPH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tEeZxsvdPH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEeZxsvdPH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tEeZxsvdPH .navbar {
    height: 70px;
  }
  .cid-tEeZxsvdPH .navbar.opened {
    height: auto;
  }
  .cid-tEeZxsvdPH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEeZxsvdPH .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tEeZxsvdPH .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tEeZxsvdPH a {
  display: inline;
  font-weight: bold;
}
.cid-tEeZxsvdPH img {
  display: inline;
  padding-right: 10px;
}
.cid-tEeZxsvdPH .dropdown-toggle:after {
  display: none;
}
.cid-tEeZxsvdPH .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tEeZxsvdPH .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-tEeZxsvdPH .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tEeZxtrYd7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gdpr-1920x643.webp");
}
.cid-tEeZxtrYd7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tEeZxtrYd7 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tEeZxtrYd7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  padding-bottom: 20px;
}
.cid-tEeZxtrYd7 .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-tEeZxtrYd7 .sign {
  width: 300px;
  display: inline;
}
.cid-tEeZxtrYd7 .text,
.cid-tEeZxtrYd7 .si {
  text-align: left;
}
@media (max-width: 690px) {
  .cid-tEeZxtrYd7 .sign {
    width: 100%;
  }
}
.cid-tEf074alDv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEf074alDv img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tEf074alDv .right {
  display: flex;
  flex-direction: column;
}
.cid-tEf074alDv .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-tEf074alDv .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-tEf074alDv .last-p {
  padding-bottom: 0;
}
.cid-tEf074alDv .row {
  justify-content: center;
}
.cid-tEeZxuLjUQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/vivero-la-palmera-linares-1086-1200x560.webp");
}
.cid-tEeZxuLjUQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tEeZxuLjUQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tEeZxuLjUQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tEeZxuLjUQ .container {
  min-height: 200px;
}
.cid-tEeZxv0xzO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEeZxv0xzO .card {
  padding: 5rem 20%;
  background: #e0ecdc;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.cid-tEeZxv0xzO .lin {
  display: inline;
  text-align: center;
}
.cid-tEeZxv0xzO .mbr-iconfont {
  font-size: 50px;
  color: #1b745e;
}
.cid-tEeZxv0xzO .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: center;
}
.cid-tEeZxv0xzO .lin,
.cid-tEeZxv0xzO .iconfont-wrapper {
  color: #0c5b47;
}
.cid-tEeZxxdozO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEeZxxdozO img {
  border-radius: 0px;
}
.cid-tEeZxxdozO .mbr-section-title {
  color: #000000;
  padding-top: 0.4rem;
}
.cid-tEeZxxdozO .heading {
  padding-bottom: 40px;
}
@media (max-width: 770px) {
  .cid-tEeZxxdozO .item-wrapper {
    margin-top: 60px;
  }
}
.cid-tEeZxxdozO .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-tEeZxxdozO .text {
  width: 80%;
  padding: 50px 30px;
}
.cid-tEeZxxdozO .l2 {
  padding-bottom: 25px;
  padding-top: 0;
}
.cid-tEeZxxdozO .li {
  padding-bottom: 25px;
  color: #0c5b47;
}
.cid-tEeZxxdozO .l1,
.cid-tEeZxxdozO .mbr-section-title {
  text-align: left;
  color: #0c5b47;
}
.cid-tEeZxxdozO a {
  font-style: italic;
}
.cid-tEeZxxdozO .no {
  padding-bottom: 0;
  margin-top: 0;
}
.cid-tEeZxxdozO .color3 {
  background-color: #fef1e6;
}
.cid-tEeZxxdozO .color1 {
  background-color: #d8e3d5;
}
.cid-tEeZxxdozO .color2 {
  background-color: #fffbf6;
}
.cid-tEeZxxw6dy {
  background-color: #ffffff;
}
.cid-tEeZxxw6dy input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-tEeZxxw6dy textarea {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-tEeZxxw6dy a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-tEeZxxw6dy .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 25px;
}
.cid-tEeZxxw6dy .form-group {
  display: inline-block;
  margin-right: 0;
}
.cid-tEeZxxw6dy .left {
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tEeZxxw6dy .mbr-section-title {
  padding-bottom: 10px;
  color: #0c5b47;
  font-size: 42px;
}
.cid-tEeZxxw6dy .right {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 5%;
  padding-right: 5%;
  display: inline-block;
}
.cid-tEeZxxw6dy .container {
  display: flex;
  padding: 0;
  margin: auto;
  max-width: initial;
}
@media (max-width: 690px) {
  .cid-tEeZxxw6dy .right,
  .cid-tEeZxxw6dy .left {
    width: 100%;
  }
  .cid-tEeZxxw6dy .container {
    display: block;
  }
  .cid-tEeZxxw6dy .google-map {
    height: 27rem;
  }
  .cid-tEeZxxw6dy .right {
    padding-top: 49px;
    padding-bottom: 40px;
  }
}
@media (min-width: 690px) {
  .cid-tEeZxxw6dy .right,
  .cid-tEeZxxw6dy .left {
    width: 50%;
  }
}
.cid-tEeZxxw6dy .desc {
  color: #0c5b47;
}
.cid-tEeZxxw6dy .google-map {
  filter: grayscale(0.9);
  height: 31rem;
  position: relative;
}
.cid-tEeZxxw6dy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tEeZxxw6dy .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tEeZxxw6dy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tEeZxxw6dy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEeZxxw6dy input,
.cid-tEeZxxw6dy textarea {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.cid-tEeZxxw6dy .mbr-text {
  padding-bottom: 20px;
}
.cid-tEeZxxw6dy .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-tEeZxy1CBh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d0dfcf;
}
.cid-tEeZxy1CBh p {
  text-align: center;
}
.cid-tEeZxy1CBh .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tEeZxy1CBh .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tEeZxy1CBh .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #046009;
}
.cid-tEeZxy1CBh .logo-footer {
  line-height: normal;
}
.cid-tEeZxy1CBh .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tEeZxy1CBh .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tEeZxy1CBh .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tEeZxy1CBh li {
  overflow: hidden;
}
.cid-tEeZxy1CBh .icon-transition span {
  display: block;
}
.cid-tEeZxy1CBh .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tEeZxy1CBh .list-inline-item a {
  display: block;
}
.cid-tEeZxy1CBh .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tEeZxy1CBh .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEeZxy1CBh .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tEeZxy1CBh .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tEeZxy1CBh .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tEeZxy1CBh .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tEeZxy1CBh .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tEeZxy1CBh .logo-footer {
    text-align: center;
  }
  .cid-tEeZxy1CBh .social-media {
    justify-content: center;
  }
}
.cid-tEf1THhWQC {
  z-index: 1000;
  width: 100%;
}
.cid-tEf1THhWQC nav.navbar {
  position: fixed;
}
.cid-tEf1THhWQC .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-tEf1THhWQC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tEf1THhWQC .dropdown-item:hover,
.cid-tEf1THhWQC .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-tEf1THhWQC .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tEf1THhWQC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEf1THhWQC .nav-link {
  position: relative;
  padding: 0;
}
.cid-tEf1THhWQC .container {
  display: flex;
  margin: auto;
}
.cid-tEf1THhWQC .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tEf1THhWQC .dropdown-menu,
.cid-tEf1THhWQC .navbar.opened {
  background: #ffffff !important;
}
.cid-tEf1THhWQC .nav-item:focus,
.cid-tEf1THhWQC .nav-link:focus {
  outline: none;
}
.cid-tEf1THhWQC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEf1THhWQC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEf1THhWQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEf1THhWQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEf1THhWQC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEf1THhWQC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEf1THhWQC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tEf1THhWQC .navbar.opened {
  transition: all 0.3s;
}
.cid-tEf1THhWQC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEf1THhWQC .navbar .navbar-logo img {
  width: auto;
}
.cid-tEf1THhWQC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEf1THhWQC .navbar.collapsed {
  justify-content: center;
}
.cid-tEf1THhWQC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEf1THhWQC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEf1THhWQC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tEf1THhWQC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEf1THhWQC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEf1THhWQC .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-tEf1THhWQC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEf1THhWQC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEf1THhWQC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tEf1THhWQC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEf1THhWQC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEf1THhWQC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEf1THhWQC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEf1THhWQC .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-tEf1THhWQC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEf1THhWQC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEf1THhWQC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEf1THhWQC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEf1THhWQC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEf1THhWQC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tEf1THhWQC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tEf1THhWQC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tEf1THhWQC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tEf1THhWQC .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-tEf1THhWQC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEf1THhWQC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tEf1THhWQC .dropdown-item.active,
.cid-tEf1THhWQC .dropdown-item:active {
  background-color: transparent;
}
.cid-tEf1THhWQC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEf1THhWQC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEf1THhWQC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEf1THhWQC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tEf1THhWQC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEf1THhWQC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEf1THhWQC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEf1THhWQC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEf1THhWQC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tEf1THhWQC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-tEf1THhWQC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tEf1THhWQC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEf1THhWQC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEf1THhWQC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEf1THhWQC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEf1THhWQC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEf1THhWQC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEf1THhWQC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEf1THhWQC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tEf1THhWQC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEf1THhWQC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tEf1THhWQC .navbar {
    height: 70px;
  }
  .cid-tEf1THhWQC .navbar.opened {
    height: auto;
  }
  .cid-tEf1THhWQC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEf1THhWQC .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tEf1THhWQC .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tEf1THhWQC a {
  display: inline;
  font-weight: bold;
}
.cid-tEf1THhWQC img {
  display: inline;
  padding-right: 10px;
}
.cid-tEf1THhWQC .dropdown-toggle:after {
  display: none;
}
.cid-tEf1THhWQC .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tEf1THhWQC .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-tEf1THhWQC .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tEf1TIwmXI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gdpr-1920x643.webp");
}
.cid-tEf1TIwmXI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tEf1TIwmXI .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tEf1TIwmXI .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  padding-bottom: 20px;
}
.cid-tEf1TIwmXI .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-tEf1TIwmXI .sign {
  width: 300px;
  display: inline;
}
.cid-tEf1TIwmXI .text,
.cid-tEf1TIwmXI .si {
  text-align: left;
}
@media (max-width: 690px) {
  .cid-tEf1TIwmXI .sign {
    width: 100%;
  }
}
.cid-tEf1TINv9k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEf1TINv9k img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tEf1TINv9k .right {
  display: flex;
  flex-direction: column;
}
.cid-tEf1TINv9k .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-tEf1TINv9k .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-tEf1TINv9k .last-p {
  padding-bottom: 0;
}
.cid-tEf1TINv9k .row {
  justify-content: center;
}
.cid-tEf1TJdIym {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/vivero-la-palmera-linares-1086-1200x560.webp");
}
.cid-tEf1TJdIym .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tEf1TJdIym .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tEf1TJdIym .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tEf1TJdIym .container {
  min-height: 200px;
}
.cid-tEf1TJphDP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEf1TJphDP .card {
  padding: 5rem 20%;
  background: #e0ecdc;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.cid-tEf1TJphDP .lin {
  display: inline;
  text-align: center;
}
.cid-tEf1TJphDP .mbr-iconfont {
  font-size: 50px;
  color: #1b745e;
}
.cid-tEf1TJphDP .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: center;
}
.cid-tEf1TJphDP .lin,
.cid-tEf1TJphDP .iconfont-wrapper {
  color: #0c5b47;
}
.cid-tEf1TJBu3q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEf1TJBu3q img {
  border-radius: 0px;
}
.cid-tEf1TJBu3q .mbr-section-title {
  color: #000000;
  padding-top: 0.4rem;
}
.cid-tEf1TJBu3q .heading {
  padding-bottom: 40px;
}
@media (max-width: 770px) {
  .cid-tEf1TJBu3q .item-wrapper {
    margin-top: 60px;
  }
}
.cid-tEf1TJBu3q .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-tEf1TJBu3q .text {
  width: 80%;
  padding: 50px 30px;
}
.cid-tEf1TJBu3q .l2 {
  padding-bottom: 25px;
  padding-top: 0;
}
.cid-tEf1TJBu3q .li {
  padding-bottom: 25px;
  color: #0c5b47;
}
.cid-tEf1TJBu3q .l1,
.cid-tEf1TJBu3q .mbr-section-title {
  text-align: left;
  color: #0c5b47;
}
.cid-tEf1TJBu3q a {
  font-style: italic;
}
.cid-tEf1TJBu3q .no {
  padding-bottom: 0;
  margin-top: 0;
}
.cid-tEf1TJBu3q .color3 {
  background-color: #fef1e6;
}
.cid-tEf1TJBu3q .color1 {
  background-color: #d8e3d5;
}
.cid-tEf1TJBu3q .color2 {
  background-color: #fffbf6;
}
.cid-tEf1TJRk9Z {
  background-color: #ffffff;
}
.cid-tEf1TJRk9Z input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-tEf1TJRk9Z textarea {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-tEf1TJRk9Z a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-tEf1TJRk9Z .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 25px;
}
.cid-tEf1TJRk9Z .form-group {
  display: inline-block;
  margin-right: 0;
}
.cid-tEf1TJRk9Z .left {
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tEf1TJRk9Z .mbr-section-title {
  padding-bottom: 10px;
  color: #0c5b47;
  font-size: 42px;
}
.cid-tEf1TJRk9Z .right {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 5%;
  padding-right: 5%;
  display: inline-block;
}
.cid-tEf1TJRk9Z .container {
  display: flex;
  padding: 0;
  margin: auto;
  max-width: initial;
}
@media (max-width: 690px) {
  .cid-tEf1TJRk9Z .right,
  .cid-tEf1TJRk9Z .left {
    width: 100%;
  }
  .cid-tEf1TJRk9Z .container {
    display: block;
  }
  .cid-tEf1TJRk9Z .google-map {
    height: 27rem;
  }
  .cid-tEf1TJRk9Z .right {
    padding-top: 49px;
    padding-bottom: 40px;
  }
}
@media (min-width: 690px) {
  .cid-tEf1TJRk9Z .right,
  .cid-tEf1TJRk9Z .left {
    width: 50%;
  }
}
.cid-tEf1TJRk9Z .desc {
  color: #0c5b47;
}
.cid-tEf1TJRk9Z .google-map {
  filter: grayscale(0.9);
  height: 31rem;
  position: relative;
}
.cid-tEf1TJRk9Z .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tEf1TJRk9Z .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tEf1TJRk9Z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tEf1TJRk9Z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEf1TJRk9Z input,
.cid-tEf1TJRk9Z textarea {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.cid-tEf1TJRk9Z .mbr-text {
  padding-bottom: 20px;
}
.cid-tEf1TJRk9Z .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-tEf1TKkbGT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d0dfcf;
}
.cid-tEf1TKkbGT p {
  text-align: center;
}
.cid-tEf1TKkbGT .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tEf1TKkbGT .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tEf1TKkbGT .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #046009;
}
.cid-tEf1TKkbGT .logo-footer {
  line-height: normal;
}
.cid-tEf1TKkbGT .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tEf1TKkbGT .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tEf1TKkbGT .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tEf1TKkbGT li {
  overflow: hidden;
}
.cid-tEf1TKkbGT .icon-transition span {
  display: block;
}
.cid-tEf1TKkbGT .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tEf1TKkbGT .list-inline-item a {
  display: block;
}
.cid-tEf1TKkbGT .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tEf1TKkbGT .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEf1TKkbGT .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tEf1TKkbGT .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tEf1TKkbGT .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tEf1TKkbGT .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tEf1TKkbGT .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tEf1TKkbGT .logo-footer {
    text-align: center;
  }
  .cid-tEf1TKkbGT .social-media {
    justify-content: center;
  }
}
.cid-tEf2MNayjR {
  z-index: 1000;
  width: 100%;
}
.cid-tEf2MNayjR nav.navbar {
  position: fixed;
}
.cid-tEf2MNayjR .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-tEf2MNayjR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tEf2MNayjR .dropdown-item:hover,
.cid-tEf2MNayjR .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-tEf2MNayjR .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tEf2MNayjR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEf2MNayjR .nav-link {
  position: relative;
  padding: 0;
}
.cid-tEf2MNayjR .container {
  display: flex;
  margin: auto;
}
.cid-tEf2MNayjR .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tEf2MNayjR .dropdown-menu,
.cid-tEf2MNayjR .navbar.opened {
  background: #ffffff !important;
}
.cid-tEf2MNayjR .nav-item:focus,
.cid-tEf2MNayjR .nav-link:focus {
  outline: none;
}
.cid-tEf2MNayjR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEf2MNayjR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEf2MNayjR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEf2MNayjR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEf2MNayjR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEf2MNayjR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEf2MNayjR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tEf2MNayjR .navbar.opened {
  transition: all 0.3s;
}
.cid-tEf2MNayjR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEf2MNayjR .navbar .navbar-logo img {
  width: auto;
}
.cid-tEf2MNayjR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEf2MNayjR .navbar.collapsed {
  justify-content: center;
}
.cid-tEf2MNayjR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEf2MNayjR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEf2MNayjR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tEf2MNayjR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEf2MNayjR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEf2MNayjR .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-tEf2MNayjR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEf2MNayjR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEf2MNayjR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tEf2MNayjR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEf2MNayjR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEf2MNayjR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEf2MNayjR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEf2MNayjR .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-tEf2MNayjR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEf2MNayjR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEf2MNayjR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEf2MNayjR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEf2MNayjR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEf2MNayjR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tEf2MNayjR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tEf2MNayjR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tEf2MNayjR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tEf2MNayjR .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-tEf2MNayjR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEf2MNayjR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tEf2MNayjR .dropdown-item.active,
.cid-tEf2MNayjR .dropdown-item:active {
  background-color: transparent;
}
.cid-tEf2MNayjR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEf2MNayjR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEf2MNayjR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEf2MNayjR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tEf2MNayjR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEf2MNayjR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEf2MNayjR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEf2MNayjR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEf2MNayjR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tEf2MNayjR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-tEf2MNayjR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tEf2MNayjR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEf2MNayjR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEf2MNayjR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEf2MNayjR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEf2MNayjR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEf2MNayjR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEf2MNayjR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEf2MNayjR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tEf2MNayjR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEf2MNayjR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tEf2MNayjR .navbar {
    height: 70px;
  }
  .cid-tEf2MNayjR .navbar.opened {
    height: auto;
  }
  .cid-tEf2MNayjR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEf2MNayjR .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tEf2MNayjR .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tEf2MNayjR a {
  display: inline;
  font-weight: bold;
}
.cid-tEf2MNayjR img {
  display: inline;
  padding-right: 10px;
}
.cid-tEf2MNayjR .dropdown-toggle:after {
  display: none;
}
.cid-tEf2MNayjR .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tEf2MNayjR .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-tEf2MNayjR .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tEf2MNNzRi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gdpr-1920x643.webp");
}
.cid-tEf2MNNzRi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tEf2MNNzRi .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tEf2MNNzRi .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  padding-bottom: 20px;
}
.cid-tEf2MNNzRi .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-tEf2MNNzRi .sign {
  width: 300px;
  display: inline;
}
.cid-tEf2MNNzRi .text,
.cid-tEf2MNNzRi .si {
  text-align: left;
}
@media (max-width: 690px) {
  .cid-tEf2MNNzRi .sign {
    width: 100%;
  }
}
.cid-tEf2MO1BEp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEf2MO1BEp img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tEf2MO1BEp .right {
  display: flex;
  flex-direction: column;
}
.cid-tEf2MO1BEp .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-tEf2MO1BEp .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-tEf2MO1BEp .last-p {
  padding-bottom: 0;
}
.cid-tEf2MO1BEp .row {
  justify-content: center;
}
.cid-tEf2MOmG6M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/vivero-la-palmera-linares-1086-1200x560.webp");
}
.cid-tEf2MOmG6M .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tEf2MOmG6M .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tEf2MOmG6M .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tEf2MOmG6M .container {
  min-height: 200px;
}
.cid-tEf2MOyHyg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEf2MOyHyg .card {
  padding: 5rem 20%;
  background: #e0ecdc;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.cid-tEf2MOyHyg .lin {
  display: inline;
  text-align: center;
}
.cid-tEf2MOyHyg .mbr-iconfont {
  font-size: 50px;
  color: #1b745e;
}
.cid-tEf2MOyHyg .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: center;
}
.cid-tEf2MOyHyg .lin,
.cid-tEf2MOyHyg .iconfont-wrapper {
  color: #0c5b47;
}
.cid-tEf2MOKaky {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEf2MOKaky img {
  border-radius: 0px;
}
.cid-tEf2MOKaky .mbr-section-title {
  color: #000000;
  padding-top: 0.4rem;
}
.cid-tEf2MOKaky .heading {
  padding-bottom: 40px;
}
@media (max-width: 770px) {
  .cid-tEf2MOKaky .item-wrapper {
    margin-top: 60px;
  }
}
.cid-tEf2MOKaky .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-tEf2MOKaky .text {
  width: 80%;
  padding: 50px 30px;
}
.cid-tEf2MOKaky .l2 {
  padding-bottom: 25px;
  padding-top: 0;
}
.cid-tEf2MOKaky .li {
  padding-bottom: 25px;
  color: #0c5b47;
}
.cid-tEf2MOKaky .l1,
.cid-tEf2MOKaky .mbr-section-title {
  text-align: left;
  color: #0c5b47;
}
.cid-tEf2MOKaky a {
  font-style: italic;
}
.cid-tEf2MOKaky .no {
  padding-bottom: 0;
  margin-top: 0;
}
.cid-tEf2MOKaky .color3 {
  background-color: #fef1e6;
}
.cid-tEf2MOKaky .color1 {
  background-color: #d8e3d5;
}
.cid-tEf2MOKaky .color2 {
  background-color: #fffbf6;
}
.cid-tEf2MOY4Uj {
  background-color: #ffffff;
}
.cid-tEf2MOY4Uj input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-tEf2MOY4Uj textarea {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-tEf2MOY4Uj a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-tEf2MOY4Uj .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 25px;
}
.cid-tEf2MOY4Uj .form-group {
  display: inline-block;
  margin-right: 0;
}
.cid-tEf2MOY4Uj .left {
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tEf2MOY4Uj .mbr-section-title {
  padding-bottom: 10px;
  color: #0c5b47;
  font-size: 42px;
}
.cid-tEf2MOY4Uj .right {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 5%;
  padding-right: 5%;
  display: inline-block;
}
.cid-tEf2MOY4Uj .container {
  display: flex;
  padding: 0;
  margin: auto;
  max-width: initial;
}
@media (max-width: 690px) {
  .cid-tEf2MOY4Uj .right,
  .cid-tEf2MOY4Uj .left {
    width: 100%;
  }
  .cid-tEf2MOY4Uj .container {
    display: block;
  }
  .cid-tEf2MOY4Uj .google-map {
    height: 27rem;
  }
  .cid-tEf2MOY4Uj .right {
    padding-top: 49px;
    padding-bottom: 40px;
  }
}
@media (min-width: 690px) {
  .cid-tEf2MOY4Uj .right,
  .cid-tEf2MOY4Uj .left {
    width: 50%;
  }
}
.cid-tEf2MOY4Uj .desc {
  color: #0c5b47;
}
.cid-tEf2MOY4Uj .google-map {
  filter: grayscale(0.9);
  height: 31rem;
  position: relative;
}
.cid-tEf2MOY4Uj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tEf2MOY4Uj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tEf2MOY4Uj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tEf2MOY4Uj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEf2MOY4Uj input,
.cid-tEf2MOY4Uj textarea {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.cid-tEf2MOY4Uj .mbr-text {
  padding-bottom: 20px;
}
.cid-tEf2MOY4Uj .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-tEf2MPukYe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d0dfcf;
}
.cid-tEf2MPukYe p {
  text-align: center;
}
.cid-tEf2MPukYe .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tEf2MPukYe .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tEf2MPukYe .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #046009;
}
.cid-tEf2MPukYe .logo-footer {
  line-height: normal;
}
.cid-tEf2MPukYe .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tEf2MPukYe .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tEf2MPukYe .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tEf2MPukYe li {
  overflow: hidden;
}
.cid-tEf2MPukYe .icon-transition span {
  display: block;
}
.cid-tEf2MPukYe .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tEf2MPukYe .list-inline-item a {
  display: block;
}
.cid-tEf2MPukYe .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tEf2MPukYe .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEf2MPukYe .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tEf2MPukYe .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tEf2MPukYe .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tEf2MPukYe .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tEf2MPukYe .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tEf2MPukYe .logo-footer {
    text-align: center;
  }
  .cid-tEf2MPukYe .social-media {
    justify-content: center;
  }
}
