@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,500&display=swap);
.fish-custom-plugin {
  font-family: "Montserrat", sans-serif !important;
}
.fish-custom-plugin .background-blue-atlantida {
  background-color: #2757a0;
  padding: 1rem 0;
  padding-bottom: 0.5rem;
}
.fish-custom-plugin .bg-custom {
  position: relative;
  z-index: 2;
  background-color: #fdfdfd;
}
.fish-custom-plugin .text-color-blue-atlantida {
  color: rgba(15, 106, 182, 0.95);
}
.fish-custom-plugin .title-card {
  justify-content: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  font-style: italic;
  color: #fff;
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
}
.fish-custom-plugin .subtitle-card {
  justify-content: center !important;
  font-size: 1rem !important;
  color: #fff !important;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
  font-style: italic !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.fish-custom-plugin table {
  margin-bottom: 5px !important;
  border: 0 !important;
}
.fish-custom-plugin td {
  font-size: 11.9px;
  padding: 4px !important;
  border: 0 !important;
  border-bottom: 1px solid #e0e0e0 !important;
}
.fish-custom-plugin tr:last-child {
  border-bottom: 0 !important;
}
.fish-custom-plugin .font-row,
.fish-custom-plugin .title-table {
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: normal !important;
  color: #1f1f1f !important;
}
.fish-custom-plugin .font-row {
  display: inline !important;
  width: 243px !important;
  height: 15px !important;
  font-size: 11.9px !important;
  font-weight: 400 !important;
  letter-spacing: 0.37px !important;
}
.fish-custom-plugin .font-row .font-row-style-1 {
  font-weight: 700 !important;
}
.fish-custom-plugin .font-row .font-row-style-2 {
  font-weight: 300 !important;
  font-style: italic !important;
}
.fish-custom-plugin .title-table {
  width: 467px !important;
  height: 20px !important;
  margin: 0 0 8px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: 0.98px !important;
}
.fish-custom-plugin .title-table .text-style-1 {
  color: #2857a1 !important;
}
.fish-custom-plugin .title-table .text-style-2 {
  font-weight: 400 !important;
}
.fish-custom-plugin .title-table .text-style-3 {
  font-weight: 300 !important;
  font-style: italic !important;
}
.fish-custom-plugin .padding-box-table {
  padding: 15px 40px 0.5px !important;
  margin-bottom: 10px !important;
}
.fish-custom-plugin .p-box-table-title {
  padding-bottom: 20px !important;
  color: #1b1b1b;
}
.fish-custom-plugin .image-header-card {
  width: 100% !important;
  height: auto !important;
  padding: 15px 15px 20px 50px !important;
}
.fish-custom-plugin .font-italic {
  font-style: italic !important;
  font-weight: 300 !important;
}
.fish-custom-plugin .font-bold {
  font-style: bold !important;
  font-weight: 700 !important;
}
.fish-custom-plugin .d-inline {
  display: inline;
}
.fish-custom-plugin .font-regular {
  font-weight: 400 !important;
}
.fish-custom-plugin .img-mobile {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 10px !important;
}
.fish-custom-plugin .img-mobile img {
  width: 100% !important;
  height: auto !important;
}
.fish-custom-plugin #main-content .container:before {
  width: 0 !important;
}
.fish-custom-plugin .icon-card {
  width: 70% !important;
  background-color: transparent !important;
}
.fish-custom-plugin .fish-image {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120% 100%;
}
.fish-custom-plugin hr {
  width: 20px !important;
  opacity: 1 !important;
}
.fish-custom-plugin .div-desktop {
  /* overflow: hidden; */
  height: 100%;
  right: 0;
  position: absolute;
}

@media (min-width: 1200px) {
  .fish-custom-plugin .img-mobile {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .fish-custom-plugin .div-desktop {
    display: none !important;
  }
  .fish-custom-plugin .img-mobile {
    display: absolute !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .fish-custom-plugin .image-header-card {
    display: absolute !important;
    width: 40% !important;
  }
  .fish-custom-plugin .icon-card {
    width: 40%;
  }
  .fish-custom-plugin .text-center-mobile {
    text-align: center;
  }
  .fish-custom-plugin .margin-sm-0 {
    margin: 0 !important;
  }
  .fish-custom-plugin .p-0-mobile {
    padding: 0 !important;
  }
  .fish-custom-plugin .pl-2-mob {
    padding-left: 2rem !important;
  }
  .fish-custom-plugin .br-0-mob {
    border: 0 !important;
  }
  .fish-custom-plugin .width-custom-mobile {
    width: 100%;
  }
  .fish-custom-plugin .dsp-grid-mob {
    display: grid;
  }
}
