@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Varela+Round&display=swap");
.text-red {
  color: #e3001b;
}
.bg-red {
  background-color: #e3001b;
}
.border-red {
  border: 1px solid #e3001b;
}
.btn-red {
  background-color: #e3001b;
  color: #fff;
}
.btn-red:hover {
  background-color: #970012;
  color: #fff;
}
.text-blue {
  color: #0d4695;
}
.bg-blue {
  background-color: #0d4695;
}
.border-blue {
  border: 1px solid #0d4695;
}
.btn-blue {
  background-color: #0d4695;
  color: #fff;
}
.btn-blue:hover {
  background-color: #07254f;
  color: #fff;
}
.text-green {
  color: #1d8649;
}
.bg-green {
  background-color: #1d8649;
}
.border-green {
  border: 1px solid #1d8649;
}
.btn-green {
  background-color: #1d8649;
  color: #fff;
}
.btn-green:hover {
  background-color: #0f4727;
  color: #fff;
}
.text-green_dark {
  color: #01411a;
}
.bg-green_dark {
  background-color: #01411a;
}
.border-green_dark {
  border: 1px solid #01411a;
}
.btn-green_dark {
  background-color: #01411a;
  color: #fff;
}
.btn-green_dark:hover {
  background-color: #000;
  color: #fff;
}
.text-cyan {
  color: #6aaae4;
}
.bg-cyan {
  background-color: #6aaae4;
}
.border-cyan {
  border: 1px solid #6aaae4;
}
.btn-cyan {
  background-color: #6aaae4;
  color: #fff;
}
.btn-cyan:hover {
  background-color: #2985d8;
  color: #fff;
}
.text-green-light {
  color: #a2d45e;
}
.bg-green-light {
  background-color: #a2d45e;
}
.border-green-light {
  border: 1px solid #a2d45e;
}
.btn-green-light {
  background-color: #a2d45e;
  color: #fff;
}
.btn-green-light:hover {
  background-color: #7db530;
  color: #fff;
}
.text-blue-light {
  color: #77b8e2;
}
.bg-blue-light {
  background-color: #77b8e2;
}
.border-blue-light {
  border: 1px solid #77b8e2;
}
.btn-blue-light {
  background-color: #77b8e2;
  color: #fff;
}
.btn-blue-light:hover {
  background-color: #3897d5;
  color: #fff;
}
.op-0 {
  opacity: 0;
}
.text-gray-0 {
  color: #fff;
}
.bg-gray-0 {
  background-color: #fff;
}
.op-5 {
  opacity: 0.05;
}
.text-gray-5 {
  color: #f2f2f2;
}
.bg-gray-5 {
  background-color: #f2f2f2;
}
.op-10 {
  opacity: 0.1;
}
.text-gray-10 {
  color: #e6e6e6;
}
.bg-gray-10 {
  background-color: #e6e6e6;
}
.op-15 {
  opacity: 0.15;
}
.text-gray-15 {
  color: #d9d9d9;
}
.bg-gray-15 {
  background-color: #d9d9d9;
}
.op-20 {
  opacity: 0.2;
}
.text-gray-20 {
  color: #ccc;
}
.bg-gray-20 {
  background-color: #ccc;
}
.op-25 {
  opacity: 0.25;
}
.text-gray-25 {
  color: #bfbfbf;
}
.bg-gray-25 {
  background-color: #bfbfbf;
}
.op-30 {
  opacity: 0.3;
}
.text-gray-30 {
  color: #b3b3b3;
}
.bg-gray-30 {
  background-color: #b3b3b3;
}
.op-35 {
  opacity: 0.35;
}
.text-gray-35 {
  color: #a6a6a6;
}
.bg-gray-35 {
  background-color: #a6a6a6;
}
.op-40 {
  opacity: 0.4;
}
.text-gray-40 {
  color: #999;
}
.bg-gray-40 {
  background-color: #999;
}
.op-45 {
  opacity: 0.45;
}
.text-gray-45 {
  color: #8c8c8c;
}
.bg-gray-45 {
  background-color: #8c8c8c;
}
.op-50 {
  opacity: 0.5;
}
.text-gray-50 {
  color: #808080;
}
.bg-gray-50 {
  background-color: #808080;
}
.op-55 {
  opacity: 0.55;
}
.text-gray-55 {
  color: #737373;
}
.bg-gray-55 {
  background-color: #737373;
}
.op-60 {
  opacity: 0.6;
}
.text-gray-60 {
  color: #666;
}
.bg-gray-60 {
  background-color: #666;
}
.op-65 {
  opacity: 0.65;
}
.text-gray-65 {
  color: #595959;
}
.bg-gray-65 {
  background-color: #595959;
}
.op-70 {
  opacity: 0.7;
}
.text-gray-70 {
  color: #4d4d4d;
}
.bg-gray-70 {
  background-color: #4d4d4d;
}
.op-75 {
  opacity: 0.75;
}
.text-gray-75 {
  color: #404040;
}
.bg-gray-75 {
  background-color: #404040;
}
.op-80 {
  opacity: 0.8;
}
.text-gray-80 {
  color: #333;
}
.bg-gray-80 {
  background-color: #333;
}
.op-85 {
  opacity: 0.85;
}
.text-gray-85 {
  color: #262626;
}
.bg-gray-85 {
  background-color: #262626;
}
.op-90 {
  opacity: 0.9;
}
.text-gray-90 {
  color: #1a1a1a;
}
.bg-gray-90 {
  background-color: #1a1a1a;
}
.op-95 {
  opacity: 0.95;
}
.text-gray-95 {
  color: #0d0d0d;
}
.bg-gray-95 {
  background-color: #0d0d0d;
}
.op-100 {
  opacity: 1;
}
.text-gray-100 {
  color: #000;
}
.bg-gray-100 {
  background-color: #000;
}
.well {
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  padding: 8px 10px;
}
.overprint-fixed,
.overprint-absolute {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.overprint-fixed {
  position: fixed;
}
.overprint-absolute {
  position: absolute;
}
.clickable {
  cursor: pointer;
}
.ui-effects-transfer {
  background-color: #800000;
  border: 2px dotted #000;
  z-index: 50;
}
.multiply {
  mix-blend-mode: multiply;
}
#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #000;
  color: #fff;
}
#scrollUp i {
  font-size: 30px;
}
.wow {
  opacity: 0;
}
.bullet:after {
  content: '•';
  margin: 0 4px;
}
.bg-pattern {
  background-image: url("../assets/background-pattern.png");
  background-repeat: repeat;
  background-size: auto;
}
.thumb-cover {
  background-size: cover;
  background-position: center center;
}
.thumb-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.required {
  background-color: rgba(255,0,0,0.025) !important;
  border: 1px solid #f00 !important;
}
#loading {
  background-color: rgba(255,255,255,0.9);
  height: 100%;
  visibility: hidden;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 400ms ease-out;
  width: 100%;
  z-index: 99999;
}
#loading .loading-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}
#loading .loading-wrapper .loading-content {
  text-align: center;
  transform: translateY(-50px);
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
#loading .loading-wrapper .loading-content .loading-text {
  margin-top: 16px;
  font-size: 9pt;
}
#loading.active {
  visibility: visible;
  opacity: 1;
}
#loading.active .loading-wrapper .loading-content {
  transform: translateY(0);
}
.blank-page {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100vh;
  min-height: 480px;
  text-align: center;
}
.blank-page .logo {
  max-width: 320px;
}
.blank-page .bg {
  height: 100%;
  opacity: 0.25;
  filter: grayscale(100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.ui-sortable-placeholder {
  background-color: #e6e6e6;
  border: 1px solid #d9d9d9;
  visibility: visible !important;
}
.onoffswitch {
  position: relative;
  width: 54px;
  -webkit-user-select: none;
          user-select: none;
}
.onoffswitch .onoffswitch-checkbox {
  display: none;
}
.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label {
  border: 2px solid #1d8649;
}
.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 1px;
}
.onoffswitch .onoffswitch-label {
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #ccc;
  border-radius: 20px;
  width: 100%;
  position: relative;
}
.onoffswitch .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
  display: block;
  width: 200%;
  height: 20px;
  margin-left: -100%;
  transition: margin 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.onoffswitch .onoffswitch-label .onoffswitch-inner:before {
  background-color: #1d8649;
  border-radius: 0;
  content: 'SI';
  color: #fff;
}
.onoffswitch .onoffswitch-label .onoffswitch-inner:after {
  background-color: #ccc;
  color: #666;
  content: 'NO';
  text-align: right;
}
.onoffswitch .onoffswitch-label .onoffswitch-inner:before,
.onoffswitch .onoffswitch-label .onoffswitch-inner:after {
  box-sizing: border-box;
  display: block;
  float: left;
  font-size: 0.775rem;
  font-weight: bold;
  height: 20px;
  line-height: 1.15rem;
  padding: 0 6px 0 12px;
  width: 50%;
}
.onoffswitch .onoffswitch-label .onoffswitch-switch {
  background-color: #fff;
  border-radius: 100%;
  bottom: 0;
  display: block;
  margin: 0;
  position: absolute;
  right: 29px;
  top: 0;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.8rem;
  line-height: 0.5;
  border-radius: 0.2rem;
}
.btn-group-xs > .btn span,
.btn-xs span {
  font-size: 0.8rem;
}
.btn-white {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
}
.btn-white:hover {
  background-color: #e6e6e6;
}
.btn-white.active {
  background-color: #e6e6e6;
}
.btn-rounded {
  border-radius: 14pt;
  padding: 0.425rem 1.5rem !important;
}
.btn-gradient {
  background-image: linear-gradient(to left, #6aaae4, #1d8649);
  color: #fff !important;
  font-weight: 600;
}
.mod-menu-container {
  min-height: 100px;
  max-height: 696px;
  overflow: auto;
}
.mod-menu-container .mod-menu {
  transition: opacity 300ms ease-out;
  margin-bottom: 2px;
}
.mod-menu-container .mod-menu:hover {
  opacity: 0.6;
}
.admin-gallery {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
}
.admin-gallery .thumbnail {
  height: 220px;
  margin: 2px;
  position: relative;
  width: 220px;
}
.admin-gallery .thumbnail .hover {
  background-color: rgba(0,0,0,0.65);
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
  opacity: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.admin-gallery .thumbnail .hover button {
  margin: 0 2px;
}
.admin-gallery .thumbnail:hover .hover {
  opacity: 1;
}
.mod-container {
  display: flex;
  flex-wrap: wrap;
}
.mod-container .mod-card {
  width: 25%;
}
.mod-container .mod-card-list {
  width: 33.333333333333336%;
}
.mod-container .admin-card {
  width: 20%;
}
.mod-container .admin-card-list {
  width: 100%;
}
.mod-card {
  margin: 0;
  padding: 10px;
  transition: width 300ms ease-out;
}
.mod-card .card-inner {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  height: 100%;
}
.mod-card .card-inner:hover {
  box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.16);
}
.mod-card .card-inner .thumbnail {
  position: relative;
}
.mod-card .card-inner .thumbnail .buttons {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.mod-card .card-inner .caption {
  padding: 4px 16px 8px 16px;
  position: relative;
}
.mod-card .card-inner .caption h1,
.mod-card .card-inner .caption h2,
.mod-card .card-inner .caption h3,
.mod-card .card-inner .caption h4 {
  font-size: 11pt;
  line-height: normal;
  margin-top: 8px;
}
.mod-card .card-inner .caption .title {
  font-weight: 600;
  font-size: 11pt;
}
.mod-card .card-inner .caption .subtitle {
  font-weight: 300;
  font-size: 9pt;
  color: #666;
}
.mod-card .card-inner .caption hr {
  margin: 2px 0;
}
.mod-card .card-inner .caption .description {
  color: #999;
  line-height: 16pt;
  padding: 4px 0 0 0;
  margin: 0;
  font-size: 8pt;
}
.mod-card .card-inner .caption .description strong {
  color: #01957b;
}
.mod-card .card-inner .caption h1.sm {
  font-size: 9pt;
}
.mod-card .card-inner .caption .buttons {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
.mod-card-list {
  padding: 2px;
}
.mod-card-list .card-inner {
  display: flex;
}
.mod-card-list .card-inner .thumbnail {
  height: 100%;
  min-width: 160px;
  width: 160px;
}
.mod-card-list .card-inner .caption {
  width: 100%;
}
.admin-card {
  padding: 8px;
}
.admin-card .card-inner {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  overflow: hidden;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.admin-card .card-inner:hover {
  box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
  transform: translate3d(-1px, -1px, 0);
}
.admin-card .card-inner .card-body {
  background-color: #fff;
  border: 0;
  order: 1;
  padding: 0;
  position: relative;
  width: 100%;
}
.admin-card .card-inner .card-body:after {
  background-color: #fff;
  content: '';
  position: absolute;
  height: 20px;
  transform: rotateZ(45deg);
  margin-top: -10px;
  right: 20px;
  width: 20px;
  z-index: 1;
}
.admin-card .card-inner .card-body .data {
  padding: 0.75rem 1.25rem;
}
.admin-card .card-inner .card-body .data .title {
  color: #000;
  font-weight: 600;
  font-size: 14pt;
  margin: 0;
}
.admin-card .card-inner .card-body .data .subtitle {
  font-size: 10pt;
  color: #808080;
  margin: 6px 0 0 0;
}
.admin-card .card-inner .card-body .data .description {
  color: #999;
  font-size: 8pt;
  margin: 0.75rem 0;
}
.admin-card .card-inner .card-body .data .description span:not(.badge) {
  line-height: 1.15rem;
}
.admin-card .card-inner .card-body .data .description span:after {
  content: '';
  display: block;
}
.admin-card .card-inner .card-body .data .description span.badge {
  font-size: 100%;
}
.admin-card .card-inner .card-header {
  height: 140px;
  max-height: 140px;
  order: 2;
  padding: 0;
  position: relative;
  width: 100%;
}
.admin-card .card-inner .card-header .thumbnail {
  background-color: #f2f2f2;
  height: 140px;
  position: relative;
}
.admin-card .card-inner .card-header .thumbnail .actions {
  bottom: 10px;
  right: 10px;
  position: absolute;
}
.admin-card .card-inner .card-footer {
  background-color: #fff;
  border: 0;
  order: 3;
  padding: 0;
  width: 100%;
}
.admin-card .card-inner .card-footer .btn-group {
  width: 100%;
}
.admin-card .card-inner .card-footer .btn-group .btn {
  background-color: #fff;
  font-size: 0.875rem;
  margin: 0;
  padding: 0.25rem;
  width: 100%;
}
.admin-card .card-inner .card-footer .btn-group .btn:hover:not([disabled]) {
  background-color: #e6e6e6;
}
.admin-card .card-inner .card-footer .btn-group .btn[disabled] i {
  color: #999 !important;
}
.admin-card .card-inner .card-footer .btn-group .btn:not(:last-of-type) {
  border-right: 1px solid #ccc;
}
.admin-card-alt .card-inner {
  align-content: space-between;
}
.admin-card-alt .card-inner .card-header {
  order: 1;
}
.admin-card-alt .card-inner .card-body:after {
  content: none;
  order: 2;
}
.admin-card-alt .card-inner .card-header:after {
  background-color: #fff;
  content: '';
  position: absolute;
  height: 20px;
  transform: rotateZ(45deg);
  margin-top: -10px;
  right: 20px;
  width: 20px;
  z-index: 1;
}
.admin-card-alt .card-inner .card-footer {
  border-top: 1px solid #ccc;
  order: 3;
}
.admin-card-list {
  padding: 0;
  margin: 4px 0;
}
.admin-card-list .card-inner .card-body {
  display: flex;
}
.admin-card-list .card-inner .card-body .thumbnail {
  height: 90px;
  width: 140px;
}
.admin-card-list .card-inner .card-body .data {
  min-height: 0;
  width: 100%;
}
.admin-card-list .card-inner .card-body .data .description {
  display: none;
}
.admin-card-list .card-inner .card-footer {
  align-items: center;
  display: flex;
  height: auto;
  padding: 6px 10px;
  justify-content: space-between;
}
.admin-card-list .card-inner .card-footer .description {
  padding: 0;
  display: block;
  margin: 0 60px 0 0;
}
.admin-card-list .card-inner .card-footer .description span:not(.badge):after {
  content: '\2022';
  display: inline;
  margin: 0 6px;
}
.mod-container-xs {
  height: 120px;
  overflow: auto;
}
.mod-container-sm {
  height: 240px;
  overflow: auto;
}
.mod-container-md {
  height: 360px;
  overflow: auto;
}
.mod-container-lg {
  height: 620px;
  overflow: auto;
}
.mod-list-thumb {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin: 2px 0 6px 0;
  opacity: 1;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.25);
  transition: all 300ms ease-out;
}
.mod-list-thumb:hover {
  border: 1px solid #ccc;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
}
.mod-list-thumb .thumbnail {
  margin-bottom: 0;
  height: 80%;
  position: absolute;
  width: 80px;
}
.mod-list-thumb .data {
  overflow: hidden;
  margin: 0 130px 0 90px;
}
.mod-list-thumb .data hr {
  margin: 8px 0 8px 0;
}
.mod-list-thumb .data .buttons {
  top: 10px;
  position: absolute;
  right: 10px;
}
.mod-list-thumb .data .options {
  bottom: 10px;
  position: absolute;
  right: 10px;
}
.mod-list {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  padding: 4px 10px;
  position: relative;
  transition: box-shadow 300ms ease-out;
  width: 100%;
}
.mod-list:hover {
  box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.12);
}
.mod-list .content,
.mod-list .buttons {
  flex-grow: 1;
}
.mod-list .content {
  padding: 4px;
}
.mod-list .content .title {
  margin-right: 50px;
  font-size: 10pt;
  font-weight: 700;
}
.mod-list .content .subtitle {
  margin-right: 50px;
  font-size: 9pt;
}
.mod-list .content hr {
  margin: 2px 0 6px 0;
}
.mod-list .content .description {
  font-size: 9pt;
  margin: 0;
  color: #999;
}
.mod-list .content .comments {
  background-color: #f2f2f2;
  margin: 16px 0;
  padding: 14px;
  position: relative;
  overflow: hidden;
}
.mod-list .content .comments .message {
  position: relative;
  color: #666;
  font-size: 11pt;
}
.mod-list .content .comments button {
  position: relative;
}
.mod-list .content .comments .reply-wrapper {
  position: relative;
  margin: 16px 0;
}
.mod-list .content .comments .reply-wrapper .reply-message {
  font-size: 10pt;
  color: #808080;
  font-style: italic;
  display: block;
  margin-top: 16px;
}
.mod-list .content .comments .reply-wrapper .reply-box {
  display: none;
  margin-top: 16px;
}
.mod-list .content .comments .reply-wrapper .reply-box.active {
  display: block;
}
.mod-list .content .comments:before,
.mod-list .content .comments:after {
  color: #e8e8e8;
  font-family: 'Font Awesome 5 Pro';
  font-size: 46pt;
  position: absolute;
  transform: rotateZ(15deg);
}
.mod-list .content .comments:before {
  content: '\f10d';
  left: 0;
  top: -10px;
}
.mod-list .content .comments:after {
  content: '\f10e';
  right: 0;
  bottom: -20px;
}
.mod-list .buttons {
  border-left: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  min-width: 180px;
  padding: 16px;
}
.mod-list .buttons button {
  margin: 0 4px;
}
.mod-list.active {
  border: 1px solid #337ab7;
}
.mod-list.active h4 {
  margin-left: 10px;
}
.mod-list.active:before {
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #337ab7;
  content: '';
  left: 0;
  top: 26px;
  position: absolute;
}
.panel-admin-mod {
  margin: 0 0 4px 0;
}
.panel-admin-mod .card-header {
  cursor: pointer;
}
.panel-admin-mod .list-group .list-group-item {
  cursor: pointer;
  font-size: 11pt;
  position: relative;
}
.panel-admin-mod .list-group .list-group-item i {
  margin-left: 10px;
}
.panel-admin-mod .panel-heading {
  background-color: #e6e6e6;
  cursor: pointer;
  color: #666;
  padding: 6px 10px;
}
.panel-admin-mod .panel-heading:hover {
  color: #000;
}
.panel-admin-mod .panel-body {
  margin: 0;
  padding: 0;
}
.panel-admin-mod .panel-body .list-group {
  margin-bottom: 0;
}
.panel-admin-mod .panel-body .list-group .list-group-item {
  position: relative;
  border: none;
  border-top: 1px solid #e6e6e6;
  border-radius: 0;
  cursor: pointer;
  padding: 8px 15px;
}
.panel-admin-mod .panel-body .list-group .list-group-item:hover {
  color: #000;
}
.panel-admin-mod .panel-body .list-group .list-group-item .buttons {
  right: 10px;
  top: 10px;
  position: absolute;
}
.panel-admin-mod .panel-body .list-group .list-group-item .item {
  margin-right: 50px;
}
.panel-admin-mod .panel-body .list-group .list-group-item .item i {
  cursor: pointer;
  margin: 0 8px 0 0;
}
.panel-admin-mod .panel-body .list-group .list-group-item:first-of-type {
  border-top: none;
}
body {
  font-family: 'Montserrat', sans-serif;
  smoothing: antialiased;
  color: #666;
  overflow-x: hidden;
}
section,
footer {
  position: relative;
}
section .container,
footer .container {
  position: relative;
}
a {
  transition: color 400ms ease-out;
}
a:hover,
a:focus {
  text-decoration: none;
}
/*.container
	max-width 1440px*/
.green-bar {
  position: relative;
  background-color: #a2d45e;
  position: relative;
  padding: 4rem 0;
}
.green-bar .bg {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background-size: contain;
  background-repeat: repeat;
}
.green-bar .title {
  font-family: 'Varela Round', sans-serif;
  color: #fff;
}
.green-bar .icon-bottom {
  bottom: 0;
  height: 1px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.green-bar .icon-bottom img {
  max-width: 100px;
  margin-top: -50px;
}
.icon-separator {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}
.icon-separator img {
  max-width: 76px;
  margin: 0 1rem;
}
.icon-separator .line {
  width: 150px;
  border-top: 2px solid #a2d45e;
}
@media screen and (max-width: 991px) {
  .icon-separator .line {
    width: 80px;
  }
}
.section-header {
  align-items: center;
  background-color: #000;
  display: flex;
  padding: 40px 0;
  height: 100vh;
  min-height: 280px;
}
.section-header .bg {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.section-header .bg:before {
  background-color: rgba(0,0,0,0.25);
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  content: '';
}
.section-header .caption {
  position: relative;
  color: #fff;
}
.section-header .title-wrapper {
  max-width: 920px;
  margin: 0 auto;
  padding: 0.475rem 0;
  text-align: center;
  position: relative;
}
.section-header .title-wrapper .title {
  position: relative;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.425);
  margin: 0;
  color: #fff;
  font-size: 32pt;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .section-header {
    align-items: flex-end;
  }
  .section-header .title-wrapper {
    padding: 1rem 0;
  }
  .section-header .title-wrapper .title {
    font-size: 120%;
    height: auto;
  }
}
.section-header-half {
  height: 50vh;
}
.section-header-tiny {
  height: 520px;
  padding: 0;
}
.section-header-staff {
  height: 460px;
}
.section-header-staff .bg {
  background-position: center center;
}
@media screen and (max-width: 991px) {
  .section-header-staff {
    height: 320px;
  }
}
@media screen and (max-width: 591px) {
  .section-header-staff {
    min-height: 0;
    height: 200px;
  }
}
.gral-section {
  padding: 2.5rem 0;
}
@media screen and (max-width: 991px) {
  .gral-section {
    padding: 1rem 0;
  }
}
.not-found {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 80vh;
  text-align: center;
}
.not-found .bg {
  filter: grayscale(100%);
}
.not-found .bg:before {
  background-color: rgba(38,38,38,0.9);
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.main-title {
  font-family: 'Varela Round', sans-serif;
  font-weight: 600;
}
.highlight-paragraph {
  font-size: 1rem;
  line-height: 1.5;
}
.subtitle-main {
  font-size: 140%;
}
@media screen and (max-width: 991px) {
  .text-sm-justify {
    text-align: justify;
  }
}
.pace {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
.pace .pace-progress {
  background: #eb7a55;
  height: 2px;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pace-inactive {
  display: none;
}
.socials .icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.socials .icons .icon {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  height: 46px;
  justify-content: center;
  margin: 0 4px;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 46px;
}
.socials .icons .icon i {
  color: #fff;
  font-size: 14pt;
  transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.socials .icons .icon:focus,
.socials .icons .icon:hover {
  border-color: #ccc;
  transform: translateY(-2px);
}
.socials .icons .icon:focus i,
.socials .icons .icon:hover i {
  color: #ccc;
}
.modal-custom {
  z-index: 1110;
  background-color: rgba(0,0,0,0.85);
}
.modal-custom .modal-dialog {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.modal-custom .modal-content {
  background-color: #77b8e2;
  border: none;
}
.modal-custom .modal-content .modal-header {
  border-bottom: 0;
  margin: 0;
  padding: 0.75rem 1.5rem 0 1.5rem;
}
.modal-custom .modal-content .modal-header .close {
  color: #fff;
  opacity: 1;
  font-size: 1.75rem;
}
.modal-custom .modal-content .modal-body {
  color: #fff;
  font-family: 'Varela Round', sans-serif;
  text-align: center;
  padding: 2rem;
}
.highlight-title {
  background-color: #a2d45e;
  position: relative;
  text-align: center;
  padding: 1.25rem;
  width: auto;
}
.highlight-title .bg {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background-repeat: repeat;
}
.highlight-title .title {
  font-family: 'Varela Round', sans-serif;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 591px) {
  .highlight-title .title {
    font-size: 140%;
  }
}
.highlight-title-blue {
  background-color: #77b8e2;
}
.highlight-title-float {
  transform: translateY(40px);
}
.section-image {
  position: relative;
  padding: 20rem 0;
}
.section-image .bg {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.videodetector {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videodetector iframe {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
}
.videodetector .remove-videodetector {
  display: none;
}
.custom-list {
  padding: 0 1rem;
}
.custom-list li {
  display: block;
}
.swal-lg {
  max-width: 720px !important;
}
.banner-gral {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}
.banner-gral .image {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  opacity: 0.5;
}
.banner-gral .title {
  font-size: 36pt;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 991px) {
  .banner-gral .title {
    font-size: 18pt;
  }
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 20px;
}
.video-wrapper iframe,
.video-wrapper video,
.video-wrapper .image {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 1rem;
}
.video-wrapper .icon {
  background-color: rgba(0,0,0,0.45);
  border-radius: 50%;
  height: 46px;
  width: 46px;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
}
.video-wrapper .icon i {
  color: #fff;
  transform: translateX(2px);
}
.video-wrapper .video-disabled {
  opacity: 0.4;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  filter: grayscale(100%);
}
.video-wrapper .video-disabled-text {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .video-wrapper {
    border-radius: 0;
  }
}
.header-top .nav-top {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .header-top .nav-top {
    justify-content: center;
  }
}
.header-top .nav-top li {
  display: block;
  position: relative;
  display: flex;
}
.header-top .nav-top li a {
  color: #000;
  display: block;
  position: relative;
  padding: 0.465rem 0.775rem;
  text-transform: uppercase;
  font-size: 9pt;
  font-weight: 500;
}
.header-top .nav-top li a:hover {
  color: #1d8649;
}
.header-top .nav-top li.active a {
  color: #1d8649;
}
.header-top .nav-top li.active a:after {
  content: '\f0d8';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  color: #1d8649;
  font-weight: 600;
  font-size: 8pt;
  bottom: 0;
  left: 45%;
}
.header-top .nav-top li:not(:last-of-type):after {
  content: '|';
  color: #999;
  line-height: 1.75;
  padding: 0 0.65rem;
}
header.header {
  padding: 0.5rem 0;
  position: relative;
  z-index: 1050;
}
header.header .container .header-wrapper {
  text-align: center;
}
header.header .container .header-wrapper .logo-wrapper {
  display: block;
  position: relative;
  padding: 0.5rem 0;
}
header.header .container .header-wrapper .logo-wrapper img.logo {
  max-width: 380px;
  width: 100%;
}
header.header .container .header-wrapper .logo-wrapper img.logo-alt {
  opacity: 0;
  position: absolute;
  max-width: 50px;
  top: 0;
  left: 0;
}
header.header .container .header-wrapper nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header.header .container .header-wrapper nav ul.menu {
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
/*li.item:not(:nth-child(7)):after
						content '|'*/
}
header.header .container .header-wrapper nav ul.menu li.item {
  display: flex;
  align-items: center;
}
header.header .container .header-wrapper nav ul.menu li.item > a {
  display: block;
  color: #1d8649;
  padding: 0.5rem 0.5rem;
  text-transform: uppercase;
  font-size: 9.5pt;
  font-weight: 600;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.header .container .header-wrapper nav ul.menu li.item > a:hover,
header.header .container .header-wrapper nav ul.menu li.item > a:focus {
  color: #a2d45e;
}
header.header .container .header-wrapper nav ul.menu li.item.has-submenu > a:after {
  content: '\f0d7';
  font-weight: 600;
  font-family: 'Font Awesome 5 Pro';
  margin-left: 0.425rem;
}
header.header .container .header-wrapper nav ul.menu li.item.active > a {
  font-weight: 800;
}
header.header .container .header-wrapper nav ul.menu li.close {
  display: none;
  opacity: 1;
  text-shadow: none;
  color: #fff;
}
header.header .container .header-wrapper nav ul.menu ul.submenu {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  padding: 0;
  margin: 0;
  position: absolute;
  transform: translateY(60px);
  text-align: left;
  top: -16px;
  z-index: 1080;
  min-width: 180px;
}
header.header .container .header-wrapper nav ul.menu ul.submenu li.subitem {
  display: block;
}
header.header .container .header-wrapper nav ul.menu ul.submenu li.subitem > a {
  display: block;
  font-size: 10pt;
  padding: 0.475rem 0.775rem;
  color: #1d8649;
  line-height: 1.2;
}
header.header .container .header-wrapper nav ul.menu ul.submenu li.subitem > a:hover {
  background-color: #f2f2f2;
}
header.header .container .header-wrapper nav .mobile-icon {
  display: none;
  padding: 10px 0;
}
header.header .container .header-wrapper nav .mobile-icon i {
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  header.header {
    padding: 0.465rem 0;
  }
  header.header .container .header-wrapper .logo-wrapper {
    padding: 0.25rem 0;
  }
  header.header .container .header-wrapper .logo-wrapper img.logo {
    max-width: 320px;
  }
  header.header .container .header-wrapper nav {
    display: block;
  }
  header.header .container .header-wrapper nav ul.menu {
    align-items: center;
    background-color: rgba(29,134,73,0.95);
    justify-content: center;
    flex-direction: column;
    visibility: hidden;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    text-align: center;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(-100%);
    top: 0;
    width: 100%;
    z-index: 20;
  }
  header.header .container .header-wrapper nav ul.menu li.item {
    display: block;
    width: 100%;
  }
  header.header .container .header-wrapper nav ul.menu li.item:after {
    content: '' !important;
  }
  header.header .container .header-wrapper nav ul.menu li.item > a {
    padding: 16px 0;
    font-size: 1.25rem !important;
    color: #fff;
  }
  header.header .container .header-wrapper nav ul.menu li.close {
    display: block;
    position: absolute;
    text-align: right;
    top: 0;
    padding: 16px;
    right: 0;
  }
  header.header .container .header-wrapper nav ul.menu ul.submenu {
    position: relative;
    transform: translateY(0);
    text-align: center;
  }
  header.header .container .header-wrapper nav ul.menu ul.submenu li.subitem a {
    padding: 0.725rem 0;
    display: block;
    font-size: 12pt;
  }
  header.header .container .header-wrapper nav .menu.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  header.header .container .header-wrapper nav .mobile-icon {
    display: block;
  }
}
header.header.scroll {
  background-color: #fff;
  position: fixed;
  padding: 0 0.675rem;
  top: 0;
  width: 100%;
}
header.header.scroll .container .header-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
header.header.scroll .container .header-wrapper .logo-wrapper {
  padding: 0.165rem 0;
}
header.header.scroll .container .header-wrapper .logo-wrapper img.logo {
  visibility: hidden;
  padding: 0;
  max-width: 1px;
}
header.header.scroll .container .header-wrapper .logo-wrapper img.logo-alt {
  position: relative;
  opacity: 1;
}
header.header.scroll .container .header-wrapper nav ul.menu li.item > a {
  padding: 0.65rem 0.5rem;
  font-size: 0.725rem;
}
.header-spacer {
  height: 0;
}
.header-spacer.scroll {
  height: 52px;
}
footer.footer {
  background-color: rgba(120,185,227,0.18);
  color: #ccc;
  padding: 3.5rem 0;
}
footer.footer .logo img {
  max-width: 80px;
}
footer.footer .phone {
  color: #000;
  display: block;
  font-size: 9pt;
}
footer.footer .phone:hover {
  color: #6aaae4;
}
footer.footer .row-footer {
  display: flex;
  justify-content: space-between;
}
footer.footer .row-footer .col {
  flex-grow: 1;
}
footer.footer .row-footer .contact-info {
  min-width: 360px;
}
footer.footer .row-footer .contact-info .contact-menu {
  margin: 1rem 0;
  padding: 0;
  display: flex;
}
footer.footer .row-footer .contact-info .contact-menu li {
  display: flex;
}
footer.footer .row-footer .contact-info .contact-menu li a {
  color: #000;
  display: block;
  font-size: 9pt;
}
footer.footer .row-footer .contact-info .contact-menu li a:hover {
  color: #1d8649;
}
footer.footer .row-footer .contact-info .contact-menu li:not(:last-of-type):after {
  content: '|';
  padding: 0 0.5rem;
  color: #000;
  line-height: 1.1;
}
footer.footer .menu-title {
  color: #000;
  font-size: 12pt;
  font-weight: 600;
}
footer.footer .menu-footer {
  padding: 0;
}
footer.footer .menu-footer li {
  display: block;
  margin: 1.25rem 0;
}
footer.footer .menu-footer li a {
  display: block;
  color: #000;
  font-size: 10pt;
}
footer.footer .menu-footer li a:hover {
  color: #1d8649;
}
footer.footer .data-fiscal-outer {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
footer.footer .data-fiscal-outer .data-fiscal {
  background-color: #1d8649;
  padding: 0.675rem;
  width: 70px;
  font-family: 'Courier';
  font-size: 8pt;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
footer.footer .data-fiscal-outer .data-fiscal span {
  display: block;
  margin: 0.45rem 0 0 0;
}
@media screen and (max-width: 991px) {
  footer.footer {
    text-align: center;
  }
  footer.footer .row-footer {
    flex-wrap: wrap;
  }
  footer.footer .row-footer .col {
    width: 100%;
    min-width: 100%;
  }
  footer.footer .row-footer .contact-info {
    min-width: 0;
  }
  footer.footer .row-footer .contact-info .contact-menu {
    justify-content: center;
  }
  footer.footer .row-footer .data-fiscal-outer {
    justify-content: center;
  }
  footer.footer .menu-footer li {
    margin: 0.5rem 0;
  }
}
.copyright {
  background-color: rgba(120,185,227,0.18);
  padding: 2rem 0;
  border-top: 1px solid #d9d9d9;
}
.copyright .container .caption {
  color: #000;
  font-size: 0.865rem;
}
.copyright .container ul.legals-menu {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.copyright .container ul.legals-menu li {
  display: block;
  padding: 0;
  margin: 0;
}
.copyright .container ul.legals-menu li a {
  color: #000;
  font-size: 10pt;
}
.copyright .container ul.legals-menu li a:hover {
  color: #1d8649;
}
.copyright .container ul.legals-menu li:not(:last-of-type):after {
  content: '|';
  padding: 0 1rem;
}
@media screen and (max-width: 991px) {
  .copyright .container {
    text-align: center;
  }
  .copyright .container ul.legals-menu {
    margin-top: 0.5rem;
    justify-content: center;
  }
}
.float-whatsapp {
  position: fixed;
  bottom: 4rem;
  right: 0;
}
.float-whatsapp .icon {
  align-items: center;
  background-color: #0dbc42;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 60px;
  width: 60px;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.float-whatsapp .icon i {
  font-size: 2rem;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.float-whatsapp .icon:hover,
.float-whatsapp .icon:focus {
  text-decoration: none;
  height: 70px;
  width: 70px;
}
.float-whatsapp .icon:hover i,
.float-whatsapp .icon:focus i {
  font-size: 2.5rem;
}
.home-video .video {
  background-color: #dcefc3;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 500px;
  margin-bottom: 1.5rem;
  padding-bottom: 56.25%;
  position: relative;
}
.home-video .video video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.home-video .video .play-wrapper {
  background-color: rgba(29,134,73,0.25);
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.home-video .video .play {
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid #1d8649;
  height: 70px;
  width: 70px;
}
.home-video .video .play i {
  font-size: 2rem;
  color: #1d8649;
  transform: translateX(3px);
}
.home-convupidiol {
  background-color: #6aaae4;
  color: #1d8649;
  padding: 3rem 1rem;
  min-height: 100vh;
  position: relative;
}
.home-convupidiol .bg {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background-position: center top;
}
.home-convupidiol .title,
.home-convupidiol .subtitle {
  font-family: 'Varela Round', sans-serif;
  margin: 0.265rem 0;
}
.home-convupidiol .title {
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 600;
}
.home-convupidiol .list {
  margin: 3rem 0;
  padding: 0;
}
.home-convupidiol .list > li {
  display: flex;
}
.home-convupidiol .list > li:before {
  content: '-';
  margin-right: 0.475rem;
}
.home-convupidiol .list .sublist {
  padding-left: 0.665rem;
}
.home-convupidiol .list .sublist li {
  display: flex;
  margin: 1.25rem 0;
}
.home-convupidiol .list .sublist li:before {
  content: '\f101';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  margin-right: 0.75rem;
}
@media screen and (max-width: 991px) {
  .home-convupidiol {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .home-convupidiol .bg {
    position: relative;
    height: 480px;
    background-position: 82% center !important;
  }
  .home-convupidiol .container {
    margin-top: 1.5rem;
  }
  .home-convupidiol .title {
    font-size: 2rem;
  }
  .home-convupidiol .subtitle {
    font-size: 1.5rem;
  }
  .home-convupidiol .list .sublist {
    padding-left: 0.5rem;
  }
}
.home-history-team {
  text-align: center;
  padding: 5rem 0;
}
.home-history-team .title {
  font-size: 34pt;
  font-weight: 700;
  max-width: 920px;
  margin: 0 auto;
  line-height: 1.1;
  color: #000;
}
.home-history-team .subtitle {
  color: #1d8649;
  font-size: 26pt;
  font-weight: 700;
}
.home-history-team .caption {
  max-width: 920px;
  margin: 2rem auto;
}
.home-history-team .card-home {
  background-color: #f2f2f2;
  padding: 2rem;
  height: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.home-history-team .card-home .btn {
  align-self: flex-end;
}
.home-history-team .card-home .card-title,
.home-history-team .card-home .card-icon,
.home-history-team .card-home .card-caption {
  width: 100%;
}
.home-history-team .card-home .card-icon .icon {
  background-color: #fff;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.home-history-team .card-home .card-title {
  font-size: 22pt;
  font-weight: 700;
}
.home-history-team .card-home .card-caption {
  font-size: 11pt;
  margin: 1rem 0;
}
@media screen and (max-width: 991px) {
  .home-history-team .title {
    font-size: 18pt;
  }
}
.slider {
  background-color: #000;
/*height calc(100vh - 25%)
	min-height 580px*/
  position: relative;
  border-bottom: 20px solid #1d8649;
}
.slider .owl-stage-outer .owl-stage .owl-item .slide {
  position: relative;
  border-bottom: 10px solid #6aaae4;
}
.slider .owl-stage-outer .owl-stage .owl-item .slide .blank-desktop {
  display: block;
}
.slider .owl-stage-outer .owl-stage .owl-item .slide .blank-mobile {
  display: none;
}
.slider .owl-stage-outer .owl-stage .owl-item .slide .image {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.slider .owl-stage-outer .owl-stage .owl-item .slide .image-mobile {
  display: none;
}
.slider .owl-stage-outer .owl-stage .owl-item .slide .caption {
  color: #fff;
  position: absolute;
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(200px);
  top: 0;
  height: 100%;
  padding-left: 6%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.slider .owl-stage-outer .owl-stage .owl-item .slide .caption .caption-outer {
  max-width: 720px;
}
.slider .owl-stage-outer .owl-stage .owl-item .slide .caption .caption-outer .title {
  margin: 0;
  font-size: 32pt;
  font-weight: 600;
  line-height: 1;
  max-width: 700px;
}
.slider .owl-stage-outer .owl-stage .owl-item .slide .caption .caption-outer .description {
  margin-top: 1rem;
  font-size: 15pt;
}
.slider .owl-stage-outer .owl-stage .owl-item.active .slide .caption {
  transform: translateY(0);
}
.slider .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 1rem;
  text-align: center;
}
.slider .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  background-color: #8c8c8c;
}
.slider .owl-dots .owl-dot.active span {
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .slider .owl-stage-outer .owl-stage .owl-item .slide .blank-desktop {
    display: none;
  }
  .slider .owl-stage-outer .owl-stage .owl-item .slide .blank-mobile {
    display: block;
  }
  .slider .owl-stage-outer .owl-stage .owl-item .slide .image {
    display: none;
  }
  .slider .owl-stage-outer .owl-stage .owl-item .slide .image-mobile {
    display: block;
  }
  .slider .owl-stage-outer .owl-stage .owl-item .slide .caption {
    padding-top: 2rem;
    align-items: flex-start;
  }
  .slider .owl-stage-outer .owl-stage .owl-item .slide .caption .caption-outer {
    max-width: 320px;
  }
  .slider .owl-stage-outer .owl-stage .owl-item .slide .caption .caption-outer .title {
    font-size: 18pt;
  }
  .slider .owl-stage-outer .owl-stage .owl-item .slide .caption .caption-outer .description {
    font-size: 12pt;
  }
}
.team-banner {
  text-align: center;
  padding: 4rem 0;
  position: relative;
}
.team-banner .background {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.team-banner .column-content,
.team-banner .column-image {
  color: #fff;
  padding: 3rem;
}
.team-banner .column-content .bg,
.team-banner .column-image .bg {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background-size: contain;
  background-repeat: repeat;
}
.team-banner .column-content .title,
.team-banner .column-image .title {
  font-family: 'Varela Round', sans-serif;
  font-weight: 600;
}
.team-banner .column-image {
  background-color: #1d8649;
}
.team-banner .column-image img {
  position: relative;
  max-width: 720px;
  transform: translateX(100px);
  z-index: 1010;
}
.team-banner .column-content {
  background-color: #6aaae4;
  padding: 9rem;
  margin-top: -2rem;
}
.team-banner .column-content .content {
  position: relative;
}
.team-banner .title {
  font-size: 26pt;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .team-banner .column-image img {
    transform: translateX(0);
  }
  .team-banner .column-content {
    padding: 4rem;
    margin-top: 0;
  }
}
.team-banner-2 .column-image {
  background-color: #6aaae4;
}
.team-banner-2 .column-content {
  background-color: #fff;
}
.team-banner-2 .column-content .content {
  color: #666;
}
.vision-mision-banner {
  background-color: #6aaae4;
  padding: 3rem 0rem;
  position: relative;
}
.vision-mision-banner .container .row {
  align-items: center;
}
.vision-mision-banner .bg {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background-size: contain;
  background-repeat: repeat;
}
.vision-mision-banner .column-image img {
  transform: translateX(-60px) translateY(80px);
  max-width: 600px;
}
.vision-mision-banner .column-content {
  padding: 3rem 6rem 3rem 0;
  margin-top: -2rem;
  color: #fff;
}
.vision-mision-banner .column-content .title {
  font-family: 'Varela Round', sans-serif;
  font-weight: 600;
}
.vision-mision-banner .column-content .content {
  position: relative;
}
@media screen and (max-width: 991px) {
  .vision-mision-banner .column-image img {
    transform: translateX(0);
  }
  .vision-mision-banner .column-content {
    padding: 4rem;
    margin-top: 0;
  }
}
.staff {
  border: 1px solid transparent;
  position: relative;
  background-position: center;
  background-size: cover;
  display: block;
  margin: 1rem 0;
}
.staff:hover {
  border: 1px solid #1d8649;
}
.staff .image {
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  background-size: cover;
}
.staff .caption {
  background-color: #e6e6e6;
  width: 100%;
  padding: 0.465rem 1rem;
  color: #333;
  position: relative;
}
.staff .caption .title {
  font-weight: 600;
}
.staff .caption .subtitle {
  font-size: 0.775rem;
}
.staff-overview .name-wrapper {
  background-color: #e6e6e6;
  padding: 0.5rem 1rem;
  margin-bottom: 2.5rem;
}
.staff-overview .name-wrapper .name {
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.staff-overview .image {
  background-size: cover;
}
.staff-overview .list-title {
  margin: 1.5rem 0 0 0;
}
.staff-overview .list-title .title {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.staff-overview .list li {
  font-size: 0.975rem;
  margin: 0.125rem;
}
.vision-mision {
  position: relative;
}
.vision-mision .flourish {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: -10% center;
}
@media screen and (max-width: 1500px) {
  .vision-mision .flourish {
    background-size: 20%;
  }
}
.segment .image {
  mix-blend-mode: multiply;
}
.segment .title {
  padding: 0.465rem 0;
  border-bottom: 2px solid #666;
  font-weight: 800;
}
@media screen and (max-width: 991px) {
  .segment .title {
    font-size: 1rem;
  }
}
.nosotros-phrase {
  border: 4px solid #1d8649;
  border-radius: 10pt;
  max-width: 880px;
  margin: 3rem auto;
  padding: 2rem;
  font-size: 16pt;
  text-align: center;
}
.contact {
  background-color: #6aaae4;
  padding: 3rem;
  position: relative;
  min-height: 480px;
}
.contact .bg {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.contact .column-map .map {
  height: 100%;
  margin-right: -100px;
  transform: translateX(-70px) translateY(60px);
}
.contact .title {
  font-family: 'Varela Round', sans-serif;
  font-weight: 600;
  color: #fff;
}
.contact .column-content {
  background-color: #6aaae4;
  padding: 6rem 2rem;
  margin-top: -2rem;
  color: #fff;
}
.contact .column-content .phone {
  display: block;
  color: #fff;
}
.contact .column-content .content {
  position: relative;
}
@media screen and (max-width: 991px) {
  .contact {
    padding: 2rem 1rem;
  }
  .contact .column-map {
    margin-top: 1.5rem;
    height: 480px;
  }
  .contact .column-map .map {
    margin-right: 0;
    transform: translateX(0);
  }
  .contact .column-content {
    padding: 1rem;
    margin-top: 0;
  }
}
.contact-form {
  position: relative;
  padding: 6rem 0;
}
.contact-form .bg {
  background-size: auto;
  background-position: -20% 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .contact-form {
    padding: 2rem 1rem;
  }
}
.professional-convupidiol {
  background-color: #77b8e2;
  color: #fff;
  padding: 6rem;
  min-height: 1080px;
  position: relative;
}
.professional-convupidiol .bg {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.professional-convupidiol .title,
.professional-convupidiol .subtitle {
  font-family: 'Varela Round', sans-serif;
  margin: 0.265rem 0;
}
.professional-convupidiol .title {
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .professional-convupidiol {
    padding: 1rem 2rem;
    min-height: 580px;
  }
  .professional-convupidiol .title {
    font-size: 2rem;
  }
  .professional-convupidiol .subtitle {
    font-size: 1.25rem;
  }
}
.box-convupidiol {
  transform: translateY(-200px);
  margin-bottom: -80px;
}
.box-convupidiol .container {
  background-color: #a2d45e;
  bottom: 0;
  padding: 8rem;
  text-align: center;
  color: #fff;
  position: relative;
}
.box-convupidiol .container .icon {
  position: absolute;
  top: 0;
  transform: translateY(-45px) translateX(-45px);
  left: 50%;
}
.box-convupidiol .container .icon img {
  max-width: 90px;
}
.box-convupidiol .container .list {
  padding: 0;
  margin: 2rem;
}
.box-convupidiol .container .list li {
  display: block;
  font-size: 1.25rem;
  margin: 0.265rem 0;
}
.box-convupidiol .container .list li:before {
  content: '\f101';
  font-family: 'Font Awesome 5 Pro';
  margin-right: 1rem;
}
.box-convupidiol .container .title {
  font-family: 'Varela Round', sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .box-convupidiol .container {
    padding: 4rem 2rem;
  }
  .box-convupidiol .container .title {
    font-size: 1.65rem;
  }
}
.actualizacion-medica {
  padding: 2rem 0;
}
.actualizacion-medica .col-content {
  border-right: 1px solid #e6e6e6;
}
.actualizacion-medica .blocks {
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  color: #333;
}
.actualizacion-medica .blocks:hover:not(.overview) {
  background-color: #e6e6e6;
}
.actualizacion-medica .blocks .block-header {
  display: flex;
  justify-content: space-between;
  padding: 0.665rem 1rem 0 1rem;
}
.actualizacion-medica .blocks .block-header .title {
  font-weight: 600;
  font-size: 12pt;
}
@media screen and (max-width: 991px) {
  .actualizacion-medica .blocks .block-header .title {
    font-size: 1rem;
  }
}
.actualizacion-medica .blocks .block-content {
  position: relative;
  font-size: 10pt;
  padding: 1rem;
}
.actualizacion-medica .socials {
  padding: 1rem;
}
.actualizacion-medica .socials .icons {
  justify-content: flex-start;
}
.actualizacion-medica .socials .icons .icon {
  border: 1px solid #1d8649;
  background-color: #1d8649;
  height: 30px;
  width: 30px;
}
.actualizacion-medica .socials .icons .icon i {
  color: #fff;
  font-size: 0.925rem;
}
.actualizacion-medica a {
  word-wrap: break-word;
}
@media screen and (max-width: 991px) {
  .actualizacion-medica {
    padding: 0;
  }
  .actualizacion-medica .col-search {
    order: 1;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e6e6e6;
  }
  .actualizacion-medica .col-content {
    order: 2;
    border-right: none;
  }
  .actualizacion-medica .blocks .block-header,
  .actualizacion-medica .blocks .block-content {
    padding: 0.6625rem 0;
  }
}
.custom-pagination {
  border-top: 1px solid #e6e6e6;
  padding: 2rem 0;
}
.custom-pagination .pagination .page-item .page-link {
  background-color: transparent;
  border: none;
  font-weight: 600;
  color: #000;
  padding: 0;
  height: 28px;
  width: 28px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.custom-pagination .pagination .page-item .page-link:hover {
  color: #1d8649;
}
.custom-pagination .pagination .page-item .page-link.active {
  border: 1px solid transparent;
  color: #999;
}
.custom-pagination .pagination .page-item.disabled {
  opacity: 0.45;
}
.instructions {
  margin: 2rem 0;
  display: flex;
  align-items: flex-start;
  padding: 2rem 4rem;
}
.instructions .number {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  font-family: 'Varela Round', sans-serif;
  width: 110px;
  color: #6aaae4;
}
.instructions .caption {
  padding: 0 2rem;
  width: 100%;
}
.instructions .image {
  width: 320px;
}
.instructions .image img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .instructions {
    flex-wrap: wrap;
    padding: 2rem;
  }
  .instructions .number {
    font-size: 3rem;
  }
  .instructions .image {
    width: 200px;
  }
  .instructions .caption {
    margin-top: 2rem;
    order: 3;
    padding: 0;
  }
}
.title-product {
  min-height: 100px;
}
.title-product .container {
  padding: 0.665rem 1.25rem;
}
.title-product .title {
  font-size: 1.275rem;
}
.patients {
  background-color: #01411a;
  color: #fff;
  padding: 6rem 0;
  position: relative;
}
.patients .background {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.patients .caption {
  font-size: 40pt;
  line-height: 1.2;
  font-weight: 700;
}
.patients .video-container {
  background-image: linear-gradient(to right, #08e9fc, #0464da, #4f21d1, #db6bae, #dd4c4c);
  padding: 0.5rem;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .patients {
    padding: 4rem 0;
  }
  .patients .caption {
    font-size: 18pt;
  }
}
.news {
  align-items: stretch;
}
.news .news-wrapper {
  border: 1px solid #ccc;
  height: 100%;
  padding: 1rem;
}
.news .news-wrapper .date {
  font-size: 9pt;
  color: #999;
  margin-bottom: 1rem;
}
.news .news-wrapper .title {
  color: #1d8649;
  font-weight: 600;
}
.news .news-wrapper .subtitle {
  color: #1d8649;
  font-size: 0.765rem;
}
.news .news-wrapper .source {
  font-size: 10pt;
  margin-top: 0.625rem;
}
.news .news-wrapper .image {
  margin: 1rem 0;
  height: 180px;
  background-position: center;
  background-size: cover;
}
.news .news-wrapper .foot {
  text-transform: uppercase;
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-size: 0.675rem;
}
.news .news-wrapper .foot .date {
  color: #1d8649;
}
.news .news-wrapper .foot a {
  display: block;
  background-color: #1d8649;
  color: #fff;
  padding: 0.25rem 1rem;
}
.news .news-wrapper .foot a:hover,
.news .news-wrapper .foot a:focus {
  background-color: #a2d45e;
}
.news-categories-search {
  background-color: #f2f2f2;
  border-radius: 8pt;
  border: 1px solid #e6e6e6;
  padding: 0.425rem 0.75rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .news-categories-search .news-categories {
    padding: 0;
    margin: 0.5rem 0 0 0;
    justify-content: flex-start;
  }
  .news-categories-search .category-item {
    display: block;
    width: 50%;
  }
}
.news-categories-search.blue {
  background-color: rgba(106,170,228,0.25);
}
.news-categories {
  margin-top: 0.75rem;
  display: flex;
  justify-content: center;
}
.news-categories .category-item {
  display: block;
}
.news-categories .category-item .anchor {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 8pt;
  font-size: 9pt;
  color: #666;
  display: block;
  padding: 0.225rem 1.25rem;
  margin: 0.225rem;
}
.news-categories .category-item .anchor:hover {
  background-color: #1d8649;
  color: #fff;
}
.news-categories .category-item.active .anchor {
  border: 1px solid #e6e6e6;
  background-color: #1d8649;
  color: #a2d45e;
}
@media screen and (max-width: 991px) {
  .news-categories {
    flex-wrap: wrap;
  }
}
.news-categories.green .category-item .anchor {
  background-color: #1d8649;
  border: none;
  color: #fff;
}
.news-categories.green .category-item.active .anchor {
  background-color: #a2d45e;
  color: #1d8649;
}
.news-categories.blue .category-item .anchor {
  background-color: #6aaae4;
  color: #fff;
}
.news-categories.blue .category-item.active .anchor {
  background-color: rgba(106,170,228,0.5);
  color: #0d4695;
}
.news-overview-categories {
  padding: 0;
  margin: 0;
}
.news-overview-categories li {
  display: block;
}
.news-overview-categories li a {
  font-size: 10pt;
  color: #666;
  color: #1d8649;
}
.news-overview-categories li a:hover {
  color: #000;
}
.news-content img {
  max-width: 100%;
}
.socials-post {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
  align-items: center;
}
.socials-post .icons {
  justify-content: flex-start;
}
.socials-post .icons .icon {
  border: 1px solid #1d8649;
  background-color: #1d8649;
  height: 30px;
  width: 30px;
  margin: 0 2px;
}
.socials-post .icons .icon i {
  color: #fff;
  font-size: 0.925rem;
}
.socials-post .icons .icon:focus i,
.socials-post .icons .icon:hover i {
  color: #fff;
}
.novedad-card {
  background-color: #fff;
  height: 100%;
  border-top-left-radius: 10pt;
  border-top-right-radius: 10pt;
  overflow: hidden;
  display: block;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.novedad-card:hover {
  transform: translateX(1px) translateY(1px);
  box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
}
.novedad-card .image {
  height: 200px;
  min-height: 200px;
  width: 100%;
  background-color: #e6e6e6;
  background-size: cover;
  background-position: center;
}
.novedad-card .content {
  background-color: #f2f2f2;
  width: 100%;
  padding: 1rem;
  color: #000;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.novedad-card .content .card-title {
  font-weight: 700;
  width: 100%;
  line-height: 1.15;
}
.novedad-card .content .categories {
  display: flex;
  margin-top: 1rem;
}
.novedad-card .content .categories .category {
  background-color: #e6e6e6;
  font-size: 8pt;
  margin-right: 1rem;
  color: #666;
  padding: 0.125rem 0.75rem;
}
.novedad-card .content .card-caption {
  font-size: 10pt;
  margin-top: 1rem;
  min-height: 110px;
  width: 100%;
}
.novedad-card .content .metadata {
  margin-top: 0.5rem;
  align-self: flex-end;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  font-size: 9.5pt;
  color: #808080;
  width: 100%;
  left: 0;
  padding: 0;
}
.novedad-card .content .metadata .separator {
  margin: 0 1rem;
}
.latest-news {
  padding: 5rem 0;
}
.latest-news .title {
  font-size: 28pt;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 991px) {
  .latest-news {
    padding: 2rem 0;
  }
  .latest-news .title {
    font-size: 18pt;
  }
}
.convupidiol {
  padding: 4rem 0;
  position: relative;
}
.convupidiol .background {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.convupidiol .subtitle {
  color: #1d8649;
  font-size: 18pt;
  margin-top: 2rem;
}
.convupidiol .title {
  color: #000;
  font-size: 29pt;
  font-weight: 700;
  line-height: 1.2;
}
.convupidiol .caption {
  font-size: 14pt;
  margin: 2rem 0;
}
@media screen and (max-width: 991px) {
  .convupidiol .subtitle {
    font-size: 14pt;
  }
  .convupidiol .title {
    font-size: 18pt;
  }
}
.convupidiol-details {
  padding: 4rem 0;
  position: relative;
}
.convupidiol-details .background {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.convupidiol-details .title {
  font-size: 30pt;
  color: #1d8649;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.convupidiol-details .includes {
  margin: 1.5rem 0;
  font-size: 16pt;
  font-weight: 600;
}
.convupidiol-details .list-title {
  font-size: 12pt;
  font-weight: 600;
}
.convupidiol-details ul.list {
  font-size: 11pt;
}
@media screen and (max-width: 991px) {
  .convupidiol-details .title {
    font-size: 18pt;
  }
}
.convupidiol-cautions {
  padding: 4rem 0;
}
.convupidiol-cautions .block {
  border-radius: 20pt;
  box-shadow: 0px 14px 25px 10px rgba(0,0,0,0.05);
  max-width: 920px;
  text-align: center;
  margin: 0 auto;
  background-color: rgba(106,170,228,0.25);
  padding: 1.5rem 3rem;
}
.convupidiol-cautions .block .title {
  color: #000;
  font-size: 16pt;
  font-weight: 600;
}
.convupidiol-cautions .block .subtitle {
  color: #000;
  font-size: 12pt;
  font-weight: 600;
}
.convupidiol-presentations {
  text-align: center;
  padding: 4rem 0;
  position: relative;
}
.convupidiol-presentations .background {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.convupidiol-presentations img {
  max-width: 720px;
  margin: 3rem auto;
}
.convupidiol-presentations .title {
  font-size: 30pt;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.convupidiol-presentations .presentations .separator {
  margin: 1rem;
  font-size: 24pt;
  color: #000;
}
.convupidiol-presentations .presentations .presentation {
  margin: 1rem;
}
.convupidiol-presentations .presentations .presentation .name {
  color: #000;
  font-weight: 700;
  font-size: 18pt;
}
.convupidiol-presentations .presentations .presentation .contents {
  color: #000;
}
@media screen and (max-width: 991px) {
  .convupidiol-presentations .title {
    font-size: 18pt;
  }
}
/*# sourceMappingURL=site.css.map */