.card__btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.5rem;
  line-height: 86px;
}
.display-1 > .mbr-iconfont {
  font-size: 0.8rem;
}
.display-2 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.9rem;
  line-height: 70px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-4 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 26px;
}
.display-4 > .mbr-iconfont {
  font-size: 0.7rem;
}
.display-5 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 52px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 32px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 0.4rem;
    font-size: calc( 0.825rem + (0.5 - 0.825) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.825rem + (0.5 - 0.825) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-md.display-4 {
  font-size: 0.825rem;
}
.btn-lg.display-7 {
  font-size: 0.775rem;
}
.btn {
  padding: 0 30px;
  border-radius: 0;
}
.btn-sm {
  padding: 0 15px;
  border-radius: 0;
}
.btn-md {
  padding: 0 25px;
  border-radius: 0;
}
.btn-lg {
  padding: 0 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #f5ab35 !important;
}
.bg-info {
  background-color: #482be7 !important;
}
.bg-warning {
  background-color: #ea4242 !important;
}
.bg-danger {
  background-color: #00b16a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #482be7 !important;
  border-color: #482be7 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #482be7;
  border-color: #482be7;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #482be7 !important;
  border-color: #482be7 !important;
}
.btn-info:hover {
  background-color: #3217c8 !important;
  border-color: #3217c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f5ab35 !important;
  border-color: #f5ab35 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #f5ab35;
  border-color: #f5ab35;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f5ab35 !important;
  border-color: #f5ab35 !important;
}
.btn-success:hover {
  background-color: #eb950c !important;
  border-color: #eb950c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ea4242 !important;
  border-color: #ea4242 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ea4242;
  border-color: #ea4242;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ea4242 !important;
  border-color: #ea4242 !important;
}
.btn-warning:hover {
  background-color: #e01919 !important;
  border-color: #e01919 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #00b16a !important;
  border-color: #00b16a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #00b16a;
  border-color: #00b16a;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #00b16a !important;
  border-color: #00b16a !important;
}
.btn-danger:hover {
  background-color: #007e4b !important;
  border-color: #007e4b !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.btn {
  color: #1e0e62 !important;
}
.btn-white:active,
.btn-white:focus {
  color: #1e0e62 !important;
}
.btn-white:hover {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #1e0e62 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline {
  border: 2px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline {
  border: 2px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline {
  border: 2px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #482be7;
  color: #482be7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #482be7 !important;
  border-color: #482be7;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #482be7 !important;
  border-color: #482be7 !important;
}
.btn-success-outline {
  border: 2px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f5ab35;
  color: #f5ab35;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #f5ab35 !important;
  border-color: #f5ab35;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f5ab35 !important;
  border-color: #f5ab35 !important;
}
.btn-warning-outline {
  border: 2px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ea4242;
  color: #ea4242;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #ea4242 !important;
  border-color: #ea4242;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ea4242 !important;
  border-color: #ea4242 !important;
}
.btn-warning-outline.btn {
  color: #202020 !important;
  border-color: #ebeaed !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:active,
.btn-warning-outline:focus {
  background-color: transparent !important;
  border-color: #ea4242 !important;
}
.btn-danger-outline {
  border: 2px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #00b16a;
  color: #00b16a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #00b16a !important;
  border-color: #00b16a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #00b16a !important;
  border-color: #00b16a !important;
}
.btn-black-outline {
  border: 2px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 2px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #f5ab35 !important;
}
.text-info {
  color: #482be7 !important;
}
.text-warning {
  color: #ea4242 !important;
}
.text-danger {
  color: #00b16a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #bb7609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #27119b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b21414 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #004b2d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #f5ab35;
}
.alert-info {
  background-color: #482be7;
}
.alert-warning {
  background-color: #ea4242;
}
.alert-danger {
  background-color: #00b16a;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffcf7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e6e2fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fefafa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #31ffad;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 32px;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rNKkI33ZKQ {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-rNKkI33ZKQ .nav-item,
.cid-rNKkI33ZKQ .nav-link,
.cid-rNKkI33ZKQ .navbar-caption {
  font-weight: normal;
}
.cid-rNKkI33ZKQ .nav-link {
  line-height: 40px;
}
.cid-rNKkI33ZKQ .nav-link {
  position: relative;
}
.cid-rNKkI33ZKQ .nav-link:before,
.cid-rNKkI33ZKQ .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-rNKkI33ZKQ .nav-item:hover .nav-link:before,
.cid-rNKkI33ZKQ .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-rNKkI33ZKQ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNKkI33ZKQ .dropdown-toggle::after,
.cid-rNKkI33ZKQ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-rNKkI33ZKQ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNKkI33ZKQ .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNKkI33ZKQ .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNKkI33ZKQ .nav-item:focus,
.cid-rNKkI33ZKQ .nav-link:focus {
  outline: none;
}
.cid-rNKkI33ZKQ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-rNKkI33ZKQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rNKkI33ZKQ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNKkI33ZKQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNKkI33ZKQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNKkI33ZKQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNKkI33ZKQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNKkI33ZKQ .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rNKkI33ZKQ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rNKkI33ZKQ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNKkI33ZKQ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNKkI33ZKQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNKkI33ZKQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNKkI33ZKQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-rNKkI33ZKQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNKkI33ZKQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNKkI33ZKQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNKkI33ZKQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNKkI33ZKQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNKkI33ZKQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNKkI33ZKQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNKkI33ZKQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNKkI33ZKQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNKkI33ZKQ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNKkI33ZKQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNKkI33ZKQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNKkI33ZKQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNKkI33ZKQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNKkI33ZKQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNKkI33ZKQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rNKkI33ZKQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNKkI33ZKQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNKkI33ZKQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-rNKkI33ZKQ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNKkI33ZKQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNKkI33ZKQ .dropdown-item.active,
.cid-rNKkI33ZKQ .dropdown-item:active {
  background-color: transparent;
}
.cid-rNKkI33ZKQ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNKkI33ZKQ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNKkI33ZKQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rNKkI33ZKQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNKkI33ZKQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNKkI33ZKQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNKkI33ZKQ .navbar-buttons {
  text-align: center;
}
.cid-rNKkI33ZKQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNKkI33ZKQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rNKkI33ZKQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNKkI33ZKQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNKkI33ZKQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNKkI33ZKQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNKkI33ZKQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNKkI33ZKQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNKkI33ZKQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNKkI33ZKQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNKkI33ZKQ .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNKkI33ZKQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNKkI33ZKQ .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-rNKkI33ZKQ .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNKkI33ZKQ .social__link {
  line-height: 40px;
}
.cid-rNKkI33ZKQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNKkI33ZKQ .navbar {
    height: 77px;
  }
  .cid-rNKkI33ZKQ .navbar.opened {
    height: auto;
  }
  .cid-rNKkI33ZKQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfE7GE00v8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.cid-tfE7GE00v8 .mbr-section-title {
  margin-bottom: 0;
}
.cid-tfE7GE00v8 .mbr-text {
  margin: 20px 0 0;
  font-weight: 500;
}
.cid-tfE7GE00v8 .subscribe__form {
  margin-top: 70px;
}
.cid-tfE7GE00v8 .form-group {
  margin-bottom: 0;
}
.cid-tfE7GE00v8 .form-control {
  border: 2px solid #ebeaed;
  opacity: .4;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-tfE7GE00v8 .input-group-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-tfE7GE00v8 .mbr-form .btn {
  margin: 0;
}
.cid-tfE7GE00v8 input::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-tfE7GE00v8 .socials {
  margin-top: 65px;
}
.cid-tfE7GE00v8 .title__social {
  margin-bottom: 25px;
}
.cid-tfE7GE00v8 .icons-menu,
.cid-tfE7GE00v8 .social__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tfE7GE00v8 .social__link {
  margin-left: 15px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.25s ease;
}
.cid-tfE7GE00v8 .social__link:hover {
  border-color: #ffffff;
}
.cid-tfE7GE00v8 .social__link .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tfE7GE00v8 .dragArea {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .cid-tfE7GE00v8 .form-control {
    margin-bottom: 20px;
  }
  .cid-tfE7GE00v8 .mbr-text {
    margin-top: 10px;
  }
  .cid-tfE7GE00v8 .subscribe__form {
    margin-top: 40px;
  }
  .cid-tfE7GE00v8 .socials {
    margin-top: 40px;
  }
}
.cid-tfE7GE00v8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfE7GE00v8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tfDR3pYmno {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tfDR3pYmno .mbr-text {
  margin-bottom: 0;
  font-weight: 500;
  color: #202020;
}
.cid-tfDR3pYmno .content__block {
  padding: 60px 0 55px;
  border-radius: 5px;
  border: none;
  background-color: #ffffff;
}
.cid-tfDR3pYmno .mbr-section-title {
  margin-bottom: 15px;
  color: #f5ab35;
}
@media (max-width: 767px) {
  .cid-tfDR3pYmno .content__block {
    padding: 30px 0;
  }
}
.cid-tfDR3pYmno .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfDR3pYmno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfLo8Afhzs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tfLo8Afhzs .reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-tfLo8Afhzs .wrapper {
  margin-bottom: 60px;
}
.cid-tfLo8Afhzs .content__block {
  margin: 30px 40px 40px;
}
@media (max-width: 991px) {
  .cid-tfLo8Afhzs .content__block {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-tfLo8Afhzs .mbr-section-title {
  margin-bottom: 20px;
  color: #f5ab35;
}
.cid-tfLo8Afhzs .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-tfLo8Afhzs .mbr-section-btn {
  margin-top: 30px;
}
.cid-tfLo8Afhzs .mbr-section-btn .btn {
  font-weight: 500;
  margin-top: 0;
}
.cid-tfLo8Afhzs .image {
  transition: all .2s;
}
.cid-tfLo8Afhzs .image:hover {
  opacity: .7;
}
.cid-tfLo8Afhzs .image img {
  border-radius: 10px;
  width: 100%;
}
.cid-tfLo8Afhzs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfLo8Afhzs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfLo8Afhzs .mbr-text,
.cid-tfLo8Afhzs .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tgX4miSxpe {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/invitacin-1-2000x1012.png");
}
.cid-tgX4miSxpe .svg-top {
  display: none;
}
.cid-tgX4miSxpe .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 100px;
  overflow: hidden;
  width: 100%;
}
.cid-tgX4miSxpe .svg-top {
  width: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tgX4miSxpe .svg-top .st0 {
  fill: "file:///C:/Users/genar/AppData/Local/Mobirise.com/Mobirise/projects/project-2022-08-26_131430/assets/images/invitaci%C3%93n%201-2000x1012.png";
}
@media (max-width: 300px) {
  .cid-tgX4miSxpe .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tgX4miSxpe .mbr-section-title {
  color: #000000;
}
@media (min-width: 1000px) {
  .cid-tgX4miSxpe .col-12 {
    padding: 0 2rem;
  }
  .cid-tgX4miSxpe .row {
    margin: 0 -2rem;
  }
}
.cid-tgX4miSxpe .mbr-text,
.cid-tgX4miSxpe .mbr-section-btn {
  color: #000000;
}
.cid-tfWisxbKTI {
  padding-top: 140px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/bg-playa-1-1920x1079.jpg");
}
.cid-tfWisxbKTI .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tfWisxbKTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfWisxbKTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfWjFTxnbC {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tfWjFTxnbC .media-content .btn-bgr {
  z-index: 0;
}
.cid-tfWjFTxnbC .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-tfWjFTxnbC h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tfWjFTxnbC p {
  color: #464646;
}
.cid-tfWjFTxnbC h2 {
  color: #000000;
}
.cid-tfWjFTxnbC .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tfWjFTxnbC .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tfWjFTxnbC .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tfWjFTxnbC .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tfWjFTxnbC .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tfWjFTxnbC .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tfWjFTxnbC .mbr-text {
    text-align: center;
  }
}
.cid-tfWjFTxnbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfWjFTxnbC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfWjFTxnbC .mbr-section-title,
.cid-tfWjFTxnbC .mbr-section-btn {
  color: #f5ab35;
}
.cid-tfWl6BayKA {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tfWl6BayKA .border__block {
  margin: 15px 0;
  border-radius: 10px;
  border: 2px solid #ffffff;
  position: relative;
  width: 100%;
}
.cid-tfWl6BayKA .image img {
  position: absolute;
  width: 300px;
  border-radius: 0 10px 10px 0;
  top: -2px;
  right: -2px;
  bottom: -2px;
  object-fit: cover;
  height: 101%;
}
.cid-tfWl6BayKA .image2 {
  border-radius: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("../../../assets/images/santiago-de-chile-2000x1335.jpeg");
}
.cid-tfWl6BayKA .block__inner {
  position: relative;
  padding: 50px 50px 60px;
  height: 100%;
  margin-right: 320px;
}
.cid-tfWl6BayKA .mbr-section-title,
.cid-tfWl6BayKA .mbr-section-title2 {
  margin-bottom: 60px;
}
.cid-tfWl6BayKA .mbr-section-subtitle,
.cid-tfWl6BayKA .mbr-section-subtitle2 {
  color: #919dab;
  letter-spacing: 2px;
}
.cid-tfWl6BayKA .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-tfWl6BayKA .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-tfWl6BayKA .block__product {
  margin: 15px 0;
  position: relative;
}
.cid-tfWl6BayKA .block__product .block__inner {
  margin-right: 0;
}
.cid-tfWl6BayKA .block__product .border__block {
  margin: 0;
  border: none;
}
@media (max-width: 1200px) {
  .cid-tfWl6BayKA .image img {
    width: 100%;
    border-radius: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
  .cid-tfWl6BayKA .block__inner {
    padding: 50px;
    height: 100%;
    margin-right: 0;
  }
  .cid-tfWl6BayKA .border__block {
    border: none;
  }
  .cid-tfWl6BayKA .mbr-section-title,
  .cid-tfWl6BayKA .mbr-section-title2,
  .cid-tfWl6BayKA .mbr-section-subtitle,
  .cid-tfWl6BayKA .mbr-section-subtitle2 {
    color: #ffffff !important;
  }
}
@media (max-width: 991px) {
  .cid-tfWl6BayKA .block__inner {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .cid-tfWl6BayKA .border__block {
    text-align: center;
  }
  .cid-tfWl6BayKA .block__inner {
    padding: 40px 20px;
  }
}
.cid-tfWl6BayKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfWl6BayKA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfWl6BayKA .mbr-section-subtitle {
  color: #f5ab35;
}
.cid-tBb5qdtutM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb5qdtutM .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb5qdtutM .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb5qdtutM .mbr-text {
  color: #444;
}
.cid-tBb5qdtutM h5 {
  margin-bottom: 0;
}
.cid-tBb5qdtutM .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb5qdtutM .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb5qdtutM .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb5qdtutM .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb5qdtutM .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb5qdtutM .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb5qdtutM .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb5qdtutM .social-list a:hover {
  opacity: .4;
}
.cid-tBb5qdtutM .media-container-row > div {
  padding: 0px;
}
.cid-tBb5qdtutM .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb5qdtutM .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb5qdtutM .group-title SPAN {
  color: #ffffff;
}
.cid-tBb5qdtutM .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb5qdtutM .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb5qdtutM .social-list,
  .cid-tBb5qdtutM .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb5qdtutM h3 {
    margin-bottom: 10px;
  }
  .cid-tBb5qdtutM .navbar-brand {
    text-align: center;
  }
}
.cid-tBb5qdtutM .links SPAN {
  color: #9e9e9e;
}
.cid-tgcMdW5eoI {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgcMdW5eoI .nav-item,
.cid-tgcMdW5eoI .nav-link,
.cid-tgcMdW5eoI .navbar-caption {
  font-weight: normal;
}
.cid-tgcMdW5eoI .nav-link {
  line-height: 40px;
}
.cid-tgcMdW5eoI .nav-link {
  position: relative;
}
.cid-tgcMdW5eoI .nav-link:before,
.cid-tgcMdW5eoI .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgcMdW5eoI .nav-item:hover .nav-link:before,
.cid-tgcMdW5eoI .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgcMdW5eoI .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgcMdW5eoI .dropdown-toggle::after,
.cid-tgcMdW5eoI .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgcMdW5eoI .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgcMdW5eoI .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgcMdW5eoI .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgcMdW5eoI .nav-item:focus,
.cid-tgcMdW5eoI .nav-link:focus {
  outline: none;
}
.cid-tgcMdW5eoI .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgcMdW5eoI .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgcMdW5eoI .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgcMdW5eoI .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgcMdW5eoI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgcMdW5eoI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgcMdW5eoI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgcMdW5eoI .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgcMdW5eoI .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgcMdW5eoI .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgcMdW5eoI .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgcMdW5eoI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgcMdW5eoI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgcMdW5eoI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgcMdW5eoI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgcMdW5eoI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgcMdW5eoI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgcMdW5eoI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgcMdW5eoI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgcMdW5eoI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgcMdW5eoI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgcMdW5eoI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgcMdW5eoI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgcMdW5eoI .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgcMdW5eoI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgcMdW5eoI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgcMdW5eoI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgcMdW5eoI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgcMdW5eoI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgcMdW5eoI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgcMdW5eoI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgcMdW5eoI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgcMdW5eoI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgcMdW5eoI .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgcMdW5eoI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgcMdW5eoI .dropdown-item.active,
.cid-tgcMdW5eoI .dropdown-item:active {
  background-color: transparent;
}
.cid-tgcMdW5eoI .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgcMdW5eoI .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgcMdW5eoI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgcMdW5eoI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgcMdW5eoI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgcMdW5eoI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgcMdW5eoI .navbar-buttons {
  text-align: center;
}
.cid-tgcMdW5eoI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgcMdW5eoI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgcMdW5eoI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgcMdW5eoI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgcMdW5eoI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgcMdW5eoI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgcMdW5eoI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgcMdW5eoI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgcMdW5eoI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgcMdW5eoI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgcMdW5eoI .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgcMdW5eoI a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgcMdW5eoI .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgcMdW5eoI .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgcMdW5eoI .social__link {
  line-height: 40px;
}
.cid-tgcMdW5eoI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgcMdW5eoI .navbar {
    height: 77px;
  }
  .cid-tgcMdW5eoI .navbar.opened {
    height: auto;
  }
  .cid-tgcMdW5eoI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgcVQXufvf {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-nosotros-1920x393.jpg");
}
.cid-tgcVQXufvf .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgcVQXufvf .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgcVQXufvf .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgcVQXufvf .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgcVQXufvf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgcVQXufvf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgcMMDoC6Z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-tgcMMDoC6Z .card_title {
  color: #202020;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-tgcMMDoC6Z .card_content {
  margin-top: 29px;
}
.cid-tgcMMDoC6Z img,
.cid-tgcMMDoC6Z .item-img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
.cid-tgcMMDoC6Z .item {
  margin-bottom: 85px;
}
.cid-tgcMMDoC6Z .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-tgcMMDoC6Z .mbr-text {
  color: #202020;
}
.cid-tgcMMDoC6Z .icons_card {
  margin-top: 17px;
  height: 26px;
  text-align: center;
}
.cid-tgcMMDoC6Z .iconfont-wrapper {
  color: #202020;
  font-size: 1rem;
  margin-right: 10px;
  width: 1rem;
  height: 1rem;
  transition: all 0.2s ease-in-out;
}
.cid-tgcMMDoC6Z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tgcMMDoC6Z .iconfont-wrapper:hover {
  opacity: .85;
}
.cid-tgcPTWy6TP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-tgcPTWy6TP .card_title {
  color: #202020;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-tgcPTWy6TP .card_content {
  margin-top: 29px;
}
.cid-tgcPTWy6TP img,
.cid-tgcPTWy6TP .item-img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
.cid-tgcPTWy6TP .item {
  margin-bottom: 85px;
}
.cid-tgcPTWy6TP .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-tgcPTWy6TP .mbr-text {
  color: #202020;
}
.cid-tgcPTWy6TP .icons_card {
  margin-top: 17px;
  height: 26px;
  text-align: center;
}
.cid-tgcPTWy6TP .iconfont-wrapper {
  color: #202020;
  font-size: 1rem;
  margin-right: 10px;
  width: 1rem;
  height: 1rem;
  transition: all 0.2s ease-in-out;
}
.cid-tgcPTWy6TP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tgcPTWy6TP .iconfont-wrapper:hover {
  opacity: .85;
}
.cid-tgd2jTPXK4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-tgd2jTPXK4 .card_title {
  color: #202020;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-tgd2jTPXK4 .card_content {
  margin-top: 29px;
}
.cid-tgd2jTPXK4 img,
.cid-tgd2jTPXK4 .item-img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
.cid-tgd2jTPXK4 .item {
  margin-bottom: 85px;
}
.cid-tgd2jTPXK4 .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-tgd2jTPXK4 .mbr-text {
  color: #202020;
}
.cid-tgd2jTPXK4 .icons_card {
  margin-top: 17px;
  height: 26px;
  text-align: center;
}
.cid-tgd2jTPXK4 .iconfont-wrapper {
  color: #202020;
  font-size: 1rem;
  margin-right: 10px;
  width: 1rem;
  height: 1rem;
  transition: all 0.2s ease-in-out;
}
.cid-tgd2jTPXK4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tgd2jTPXK4 .iconfont-wrapper:hover {
  opacity: .85;
}
.cid-tgd2ZDnICG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tgd2ZDnICG .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgd2ZDnICG .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgd2ZDnICG .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgd2ZDnICG .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgd2ZDnICG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgd2ZDnICG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgd2Nx9cOw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-tgd2Nx9cOw .card_title {
  color: #202020;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-tgd2Nx9cOw .card_content {
  margin-top: 29px;
}
.cid-tgd2Nx9cOw img,
.cid-tgd2Nx9cOw .item-img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
.cid-tgd2Nx9cOw .item {
  margin-bottom: 85px;
}
.cid-tgd2Nx9cOw .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-tgd2Nx9cOw .mbr-text {
  color: #202020;
}
.cid-tgd2Nx9cOw .icons_card {
  margin-top: 17px;
  height: 26px;
  text-align: center;
}
.cid-tgd2Nx9cOw .iconfont-wrapper {
  color: #202020;
  font-size: 1rem;
  margin-right: 10px;
  width: 1rem;
  height: 1rem;
  transition: all 0.2s ease-in-out;
}
.cid-tgd2Nx9cOw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tgd2Nx9cOw .iconfont-wrapper:hover {
  opacity: .85;
}
.cid-tBb5z45WDT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBb5z45WDT .img-wrapper {
  text-align: center;
}
.cid-tBb5z45WDT .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-tBb5z45WDT img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tBb5z45WDT .row {
  align-items: flex-start;
}
.cid-tBb5z45WDT .card-wrapper {
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tBb5z45WDT .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tBb5z45WDT .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tBb5z45WDT .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tBb5z45WDT .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tBb5yqb8Qs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb5yqb8Qs .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb5yqb8Qs .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb5yqb8Qs .mbr-text {
  color: #444;
}
.cid-tBb5yqb8Qs h5 {
  margin-bottom: 0;
}
.cid-tBb5yqb8Qs .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb5yqb8Qs .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb5yqb8Qs .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb5yqb8Qs .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb5yqb8Qs .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb5yqb8Qs .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb5yqb8Qs .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb5yqb8Qs .social-list a:hover {
  opacity: .4;
}
.cid-tBb5yqb8Qs .media-container-row > div {
  padding: 0px;
}
.cid-tBb5yqb8Qs .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb5yqb8Qs .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb5yqb8Qs .group-title SPAN {
  color: #ffffff;
}
.cid-tBb5yqb8Qs .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb5yqb8Qs .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb5yqb8Qs .social-list,
  .cid-tBb5yqb8Qs .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb5yqb8Qs h3 {
    margin-bottom: 10px;
  }
  .cid-tBb5yqb8Qs .navbar-brand {
    text-align: center;
  }
}
.cid-tBb5yqb8Qs .links SPAN {
  color: #9e9e9e;
}
.cid-tge3SzbH3R {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tge3SzbH3R .nav-item,
.cid-tge3SzbH3R .nav-link,
.cid-tge3SzbH3R .navbar-caption {
  font-weight: normal;
}
.cid-tge3SzbH3R .nav-link {
  line-height: 40px;
}
.cid-tge3SzbH3R .nav-link {
  position: relative;
}
.cid-tge3SzbH3R .nav-link:before,
.cid-tge3SzbH3R .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tge3SzbH3R .nav-item:hover .nav-link:before,
.cid-tge3SzbH3R .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tge3SzbH3R .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tge3SzbH3R .dropdown-toggle::after,
.cid-tge3SzbH3R .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tge3SzbH3R .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tge3SzbH3R .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tge3SzbH3R .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tge3SzbH3R .nav-item:focus,
.cid-tge3SzbH3R .nav-link:focus {
  outline: none;
}
.cid-tge3SzbH3R .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tge3SzbH3R .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tge3SzbH3R .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tge3SzbH3R .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tge3SzbH3R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tge3SzbH3R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tge3SzbH3R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tge3SzbH3R .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tge3SzbH3R .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tge3SzbH3R .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tge3SzbH3R .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tge3SzbH3R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tge3SzbH3R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tge3SzbH3R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tge3SzbH3R .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tge3SzbH3R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tge3SzbH3R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tge3SzbH3R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tge3SzbH3R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tge3SzbH3R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tge3SzbH3R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tge3SzbH3R .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tge3SzbH3R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tge3SzbH3R .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tge3SzbH3R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tge3SzbH3R .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tge3SzbH3R .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tge3SzbH3R .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tge3SzbH3R .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tge3SzbH3R .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tge3SzbH3R .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tge3SzbH3R .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tge3SzbH3R .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tge3SzbH3R .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tge3SzbH3R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tge3SzbH3R .dropdown-item.active,
.cid-tge3SzbH3R .dropdown-item:active {
  background-color: transparent;
}
.cid-tge3SzbH3R .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tge3SzbH3R .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tge3SzbH3R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tge3SzbH3R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tge3SzbH3R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tge3SzbH3R ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tge3SzbH3R .navbar-buttons {
  text-align: center;
}
.cid-tge3SzbH3R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tge3SzbH3R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tge3SzbH3R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tge3SzbH3R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tge3SzbH3R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tge3SzbH3R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tge3SzbH3R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tge3SzbH3R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tge3SzbH3R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tge3SzbH3R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tge3SzbH3R .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tge3SzbH3R a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tge3SzbH3R .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tge3SzbH3R .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tge3SzbH3R .social__link {
  line-height: 40px;
}
.cid-tge3SzbH3R .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tge3SzbH3R .navbar {
    height: 77px;
  }
  .cid-tge3SzbH3R .navbar.opened {
    height: auto;
  }
  .cid-tge3SzbH3R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tge59aMMar {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .cid-tge59aMMar .text-wrapper {
    padding: 2rem;
  }
}
.cid-tge59aMMar .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tge59aMMar .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tge59aMMar .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tge59aMMar .svg-top {
    width: 1000px;
  }
}
.cid-tge59aMMar .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tge59aMMar .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tge59aMMar .mbr-text {
  color: #000000;
}
.cid-tge59aMMar .name {
  color: #1a449a;
}
.cid-tge59aMMar .position {
  color: #1a449a;
}
.cid-tge7fkGlHM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-tge7fkGlHM .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tge7fkGlHM .text-wrapper {
    padding: 2rem;
  }
}
.cid-tge7fkGlHM .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tge7fkGlHM .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-tge7fkGlHM .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tge7fkGlHM .svg-top {
    width: 1000px;
  }
}
.cid-tge7fkGlHM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tge7fkGlHM .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tge7fkGlHM .mbr-text {
  color: #000000;
}
.cid-tge7fkGlHM .name {
  color: #000000;
}
.cid-tge7fkGlHM .position {
  color: #000000;
}
.cid-tBb5G3An2k {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb5G3An2k .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb5G3An2k .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb5G3An2k .mbr-text {
  color: #444;
}
.cid-tBb5G3An2k h5 {
  margin-bottom: 0;
}
.cid-tBb5G3An2k .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb5G3An2k .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb5G3An2k .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb5G3An2k .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb5G3An2k .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb5G3An2k .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb5G3An2k .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb5G3An2k .social-list a:hover {
  opacity: .4;
}
.cid-tBb5G3An2k .media-container-row > div {
  padding: 0px;
}
.cid-tBb5G3An2k .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb5G3An2k .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb5G3An2k .group-title SPAN {
  color: #ffffff;
}
.cid-tBb5G3An2k .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb5G3An2k .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb5G3An2k .social-list,
  .cid-tBb5G3An2k .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb5G3An2k h3 {
    margin-bottom: 10px;
  }
  .cid-tBb5G3An2k .navbar-brand {
    text-align: center;
  }
}
.cid-tBb5G3An2k .links SPAN {
  color: #9e9e9e;
}
.cid-tgebAMXRby {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgebAMXRby .nav-item,
.cid-tgebAMXRby .nav-link,
.cid-tgebAMXRby .navbar-caption {
  font-weight: normal;
}
.cid-tgebAMXRby .nav-link {
  line-height: 40px;
}
.cid-tgebAMXRby .nav-link {
  position: relative;
}
.cid-tgebAMXRby .nav-link:before,
.cid-tgebAMXRby .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgebAMXRby .nav-item:hover .nav-link:before,
.cid-tgebAMXRby .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgebAMXRby .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgebAMXRby .dropdown-toggle::after,
.cid-tgebAMXRby .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgebAMXRby .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgebAMXRby .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgebAMXRby .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgebAMXRby .nav-item:focus,
.cid-tgebAMXRby .nav-link:focus {
  outline: none;
}
.cid-tgebAMXRby .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgebAMXRby .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgebAMXRby .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgebAMXRby .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgebAMXRby .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgebAMXRby .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgebAMXRby .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgebAMXRby .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgebAMXRby .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgebAMXRby .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgebAMXRby .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgebAMXRby .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgebAMXRby .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgebAMXRby .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgebAMXRby .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgebAMXRby .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgebAMXRby .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgebAMXRby .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgebAMXRby .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgebAMXRby .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgebAMXRby .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgebAMXRby .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgebAMXRby .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgebAMXRby .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgebAMXRby .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgebAMXRby .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgebAMXRby .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgebAMXRby .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgebAMXRby .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgebAMXRby .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgebAMXRby .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgebAMXRby .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgebAMXRby .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgebAMXRby .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgebAMXRby .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgebAMXRby .dropdown-item.active,
.cid-tgebAMXRby .dropdown-item:active {
  background-color: transparent;
}
.cid-tgebAMXRby .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgebAMXRby .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgebAMXRby .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgebAMXRby .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgebAMXRby .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgebAMXRby ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgebAMXRby .navbar-buttons {
  text-align: center;
}
.cid-tgebAMXRby button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgebAMXRby button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgebAMXRby button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgebAMXRby button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgebAMXRby button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgebAMXRby button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgebAMXRby nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgebAMXRby nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgebAMXRby nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgebAMXRby nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgebAMXRby .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgebAMXRby a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgebAMXRby .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgebAMXRby .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgebAMXRby .social__link {
  line-height: 40px;
}
.cid-tgebAMXRby .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgebAMXRby .navbar {
    height: 77px;
  }
  .cid-tgebAMXRby .navbar.opened {
    height: auto;
  }
  .cid-tgebAMXRby .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgebANNxJ8 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-halal-exportacion-1920x393.jpg");
}
.cid-tgebANNxJ8 .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgebANNxJ8 .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgebANNxJ8 .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgebANNxJ8 .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgebANNxJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgebANNxJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgecZf4zGc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgecZf4zGc .row {
  align-items: center;
}
.cid-tgecZf4zGc .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tgecZf4zGc .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-tgecZf4zGc .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #000000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tgecZf4zGc .link:hover:before {
  background: #482be7;
}
.cid-tgecZf4zGc .mbr-section-title {
  color: #f5ab35;
}
.cid-tgecZf4zGc .mbr-text,
.cid-tgecZf4zGc .mbr-section-btn {
  color: #000000;
}
.cid-tgecZf4zGc .link,
.cid-tgecZf4zGc .link-wrap {
  color: #000000;
}
.cid-tgeibmzZzk {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tgeibmzZzk h4 {
  margin-bottom: 0;
}
.cid-tgeibmzZzk p {
  color: #767676;
}
.cid-tgeibmzZzk .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tgeibmzZzk .btn-info-outline {
  border: none;
  color: #482be7 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tgeibmzZzk .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tgeibmzZzk .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tgeibmzZzk .btn-info-outline:hover {
  background-color: transparent!important;
  color: #000000 !important;
  box-shadow: none!important;
}
.cid-tgeibmzZzk .btn-info-outline:active,
.cid-tgeibmzZzk .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tgeibmzZzk .card-box {
  padding-top: 2rem;
}
.cid-tgeibmzZzk .card-wrapper {
  height: 100%;
}
.cid-tgeibmzZzk .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tgeibmzZzk img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-tgeibmzZzk .card-title {
  color: #57468b;
}
.cid-tgeibmzZzk .main-title {
  color: #57468b;
}
.cid-tgeibmzZzk DIV {
  color: #57468b;
}
.cid-tgeibmzZzk .card-img {
  width: auto;
}
.cid-tgeiLBtZ5g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgeiLBtZ5g img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tgeiLBtZ5g H1 {
  color: #000000;
}
.cid-tgeiLBtZ5g .mbr-text,
.cid-tgeiLBtZ5g .mbr-section-btn {
  color: #716c80;
}
.cid-tgeiLBtZ5g H3 {
  color: #716c80;
}
.cid-tgeiLBtZ5g .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tgeiLBtZ5g .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tgeiLBtZ5g .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tgeiLBtZ5g .link:hover {
  color: #000000 !important;
}
.cid-tgeiLBtZ5g .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tgeiLBtZ5g DIV {
  color: #57468b;
}
.cid-tgeiLBtZ5g .mbr-text,
.cid-tgeiLBtZ5g .media-content {
  color: #000000;
}
.cid-tBb5YAGpZb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBb5YAGpZb .img-wrapper {
  text-align: center;
}
.cid-tBb5YAGpZb .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-tBb5YAGpZb img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tBb5YAGpZb .row {
  align-items: flex-start;
}
.cid-tBb5YAGpZb .card-wrapper {
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tBb5YAGpZb .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tBb5YAGpZb .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tBb5YAGpZb .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tBb5YAGpZb .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tBb5XSCNsy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb5XSCNsy .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb5XSCNsy .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb5XSCNsy .mbr-text {
  color: #444;
}
.cid-tBb5XSCNsy h5 {
  margin-bottom: 0;
}
.cid-tBb5XSCNsy .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb5XSCNsy .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb5XSCNsy .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb5XSCNsy .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb5XSCNsy .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb5XSCNsy .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb5XSCNsy .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb5XSCNsy .social-list a:hover {
  opacity: .4;
}
.cid-tBb5XSCNsy .media-container-row > div {
  padding: 0px;
}
.cid-tBb5XSCNsy .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb5XSCNsy .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb5XSCNsy .group-title SPAN {
  color: #ffffff;
}
.cid-tBb5XSCNsy .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb5XSCNsy .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb5XSCNsy .social-list,
  .cid-tBb5XSCNsy .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb5XSCNsy h3 {
    margin-bottom: 10px;
  }
  .cid-tBb5XSCNsy .navbar-brand {
    text-align: center;
  }
}
.cid-tBb5XSCNsy .links SPAN {
  color: #9e9e9e;
}
.cid-tgepUdfQeU {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgepUdfQeU .nav-item,
.cid-tgepUdfQeU .nav-link,
.cid-tgepUdfQeU .navbar-caption {
  font-weight: normal;
}
.cid-tgepUdfQeU .nav-link {
  line-height: 40px;
}
.cid-tgepUdfQeU .nav-link {
  position: relative;
}
.cid-tgepUdfQeU .nav-link:before,
.cid-tgepUdfQeU .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgepUdfQeU .nav-item:hover .nav-link:before,
.cid-tgepUdfQeU .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgepUdfQeU .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgepUdfQeU .dropdown-toggle::after,
.cid-tgepUdfQeU .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgepUdfQeU .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgepUdfQeU .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgepUdfQeU .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgepUdfQeU .nav-item:focus,
.cid-tgepUdfQeU .nav-link:focus {
  outline: none;
}
.cid-tgepUdfQeU .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgepUdfQeU .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgepUdfQeU .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgepUdfQeU .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgepUdfQeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgepUdfQeU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgepUdfQeU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgepUdfQeU .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgepUdfQeU .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgepUdfQeU .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgepUdfQeU .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgepUdfQeU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgepUdfQeU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgepUdfQeU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgepUdfQeU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgepUdfQeU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgepUdfQeU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgepUdfQeU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgepUdfQeU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgepUdfQeU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgepUdfQeU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgepUdfQeU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgepUdfQeU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgepUdfQeU .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgepUdfQeU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgepUdfQeU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgepUdfQeU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgepUdfQeU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgepUdfQeU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgepUdfQeU .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgepUdfQeU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgepUdfQeU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgepUdfQeU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgepUdfQeU .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgepUdfQeU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgepUdfQeU .dropdown-item.active,
.cid-tgepUdfQeU .dropdown-item:active {
  background-color: transparent;
}
.cid-tgepUdfQeU .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgepUdfQeU .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgepUdfQeU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgepUdfQeU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgepUdfQeU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgepUdfQeU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgepUdfQeU .navbar-buttons {
  text-align: center;
}
.cid-tgepUdfQeU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgepUdfQeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgepUdfQeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgepUdfQeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgepUdfQeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgepUdfQeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgepUdfQeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgepUdfQeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgepUdfQeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgepUdfQeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgepUdfQeU .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgepUdfQeU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgepUdfQeU .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgepUdfQeU .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgepUdfQeU .social__link {
  line-height: 40px;
}
.cid-tgepUdfQeU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgepUdfQeU .navbar {
    height: 77px;
  }
  .cid-tgepUdfQeU .navbar.opened {
    height: auto;
  }
  .cid-tgepUdfQeU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgepUdYFOH {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-halal-alimentos-1920x393.jpg");
}
.cid-tgepUdYFOH .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgepUdYFOH .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgepUdYFOH .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgepUdYFOH .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgepUdYFOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgepUdYFOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgepUejWp6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgepUejWp6 .row {
  align-items: center;
}
.cid-tgepUejWp6 .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tgepUejWp6 .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-tgepUejWp6 .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #000000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tgepUejWp6 .link:hover:before {
  background: #482be7;
}
.cid-tgepUejWp6 .mbr-section-title {
  color: #f5ab35;
}
.cid-tgepUejWp6 .mbr-text,
.cid-tgepUejWp6 .mbr-section-btn {
  color: #000000;
}
.cid-tgepUejWp6 .link,
.cid-tgepUejWp6 .link-wrap {
  color: #000000;
}
.cid-tgerdh2stL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgerdh2stL .row {
  align-items: center;
}
.cid-tgerdh2stL .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tgerdh2stL .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-tgerdh2stL .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #000000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tgerdh2stL .link:hover:before {
  background: #482be7;
}
.cid-tgerdh2stL .mbr-section-title {
  color: #000000;
}
.cid-tgerdh2stL .mbr-text,
.cid-tgerdh2stL .mbr-section-btn {
  color: #000000;
}
.cid-tgerdh2stL .link,
.cid-tgerdh2stL .link-wrap {
  color: #000000;
}
.cid-tgesNx5bWx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgesNx5bWx .row {
  align-items: center;
}
.cid-tgesNx5bWx .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tgesNx5bWx .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-tgesNx5bWx .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #000000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tgesNx5bWx .link:hover:before {
  background: #482be7;
}
.cid-tgesNx5bWx .mbr-section-title {
  color: #000000;
}
.cid-tgesNx5bWx .mbr-text,
.cid-tgesNx5bWx .mbr-section-btn {
  color: #000000;
}
.cid-tgesNx5bWx .link,
.cid-tgesNx5bWx .link-wrap {
  color: #000000;
}
.cid-tgepUf02Pr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgepUf02Pr img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tgepUf02Pr H1 {
  color: #000000;
}
.cid-tgepUf02Pr .mbr-text,
.cid-tgepUf02Pr .mbr-section-btn {
  color: #716c80;
}
.cid-tgepUf02Pr H3 {
  color: #716c80;
}
.cid-tgepUf02Pr .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tgepUf02Pr .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tgepUf02Pr .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tgepUf02Pr .link:hover {
  color: #000000 !important;
}
.cid-tgepUf02Pr .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tgepUf02Pr DIV {
  color: #57468b;
}
.cid-tgepUf02Pr .mbr-text,
.cid-tgepUf02Pr .media-content {
  color: #000000;
}
.cid-tBb67t8HcG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBb67t8HcG .img-wrapper {
  text-align: center;
}
.cid-tBb67t8HcG .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-tBb67t8HcG img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tBb67t8HcG .row {
  align-items: flex-start;
}
.cid-tBb67t8HcG .card-wrapper {
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tBb67t8HcG .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tBb67t8HcG .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tBb67t8HcG .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tBb67t8HcG .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tBb66xN8wN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb66xN8wN .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb66xN8wN .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb66xN8wN .mbr-text {
  color: #444;
}
.cid-tBb66xN8wN h5 {
  margin-bottom: 0;
}
.cid-tBb66xN8wN .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb66xN8wN .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb66xN8wN .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb66xN8wN .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb66xN8wN .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb66xN8wN .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb66xN8wN .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb66xN8wN .social-list a:hover {
  opacity: .4;
}
.cid-tBb66xN8wN .media-container-row > div {
  padding: 0px;
}
.cid-tBb66xN8wN .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb66xN8wN .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb66xN8wN .group-title SPAN {
  color: #ffffff;
}
.cid-tBb66xN8wN .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb66xN8wN .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb66xN8wN .social-list,
  .cid-tBb66xN8wN .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb66xN8wN h3 {
    margin-bottom: 10px;
  }
  .cid-tBb66xN8wN .navbar-brand {
    text-align: center;
  }
}
.cid-tBb66xN8wN .links SPAN {
  color: #9e9e9e;
}
.cid-tgdWFd7a29 {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgdWFd7a29 .nav-item,
.cid-tgdWFd7a29 .nav-link,
.cid-tgdWFd7a29 .navbar-caption {
  font-weight: normal;
}
.cid-tgdWFd7a29 .nav-link {
  line-height: 40px;
}
.cid-tgdWFd7a29 .nav-link {
  position: relative;
}
.cid-tgdWFd7a29 .nav-link:before,
.cid-tgdWFd7a29 .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgdWFd7a29 .nav-item:hover .nav-link:before,
.cid-tgdWFd7a29 .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgdWFd7a29 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgdWFd7a29 .dropdown-toggle::after,
.cid-tgdWFd7a29 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgdWFd7a29 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgdWFd7a29 .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgdWFd7a29 .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgdWFd7a29 .nav-item:focus,
.cid-tgdWFd7a29 .nav-link:focus {
  outline: none;
}
.cid-tgdWFd7a29 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgdWFd7a29 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgdWFd7a29 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgdWFd7a29 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgdWFd7a29 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgdWFd7a29 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgdWFd7a29 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgdWFd7a29 .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgdWFd7a29 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgdWFd7a29 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgdWFd7a29 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgdWFd7a29 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgdWFd7a29 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgdWFd7a29 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgdWFd7a29 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgdWFd7a29 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgdWFd7a29 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgdWFd7a29 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgdWFd7a29 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgdWFd7a29 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgdWFd7a29 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgdWFd7a29 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgdWFd7a29 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgdWFd7a29 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgdWFd7a29 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgdWFd7a29 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgdWFd7a29 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgdWFd7a29 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgdWFd7a29 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgdWFd7a29 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgdWFd7a29 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgdWFd7a29 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgdWFd7a29 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgdWFd7a29 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgdWFd7a29 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgdWFd7a29 .dropdown-item.active,
.cid-tgdWFd7a29 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgdWFd7a29 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgdWFd7a29 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgdWFd7a29 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgdWFd7a29 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgdWFd7a29 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgdWFd7a29 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgdWFd7a29 .navbar-buttons {
  text-align: center;
}
.cid-tgdWFd7a29 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgdWFd7a29 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgdWFd7a29 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgdWFd7a29 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgdWFd7a29 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgdWFd7a29 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgdWFd7a29 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgdWFd7a29 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgdWFd7a29 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgdWFd7a29 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgdWFd7a29 .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgdWFd7a29 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgdWFd7a29 .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgdWFd7a29 .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgdWFd7a29 .social__link {
  line-height: 40px;
}
.cid-tgdWFd7a29 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgdWFd7a29 .navbar {
    height: 77px;
  }
  .cid-tgdWFd7a29 .navbar.opened {
    height: auto;
  }
  .cid-tgdWFd7a29 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgdWFdKSRF {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-nosotros-1920x393.jpg");
}
.cid-tgdWFdKSRF .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgdWFdKSRF .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgdWFdKSRF .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgdWFdKSRF .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgdWFdKSRF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgdWFdKSRF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tge1akqB5j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-tge1akqB5j .container {
  max-width: 1500px;
}
.cid-tge1akqB5j .row {
  background: #333333;
}
.cid-tge1akqB5j .img-col {
  padding: 0;
}
.cid-tge1akqB5j .title-col {
  padding: 4rem 6rem;
}
.cid-tge1akqB5j img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tge1akqB5j h2 {
  padding: 0;
  margin: 0;
}
.cid-tge1akqB5j .text-wrap {
  margin: auto;
}
.cid-tge1akqB5j .mbr-text {
  color: #cccccc;
}
@media (max-width: 1200px) {
  .cid-tge1akqB5j .row {
    margin: 2rem;
  }
  .cid-tge1akqB5j .title-col {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-tge1akqB5j .row {
    margin: 0rem;
  }
  .cid-tge1akqB5j .title-col {
    padding: 2rem 1rem;
  }
}
.cid-tgdZVpvzpN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-tgdZVpvzpN .container {
  max-width: 1500px;
}
.cid-tgdZVpvzpN .row {
  background: #333333;
}
.cid-tgdZVpvzpN .img-col {
  padding: 0;
}
.cid-tgdZVpvzpN .title-col {
  padding: 4rem 6rem;
}
.cid-tgdZVpvzpN img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgdZVpvzpN h2 {
  padding: 0;
  margin: 0;
}
.cid-tgdZVpvzpN .text-wrap {
  margin: auto;
}
.cid-tgdZVpvzpN .mbr-text {
  color: #cccccc;
}
@media (max-width: 1200px) {
  .cid-tgdZVpvzpN .row {
    margin: 2rem;
  }
  .cid-tgdZVpvzpN .title-col {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tgdZVpvzpN .row {
    margin: 0rem;
  }
  .cid-tgdZVpvzpN .title-col {
    padding: 2rem 1rem;
  }
}
.cid-tge0ptUaMM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-tge0ptUaMM .container {
  max-width: 1500px;
}
.cid-tge0ptUaMM .row {
  background: #333333;
}
.cid-tge0ptUaMM .img-col {
  padding: 0;
}
.cid-tge0ptUaMM .title-col {
  padding: 4rem 6rem;
}
.cid-tge0ptUaMM img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tge0ptUaMM h2 {
  padding: 0;
  margin: 0;
}
.cid-tge0ptUaMM .text-wrap {
  margin: auto;
}
.cid-tge0ptUaMM .mbr-text {
  color: #cccccc;
}
@media (max-width: 1200px) {
  .cid-tge0ptUaMM .row {
    margin: 2rem;
  }
  .cid-tge0ptUaMM .title-col {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-tge0ptUaMM .row {
    margin: 0rem;
  }
  .cid-tge0ptUaMM .title-col {
    padding: 2rem 1rem;
  }
}
.cid-tgdWFhJVLQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tgdWFhJVLQ .img-wrapper {
  text-align: center;
}
.cid-tgdWFhJVLQ .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-tgdWFhJVLQ img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tgdWFhJVLQ .row {
  align-items: flex-start;
}
.cid-tgdWFhJVLQ .card-wrapper {
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tgdWFhJVLQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tgdWFhJVLQ .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tgdWFhJVLQ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tgdWFhJVLQ .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tBb5NgWdoA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb5NgWdoA .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb5NgWdoA .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb5NgWdoA .mbr-text {
  color: #444;
}
.cid-tBb5NgWdoA h5 {
  margin-bottom: 0;
}
.cid-tBb5NgWdoA .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb5NgWdoA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb5NgWdoA .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb5NgWdoA .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb5NgWdoA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb5NgWdoA .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb5NgWdoA .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb5NgWdoA .social-list a:hover {
  opacity: .4;
}
.cid-tBb5NgWdoA .media-container-row > div {
  padding: 0px;
}
.cid-tBb5NgWdoA .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb5NgWdoA .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb5NgWdoA .group-title SPAN {
  color: #ffffff;
}
.cid-tBb5NgWdoA .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb5NgWdoA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb5NgWdoA .social-list,
  .cid-tBb5NgWdoA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb5NgWdoA h3 {
    margin-bottom: 10px;
  }
  .cid-tBb5NgWdoA .navbar-brand {
    text-align: center;
  }
}
.cid-tBb5NgWdoA .links SPAN {
  color: #9e9e9e;
}
.cid-tgewKqVKqE {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgewKqVKqE .nav-item,
.cid-tgewKqVKqE .nav-link,
.cid-tgewKqVKqE .navbar-caption {
  font-weight: normal;
}
.cid-tgewKqVKqE .nav-link {
  line-height: 40px;
}
.cid-tgewKqVKqE .nav-link {
  position: relative;
}
.cid-tgewKqVKqE .nav-link:before,
.cid-tgewKqVKqE .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgewKqVKqE .nav-item:hover .nav-link:before,
.cid-tgewKqVKqE .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgewKqVKqE .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgewKqVKqE .dropdown-toggle::after,
.cid-tgewKqVKqE .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgewKqVKqE .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgewKqVKqE .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgewKqVKqE .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgewKqVKqE .nav-item:focus,
.cid-tgewKqVKqE .nav-link:focus {
  outline: none;
}
.cid-tgewKqVKqE .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgewKqVKqE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgewKqVKqE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgewKqVKqE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgewKqVKqE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgewKqVKqE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgewKqVKqE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgewKqVKqE .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgewKqVKqE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgewKqVKqE .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgewKqVKqE .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgewKqVKqE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgewKqVKqE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgewKqVKqE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgewKqVKqE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgewKqVKqE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgewKqVKqE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgewKqVKqE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgewKqVKqE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgewKqVKqE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgewKqVKqE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgewKqVKqE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgewKqVKqE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgewKqVKqE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgewKqVKqE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgewKqVKqE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgewKqVKqE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgewKqVKqE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgewKqVKqE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgewKqVKqE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgewKqVKqE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgewKqVKqE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgewKqVKqE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgewKqVKqE .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgewKqVKqE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgewKqVKqE .dropdown-item.active,
.cid-tgewKqVKqE .dropdown-item:active {
  background-color: transparent;
}
.cid-tgewKqVKqE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgewKqVKqE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgewKqVKqE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgewKqVKqE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgewKqVKqE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgewKqVKqE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgewKqVKqE .navbar-buttons {
  text-align: center;
}
.cid-tgewKqVKqE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgewKqVKqE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgewKqVKqE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgewKqVKqE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgewKqVKqE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgewKqVKqE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgewKqVKqE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgewKqVKqE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgewKqVKqE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgewKqVKqE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgewKqVKqE .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgewKqVKqE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgewKqVKqE .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgewKqVKqE .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgewKqVKqE .social__link {
  line-height: 40px;
}
.cid-tgewKqVKqE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgewKqVKqE .navbar {
    height: 77px;
  }
  .cid-tgewKqVKqE .navbar.opened {
    height: auto;
  }
  .cid-tgewKqVKqE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgewKrrjj2 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-nuestra-camara-1920x393.jpg");
}
.cid-tgewKrrjj2 .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgewKrrjj2 .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgewKrrjj2 .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgewKrrjj2 .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgewKrrjj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgewKrrjj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgexy0rFqU {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tgexy0rFqU .mbr-section-title {
  margin-bottom: 0;
}
.cid-tgexy0rFqU .mbr-text {
  margin-top: 10px;
  margin-bottom: 0;
  color: #000000;
}
.cid-tgexy0rFqU .card__block {
  margin-top: 45px;
  font-weight: 500;
}
.cid-tgexy0rFqU .card__title {
  width: 100%;
  color: #f5ab35;
}
.cid-tgexy0rFqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgexy0rFqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgewKsknbz {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f8f8f8;
}
.cid-tgewKsknbz .container {
  max-width: 1500px;
}
.cid-tgewKsknbz .row {
  background: #000000;
}
.cid-tgewKsknbz .img-col {
  padding: 0;
}
.cid-tgewKsknbz .title-col {
  padding: 4rem 6rem;
}
.cid-tgewKsknbz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgewKsknbz h2 {
  padding: 0;
  margin: 0;
}
.cid-tgewKsknbz .text-wrap {
  margin: auto;
}
.cid-tgewKsknbz .mbr-text {
  color: #cccccc;
}
@media (max-width: 1200px) {
  .cid-tgewKsknbz .row {
    margin: 2rem;
  }
  .cid-tgewKsknbz .title-col {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-tgewKsknbz .row {
    margin: 0rem;
  }
  .cid-tgewKsknbz .title-col {
    padding: 2rem 1rem;
  }
}
.cid-tgewKsknbz H2 {
  color: #f5ab35;
}
.cid-tgewKszkRv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tgewKszkRv .img-wrapper {
  text-align: center;
}
.cid-tgewKszkRv .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-tgewKszkRv img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tgewKszkRv .row {
  align-items: flex-start;
}
.cid-tgewKszkRv .card-wrapper {
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tgewKszkRv .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tgewKszkRv .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tgewKszkRv .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tgewKszkRv .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tBb5ScgWkY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb5ScgWkY .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb5ScgWkY .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb5ScgWkY .mbr-text {
  color: #444;
}
.cid-tBb5ScgWkY h5 {
  margin-bottom: 0;
}
.cid-tBb5ScgWkY .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb5ScgWkY .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb5ScgWkY .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb5ScgWkY .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb5ScgWkY .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb5ScgWkY .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb5ScgWkY .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb5ScgWkY .social-list a:hover {
  opacity: .4;
}
.cid-tBb5ScgWkY .media-container-row > div {
  padding: 0px;
}
.cid-tBb5ScgWkY .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb5ScgWkY .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb5ScgWkY .group-title SPAN {
  color: #ffffff;
}
.cid-tBb5ScgWkY .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb5ScgWkY .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb5ScgWkY .social-list,
  .cid-tBb5ScgWkY .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb5ScgWkY h3 {
    margin-bottom: 10px;
  }
  .cid-tBb5ScgWkY .navbar-brand {
    text-align: center;
  }
}
.cid-tBb5ScgWkY .links SPAN {
  color: #9e9e9e;
}
.cid-tgeHQryddA {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgeHQryddA .nav-item,
.cid-tgeHQryddA .nav-link,
.cid-tgeHQryddA .navbar-caption {
  font-weight: normal;
}
.cid-tgeHQryddA .nav-link {
  line-height: 40px;
}
.cid-tgeHQryddA .nav-link {
  position: relative;
}
.cid-tgeHQryddA .nav-link:before,
.cid-tgeHQryddA .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgeHQryddA .nav-item:hover .nav-link:before,
.cid-tgeHQryddA .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgeHQryddA .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgeHQryddA .dropdown-toggle::after,
.cid-tgeHQryddA .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgeHQryddA .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgeHQryddA .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgeHQryddA .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgeHQryddA .nav-item:focus,
.cid-tgeHQryddA .nav-link:focus {
  outline: none;
}
.cid-tgeHQryddA .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgeHQryddA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgeHQryddA .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgeHQryddA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgeHQryddA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgeHQryddA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgeHQryddA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgeHQryddA .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgeHQryddA .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgeHQryddA .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgeHQryddA .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgeHQryddA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgeHQryddA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgeHQryddA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgeHQryddA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgeHQryddA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgeHQryddA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgeHQryddA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgeHQryddA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgeHQryddA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgeHQryddA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgeHQryddA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgeHQryddA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgeHQryddA .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgeHQryddA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgeHQryddA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgeHQryddA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgeHQryddA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgeHQryddA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgeHQryddA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgeHQryddA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgeHQryddA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgeHQryddA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgeHQryddA .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgeHQryddA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgeHQryddA .dropdown-item.active,
.cid-tgeHQryddA .dropdown-item:active {
  background-color: transparent;
}
.cid-tgeHQryddA .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgeHQryddA .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgeHQryddA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgeHQryddA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgeHQryddA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgeHQryddA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgeHQryddA .navbar-buttons {
  text-align: center;
}
.cid-tgeHQryddA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgeHQryddA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgeHQryddA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgeHQryddA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgeHQryddA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgeHQryddA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgeHQryddA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgeHQryddA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgeHQryddA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgeHQryddA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgeHQryddA .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgeHQryddA a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgeHQryddA .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgeHQryddA .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgeHQryddA .social__link {
  line-height: 40px;
}
.cid-tgeHQryddA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgeHQryddA .navbar {
    height: 77px;
  }
  .cid-tgeHQryddA .navbar.opened {
    height: auto;
  }
  .cid-tgeHQryddA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgeHQs68j2 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-reciba-inversiones-arabes-1920x393.jpg");
}
.cid-tgeHQs68j2 .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgeHQs68j2 .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgeHQs68j2 .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgeHQs68j2 .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgeHQs68j2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgeHQs68j2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgeNEJ0g8v {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-tgeNEJ0g8v .mbr-section-title {
  margin-top: 45px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tgeNEJ0g8v .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  color: #919dab;
}
.cid-tgeNEJ0g8v .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tgeNEJ0g8v .mbr-iconfont {
  margin-left: 30px;
  margin-right: 30px;
  width: 28px;
}
.cid-tgeNEJ0g8v .mbr-iconfont:nth-child(1) {
  color: #e93a7d;
}
.cid-tgeNEJ0g8v .mbr-iconfont:nth-child(2) {
  color: #5b69bb;
}
.cid-tgeNEJ0g8v .mbr-iconfont:nth-child(3) {
  color: #ff8f00;
}
.cid-tgeNEJ0g8v .mbr-iconfont:nth-child(4) {
  color: #7fa8d7;
}
@media (max-width: 991px) {
  .cid-tgeNEJ0g8v .mbr-iconfont {
    margin: 10px 20px;
  }
  .cid-tgeNEJ0g8v .mbr-text {
    margin-top: 15px;
  }
  .cid-tgeNEJ0g8v .mbr-section-title {
    margin-top: 30px;
  }
}
.cid-tgeNEJ0g8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgeNEJ0g8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgeIW5bU10 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tgeIW5bU10 .link-wrap {
  width: 100%;
}
@media (min-width: 1500px) {
  .cid-tgeIW5bU10 .container {
    max-width: 1400px;
  }
}
.cid-tgeIW5bU10 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tgeIW5bU10 .link {
  display: inline-block;
}
.cid-tgeIW5bU10 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-tgeIW5bU10 .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tgeIW5bU10 .link a:hover {
  text-decoration: underline;
}
.cid-tgeIW5bU10 .card {
  min-height: 280px;
  transition: all 0.3s;
}
.cid-tgeIW5bU10 .card-wrapper {
  background-position: center;
  padding: 3rem 2rem;
  background: #fafafa;
  background-size: cover;
  flex-direction: column;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}
.cid-tgeIW5bU10 .card-wrapper:hover {
  transform: scale(0.97);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.cid-tgeIW5bU10 .link,
.cid-tgeIW5bU10 .link-wrap {
  color: #f5ab35;
}
@media (max-width: 992px) {
  .cid-tgeIW5bU10 .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tgeIW5bU10 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tgeIW5bU10 .card-subtitle {
  color: #7fa8d7;
}
.cid-tgeIW5bU10 .mbr-text,
.cid-tgeIW5bU10 .link-wrap {
  color: #555555;
}
.cid-tgeO00Py1h {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-tgeO00Py1h .mbr-section-title {
  margin-top: 45px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tgeO00Py1h .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  color: #919dab;
}
.cid-tgeO00Py1h .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tgeO00Py1h .mbr-iconfont {
  margin-left: 30px;
  margin-right: 30px;
  width: 28px;
}
.cid-tgeO00Py1h .mbr-iconfont:nth-child(1) {
  color: #e93a7d;
}
.cid-tgeO00Py1h .mbr-iconfont:nth-child(2) {
  color: #5b69bb;
}
.cid-tgeO00Py1h .mbr-iconfont:nth-child(3) {
  color: #ff8f00;
}
.cid-tgeO00Py1h .mbr-iconfont:nth-child(4) {
  color: #7fa8d7;
}
@media (max-width: 991px) {
  .cid-tgeO00Py1h .mbr-iconfont {
    margin: 10px 20px;
  }
  .cid-tgeO00Py1h .mbr-text {
    margin-top: 15px;
  }
  .cid-tgeO00Py1h .mbr-section-title {
    margin-top: 30px;
  }
}
.cid-tgeO00Py1h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgeO00Py1h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgeNvs0q8d {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tgeNvs0q8d .link-wrap {
  width: 100%;
}
@media (min-width: 1500px) {
  .cid-tgeNvs0q8d .container {
    max-width: 1400px;
  }
}
.cid-tgeNvs0q8d img {
  margin: auto;
  width: 200px;
  padding-bottom: 2rem;
}
.cid-tgeNvs0q8d .link {
  display: inline-block;
}
.cid-tgeNvs0q8d .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-tgeNvs0q8d .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tgeNvs0q8d .link a:hover {
  text-decoration: underline;
}
.cid-tgeNvs0q8d .card {
  min-height: 30px;
  transition: all 0.3s;
}
.cid-tgeNvs0q8d .card-wrapper {
  background-position: center;
  padding: 3rem 2rem;
  background: #fafafa;
  background-size: cover;
  flex-direction: column;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}
.cid-tgeNvs0q8d .card-wrapper:hover {
  transform: scale(0.97);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.cid-tgeNvs0q8d .link,
.cid-tgeNvs0q8d .link-wrap {
  color: #f5ab35;
}
@media (max-width: 992px) {
  .cid-tgeNvs0q8d .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tgeNvs0q8d .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tgeNvs0q8d .card-subtitle {
  color: #fac167;
}
.cid-tgeNvs0q8d .mbr-text,
.cid-tgeNvs0q8d .link-wrap {
  color: #555555;
}
.cid-tgeRjjS4Oh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgeRjjS4Oh .link-wrap {
  width: 100%;
}
@media (min-width: 1500px) {
  .cid-tgeRjjS4Oh .container {
    max-width: 1400px;
  }
}
.cid-tgeRjjS4Oh img {
  margin: auto;
  width: 220px;
  padding-bottom: 2rem;
}
.cid-tgeRjjS4Oh .link {
  display: inline-block;
}
.cid-tgeRjjS4Oh .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-tgeRjjS4Oh .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tgeRjjS4Oh .link a:hover {
  text-decoration: underline;
}
.cid-tgeRjjS4Oh .card {
  min-height: 280px;
  transition: all 0.3s;
}
.cid-tgeRjjS4Oh .card-wrapper {
  background-position: center;
  padding: 3rem 2rem;
  background: #fafafa;
  background-size: cover;
  flex-direction: column;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}
.cid-tgeRjjS4Oh .card-wrapper:hover {
  transform: scale(0.97);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.cid-tgeRjjS4Oh .link,
.cid-tgeRjjS4Oh .link-wrap {
  color: #f5ab35;
}
@media (max-width: 992px) {
  .cid-tgeRjjS4Oh .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tgeRjjS4Oh .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tgeRjjS4Oh .card-subtitle {
  color: #fac167;
}
.cid-tgeRjjS4Oh .mbr-text,
.cid-tgeRjjS4Oh .link-wrap {
  color: #555555;
}
.cid-tgLoaYGm1g {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgLoaYGm1g .link-wrap {
  width: 100%;
}
@media (min-width: 1500px) {
  .cid-tgLoaYGm1g .container {
    max-width: 1400px;
  }
}
.cid-tgLoaYGm1g img {
  margin: auto;
  width: 220px;
  padding-bottom: 2rem;
}
.cid-tgLoaYGm1g .link {
  display: inline-block;
}
.cid-tgLoaYGm1g .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-tgLoaYGm1g .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tgLoaYGm1g .link a:hover {
  text-decoration: underline;
}
.cid-tgLoaYGm1g .card {
  min-height: 280px;
  transition: all 0.3s;
}
.cid-tgLoaYGm1g .card-wrapper {
  background-position: center;
  padding: 3rem 2rem;
  background: #fafafa;
  background-size: cover;
  flex-direction: column;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}
.cid-tgLoaYGm1g .card-wrapper:hover {
  transform: scale(0.97);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.cid-tgLoaYGm1g .link,
.cid-tgLoaYGm1g .link-wrap {
  color: #f5ab35;
}
@media (max-width: 992px) {
  .cid-tgLoaYGm1g .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tgLoaYGm1g .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tgLoaYGm1g .card-subtitle {
  color: #fac167;
}
.cid-tgLoaYGm1g .mbr-text,
.cid-tgLoaYGm1g .link-wrap {
  color: #555555;
}
.cid-tgLpAN2vuo {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgLpAN2vuo .link-wrap {
  width: 100%;
}
@media (min-width: 1500px) {
  .cid-tgLpAN2vuo .container {
    max-width: 1400px;
  }
}
.cid-tgLpAN2vuo img {
  margin: auto;
  width: 200px;
  padding-bottom: 2rem;
}
.cid-tgLpAN2vuo .link {
  display: inline-block;
}
.cid-tgLpAN2vuo .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-tgLpAN2vuo .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tgLpAN2vuo .link a:hover {
  text-decoration: underline;
}
.cid-tgLpAN2vuo .card {
  min-height: 280px;
  transition: all 0.3s;
}
.cid-tgLpAN2vuo .card-wrapper {
  background-position: center;
  padding: 3rem 2rem;
  background: #fafafa;
  background-size: cover;
  flex-direction: column;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}
.cid-tgLpAN2vuo .card-wrapper:hover {
  transform: scale(0.97);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.cid-tgLpAN2vuo .link,
.cid-tgLpAN2vuo .link-wrap {
  color: #f5ab35;
}
@media (max-width: 992px) {
  .cid-tgLpAN2vuo .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tgLpAN2vuo .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tgLpAN2vuo .card-subtitle {
  color: #fac167;
}
.cid-tgLpAN2vuo .mbr-text,
.cid-tgLpAN2vuo .link-wrap {
  color: #555555;
}
.cid-tBb5UR3TJs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb5UR3TJs .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb5UR3TJs .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb5UR3TJs .mbr-text {
  color: #444;
}
.cid-tBb5UR3TJs h5 {
  margin-bottom: 0;
}
.cid-tBb5UR3TJs .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb5UR3TJs .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb5UR3TJs .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb5UR3TJs .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb5UR3TJs .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb5UR3TJs .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb5UR3TJs .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb5UR3TJs .social-list a:hover {
  opacity: .4;
}
.cid-tBb5UR3TJs .media-container-row > div {
  padding: 0px;
}
.cid-tBb5UR3TJs .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb5UR3TJs .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb5UR3TJs .group-title SPAN {
  color: #ffffff;
}
.cid-tBb5UR3TJs .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb5UR3TJs .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb5UR3TJs .social-list,
  .cid-tBb5UR3TJs .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb5UR3TJs h3 {
    margin-bottom: 10px;
  }
  .cid-tBb5UR3TJs .navbar-brand {
    text-align: center;
  }
}
.cid-tBb5UR3TJs .links SPAN {
  color: #9e9e9e;
}
.cid-tgk5cYa0Vs {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgk5cYa0Vs .nav-item,
.cid-tgk5cYa0Vs .nav-link,
.cid-tgk5cYa0Vs .navbar-caption {
  font-weight: normal;
}
.cid-tgk5cYa0Vs .nav-link {
  line-height: 40px;
}
.cid-tgk5cYa0Vs .nav-link {
  position: relative;
}
.cid-tgk5cYa0Vs .nav-link:before,
.cid-tgk5cYa0Vs .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgk5cYa0Vs .nav-item:hover .nav-link:before,
.cid-tgk5cYa0Vs .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgk5cYa0Vs .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgk5cYa0Vs .dropdown-toggle::after,
.cid-tgk5cYa0Vs .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgk5cYa0Vs .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgk5cYa0Vs .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgk5cYa0Vs .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgk5cYa0Vs .nav-item:focus,
.cid-tgk5cYa0Vs .nav-link:focus {
  outline: none;
}
.cid-tgk5cYa0Vs .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgk5cYa0Vs .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgk5cYa0Vs .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgk5cYa0Vs .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgk5cYa0Vs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgk5cYa0Vs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgk5cYa0Vs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgk5cYa0Vs .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgk5cYa0Vs .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgk5cYa0Vs .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgk5cYa0Vs .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgk5cYa0Vs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgk5cYa0Vs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgk5cYa0Vs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgk5cYa0Vs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgk5cYa0Vs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgk5cYa0Vs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgk5cYa0Vs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgk5cYa0Vs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgk5cYa0Vs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgk5cYa0Vs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgk5cYa0Vs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgk5cYa0Vs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgk5cYa0Vs .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgk5cYa0Vs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgk5cYa0Vs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgk5cYa0Vs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgk5cYa0Vs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgk5cYa0Vs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgk5cYa0Vs .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgk5cYa0Vs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgk5cYa0Vs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgk5cYa0Vs .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgk5cYa0Vs .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgk5cYa0Vs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgk5cYa0Vs .dropdown-item.active,
.cid-tgk5cYa0Vs .dropdown-item:active {
  background-color: transparent;
}
.cid-tgk5cYa0Vs .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgk5cYa0Vs .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgk5cYa0Vs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgk5cYa0Vs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgk5cYa0Vs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgk5cYa0Vs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgk5cYa0Vs .navbar-buttons {
  text-align: center;
}
.cid-tgk5cYa0Vs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgk5cYa0Vs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgk5cYa0Vs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgk5cYa0Vs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgk5cYa0Vs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgk5cYa0Vs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgk5cYa0Vs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgk5cYa0Vs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgk5cYa0Vs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgk5cYa0Vs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgk5cYa0Vs .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgk5cYa0Vs a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgk5cYa0Vs .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgk5cYa0Vs .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgk5cYa0Vs .social__link {
  line-height: 40px;
}
.cid-tgk5cYa0Vs .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgk5cYa0Vs .navbar {
    height: 77px;
  }
  .cid-tgk5cYa0Vs .navbar.opened {
    height: auto;
  }
  .cid-tgk5cYa0Vs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgk5cYErG7 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-halal-turismo-1920x393.jpg");
}
.cid-tgk5cYErG7 .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgk5cYErG7 .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgk5cYErG7 .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgk5cYErG7 .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgk5cYErG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgk5cYErG7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgk5cZ2DXL {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tgk5cZ2DXL .row {
  align-items: center;
}
.cid-tgk5cZ2DXL .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tgk5cZ2DXL .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-tgk5cZ2DXL .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #000000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tgk5cZ2DXL .link:hover:before {
  background: #482be7;
}
.cid-tgk5cZ2DXL .mbr-section-title {
  color: #f5ab35;
}
.cid-tgk5cZ2DXL .mbr-text,
.cid-tgk5cZ2DXL .mbr-section-btn {
  color: #000000;
}
.cid-tgk5cZ2DXL .link,
.cid-tgk5cZ2DXL .link-wrap {
  color: #000000;
}
.cid-tBb6A6WXlS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBb6A6WXlS .img-wrapper {
  text-align: center;
}
.cid-tBb6A6WXlS .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-tBb6A6WXlS img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tBb6A6WXlS .row {
  align-items: flex-start;
}
.cid-tBb6A6WXlS .card-wrapper {
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tBb6A6WXlS .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tBb6A6WXlS .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tBb6A6WXlS .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tBb6A6WXlS .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tBb6zsdUPT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb6zsdUPT .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb6zsdUPT .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb6zsdUPT .mbr-text {
  color: #444;
}
.cid-tBb6zsdUPT h5 {
  margin-bottom: 0;
}
.cid-tBb6zsdUPT .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb6zsdUPT .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb6zsdUPT .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb6zsdUPT .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb6zsdUPT .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb6zsdUPT .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb6zsdUPT .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb6zsdUPT .social-list a:hover {
  opacity: .4;
}
.cid-tBb6zsdUPT .media-container-row > div {
  padding: 0px;
}
.cid-tBb6zsdUPT .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb6zsdUPT .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb6zsdUPT .group-title SPAN {
  color: #ffffff;
}
.cid-tBb6zsdUPT .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb6zsdUPT .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb6zsdUPT .social-list,
  .cid-tBb6zsdUPT .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb6zsdUPT h3 {
    margin-bottom: 10px;
  }
  .cid-tBb6zsdUPT .navbar-brand {
    text-align: center;
  }
}
.cid-tBb6zsdUPT .links SPAN {
  color: #9e9e9e;
}
.cid-tgk6vye50l {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgk6vye50l .nav-item,
.cid-tgk6vye50l .nav-link,
.cid-tgk6vye50l .navbar-caption {
  font-weight: normal;
}
.cid-tgk6vye50l .nav-link {
  line-height: 40px;
}
.cid-tgk6vye50l .nav-link {
  position: relative;
}
.cid-tgk6vye50l .nav-link:before,
.cid-tgk6vye50l .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgk6vye50l .nav-item:hover .nav-link:before,
.cid-tgk6vye50l .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgk6vye50l .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgk6vye50l .dropdown-toggle::after,
.cid-tgk6vye50l .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgk6vye50l .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgk6vye50l .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgk6vye50l .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgk6vye50l .nav-item:focus,
.cid-tgk6vye50l .nav-link:focus {
  outline: none;
}
.cid-tgk6vye50l .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgk6vye50l .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgk6vye50l .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgk6vye50l .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgk6vye50l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgk6vye50l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgk6vye50l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgk6vye50l .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgk6vye50l .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgk6vye50l .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgk6vye50l .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgk6vye50l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgk6vye50l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgk6vye50l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgk6vye50l .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgk6vye50l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgk6vye50l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgk6vye50l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgk6vye50l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgk6vye50l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgk6vye50l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgk6vye50l .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgk6vye50l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgk6vye50l .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgk6vye50l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgk6vye50l .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgk6vye50l .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgk6vye50l .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgk6vye50l .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgk6vye50l .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgk6vye50l .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgk6vye50l .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgk6vye50l .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgk6vye50l .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgk6vye50l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgk6vye50l .dropdown-item.active,
.cid-tgk6vye50l .dropdown-item:active {
  background-color: transparent;
}
.cid-tgk6vye50l .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgk6vye50l .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgk6vye50l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgk6vye50l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgk6vye50l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgk6vye50l ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgk6vye50l .navbar-buttons {
  text-align: center;
}
.cid-tgk6vye50l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgk6vye50l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgk6vye50l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgk6vye50l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgk6vye50l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgk6vye50l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgk6vye50l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgk6vye50l nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgk6vye50l nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgk6vye50l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgk6vye50l .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgk6vye50l a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgk6vye50l .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgk6vye50l .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgk6vye50l .social__link {
  line-height: 40px;
}
.cid-tgk6vye50l .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgk6vye50l .navbar {
    height: 77px;
  }
  .cid-tgk6vye50l .navbar.opened {
    height: auto;
  }
  .cid-tgk6vye50l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgk6vyJW8i {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-halal-cosmeticos-1920x393.jpg");
}
.cid-tgk6vyJW8i .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgk6vyJW8i .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgk6vyJW8i .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgk6vyJW8i .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgk6vyJW8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgk6vyJW8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgk6vz5QRP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgk6vz5QRP .row {
  align-items: center;
}
.cid-tgk6vz5QRP .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tgk6vz5QRP .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-tgk6vz5QRP .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #000000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tgk6vz5QRP .link:hover:before {
  background: #482be7;
}
.cid-tgk6vz5QRP .mbr-section-title {
  color: #f5ab35;
}
.cid-tgk6vz5QRP .mbr-text,
.cid-tgk6vz5QRP .mbr-section-btn {
  color: #000000;
}
.cid-tgk6vz5QRP .link,
.cid-tgk6vz5QRP .link-wrap {
  color: #000000;
}
.cid-tBb6CGbBlZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBb6CGbBlZ .img-wrapper {
  text-align: center;
}
.cid-tBb6CGbBlZ .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-tBb6CGbBlZ img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tBb6CGbBlZ .row {
  align-items: flex-start;
}
.cid-tBb6CGbBlZ .card-wrapper {
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tBb6CGbBlZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tBb6CGbBlZ .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tBb6CGbBlZ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tBb6CGbBlZ .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tBb6CjG4RY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb6CjG4RY .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb6CjG4RY .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb6CjG4RY .mbr-text {
  color: #444;
}
.cid-tBb6CjG4RY h5 {
  margin-bottom: 0;
}
.cid-tBb6CjG4RY .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb6CjG4RY .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb6CjG4RY .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb6CjG4RY .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb6CjG4RY .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb6CjG4RY .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb6CjG4RY .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb6CjG4RY .social-list a:hover {
  opacity: .4;
}
.cid-tBb6CjG4RY .media-container-row > div {
  padding: 0px;
}
.cid-tBb6CjG4RY .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb6CjG4RY .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb6CjG4RY .group-title SPAN {
  color: #ffffff;
}
.cid-tBb6CjG4RY .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb6CjG4RY .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb6CjG4RY .social-list,
  .cid-tBb6CjG4RY .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb6CjG4RY h3 {
    margin-bottom: 10px;
  }
  .cid-tBb6CjG4RY .navbar-brand {
    text-align: center;
  }
}
.cid-tBb6CjG4RY .links SPAN {
  color: #9e9e9e;
}
.cid-tgzZ7JGPK7 {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgzZ7JGPK7 .nav-item,
.cid-tgzZ7JGPK7 .nav-link,
.cid-tgzZ7JGPK7 .navbar-caption {
  font-weight: normal;
}
.cid-tgzZ7JGPK7 .nav-link {
  line-height: 40px;
}
.cid-tgzZ7JGPK7 .nav-link {
  position: relative;
}
.cid-tgzZ7JGPK7 .nav-link:before,
.cid-tgzZ7JGPK7 .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgzZ7JGPK7 .nav-item:hover .nav-link:before,
.cid-tgzZ7JGPK7 .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgzZ7JGPK7 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgzZ7JGPK7 .dropdown-toggle::after,
.cid-tgzZ7JGPK7 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgzZ7JGPK7 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgzZ7JGPK7 .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgzZ7JGPK7 .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgzZ7JGPK7 .nav-item:focus,
.cid-tgzZ7JGPK7 .nav-link:focus {
  outline: none;
}
.cid-tgzZ7JGPK7 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgzZ7JGPK7 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgzZ7JGPK7 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgzZ7JGPK7 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgzZ7JGPK7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgzZ7JGPK7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgzZ7JGPK7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgzZ7JGPK7 .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgzZ7JGPK7 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgzZ7JGPK7 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgzZ7JGPK7 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgzZ7JGPK7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgzZ7JGPK7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgzZ7JGPK7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgzZ7JGPK7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgzZ7JGPK7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgzZ7JGPK7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgzZ7JGPK7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgzZ7JGPK7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgzZ7JGPK7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgzZ7JGPK7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgzZ7JGPK7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgzZ7JGPK7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgzZ7JGPK7 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgzZ7JGPK7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgzZ7JGPK7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgzZ7JGPK7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgzZ7JGPK7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgzZ7JGPK7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgzZ7JGPK7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgzZ7JGPK7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgzZ7JGPK7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgzZ7JGPK7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgzZ7JGPK7 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgzZ7JGPK7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgzZ7JGPK7 .dropdown-item.active,
.cid-tgzZ7JGPK7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgzZ7JGPK7 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgzZ7JGPK7 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgzZ7JGPK7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgzZ7JGPK7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgzZ7JGPK7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgzZ7JGPK7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgzZ7JGPK7 .navbar-buttons {
  text-align: center;
}
.cid-tgzZ7JGPK7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgzZ7JGPK7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgzZ7JGPK7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgzZ7JGPK7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgzZ7JGPK7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgzZ7JGPK7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgzZ7JGPK7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgzZ7JGPK7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgzZ7JGPK7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgzZ7JGPK7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgzZ7JGPK7 .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgzZ7JGPK7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgzZ7JGPK7 .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgzZ7JGPK7 .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgzZ7JGPK7 .social__link {
  line-height: 40px;
}
.cid-tgzZ7JGPK7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgzZ7JGPK7 .navbar {
    height: 77px;
  }
  .cid-tgzZ7JGPK7 .navbar.opened {
    height: auto;
  }
  .cid-tgzZ7JGPK7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgzZ7KaIKp {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-reciba-inversiones-arabes-1920x393.jpg");
}
.cid-tgzZ7KaIKp .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgzZ7KaIKp .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgzZ7KaIKp .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgzZ7KaIKp .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgzZ7KaIKp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzZ7KaIKp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgA6oHEJ28 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgA6oHEJ28 .row {
  align-items: center;
}
.cid-tgA6oHEJ28 .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tgA6oHEJ28 .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-tgA6oHEJ28 .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #000000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tgA6oHEJ28 .link:hover:before {
  background: #482be7;
}
.cid-tgA6oHEJ28 .mbr-section-title {
  color: #000000;
}
.cid-tgA6oHEJ28 .mbr-text,
.cid-tgA6oHEJ28 .mbr-section-btn {
  color: #000000;
}
.cid-tgA6oHEJ28 .link,
.cid-tgA6oHEJ28 .link-wrap {
  color: #000000;
}
.cid-tgA6XAAR70 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgA6XAAR70 .mbr-text {
  margin-bottom: 0;
}
.cid-tgA6XAAR70 .block__right {
  margin-bottom: 10px;
}
.cid-tgA6XAAR70 .right__block-text {
  font-weight: 500;
  letter-spacing: 2px;
  color: #919dab;
  margin-bottom: 0;
}
.cid-tgA6XAAR70 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgA6XAAR70 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgA7bi0rBv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgA7bi0rBv .mbr-text {
  margin-bottom: 0;
  text-align: left;
}
.cid-tgA7bi0rBv .block__right {
  margin-bottom: 10px;
}
.cid-tgA7bi0rBv .right__block-text {
  font-weight: 500;
  letter-spacing: 2px;
  color: #919dab;
  margin-bottom: 0;
}
.cid-tgA7bi0rBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgA7bi0rBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzZ7LiPj7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgzZ7LiPj7 .img-wrapper {
  text-align: center;
}
.cid-tgzZ7LiPj7 .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-tgzZ7LiPj7 img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tgzZ7LiPj7 .row {
  align-items: flex-start;
}
.cid-tgzZ7LiPj7 .card-wrapper {
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tgzZ7LiPj7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tgzZ7LiPj7 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tgzZ7LiPj7 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tgzZ7LiPj7 .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tBb5PZ4LcB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb5PZ4LcB .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb5PZ4LcB .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb5PZ4LcB .mbr-text {
  color: #444;
}
.cid-tBb5PZ4LcB h5 {
  margin-bottom: 0;
}
.cid-tBb5PZ4LcB .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb5PZ4LcB .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb5PZ4LcB .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb5PZ4LcB .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb5PZ4LcB .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb5PZ4LcB .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb5PZ4LcB .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb5PZ4LcB .social-list a:hover {
  opacity: .4;
}
.cid-tBb5PZ4LcB .media-container-row > div {
  padding: 0px;
}
.cid-tBb5PZ4LcB .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb5PZ4LcB .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb5PZ4LcB .group-title SPAN {
  color: #ffffff;
}
.cid-tBb5PZ4LcB .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb5PZ4LcB .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb5PZ4LcB .social-list,
  .cid-tBb5PZ4LcB .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb5PZ4LcB h3 {
    margin-bottom: 10px;
  }
  .cid-tBb5PZ4LcB .navbar-brand {
    text-align: center;
  }
}
.cid-tBb5PZ4LcB .links SPAN {
  color: #9e9e9e;
}
.cid-tgA858CqSk {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgA858CqSk .nav-item,
.cid-tgA858CqSk .nav-link,
.cid-tgA858CqSk .navbar-caption {
  font-weight: normal;
}
.cid-tgA858CqSk .nav-link {
  line-height: 40px;
}
.cid-tgA858CqSk .nav-link {
  position: relative;
}
.cid-tgA858CqSk .nav-link:before,
.cid-tgA858CqSk .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgA858CqSk .nav-item:hover .nav-link:before,
.cid-tgA858CqSk .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgA858CqSk .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgA858CqSk .dropdown-toggle::after,
.cid-tgA858CqSk .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgA858CqSk .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgA858CqSk .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgA858CqSk .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgA858CqSk .nav-item:focus,
.cid-tgA858CqSk .nav-link:focus {
  outline: none;
}
.cid-tgA858CqSk .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgA858CqSk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgA858CqSk .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgA858CqSk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgA858CqSk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgA858CqSk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgA858CqSk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgA858CqSk .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgA858CqSk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgA858CqSk .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgA858CqSk .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgA858CqSk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgA858CqSk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgA858CqSk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgA858CqSk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgA858CqSk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgA858CqSk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgA858CqSk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgA858CqSk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgA858CqSk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgA858CqSk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgA858CqSk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgA858CqSk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgA858CqSk .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgA858CqSk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgA858CqSk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgA858CqSk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgA858CqSk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgA858CqSk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgA858CqSk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgA858CqSk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgA858CqSk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgA858CqSk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgA858CqSk .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgA858CqSk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgA858CqSk .dropdown-item.active,
.cid-tgA858CqSk .dropdown-item:active {
  background-color: transparent;
}
.cid-tgA858CqSk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgA858CqSk .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgA858CqSk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgA858CqSk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgA858CqSk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgA858CqSk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgA858CqSk .navbar-buttons {
  text-align: center;
}
.cid-tgA858CqSk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgA858CqSk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgA858CqSk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgA858CqSk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgA858CqSk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgA858CqSk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgA858CqSk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgA858CqSk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgA858CqSk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgA858CqSk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgA858CqSk .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgA858CqSk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgA858CqSk .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgA858CqSk .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgA858CqSk .social__link {
  line-height: 40px;
}
.cid-tgA858CqSk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgA858CqSk .navbar {
    height: 77px;
  }
  .cid-tgA858CqSk .navbar.opened {
    height: auto;
  }
  .cid-tgA858CqSk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgA85988PU {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-mineria-1920x393.jpg");
}
.cid-tgA85988PU .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgA85988PU .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgA85988PU .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgA85988PU .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgA85988PU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgA85988PU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgA859s29t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgA859s29t .row {
  align-items: center;
}
.cid-tgA859s29t .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tgA859s29t .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-tgA859s29t .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #000000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tgA859s29t .link:hover:before {
  background: #482be7;
}
.cid-tgA859s29t .mbr-section-title {
  color: #f5ab35;
}
.cid-tgA859s29t .mbr-text,
.cid-tgA859s29t .mbr-section-btn {
  color: #000000;
}
.cid-tgA859s29t .link,
.cid-tgA859s29t .link-wrap {
  color: #000000;
}
.cid-tgAdofhJHf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tgAdofhJHf .mbr-text {
  margin-bottom: 0;
  text-align: left;
}
.cid-tgAdofhJHf .block__right {
  margin-bottom: 10px;
}
.cid-tgAdofhJHf .right__block-text {
  font-weight: 500;
  letter-spacing: 2px;
  color: #919dab;
  margin-bottom: 0;
}
.cid-tgAdofhJHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgAdofhJHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgAcmJV74z {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tgAcmJV74z .row {
  align-items: center;
}
.cid-tgAcmJV74z .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tgAcmJV74z .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-tgAcmJV74z .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #000000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tgAcmJV74z .link:hover:before {
  background: #482be7;
}
.cid-tgAcmJV74z .mbr-section-title {
  color: #000000;
}
.cid-tgAcmJV74z .mbr-text,
.cid-tgAcmJV74z .mbr-section-btn {
  color: #000000;
}
.cid-tgAcmJV74z .link,
.cid-tgAcmJV74z .link-wrap {
  color: #000000;
}
.cid-tBb6aGFaxh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBb6aGFaxh .img-wrapper {
  text-align: center;
}
.cid-tBb6aGFaxh .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-tBb6aGFaxh img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tBb6aGFaxh .row {
  align-items: flex-start;
}
.cid-tBb6aGFaxh .card-wrapper {
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tBb6aGFaxh .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tBb6aGFaxh .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tBb6aGFaxh .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tBb6aGFaxh .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tBb6bb8ASU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb6bb8ASU .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb6bb8ASU .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb6bb8ASU .mbr-text {
  color: #444;
}
.cid-tBb6bb8ASU h5 {
  margin-bottom: 0;
}
.cid-tBb6bb8ASU .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb6bb8ASU .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb6bb8ASU .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb6bb8ASU .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb6bb8ASU .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb6bb8ASU .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb6bb8ASU .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb6bb8ASU .social-list a:hover {
  opacity: .4;
}
.cid-tBb6bb8ASU .media-container-row > div {
  padding: 0px;
}
.cid-tBb6bb8ASU .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb6bb8ASU .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb6bb8ASU .group-title SPAN {
  color: #ffffff;
}
.cid-tBb6bb8ASU .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb6bb8ASU .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb6bb8ASU .social-list,
  .cid-tBb6bb8ASU .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb6bb8ASU h3 {
    margin-bottom: 10px;
  }
  .cid-tBb6bb8ASU .navbar-brand {
    text-align: center;
  }
}
.cid-tBb6bb8ASU .links SPAN {
  color: #9e9e9e;
}
.cid-tgAfah7lnk {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgAfah7lnk .nav-item,
.cid-tgAfah7lnk .nav-link,
.cid-tgAfah7lnk .navbar-caption {
  font-weight: normal;
}
.cid-tgAfah7lnk .nav-link {
  line-height: 40px;
}
.cid-tgAfah7lnk .nav-link {
  position: relative;
}
.cid-tgAfah7lnk .nav-link:before,
.cid-tgAfah7lnk .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgAfah7lnk .nav-item:hover .nav-link:before,
.cid-tgAfah7lnk .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgAfah7lnk .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgAfah7lnk .dropdown-toggle::after,
.cid-tgAfah7lnk .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgAfah7lnk .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgAfah7lnk .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgAfah7lnk .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgAfah7lnk .nav-item:focus,
.cid-tgAfah7lnk .nav-link:focus {
  outline: none;
}
.cid-tgAfah7lnk .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgAfah7lnk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgAfah7lnk .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgAfah7lnk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgAfah7lnk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgAfah7lnk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgAfah7lnk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgAfah7lnk .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgAfah7lnk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgAfah7lnk .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgAfah7lnk .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgAfah7lnk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgAfah7lnk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgAfah7lnk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgAfah7lnk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgAfah7lnk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgAfah7lnk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgAfah7lnk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgAfah7lnk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgAfah7lnk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgAfah7lnk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgAfah7lnk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgAfah7lnk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgAfah7lnk .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgAfah7lnk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgAfah7lnk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgAfah7lnk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgAfah7lnk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgAfah7lnk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgAfah7lnk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgAfah7lnk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgAfah7lnk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgAfah7lnk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgAfah7lnk .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgAfah7lnk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgAfah7lnk .dropdown-item.active,
.cid-tgAfah7lnk .dropdown-item:active {
  background-color: transparent;
}
.cid-tgAfah7lnk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgAfah7lnk .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgAfah7lnk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgAfah7lnk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgAfah7lnk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgAfah7lnk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgAfah7lnk .navbar-buttons {
  text-align: center;
}
.cid-tgAfah7lnk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgAfah7lnk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgAfah7lnk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgAfah7lnk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgAfah7lnk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgAfah7lnk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgAfah7lnk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgAfah7lnk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgAfah7lnk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgAfah7lnk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgAfah7lnk .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgAfah7lnk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgAfah7lnk .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgAfah7lnk .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgAfah7lnk .social__link {
  line-height: 40px;
}
.cid-tgAfah7lnk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgAfah7lnk .navbar {
    height: 77px;
  }
  .cid-tgAfah7lnk .navbar.opened {
    height: auto;
  }
  .cid-tgAfah7lnk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgAfahExFA {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-energia-1920x393.jpg");
}
.cid-tgAfahExFA .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgAfahExFA .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgAfahExFA .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgAfahExFA .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgAfahExFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgAfahExFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgAfai0Y4A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgAfai0Y4A .row {
  align-items: center;
}
.cid-tgAfai0Y4A .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tgAfai0Y4A .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-tgAfai0Y4A .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #000000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tgAfai0Y4A .link:hover:before {
  background: #482be7;
}
.cid-tgAfai0Y4A .mbr-section-title {
  color: #f5ab35;
}
.cid-tgAfai0Y4A .mbr-text,
.cid-tgAfai0Y4A .mbr-section-btn {
  color: #000000;
}
.cid-tgAfai0Y4A .link,
.cid-tgAfai0Y4A .link-wrap {
  color: #000000;
}
.cid-tgAfaimaUN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tgAfaimaUN .mbr-text {
  margin-bottom: 0;
  text-align: left;
}
.cid-tgAfaimaUN .block__right {
  margin-bottom: 10px;
}
.cid-tgAfaimaUN .right__block-text {
  font-weight: 500;
  letter-spacing: 2px;
  color: #919dab;
  margin-bottom: 0;
}
.cid-tgAfaimaUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgAfaimaUN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBb6edaNH0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBb6edaNH0 .img-wrapper {
  text-align: center;
}
.cid-tBb6edaNH0 .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-tBb6edaNH0 img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tBb6edaNH0 .row {
  align-items: flex-start;
}
.cid-tBb6edaNH0 .card-wrapper {
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tBb6edaNH0 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tBb6edaNH0 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tBb6edaNH0 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tBb6edaNH0 .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tBb6dOiYdE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb6dOiYdE .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb6dOiYdE .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb6dOiYdE .mbr-text {
  color: #444;
}
.cid-tBb6dOiYdE h5 {
  margin-bottom: 0;
}
.cid-tBb6dOiYdE .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb6dOiYdE .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb6dOiYdE .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb6dOiYdE .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb6dOiYdE .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb6dOiYdE .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb6dOiYdE .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb6dOiYdE .social-list a:hover {
  opacity: .4;
}
.cid-tBb6dOiYdE .media-container-row > div {
  padding: 0px;
}
.cid-tBb6dOiYdE .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb6dOiYdE .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb6dOiYdE .group-title SPAN {
  color: #ffffff;
}
.cid-tBb6dOiYdE .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb6dOiYdE .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb6dOiYdE .social-list,
  .cid-tBb6dOiYdE .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb6dOiYdE h3 {
    margin-bottom: 10px;
  }
  .cid-tBb6dOiYdE .navbar-brand {
    text-align: center;
  }
}
.cid-tBb6dOiYdE .links SPAN {
  color: #9e9e9e;
}
.cid-tgAg4ix9PO {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgAg4ix9PO .nav-item,
.cid-tgAg4ix9PO .nav-link,
.cid-tgAg4ix9PO .navbar-caption {
  font-weight: normal;
}
.cid-tgAg4ix9PO .nav-link {
  line-height: 40px;
}
.cid-tgAg4ix9PO .nav-link {
  position: relative;
}
.cid-tgAg4ix9PO .nav-link:before,
.cid-tgAg4ix9PO .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgAg4ix9PO .nav-item:hover .nav-link:before,
.cid-tgAg4ix9PO .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgAg4ix9PO .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgAg4ix9PO .dropdown-toggle::after,
.cid-tgAg4ix9PO .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgAg4ix9PO .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgAg4ix9PO .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgAg4ix9PO .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgAg4ix9PO .nav-item:focus,
.cid-tgAg4ix9PO .nav-link:focus {
  outline: none;
}
.cid-tgAg4ix9PO .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgAg4ix9PO .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgAg4ix9PO .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgAg4ix9PO .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgAg4ix9PO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgAg4ix9PO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgAg4ix9PO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgAg4ix9PO .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgAg4ix9PO .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgAg4ix9PO .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgAg4ix9PO .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgAg4ix9PO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgAg4ix9PO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgAg4ix9PO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgAg4ix9PO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgAg4ix9PO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgAg4ix9PO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgAg4ix9PO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgAg4ix9PO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgAg4ix9PO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgAg4ix9PO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgAg4ix9PO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgAg4ix9PO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgAg4ix9PO .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgAg4ix9PO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgAg4ix9PO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgAg4ix9PO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgAg4ix9PO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgAg4ix9PO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgAg4ix9PO .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgAg4ix9PO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgAg4ix9PO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgAg4ix9PO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgAg4ix9PO .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgAg4ix9PO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgAg4ix9PO .dropdown-item.active,
.cid-tgAg4ix9PO .dropdown-item:active {
  background-color: transparent;
}
.cid-tgAg4ix9PO .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgAg4ix9PO .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgAg4ix9PO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgAg4ix9PO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgAg4ix9PO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgAg4ix9PO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgAg4ix9PO .navbar-buttons {
  text-align: center;
}
.cid-tgAg4ix9PO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgAg4ix9PO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgAg4ix9PO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgAg4ix9PO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgAg4ix9PO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgAg4ix9PO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgAg4ix9PO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgAg4ix9PO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgAg4ix9PO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgAg4ix9PO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgAg4ix9PO .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgAg4ix9PO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgAg4ix9PO .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgAg4ix9PO .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgAg4ix9PO .social__link {
  line-height: 40px;
}
.cid-tgAg4ix9PO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgAg4ix9PO .navbar {
    height: 77px;
  }
  .cid-tgAg4ix9PO .navbar.opened {
    height: auto;
  }
  .cid-tgAg4ix9PO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgAg4jbTnR {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-logistica-1920x393.jpg");
}
.cid-tgAg4jbTnR .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgAg4jbTnR .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgAg4jbTnR .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgAg4jbTnR .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgAg4jbTnR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgAg4jbTnR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgAg4jsumF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgAg4jsumF .row {
  align-items: center;
}
.cid-tgAg4jsumF .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tgAg4jsumF .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-tgAg4jsumF .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #000000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tgAg4jsumF .link:hover:before {
  background: #482be7;
}
.cid-tgAg4jsumF .mbr-section-title {
  color: #f5ab35;
}
.cid-tgAg4jsumF .mbr-text,
.cid-tgAg4jsumF .mbr-section-btn {
  color: #000000;
}
.cid-tgAg4jsumF .link,
.cid-tgAg4jsumF .link-wrap {
  color: #000000;
}
.cid-tBb6mYVJ83 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBb6mYVJ83 .img-wrapper {
  text-align: center;
}
.cid-tBb6mYVJ83 .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-tBb6mYVJ83 img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tBb6mYVJ83 .row {
  align-items: flex-start;
}
.cid-tBb6mYVJ83 .card-wrapper {
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tBb6mYVJ83 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tBb6mYVJ83 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tBb6mYVJ83 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tBb6mYVJ83 .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tBb6mnZ6T2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb6mnZ6T2 .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb6mnZ6T2 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb6mnZ6T2 .mbr-text {
  color: #444;
}
.cid-tBb6mnZ6T2 h5 {
  margin-bottom: 0;
}
.cid-tBb6mnZ6T2 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb6mnZ6T2 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb6mnZ6T2 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb6mnZ6T2 .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb6mnZ6T2 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb6mnZ6T2 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb6mnZ6T2 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb6mnZ6T2 .social-list a:hover {
  opacity: .4;
}
.cid-tBb6mnZ6T2 .media-container-row > div {
  padding: 0px;
}
.cid-tBb6mnZ6T2 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb6mnZ6T2 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb6mnZ6T2 .group-title SPAN {
  color: #ffffff;
}
.cid-tBb6mnZ6T2 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb6mnZ6T2 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb6mnZ6T2 .social-list,
  .cid-tBb6mnZ6T2 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb6mnZ6T2 h3 {
    margin-bottom: 10px;
  }
  .cid-tBb6mnZ6T2 .navbar-brand {
    text-align: center;
  }
}
.cid-tBb6mnZ6T2 .links SPAN {
  color: #9e9e9e;
}
.cid-tgAgKdCgld {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgAgKdCgld .nav-item,
.cid-tgAgKdCgld .nav-link,
.cid-tgAgKdCgld .navbar-caption {
  font-weight: normal;
}
.cid-tgAgKdCgld .nav-link {
  line-height: 40px;
}
.cid-tgAgKdCgld .nav-link {
  position: relative;
}
.cid-tgAgKdCgld .nav-link:before,
.cid-tgAgKdCgld .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgAgKdCgld .nav-item:hover .nav-link:before,
.cid-tgAgKdCgld .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgAgKdCgld .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgAgKdCgld .dropdown-toggle::after,
.cid-tgAgKdCgld .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgAgKdCgld .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgAgKdCgld .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgAgKdCgld .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgAgKdCgld .nav-item:focus,
.cid-tgAgKdCgld .nav-link:focus {
  outline: none;
}
.cid-tgAgKdCgld .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgAgKdCgld .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgAgKdCgld .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgAgKdCgld .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgAgKdCgld .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgAgKdCgld .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgAgKdCgld .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgAgKdCgld .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgAgKdCgld .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgAgKdCgld .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgAgKdCgld .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgAgKdCgld .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgAgKdCgld .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgAgKdCgld .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgAgKdCgld .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgAgKdCgld .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgAgKdCgld .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgAgKdCgld .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgAgKdCgld .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgAgKdCgld .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgAgKdCgld .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgAgKdCgld .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgAgKdCgld .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgAgKdCgld .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgAgKdCgld .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgAgKdCgld .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgAgKdCgld .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgAgKdCgld .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgAgKdCgld .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgAgKdCgld .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgAgKdCgld .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgAgKdCgld .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgAgKdCgld .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgAgKdCgld .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgAgKdCgld .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgAgKdCgld .dropdown-item.active,
.cid-tgAgKdCgld .dropdown-item:active {
  background-color: transparent;
}
.cid-tgAgKdCgld .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgAgKdCgld .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgAgKdCgld .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgAgKdCgld .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgAgKdCgld .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgAgKdCgld ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgAgKdCgld .navbar-buttons {
  text-align: center;
}
.cid-tgAgKdCgld button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgAgKdCgld button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgAgKdCgld button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgAgKdCgld button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgAgKdCgld button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgAgKdCgld button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgAgKdCgld nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgAgKdCgld nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgAgKdCgld nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgAgKdCgld nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgAgKdCgld .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgAgKdCgld a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgAgKdCgld .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgAgKdCgld .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgAgKdCgld .social__link {
  line-height: 40px;
}
.cid-tgAgKdCgld .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgAgKdCgld .navbar {
    height: 77px;
  }
  .cid-tgAgKdCgld .navbar.opened {
    height: auto;
  }
  .cid-tgAgKdCgld .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgAgKeqgfk {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-infraestructura-1920x393.jpg");
}
.cid-tgAgKeqgfk .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgAgKeqgfk .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgAgKeqgfk .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgAgKeqgfk .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgAgKeqgfk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgAgKeqgfk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgAgKeNcCU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgAgKeNcCU .row {
  align-items: center;
}
.cid-tgAgKeNcCU .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tgAgKeNcCU .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-tgAgKeNcCU .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #000000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tgAgKeNcCU .link:hover:before {
  background: #482be7;
}
.cid-tgAgKeNcCU .mbr-section-title {
  color: #f5ab35;
}
.cid-tgAgKeNcCU .mbr-text,
.cid-tgAgKeNcCU .mbr-section-btn {
  color: #000000;
}
.cid-tgAgKeNcCU .link,
.cid-tgAgKeNcCU .link-wrap {
  color: #000000;
}
.cid-tBb6xgF4Tb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBb6xgF4Tb .img-wrapper {
  text-align: center;
}
.cid-tBb6xgF4Tb .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-tBb6xgF4Tb img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tBb6xgF4Tb .row {
  align-items: flex-start;
}
.cid-tBb6xgF4Tb .card-wrapper {
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tBb6xgF4Tb .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tBb6xgF4Tb .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tBb6xgF4Tb .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tBb6xgF4Tb .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tBb6wTke9p {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb6wTke9p .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb6wTke9p .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb6wTke9p .mbr-text {
  color: #444;
}
.cid-tBb6wTke9p h5 {
  margin-bottom: 0;
}
.cid-tBb6wTke9p .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb6wTke9p .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb6wTke9p .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb6wTke9p .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb6wTke9p .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb6wTke9p .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb6wTke9p .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb6wTke9p .social-list a:hover {
  opacity: .4;
}
.cid-tBb6wTke9p .media-container-row > div {
  padding: 0px;
}
.cid-tBb6wTke9p .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb6wTke9p .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb6wTke9p .group-title SPAN {
  color: #ffffff;
}
.cid-tBb6wTke9p .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb6wTke9p .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb6wTke9p .social-list,
  .cid-tBb6wTke9p .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb6wTke9p h3 {
    margin-bottom: 10px;
  }
  .cid-tBb6wTke9p .navbar-brand {
    text-align: center;
  }
}
.cid-tBb6wTke9p .links SPAN {
  color: #9e9e9e;
}
.cid-tgAihtFWZO {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgAihtFWZO .nav-item,
.cid-tgAihtFWZO .nav-link,
.cid-tgAihtFWZO .navbar-caption {
  font-weight: normal;
}
.cid-tgAihtFWZO .nav-link {
  line-height: 40px;
}
.cid-tgAihtFWZO .nav-link {
  position: relative;
}
.cid-tgAihtFWZO .nav-link:before,
.cid-tgAihtFWZO .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgAihtFWZO .nav-item:hover .nav-link:before,
.cid-tgAihtFWZO .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgAihtFWZO .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgAihtFWZO .dropdown-toggle::after,
.cid-tgAihtFWZO .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgAihtFWZO .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgAihtFWZO .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgAihtFWZO .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgAihtFWZO .nav-item:focus,
.cid-tgAihtFWZO .nav-link:focus {
  outline: none;
}
.cid-tgAihtFWZO .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgAihtFWZO .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgAihtFWZO .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgAihtFWZO .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgAihtFWZO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgAihtFWZO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgAihtFWZO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgAihtFWZO .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgAihtFWZO .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgAihtFWZO .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgAihtFWZO .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgAihtFWZO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgAihtFWZO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgAihtFWZO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgAihtFWZO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgAihtFWZO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgAihtFWZO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgAihtFWZO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgAihtFWZO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgAihtFWZO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgAihtFWZO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgAihtFWZO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgAihtFWZO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgAihtFWZO .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgAihtFWZO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgAihtFWZO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgAihtFWZO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgAihtFWZO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgAihtFWZO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgAihtFWZO .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgAihtFWZO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgAihtFWZO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgAihtFWZO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgAihtFWZO .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgAihtFWZO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgAihtFWZO .dropdown-item.active,
.cid-tgAihtFWZO .dropdown-item:active {
  background-color: transparent;
}
.cid-tgAihtFWZO .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgAihtFWZO .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgAihtFWZO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgAihtFWZO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgAihtFWZO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgAihtFWZO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgAihtFWZO .navbar-buttons {
  text-align: center;
}
.cid-tgAihtFWZO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgAihtFWZO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgAihtFWZO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgAihtFWZO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgAihtFWZO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgAihtFWZO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgAihtFWZO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgAihtFWZO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgAihtFWZO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgAihtFWZO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgAihtFWZO .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgAihtFWZO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgAihtFWZO .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgAihtFWZO .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgAihtFWZO .social__link {
  line-height: 40px;
}
.cid-tgAihtFWZO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgAihtFWZO .navbar {
    height: 77px;
  }
  .cid-tgAihtFWZO .navbar.opened {
    height: auto;
  }
  .cid-tgAihtFWZO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgAihubLef {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-contacto-1920x393.jpg");
}
.cid-tgAihubLef .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgAihubLef .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgAihubLef .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgAihubLef .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgAihubLef .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgAihubLef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgAj6dt8Yl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgAj6dt8Yl .mbr-section-title {
  margin-bottom: 15px;
  margin-bottom: 35px;
}
.cid-tgAj6dt8Yl .mbr-text {
  margin-bottom: 35px;
  color: #919dab;
}
.cid-tgAj6dt8Yl .icons {
  display: inline-block;
}
.cid-tgAj6dt8Yl .icons .mbr-iconfont {
  color: #ebeaed;
  margin-right: 20px;
  width: 22px;
  font-size: 22px;
  transition: all .25s ease;
}
.cid-tgAj6dt8Yl .icons .mbr-iconfont:hover {
  color: #c4c1ca;
}
.cid-tgAj6dt8Yl .image {
  margin-bottom: 40px;
}
.cid-tgAj6dt8Yl .image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}
.cid-tgAj6dt8Yl .form-group {
  margin-bottom: 0;
}
.cid-tgAj6dt8Yl .dragArea .form-control {
  color: #ebeaed;
  margin-bottom: 35px;
  border: 2px solid #ebeaed !important;
  font-weight: 700;
  padding: 0 25px;
  font-size: 18px;
  border-radius: 30px;
  background-color: #ffffff !important;
}
.cid-tgAj6dt8Yl .dragArea input::placeholder {
  color: #ebeaed;
}
.cid-tgAj6dt8Yl .dragArea .form-control-label {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tgAj6dt8Yl .dragArea .input-group-btn .btn {
  height: 60px;
  min-width: 140px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .cid-tgAj6dt8Yl .dragArea .input-group-btn .btn {
    margin-top: 0;
  }
}
.cid-tgAj6dt8Yl .or {
  margin: 0 20px 0 20px;
  font-weight: 500;
  color: #ebeaed;
}
@media (max-width: 991px) {
  .cid-tgAj6dt8Yl .or {
    margin: 0 20px 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-tgAj6dt8Yl .input-group-btn {
    margin-bottom: 10px;
  }
  .cid-tgAj6dt8Yl .dragArea .input-group-btn .btn,
  .cid-tgAj6dt8Yl .form-control {
    height: 50px;
  }
}
@media (max-width: 575px) {
  .cid-tgAj6dt8Yl .input-group-btn {
    justify-content: center;
  }
  .cid-tgAj6dt8Yl .btn {
    margin-bottom: 20px;
  }
}
.cid-tgAj6dt8Yl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgAj6dt8Yl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBb7EsERRD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb7EsERRD .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb7EsERRD .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb7EsERRD .mbr-text {
  color: #444;
}
.cid-tBb7EsERRD h5 {
  margin-bottom: 0;
}
.cid-tBb7EsERRD .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb7EsERRD .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb7EsERRD .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb7EsERRD .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb7EsERRD .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb7EsERRD .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb7EsERRD .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb7EsERRD .social-list a:hover {
  opacity: .4;
}
.cid-tBb7EsERRD .media-container-row > div {
  padding: 0px;
}
.cid-tBb7EsERRD .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb7EsERRD .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb7EsERRD .group-title SPAN {
  color: #ffffff;
}
.cid-tBb7EsERRD .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb7EsERRD .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb7EsERRD .social-list,
  .cid-tBb7EsERRD .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb7EsERRD h3 {
    margin-bottom: 10px;
  }
  .cid-tBb7EsERRD .navbar-brand {
    text-align: center;
  }
}
.cid-tBb7EsERRD .links SPAN {
  color: #9e9e9e;
}
.cid-tgAUbgjdRl {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgAUbgjdRl .nav-item,
.cid-tgAUbgjdRl .nav-link,
.cid-tgAUbgjdRl .navbar-caption {
  font-weight: normal;
}
.cid-tgAUbgjdRl .nav-link {
  line-height: 40px;
}
.cid-tgAUbgjdRl .nav-link {
  position: relative;
}
.cid-tgAUbgjdRl .nav-link:before,
.cid-tgAUbgjdRl .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgAUbgjdRl .nav-item:hover .nav-link:before,
.cid-tgAUbgjdRl .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgAUbgjdRl .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgAUbgjdRl .dropdown-toggle::after,
.cid-tgAUbgjdRl .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgAUbgjdRl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgAUbgjdRl .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgAUbgjdRl .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgAUbgjdRl .nav-item:focus,
.cid-tgAUbgjdRl .nav-link:focus {
  outline: none;
}
.cid-tgAUbgjdRl .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgAUbgjdRl .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgAUbgjdRl .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgAUbgjdRl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgAUbgjdRl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgAUbgjdRl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgAUbgjdRl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgAUbgjdRl .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgAUbgjdRl .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgAUbgjdRl .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgAUbgjdRl .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgAUbgjdRl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgAUbgjdRl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgAUbgjdRl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgAUbgjdRl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgAUbgjdRl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgAUbgjdRl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgAUbgjdRl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgAUbgjdRl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgAUbgjdRl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgAUbgjdRl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgAUbgjdRl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgAUbgjdRl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgAUbgjdRl .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgAUbgjdRl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgAUbgjdRl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgAUbgjdRl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgAUbgjdRl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgAUbgjdRl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgAUbgjdRl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgAUbgjdRl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgAUbgjdRl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgAUbgjdRl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgAUbgjdRl .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgAUbgjdRl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgAUbgjdRl .dropdown-item.active,
.cid-tgAUbgjdRl .dropdown-item:active {
  background-color: transparent;
}
.cid-tgAUbgjdRl .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgAUbgjdRl .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgAUbgjdRl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgAUbgjdRl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgAUbgjdRl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgAUbgjdRl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgAUbgjdRl .navbar-buttons {
  text-align: center;
}
.cid-tgAUbgjdRl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgAUbgjdRl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgAUbgjdRl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgAUbgjdRl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgAUbgjdRl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgAUbgjdRl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgAUbgjdRl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgAUbgjdRl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgAUbgjdRl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgAUbgjdRl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgAUbgjdRl .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgAUbgjdRl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgAUbgjdRl .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgAUbgjdRl .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgAUbgjdRl .social__link {
  line-height: 40px;
}
.cid-tgAUbgjdRl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgAUbgjdRl .navbar {
    height: 77px;
  }
  .cid-tgAUbgjdRl .navbar.opened {
    height: auto;
  }
  .cid-tgAUbgjdRl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgAUbgTkDJ {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-prensa-1920x393.jpg");
}
.cid-tgAUbgTkDJ .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgAUbgTkDJ .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgAUbgTkDJ .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgAUbgTkDJ .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgAUbgTkDJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgAUbgTkDJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgAVruqMgn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fef8f5;
}
.cid-tgAVruqMgn .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tgAVruqMgn .mbr-section-btn .btn-secondary-outline:hover,
.cid-tgAVruqMgn .mbr-section-btn .btn-secondary-outline .active,
.cid-tgAVruqMgn .mbr-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
.cid-tgAVruqMgn img,
.cid-tgAVruqMgn .item-img {
  border-radius: 4px;
}
.cid-tgAVruqMgn .item-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.cid-tgAVruqMgn .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  will-change: transform;
}
.cid-tgAVruqMgn .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #000000;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-tgAVruqMgn .item:focus,
.cid-tgAVruqMgn span:focus {
  outline: none;
}
.cid-tgAVruqMgn .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-tgAVruqMgn .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tgAVruqMgn .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-tgAVruqMgn .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-tgAVruqMgn .item-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-tgAVruqMgn .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tgAVruqMgn .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
  padding-bottom: 0;
}
.cid-tgAVruqMgn .post_wrap {
  position: relative;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-tgAVruqMgn .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-tgAVruqMgn .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tgAVruqMgn .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tgAVruqMgn .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-tgAVruqMgn .item-content {
  padding: 40px;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tgAVruqMgn .item-content > div {
  position: relative;
  z-index: 5;
}
.cid-tgAVruqMgn .category_content {
  opacity: .8;
}
.cid-tgAVruqMgn .mbr-section-subtitle,
.cid-tgAVruqMgn .card_topic {
  margin-bottom: 12px;
}
.cid-tgAVruqMgn .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f5ab35;
}
.cid-tgAVruqMgn .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .cid-tgAVruqMgn .item-content,
  .cid-tgAVruqMgn .card_post {
    padding: 20px;
  }
}
.cid-tBb6EPO1tz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb6EPO1tz .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb6EPO1tz .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb6EPO1tz .mbr-text {
  color: #444;
}
.cid-tBb6EPO1tz h5 {
  margin-bottom: 0;
}
.cid-tBb6EPO1tz .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb6EPO1tz .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb6EPO1tz .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb6EPO1tz .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb6EPO1tz .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb6EPO1tz .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb6EPO1tz .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb6EPO1tz .social-list a:hover {
  opacity: .4;
}
.cid-tBb6EPO1tz .media-container-row > div {
  padding: 0px;
}
.cid-tBb6EPO1tz .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb6EPO1tz .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb6EPO1tz .group-title SPAN {
  color: #ffffff;
}
.cid-tBb6EPO1tz .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb6EPO1tz .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb6EPO1tz .social-list,
  .cid-tBb6EPO1tz .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb6EPO1tz h3 {
    margin-bottom: 10px;
  }
  .cid-tBb6EPO1tz .navbar-brand {
    text-align: center;
  }
}
.cid-tBb6EPO1tz .links SPAN {
  color: #9e9e9e;
}
.cid-tgFepDtLyh {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgFepDtLyh .nav-item,
.cid-tgFepDtLyh .nav-link,
.cid-tgFepDtLyh .navbar-caption {
  font-weight: normal;
}
.cid-tgFepDtLyh .nav-link {
  line-height: 40px;
}
.cid-tgFepDtLyh .nav-link {
  position: relative;
}
.cid-tgFepDtLyh .nav-link:before,
.cid-tgFepDtLyh .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgFepDtLyh .nav-item:hover .nav-link:before,
.cid-tgFepDtLyh .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgFepDtLyh .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgFepDtLyh .dropdown-toggle::after,
.cid-tgFepDtLyh .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgFepDtLyh .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgFepDtLyh .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgFepDtLyh .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgFepDtLyh .nav-item:focus,
.cid-tgFepDtLyh .nav-link:focus {
  outline: none;
}
.cid-tgFepDtLyh .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgFepDtLyh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgFepDtLyh .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgFepDtLyh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgFepDtLyh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgFepDtLyh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgFepDtLyh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgFepDtLyh .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgFepDtLyh .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgFepDtLyh .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgFepDtLyh .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgFepDtLyh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgFepDtLyh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgFepDtLyh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgFepDtLyh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgFepDtLyh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgFepDtLyh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgFepDtLyh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgFepDtLyh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgFepDtLyh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgFepDtLyh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgFepDtLyh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgFepDtLyh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgFepDtLyh .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgFepDtLyh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgFepDtLyh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgFepDtLyh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgFepDtLyh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgFepDtLyh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgFepDtLyh .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgFepDtLyh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgFepDtLyh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgFepDtLyh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgFepDtLyh .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgFepDtLyh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgFepDtLyh .dropdown-item.active,
.cid-tgFepDtLyh .dropdown-item:active {
  background-color: transparent;
}
.cid-tgFepDtLyh .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgFepDtLyh .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgFepDtLyh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgFepDtLyh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgFepDtLyh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgFepDtLyh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgFepDtLyh .navbar-buttons {
  text-align: center;
}
.cid-tgFepDtLyh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgFepDtLyh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgFepDtLyh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgFepDtLyh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFepDtLyh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFepDtLyh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgFepDtLyh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFepDtLyh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgFepDtLyh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgFepDtLyh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFepDtLyh .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgFepDtLyh a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgFepDtLyh .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgFepDtLyh .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgFepDtLyh .social__link {
  line-height: 40px;
}
.cid-tgFepDtLyh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgFepDtLyh .navbar {
    height: 77px;
  }
  .cid-tgFepDtLyh .navbar.opened {
    height: auto;
  }
  .cid-tgFepDtLyh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgFepE01Bb {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-halal-cosmeticos-1920x393.jpg");
}
.cid-tgFepE01Bb .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgFepE01Bb .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgFepE01Bb .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgFepE01Bb .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgFepE01Bb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFepE01Bb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFj7TKVXI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgFj7TKVXI .container,
.cid-tgFj7TKVXI .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-tgFj7TKVXI .row {
  align-items: center;
}
.cid-tgFj7TKVXI .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-tgFj7TKVXI .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-tgFj7TKVXI .img-item {
  overflow: hidden;
}
.cid-tgFj7TKVXI .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tgFj7TKVXI .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tgFj7TKVXI .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-tgFj7TKVXI .text-container {
  display: flex;
  flex-direction: column;
}
.cid-tgFj7TKVXI .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-tgFj7TKVXI .mbr-text a:not(.btn):hover {
  color: #000000 !important;
  background-image: none !important;
}
.cid-tgFj7TKVXI .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tgFj7TKVXI .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-tgFj7TKVXI .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tgFj7TKVXI .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tgFj7TKVXI .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tgFj7TKVXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFj7TKVXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFiuxmi20 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgFiuxmi20 .item-wrapper:hover .item-title a {
  color: #000000 !important;
}
.cid-tgFiuxmi20 .item-title,
.cid-tgFiuxmi20 .card_topic {
  margin-bottom: 12px;
}
.cid-tgFiuxmi20 .category_content {
  opacity: .8;
}
.cid-tgFiuxmi20 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tgFiuxmi20 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f5ab35;
}
.cid-tgFiuxmi20 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tgFiuxmi20 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tgFiuxmi20 .mbr-section-btn .btn-secondary-outline .active,
.cid-tgFiuxmi20 .mbr-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
.cid-tgFiuxmi20 H5 {
  text-align: center;
}
.cid-tBb6H5oeHR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb6H5oeHR .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb6H5oeHR .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb6H5oeHR .mbr-text {
  color: #444;
}
.cid-tBb6H5oeHR h5 {
  margin-bottom: 0;
}
.cid-tBb6H5oeHR .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb6H5oeHR .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb6H5oeHR .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb6H5oeHR .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb6H5oeHR .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb6H5oeHR .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb6H5oeHR .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb6H5oeHR .social-list a:hover {
  opacity: .4;
}
.cid-tBb6H5oeHR .media-container-row > div {
  padding: 0px;
}
.cid-tBb6H5oeHR .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb6H5oeHR .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb6H5oeHR .group-title SPAN {
  color: #ffffff;
}
.cid-tBb6H5oeHR .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb6H5oeHR .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb6H5oeHR .social-list,
  .cid-tBb6H5oeHR .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb6H5oeHR h3 {
    margin-bottom: 10px;
  }
  .cid-tBb6H5oeHR .navbar-brand {
    text-align: center;
  }
}
.cid-tBb6H5oeHR .links SPAN {
  color: #9e9e9e;
}
.cid-tgFmaJUN4L {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgFmaJUN4L .nav-item,
.cid-tgFmaJUN4L .nav-link,
.cid-tgFmaJUN4L .navbar-caption {
  font-weight: normal;
}
.cid-tgFmaJUN4L .nav-link {
  line-height: 40px;
}
.cid-tgFmaJUN4L .nav-link {
  position: relative;
}
.cid-tgFmaJUN4L .nav-link:before,
.cid-tgFmaJUN4L .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgFmaJUN4L .nav-item:hover .nav-link:before,
.cid-tgFmaJUN4L .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgFmaJUN4L .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgFmaJUN4L .dropdown-toggle::after,
.cid-tgFmaJUN4L .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgFmaJUN4L .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgFmaJUN4L .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgFmaJUN4L .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgFmaJUN4L .nav-item:focus,
.cid-tgFmaJUN4L .nav-link:focus {
  outline: none;
}
.cid-tgFmaJUN4L .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgFmaJUN4L .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgFmaJUN4L .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgFmaJUN4L .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgFmaJUN4L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgFmaJUN4L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgFmaJUN4L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgFmaJUN4L .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgFmaJUN4L .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgFmaJUN4L .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgFmaJUN4L .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgFmaJUN4L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgFmaJUN4L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgFmaJUN4L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgFmaJUN4L .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgFmaJUN4L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgFmaJUN4L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgFmaJUN4L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgFmaJUN4L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgFmaJUN4L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgFmaJUN4L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgFmaJUN4L .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgFmaJUN4L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgFmaJUN4L .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgFmaJUN4L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgFmaJUN4L .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgFmaJUN4L .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgFmaJUN4L .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgFmaJUN4L .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgFmaJUN4L .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgFmaJUN4L .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgFmaJUN4L .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgFmaJUN4L .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgFmaJUN4L .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgFmaJUN4L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgFmaJUN4L .dropdown-item.active,
.cid-tgFmaJUN4L .dropdown-item:active {
  background-color: transparent;
}
.cid-tgFmaJUN4L .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgFmaJUN4L .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgFmaJUN4L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgFmaJUN4L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgFmaJUN4L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgFmaJUN4L ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgFmaJUN4L .navbar-buttons {
  text-align: center;
}
.cid-tgFmaJUN4L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgFmaJUN4L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgFmaJUN4L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgFmaJUN4L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFmaJUN4L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFmaJUN4L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgFmaJUN4L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFmaJUN4L nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgFmaJUN4L nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgFmaJUN4L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFmaJUN4L .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgFmaJUN4L a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgFmaJUN4L .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgFmaJUN4L .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgFmaJUN4L .social__link {
  line-height: 40px;
}
.cid-tgFmaJUN4L .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgFmaJUN4L .navbar {
    height: 77px;
  }
  .cid-tgFmaJUN4L .navbar.opened {
    height: auto;
  }
  .cid-tgFmaJUN4L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgFmaKxWRn {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-halal-cosmeticos-1920x393.jpg");
}
.cid-tgFmaKxWRn .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgFmaKxWRn .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgFmaKxWRn .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgFmaKxWRn .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgFmaKxWRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFmaKxWRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFmaKUBuP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgFmaKUBuP .container,
.cid-tgFmaKUBuP .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-tgFmaKUBuP .row {
  align-items: center;
}
.cid-tgFmaKUBuP .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-tgFmaKUBuP .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-tgFmaKUBuP .img-item {
  overflow: hidden;
}
.cid-tgFmaKUBuP .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tgFmaKUBuP .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tgFmaKUBuP .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-tgFmaKUBuP .text-container {
  display: flex;
  flex-direction: column;
}
.cid-tgFmaKUBuP .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-tgFmaKUBuP .mbr-text a:not(.btn):hover {
  color: #000000 !important;
  background-image: none !important;
}
.cid-tgFmaKUBuP .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tgFmaKUBuP .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-tgFmaKUBuP .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tgFmaKUBuP .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tgFmaKUBuP .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tgFmaKUBuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFmaKUBuP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFmaLfsDI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgFmaLfsDI .item-wrapper:hover .item-title a {
  color: #000000 !important;
}
.cid-tgFmaLfsDI .item-title,
.cid-tgFmaLfsDI .card_topic {
  margin-bottom: 12px;
}
.cid-tgFmaLfsDI .category_content {
  opacity: .8;
}
.cid-tgFmaLfsDI .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tgFmaLfsDI .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f5ab35;
}
.cid-tgFmaLfsDI .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tgFmaLfsDI .mbr-section-btn .btn-secondary-outline:hover,
.cid-tgFmaLfsDI .mbr-section-btn .btn-secondary-outline .active,
.cid-tgFmaLfsDI .mbr-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
.cid-tgFmaLfsDI H5 {
  text-align: center;
}
.cid-tBb6K9sJQu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb6K9sJQu .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb6K9sJQu .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb6K9sJQu .mbr-text {
  color: #444;
}
.cid-tBb6K9sJQu h5 {
  margin-bottom: 0;
}
.cid-tBb6K9sJQu .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb6K9sJQu .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb6K9sJQu .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb6K9sJQu .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb6K9sJQu .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb6K9sJQu .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb6K9sJQu .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb6K9sJQu .social-list a:hover {
  opacity: .4;
}
.cid-tBb6K9sJQu .media-container-row > div {
  padding: 0px;
}
.cid-tBb6K9sJQu .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb6K9sJQu .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb6K9sJQu .group-title SPAN {
  color: #ffffff;
}
.cid-tBb6K9sJQu .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb6K9sJQu .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb6K9sJQu .social-list,
  .cid-tBb6K9sJQu .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb6K9sJQu h3 {
    margin-bottom: 10px;
  }
  .cid-tBb6K9sJQu .navbar-brand {
    text-align: center;
  }
}
.cid-tBb6K9sJQu .links SPAN {
  color: #9e9e9e;
}
.cid-tgFnRisf3L {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgFnRisf3L .nav-item,
.cid-tgFnRisf3L .nav-link,
.cid-tgFnRisf3L .navbar-caption {
  font-weight: normal;
}
.cid-tgFnRisf3L .nav-link {
  line-height: 40px;
}
.cid-tgFnRisf3L .nav-link {
  position: relative;
}
.cid-tgFnRisf3L .nav-link:before,
.cid-tgFnRisf3L .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgFnRisf3L .nav-item:hover .nav-link:before,
.cid-tgFnRisf3L .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgFnRisf3L .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgFnRisf3L .dropdown-toggle::after,
.cid-tgFnRisf3L .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgFnRisf3L .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgFnRisf3L .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgFnRisf3L .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgFnRisf3L .nav-item:focus,
.cid-tgFnRisf3L .nav-link:focus {
  outline: none;
}
.cid-tgFnRisf3L .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgFnRisf3L .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgFnRisf3L .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgFnRisf3L .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgFnRisf3L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgFnRisf3L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgFnRisf3L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgFnRisf3L .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgFnRisf3L .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgFnRisf3L .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgFnRisf3L .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgFnRisf3L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgFnRisf3L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgFnRisf3L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgFnRisf3L .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgFnRisf3L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgFnRisf3L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgFnRisf3L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgFnRisf3L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgFnRisf3L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgFnRisf3L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgFnRisf3L .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgFnRisf3L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgFnRisf3L .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgFnRisf3L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgFnRisf3L .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgFnRisf3L .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgFnRisf3L .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgFnRisf3L .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgFnRisf3L .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgFnRisf3L .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgFnRisf3L .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgFnRisf3L .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgFnRisf3L .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgFnRisf3L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgFnRisf3L .dropdown-item.active,
.cid-tgFnRisf3L .dropdown-item:active {
  background-color: transparent;
}
.cid-tgFnRisf3L .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgFnRisf3L .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgFnRisf3L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgFnRisf3L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgFnRisf3L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgFnRisf3L ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgFnRisf3L .navbar-buttons {
  text-align: center;
}
.cid-tgFnRisf3L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgFnRisf3L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgFnRisf3L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgFnRisf3L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFnRisf3L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFnRisf3L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgFnRisf3L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFnRisf3L nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgFnRisf3L nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgFnRisf3L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFnRisf3L .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgFnRisf3L a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgFnRisf3L .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgFnRisf3L .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgFnRisf3L .social__link {
  line-height: 40px;
}
.cid-tgFnRisf3L .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgFnRisf3L .navbar {
    height: 77px;
  }
  .cid-tgFnRisf3L .navbar.opened {
    height: auto;
  }
  .cid-tgFnRisf3L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgFnRj0G4t {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-halal-cosmeticos-1920x393.jpg");
}
.cid-tgFnRj0G4t .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgFnRj0G4t .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgFnRj0G4t .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgFnRj0G4t .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgFnRj0G4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFnRj0G4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFnRjis3t {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgFnRjis3t .container,
.cid-tgFnRjis3t .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-tgFnRjis3t .row {
  align-items: center;
  max-width: 450px;
  width: 450px;
}
.cid-tgFnRjis3t .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-tgFnRjis3t .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-tgFnRjis3t .img-item {
  overflow: hidden;
}
.cid-tgFnRjis3t .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tgFnRjis3t .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tgFnRjis3t .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-tgFnRjis3t .text-container {
  display: flex;
  flex-direction: column;
}
.cid-tgFnRjis3t .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-tgFnRjis3t .mbr-text a:not(.btn):hover {
  color: #000000 !important;
  background-image: none !important;
}
.cid-tgFnRjis3t .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tgFnRjis3t .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-tgFnRjis3t .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tgFnRjis3t .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tgFnRjis3t .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tgFnRjis3t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFnRjis3t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFnRjBdSp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgFnRjBdSp .item-wrapper:hover .item-title a {
  color: #000000 !important;
}
.cid-tgFnRjBdSp .item-title,
.cid-tgFnRjBdSp .card_topic {
  margin-bottom: 12px;
}
.cid-tgFnRjBdSp .category_content {
  opacity: .8;
}
.cid-tgFnRjBdSp .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tgFnRjBdSp .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f5ab35;
}
.cid-tgFnRjBdSp .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tgFnRjBdSp .mbr-section-btn .btn-secondary-outline:hover,
.cid-tgFnRjBdSp .mbr-section-btn .btn-secondary-outline .active,
.cid-tgFnRjBdSp .mbr-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
.cid-tgFnRjBdSp H5 {
  text-align: center;
}
.cid-tBb6LWfBl4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb6LWfBl4 .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb6LWfBl4 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb6LWfBl4 .mbr-text {
  color: #444;
}
.cid-tBb6LWfBl4 h5 {
  margin-bottom: 0;
}
.cid-tBb6LWfBl4 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb6LWfBl4 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb6LWfBl4 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb6LWfBl4 .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb6LWfBl4 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb6LWfBl4 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb6LWfBl4 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb6LWfBl4 .social-list a:hover {
  opacity: .4;
}
.cid-tBb6LWfBl4 .media-container-row > div {
  padding: 0px;
}
.cid-tBb6LWfBl4 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb6LWfBl4 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb6LWfBl4 .group-title SPAN {
  color: #ffffff;
}
.cid-tBb6LWfBl4 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb6LWfBl4 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb6LWfBl4 .social-list,
  .cid-tBb6LWfBl4 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb6LWfBl4 h3 {
    margin-bottom: 10px;
  }
  .cid-tBb6LWfBl4 .navbar-brand {
    text-align: center;
  }
}
.cid-tBb6LWfBl4 .links SPAN {
  color: #9e9e9e;
}
.cid-tgFpOogAYZ {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgFpOogAYZ .nav-item,
.cid-tgFpOogAYZ .nav-link,
.cid-tgFpOogAYZ .navbar-caption {
  font-weight: normal;
}
.cid-tgFpOogAYZ .nav-link {
  line-height: 40px;
}
.cid-tgFpOogAYZ .nav-link {
  position: relative;
}
.cid-tgFpOogAYZ .nav-link:before,
.cid-tgFpOogAYZ .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgFpOogAYZ .nav-item:hover .nav-link:before,
.cid-tgFpOogAYZ .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgFpOogAYZ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgFpOogAYZ .dropdown-toggle::after,
.cid-tgFpOogAYZ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgFpOogAYZ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgFpOogAYZ .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgFpOogAYZ .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgFpOogAYZ .nav-item:focus,
.cid-tgFpOogAYZ .nav-link:focus {
  outline: none;
}
.cid-tgFpOogAYZ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgFpOogAYZ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgFpOogAYZ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgFpOogAYZ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgFpOogAYZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgFpOogAYZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgFpOogAYZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgFpOogAYZ .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgFpOogAYZ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgFpOogAYZ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgFpOogAYZ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgFpOogAYZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgFpOogAYZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgFpOogAYZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgFpOogAYZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgFpOogAYZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgFpOogAYZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgFpOogAYZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgFpOogAYZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgFpOogAYZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgFpOogAYZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgFpOogAYZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgFpOogAYZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgFpOogAYZ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgFpOogAYZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgFpOogAYZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgFpOogAYZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgFpOogAYZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgFpOogAYZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgFpOogAYZ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgFpOogAYZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgFpOogAYZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgFpOogAYZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgFpOogAYZ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgFpOogAYZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgFpOogAYZ .dropdown-item.active,
.cid-tgFpOogAYZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tgFpOogAYZ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgFpOogAYZ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgFpOogAYZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgFpOogAYZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgFpOogAYZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgFpOogAYZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgFpOogAYZ .navbar-buttons {
  text-align: center;
}
.cid-tgFpOogAYZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgFpOogAYZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgFpOogAYZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgFpOogAYZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFpOogAYZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFpOogAYZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgFpOogAYZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFpOogAYZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgFpOogAYZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgFpOogAYZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFpOogAYZ .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgFpOogAYZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgFpOogAYZ .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgFpOogAYZ .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgFpOogAYZ .social__link {
  line-height: 40px;
}
.cid-tgFpOogAYZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgFpOogAYZ .navbar {
    height: 77px;
  }
  .cid-tgFpOogAYZ .navbar.opened {
    height: auto;
  }
  .cid-tgFpOogAYZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgFpOoQxJ5 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-halal-cosmeticos-1920x393.jpg");
}
.cid-tgFpOoQxJ5 .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgFpOoQxJ5 .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgFpOoQxJ5 .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgFpOoQxJ5 .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgFpOoQxJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFpOoQxJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFpOpbgFn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgFpOpbgFn .container,
.cid-tgFpOpbgFn .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-tgFpOpbgFn .row {
  align-items: center;
  max-width: 450px;
  width: 450px;
}
.cid-tgFpOpbgFn .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-tgFpOpbgFn .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-tgFpOpbgFn .img-item {
  overflow: hidden;
}
.cid-tgFpOpbgFn .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tgFpOpbgFn .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tgFpOpbgFn .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-tgFpOpbgFn .text-container {
  display: flex;
  flex-direction: column;
}
.cid-tgFpOpbgFn .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-tgFpOpbgFn .mbr-text a:not(.btn):hover {
  color: #000000 !important;
  background-image: none !important;
}
.cid-tgFpOpbgFn .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tgFpOpbgFn .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-tgFpOpbgFn .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tgFpOpbgFn .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tgFpOpbgFn .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tgFpOpbgFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFpOpbgFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFpOpvfcE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgFpOpvfcE .item-wrapper:hover .item-title a {
  color: #000000 !important;
}
.cid-tgFpOpvfcE .item-title,
.cid-tgFpOpvfcE .card_topic {
  margin-bottom: 12px;
}
.cid-tgFpOpvfcE .category_content {
  opacity: .8;
}
.cid-tgFpOpvfcE .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tgFpOpvfcE .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f5ab35;
}
.cid-tgFpOpvfcE .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tgFpOpvfcE .mbr-section-btn .btn-secondary-outline:hover,
.cid-tgFpOpvfcE .mbr-section-btn .btn-secondary-outline .active,
.cid-tgFpOpvfcE .mbr-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
.cid-tgFpOpvfcE H5 {
  text-align: center;
}
.cid-tBb6SaxKlQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb6SaxKlQ .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb6SaxKlQ .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb6SaxKlQ .mbr-text {
  color: #444;
}
.cid-tBb6SaxKlQ h5 {
  margin-bottom: 0;
}
.cid-tBb6SaxKlQ .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb6SaxKlQ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb6SaxKlQ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb6SaxKlQ .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb6SaxKlQ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb6SaxKlQ .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb6SaxKlQ .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb6SaxKlQ .social-list a:hover {
  opacity: .4;
}
.cid-tBb6SaxKlQ .media-container-row > div {
  padding: 0px;
}
.cid-tBb6SaxKlQ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb6SaxKlQ .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb6SaxKlQ .group-title SPAN {
  color: #ffffff;
}
.cid-tBb6SaxKlQ .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb6SaxKlQ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb6SaxKlQ .social-list,
  .cid-tBb6SaxKlQ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb6SaxKlQ h3 {
    margin-bottom: 10px;
  }
  .cid-tBb6SaxKlQ .navbar-brand {
    text-align: center;
  }
}
.cid-tBb6SaxKlQ .links SPAN {
  color: #9e9e9e;
}
.cid-tgFz4xwFmk {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgFz4xwFmk .nav-item,
.cid-tgFz4xwFmk .nav-link,
.cid-tgFz4xwFmk .navbar-caption {
  font-weight: normal;
}
.cid-tgFz4xwFmk .nav-link {
  line-height: 40px;
}
.cid-tgFz4xwFmk .nav-link {
  position: relative;
}
.cid-tgFz4xwFmk .nav-link:before,
.cid-tgFz4xwFmk .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgFz4xwFmk .nav-item:hover .nav-link:before,
.cid-tgFz4xwFmk .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgFz4xwFmk .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgFz4xwFmk .dropdown-toggle::after,
.cid-tgFz4xwFmk .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgFz4xwFmk .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgFz4xwFmk .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgFz4xwFmk .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgFz4xwFmk .nav-item:focus,
.cid-tgFz4xwFmk .nav-link:focus {
  outline: none;
}
.cid-tgFz4xwFmk .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgFz4xwFmk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgFz4xwFmk .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgFz4xwFmk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgFz4xwFmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgFz4xwFmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgFz4xwFmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgFz4xwFmk .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgFz4xwFmk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgFz4xwFmk .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgFz4xwFmk .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgFz4xwFmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgFz4xwFmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgFz4xwFmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgFz4xwFmk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgFz4xwFmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgFz4xwFmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgFz4xwFmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgFz4xwFmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgFz4xwFmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgFz4xwFmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgFz4xwFmk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgFz4xwFmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgFz4xwFmk .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgFz4xwFmk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgFz4xwFmk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgFz4xwFmk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgFz4xwFmk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgFz4xwFmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgFz4xwFmk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgFz4xwFmk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgFz4xwFmk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgFz4xwFmk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgFz4xwFmk .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgFz4xwFmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgFz4xwFmk .dropdown-item.active,
.cid-tgFz4xwFmk .dropdown-item:active {
  background-color: transparent;
}
.cid-tgFz4xwFmk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgFz4xwFmk .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgFz4xwFmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgFz4xwFmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgFz4xwFmk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgFz4xwFmk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgFz4xwFmk .navbar-buttons {
  text-align: center;
}
.cid-tgFz4xwFmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgFz4xwFmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgFz4xwFmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgFz4xwFmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFz4xwFmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFz4xwFmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgFz4xwFmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFz4xwFmk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgFz4xwFmk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgFz4xwFmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFz4xwFmk .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgFz4xwFmk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgFz4xwFmk .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgFz4xwFmk .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgFz4xwFmk .social__link {
  line-height: 40px;
}
.cid-tgFz4xwFmk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgFz4xwFmk .navbar {
    height: 77px;
  }
  .cid-tgFz4xwFmk .navbar.opened {
    height: auto;
  }
  .cid-tgFz4xwFmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgFz4yaAk2 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-halal-cosmeticos-1920x393.jpg");
}
.cid-tgFz4yaAk2 .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgFz4yaAk2 .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgFz4yaAk2 .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgFz4yaAk2 .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgFz4yaAk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFz4yaAk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFz4ywI2o {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgFz4ywI2o .container,
.cid-tgFz4ywI2o .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-tgFz4ywI2o .row {
  align-items: center;
  max-width: 450px;
  width: 450px;
}
.cid-tgFz4ywI2o .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-tgFz4ywI2o .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-tgFz4ywI2o .img-item {
  overflow: hidden;
}
.cid-tgFz4ywI2o .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tgFz4ywI2o .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tgFz4ywI2o .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-tgFz4ywI2o .text-container {
  display: flex;
  flex-direction: column;
}
.cid-tgFz4ywI2o .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-tgFz4ywI2o .mbr-text a:not(.btn):hover {
  color: #000000 !important;
  background-image: none !important;
}
.cid-tgFz4ywI2o .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tgFz4ywI2o .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-tgFz4ywI2o .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tgFz4ywI2o .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tgFz4ywI2o .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tgFz4ywI2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFz4ywI2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFz4yRwe4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgFz4yRwe4 .item-wrapper:hover .item-title a {
  color: #000000 !important;
}
.cid-tgFz4yRwe4 .item-title,
.cid-tgFz4yRwe4 .card_topic {
  margin-bottom: 12px;
}
.cid-tgFz4yRwe4 .category_content {
  opacity: .8;
}
.cid-tgFz4yRwe4 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tgFz4yRwe4 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f5ab35;
}
.cid-tgFz4yRwe4 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tgFz4yRwe4 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tgFz4yRwe4 .mbr-section-btn .btn-secondary-outline .active,
.cid-tgFz4yRwe4 .mbr-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
.cid-tgFz4yRwe4 H5 {
  text-align: center;
}
.cid-tBb6UsWG8a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb6UsWG8a .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb6UsWG8a .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb6UsWG8a .mbr-text {
  color: #444;
}
.cid-tBb6UsWG8a h5 {
  margin-bottom: 0;
}
.cid-tBb6UsWG8a .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb6UsWG8a .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb6UsWG8a .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb6UsWG8a .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb6UsWG8a .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb6UsWG8a .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb6UsWG8a .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb6UsWG8a .social-list a:hover {
  opacity: .4;
}
.cid-tBb6UsWG8a .media-container-row > div {
  padding: 0px;
}
.cid-tBb6UsWG8a .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb6UsWG8a .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb6UsWG8a .group-title SPAN {
  color: #ffffff;
}
.cid-tBb6UsWG8a .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb6UsWG8a .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb6UsWG8a .social-list,
  .cid-tBb6UsWG8a .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb6UsWG8a h3 {
    margin-bottom: 10px;
  }
  .cid-tBb6UsWG8a .navbar-brand {
    text-align: center;
  }
}
.cid-tBb6UsWG8a .links SPAN {
  color: #9e9e9e;
}
.cid-tgFAOr06wk {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgFAOr06wk .nav-item,
.cid-tgFAOr06wk .nav-link,
.cid-tgFAOr06wk .navbar-caption {
  font-weight: normal;
}
.cid-tgFAOr06wk .nav-link {
  line-height: 40px;
}
.cid-tgFAOr06wk .nav-link {
  position: relative;
}
.cid-tgFAOr06wk .nav-link:before,
.cid-tgFAOr06wk .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgFAOr06wk .nav-item:hover .nav-link:before,
.cid-tgFAOr06wk .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgFAOr06wk .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgFAOr06wk .dropdown-toggle::after,
.cid-tgFAOr06wk .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgFAOr06wk .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgFAOr06wk .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgFAOr06wk .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgFAOr06wk .nav-item:focus,
.cid-tgFAOr06wk .nav-link:focus {
  outline: none;
}
.cid-tgFAOr06wk .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgFAOr06wk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgFAOr06wk .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgFAOr06wk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgFAOr06wk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgFAOr06wk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgFAOr06wk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgFAOr06wk .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgFAOr06wk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgFAOr06wk .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgFAOr06wk .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgFAOr06wk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgFAOr06wk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgFAOr06wk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgFAOr06wk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgFAOr06wk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgFAOr06wk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgFAOr06wk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgFAOr06wk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgFAOr06wk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgFAOr06wk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgFAOr06wk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgFAOr06wk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgFAOr06wk .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgFAOr06wk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgFAOr06wk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgFAOr06wk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgFAOr06wk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgFAOr06wk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgFAOr06wk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgFAOr06wk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgFAOr06wk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgFAOr06wk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgFAOr06wk .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgFAOr06wk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgFAOr06wk .dropdown-item.active,
.cid-tgFAOr06wk .dropdown-item:active {
  background-color: transparent;
}
.cid-tgFAOr06wk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgFAOr06wk .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgFAOr06wk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgFAOr06wk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgFAOr06wk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgFAOr06wk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgFAOr06wk .navbar-buttons {
  text-align: center;
}
.cid-tgFAOr06wk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgFAOr06wk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgFAOr06wk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgFAOr06wk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFAOr06wk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFAOr06wk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgFAOr06wk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFAOr06wk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgFAOr06wk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgFAOr06wk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFAOr06wk .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgFAOr06wk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgFAOr06wk .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgFAOr06wk .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgFAOr06wk .social__link {
  line-height: 40px;
}
.cid-tgFAOr06wk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgFAOr06wk .navbar {
    height: 77px;
  }
  .cid-tgFAOr06wk .navbar.opened {
    height: auto;
  }
  .cid-tgFAOr06wk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgFAOrAA81 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-halal-cosmeticos-1920x393.jpg");
}
.cid-tgFAOrAA81 .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgFAOrAA81 .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgFAOrAA81 .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgFAOrAA81 .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgFAOrAA81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFAOrAA81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFAOs4sT1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgFAOs4sT1 .container,
.cid-tgFAOs4sT1 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-tgFAOs4sT1 .row {
  align-items: center;
  max-width: 450px;
  width: 450px;
}
.cid-tgFAOs4sT1 .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-tgFAOs4sT1 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-tgFAOs4sT1 .img-item {
  overflow: hidden;
}
.cid-tgFAOs4sT1 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tgFAOs4sT1 .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tgFAOs4sT1 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-tgFAOs4sT1 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-tgFAOs4sT1 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-tgFAOs4sT1 .mbr-text a:not(.btn):hover {
  color: #000000 !important;
  background-image: none !important;
}
.cid-tgFAOs4sT1 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tgFAOs4sT1 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-tgFAOs4sT1 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tgFAOs4sT1 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tgFAOs4sT1 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tgFAOs4sT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFAOs4sT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFAOswh3b {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgFAOswh3b .item-wrapper:hover .item-title a {
  color: #000000 !important;
}
.cid-tgFAOswh3b .item-title,
.cid-tgFAOswh3b .card_topic {
  margin-bottom: 12px;
}
.cid-tgFAOswh3b .category_content {
  opacity: .8;
}
.cid-tgFAOswh3b .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tgFAOswh3b .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f5ab35;
}
.cid-tgFAOswh3b .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tgFAOswh3b .mbr-section-btn .btn-secondary-outline:hover,
.cid-tgFAOswh3b .mbr-section-btn .btn-secondary-outline .active,
.cid-tgFAOswh3b .mbr-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
.cid-tgFAOswh3b H5 {
  text-align: center;
}
.cid-tBb6WsA3n4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb6WsA3n4 .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb6WsA3n4 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb6WsA3n4 .mbr-text {
  color: #444;
}
.cid-tBb6WsA3n4 h5 {
  margin-bottom: 0;
}
.cid-tBb6WsA3n4 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb6WsA3n4 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb6WsA3n4 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb6WsA3n4 .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb6WsA3n4 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb6WsA3n4 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb6WsA3n4 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb6WsA3n4 .social-list a:hover {
  opacity: .4;
}
.cid-tBb6WsA3n4 .media-container-row > div {
  padding: 0px;
}
.cid-tBb6WsA3n4 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb6WsA3n4 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb6WsA3n4 .group-title SPAN {
  color: #ffffff;
}
.cid-tBb6WsA3n4 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb6WsA3n4 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb6WsA3n4 .social-list,
  .cid-tBb6WsA3n4 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb6WsA3n4 h3 {
    margin-bottom: 10px;
  }
  .cid-tBb6WsA3n4 .navbar-brand {
    text-align: center;
  }
}
.cid-tBb6WsA3n4 .links SPAN {
  color: #9e9e9e;
}
.cid-tgFBHMLlZU {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgFBHMLlZU .nav-item,
.cid-tgFBHMLlZU .nav-link,
.cid-tgFBHMLlZU .navbar-caption {
  font-weight: normal;
}
.cid-tgFBHMLlZU .nav-link {
  line-height: 40px;
}
.cid-tgFBHMLlZU .nav-link {
  position: relative;
}
.cid-tgFBHMLlZU .nav-link:before,
.cid-tgFBHMLlZU .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgFBHMLlZU .nav-item:hover .nav-link:before,
.cid-tgFBHMLlZU .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgFBHMLlZU .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgFBHMLlZU .dropdown-toggle::after,
.cid-tgFBHMLlZU .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgFBHMLlZU .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgFBHMLlZU .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgFBHMLlZU .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgFBHMLlZU .nav-item:focus,
.cid-tgFBHMLlZU .nav-link:focus {
  outline: none;
}
.cid-tgFBHMLlZU .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgFBHMLlZU .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgFBHMLlZU .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgFBHMLlZU .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgFBHMLlZU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgFBHMLlZU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgFBHMLlZU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgFBHMLlZU .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgFBHMLlZU .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgFBHMLlZU .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgFBHMLlZU .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgFBHMLlZU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgFBHMLlZU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgFBHMLlZU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgFBHMLlZU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgFBHMLlZU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgFBHMLlZU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgFBHMLlZU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgFBHMLlZU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgFBHMLlZU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgFBHMLlZU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgFBHMLlZU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgFBHMLlZU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgFBHMLlZU .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgFBHMLlZU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgFBHMLlZU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgFBHMLlZU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgFBHMLlZU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgFBHMLlZU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgFBHMLlZU .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgFBHMLlZU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgFBHMLlZU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgFBHMLlZU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgFBHMLlZU .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgFBHMLlZU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgFBHMLlZU .dropdown-item.active,
.cid-tgFBHMLlZU .dropdown-item:active {
  background-color: transparent;
}
.cid-tgFBHMLlZU .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgFBHMLlZU .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgFBHMLlZU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgFBHMLlZU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgFBHMLlZU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgFBHMLlZU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgFBHMLlZU .navbar-buttons {
  text-align: center;
}
.cid-tgFBHMLlZU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgFBHMLlZU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgFBHMLlZU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgFBHMLlZU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFBHMLlZU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFBHMLlZU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgFBHMLlZU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFBHMLlZU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgFBHMLlZU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgFBHMLlZU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFBHMLlZU .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgFBHMLlZU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgFBHMLlZU .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgFBHMLlZU .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgFBHMLlZU .social__link {
  line-height: 40px;
}
.cid-tgFBHMLlZU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgFBHMLlZU .navbar {
    height: 77px;
  }
  .cid-tgFBHMLlZU .navbar.opened {
    height: auto;
  }
  .cid-tgFBHMLlZU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgFBHNiB9U {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-halal-cosmeticos-1920x393.jpg");
}
.cid-tgFBHNiB9U .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgFBHNiB9U .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgFBHNiB9U .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgFBHNiB9U .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgFBHNiB9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFBHNiB9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFBHNBd64 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgFBHNBd64 .container,
.cid-tgFBHNBd64 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-tgFBHNBd64 .row {
  align-items: center;
  max-width: 450px;
  width: 450px;
}
.cid-tgFBHNBd64 .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-tgFBHNBd64 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-tgFBHNBd64 .img-item {
  overflow: hidden;
}
.cid-tgFBHNBd64 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tgFBHNBd64 .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tgFBHNBd64 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-tgFBHNBd64 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-tgFBHNBd64 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-tgFBHNBd64 .mbr-text a:not(.btn):hover {
  color: #000000 !important;
  background-image: none !important;
}
.cid-tgFBHNBd64 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tgFBHNBd64 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-tgFBHNBd64 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tgFBHNBd64 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tgFBHNBd64 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tgFBHNBd64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFBHNBd64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFBHNTtr2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgFBHNTtr2 .item-wrapper:hover .item-title a {
  color: #000000 !important;
}
.cid-tgFBHNTtr2 .item-title,
.cid-tgFBHNTtr2 .card_topic {
  margin-bottom: 12px;
}
.cid-tgFBHNTtr2 .category_content {
  opacity: .8;
}
.cid-tgFBHNTtr2 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tgFBHNTtr2 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f5ab35;
}
.cid-tgFBHNTtr2 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tgFBHNTtr2 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tgFBHNTtr2 .mbr-section-btn .btn-secondary-outline .active,
.cid-tgFBHNTtr2 .mbr-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
.cid-tgFBHNTtr2 H5 {
  text-align: center;
}
.cid-tBb6YoIGTf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb6YoIGTf .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb6YoIGTf .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb6YoIGTf .mbr-text {
  color: #444;
}
.cid-tBb6YoIGTf h5 {
  margin-bottom: 0;
}
.cid-tBb6YoIGTf .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb6YoIGTf .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb6YoIGTf .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb6YoIGTf .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb6YoIGTf .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb6YoIGTf .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb6YoIGTf .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb6YoIGTf .social-list a:hover {
  opacity: .4;
}
.cid-tBb6YoIGTf .media-container-row > div {
  padding: 0px;
}
.cid-tBb6YoIGTf .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb6YoIGTf .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb6YoIGTf .group-title SPAN {
  color: #ffffff;
}
.cid-tBb6YoIGTf .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb6YoIGTf .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb6YoIGTf .social-list,
  .cid-tBb6YoIGTf .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb6YoIGTf h3 {
    margin-bottom: 10px;
  }
  .cid-tBb6YoIGTf .navbar-brand {
    text-align: center;
  }
}
.cid-tBb6YoIGTf .links SPAN {
  color: #9e9e9e;
}
.cid-tgFCIBhWQe {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgFCIBhWQe .nav-item,
.cid-tgFCIBhWQe .nav-link,
.cid-tgFCIBhWQe .navbar-caption {
  font-weight: normal;
}
.cid-tgFCIBhWQe .nav-link {
  line-height: 40px;
}
.cid-tgFCIBhWQe .nav-link {
  position: relative;
}
.cid-tgFCIBhWQe .nav-link:before,
.cid-tgFCIBhWQe .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgFCIBhWQe .nav-item:hover .nav-link:before,
.cid-tgFCIBhWQe .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgFCIBhWQe .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgFCIBhWQe .dropdown-toggle::after,
.cid-tgFCIBhWQe .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgFCIBhWQe .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgFCIBhWQe .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgFCIBhWQe .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgFCIBhWQe .nav-item:focus,
.cid-tgFCIBhWQe .nav-link:focus {
  outline: none;
}
.cid-tgFCIBhWQe .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgFCIBhWQe .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgFCIBhWQe .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgFCIBhWQe .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgFCIBhWQe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgFCIBhWQe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgFCIBhWQe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgFCIBhWQe .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgFCIBhWQe .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgFCIBhWQe .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgFCIBhWQe .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgFCIBhWQe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgFCIBhWQe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgFCIBhWQe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgFCIBhWQe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgFCIBhWQe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgFCIBhWQe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgFCIBhWQe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgFCIBhWQe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgFCIBhWQe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgFCIBhWQe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgFCIBhWQe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgFCIBhWQe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgFCIBhWQe .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgFCIBhWQe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgFCIBhWQe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgFCIBhWQe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgFCIBhWQe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgFCIBhWQe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgFCIBhWQe .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgFCIBhWQe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgFCIBhWQe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgFCIBhWQe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgFCIBhWQe .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgFCIBhWQe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgFCIBhWQe .dropdown-item.active,
.cid-tgFCIBhWQe .dropdown-item:active {
  background-color: transparent;
}
.cid-tgFCIBhWQe .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgFCIBhWQe .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgFCIBhWQe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgFCIBhWQe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgFCIBhWQe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgFCIBhWQe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgFCIBhWQe .navbar-buttons {
  text-align: center;
}
.cid-tgFCIBhWQe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgFCIBhWQe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgFCIBhWQe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgFCIBhWQe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFCIBhWQe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFCIBhWQe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgFCIBhWQe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFCIBhWQe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgFCIBhWQe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgFCIBhWQe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFCIBhWQe .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgFCIBhWQe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgFCIBhWQe .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgFCIBhWQe .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgFCIBhWQe .social__link {
  line-height: 40px;
}
.cid-tgFCIBhWQe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgFCIBhWQe .navbar {
    height: 77px;
  }
  .cid-tgFCIBhWQe .navbar.opened {
    height: auto;
  }
  .cid-tgFCIBhWQe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgFCIBPY7D {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-halal-cosmeticos-1920x393.jpg");
}
.cid-tgFCIBPY7D .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgFCIBPY7D .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgFCIBPY7D .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgFCIBPY7D .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgFCIBPY7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFCIBPY7D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFCICctDv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgFCICctDv .container,
.cid-tgFCICctDv .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-tgFCICctDv .row {
  align-items: center;
  max-width: 450px;
  width: 450px;
}
.cid-tgFCICctDv .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-tgFCICctDv .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-tgFCICctDv .img-item {
  overflow: hidden;
}
.cid-tgFCICctDv .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tgFCICctDv .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tgFCICctDv .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-tgFCICctDv .text-container {
  display: flex;
  flex-direction: column;
}
.cid-tgFCICctDv .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-tgFCICctDv .mbr-text a:not(.btn):hover {
  color: #000000 !important;
  background-image: none !important;
}
.cid-tgFCICctDv .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tgFCICctDv .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-tgFCICctDv .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tgFCICctDv .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tgFCICctDv .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tgFCICctDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFCICctDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFCICxdJi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgFCICxdJi .item-wrapper:hover .item-title a {
  color: #000000 !important;
}
.cid-tgFCICxdJi .item-title,
.cid-tgFCICxdJi .card_topic {
  margin-bottom: 12px;
}
.cid-tgFCICxdJi .category_content {
  opacity: .8;
}
.cid-tgFCICxdJi .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tgFCICxdJi .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f5ab35;
}
.cid-tgFCICxdJi .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tgFCICxdJi .mbr-section-btn .btn-secondary-outline:hover,
.cid-tgFCICxdJi .mbr-section-btn .btn-secondary-outline .active,
.cid-tgFCICxdJi .mbr-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
.cid-tgFCICxdJi H5 {
  text-align: center;
}
.cid-tBb70JtVUI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb70JtVUI .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb70JtVUI .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb70JtVUI .mbr-text {
  color: #444;
}
.cid-tBb70JtVUI h5 {
  margin-bottom: 0;
}
.cid-tBb70JtVUI .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb70JtVUI .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb70JtVUI .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb70JtVUI .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb70JtVUI .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb70JtVUI .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb70JtVUI .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb70JtVUI .social-list a:hover {
  opacity: .4;
}
.cid-tBb70JtVUI .media-container-row > div {
  padding: 0px;
}
.cid-tBb70JtVUI .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb70JtVUI .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb70JtVUI .group-title SPAN {
  color: #ffffff;
}
.cid-tBb70JtVUI .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb70JtVUI .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb70JtVUI .social-list,
  .cid-tBb70JtVUI .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb70JtVUI h3 {
    margin-bottom: 10px;
  }
  .cid-tBb70JtVUI .navbar-brand {
    text-align: center;
  }
}
.cid-tBb70JtVUI .links SPAN {
  color: #9e9e9e;
}
.cid-tgFGjQn6OE {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgFGjQn6OE .nav-item,
.cid-tgFGjQn6OE .nav-link,
.cid-tgFGjQn6OE .navbar-caption {
  font-weight: normal;
}
.cid-tgFGjQn6OE .nav-link {
  line-height: 40px;
}
.cid-tgFGjQn6OE .nav-link {
  position: relative;
}
.cid-tgFGjQn6OE .nav-link:before,
.cid-tgFGjQn6OE .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgFGjQn6OE .nav-item:hover .nav-link:before,
.cid-tgFGjQn6OE .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgFGjQn6OE .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgFGjQn6OE .dropdown-toggle::after,
.cid-tgFGjQn6OE .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgFGjQn6OE .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgFGjQn6OE .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgFGjQn6OE .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgFGjQn6OE .nav-item:focus,
.cid-tgFGjQn6OE .nav-link:focus {
  outline: none;
}
.cid-tgFGjQn6OE .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgFGjQn6OE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgFGjQn6OE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgFGjQn6OE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgFGjQn6OE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgFGjQn6OE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgFGjQn6OE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgFGjQn6OE .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgFGjQn6OE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgFGjQn6OE .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgFGjQn6OE .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgFGjQn6OE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgFGjQn6OE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgFGjQn6OE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgFGjQn6OE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgFGjQn6OE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgFGjQn6OE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgFGjQn6OE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgFGjQn6OE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgFGjQn6OE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgFGjQn6OE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgFGjQn6OE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgFGjQn6OE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgFGjQn6OE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgFGjQn6OE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgFGjQn6OE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgFGjQn6OE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgFGjQn6OE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgFGjQn6OE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgFGjQn6OE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgFGjQn6OE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgFGjQn6OE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgFGjQn6OE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgFGjQn6OE .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgFGjQn6OE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgFGjQn6OE .dropdown-item.active,
.cid-tgFGjQn6OE .dropdown-item:active {
  background-color: transparent;
}
.cid-tgFGjQn6OE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgFGjQn6OE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgFGjQn6OE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgFGjQn6OE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgFGjQn6OE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgFGjQn6OE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgFGjQn6OE .navbar-buttons {
  text-align: center;
}
.cid-tgFGjQn6OE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgFGjQn6OE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgFGjQn6OE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgFGjQn6OE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFGjQn6OE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFGjQn6OE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgFGjQn6OE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFGjQn6OE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgFGjQn6OE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgFGjQn6OE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFGjQn6OE .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgFGjQn6OE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgFGjQn6OE .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgFGjQn6OE .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgFGjQn6OE .social__link {
  line-height: 40px;
}
.cid-tgFGjQn6OE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgFGjQn6OE .navbar {
    height: 77px;
  }
  .cid-tgFGjQn6OE .navbar.opened {
    height: auto;
  }
  .cid-tgFGjQn6OE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgFGjQZ4yg {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-halal-cosmeticos-1920x393.jpg");
}
.cid-tgFGjQZ4yg .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgFGjQZ4yg .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgFGjQZ4yg .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgFGjQZ4yg .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgFGjQZ4yg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFGjQZ4yg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFGjRipbX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgFGjRipbX .container,
.cid-tgFGjRipbX .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-tgFGjRipbX .row {
  align-items: center;
  max-width: 450px;
  width: 450px;
}
.cid-tgFGjRipbX .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-tgFGjRipbX .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-tgFGjRipbX .img-item {
  overflow: hidden;
}
.cid-tgFGjRipbX .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tgFGjRipbX .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tgFGjRipbX .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-tgFGjRipbX .text-container {
  display: flex;
  flex-direction: column;
}
.cid-tgFGjRipbX .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-tgFGjRipbX .mbr-text a:not(.btn):hover {
  color: #000000 !important;
  background-image: none !important;
}
.cid-tgFGjRipbX .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tgFGjRipbX .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-tgFGjRipbX .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tgFGjRipbX .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tgFGjRipbX .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tgFGjRipbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFGjRipbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFGjRBFjy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgFGjRBFjy .item-wrapper:hover .item-title a {
  color: #000000 !important;
}
.cid-tgFGjRBFjy .item-title,
.cid-tgFGjRBFjy .card_topic {
  margin-bottom: 12px;
}
.cid-tgFGjRBFjy .category_content {
  opacity: .8;
}
.cid-tgFGjRBFjy .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tgFGjRBFjy .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f5ab35;
}
.cid-tgFGjRBFjy .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tgFGjRBFjy .mbr-section-btn .btn-secondary-outline:hover,
.cid-tgFGjRBFjy .mbr-section-btn .btn-secondary-outline .active,
.cid-tgFGjRBFjy .mbr-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
.cid-tgFGjRBFjy H5 {
  text-align: center;
}
.cid-tBb75x01EK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb75x01EK .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb75x01EK .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb75x01EK .mbr-text {
  color: #444;
}
.cid-tBb75x01EK h5 {
  margin-bottom: 0;
}
.cid-tBb75x01EK .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb75x01EK .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb75x01EK .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb75x01EK .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb75x01EK .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb75x01EK .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb75x01EK .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb75x01EK .social-list a:hover {
  opacity: .4;
}
.cid-tBb75x01EK .media-container-row > div {
  padding: 0px;
}
.cid-tBb75x01EK .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb75x01EK .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb75x01EK .group-title SPAN {
  color: #ffffff;
}
.cid-tBb75x01EK .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb75x01EK .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb75x01EK .social-list,
  .cid-tBb75x01EK .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb75x01EK h3 {
    margin-bottom: 10px;
  }
  .cid-tBb75x01EK .navbar-brand {
    text-align: center;
  }
}
.cid-tBb75x01EK .links SPAN {
  color: #9e9e9e;
}
.cid-tgFGABD8jm {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgFGABD8jm .nav-item,
.cid-tgFGABD8jm .nav-link,
.cid-tgFGABD8jm .navbar-caption {
  font-weight: normal;
}
.cid-tgFGABD8jm .nav-link {
  line-height: 40px;
}
.cid-tgFGABD8jm .nav-link {
  position: relative;
}
.cid-tgFGABD8jm .nav-link:before,
.cid-tgFGABD8jm .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgFGABD8jm .nav-item:hover .nav-link:before,
.cid-tgFGABD8jm .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgFGABD8jm .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgFGABD8jm .dropdown-toggle::after,
.cid-tgFGABD8jm .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgFGABD8jm .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgFGABD8jm .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgFGABD8jm .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgFGABD8jm .nav-item:focus,
.cid-tgFGABD8jm .nav-link:focus {
  outline: none;
}
.cid-tgFGABD8jm .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgFGABD8jm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgFGABD8jm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgFGABD8jm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgFGABD8jm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgFGABD8jm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgFGABD8jm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgFGABD8jm .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgFGABD8jm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgFGABD8jm .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgFGABD8jm .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgFGABD8jm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgFGABD8jm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgFGABD8jm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgFGABD8jm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgFGABD8jm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgFGABD8jm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgFGABD8jm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgFGABD8jm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgFGABD8jm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgFGABD8jm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgFGABD8jm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgFGABD8jm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgFGABD8jm .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgFGABD8jm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgFGABD8jm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgFGABD8jm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgFGABD8jm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgFGABD8jm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgFGABD8jm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgFGABD8jm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgFGABD8jm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgFGABD8jm .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgFGABD8jm .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgFGABD8jm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgFGABD8jm .dropdown-item.active,
.cid-tgFGABD8jm .dropdown-item:active {
  background-color: transparent;
}
.cid-tgFGABD8jm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgFGABD8jm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgFGABD8jm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgFGABD8jm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgFGABD8jm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgFGABD8jm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgFGABD8jm .navbar-buttons {
  text-align: center;
}
.cid-tgFGABD8jm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgFGABD8jm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgFGABD8jm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgFGABD8jm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFGABD8jm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFGABD8jm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgFGABD8jm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFGABD8jm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgFGABD8jm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgFGABD8jm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFGABD8jm .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgFGABD8jm a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgFGABD8jm .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgFGABD8jm .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgFGABD8jm .social__link {
  line-height: 40px;
}
.cid-tgFGABD8jm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgFGABD8jm .navbar {
    height: 77px;
  }
  .cid-tgFGABD8jm .navbar.opened {
    height: auto;
  }
  .cid-tgFGABD8jm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgFGAC9xZZ {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-halal-cosmeticos-1920x393.jpg");
}
.cid-tgFGAC9xZZ .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgFGAC9xZZ .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgFGAC9xZZ .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgFGAC9xZZ .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgFGAC9xZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFGAC9xZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFGACrH3O {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgFGACrH3O .container,
.cid-tgFGACrH3O .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-tgFGACrH3O .row {
  align-items: center;
  max-width: 450px;
  width: 450px;
}
.cid-tgFGACrH3O .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-tgFGACrH3O .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-tgFGACrH3O .img-item {
  overflow: hidden;
}
.cid-tgFGACrH3O .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tgFGACrH3O .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tgFGACrH3O .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-tgFGACrH3O .text-container {
  display: flex;
  flex-direction: column;
}
.cid-tgFGACrH3O .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-tgFGACrH3O .mbr-text a:not(.btn):hover {
  color: #000000 !important;
  background-image: none !important;
}
.cid-tgFGACrH3O .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tgFGACrH3O .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-tgFGACrH3O .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tgFGACrH3O .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tgFGACrH3O .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tgFGACrH3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFGACrH3O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFGACMZMa {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgFGACMZMa .item-wrapper:hover .item-title a {
  color: #000000 !important;
}
.cid-tgFGACMZMa .item-title,
.cid-tgFGACMZMa .card_topic {
  margin-bottom: 12px;
}
.cid-tgFGACMZMa .category_content {
  opacity: .8;
}
.cid-tgFGACMZMa .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tgFGACMZMa .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f5ab35;
}
.cid-tgFGACMZMa .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tgFGACMZMa .mbr-section-btn .btn-secondary-outline:hover,
.cid-tgFGACMZMa .mbr-section-btn .btn-secondary-outline .active,
.cid-tgFGACMZMa .mbr-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
.cid-tgFGACMZMa H5 {
  text-align: center;
}
.cid-tBb77WXblm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb77WXblm .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb77WXblm .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb77WXblm .mbr-text {
  color: #444;
}
.cid-tBb77WXblm h5 {
  margin-bottom: 0;
}
.cid-tBb77WXblm .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb77WXblm .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb77WXblm .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb77WXblm .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb77WXblm .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb77WXblm .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb77WXblm .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb77WXblm .social-list a:hover {
  opacity: .4;
}
.cid-tBb77WXblm .media-container-row > div {
  padding: 0px;
}
.cid-tBb77WXblm .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb77WXblm .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb77WXblm .group-title SPAN {
  color: #ffffff;
}
.cid-tBb77WXblm .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb77WXblm .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb77WXblm .social-list,
  .cid-tBb77WXblm .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb77WXblm h3 {
    margin-bottom: 10px;
  }
  .cid-tBb77WXblm .navbar-brand {
    text-align: center;
  }
}
.cid-tBb77WXblm .links SPAN {
  color: #9e9e9e;
}
.cid-tgFIKxaYLG {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgFIKxaYLG .nav-item,
.cid-tgFIKxaYLG .nav-link,
.cid-tgFIKxaYLG .navbar-caption {
  font-weight: normal;
}
.cid-tgFIKxaYLG .nav-link {
  line-height: 40px;
}
.cid-tgFIKxaYLG .nav-link {
  position: relative;
}
.cid-tgFIKxaYLG .nav-link:before,
.cid-tgFIKxaYLG .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgFIKxaYLG .nav-item:hover .nav-link:before,
.cid-tgFIKxaYLG .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgFIKxaYLG .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgFIKxaYLG .dropdown-toggle::after,
.cid-tgFIKxaYLG .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgFIKxaYLG .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgFIKxaYLG .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgFIKxaYLG .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgFIKxaYLG .nav-item:focus,
.cid-tgFIKxaYLG .nav-link:focus {
  outline: none;
}
.cid-tgFIKxaYLG .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgFIKxaYLG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgFIKxaYLG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgFIKxaYLG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgFIKxaYLG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgFIKxaYLG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgFIKxaYLG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgFIKxaYLG .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgFIKxaYLG .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgFIKxaYLG .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgFIKxaYLG .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgFIKxaYLG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgFIKxaYLG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgFIKxaYLG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgFIKxaYLG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgFIKxaYLG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgFIKxaYLG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgFIKxaYLG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgFIKxaYLG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgFIKxaYLG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgFIKxaYLG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgFIKxaYLG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgFIKxaYLG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgFIKxaYLG .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgFIKxaYLG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgFIKxaYLG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgFIKxaYLG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgFIKxaYLG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgFIKxaYLG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgFIKxaYLG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgFIKxaYLG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgFIKxaYLG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgFIKxaYLG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgFIKxaYLG .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgFIKxaYLG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgFIKxaYLG .dropdown-item.active,
.cid-tgFIKxaYLG .dropdown-item:active {
  background-color: transparent;
}
.cid-tgFIKxaYLG .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgFIKxaYLG .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgFIKxaYLG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgFIKxaYLG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgFIKxaYLG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgFIKxaYLG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgFIKxaYLG .navbar-buttons {
  text-align: center;
}
.cid-tgFIKxaYLG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgFIKxaYLG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgFIKxaYLG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgFIKxaYLG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFIKxaYLG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFIKxaYLG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgFIKxaYLG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFIKxaYLG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgFIKxaYLG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgFIKxaYLG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFIKxaYLG .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgFIKxaYLG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgFIKxaYLG .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgFIKxaYLG .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgFIKxaYLG .social__link {
  line-height: 40px;
}
.cid-tgFIKxaYLG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgFIKxaYLG .navbar {
    height: 77px;
  }
  .cid-tgFIKxaYLG .navbar.opened {
    height: auto;
  }
  .cid-tgFIKxaYLG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgFIKxHZ0N {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-prensa-1920x393.jpg");
}
.cid-tgFIKxHZ0N .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgFIKxHZ0N .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgFIKxHZ0N .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgFIKxHZ0N .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgFIKxHZ0N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFIKxHZ0N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFIKy49lg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fef8f5;
}
.cid-tgFIKy49lg .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tgFIKy49lg .mbr-section-btn .btn-secondary-outline:hover,
.cid-tgFIKy49lg .mbr-section-btn .btn-secondary-outline .active,
.cid-tgFIKy49lg .mbr-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
.cid-tgFIKy49lg img,
.cid-tgFIKy49lg .item-img {
  border-radius: 4px;
}
.cid-tgFIKy49lg .item-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.cid-tgFIKy49lg .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  will-change: transform;
}
.cid-tgFIKy49lg .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #000000;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-tgFIKy49lg .item:focus,
.cid-tgFIKy49lg span:focus {
  outline: none;
}
.cid-tgFIKy49lg .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-tgFIKy49lg .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tgFIKy49lg .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-tgFIKy49lg .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-tgFIKy49lg .item-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-tgFIKy49lg .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tgFIKy49lg .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
  padding-bottom: 0;
}
.cid-tgFIKy49lg .post_wrap {
  position: relative;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-tgFIKy49lg .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-tgFIKy49lg .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tgFIKy49lg .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tgFIKy49lg .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-tgFIKy49lg .item-content {
  padding: 40px;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tgFIKy49lg .item-content > div {
  position: relative;
  z-index: 5;
}
.cid-tgFIKy49lg .category_content {
  opacity: .8;
}
.cid-tgFIKy49lg .mbr-section-subtitle,
.cid-tgFIKy49lg .card_topic {
  margin-bottom: 12px;
}
.cid-tgFIKy49lg .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f5ab35;
}
.cid-tgFIKy49lg .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .cid-tgFIKy49lg .item-content,
  .cid-tgFIKy49lg .card_post {
    padding: 20px;
  }
}
.cid-tBb7bltdEM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb7bltdEM .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb7bltdEM .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb7bltdEM .mbr-text {
  color: #444;
}
.cid-tBb7bltdEM h5 {
  margin-bottom: 0;
}
.cid-tBb7bltdEM .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb7bltdEM .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb7bltdEM .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb7bltdEM .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb7bltdEM .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb7bltdEM .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb7bltdEM .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb7bltdEM .social-list a:hover {
  opacity: .4;
}
.cid-tBb7bltdEM .media-container-row > div {
  padding: 0px;
}
.cid-tBb7bltdEM .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb7bltdEM .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb7bltdEM .group-title SPAN {
  color: #ffffff;
}
.cid-tBb7bltdEM .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb7bltdEM .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb7bltdEM .social-list,
  .cid-tBb7bltdEM .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb7bltdEM h3 {
    margin-bottom: 10px;
  }
  .cid-tBb7bltdEM .navbar-brand {
    text-align: center;
  }
}
.cid-tBb7bltdEM .links SPAN {
  color: #9e9e9e;
}
.cid-tgFMjTvpym {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgFMjTvpym .nav-item,
.cid-tgFMjTvpym .nav-link,
.cid-tgFMjTvpym .navbar-caption {
  font-weight: normal;
}
.cid-tgFMjTvpym .nav-link {
  line-height: 40px;
}
.cid-tgFMjTvpym .nav-link {
  position: relative;
}
.cid-tgFMjTvpym .nav-link:before,
.cid-tgFMjTvpym .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgFMjTvpym .nav-item:hover .nav-link:before,
.cid-tgFMjTvpym .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgFMjTvpym .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgFMjTvpym .dropdown-toggle::after,
.cid-tgFMjTvpym .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgFMjTvpym .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgFMjTvpym .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgFMjTvpym .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgFMjTvpym .nav-item:focus,
.cid-tgFMjTvpym .nav-link:focus {
  outline: none;
}
.cid-tgFMjTvpym .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgFMjTvpym .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgFMjTvpym .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgFMjTvpym .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgFMjTvpym .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgFMjTvpym .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgFMjTvpym .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgFMjTvpym .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgFMjTvpym .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgFMjTvpym .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgFMjTvpym .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgFMjTvpym .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgFMjTvpym .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgFMjTvpym .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgFMjTvpym .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgFMjTvpym .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgFMjTvpym .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgFMjTvpym .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgFMjTvpym .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgFMjTvpym .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgFMjTvpym .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgFMjTvpym .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgFMjTvpym .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgFMjTvpym .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgFMjTvpym .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgFMjTvpym .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgFMjTvpym .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgFMjTvpym .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgFMjTvpym .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgFMjTvpym .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgFMjTvpym .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgFMjTvpym .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgFMjTvpym .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgFMjTvpym .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgFMjTvpym .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgFMjTvpym .dropdown-item.active,
.cid-tgFMjTvpym .dropdown-item:active {
  background-color: transparent;
}
.cid-tgFMjTvpym .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgFMjTvpym .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgFMjTvpym .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgFMjTvpym .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgFMjTvpym .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgFMjTvpym ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgFMjTvpym .navbar-buttons {
  text-align: center;
}
.cid-tgFMjTvpym button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgFMjTvpym button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgFMjTvpym button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgFMjTvpym button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFMjTvpym button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFMjTvpym button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgFMjTvpym nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFMjTvpym nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgFMjTvpym nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgFMjTvpym nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFMjTvpym .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgFMjTvpym a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgFMjTvpym .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgFMjTvpym .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgFMjTvpym .social__link {
  line-height: 40px;
}
.cid-tgFMjTvpym .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgFMjTvpym .navbar {
    height: 77px;
  }
  .cid-tgFMjTvpym .navbar.opened {
    height: auto;
  }
  .cid-tgFMjTvpym .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgFMjU0g2q {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-prensa-1920x393.jpg");
}
.cid-tgFMjU0g2q .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgFMjU0g2q .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgFMjU0g2q .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgFMjU0g2q .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgFMjU0g2q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFMjU0g2q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFMwJXwlY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgFMwJXwlY .row {
  align-items: center;
}
.cid-tgFMwJXwlY .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tgFMwJXwlY .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-tgFMwJXwlY .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #000000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tgFMwJXwlY .link:hover:before {
  background: #482be7;
}
.cid-tgFMwJXwlY .mbr-section-title {
  color: #000000;
}
.cid-tgFMwJXwlY .mbr-text,
.cid-tgFMwJXwlY .mbr-section-btn {
  color: #000000;
}
.cid-tgFMwJXwlY .link,
.cid-tgFMwJXwlY .link-wrap {
  color: #000000;
}
.cid-tgFNtUOlDd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tgFNtUOlDd [class*="col"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tgFNtUOlDd .container-fluid {
  padding: 0 !important;
  margin: 3rem 0;
}
.cid-tgFNtUOlDd .carousel-item {
  justify-content: center;
  text-align: left;
}
@media (min-width: 300px) {
  .cid-tgFNtUOlDd .carousel-item {
    width: calc(100% + 100% / 4);
    left: calc(-100% / (2 * 4));
    margin-right: calc(-100% - 100% / 4);
  }
}
.cid-tgFNtUOlDd .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-tgFNtUOlDd .carousel-item .slider__image {
  height: 300px;
  width: 85%;
  overflow: hidden;
}
.cid-tgFNtUOlDd .carousel-item .slider__image img {
  width: 85%;
  height: 85%;
  object-fit: cover;
  transition: all .5s;
}
.cid-tgFNtUOlDd .carousel-item .slider__image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tgFNtUOlDd .slider__content .slider__title {
  margin-top: 2rem;
}
@media (max-width: 300px) {
  .cid-tgFNtUOlDd .slider__title {
    margin-left: 2rem;
  }
  .cid-tgFNtUOlDd .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-tgFNtUOlDd .cloneditem-1,
  .cid-tgFNtUOlDd .cloneditem-2,
  .cid-tgFNtUOlDd .cloneditem-3 {
    display: none;
  }
  .cid-tgFNtUOlDd .carousel-controls {
    display: none;
  }
  .cid-tgFNtUOlDd .mbr-text,
  .cid-tgFNtUOlDd .mbr-section-title {
    padding: 0 1rem;
  }
}
.cid-tgFNtUOlDd .carousel-item.active,
.cid-tgFNtUOlDd .carousel-item-next,
.cid-tgFNtUOlDd .carousel-item-prev {
  display: flex;
}
.cid-tgFNtUOlDd .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tgFNtUOlDd .carousel-control-next,
.cid-tgFNtUOlDd .carousel-control-prev {
  opacity: 1 !important;
}
.cid-tgFNtUOlDd .carousel-control-next:hover,
.cid-tgFNtUOlDd .carousel-control-prev:hover {
  opacity: 1 !important;
}
.cid-tgFNtUOlDd .carousel-controls {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 43.3%;
  transform: translateY(-50%);
}
.cid-tgFNtUOlDd .carousel-controls a span {
  width: 95.7px;
  height: 95.7px;
  line-height: 75.7px;
  font-size: 20px;
  position: absolute;
  padding: 5px;
  border-radius: 20%;
  color: #121212;
  background: #919dab;
}
.cid-tgFNtUOlDd .carousel-controls a span:hover {
  transform: scale(1.07);
  transform-origin: center;
  transition: transform 0.2s ease 0s;
}
.cid-tgFNtUOlDd .col-lg-15 {
  flex: 0 0 50%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 300px) {
  .cid-tgFNtUOlDd .col-lg-15 {
    flex: 0 0 5%;
    max-width: 5%;
    width: 5%;
  }
  .cid-tgFNtUOlDd .carousel-inner {
    padding-bottom: 3px;
  }
}
.cid-tgFOR11Vvc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tgFOR11Vvc [class*="col"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tgFOR11Vvc .container-fluid {
  padding: 0 !important;
  margin: 3rem 0;
}
.cid-tgFOR11Vvc .carousel-item {
  justify-content: center;
  text-align: left;
}
@media (min-width: 300px) {
  .cid-tgFOR11Vvc .carousel-item {
    width: calc(100% + 100% / 4);
    left: calc(-100% / (2 * 4));
    margin-right: calc(-100% - 100% / 4);
  }
}
.cid-tgFOR11Vvc .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-tgFOR11Vvc .carousel-item .slider__image {
  height: 300px;
  width: 85%;
  overflow: hidden;
}
.cid-tgFOR11Vvc .carousel-item .slider__image img {
  width: 85%;
  height: 85%;
  object-fit: cover;
  transition: all .5s;
}
.cid-tgFOR11Vvc .carousel-item .slider__image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tgFOR11Vvc .slider__content .slider__title {
  margin-top: 2rem;
}
@media (max-width: 300px) {
  .cid-tgFOR11Vvc .slider__title {
    margin-left: 2rem;
  }
  .cid-tgFOR11Vvc .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-tgFOR11Vvc .cloneditem-1,
  .cid-tgFOR11Vvc .cloneditem-2,
  .cid-tgFOR11Vvc .cloneditem-3 {
    display: none;
  }
  .cid-tgFOR11Vvc .carousel-controls {
    display: none;
  }
  .cid-tgFOR11Vvc .mbr-text,
  .cid-tgFOR11Vvc .mbr-section-title {
    padding: 0 1rem;
  }
}
.cid-tgFOR11Vvc .carousel-item.active,
.cid-tgFOR11Vvc .carousel-item-next,
.cid-tgFOR11Vvc .carousel-item-prev {
  display: flex;
}
.cid-tgFOR11Vvc .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tgFOR11Vvc .carousel-control-next,
.cid-tgFOR11Vvc .carousel-control-prev {
  opacity: 1 !important;
}
.cid-tgFOR11Vvc .carousel-control-next:hover,
.cid-tgFOR11Vvc .carousel-control-prev:hover {
  opacity: 1 !important;
}
.cid-tgFOR11Vvc .carousel-controls {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 43.3%;
  transform: translateY(-50%);
}
.cid-tgFOR11Vvc .carousel-controls a span {
  width: 95.7px;
  height: 95.7px;
  line-height: 75.7px;
  font-size: 20px;
  position: absolute;
  padding: 5px;
  border-radius: 20%;
  color: #121212;
  background: #919dab;
}
.cid-tgFOR11Vvc .carousel-controls a span:hover {
  transform: scale(1.07);
  transform-origin: center;
  transition: transform 0.2s ease 0s;
}
.cid-tgFOR11Vvc .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 300px) {
  .cid-tgFOR11Vvc .col-lg-15 {
    flex: 0 0 10%;
    max-width: 10%;
    width: 10%;
  }
  .cid-tgFOR11Vvc .carousel-inner {
    padding-bottom: 3px;
  }
}
.cid-tBb7eUrO3q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb7eUrO3q .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb7eUrO3q .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb7eUrO3q .mbr-text {
  color: #444;
}
.cid-tBb7eUrO3q h5 {
  margin-bottom: 0;
}
.cid-tBb7eUrO3q .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb7eUrO3q .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb7eUrO3q .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb7eUrO3q .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb7eUrO3q .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb7eUrO3q .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb7eUrO3q .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb7eUrO3q .social-list a:hover {
  opacity: .4;
}
.cid-tBb7eUrO3q .media-container-row > div {
  padding: 0px;
}
.cid-tBb7eUrO3q .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb7eUrO3q .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb7eUrO3q .group-title SPAN {
  color: #ffffff;
}
.cid-tBb7eUrO3q .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb7eUrO3q .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb7eUrO3q .social-list,
  .cid-tBb7eUrO3q .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb7eUrO3q h3 {
    margin-bottom: 10px;
  }
  .cid-tBb7eUrO3q .navbar-brand {
    text-align: center;
  }
}
.cid-tBb7eUrO3q .links SPAN {
  color: #9e9e9e;
}
.cid-tgG1QWYZfp {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgG1QWYZfp .nav-item,
.cid-tgG1QWYZfp .nav-link,
.cid-tgG1QWYZfp .navbar-caption {
  font-weight: normal;
}
.cid-tgG1QWYZfp .nav-link {
  line-height: 40px;
}
.cid-tgG1QWYZfp .nav-link {
  position: relative;
}
.cid-tgG1QWYZfp .nav-link:before,
.cid-tgG1QWYZfp .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgG1QWYZfp .nav-item:hover .nav-link:before,
.cid-tgG1QWYZfp .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgG1QWYZfp .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgG1QWYZfp .dropdown-toggle::after,
.cid-tgG1QWYZfp .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgG1QWYZfp .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgG1QWYZfp .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgG1QWYZfp .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgG1QWYZfp .nav-item:focus,
.cid-tgG1QWYZfp .nav-link:focus {
  outline: none;
}
.cid-tgG1QWYZfp .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgG1QWYZfp .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgG1QWYZfp .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgG1QWYZfp .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgG1QWYZfp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgG1QWYZfp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgG1QWYZfp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgG1QWYZfp .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgG1QWYZfp .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgG1QWYZfp .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgG1QWYZfp .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgG1QWYZfp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgG1QWYZfp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgG1QWYZfp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgG1QWYZfp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgG1QWYZfp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgG1QWYZfp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgG1QWYZfp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgG1QWYZfp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgG1QWYZfp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgG1QWYZfp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgG1QWYZfp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgG1QWYZfp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgG1QWYZfp .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgG1QWYZfp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgG1QWYZfp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgG1QWYZfp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgG1QWYZfp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgG1QWYZfp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgG1QWYZfp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgG1QWYZfp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgG1QWYZfp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgG1QWYZfp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgG1QWYZfp .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgG1QWYZfp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgG1QWYZfp .dropdown-item.active,
.cid-tgG1QWYZfp .dropdown-item:active {
  background-color: transparent;
}
.cid-tgG1QWYZfp .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgG1QWYZfp .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgG1QWYZfp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgG1QWYZfp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgG1QWYZfp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgG1QWYZfp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgG1QWYZfp .navbar-buttons {
  text-align: center;
}
.cid-tgG1QWYZfp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgG1QWYZfp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgG1QWYZfp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgG1QWYZfp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgG1QWYZfp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgG1QWYZfp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgG1QWYZfp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgG1QWYZfp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgG1QWYZfp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgG1QWYZfp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgG1QWYZfp .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgG1QWYZfp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgG1QWYZfp .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgG1QWYZfp .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgG1QWYZfp .social__link {
  line-height: 40px;
}
.cid-tgG1QWYZfp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgG1QWYZfp .navbar {
    height: 77px;
  }
  .cid-tgG1QWYZfp .navbar.opened {
    height: auto;
  }
  .cid-tgG1QWYZfp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgG1QXGBXN {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-prensa-1920x393.jpg");
}
.cid-tgG1QXGBXN .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgG1QXGBXN .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgG1QXGBXN .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgG1QXGBXN .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgG1QXGBXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgG1QXGBXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgG1QY4uZ8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgG1QY4uZ8 .row {
  align-items: center;
}
.cid-tgG1QY4uZ8 .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tgG1QY4uZ8 .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-tgG1QY4uZ8 .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #000000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tgG1QY4uZ8 .link:hover:before {
  background: #482be7;
}
.cid-tgG1QY4uZ8 .mbr-section-title {
  color: #000000;
}
.cid-tgG1QY4uZ8 .mbr-text,
.cid-tgG1QY4uZ8 .mbr-section-btn {
  color: #000000;
}
.cid-tgG1QY4uZ8 .link,
.cid-tgG1QY4uZ8 .link-wrap {
  color: #000000;
}
.cid-tgG1QYqpEE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tgG1QYqpEE [class*="col"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tgG1QYqpEE .container-fluid {
  padding: 0 !important;
  margin: 3rem 0;
}
.cid-tgG1QYqpEE .carousel-item {
  justify-content: center;
  text-align: left;
}
@media (min-width: 300px) {
  .cid-tgG1QYqpEE .carousel-item {
    width: calc(100% + 100% / 4);
    left: calc(-100% / (2 * 4));
    margin-right: calc(-100% - 100% / 4);
  }
}
.cid-tgG1QYqpEE .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-tgG1QYqpEE .carousel-item .slider__image {
  height: 300px;
  width: 85%;
  overflow: hidden;
}
.cid-tgG1QYqpEE .carousel-item .slider__image img {
  width: 85%;
  height: 85%;
  object-fit: cover;
  transition: all .5s;
}
.cid-tgG1QYqpEE .carousel-item .slider__image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tgG1QYqpEE .slider__content .slider__title {
  margin-top: 2rem;
}
@media (max-width: 300px) {
  .cid-tgG1QYqpEE .slider__title {
    margin-left: 2rem;
  }
  .cid-tgG1QYqpEE .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-tgG1QYqpEE .cloneditem-1,
  .cid-tgG1QYqpEE .cloneditem-2,
  .cid-tgG1QYqpEE .cloneditem-3 {
    display: none;
  }
  .cid-tgG1QYqpEE .carousel-controls {
    display: none;
  }
  .cid-tgG1QYqpEE .mbr-text,
  .cid-tgG1QYqpEE .mbr-section-title {
    padding: 0 1rem;
  }
}
.cid-tgG1QYqpEE .carousel-item.active,
.cid-tgG1QYqpEE .carousel-item-next,
.cid-tgG1QYqpEE .carousel-item-prev {
  display: flex;
}
.cid-tgG1QYqpEE .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tgG1QYqpEE .carousel-control-next,
.cid-tgG1QYqpEE .carousel-control-prev {
  opacity: 1 !important;
}
.cid-tgG1QYqpEE .carousel-control-next:hover,
.cid-tgG1QYqpEE .carousel-control-prev:hover {
  opacity: 1 !important;
}
.cid-tgG1QYqpEE .carousel-controls {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 43.3%;
  transform: translateY(-50%);
}
.cid-tgG1QYqpEE .carousel-controls a span {
  width: 95.7px;
  height: 95.7px;
  line-height: 75.7px;
  font-size: 20px;
  position: absolute;
  padding: 5px;
  border-radius: 20%;
  color: #121212;
  background: #919dab;
}
.cid-tgG1QYqpEE .carousel-controls a span:hover {
  transform: scale(1.07);
  transform-origin: center;
  transition: transform 0.2s ease 0s;
}
.cid-tgG1QYqpEE .col-lg-15 {
  flex: 0 0 50%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 300px) {
  .cid-tgG1QYqpEE .col-lg-15 {
    flex: 0 0 5%;
    max-width: 5%;
    width: 5%;
  }
  .cid-tgG1QYqpEE .carousel-inner {
    padding-bottom: 3px;
  }
}
.cid-tgG1QZpl9z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tgG1QZpl9z [class*="col"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tgG1QZpl9z .container-fluid {
  padding: 0 !important;
  margin: 3rem 0;
}
.cid-tgG1QZpl9z .carousel-item {
  justify-content: center;
  text-align: left;
}
@media (min-width: 300px) {
  .cid-tgG1QZpl9z .carousel-item {
    width: calc(100% + 100% / 4);
    left: calc(-100% / (2 * 4));
    margin-right: calc(-100% - 100% / 4);
  }
}
.cid-tgG1QZpl9z .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-tgG1QZpl9z .carousel-item .slider__image {
  height: 300px;
  width: 85%;
  overflow: hidden;
}
.cid-tgG1QZpl9z .carousel-item .slider__image img {
  width: 85%;
  height: 85%;
  object-fit: cover;
  transition: all .5s;
}
.cid-tgG1QZpl9z .carousel-item .slider__image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tgG1QZpl9z .slider__content .slider__title {
  margin-top: 2rem;
}
@media (max-width: 300px) {
  .cid-tgG1QZpl9z .slider__title {
    margin-left: 2rem;
  }
  .cid-tgG1QZpl9z .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-tgG1QZpl9z .cloneditem-1,
  .cid-tgG1QZpl9z .cloneditem-2,
  .cid-tgG1QZpl9z .cloneditem-3 {
    display: none;
  }
  .cid-tgG1QZpl9z .carousel-controls {
    display: none;
  }
  .cid-tgG1QZpl9z .mbr-text,
  .cid-tgG1QZpl9z .mbr-section-title {
    padding: 0 1rem;
  }
}
.cid-tgG1QZpl9z .carousel-item.active,
.cid-tgG1QZpl9z .carousel-item-next,
.cid-tgG1QZpl9z .carousel-item-prev {
  display: flex;
}
.cid-tgG1QZpl9z .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tgG1QZpl9z .carousel-control-next,
.cid-tgG1QZpl9z .carousel-control-prev {
  opacity: 1 !important;
}
.cid-tgG1QZpl9z .carousel-control-next:hover,
.cid-tgG1QZpl9z .carousel-control-prev:hover {
  opacity: 1 !important;
}
.cid-tgG1QZpl9z .carousel-controls {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 43.3%;
  transform: translateY(-50%);
}
.cid-tgG1QZpl9z .carousel-controls a span {
  width: 95.7px;
  height: 95.7px;
  line-height: 75.7px;
  font-size: 20px;
  position: absolute;
  padding: 5px;
  border-radius: 20%;
  color: #121212;
  background: #919dab;
}
.cid-tgG1QZpl9z .carousel-controls a span:hover {
  transform: scale(1.07);
  transform-origin: center;
  transition: transform 0.2s ease 0s;
}
.cid-tgG1QZpl9z .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 300px) {
  .cid-tgG1QZpl9z .col-lg-15 {
    flex: 0 0 10%;
    max-width: 10%;
    width: 10%;
  }
  .cid-tgG1QZpl9z .carousel-inner {
    padding-bottom: 3px;
  }
}
.cid-tBb7lWv7J2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb7lWv7J2 .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb7lWv7J2 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb7lWv7J2 .mbr-text {
  color: #444;
}
.cid-tBb7lWv7J2 h5 {
  margin-bottom: 0;
}
.cid-tBb7lWv7J2 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb7lWv7J2 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb7lWv7J2 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb7lWv7J2 .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb7lWv7J2 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb7lWv7J2 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb7lWv7J2 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb7lWv7J2 .social-list a:hover {
  opacity: .4;
}
.cid-tBb7lWv7J2 .media-container-row > div {
  padding: 0px;
}
.cid-tBb7lWv7J2 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb7lWv7J2 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb7lWv7J2 .group-title SPAN {
  color: #ffffff;
}
.cid-tBb7lWv7J2 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb7lWv7J2 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb7lWv7J2 .social-list,
  .cid-tBb7lWv7J2 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb7lWv7J2 h3 {
    margin-bottom: 10px;
  }
  .cid-tBb7lWv7J2 .navbar-brand {
    text-align: center;
  }
}
.cid-tBb7lWv7J2 .links SPAN {
  color: #9e9e9e;
}
.cid-tgG3e1G0qj {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgG3e1G0qj .nav-item,
.cid-tgG3e1G0qj .nav-link,
.cid-tgG3e1G0qj .navbar-caption {
  font-weight: normal;
}
.cid-tgG3e1G0qj .nav-link {
  line-height: 40px;
}
.cid-tgG3e1G0qj .nav-link {
  position: relative;
}
.cid-tgG3e1G0qj .nav-link:before,
.cid-tgG3e1G0qj .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgG3e1G0qj .nav-item:hover .nav-link:before,
.cid-tgG3e1G0qj .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgG3e1G0qj .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgG3e1G0qj .dropdown-toggle::after,
.cid-tgG3e1G0qj .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgG3e1G0qj .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgG3e1G0qj .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgG3e1G0qj .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgG3e1G0qj .nav-item:focus,
.cid-tgG3e1G0qj .nav-link:focus {
  outline: none;
}
.cid-tgG3e1G0qj .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgG3e1G0qj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgG3e1G0qj .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgG3e1G0qj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgG3e1G0qj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgG3e1G0qj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgG3e1G0qj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgG3e1G0qj .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgG3e1G0qj .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgG3e1G0qj .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgG3e1G0qj .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgG3e1G0qj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgG3e1G0qj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgG3e1G0qj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgG3e1G0qj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgG3e1G0qj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgG3e1G0qj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgG3e1G0qj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgG3e1G0qj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgG3e1G0qj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgG3e1G0qj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgG3e1G0qj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgG3e1G0qj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgG3e1G0qj .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgG3e1G0qj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgG3e1G0qj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgG3e1G0qj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgG3e1G0qj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgG3e1G0qj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgG3e1G0qj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgG3e1G0qj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgG3e1G0qj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgG3e1G0qj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgG3e1G0qj .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgG3e1G0qj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgG3e1G0qj .dropdown-item.active,
.cid-tgG3e1G0qj .dropdown-item:active {
  background-color: transparent;
}
.cid-tgG3e1G0qj .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgG3e1G0qj .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgG3e1G0qj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgG3e1G0qj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgG3e1G0qj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgG3e1G0qj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgG3e1G0qj .navbar-buttons {
  text-align: center;
}
.cid-tgG3e1G0qj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgG3e1G0qj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgG3e1G0qj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgG3e1G0qj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgG3e1G0qj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgG3e1G0qj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgG3e1G0qj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgG3e1G0qj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgG3e1G0qj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgG3e1G0qj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgG3e1G0qj .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgG3e1G0qj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgG3e1G0qj .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgG3e1G0qj .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgG3e1G0qj .social__link {
  line-height: 40px;
}
.cid-tgG3e1G0qj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgG3e1G0qj .navbar {
    height: 77px;
  }
  .cid-tgG3e1G0qj .navbar.opened {
    height: auto;
  }
  .cid-tgG3e1G0qj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgG3e2J4eP {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-prensa-1920x393.jpg");
}
.cid-tgG3e2J4eP .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgG3e2J4eP .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgG3e2J4eP .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgG3e2J4eP .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgG3e2J4eP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgG3e2J4eP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgG3e39ZHc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgG3e39ZHc .row {
  align-items: center;
}
.cid-tgG3e39ZHc .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tgG3e39ZHc .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-tgG3e39ZHc .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #000000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tgG3e39ZHc .link:hover:before {
  background: #482be7;
}
.cid-tgG3e39ZHc .mbr-section-title {
  color: #000000;
}
.cid-tgG3e39ZHc .mbr-text,
.cid-tgG3e39ZHc .mbr-section-btn {
  color: #000000;
}
.cid-tgG3e39ZHc .link,
.cid-tgG3e39ZHc .link-wrap {
  color: #000000;
}
.cid-tgG3e3wF9d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tgG3e3wF9d [class*="col"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tgG3e3wF9d .container-fluid {
  padding: 0 !important;
  margin: 3rem 0;
}
.cid-tgG3e3wF9d .carousel-item {
  justify-content: center;
  text-align: left;
}
@media (min-width: 300px) {
  .cid-tgG3e3wF9d .carousel-item {
    width: calc(100% + 100% / 4);
    left: calc(-100% / (2 * 4));
    margin-right: calc(-100% - 100% / 4);
  }
}
.cid-tgG3e3wF9d .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-tgG3e3wF9d .carousel-item .slider__image {
  height: 300px;
  width: 85%;
  overflow: hidden;
}
.cid-tgG3e3wF9d .carousel-item .slider__image img {
  width: 85%;
  height: 85%;
  object-fit: cover;
  transition: all .5s;
}
.cid-tgG3e3wF9d .carousel-item .slider__image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tgG3e3wF9d .slider__content .slider__title {
  margin-top: 2rem;
}
@media (max-width: 300px) {
  .cid-tgG3e3wF9d .slider__title {
    margin-left: 2rem;
  }
  .cid-tgG3e3wF9d .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-tgG3e3wF9d .cloneditem-1,
  .cid-tgG3e3wF9d .cloneditem-2,
  .cid-tgG3e3wF9d .cloneditem-3 {
    display: none;
  }
  .cid-tgG3e3wF9d .carousel-controls {
    display: none;
  }
  .cid-tgG3e3wF9d .mbr-text,
  .cid-tgG3e3wF9d .mbr-section-title {
    padding: 0 1rem;
  }
}
.cid-tgG3e3wF9d .carousel-item.active,
.cid-tgG3e3wF9d .carousel-item-next,
.cid-tgG3e3wF9d .carousel-item-prev {
  display: flex;
}
.cid-tgG3e3wF9d .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tgG3e3wF9d .carousel-control-next,
.cid-tgG3e3wF9d .carousel-control-prev {
  opacity: 1 !important;
}
.cid-tgG3e3wF9d .carousel-control-next:hover,
.cid-tgG3e3wF9d .carousel-control-prev:hover {
  opacity: 1 !important;
}
.cid-tgG3e3wF9d .carousel-controls {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 43.3%;
  transform: translateY(-50%);
}
.cid-tgG3e3wF9d .carousel-controls a span {
  width: 95.7px;
  height: 95.7px;
  line-height: 75.7px;
  font-size: 20px;
  position: absolute;
  padding: 5px;
  border-radius: 20%;
  color: #121212;
  background: #919dab;
}
.cid-tgG3e3wF9d .carousel-controls a span:hover {
  transform: scale(1.07);
  transform-origin: center;
  transition: transform 0.2s ease 0s;
}
.cid-tgG3e3wF9d .col-lg-15 {
  flex: 0 0 50%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 300px) {
  .cid-tgG3e3wF9d .col-lg-15 {
    flex: 0 0 5%;
    max-width: 5%;
    width: 5%;
  }
  .cid-tgG3e3wF9d .carousel-inner {
    padding-bottom: 3px;
  }
}
.cid-tBb7nVw6AD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb7nVw6AD .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb7nVw6AD .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb7nVw6AD .mbr-text {
  color: #444;
}
.cid-tBb7nVw6AD h5 {
  margin-bottom: 0;
}
.cid-tBb7nVw6AD .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb7nVw6AD .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb7nVw6AD .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb7nVw6AD .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb7nVw6AD .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb7nVw6AD .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb7nVw6AD .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb7nVw6AD .social-list a:hover {
  opacity: .4;
}
.cid-tBb7nVw6AD .media-container-row > div {
  padding: 0px;
}
.cid-tBb7nVw6AD .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb7nVw6AD .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb7nVw6AD .group-title SPAN {
  color: #ffffff;
}
.cid-tBb7nVw6AD .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb7nVw6AD .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb7nVw6AD .social-list,
  .cid-tBb7nVw6AD .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb7nVw6AD h3 {
    margin-bottom: 10px;
  }
  .cid-tBb7nVw6AD .navbar-brand {
    text-align: center;
  }
}
.cid-tBb7nVw6AD .links SPAN {
  color: #9e9e9e;
}
.cid-tgGMduxlH2 {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgGMduxlH2 .nav-item,
.cid-tgGMduxlH2 .nav-link,
.cid-tgGMduxlH2 .navbar-caption {
  font-weight: normal;
}
.cid-tgGMduxlH2 .nav-link {
  line-height: 40px;
}
.cid-tgGMduxlH2 .nav-link {
  position: relative;
}
.cid-tgGMduxlH2 .nav-link:before,
.cid-tgGMduxlH2 .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgGMduxlH2 .nav-item:hover .nav-link:before,
.cid-tgGMduxlH2 .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgGMduxlH2 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgGMduxlH2 .dropdown-toggle::after,
.cid-tgGMduxlH2 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgGMduxlH2 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgGMduxlH2 .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgGMduxlH2 .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgGMduxlH2 .nav-item:focus,
.cid-tgGMduxlH2 .nav-link:focus {
  outline: none;
}
.cid-tgGMduxlH2 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgGMduxlH2 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgGMduxlH2 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgGMduxlH2 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgGMduxlH2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgGMduxlH2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgGMduxlH2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgGMduxlH2 .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgGMduxlH2 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgGMduxlH2 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgGMduxlH2 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgGMduxlH2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgGMduxlH2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgGMduxlH2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgGMduxlH2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgGMduxlH2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgGMduxlH2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgGMduxlH2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgGMduxlH2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgGMduxlH2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgGMduxlH2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgGMduxlH2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgGMduxlH2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgGMduxlH2 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgGMduxlH2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgGMduxlH2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgGMduxlH2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgGMduxlH2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgGMduxlH2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgGMduxlH2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgGMduxlH2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgGMduxlH2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgGMduxlH2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgGMduxlH2 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgGMduxlH2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgGMduxlH2 .dropdown-item.active,
.cid-tgGMduxlH2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgGMduxlH2 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgGMduxlH2 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgGMduxlH2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgGMduxlH2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgGMduxlH2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgGMduxlH2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgGMduxlH2 .navbar-buttons {
  text-align: center;
}
.cid-tgGMduxlH2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgGMduxlH2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgGMduxlH2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgGMduxlH2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgGMduxlH2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgGMduxlH2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgGMduxlH2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgGMduxlH2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgGMduxlH2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgGMduxlH2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgGMduxlH2 .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgGMduxlH2 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgGMduxlH2 .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgGMduxlH2 .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgGMduxlH2 .social__link {
  line-height: 40px;
}
.cid-tgGMduxlH2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgGMduxlH2 .navbar {
    height: 77px;
  }
  .cid-tgGMduxlH2 .navbar.opened {
    height: auto;
  }
  .cid-tgGMduxlH2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgGMdvoX9g {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-prensa-1920x393.jpg");
}
.cid-tgGMdvoX9g .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgGMdvoX9g .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgGMdvoX9g .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgGMdvoX9g .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgGMdvoX9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgGMdvoX9g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgGMdvQIes {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-tgGMdvQIes .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tgGMdvQIes .mbr-section-btn .btn-secondary-outline:hover,
.cid-tgGMdvQIes .mbr-section-btn .btn-secondary-outline .active,
.cid-tgGMdvQIes .mbr-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
.cid-tgGMdvQIes img,
.cid-tgGMdvQIes .item-img {
  border-radius: 4px;
}
.cid-tgGMdvQIes .item-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.cid-tgGMdvQIes .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  will-change: transform;
}
.cid-tgGMdvQIes .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #000000;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-tgGMdvQIes .item:focus,
.cid-tgGMdvQIes span:focus {
  outline: none;
}
.cid-tgGMdvQIes .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-tgGMdvQIes .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tgGMdvQIes .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-tgGMdvQIes .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-tgGMdvQIes .item-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-tgGMdvQIes .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tgGMdvQIes .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
  padding-bottom: 0;
}
.cid-tgGMdvQIes .post_wrap {
  position: relative;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-tgGMdvQIes .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-tgGMdvQIes .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tgGMdvQIes .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tgGMdvQIes .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-tgGMdvQIes .item-content {
  padding: 40px;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tgGMdvQIes .item-content > div {
  position: relative;
  z-index: 5;
}
.cid-tgGMdvQIes .category_content {
  opacity: .8;
}
.cid-tgGMdvQIes .mbr-section-subtitle,
.cid-tgGMdvQIes .card_topic {
  margin-bottom: 12px;
}
.cid-tgGMdvQIes .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f5ab35;
}
.cid-tgGMdvQIes .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .cid-tgGMdvQIes .item-content,
  .cid-tgGMdvQIes .card_post {
    padding: 20px;
  }
}
.cid-tC1djgPnrs {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fef8f5;
}
.cid-tC1djgPnrs .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tC1djgPnrs .mbr-section-btn .btn-secondary-outline:hover,
.cid-tC1djgPnrs .mbr-section-btn .btn-secondary-outline .active,
.cid-tC1djgPnrs .mbr-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
.cid-tC1djgPnrs img,
.cid-tC1djgPnrs .item-img {
  border-radius: 4px;
}
.cid-tC1djgPnrs .item-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.cid-tC1djgPnrs .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  will-change: transform;
}
.cid-tC1djgPnrs .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #000000;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-tC1djgPnrs .item:focus,
.cid-tC1djgPnrs span:focus {
  outline: none;
}
.cid-tC1djgPnrs .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-tC1djgPnrs .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tC1djgPnrs .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-tC1djgPnrs .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-tC1djgPnrs .item-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-tC1djgPnrs .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tC1djgPnrs .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
  padding-bottom: 0;
}
.cid-tC1djgPnrs .post_wrap {
  position: relative;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-tC1djgPnrs .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-tC1djgPnrs .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tC1djgPnrs .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tC1djgPnrs .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-tC1djgPnrs .item-content {
  padding: 40px;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tC1djgPnrs .item-content > div {
  position: relative;
  z-index: 5;
}
.cid-tC1djgPnrs .category_content {
  opacity: .8;
}
.cid-tC1djgPnrs .mbr-section-subtitle,
.cid-tC1djgPnrs .card_topic {
  margin-bottom: 12px;
}
.cid-tC1djgPnrs .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f5ab35;
}
.cid-tC1djgPnrs .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .cid-tC1djgPnrs .item-content,
  .cid-tC1djgPnrs .card_post {
    padding: 20px;
  }
}
.cid-tBb7pUjbim {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb7pUjbim .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb7pUjbim .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb7pUjbim .mbr-text {
  color: #444;
}
.cid-tBb7pUjbim h5 {
  margin-bottom: 0;
}
.cid-tBb7pUjbim .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb7pUjbim .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb7pUjbim .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb7pUjbim .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb7pUjbim .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb7pUjbim .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb7pUjbim .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb7pUjbim .social-list a:hover {
  opacity: .4;
}
.cid-tBb7pUjbim .media-container-row > div {
  padding: 0px;
}
.cid-tBb7pUjbim .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb7pUjbim .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb7pUjbim .group-title SPAN {
  color: #ffffff;
}
.cid-tBb7pUjbim .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb7pUjbim .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb7pUjbim .social-list,
  .cid-tBb7pUjbim .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb7pUjbim h3 {
    margin-bottom: 10px;
  }
  .cid-tBb7pUjbim .navbar-brand {
    text-align: center;
  }
}
.cid-tBb7pUjbim .links SPAN {
  color: #9e9e9e;
}
.cid-tgGQCrwmPp {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgGQCrwmPp .nav-item,
.cid-tgGQCrwmPp .nav-link,
.cid-tgGQCrwmPp .navbar-caption {
  font-weight: normal;
}
.cid-tgGQCrwmPp .nav-link {
  line-height: 40px;
}
.cid-tgGQCrwmPp .nav-link {
  position: relative;
}
.cid-tgGQCrwmPp .nav-link:before,
.cid-tgGQCrwmPp .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgGQCrwmPp .nav-item:hover .nav-link:before,
.cid-tgGQCrwmPp .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgGQCrwmPp .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgGQCrwmPp .dropdown-toggle::after,
.cid-tgGQCrwmPp .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgGQCrwmPp .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgGQCrwmPp .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgGQCrwmPp .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgGQCrwmPp .nav-item:focus,
.cid-tgGQCrwmPp .nav-link:focus {
  outline: none;
}
.cid-tgGQCrwmPp .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgGQCrwmPp .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgGQCrwmPp .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgGQCrwmPp .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgGQCrwmPp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgGQCrwmPp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgGQCrwmPp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgGQCrwmPp .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgGQCrwmPp .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgGQCrwmPp .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgGQCrwmPp .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgGQCrwmPp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgGQCrwmPp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgGQCrwmPp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgGQCrwmPp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgGQCrwmPp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgGQCrwmPp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgGQCrwmPp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgGQCrwmPp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgGQCrwmPp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgGQCrwmPp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgGQCrwmPp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgGQCrwmPp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgGQCrwmPp .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgGQCrwmPp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgGQCrwmPp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgGQCrwmPp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgGQCrwmPp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgGQCrwmPp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgGQCrwmPp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgGQCrwmPp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgGQCrwmPp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgGQCrwmPp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgGQCrwmPp .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgGQCrwmPp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgGQCrwmPp .dropdown-item.active,
.cid-tgGQCrwmPp .dropdown-item:active {
  background-color: transparent;
}
.cid-tgGQCrwmPp .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgGQCrwmPp .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgGQCrwmPp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgGQCrwmPp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgGQCrwmPp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgGQCrwmPp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgGQCrwmPp .navbar-buttons {
  text-align: center;
}
.cid-tgGQCrwmPp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgGQCrwmPp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgGQCrwmPp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgGQCrwmPp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgGQCrwmPp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgGQCrwmPp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgGQCrwmPp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgGQCrwmPp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgGQCrwmPp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgGQCrwmPp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgGQCrwmPp .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgGQCrwmPp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgGQCrwmPp .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgGQCrwmPp .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgGQCrwmPp .social__link {
  line-height: 40px;
}
.cid-tgGQCrwmPp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgGQCrwmPp .navbar {
    height: 77px;
  }
  .cid-tgGQCrwmPp .navbar.opened {
    height: auto;
  }
  .cid-tgGQCrwmPp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgGQCs9vv5 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-halal-cosmeticos-1920x393.jpg");
}
.cid-tgGQCs9vv5 .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgGQCs9vv5 .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgGQCs9vv5 .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgGQCs9vv5 .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgGQCs9vv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgGQCs9vv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgGQCsEoeC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgGQCsEoeC .container,
.cid-tgGQCsEoeC .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-tgGQCsEoeC .row {
  align-items: center;
  max-width: 450px;
  width: 450px;
}
.cid-tgGQCsEoeC .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-tgGQCsEoeC .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-tgGQCsEoeC .img-item {
  overflow: hidden;
}
.cid-tgGQCsEoeC .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tgGQCsEoeC .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tgGQCsEoeC .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-tgGQCsEoeC .text-container {
  display: flex;
  flex-direction: column;
}
.cid-tgGQCsEoeC .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-tgGQCsEoeC .mbr-text a:not(.btn):hover {
  color: #000000 !important;
  background-image: none !important;
}
.cid-tgGQCsEoeC .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tgGQCsEoeC .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-tgGQCsEoeC .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tgGQCsEoeC .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tgGQCsEoeC .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tgGQCsEoeC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgGQCsEoeC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgGQCsX4CL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgGQCsX4CL .item-wrapper:hover .item-title a {
  color: #000000 !important;
}
.cid-tgGQCsX4CL .item-title,
.cid-tgGQCsX4CL .card_topic {
  margin-bottom: 12px;
}
.cid-tgGQCsX4CL .category_content {
  opacity: .8;
}
.cid-tgGQCsX4CL .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tgGQCsX4CL .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f5ab35;
}
.cid-tgGQCsX4CL .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tgGQCsX4CL .mbr-section-btn .btn-secondary-outline:hover,
.cid-tgGQCsX4CL .mbr-section-btn .btn-secondary-outline .active,
.cid-tgGQCsX4CL .mbr-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
.cid-tgGQCsX4CL H5 {
  text-align: center;
}
.cid-tBb7sRcA6h {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb7sRcA6h .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb7sRcA6h .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb7sRcA6h .mbr-text {
  color: #444;
}
.cid-tBb7sRcA6h h5 {
  margin-bottom: 0;
}
.cid-tBb7sRcA6h .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb7sRcA6h .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb7sRcA6h .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb7sRcA6h .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb7sRcA6h .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb7sRcA6h .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb7sRcA6h .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb7sRcA6h .social-list a:hover {
  opacity: .4;
}
.cid-tBb7sRcA6h .media-container-row > div {
  padding: 0px;
}
.cid-tBb7sRcA6h .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb7sRcA6h .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb7sRcA6h .group-title SPAN {
  color: #ffffff;
}
.cid-tBb7sRcA6h .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb7sRcA6h .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb7sRcA6h .social-list,
  .cid-tBb7sRcA6h .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb7sRcA6h h3 {
    margin-bottom: 10px;
  }
  .cid-tBb7sRcA6h .navbar-brand {
    text-align: center;
  }
}
.cid-tBb7sRcA6h .links SPAN {
  color: #9e9e9e;
}
.cid-tgGRANPEk7 {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgGRANPEk7 .nav-item,
.cid-tgGRANPEk7 .nav-link,
.cid-tgGRANPEk7 .navbar-caption {
  font-weight: normal;
}
.cid-tgGRANPEk7 .nav-link {
  line-height: 40px;
}
.cid-tgGRANPEk7 .nav-link {
  position: relative;
}
.cid-tgGRANPEk7 .nav-link:before,
.cid-tgGRANPEk7 .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgGRANPEk7 .nav-item:hover .nav-link:before,
.cid-tgGRANPEk7 .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgGRANPEk7 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgGRANPEk7 .dropdown-toggle::after,
.cid-tgGRANPEk7 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgGRANPEk7 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgGRANPEk7 .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgGRANPEk7 .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgGRANPEk7 .nav-item:focus,
.cid-tgGRANPEk7 .nav-link:focus {
  outline: none;
}
.cid-tgGRANPEk7 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgGRANPEk7 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgGRANPEk7 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgGRANPEk7 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgGRANPEk7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgGRANPEk7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgGRANPEk7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgGRANPEk7 .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgGRANPEk7 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgGRANPEk7 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgGRANPEk7 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgGRANPEk7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgGRANPEk7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgGRANPEk7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgGRANPEk7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgGRANPEk7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgGRANPEk7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgGRANPEk7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgGRANPEk7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgGRANPEk7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgGRANPEk7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgGRANPEk7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgGRANPEk7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgGRANPEk7 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgGRANPEk7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgGRANPEk7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgGRANPEk7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgGRANPEk7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgGRANPEk7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgGRANPEk7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgGRANPEk7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgGRANPEk7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgGRANPEk7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgGRANPEk7 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgGRANPEk7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgGRANPEk7 .dropdown-item.active,
.cid-tgGRANPEk7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgGRANPEk7 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgGRANPEk7 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgGRANPEk7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgGRANPEk7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgGRANPEk7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgGRANPEk7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgGRANPEk7 .navbar-buttons {
  text-align: center;
}
.cid-tgGRANPEk7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgGRANPEk7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgGRANPEk7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgGRANPEk7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgGRANPEk7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgGRANPEk7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgGRANPEk7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgGRANPEk7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgGRANPEk7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgGRANPEk7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgGRANPEk7 .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgGRANPEk7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgGRANPEk7 .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgGRANPEk7 .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgGRANPEk7 .social__link {
  line-height: 40px;
}
.cid-tgGRANPEk7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgGRANPEk7 .navbar {
    height: 77px;
  }
  .cid-tgGRANPEk7 .navbar.opened {
    height: auto;
  }
  .cid-tgGRANPEk7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgGRAOUVCt {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-halal-cosmeticos-1920x393.jpg");
}
.cid-tgGRAOUVCt .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgGRAOUVCt .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgGRAOUVCt .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgGRAOUVCt .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgGRAOUVCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgGRAOUVCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgGRAPkjW4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgGRAPkjW4 .container,
.cid-tgGRAPkjW4 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-tgGRAPkjW4 .row {
  align-items: center;
  max-width: 450px;
  width: 450px;
}
.cid-tgGRAPkjW4 .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-tgGRAPkjW4 .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-tgGRAPkjW4 .img-item {
  overflow: hidden;
}
.cid-tgGRAPkjW4 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tgGRAPkjW4 .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tgGRAPkjW4 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-tgGRAPkjW4 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-tgGRAPkjW4 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-tgGRAPkjW4 .mbr-text a:not(.btn):hover {
  color: #000000 !important;
  background-image: none !important;
}
.cid-tgGRAPkjW4 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tgGRAPkjW4 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-tgGRAPkjW4 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tgGRAPkjW4 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tgGRAPkjW4 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tgGRAPkjW4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgGRAPkjW4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgGRAPNmcz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgGRAPNmcz .item-wrapper:hover .item-title a {
  color: #000000 !important;
}
.cid-tgGRAPNmcz .item-title,
.cid-tgGRAPNmcz .card_topic {
  margin-bottom: 12px;
}
.cid-tgGRAPNmcz .category_content {
  opacity: .8;
}
.cid-tgGRAPNmcz .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tgGRAPNmcz .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f5ab35;
}
.cid-tgGRAPNmcz .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tgGRAPNmcz .mbr-section-btn .btn-secondary-outline:hover,
.cid-tgGRAPNmcz .mbr-section-btn .btn-secondary-outline .active,
.cid-tgGRAPNmcz .mbr-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
.cid-tgGRAPNmcz H5 {
  text-align: center;
}
.cid-tBb7weXwpP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb7weXwpP .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb7weXwpP .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb7weXwpP .mbr-text {
  color: #444;
}
.cid-tBb7weXwpP h5 {
  margin-bottom: 0;
}
.cid-tBb7weXwpP .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb7weXwpP .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb7weXwpP .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb7weXwpP .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb7weXwpP .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb7weXwpP .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb7weXwpP .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb7weXwpP .social-list a:hover {
  opacity: .4;
}
.cid-tBb7weXwpP .media-container-row > div {
  padding: 0px;
}
.cid-tBb7weXwpP .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb7weXwpP .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb7weXwpP .group-title SPAN {
  color: #ffffff;
}
.cid-tBb7weXwpP .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb7weXwpP .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb7weXwpP .social-list,
  .cid-tBb7weXwpP .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb7weXwpP h3 {
    margin-bottom: 10px;
  }
  .cid-tBb7weXwpP .navbar-brand {
    text-align: center;
  }
}
.cid-tBb7weXwpP .links SPAN {
  color: #9e9e9e;
}
.cid-tgGT0XeaWB {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgGT0XeaWB .nav-item,
.cid-tgGT0XeaWB .nav-link,
.cid-tgGT0XeaWB .navbar-caption {
  font-weight: normal;
}
.cid-tgGT0XeaWB .nav-link {
  line-height: 40px;
}
.cid-tgGT0XeaWB .nav-link {
  position: relative;
}
.cid-tgGT0XeaWB .nav-link:before,
.cid-tgGT0XeaWB .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgGT0XeaWB .nav-item:hover .nav-link:before,
.cid-tgGT0XeaWB .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgGT0XeaWB .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgGT0XeaWB .dropdown-toggle::after,
.cid-tgGT0XeaWB .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgGT0XeaWB .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgGT0XeaWB .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgGT0XeaWB .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgGT0XeaWB .nav-item:focus,
.cid-tgGT0XeaWB .nav-link:focus {
  outline: none;
}
.cid-tgGT0XeaWB .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgGT0XeaWB .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgGT0XeaWB .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgGT0XeaWB .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgGT0XeaWB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgGT0XeaWB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgGT0XeaWB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgGT0XeaWB .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgGT0XeaWB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgGT0XeaWB .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgGT0XeaWB .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgGT0XeaWB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgGT0XeaWB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgGT0XeaWB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgGT0XeaWB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgGT0XeaWB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgGT0XeaWB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgGT0XeaWB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgGT0XeaWB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgGT0XeaWB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgGT0XeaWB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgGT0XeaWB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgGT0XeaWB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgGT0XeaWB .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgGT0XeaWB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgGT0XeaWB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgGT0XeaWB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgGT0XeaWB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgGT0XeaWB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgGT0XeaWB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgGT0XeaWB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgGT0XeaWB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgGT0XeaWB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgGT0XeaWB .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgGT0XeaWB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgGT0XeaWB .dropdown-item.active,
.cid-tgGT0XeaWB .dropdown-item:active {
  background-color: transparent;
}
.cid-tgGT0XeaWB .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgGT0XeaWB .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgGT0XeaWB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgGT0XeaWB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgGT0XeaWB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgGT0XeaWB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgGT0XeaWB .navbar-buttons {
  text-align: center;
}
.cid-tgGT0XeaWB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgGT0XeaWB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgGT0XeaWB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgGT0XeaWB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgGT0XeaWB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgGT0XeaWB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgGT0XeaWB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgGT0XeaWB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgGT0XeaWB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgGT0XeaWB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgGT0XeaWB .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgGT0XeaWB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgGT0XeaWB .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgGT0XeaWB .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgGT0XeaWB .social__link {
  line-height: 40px;
}
.cid-tgGT0XeaWB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgGT0XeaWB .navbar {
    height: 77px;
  }
  .cid-tgGT0XeaWB .navbar.opened {
    height: auto;
  }
  .cid-tgGT0XeaWB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgGT0XV7Dt {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-halal-cosmeticos-1920x393.jpg");
}
.cid-tgGT0XV7Dt .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgGT0XV7Dt .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgGT0XV7Dt .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgGT0XV7Dt .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgGT0XV7Dt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgGT0XV7Dt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgGT0YkScD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgGT0YkScD .container,
.cid-tgGT0YkScD .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-tgGT0YkScD .row {
  align-items: center;
  max-width: 450px;
  width: 450px;
}
.cid-tgGT0YkScD .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-tgGT0YkScD .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-tgGT0YkScD .img-item {
  overflow: hidden;
}
.cid-tgGT0YkScD .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tgGT0YkScD .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tgGT0YkScD .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-tgGT0YkScD .text-container {
  display: flex;
  flex-direction: column;
}
.cid-tgGT0YkScD .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-tgGT0YkScD .mbr-text a:not(.btn):hover {
  color: #000000 !important;
  background-image: none !important;
}
.cid-tgGT0YkScD .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tgGT0YkScD .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-tgGT0YkScD .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tgGT0YkScD .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tgGT0YkScD .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tgGT0YkScD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgGT0YkScD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgGT0YEQ26 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgGT0YEQ26 .item-wrapper:hover .item-title a {
  color: #000000 !important;
}
.cid-tgGT0YEQ26 .item-title,
.cid-tgGT0YEQ26 .card_topic {
  margin-bottom: 12px;
}
.cid-tgGT0YEQ26 .category_content {
  opacity: .8;
}
.cid-tgGT0YEQ26 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tgGT0YEQ26 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f5ab35;
}
.cid-tgGT0YEQ26 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tgGT0YEQ26 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tgGT0YEQ26 .mbr-section-btn .btn-secondary-outline .active,
.cid-tgGT0YEQ26 .mbr-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
.cid-tgGT0YEQ26 H5 {
  text-align: center;
}
.cid-tBb7zNl6Jc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb7zNl6Jc .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb7zNl6Jc .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb7zNl6Jc .mbr-text {
  color: #444;
}
.cid-tBb7zNl6Jc h5 {
  margin-bottom: 0;
}
.cid-tBb7zNl6Jc .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb7zNl6Jc .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb7zNl6Jc .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb7zNl6Jc .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb7zNl6Jc .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb7zNl6Jc .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb7zNl6Jc .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb7zNl6Jc .social-list a:hover {
  opacity: .4;
}
.cid-tBb7zNl6Jc .media-container-row > div {
  padding: 0px;
}
.cid-tBb7zNl6Jc .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb7zNl6Jc .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb7zNl6Jc .group-title SPAN {
  color: #ffffff;
}
.cid-tBb7zNl6Jc .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb7zNl6Jc .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb7zNl6Jc .social-list,
  .cid-tBb7zNl6Jc .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb7zNl6Jc h3 {
    margin-bottom: 10px;
  }
  .cid-tBb7zNl6Jc .navbar-brand {
    text-align: center;
  }
}
.cid-tBb7zNl6Jc .links SPAN {
  color: #9e9e9e;
}
.cid-tgHbc4NgAX {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgHbc4NgAX .nav-item,
.cid-tgHbc4NgAX .nav-link,
.cid-tgHbc4NgAX .navbar-caption {
  font-weight: normal;
}
.cid-tgHbc4NgAX .nav-link {
  line-height: 40px;
}
.cid-tgHbc4NgAX .nav-link {
  position: relative;
}
.cid-tgHbc4NgAX .nav-link:before,
.cid-tgHbc4NgAX .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgHbc4NgAX .nav-item:hover .nav-link:before,
.cid-tgHbc4NgAX .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgHbc4NgAX .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgHbc4NgAX .dropdown-toggle::after,
.cid-tgHbc4NgAX .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgHbc4NgAX .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgHbc4NgAX .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgHbc4NgAX .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgHbc4NgAX .nav-item:focus,
.cid-tgHbc4NgAX .nav-link:focus {
  outline: none;
}
.cid-tgHbc4NgAX .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgHbc4NgAX .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgHbc4NgAX .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgHbc4NgAX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgHbc4NgAX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgHbc4NgAX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgHbc4NgAX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgHbc4NgAX .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgHbc4NgAX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgHbc4NgAX .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgHbc4NgAX .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgHbc4NgAX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgHbc4NgAX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgHbc4NgAX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgHbc4NgAX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgHbc4NgAX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgHbc4NgAX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgHbc4NgAX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgHbc4NgAX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgHbc4NgAX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgHbc4NgAX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgHbc4NgAX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgHbc4NgAX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgHbc4NgAX .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgHbc4NgAX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgHbc4NgAX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgHbc4NgAX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgHbc4NgAX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgHbc4NgAX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgHbc4NgAX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgHbc4NgAX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgHbc4NgAX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgHbc4NgAX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgHbc4NgAX .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgHbc4NgAX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgHbc4NgAX .dropdown-item.active,
.cid-tgHbc4NgAX .dropdown-item:active {
  background-color: transparent;
}
.cid-tgHbc4NgAX .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgHbc4NgAX .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgHbc4NgAX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgHbc4NgAX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgHbc4NgAX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgHbc4NgAX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgHbc4NgAX .navbar-buttons {
  text-align: center;
}
.cid-tgHbc4NgAX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgHbc4NgAX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgHbc4NgAX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgHbc4NgAX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgHbc4NgAX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgHbc4NgAX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgHbc4NgAX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgHbc4NgAX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgHbc4NgAX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgHbc4NgAX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgHbc4NgAX .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgHbc4NgAX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgHbc4NgAX .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgHbc4NgAX .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgHbc4NgAX .social__link {
  line-height: 40px;
}
.cid-tgHbc4NgAX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgHbc4NgAX .navbar {
    height: 77px;
  }
  .cid-tgHbc4NgAX .navbar.opened {
    height: auto;
  }
  .cid-tgHbc4NgAX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgHbc5zFBl {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-nosotros-1920x393.jpg");
}
.cid-tgHbc5zFBl .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgHbc5zFBl .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgHbc5zFBl .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgHbc5zFBl .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgHbc5zFBl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgHbc5zFBl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgHcCIiuwJ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgHcCIiuwJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgHcCIiuwJ img {
  max-width: 200px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-tgHcCIiuwJ .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-tgHcCIiuwJ .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
  text-align: left;
}
.cid-tgHcCIiuwJ .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #000000;
  white-space: nowrap;
}
.cid-tgHcCIiuwJ .list-group-item span {
  font-size: 1.2em;
  color: #f5ab35;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tgHcCIiuwJ .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-tgHcCIiuwJ .mbr-text {
  color: #1d1e22;
}
.cid-tBb7GR67mm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb7GR67mm .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb7GR67mm .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb7GR67mm .mbr-text {
  color: #444;
}
.cid-tBb7GR67mm h5 {
  margin-bottom: 0;
}
.cid-tBb7GR67mm .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb7GR67mm .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb7GR67mm .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb7GR67mm .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb7GR67mm .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb7GR67mm .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb7GR67mm .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb7GR67mm .social-list a:hover {
  opacity: .4;
}
.cid-tBb7GR67mm .media-container-row > div {
  padding: 0px;
}
.cid-tBb7GR67mm .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb7GR67mm .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb7GR67mm .group-title SPAN {
  color: #ffffff;
}
.cid-tBb7GR67mm .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb7GR67mm .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb7GR67mm .social-list,
  .cid-tBb7GR67mm .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb7GR67mm h3 {
    margin-bottom: 10px;
  }
  .cid-tBb7GR67mm .navbar-brand {
    text-align: center;
  }
}
.cid-tBb7GR67mm .links SPAN {
  color: #9e9e9e;
}
.cid-tgHjW8zuKE {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgHjW8zuKE .nav-item,
.cid-tgHjW8zuKE .nav-link,
.cid-tgHjW8zuKE .navbar-caption {
  font-weight: normal;
}
.cid-tgHjW8zuKE .nav-link {
  line-height: 40px;
}
.cid-tgHjW8zuKE .nav-link {
  position: relative;
}
.cid-tgHjW8zuKE .nav-link:before,
.cid-tgHjW8zuKE .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgHjW8zuKE .nav-item:hover .nav-link:before,
.cid-tgHjW8zuKE .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgHjW8zuKE .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgHjW8zuKE .dropdown-toggle::after,
.cid-tgHjW8zuKE .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgHjW8zuKE .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgHjW8zuKE .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgHjW8zuKE .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgHjW8zuKE .nav-item:focus,
.cid-tgHjW8zuKE .nav-link:focus {
  outline: none;
}
.cid-tgHjW8zuKE .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgHjW8zuKE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgHjW8zuKE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgHjW8zuKE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgHjW8zuKE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgHjW8zuKE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgHjW8zuKE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgHjW8zuKE .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgHjW8zuKE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgHjW8zuKE .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgHjW8zuKE .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgHjW8zuKE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgHjW8zuKE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgHjW8zuKE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgHjW8zuKE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgHjW8zuKE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgHjW8zuKE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgHjW8zuKE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgHjW8zuKE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgHjW8zuKE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgHjW8zuKE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgHjW8zuKE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgHjW8zuKE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgHjW8zuKE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgHjW8zuKE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgHjW8zuKE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgHjW8zuKE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgHjW8zuKE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgHjW8zuKE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgHjW8zuKE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgHjW8zuKE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgHjW8zuKE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgHjW8zuKE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgHjW8zuKE .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgHjW8zuKE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgHjW8zuKE .dropdown-item.active,
.cid-tgHjW8zuKE .dropdown-item:active {
  background-color: transparent;
}
.cid-tgHjW8zuKE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgHjW8zuKE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgHjW8zuKE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgHjW8zuKE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgHjW8zuKE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgHjW8zuKE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgHjW8zuKE .navbar-buttons {
  text-align: center;
}
.cid-tgHjW8zuKE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgHjW8zuKE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgHjW8zuKE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgHjW8zuKE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgHjW8zuKE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgHjW8zuKE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgHjW8zuKE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgHjW8zuKE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgHjW8zuKE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgHjW8zuKE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgHjW8zuKE .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgHjW8zuKE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgHjW8zuKE .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgHjW8zuKE .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgHjW8zuKE .social__link {
  line-height: 40px;
}
.cid-tgHjW8zuKE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgHjW8zuKE .navbar {
    height: 77px;
  }
  .cid-tgHjW8zuKE .navbar.opened {
    height: auto;
  }
  .cid-tgHjW8zuKE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgHjW9myIs {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-nosotros-1920x393.jpg");
}
.cid-tgHjW9myIs .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgHjW9myIs .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgHjW9myIs .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgHjW9myIs .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgHjW9myIs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgHjW9myIs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgHjW9LNU6 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgHjW9LNU6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgHjW9LNU6 img {
  max-width: 200px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-tgHjW9LNU6 .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-tgHjW9LNU6 .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
  text-align: left;
}
.cid-tgHjW9LNU6 .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #000000;
  white-space: nowrap;
}
.cid-tgHjW9LNU6 .list-group-item span {
  font-size: 1.2em;
  color: #f5ab35;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tgHjW9LNU6 .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-tgHjW9LNU6 .mbr-text {
  color: #1d1e22;
}
.cid-tBb7QlZUJH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb7QlZUJH .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb7QlZUJH .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb7QlZUJH .mbr-text {
  color: #444;
}
.cid-tBb7QlZUJH h5 {
  margin-bottom: 0;
}
.cid-tBb7QlZUJH .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb7QlZUJH .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb7QlZUJH .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb7QlZUJH .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb7QlZUJH .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb7QlZUJH .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb7QlZUJH .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb7QlZUJH .social-list a:hover {
  opacity: .4;
}
.cid-tBb7QlZUJH .media-container-row > div {
  padding: 0px;
}
.cid-tBb7QlZUJH .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb7QlZUJH .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb7QlZUJH .group-title SPAN {
  color: #ffffff;
}
.cid-tBb7QlZUJH .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb7QlZUJH .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb7QlZUJH .social-list,
  .cid-tBb7QlZUJH .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb7QlZUJH h3 {
    margin-bottom: 10px;
  }
  .cid-tBb7QlZUJH .navbar-brand {
    text-align: center;
  }
}
.cid-tBb7QlZUJH .links SPAN {
  color: #9e9e9e;
}
.cid-tgHkqADhAq {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgHkqADhAq .nav-item,
.cid-tgHkqADhAq .nav-link,
.cid-tgHkqADhAq .navbar-caption {
  font-weight: normal;
}
.cid-tgHkqADhAq .nav-link {
  line-height: 40px;
}
.cid-tgHkqADhAq .nav-link {
  position: relative;
}
.cid-tgHkqADhAq .nav-link:before,
.cid-tgHkqADhAq .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgHkqADhAq .nav-item:hover .nav-link:before,
.cid-tgHkqADhAq .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgHkqADhAq .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgHkqADhAq .dropdown-toggle::after,
.cid-tgHkqADhAq .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgHkqADhAq .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgHkqADhAq .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgHkqADhAq .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgHkqADhAq .nav-item:focus,
.cid-tgHkqADhAq .nav-link:focus {
  outline: none;
}
.cid-tgHkqADhAq .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgHkqADhAq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgHkqADhAq .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgHkqADhAq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgHkqADhAq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgHkqADhAq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgHkqADhAq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgHkqADhAq .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgHkqADhAq .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgHkqADhAq .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgHkqADhAq .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgHkqADhAq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgHkqADhAq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgHkqADhAq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgHkqADhAq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgHkqADhAq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgHkqADhAq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgHkqADhAq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgHkqADhAq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgHkqADhAq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgHkqADhAq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgHkqADhAq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgHkqADhAq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgHkqADhAq .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgHkqADhAq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgHkqADhAq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgHkqADhAq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgHkqADhAq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgHkqADhAq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgHkqADhAq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgHkqADhAq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgHkqADhAq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgHkqADhAq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgHkqADhAq .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgHkqADhAq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgHkqADhAq .dropdown-item.active,
.cid-tgHkqADhAq .dropdown-item:active {
  background-color: transparent;
}
.cid-tgHkqADhAq .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgHkqADhAq .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgHkqADhAq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgHkqADhAq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgHkqADhAq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgHkqADhAq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgHkqADhAq .navbar-buttons {
  text-align: center;
}
.cid-tgHkqADhAq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgHkqADhAq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgHkqADhAq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgHkqADhAq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgHkqADhAq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgHkqADhAq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgHkqADhAq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgHkqADhAq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgHkqADhAq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgHkqADhAq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgHkqADhAq .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgHkqADhAq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgHkqADhAq .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgHkqADhAq .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgHkqADhAq .social__link {
  line-height: 40px;
}
.cid-tgHkqADhAq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgHkqADhAq .navbar {
    height: 77px;
  }
  .cid-tgHkqADhAq .navbar.opened {
    height: auto;
  }
  .cid-tgHkqADhAq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgHkqBpDmw {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-nosotros-1920x393.jpg");
}
.cid-tgHkqBpDmw .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgHkqBpDmw .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgHkqBpDmw .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgHkqBpDmw .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgHkqBpDmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgHkqBpDmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgHkqC9dq4 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgHkqC9dq4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgHkqC9dq4 img {
  max-width: 200px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-tgHkqC9dq4 .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-tgHkqC9dq4 .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
  text-align: left;
}
.cid-tgHkqC9dq4 .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #000000;
  white-space: nowrap;
}
.cid-tgHkqC9dq4 .list-group-item span {
  font-size: 1.2em;
  color: #f5ab35;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tgHkqC9dq4 .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-tgHkqC9dq4 .mbr-text {
  color: #1d1e22;
}
.cid-tBb7SExhol {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb7SExhol .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb7SExhol .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb7SExhol .mbr-text {
  color: #444;
}
.cid-tBb7SExhol h5 {
  margin-bottom: 0;
}
.cid-tBb7SExhol .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb7SExhol .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb7SExhol .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb7SExhol .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb7SExhol .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb7SExhol .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb7SExhol .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb7SExhol .social-list a:hover {
  opacity: .4;
}
.cid-tBb7SExhol .media-container-row > div {
  padding: 0px;
}
.cid-tBb7SExhol .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb7SExhol .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb7SExhol .group-title SPAN {
  color: #ffffff;
}
.cid-tBb7SExhol .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb7SExhol .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb7SExhol .social-list,
  .cid-tBb7SExhol .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb7SExhol h3 {
    margin-bottom: 10px;
  }
  .cid-tBb7SExhol .navbar-brand {
    text-align: center;
  }
}
.cid-tBb7SExhol .links SPAN {
  color: #9e9e9e;
}
.cid-tgHkYQKHqG {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgHkYQKHqG .nav-item,
.cid-tgHkYQKHqG .nav-link,
.cid-tgHkYQKHqG .navbar-caption {
  font-weight: normal;
}
.cid-tgHkYQKHqG .nav-link {
  line-height: 40px;
}
.cid-tgHkYQKHqG .nav-link {
  position: relative;
}
.cid-tgHkYQKHqG .nav-link:before,
.cid-tgHkYQKHqG .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgHkYQKHqG .nav-item:hover .nav-link:before,
.cid-tgHkYQKHqG .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgHkYQKHqG .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgHkYQKHqG .dropdown-toggle::after,
.cid-tgHkYQKHqG .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgHkYQKHqG .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgHkYQKHqG .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgHkYQKHqG .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgHkYQKHqG .nav-item:focus,
.cid-tgHkYQKHqG .nav-link:focus {
  outline: none;
}
.cid-tgHkYQKHqG .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgHkYQKHqG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgHkYQKHqG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgHkYQKHqG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgHkYQKHqG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgHkYQKHqG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgHkYQKHqG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgHkYQKHqG .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgHkYQKHqG .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgHkYQKHqG .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgHkYQKHqG .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgHkYQKHqG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgHkYQKHqG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgHkYQKHqG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgHkYQKHqG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgHkYQKHqG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgHkYQKHqG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgHkYQKHqG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgHkYQKHqG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgHkYQKHqG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgHkYQKHqG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgHkYQKHqG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgHkYQKHqG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgHkYQKHqG .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgHkYQKHqG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgHkYQKHqG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgHkYQKHqG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgHkYQKHqG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgHkYQKHqG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgHkYQKHqG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgHkYQKHqG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgHkYQKHqG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgHkYQKHqG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgHkYQKHqG .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgHkYQKHqG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgHkYQKHqG .dropdown-item.active,
.cid-tgHkYQKHqG .dropdown-item:active {
  background-color: transparent;
}
.cid-tgHkYQKHqG .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgHkYQKHqG .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgHkYQKHqG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgHkYQKHqG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgHkYQKHqG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgHkYQKHqG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgHkYQKHqG .navbar-buttons {
  text-align: center;
}
.cid-tgHkYQKHqG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgHkYQKHqG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgHkYQKHqG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgHkYQKHqG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgHkYQKHqG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgHkYQKHqG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgHkYQKHqG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgHkYQKHqG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgHkYQKHqG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgHkYQKHqG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgHkYQKHqG .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgHkYQKHqG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgHkYQKHqG .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgHkYQKHqG .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgHkYQKHqG .social__link {
  line-height: 40px;
}
.cid-tgHkYQKHqG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgHkYQKHqG .navbar {
    height: 77px;
  }
  .cid-tgHkYQKHqG .navbar.opened {
    height: auto;
  }
  .cid-tgHkYQKHqG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgHkYRjRFv {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-nosotros-1920x393.jpg");
}
.cid-tgHkYRjRFv .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgHkYRjRFv .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgHkYRjRFv .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgHkYRjRFv .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgHkYRjRFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgHkYRjRFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgHkYRGQu1 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgHkYRGQu1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgHkYRGQu1 img {
  max-width: 200px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-tgHkYRGQu1 .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-tgHkYRGQu1 .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
  text-align: left;
}
.cid-tgHkYRGQu1 .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #000000;
  white-space: nowrap;
}
.cid-tgHkYRGQu1 .list-group-item span {
  font-size: 1.2em;
  color: #f5ab35;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tgHkYRGQu1 .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-tgHkYRGQu1 .mbr-text {
  color: #1d1e22;
}
.cid-tBb7XPvagp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb7XPvagp .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb7XPvagp .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb7XPvagp .mbr-text {
  color: #444;
}
.cid-tBb7XPvagp h5 {
  margin-bottom: 0;
}
.cid-tBb7XPvagp .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb7XPvagp .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb7XPvagp .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb7XPvagp .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb7XPvagp .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb7XPvagp .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb7XPvagp .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb7XPvagp .social-list a:hover {
  opacity: .4;
}
.cid-tBb7XPvagp .media-container-row > div {
  padding: 0px;
}
.cid-tBb7XPvagp .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb7XPvagp .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb7XPvagp .group-title SPAN {
  color: #ffffff;
}
.cid-tBb7XPvagp .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb7XPvagp .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb7XPvagp .social-list,
  .cid-tBb7XPvagp .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb7XPvagp h3 {
    margin-bottom: 10px;
  }
  .cid-tBb7XPvagp .navbar-brand {
    text-align: center;
  }
}
.cid-tBb7XPvagp .links SPAN {
  color: #9e9e9e;
}
.cid-tgHlAH2tbQ {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgHlAH2tbQ .nav-item,
.cid-tgHlAH2tbQ .nav-link,
.cid-tgHlAH2tbQ .navbar-caption {
  font-weight: normal;
}
.cid-tgHlAH2tbQ .nav-link {
  line-height: 40px;
}
.cid-tgHlAH2tbQ .nav-link {
  position: relative;
}
.cid-tgHlAH2tbQ .nav-link:before,
.cid-tgHlAH2tbQ .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgHlAH2tbQ .nav-item:hover .nav-link:before,
.cid-tgHlAH2tbQ .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgHlAH2tbQ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgHlAH2tbQ .dropdown-toggle::after,
.cid-tgHlAH2tbQ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgHlAH2tbQ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgHlAH2tbQ .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgHlAH2tbQ .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgHlAH2tbQ .nav-item:focus,
.cid-tgHlAH2tbQ .nav-link:focus {
  outline: none;
}
.cid-tgHlAH2tbQ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgHlAH2tbQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgHlAH2tbQ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgHlAH2tbQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgHlAH2tbQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgHlAH2tbQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgHlAH2tbQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgHlAH2tbQ .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgHlAH2tbQ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgHlAH2tbQ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgHlAH2tbQ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgHlAH2tbQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgHlAH2tbQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgHlAH2tbQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgHlAH2tbQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgHlAH2tbQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgHlAH2tbQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgHlAH2tbQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgHlAH2tbQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgHlAH2tbQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgHlAH2tbQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgHlAH2tbQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgHlAH2tbQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgHlAH2tbQ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgHlAH2tbQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgHlAH2tbQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgHlAH2tbQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgHlAH2tbQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgHlAH2tbQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgHlAH2tbQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgHlAH2tbQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgHlAH2tbQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgHlAH2tbQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgHlAH2tbQ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgHlAH2tbQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgHlAH2tbQ .dropdown-item.active,
.cid-tgHlAH2tbQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tgHlAH2tbQ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgHlAH2tbQ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgHlAH2tbQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgHlAH2tbQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgHlAH2tbQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgHlAH2tbQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgHlAH2tbQ .navbar-buttons {
  text-align: center;
}
.cid-tgHlAH2tbQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgHlAH2tbQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgHlAH2tbQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgHlAH2tbQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgHlAH2tbQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgHlAH2tbQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgHlAH2tbQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgHlAH2tbQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgHlAH2tbQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgHlAH2tbQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgHlAH2tbQ .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgHlAH2tbQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgHlAH2tbQ .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgHlAH2tbQ .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgHlAH2tbQ .social__link {
  line-height: 40px;
}
.cid-tgHlAH2tbQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgHlAH2tbQ .navbar {
    height: 77px;
  }
  .cid-tgHlAH2tbQ .navbar.opened {
    height: auto;
  }
  .cid-tgHlAH2tbQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgHlAHLO5x {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-nosotros-1920x393.jpg");
}
.cid-tgHlAHLO5x .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgHlAHLO5x .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgHlAHLO5x .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgHlAHLO5x .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgHlAHLO5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgHlAHLO5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgHlAI8y0D {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgHlAI8y0D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgHlAI8y0D img {
  max-width: 200px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-tgHlAI8y0D .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-tgHlAI8y0D .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
  text-align: left;
}
.cid-tgHlAI8y0D .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #000000;
  white-space: nowrap;
}
.cid-tgHlAI8y0D .list-group-item span {
  font-size: 1.2em;
  color: #f5ab35;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tgHlAI8y0D .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-tgHlAI8y0D .mbr-text {
  color: #1d1e22;
}
.cid-tBb80oHiCx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb80oHiCx .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb80oHiCx .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb80oHiCx .mbr-text {
  color: #444;
}
.cid-tBb80oHiCx h5 {
  margin-bottom: 0;
}
.cid-tBb80oHiCx .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb80oHiCx .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb80oHiCx .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb80oHiCx .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb80oHiCx .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb80oHiCx .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb80oHiCx .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb80oHiCx .social-list a:hover {
  opacity: .4;
}
.cid-tBb80oHiCx .media-container-row > div {
  padding: 0px;
}
.cid-tBb80oHiCx .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb80oHiCx .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb80oHiCx .group-title SPAN {
  color: #ffffff;
}
.cid-tBb80oHiCx .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb80oHiCx .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb80oHiCx .social-list,
  .cid-tBb80oHiCx .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb80oHiCx h3 {
    margin-bottom: 10px;
  }
  .cid-tBb80oHiCx .navbar-brand {
    text-align: center;
  }
}
.cid-tBb80oHiCx .links SPAN {
  color: #9e9e9e;
}
.cid-tgL2hyy5J9 {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgL2hyy5J9 .nav-item,
.cid-tgL2hyy5J9 .nav-link,
.cid-tgL2hyy5J9 .navbar-caption {
  font-weight: normal;
}
.cid-tgL2hyy5J9 .nav-link {
  line-height: 40px;
}
.cid-tgL2hyy5J9 .nav-link {
  position: relative;
}
.cid-tgL2hyy5J9 .nav-link:before,
.cid-tgL2hyy5J9 .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgL2hyy5J9 .nav-item:hover .nav-link:before,
.cid-tgL2hyy5J9 .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgL2hyy5J9 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgL2hyy5J9 .dropdown-toggle::after,
.cid-tgL2hyy5J9 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgL2hyy5J9 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgL2hyy5J9 .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgL2hyy5J9 .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgL2hyy5J9 .nav-item:focus,
.cid-tgL2hyy5J9 .nav-link:focus {
  outline: none;
}
.cid-tgL2hyy5J9 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgL2hyy5J9 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgL2hyy5J9 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgL2hyy5J9 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgL2hyy5J9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgL2hyy5J9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgL2hyy5J9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgL2hyy5J9 .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgL2hyy5J9 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgL2hyy5J9 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgL2hyy5J9 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgL2hyy5J9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgL2hyy5J9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgL2hyy5J9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgL2hyy5J9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgL2hyy5J9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgL2hyy5J9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgL2hyy5J9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgL2hyy5J9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgL2hyy5J9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgL2hyy5J9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgL2hyy5J9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgL2hyy5J9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgL2hyy5J9 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgL2hyy5J9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgL2hyy5J9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgL2hyy5J9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgL2hyy5J9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgL2hyy5J9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgL2hyy5J9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgL2hyy5J9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgL2hyy5J9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgL2hyy5J9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgL2hyy5J9 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgL2hyy5J9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgL2hyy5J9 .dropdown-item.active,
.cid-tgL2hyy5J9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgL2hyy5J9 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgL2hyy5J9 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgL2hyy5J9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgL2hyy5J9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgL2hyy5J9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgL2hyy5J9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgL2hyy5J9 .navbar-buttons {
  text-align: center;
}
.cid-tgL2hyy5J9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgL2hyy5J9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgL2hyy5J9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgL2hyy5J9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgL2hyy5J9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgL2hyy5J9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgL2hyy5J9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgL2hyy5J9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgL2hyy5J9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgL2hyy5J9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgL2hyy5J9 .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgL2hyy5J9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgL2hyy5J9 .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgL2hyy5J9 .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgL2hyy5J9 .social__link {
  line-height: 40px;
}
.cid-tgL2hyy5J9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgL2hyy5J9 .navbar {
    height: 77px;
  }
  .cid-tgL2hyy5J9 .navbar.opened {
    height: auto;
  }
  .cid-tgL2hyy5J9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgL2hzkris {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-nosotros-1920x393.jpg");
}
.cid-tgL2hzkris .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgL2hzkris .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgL2hzkris .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgL2hzkris .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgL2hzkris .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgL2hzkris .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgL2hzIf2O {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgL2hzIf2O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgL2hzIf2O img {
  max-width: 200px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-tgL2hzIf2O .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-tgL2hzIf2O .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
  text-align: left;
}
.cid-tgL2hzIf2O .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #000000;
  white-space: nowrap;
}
.cid-tgL2hzIf2O .list-group-item span {
  font-size: 1.2em;
  color: #f5ab35;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tgL2hzIf2O .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-tgL2hzIf2O .mbr-text {
  color: #1d1e22;
}
.cid-tBb82mtwrb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb82mtwrb .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb82mtwrb .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb82mtwrb .mbr-text {
  color: #444;
}
.cid-tBb82mtwrb h5 {
  margin-bottom: 0;
}
.cid-tBb82mtwrb .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb82mtwrb .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb82mtwrb .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb82mtwrb .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb82mtwrb .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb82mtwrb .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb82mtwrb .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb82mtwrb .social-list a:hover {
  opacity: .4;
}
.cid-tBb82mtwrb .media-container-row > div {
  padding: 0px;
}
.cid-tBb82mtwrb .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb82mtwrb .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb82mtwrb .group-title SPAN {
  color: #ffffff;
}
.cid-tBb82mtwrb .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb82mtwrb .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb82mtwrb .social-list,
  .cid-tBb82mtwrb .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb82mtwrb h3 {
    margin-bottom: 10px;
  }
  .cid-tBb82mtwrb .navbar-brand {
    text-align: center;
  }
}
.cid-tBb82mtwrb .links SPAN {
  color: #9e9e9e;
}
.cid-tgL34Uohwp {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgL34Uohwp .nav-item,
.cid-tgL34Uohwp .nav-link,
.cid-tgL34Uohwp .navbar-caption {
  font-weight: normal;
}
.cid-tgL34Uohwp .nav-link {
  line-height: 40px;
}
.cid-tgL34Uohwp .nav-link {
  position: relative;
}
.cid-tgL34Uohwp .nav-link:before,
.cid-tgL34Uohwp .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgL34Uohwp .nav-item:hover .nav-link:before,
.cid-tgL34Uohwp .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgL34Uohwp .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgL34Uohwp .dropdown-toggle::after,
.cid-tgL34Uohwp .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgL34Uohwp .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgL34Uohwp .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgL34Uohwp .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgL34Uohwp .nav-item:focus,
.cid-tgL34Uohwp .nav-link:focus {
  outline: none;
}
.cid-tgL34Uohwp .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgL34Uohwp .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgL34Uohwp .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgL34Uohwp .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgL34Uohwp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgL34Uohwp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgL34Uohwp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgL34Uohwp .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgL34Uohwp .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgL34Uohwp .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgL34Uohwp .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgL34Uohwp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgL34Uohwp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgL34Uohwp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgL34Uohwp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgL34Uohwp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgL34Uohwp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgL34Uohwp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgL34Uohwp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgL34Uohwp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgL34Uohwp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgL34Uohwp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgL34Uohwp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgL34Uohwp .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgL34Uohwp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgL34Uohwp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgL34Uohwp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgL34Uohwp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgL34Uohwp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgL34Uohwp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgL34Uohwp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgL34Uohwp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgL34Uohwp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgL34Uohwp .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgL34Uohwp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgL34Uohwp .dropdown-item.active,
.cid-tgL34Uohwp .dropdown-item:active {
  background-color: transparent;
}
.cid-tgL34Uohwp .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgL34Uohwp .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgL34Uohwp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgL34Uohwp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgL34Uohwp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgL34Uohwp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgL34Uohwp .navbar-buttons {
  text-align: center;
}
.cid-tgL34Uohwp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgL34Uohwp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgL34Uohwp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgL34Uohwp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgL34Uohwp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgL34Uohwp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgL34Uohwp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgL34Uohwp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgL34Uohwp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgL34Uohwp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgL34Uohwp .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgL34Uohwp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgL34Uohwp .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgL34Uohwp .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgL34Uohwp .social__link {
  line-height: 40px;
}
.cid-tgL34Uohwp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgL34Uohwp .navbar {
    height: 77px;
  }
  .cid-tgL34Uohwp .navbar.opened {
    height: auto;
  }
  .cid-tgL34Uohwp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgL34V3KYe {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-nosotros-1920x393.jpg");
}
.cid-tgL34V3KYe .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgL34V3KYe .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgL34V3KYe .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgL34V3KYe .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgL34V3KYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgL34V3KYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgL34VkXLZ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgL34VkXLZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgL34VkXLZ img {
  max-width: 200px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-tgL34VkXLZ .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-tgL34VkXLZ .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
  text-align: left;
}
.cid-tgL34VkXLZ .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #000000;
  white-space: nowrap;
}
.cid-tgL34VkXLZ .list-group-item span {
  font-size: 1.2em;
  color: #f5ab35;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tgL34VkXLZ .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-tgL34VkXLZ .mbr-text {
  color: #1d1e22;
}
.cid-tBb8684hMv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb8684hMv .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb8684hMv .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb8684hMv .mbr-text {
  color: #444;
}
.cid-tBb8684hMv h5 {
  margin-bottom: 0;
}
.cid-tBb8684hMv .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb8684hMv .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb8684hMv .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb8684hMv .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb8684hMv .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb8684hMv .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb8684hMv .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb8684hMv .social-list a:hover {
  opacity: .4;
}
.cid-tBb8684hMv .media-container-row > div {
  padding: 0px;
}
.cid-tBb8684hMv .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb8684hMv .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb8684hMv .group-title SPAN {
  color: #ffffff;
}
.cid-tBb8684hMv .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb8684hMv .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb8684hMv .social-list,
  .cid-tBb8684hMv .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb8684hMv h3 {
    margin-bottom: 10px;
  }
  .cid-tBb8684hMv .navbar-brand {
    text-align: center;
  }
}
.cid-tBb8684hMv .links SPAN {
  color: #9e9e9e;
}
.cid-tgL3Xyfpzx {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgL3Xyfpzx .nav-item,
.cid-tgL3Xyfpzx .nav-link,
.cid-tgL3Xyfpzx .navbar-caption {
  font-weight: normal;
}
.cid-tgL3Xyfpzx .nav-link {
  line-height: 40px;
}
.cid-tgL3Xyfpzx .nav-link {
  position: relative;
}
.cid-tgL3Xyfpzx .nav-link:before,
.cid-tgL3Xyfpzx .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgL3Xyfpzx .nav-item:hover .nav-link:before,
.cid-tgL3Xyfpzx .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgL3Xyfpzx .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgL3Xyfpzx .dropdown-toggle::after,
.cid-tgL3Xyfpzx .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgL3Xyfpzx .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgL3Xyfpzx .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgL3Xyfpzx .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgL3Xyfpzx .nav-item:focus,
.cid-tgL3Xyfpzx .nav-link:focus {
  outline: none;
}
.cid-tgL3Xyfpzx .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgL3Xyfpzx .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgL3Xyfpzx .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgL3Xyfpzx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgL3Xyfpzx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgL3Xyfpzx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgL3Xyfpzx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgL3Xyfpzx .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgL3Xyfpzx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgL3Xyfpzx .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgL3Xyfpzx .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgL3Xyfpzx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgL3Xyfpzx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgL3Xyfpzx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgL3Xyfpzx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgL3Xyfpzx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgL3Xyfpzx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgL3Xyfpzx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgL3Xyfpzx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgL3Xyfpzx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgL3Xyfpzx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgL3Xyfpzx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgL3Xyfpzx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgL3Xyfpzx .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgL3Xyfpzx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgL3Xyfpzx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgL3Xyfpzx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgL3Xyfpzx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgL3Xyfpzx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgL3Xyfpzx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgL3Xyfpzx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgL3Xyfpzx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgL3Xyfpzx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgL3Xyfpzx .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgL3Xyfpzx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgL3Xyfpzx .dropdown-item.active,
.cid-tgL3Xyfpzx .dropdown-item:active {
  background-color: transparent;
}
.cid-tgL3Xyfpzx .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgL3Xyfpzx .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgL3Xyfpzx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgL3Xyfpzx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgL3Xyfpzx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgL3Xyfpzx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgL3Xyfpzx .navbar-buttons {
  text-align: center;
}
.cid-tgL3Xyfpzx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgL3Xyfpzx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgL3Xyfpzx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgL3Xyfpzx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgL3Xyfpzx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgL3Xyfpzx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgL3Xyfpzx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgL3Xyfpzx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgL3Xyfpzx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgL3Xyfpzx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgL3Xyfpzx .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgL3Xyfpzx a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgL3Xyfpzx .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgL3Xyfpzx .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgL3Xyfpzx .social__link {
  line-height: 40px;
}
.cid-tgL3Xyfpzx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgL3Xyfpzx .navbar {
    height: 77px;
  }
  .cid-tgL3Xyfpzx .navbar.opened {
    height: auto;
  }
  .cid-tgL3Xyfpzx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgL3Xz1B1W {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-nosotros-1920x393.jpg");
}
.cid-tgL3Xz1B1W .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgL3Xz1B1W .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgL3Xz1B1W .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgL3Xz1B1W .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgL3Xz1B1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgL3Xz1B1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgL3Xzmv0U {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgL3Xzmv0U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgL3Xzmv0U img {
  max-width: 200px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-tgL3Xzmv0U .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-tgL3Xzmv0U .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
  text-align: left;
}
.cid-tgL3Xzmv0U .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #000000;
  white-space: nowrap;
}
.cid-tgL3Xzmv0U .list-group-item span {
  font-size: 1.2em;
  color: #f5ab35;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tgL3Xzmv0U .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-tgL3Xzmv0U .mbr-text {
  color: #1d1e22;
}
.cid-tBb882Va6I {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb882Va6I .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb882Va6I .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb882Va6I .mbr-text {
  color: #444;
}
.cid-tBb882Va6I h5 {
  margin-bottom: 0;
}
.cid-tBb882Va6I .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb882Va6I .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb882Va6I .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb882Va6I .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb882Va6I .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb882Va6I .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb882Va6I .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb882Va6I .social-list a:hover {
  opacity: .4;
}
.cid-tBb882Va6I .media-container-row > div {
  padding: 0px;
}
.cid-tBb882Va6I .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb882Va6I .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb882Va6I .group-title SPAN {
  color: #ffffff;
}
.cid-tBb882Va6I .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb882Va6I .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb882Va6I .social-list,
  .cid-tBb882Va6I .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb882Va6I h3 {
    margin-bottom: 10px;
  }
  .cid-tBb882Va6I .navbar-brand {
    text-align: center;
  }
}
.cid-tBb882Va6I .links SPAN {
  color: #9e9e9e;
}
.cid-tgL5RYN3Wy {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgL5RYN3Wy .nav-item,
.cid-tgL5RYN3Wy .nav-link,
.cid-tgL5RYN3Wy .navbar-caption {
  font-weight: normal;
}
.cid-tgL5RYN3Wy .nav-link {
  line-height: 40px;
}
.cid-tgL5RYN3Wy .nav-link {
  position: relative;
}
.cid-tgL5RYN3Wy .nav-link:before,
.cid-tgL5RYN3Wy .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgL5RYN3Wy .nav-item:hover .nav-link:before,
.cid-tgL5RYN3Wy .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgL5RYN3Wy .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgL5RYN3Wy .dropdown-toggle::after,
.cid-tgL5RYN3Wy .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgL5RYN3Wy .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgL5RYN3Wy .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgL5RYN3Wy .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgL5RYN3Wy .nav-item:focus,
.cid-tgL5RYN3Wy .nav-link:focus {
  outline: none;
}
.cid-tgL5RYN3Wy .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgL5RYN3Wy .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgL5RYN3Wy .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgL5RYN3Wy .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgL5RYN3Wy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgL5RYN3Wy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgL5RYN3Wy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgL5RYN3Wy .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgL5RYN3Wy .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgL5RYN3Wy .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgL5RYN3Wy .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgL5RYN3Wy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgL5RYN3Wy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgL5RYN3Wy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgL5RYN3Wy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgL5RYN3Wy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgL5RYN3Wy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgL5RYN3Wy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgL5RYN3Wy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgL5RYN3Wy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgL5RYN3Wy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgL5RYN3Wy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgL5RYN3Wy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgL5RYN3Wy .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgL5RYN3Wy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgL5RYN3Wy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgL5RYN3Wy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgL5RYN3Wy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgL5RYN3Wy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgL5RYN3Wy .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgL5RYN3Wy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgL5RYN3Wy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgL5RYN3Wy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgL5RYN3Wy .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgL5RYN3Wy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgL5RYN3Wy .dropdown-item.active,
.cid-tgL5RYN3Wy .dropdown-item:active {
  background-color: transparent;
}
.cid-tgL5RYN3Wy .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgL5RYN3Wy .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgL5RYN3Wy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgL5RYN3Wy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgL5RYN3Wy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgL5RYN3Wy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgL5RYN3Wy .navbar-buttons {
  text-align: center;
}
.cid-tgL5RYN3Wy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgL5RYN3Wy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgL5RYN3Wy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgL5RYN3Wy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgL5RYN3Wy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgL5RYN3Wy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgL5RYN3Wy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgL5RYN3Wy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgL5RYN3Wy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgL5RYN3Wy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgL5RYN3Wy .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgL5RYN3Wy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgL5RYN3Wy .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgL5RYN3Wy .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgL5RYN3Wy .social__link {
  line-height: 40px;
}
.cid-tgL5RYN3Wy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgL5RYN3Wy .navbar {
    height: 77px;
  }
  .cid-tgL5RYN3Wy .navbar.opened {
    height: auto;
  }
  .cid-tgL5RYN3Wy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgL5RZCyxC {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-nosotros-1920x393.jpg");
}
.cid-tgL5RZCyxC .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgL5RZCyxC .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgL5RZCyxC .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgL5RZCyxC .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgL5RZCyxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgL5RZCyxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgL5RZWG9K {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgL5RZWG9K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgL5RZWG9K img {
  max-width: 200px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-tgL5RZWG9K .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-tgL5RZWG9K .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
  text-align: left;
}
.cid-tgL5RZWG9K .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #000000;
  white-space: nowrap;
}
.cid-tgL5RZWG9K .list-group-item span {
  font-size: 1.2em;
  color: #f5ab35;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tgL5RZWG9K .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-tgL5RZWG9K .mbr-text {
  color: #1d1e22;
}
.cid-tBb8afVMrF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb8afVMrF .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb8afVMrF .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb8afVMrF .mbr-text {
  color: #444;
}
.cid-tBb8afVMrF h5 {
  margin-bottom: 0;
}
.cid-tBb8afVMrF .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb8afVMrF .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb8afVMrF .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb8afVMrF .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb8afVMrF .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb8afVMrF .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb8afVMrF .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb8afVMrF .social-list a:hover {
  opacity: .4;
}
.cid-tBb8afVMrF .media-container-row > div {
  padding: 0px;
}
.cid-tBb8afVMrF .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb8afVMrF .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb8afVMrF .group-title SPAN {
  color: #ffffff;
}
.cid-tBb8afVMrF .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb8afVMrF .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb8afVMrF .social-list,
  .cid-tBb8afVMrF .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb8afVMrF h3 {
    margin-bottom: 10px;
  }
  .cid-tBb8afVMrF .navbar-brand {
    text-align: center;
  }
}
.cid-tBb8afVMrF .links SPAN {
  color: #9e9e9e;
}
.cid-tgL6jNRnpM {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgL6jNRnpM .nav-item,
.cid-tgL6jNRnpM .nav-link,
.cid-tgL6jNRnpM .navbar-caption {
  font-weight: normal;
}
.cid-tgL6jNRnpM .nav-link {
  line-height: 40px;
}
.cid-tgL6jNRnpM .nav-link {
  position: relative;
}
.cid-tgL6jNRnpM .nav-link:before,
.cid-tgL6jNRnpM .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgL6jNRnpM .nav-item:hover .nav-link:before,
.cid-tgL6jNRnpM .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgL6jNRnpM .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgL6jNRnpM .dropdown-toggle::after,
.cid-tgL6jNRnpM .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgL6jNRnpM .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgL6jNRnpM .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgL6jNRnpM .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgL6jNRnpM .nav-item:focus,
.cid-tgL6jNRnpM .nav-link:focus {
  outline: none;
}
.cid-tgL6jNRnpM .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgL6jNRnpM .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgL6jNRnpM .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgL6jNRnpM .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgL6jNRnpM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgL6jNRnpM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgL6jNRnpM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgL6jNRnpM .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgL6jNRnpM .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgL6jNRnpM .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgL6jNRnpM .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgL6jNRnpM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgL6jNRnpM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgL6jNRnpM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgL6jNRnpM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgL6jNRnpM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgL6jNRnpM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgL6jNRnpM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgL6jNRnpM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgL6jNRnpM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgL6jNRnpM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgL6jNRnpM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgL6jNRnpM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgL6jNRnpM .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgL6jNRnpM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgL6jNRnpM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgL6jNRnpM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgL6jNRnpM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgL6jNRnpM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgL6jNRnpM .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgL6jNRnpM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgL6jNRnpM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgL6jNRnpM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgL6jNRnpM .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgL6jNRnpM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgL6jNRnpM .dropdown-item.active,
.cid-tgL6jNRnpM .dropdown-item:active {
  background-color: transparent;
}
.cid-tgL6jNRnpM .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgL6jNRnpM .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgL6jNRnpM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgL6jNRnpM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgL6jNRnpM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgL6jNRnpM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgL6jNRnpM .navbar-buttons {
  text-align: center;
}
.cid-tgL6jNRnpM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgL6jNRnpM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgL6jNRnpM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgL6jNRnpM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgL6jNRnpM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgL6jNRnpM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgL6jNRnpM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgL6jNRnpM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgL6jNRnpM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgL6jNRnpM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgL6jNRnpM .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgL6jNRnpM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgL6jNRnpM .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgL6jNRnpM .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgL6jNRnpM .social__link {
  line-height: 40px;
}
.cid-tgL6jNRnpM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgL6jNRnpM .navbar {
    height: 77px;
  }
  .cid-tgL6jNRnpM .navbar.opened {
    height: auto;
  }
  .cid-tgL6jNRnpM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgL6jOA4Md {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-nosotros-1920x393.jpg");
}
.cid-tgL6jOA4Md .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgL6jOA4Md .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgL6jOA4Md .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgL6jOA4Md .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgL6jOA4Md .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgL6jOA4Md .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgL6jOWgvm {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgL6jOWgvm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgL6jOWgvm img {
  max-width: 200px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-tgL6jOWgvm .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-tgL6jOWgvm .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
  text-align: left;
}
.cid-tgL6jOWgvm .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #000000;
  white-space: nowrap;
}
.cid-tgL6jOWgvm .list-group-item span {
  font-size: 1.2em;
  color: #f5ab35;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tgL6jOWgvm .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-tgL6jOWgvm .mbr-text {
  color: #1d1e22;
}
.cid-tBb8cFpnOO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb8cFpnOO .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb8cFpnOO .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb8cFpnOO .mbr-text {
  color: #444;
}
.cid-tBb8cFpnOO h5 {
  margin-bottom: 0;
}
.cid-tBb8cFpnOO .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb8cFpnOO .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb8cFpnOO .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb8cFpnOO .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb8cFpnOO .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb8cFpnOO .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb8cFpnOO .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb8cFpnOO .social-list a:hover {
  opacity: .4;
}
.cid-tBb8cFpnOO .media-container-row > div {
  padding: 0px;
}
.cid-tBb8cFpnOO .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb8cFpnOO .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb8cFpnOO .group-title SPAN {
  color: #ffffff;
}
.cid-tBb8cFpnOO .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb8cFpnOO .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb8cFpnOO .social-list,
  .cid-tBb8cFpnOO .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb8cFpnOO h3 {
    margin-bottom: 10px;
  }
  .cid-tBb8cFpnOO .navbar-brand {
    text-align: center;
  }
}
.cid-tBb8cFpnOO .links SPAN {
  color: #9e9e9e;
}
.cid-tgL6Kb9Vk9 {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgL6Kb9Vk9 .nav-item,
.cid-tgL6Kb9Vk9 .nav-link,
.cid-tgL6Kb9Vk9 .navbar-caption {
  font-weight: normal;
}
.cid-tgL6Kb9Vk9 .nav-link {
  line-height: 40px;
}
.cid-tgL6Kb9Vk9 .nav-link {
  position: relative;
}
.cid-tgL6Kb9Vk9 .nav-link:before,
.cid-tgL6Kb9Vk9 .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgL6Kb9Vk9 .nav-item:hover .nav-link:before,
.cid-tgL6Kb9Vk9 .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgL6Kb9Vk9 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgL6Kb9Vk9 .dropdown-toggle::after,
.cid-tgL6Kb9Vk9 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgL6Kb9Vk9 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgL6Kb9Vk9 .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgL6Kb9Vk9 .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgL6Kb9Vk9 .nav-item:focus,
.cid-tgL6Kb9Vk9 .nav-link:focus {
  outline: none;
}
.cid-tgL6Kb9Vk9 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgL6Kb9Vk9 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgL6Kb9Vk9 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgL6Kb9Vk9 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgL6Kb9Vk9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgL6Kb9Vk9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgL6Kb9Vk9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgL6Kb9Vk9 .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgL6Kb9Vk9 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgL6Kb9Vk9 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgL6Kb9Vk9 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgL6Kb9Vk9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgL6Kb9Vk9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgL6Kb9Vk9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgL6Kb9Vk9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgL6Kb9Vk9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgL6Kb9Vk9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgL6Kb9Vk9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgL6Kb9Vk9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgL6Kb9Vk9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgL6Kb9Vk9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgL6Kb9Vk9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgL6Kb9Vk9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgL6Kb9Vk9 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgL6Kb9Vk9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgL6Kb9Vk9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgL6Kb9Vk9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgL6Kb9Vk9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgL6Kb9Vk9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgL6Kb9Vk9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgL6Kb9Vk9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgL6Kb9Vk9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgL6Kb9Vk9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgL6Kb9Vk9 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgL6Kb9Vk9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgL6Kb9Vk9 .dropdown-item.active,
.cid-tgL6Kb9Vk9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgL6Kb9Vk9 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgL6Kb9Vk9 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgL6Kb9Vk9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgL6Kb9Vk9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgL6Kb9Vk9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgL6Kb9Vk9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgL6Kb9Vk9 .navbar-buttons {
  text-align: center;
}
.cid-tgL6Kb9Vk9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgL6Kb9Vk9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgL6Kb9Vk9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgL6Kb9Vk9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgL6Kb9Vk9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgL6Kb9Vk9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgL6Kb9Vk9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgL6Kb9Vk9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgL6Kb9Vk9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgL6Kb9Vk9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgL6Kb9Vk9 .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgL6Kb9Vk9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgL6Kb9Vk9 .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgL6Kb9Vk9 .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgL6Kb9Vk9 .social__link {
  line-height: 40px;
}
.cid-tgL6Kb9Vk9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgL6Kb9Vk9 .navbar {
    height: 77px;
  }
  .cid-tgL6Kb9Vk9 .navbar.opened {
    height: auto;
  }
  .cid-tgL6Kb9Vk9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgL6KbXLrQ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-nosotros-1920x393.jpg");
}
.cid-tgL6KbXLrQ .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgL6KbXLrQ .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgL6KbXLrQ .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgL6KbXLrQ .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgL6KbXLrQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgL6KbXLrQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgL6KcigUJ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgL6KcigUJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgL6KcigUJ img {
  max-width: 200px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-tgL6KcigUJ .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-tgL6KcigUJ .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
  text-align: left;
}
.cid-tgL6KcigUJ .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #000000;
  white-space: nowrap;
}
.cid-tgL6KcigUJ .list-group-item span {
  font-size: 1.2em;
  color: #f5ab35;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tgL6KcigUJ .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-tgL6KcigUJ .mbr-text {
  color: #1d1e22;
}
.cid-tBb8gCrNl4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb8gCrNl4 .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb8gCrNl4 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb8gCrNl4 .mbr-text {
  color: #444;
}
.cid-tBb8gCrNl4 h5 {
  margin-bottom: 0;
}
.cid-tBb8gCrNl4 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb8gCrNl4 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb8gCrNl4 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb8gCrNl4 .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb8gCrNl4 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb8gCrNl4 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb8gCrNl4 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb8gCrNl4 .social-list a:hover {
  opacity: .4;
}
.cid-tBb8gCrNl4 .media-container-row > div {
  padding: 0px;
}
.cid-tBb8gCrNl4 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb8gCrNl4 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb8gCrNl4 .group-title SPAN {
  color: #ffffff;
}
.cid-tBb8gCrNl4 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb8gCrNl4 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb8gCrNl4 .social-list,
  .cid-tBb8gCrNl4 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb8gCrNl4 h3 {
    margin-bottom: 10px;
  }
  .cid-tBb8gCrNl4 .navbar-brand {
    text-align: center;
  }
}
.cid-tBb8gCrNl4 .links SPAN {
  color: #9e9e9e;
}
.cid-tgL7kTuLTN {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgL7kTuLTN .nav-item,
.cid-tgL7kTuLTN .nav-link,
.cid-tgL7kTuLTN .navbar-caption {
  font-weight: normal;
}
.cid-tgL7kTuLTN .nav-link {
  line-height: 40px;
}
.cid-tgL7kTuLTN .nav-link {
  position: relative;
}
.cid-tgL7kTuLTN .nav-link:before,
.cid-tgL7kTuLTN .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgL7kTuLTN .nav-item:hover .nav-link:before,
.cid-tgL7kTuLTN .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgL7kTuLTN .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgL7kTuLTN .dropdown-toggle::after,
.cid-tgL7kTuLTN .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgL7kTuLTN .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgL7kTuLTN .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgL7kTuLTN .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgL7kTuLTN .nav-item:focus,
.cid-tgL7kTuLTN .nav-link:focus {
  outline: none;
}
.cid-tgL7kTuLTN .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgL7kTuLTN .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgL7kTuLTN .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgL7kTuLTN .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgL7kTuLTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgL7kTuLTN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgL7kTuLTN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgL7kTuLTN .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgL7kTuLTN .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgL7kTuLTN .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgL7kTuLTN .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgL7kTuLTN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgL7kTuLTN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgL7kTuLTN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgL7kTuLTN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgL7kTuLTN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgL7kTuLTN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgL7kTuLTN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgL7kTuLTN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgL7kTuLTN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgL7kTuLTN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgL7kTuLTN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgL7kTuLTN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgL7kTuLTN .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgL7kTuLTN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgL7kTuLTN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgL7kTuLTN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgL7kTuLTN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgL7kTuLTN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgL7kTuLTN .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgL7kTuLTN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgL7kTuLTN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgL7kTuLTN .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgL7kTuLTN .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgL7kTuLTN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgL7kTuLTN .dropdown-item.active,
.cid-tgL7kTuLTN .dropdown-item:active {
  background-color: transparent;
}
.cid-tgL7kTuLTN .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgL7kTuLTN .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgL7kTuLTN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgL7kTuLTN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgL7kTuLTN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgL7kTuLTN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgL7kTuLTN .navbar-buttons {
  text-align: center;
}
.cid-tgL7kTuLTN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgL7kTuLTN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgL7kTuLTN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgL7kTuLTN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgL7kTuLTN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgL7kTuLTN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgL7kTuLTN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgL7kTuLTN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgL7kTuLTN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgL7kTuLTN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgL7kTuLTN .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgL7kTuLTN a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgL7kTuLTN .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgL7kTuLTN .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgL7kTuLTN .social__link {
  line-height: 40px;
}
.cid-tgL7kTuLTN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgL7kTuLTN .navbar {
    height: 77px;
  }
  .cid-tgL7kTuLTN .navbar.opened {
    height: auto;
  }
  .cid-tgL7kTuLTN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgL7kUfNtC {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-nosotros-1920x393.jpg");
}
.cid-tgL7kUfNtC .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgL7kUfNtC .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgL7kUfNtC .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgL7kUfNtC .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgL7kUfNtC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgL7kUfNtC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgL7kUAEnP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgL7kUAEnP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgL7kUAEnP img {
  max-width: 200px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-tgL7kUAEnP .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-tgL7kUAEnP .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
  text-align: left;
}
.cid-tgL7kUAEnP .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #000000;
  white-space: nowrap;
}
.cid-tgL7kUAEnP .list-group-item span {
  font-size: 1.2em;
  color: #f5ab35;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tgL7kUAEnP .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-tgL7kUAEnP .mbr-text {
  color: #1d1e22;
}
.cid-tBb8ib592b {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb8ib592b .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb8ib592b .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb8ib592b .mbr-text {
  color: #444;
}
.cid-tBb8ib592b h5 {
  margin-bottom: 0;
}
.cid-tBb8ib592b .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb8ib592b .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb8ib592b .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb8ib592b .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb8ib592b .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb8ib592b .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb8ib592b .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb8ib592b .social-list a:hover {
  opacity: .4;
}
.cid-tBb8ib592b .media-container-row > div {
  padding: 0px;
}
.cid-tBb8ib592b .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb8ib592b .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb8ib592b .group-title SPAN {
  color: #ffffff;
}
.cid-tBb8ib592b .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb8ib592b .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb8ib592b .social-list,
  .cid-tBb8ib592b .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb8ib592b h3 {
    margin-bottom: 10px;
  }
  .cid-tBb8ib592b .navbar-brand {
    text-align: center;
  }
}
.cid-tBb8ib592b .links SPAN {
  color: #9e9e9e;
}
.cid-tgL7XkUphY {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgL7XkUphY .nav-item,
.cid-tgL7XkUphY .nav-link,
.cid-tgL7XkUphY .navbar-caption {
  font-weight: normal;
}
.cid-tgL7XkUphY .nav-link {
  line-height: 40px;
}
.cid-tgL7XkUphY .nav-link {
  position: relative;
}
.cid-tgL7XkUphY .nav-link:before,
.cid-tgL7XkUphY .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgL7XkUphY .nav-item:hover .nav-link:before,
.cid-tgL7XkUphY .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgL7XkUphY .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgL7XkUphY .dropdown-toggle::after,
.cid-tgL7XkUphY .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgL7XkUphY .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgL7XkUphY .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgL7XkUphY .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgL7XkUphY .nav-item:focus,
.cid-tgL7XkUphY .nav-link:focus {
  outline: none;
}
.cid-tgL7XkUphY .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgL7XkUphY .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgL7XkUphY .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgL7XkUphY .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgL7XkUphY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgL7XkUphY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgL7XkUphY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgL7XkUphY .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgL7XkUphY .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgL7XkUphY .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgL7XkUphY .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgL7XkUphY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgL7XkUphY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgL7XkUphY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgL7XkUphY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgL7XkUphY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgL7XkUphY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgL7XkUphY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgL7XkUphY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgL7XkUphY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgL7XkUphY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgL7XkUphY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgL7XkUphY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgL7XkUphY .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgL7XkUphY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgL7XkUphY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgL7XkUphY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgL7XkUphY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgL7XkUphY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgL7XkUphY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgL7XkUphY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgL7XkUphY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgL7XkUphY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgL7XkUphY .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgL7XkUphY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgL7XkUphY .dropdown-item.active,
.cid-tgL7XkUphY .dropdown-item:active {
  background-color: transparent;
}
.cid-tgL7XkUphY .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgL7XkUphY .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgL7XkUphY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgL7XkUphY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgL7XkUphY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgL7XkUphY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgL7XkUphY .navbar-buttons {
  text-align: center;
}
.cid-tgL7XkUphY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgL7XkUphY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgL7XkUphY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgL7XkUphY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgL7XkUphY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgL7XkUphY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgL7XkUphY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgL7XkUphY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgL7XkUphY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgL7XkUphY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgL7XkUphY .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgL7XkUphY a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgL7XkUphY .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgL7XkUphY .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgL7XkUphY .social__link {
  line-height: 40px;
}
.cid-tgL7XkUphY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgL7XkUphY .navbar {
    height: 77px;
  }
  .cid-tgL7XkUphY .navbar.opened {
    height: auto;
  }
  .cid-tgL7XkUphY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgL7XlXaqj {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-nosotros-1920x393.jpg");
}
.cid-tgL7XlXaqj .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgL7XlXaqj .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgL7XlXaqj .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgL7XlXaqj .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgL7XlXaqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgL7XlXaqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgL7XmvhLu {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgL7XmvhLu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgL7XmvhLu img {
  max-width: 200px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-tgL7XmvhLu .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-tgL7XmvhLu .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
  text-align: left;
}
.cid-tgL7XmvhLu .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #000000;
  white-space: nowrap;
}
.cid-tgL7XmvhLu .list-group-item span {
  font-size: 1.2em;
  color: #f5ab35;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tgL7XmvhLu .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-tgL7XmvhLu .mbr-text {
  color: #1d1e22;
}
.cid-tBb8jBeyTC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb8jBeyTC .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb8jBeyTC .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb8jBeyTC .mbr-text {
  color: #444;
}
.cid-tBb8jBeyTC h5 {
  margin-bottom: 0;
}
.cid-tBb8jBeyTC .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb8jBeyTC .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb8jBeyTC .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb8jBeyTC .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb8jBeyTC .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb8jBeyTC .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb8jBeyTC .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb8jBeyTC .social-list a:hover {
  opacity: .4;
}
.cid-tBb8jBeyTC .media-container-row > div {
  padding: 0px;
}
.cid-tBb8jBeyTC .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb8jBeyTC .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb8jBeyTC .group-title SPAN {
  color: #ffffff;
}
.cid-tBb8jBeyTC .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb8jBeyTC .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb8jBeyTC .social-list,
  .cid-tBb8jBeyTC .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb8jBeyTC h3 {
    margin-bottom: 10px;
  }
  .cid-tBb8jBeyTC .navbar-brand {
    text-align: center;
  }
}
.cid-tBb8jBeyTC .links SPAN {
  color: #9e9e9e;
}
.cid-tgL8MfMRVt {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgL8MfMRVt .nav-item,
.cid-tgL8MfMRVt .nav-link,
.cid-tgL8MfMRVt .navbar-caption {
  font-weight: normal;
}
.cid-tgL8MfMRVt .nav-link {
  line-height: 40px;
}
.cid-tgL8MfMRVt .nav-link {
  position: relative;
}
.cid-tgL8MfMRVt .nav-link:before,
.cid-tgL8MfMRVt .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgL8MfMRVt .nav-item:hover .nav-link:before,
.cid-tgL8MfMRVt .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgL8MfMRVt .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgL8MfMRVt .dropdown-toggle::after,
.cid-tgL8MfMRVt .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgL8MfMRVt .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgL8MfMRVt .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgL8MfMRVt .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgL8MfMRVt .nav-item:focus,
.cid-tgL8MfMRVt .nav-link:focus {
  outline: none;
}
.cid-tgL8MfMRVt .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgL8MfMRVt .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgL8MfMRVt .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgL8MfMRVt .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgL8MfMRVt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgL8MfMRVt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgL8MfMRVt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgL8MfMRVt .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgL8MfMRVt .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgL8MfMRVt .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgL8MfMRVt .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgL8MfMRVt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgL8MfMRVt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgL8MfMRVt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgL8MfMRVt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgL8MfMRVt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgL8MfMRVt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgL8MfMRVt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgL8MfMRVt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgL8MfMRVt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgL8MfMRVt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgL8MfMRVt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgL8MfMRVt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgL8MfMRVt .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgL8MfMRVt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgL8MfMRVt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgL8MfMRVt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgL8MfMRVt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgL8MfMRVt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgL8MfMRVt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgL8MfMRVt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgL8MfMRVt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgL8MfMRVt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgL8MfMRVt .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgL8MfMRVt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgL8MfMRVt .dropdown-item.active,
.cid-tgL8MfMRVt .dropdown-item:active {
  background-color: transparent;
}
.cid-tgL8MfMRVt .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgL8MfMRVt .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgL8MfMRVt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgL8MfMRVt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgL8MfMRVt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgL8MfMRVt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgL8MfMRVt .navbar-buttons {
  text-align: center;
}
.cid-tgL8MfMRVt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgL8MfMRVt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgL8MfMRVt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgL8MfMRVt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgL8MfMRVt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgL8MfMRVt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgL8MfMRVt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgL8MfMRVt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgL8MfMRVt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgL8MfMRVt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgL8MfMRVt .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgL8MfMRVt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgL8MfMRVt .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgL8MfMRVt .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgL8MfMRVt .social__link {
  line-height: 40px;
}
.cid-tgL8MfMRVt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgL8MfMRVt .navbar {
    height: 77px;
  }
  .cid-tgL8MfMRVt .navbar.opened {
    height: auto;
  }
  .cid-tgL8MfMRVt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgL8MgAmz1 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-nosotros-1920x393.jpg");
}
.cid-tgL8MgAmz1 .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgL8MgAmz1 .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgL8MgAmz1 .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgL8MgAmz1 .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgL8MgAmz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgL8MgAmz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgL8MgUoeS {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgL8MgUoeS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgL8MgUoeS img {
  max-width: 200px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-tgL8MgUoeS .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-tgL8MgUoeS .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
  text-align: left;
}
.cid-tgL8MgUoeS .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #000000;
  white-space: nowrap;
}
.cid-tgL8MgUoeS .list-group-item span {
  font-size: 1.2em;
  color: #f5ab35;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tgL8MgUoeS .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-tgL8MgUoeS .mbr-text {
  color: #1d1e22;
}
.cid-tBb8lgMRp6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb8lgMRp6 .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb8lgMRp6 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb8lgMRp6 .mbr-text {
  color: #444;
}
.cid-tBb8lgMRp6 h5 {
  margin-bottom: 0;
}
.cid-tBb8lgMRp6 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb8lgMRp6 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb8lgMRp6 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb8lgMRp6 .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb8lgMRp6 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb8lgMRp6 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb8lgMRp6 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb8lgMRp6 .social-list a:hover {
  opacity: .4;
}
.cid-tBb8lgMRp6 .media-container-row > div {
  padding: 0px;
}
.cid-tBb8lgMRp6 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb8lgMRp6 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb8lgMRp6 .group-title SPAN {
  color: #ffffff;
}
.cid-tBb8lgMRp6 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb8lgMRp6 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb8lgMRp6 .social-list,
  .cid-tBb8lgMRp6 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb8lgMRp6 h3 {
    margin-bottom: 10px;
  }
  .cid-tBb8lgMRp6 .navbar-brand {
    text-align: center;
  }
}
.cid-tBb8lgMRp6 .links SPAN {
  color: #9e9e9e;
}
.cid-tgLa1oTjU5 {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tgLa1oTjU5 .nav-item,
.cid-tgLa1oTjU5 .nav-link,
.cid-tgLa1oTjU5 .navbar-caption {
  font-weight: normal;
}
.cid-tgLa1oTjU5 .nav-link {
  line-height: 40px;
}
.cid-tgLa1oTjU5 .nav-link {
  position: relative;
}
.cid-tgLa1oTjU5 .nav-link:before,
.cid-tgLa1oTjU5 .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tgLa1oTjU5 .nav-item:hover .nav-link:before,
.cid-tgLa1oTjU5 .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tgLa1oTjU5 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgLa1oTjU5 .dropdown-toggle::after,
.cid-tgLa1oTjU5 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tgLa1oTjU5 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgLa1oTjU5 .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tgLa1oTjU5 .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgLa1oTjU5 .nav-item:focus,
.cid-tgLa1oTjU5 .nav-link:focus {
  outline: none;
}
.cid-tgLa1oTjU5 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgLa1oTjU5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgLa1oTjU5 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgLa1oTjU5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgLa1oTjU5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tgLa1oTjU5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgLa1oTjU5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgLa1oTjU5 .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tgLa1oTjU5 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tgLa1oTjU5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tgLa1oTjU5 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgLa1oTjU5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgLa1oTjU5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgLa1oTjU5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tgLa1oTjU5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgLa1oTjU5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgLa1oTjU5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgLa1oTjU5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgLa1oTjU5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgLa1oTjU5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgLa1oTjU5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgLa1oTjU5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgLa1oTjU5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgLa1oTjU5 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tgLa1oTjU5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgLa1oTjU5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tgLa1oTjU5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgLa1oTjU5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgLa1oTjU5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgLa1oTjU5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgLa1oTjU5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tgLa1oTjU5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgLa1oTjU5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgLa1oTjU5 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgLa1oTjU5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgLa1oTjU5 .dropdown-item.active,
.cid-tgLa1oTjU5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgLa1oTjU5 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tgLa1oTjU5 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tgLa1oTjU5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgLa1oTjU5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tgLa1oTjU5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgLa1oTjU5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgLa1oTjU5 .navbar-buttons {
  text-align: center;
}
.cid-tgLa1oTjU5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgLa1oTjU5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tgLa1oTjU5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgLa1oTjU5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgLa1oTjU5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgLa1oTjU5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgLa1oTjU5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgLa1oTjU5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgLa1oTjU5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgLa1oTjU5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgLa1oTjU5 .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tgLa1oTjU5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tgLa1oTjU5 .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tgLa1oTjU5 .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tgLa1oTjU5 .social__link {
  line-height: 40px;
}
.cid-tgLa1oTjU5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgLa1oTjU5 .navbar {
    height: 77px;
  }
  .cid-tgLa1oTjU5 .navbar.opened {
    height: auto;
  }
  .cid-tgLa1oTjU5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgLa1pCymG {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-nosotros-1920x393.jpg");
}
.cid-tgLa1pCymG .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tgLa1pCymG .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tgLa1pCymG .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tgLa1pCymG .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tgLa1pCymG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgLa1pCymG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgLa1pYUGQ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgLa1pYUGQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgLa1pYUGQ img {
  max-width: 200px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-tgLa1pYUGQ .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-tgLa1pYUGQ .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
  text-align: left;
}
.cid-tgLa1pYUGQ .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #000000;
  white-space: nowrap;
}
.cid-tgLa1pYUGQ .list-group-item span {
  font-size: 1.2em;
  color: #f5ab35;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tgLa1pYUGQ .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-tgLa1pYUGQ .mbr-text {
  color: #1d1e22;
}
.cid-tBb8roNlXf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tBb8roNlXf .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tBb8roNlXf .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tBb8roNlXf .mbr-text {
  color: #444;
}
.cid-tBb8roNlXf h5 {
  margin-bottom: 0;
}
.cid-tBb8roNlXf .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tBb8roNlXf .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBb8roNlXf .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tBb8roNlXf .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBb8roNlXf .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBb8roNlXf .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tBb8roNlXf .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBb8roNlXf .social-list a:hover {
  opacity: .4;
}
.cid-tBb8roNlXf .media-container-row > div {
  padding: 0px;
}
.cid-tBb8roNlXf .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tBb8roNlXf .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBb8roNlXf .group-title SPAN {
  color: #ffffff;
}
.cid-tBb8roNlXf .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tBb8roNlXf .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tBb8roNlXf .social-list,
  .cid-tBb8roNlXf .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tBb8roNlXf h3 {
    margin-bottom: 10px;
  }
  .cid-tBb8roNlXf .navbar-brand {
    text-align: center;
  }
}
.cid-tBb8roNlXf .links SPAN {
  color: #9e9e9e;
}
.cid-tC1bvi5TCy {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tC1bvi5TCy .nav-item,
.cid-tC1bvi5TCy .nav-link,
.cid-tC1bvi5TCy .navbar-caption {
  font-weight: normal;
}
.cid-tC1bvi5TCy .nav-link {
  line-height: 40px;
}
.cid-tC1bvi5TCy .nav-link {
  position: relative;
}
.cid-tC1bvi5TCy .nav-link:before,
.cid-tC1bvi5TCy .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-tC1bvi5TCy .nav-item:hover .nav-link:before,
.cid-tC1bvi5TCy .soc-item:hover a:before {
  height: 2px;
  background-color: #00b16a;
  margin-top: 2px;
}
.cid-tC1bvi5TCy .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tC1bvi5TCy .dropdown-toggle::after,
.cid-tC1bvi5TCy .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tC1bvi5TCy .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tC1bvi5TCy .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tC1bvi5TCy .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tC1bvi5TCy .nav-item:focus,
.cid-tC1bvi5TCy .nav-link:focus {
  outline: none;
}
.cid-tC1bvi5TCy .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tC1bvi5TCy .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tC1bvi5TCy .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tC1bvi5TCy .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tC1bvi5TCy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tC1bvi5TCy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC1bvi5TCy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC1bvi5TCy .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tC1bvi5TCy .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tC1bvi5TCy .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tC1bvi5TCy .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tC1bvi5TCy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC1bvi5TCy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC1bvi5TCy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 68rem - 1rem);
  }
}
.cid-tC1bvi5TCy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tC1bvi5TCy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC1bvi5TCy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC1bvi5TCy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC1bvi5TCy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tC1bvi5TCy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC1bvi5TCy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC1bvi5TCy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tC1bvi5TCy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC1bvi5TCy .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tC1bvi5TCy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC1bvi5TCy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC1bvi5TCy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tC1bvi5TCy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tC1bvi5TCy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tC1bvi5TCy .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tC1bvi5TCy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tC1bvi5TCy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tC1bvi5TCy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC1bvi5TCy .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tC1bvi5TCy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC1bvi5TCy .dropdown-item.active,
.cid-tC1bvi5TCy .dropdown-item:active {
  background-color: transparent;
}
.cid-tC1bvi5TCy .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tC1bvi5TCy .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tC1bvi5TCy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tC1bvi5TCy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tC1bvi5TCy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC1bvi5TCy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tC1bvi5TCy .navbar-buttons {
  text-align: center;
}
.cid-tC1bvi5TCy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC1bvi5TCy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tC1bvi5TCy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tC1bvi5TCy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tC1bvi5TCy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tC1bvi5TCy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tC1bvi5TCy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tC1bvi5TCy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tC1bvi5TCy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tC1bvi5TCy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tC1bvi5TCy .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tC1bvi5TCy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tC1bvi5TCy .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tC1bvi5TCy .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tC1bvi5TCy .social__link {
  line-height: 40px;
}
.cid-tC1bvi5TCy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tC1bvi5TCy .navbar {
    height: 77px;
  }
  .cid-tC1bvi5TCy .navbar.opened {
    height: auto;
  }
  .cid-tC1bvi5TCy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC1bviFtbM {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-halal-cosmeticos-1920x393.jpg");
}
.cid-tC1bviFtbM .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}
.cid-tC1bviFtbM .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-tC1bviFtbM .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tC1bviFtbM .text__block {
    margin-top: 1.5rem;
  }
}
.cid-tC1bviFtbM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1bviFtbM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1bviVIDe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tC1bviVIDe .container,
.cid-tC1bviVIDe .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-tC1bviVIDe .row {
  align-items: center;
  max-width: 450px;
  width: 450px;
}
.cid-tC1bviVIDe .image-wrapper {
  padding: 0 1rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-tC1bviVIDe .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-tC1bviVIDe .img-item {
  overflow: hidden;
}
.cid-tC1bviVIDe .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tC1bviVIDe .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tC1bviVIDe .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-tC1bviVIDe .text-container {
  display: flex;
  flex-direction: column;
}
.cid-tC1bviVIDe .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-tC1bviVIDe .mbr-text a:not(.btn):hover {
  color: #000000 !important;
  background-image: none !important;
}
.cid-tC1bviVIDe .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tC1bviVIDe .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-tC1bviVIDe .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tC1bviVIDe .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tC1bviVIDe .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tC1bviVIDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1bviVIDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1bvjhbGV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tC1bvjhbGV .item-wrapper:hover .item-title a {
  color: #000000 !important;
}
.cid-tC1bvjhbGV .item-title,
.cid-tC1bvjhbGV .card_topic {
  margin-bottom: 12px;
}
.cid-tC1bvjhbGV .category_content {
  opacity: .8;
}
.cid-tC1bvjhbGV .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tC1bvjhbGV .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f5ab35;
}
.cid-tC1bvjhbGV .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tC1bvjhbGV .mbr-section-btn .btn-secondary-outline:hover,
.cid-tC1bvjhbGV .mbr-section-btn .btn-secondary-outline .active,
.cid-tC1bvjhbGV .mbr-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
.cid-tC1bvjhbGV H5 {
  text-align: center;
}
.cid-tC1bvjXWNa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tC1bvjXWNa .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tC1bvjXWNa .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tC1bvjXWNa .mbr-text {
  color: #444;
}
.cid-tC1bvjXWNa h5 {
  margin-bottom: 0;
}
.cid-tC1bvjXWNa .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tC1bvjXWNa .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC1bvjXWNa .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tC1bvjXWNa .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC1bvjXWNa .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tC1bvjXWNa .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tC1bvjXWNa .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tC1bvjXWNa .social-list a:hover {
  opacity: .4;
}
.cid-tC1bvjXWNa .media-container-row > div {
  padding: 0px;
}
.cid-tC1bvjXWNa .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tC1bvjXWNa .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tC1bvjXWNa .group-title SPAN {
  color: #ffffff;
}
.cid-tC1bvjXWNa .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tC1bvjXWNa .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tC1bvjXWNa .social-list,
  .cid-tC1bvjXWNa .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC1bvjXWNa h3 {
    margin-bottom: 10px;
  }
  .cid-tC1bvjXWNa .navbar-brand {
    text-align: center;
  }
}
.cid-tC1bvjXWNa .links SPAN {
  color: #9e9e9e;
}
