/*
1800px + : XXLarge 
1200 - 1800px: Large (75em - 112.5em)
900 - 1200px: Tablet landscape (56.25em - 75em)
600 - 900px: Tablet portrait (37.5em - 56.25em)
0 - 600px: Phone (no querie used, write all mobile code up top)
*/
/*
- phone -- not used -- mobile first
- tab-port
- tab-port
- desktop
- xl-desktop 
- bg-resolution
*/
.sinamecc-first-section {
  padding: 25px;
  background: no-repeat right, linear-gradient(#16b14f, #2a658a); }

.sinamecc-first-section-container {
  width: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column; }
  @media (min-width: 75em) {
    .sinamecc-first-section-container {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row; } }
  @media (min-width: 46.25em) {
    .sinamecc-first-section-container {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row; } }
.first-container {
  width: 100%;
  color: #ffffff; }
  .first-container .text-container {
    width: 100%;
    margin-bottom: 1em;
    text-align: center; }
  .first-container p {
    font-family: "Overpass", sans-serif;
    font-size: 1em;
    font-weight: lighter;
    line-height: 1.4; }
  @media (min-width: 75em) {
    .first-container {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-direction: row;
      width: 50%; }
      .first-container p {
        font-size: 22px;
        line-height: 1.4; }
      .first-container .text-container {
        width: 80%;
        text-align: left; } }
  @media (min-width: 46.25em) {
    .first-container {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-direction: row;
      width: 50%; }
      .first-container p {
        font-size: 22px;
        line-height: 1.4; }
      .first-container .text-container {
        width: 80%;
        text-align: left; } }
.second-container {
  width: 100%;
  margin-left: none; }
  .second-container .video-container {
    width: 100%;
    height: 300px; }
  @media (min-width: 75em) {
    .second-container {
      width: 50%;
      margin-left: 20px; }
      .second-container .video-container {
        width: 80%;
        height: 400px; } }
  @media (min-width: 46.25em) {
    .second-container {
      width: 50%;
      margin-left: 20px; }
      .second-container .video-container {
        width: 80%;
        height: 300px; } }
.sinamecc-open-data-plattform-container {
  background-color: #f4f4f4;
  padding-top: 6.9em; }
  .sinamecc-open-data-plattform-container h2 {
    color: #ffffff; }

.sinamecc-open-data-plattform-cards-container-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center; }
  .sinamecc-open-data-plattform-cards-container-header label {
    margin-top: 0.2em;
    margin-bottom: 0.2em; }

.sinamecc-open-data-plattform-cards-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.open-data-cards-container {
  padding: 0.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media (min-width: 75em) {
    .open-data-cards-container {
      display: flex;
      justify-content: center;
      align-items: stretch;
      flex-direction: row; } }
  @media (min-width: 46.25em) {
    .open-data-cards-container {
      display: flex;
      justify-content: center;
      align-items: stretch;
      flex-direction: row; } }
.custom-sinamecc-open-data-icons {
  text-align: center;
  width: 80%;
  color: #000000;
  font-size: 14pt;
  border: solid #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  margin-right: 1em;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
  @media (min-width: 75em) {
    .custom-sinamecc-open-data-icons {
      width: 170px;
      border: none;
      border-radius: none;
      margin-bottom: none; } }
  @media (min-width: 46.25em) {
    .custom-sinamecc-open-data-icons {
      width: 170px;
      border: none;
      border-radius: none;
      margin-bottom: none; } }
.climate-change-main-container {
  padding-top: 4em; }

.title-climate-change {
  text-align: center;
  margin-bottom: 2em; }

.climate-img-slider {
  width: 100%;
  height: 100%; }

.mySlides {
  height: 500px;
  overflow-y: auto;
  display: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border: solid 1px #C4C4C4;
  padding: 50px;
  background-color: #ffffff; }

img {
  vertical-align: middle; }

/* Slideshow container */
.slideshow-container {
  width: 80%;
  position: relative;
  margin: auto; }

.slideshow-iframe {
  border: 1px solid #E2E0E0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%; }

/* Next & previous buttons */
.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none; }

.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  right: 0;
  border-radius: 3px 0 0 3px; }

/* Position the "next button" to the right */
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8); }

/* Caption text */
.text {
  font-weight: bold;
  color: #164873;
  font-size: 15px;
  width: 100%;
  text-align: center;
  text-align: center;
  text-decoration-line: underline; }
  .text:hover {
    cursor: pointer;
    color: #2375bd; }

/* Number text (1/3 etc) */
.numbertext {
  color: #000000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0; }

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease; }

.active,
.dot:hover {
  background-color: #164873; }

.dot-container {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 4em; }

/* Fading animation */
.fade {
  opacity: 1;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s; }

@-webkit-keyframes fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px; } }

.reporting-data-system-container {
  margin-top: 4em;
  margin-bottom: 4em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.reporting-data-system-sub-container {
  width: 80%;
  background-color: #2a658a;
  padding: 3em; }

.reporting-data-system-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .reporting-data-system-card label {
    color: #ffffff;
    font-size: 1.6em;
    margin-bottom: 1em; }

.reporting-data-system-card-container {
  align-items: flex-start;
  display: flex;
  justify-content: center; }

.featured-resources-main-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px;
  background-image: url("../images/bck-plataforma.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .featured-resources-main-container label {
    color: #ffffff; }

.featured-resources-main-cards-container {
  padding: 1em;
  margin: 2em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 75em) {
    .featured-resources-main-cards-container {
      display: flex;
      justify-content: center;
      align-items: stretch;
      flex-direction: row; } }
  @media (min-width: 46.25em) {
    .featured-resources-main-cards-container {
      display: flex;
      justify-content: center;
      align-items: stretch;
      flex-direction: row; } }
.custom-container-link {
  width: 100%;
  margin: 5px; }
  @media (min-width: 75em) {
    .custom-container-link {
      width: 50%; } }
  @media (min-width: 46.25em) {
    .custom-container-link {
      width: 80%; } }
.custom-link {
  margin: 0;
  padding: 0;
  color: #87d4d4;
  margin-left: 5px; }

.custom-link:hover {
  margin: 0;
  padding: 0;
  color: #87d4d4; }

.custom-container-link:hover {
  background-color: #25414e;
  color: #87d4d4;
  margin: 5px;
  cursor: pointer; }

.custom-link-divider {
  margin: 0;
  padding: 0;
  border-color: #87d4d4;
  width: 100%; }

.featured-resources-links {
  width: 70%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row; }

.featured-resources-link-container {
  width: 100%; }
  @media (min-width: 75em) {
    .featured-resources-link-container {
      width: 70%; } }
  @media (min-width: 46.25em) {
    .featured-resources-link-container {
      width: 70%; } }
.featured-resources-links-img {
  background-color: #ffffff;
  color: #000000;
  border-radius: 100%;
  padding: 10px;
  margin-right: 10px; }

.button-featured-resources {
  background-color: #164873 !important; }

.featured-resources-main-card {
  margin-right: none;
  margin-bottom: 20px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 1.2em; }
  .featured-resources-main-card label {
    color: #000000; }
  .featured-resources-main-card .featured-resources-main-card-img {
    width: 100%; }
    .featured-resources-main-card .featured-resources-main-card-img img {
      object-fit: contain; }
  .featured-resources-main-card .featured-resources-main-card-description {
    font-family: "Overpass" "Regular";
    color: #000000;
    padding: 5px;
    font-size: 12pt; }
  @media (min-width: 75em) {
    .featured-resources-main-card {
      margin-right: 20px;
      margin-bottom: 20px;
      width: 17%; }
      .featured-resources-main-card .featured-resources-main-card-title {
        margin-bottom: 15px;
        text-align: left;
        width: 100%;
        font-size: 14pt; }
      .featured-resources-main-card .featured-resources-main-card-description {
        padding: 5px;
        font-size: 16pt; } }
  @media (min-width: 46.25em) {
    .featured-resources-main-card {
      margin-right: 20px;
      margin-bottom: 20px;
      width: 17%; }
      .featured-resources-main-card .featured-resources-main-card-title {
        margin-bottom: 15px;
        text-align: left;
        width: 100%;
        font-size: 8pt; }
      .featured-resources-main-card .featured-resources-main-card-description {
        padding: 5px;
        font-size: 10pt; } }
.second-custom-button {
  border: solid;
  border-radius: 10px;
  padding: 5px;
  background-color: #2a658a; }

.second-custom-button:hover {
  background-color: #f37447;
  cursor: pointer; }

.entities-section-container {
  background-color: #f4f4f4;
  padding-bottom: 4em;
  padding-top: 4em; }

.entities-section-container h1 {
  color: #16b14f; }

.entities-section-container strong {
  font-weight: bold; }

.entities-section-container-support {
  text-align: center;
  padding: 50px; }
  .entities-section-container-support h1 {
    color: #16b14f; }
  .entities-section-container-support strong {
    font-weight: bold; }

.entities-section-logo {
  margin-right: 25px;
  height: 200px;
  width: 200px; }

.entities-section-custom-logo {
  margin-right: 25px;
  height: 100px;
  width: 200px; }

.entities-section-logos-main-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto; }
  @media (min-width: 75em) {
    .entities-section-logos-main-container {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row; } }
  @media (min-width: 46.25em) {
    .entities-section-logos-main-container {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row; } }
.entities-section-logos-left-container {
  margin-left: 5%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .entities-section-logos-left-container label {
    margin-bottom: 1em; }
  .entities-section-logos-left-container .entities-section-logos-left-sub-container {
    width: 100%; }

.entities-section-logos-rigth-container {
  text-align: center;
  margin-left: 1%; }

.custom-sinamecc-footer {
  padding: 25px;
  background: #2a658a;
  text-align: center; }
  .custom-sinamecc-footer h1 {
    color: #ffffff; }

.custom-sinamecc-footer-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media (min-width: 75em) {
    .custom-sinamecc-footer-container {
      display: flex;
      justify-content: space-around;
      align-items: flex-start;
      flex-direction: row; } }
  @media (min-width: 46.25em) {
    .custom-sinamecc-footer-container {
      display: flex;
      justify-content: space-around;
      align-items: flex-start;
      flex-direction: row; } }
  .custom-sinamecc-footer-container ul {
    padding: 0.5em; }
  .custom-sinamecc-footer-container label, .custom-sinamecc-footer-container li {
    margin-bottom: 0.5em;
    color: #ffffff;
    font-size: 1em;
    font-weight: 500px; }

.subscribe-section {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row; }
  .subscribe-section button {
    width: 100%; }

.footer-sub-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column; }

.footer-last-section {
  background-color: #000000;
  width: 100%;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; }
  .footer-last-section label {
    color: #ffffff; }

.custom-sinamecc-footer-direction-section {
  width: 80%;
  border-right: none;
  color: #ffffff;
  font-size: 26pt 1.6em; }
  @media (min-width: 75em) {
    .custom-sinamecc-footer-direction-section {
      width: 25%;
      border-right: solid 1px; } }
  @media (min-width: 46.25em) {
    .custom-sinamecc-footer-direction-section {
      width: 25%;
      border-right: solid 1px; } }
.custom-sinamecc-footer-direction-section-container {
  width: 100%;
  text-align: center;
  font-size: 26pt 1.6em; }
  @media (min-width: 75em) {
    .custom-sinamecc-footer-direction-section-container {
      width: 65%;
      text-align: left; } }
  @media (min-width: 46.25em) {
    .custom-sinamecc-footer-direction-section-container {
      width: 65%;
      text-align: left; } }
.icon-footer-sinamecc {
  width: 100%; }
  @media (min-width: 75em) {
    .icon-footer-sinamecc {
      width: 80%; } }
  @media (min-width: 46.25em) {
    .icon-footer-sinamecc {
      width: 80%; } }
.custom-sinamecc-footer-contact-section {
  width: 100%;
  padding: 10px;
  text-align: left;
  color: #ffffff;
  text-align: center;
  border-right: none;
  font-size: 26pt 1.6em; }
  .custom-sinamecc-footer-contact-section label {
    color: #ffffff; }
  .custom-sinamecc-footer-contact-section textarea {
    width: 100%; }
  @media (min-width: 75em) {
    .custom-sinamecc-footer-contact-section {
      width: 25%;
      border-right: solid 1px; } }
  @media (min-width: 46.25em) {
    .custom-sinamecc-footer-contact-section {
      width: 25%;
      border-right: solid 1px; } }
.custom-sinamecc-footer-contact-section-input {
  border: solid 1px #cccccc;
  width: 100%;
  padding: 5px;
  border-radius: 0.3em;
  margin-bottom: 10px; }

.custom-sinamecc-footer-contact-section-button {
  width: 100%;
  color: #ffffff;
  background-color: #164873;
  border: none; }

.custom-sinamecc-footer-info-section {
  width: 100%;
  padding: 10px;
  color: #ffffff;
  font-size: 26pt 1.6em;
  margin-left: 5px; }
  @media (min-width: 75em) {
    .custom-sinamecc-footer-info-section {
      width: 28%;
      text-align: left; } }
  @media (min-width: 46.25em) {
    .custom-sinamecc-footer-info-section {
      width: 28%;
      text-align: left; } }
.custom-sinamecc-footer-info-section-text {
  text-align: justify;
  line-height: 1.2;
  color: #ffffff;
  margin-left: 5px; }

.custom-sinamecc-footer-info-section-text-area {
  border: solid 1px #cccccc;
  width: 100%;
  height: 50px; }

.custom-sinamecc-footer-info-section-button {
  width: 100%;
  background-color: #164873;
  color: #ffffff;
  border: none; }

.footer-section-resources {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; }
  .footer-section-resources label {
    color: #ffffff;
    margin-right: 1em;
    font-size: 1em; }
  .footer-section-resources label:hover {
    cursor: pointer; }

.custom-nav {
  padding: none !important;
  margin-top: 20px;
  width: 100% !important;
  background-color: #ffffff !important; }
  .custom-nav button {
    display: flex;
    width: 100%;
    height: 50px;
    color: #ffffff;
    border: none;
    background-color: #2a658a;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row; }
  @media (min-width: 46.25em) {
    .custom-nav {
      width: 80% !important; }
      .custom-nav button {
        display: none; } }
  @media (min-width: 75em) {
    .custom-nav {
      width: 60% !important;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-direction: row; }
      .custom-nav button {
        display: none; } }
.menu-sinamecc-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  width: 100%; }
  @media (min-width: 75em) {
    .menu-sinamecc-container {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row; } }
  @media (min-width: 46.25em) {
    .menu-sinamecc-container {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row; } }
.custom-header-li-element {
  color: #2a658a;
  padding: 10px; }
  .custom-header-li-element:hover {
    color: #ff484f; }

.custom-header-li-element:hover .custom-bar-li-element {
  width: 100%;
  height: 5px;
  background-color: #ff484f;
  border-radius: 25px; }

.custom-header-li:hover .custom-bar-li-element {
  width: 70px;
  height: 5px;
  background-color: #ff484f;
  border-radius: 25px; }

.custom-header-element {
  font-size: 21px;
  font-family: "Overpass" "Regular";
  color: #2a658a; }

.custom-header-element:hover {
  color: #ff484f; }

.custom-header-li {
  height: 80px;
  width: 180px;
  margin-left: 7px; }

.second-custom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: solid;
  border-radius: 10px;
  height: 85%;
  padding: 5px;
  color: #ffffff;
  background-color: #2a658a;
  width: 100%;
  margin-bottom: 10px; }
  @media (min-width: 75em) {
    .second-custom-button {
      width: 17%;
      margin-bottom: none; } }
  @media (min-width: 46.25em) {
    .second-custom-button {
      width: 17%;
      margin-bottom: none; } }
.second-custom-button:hover {
  background-color: #f37447;
  cursor: pointer; }

.sinamecc-icon {
  width: 200px;
  margin: 1em; }
  @media (min-width: 75em) {
    .sinamecc-icon {
      margin: none; } }
  @media (min-width: 46.25em) {
    .sinamecc-icon {
      margin: none; } }
.custom-sinamecc-footer {
  padding: 25px;
  background: #2a658a;
  text-align: center; }
  .custom-sinamecc-footer h1 {
    color: #ffffff; }

.custom-sinamecc-footer-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media (min-width: 75em) {
    .custom-sinamecc-footer-container {
      display: flex;
      justify-content: space-around;
      align-items: flex-start;
      flex-direction: row; } }
  @media (min-width: 46.25em) {
    .custom-sinamecc-footer-container {
      display: flex;
      justify-content: space-around;
      align-items: flex-start;
      flex-direction: row; } }
  .custom-sinamecc-footer-container ul {
    padding: 0.5em; }
  .custom-sinamecc-footer-container label, .custom-sinamecc-footer-container li {
    margin-bottom: 0.5em;
    color: #ffffff;
    font-size: 1em;
    font-weight: 500px; }

.subscribe-section {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row; }
  .subscribe-section button {
    width: 100%; }

.footer-sub-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column; }

.footer-last-section {
  background-color: #000000;
  width: 100%;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; }
  .footer-last-section label {
    color: #ffffff; }

.custom-sinamecc-footer-direction-section {
  width: 80%;
  border-right: none;
  color: #ffffff;
  font-size: 26pt 1.6em; }
  @media (min-width: 75em) {
    .custom-sinamecc-footer-direction-section {
      width: 25%;
      border-right: solid 1px; } }
  @media (min-width: 46.25em) {
    .custom-sinamecc-footer-direction-section {
      width: 25%;
      border-right: solid 1px; } }
.custom-sinamecc-footer-direction-section-container {
  width: 100%;
  text-align: center;
  font-size: 26pt 1.6em; }
  @media (min-width: 75em) {
    .custom-sinamecc-footer-direction-section-container {
      width: 65%;
      text-align: left; } }
  @media (min-width: 46.25em) {
    .custom-sinamecc-footer-direction-section-container {
      width: 65%;
      text-align: left; } }
.icon-footer-sinamecc {
  width: 100%; }
  @media (min-width: 75em) {
    .icon-footer-sinamecc {
      width: 80%; } }
  @media (min-width: 46.25em) {
    .icon-footer-sinamecc {
      width: 80%; } }
.custom-sinamecc-footer-contact-section {
  width: 100%;
  padding: 10px;
  text-align: left;
  color: #ffffff;
  text-align: center;
  border-right: none;
  font-size: 26pt 1.6em; }
  .custom-sinamecc-footer-contact-section label {
    color: #ffffff; }
  .custom-sinamecc-footer-contact-section textarea {
    width: 100%; }
  @media (min-width: 75em) {
    .custom-sinamecc-footer-contact-section {
      width: 25%;
      border-right: solid 1px; } }
  @media (min-width: 46.25em) {
    .custom-sinamecc-footer-contact-section {
      width: 25%;
      border-right: solid 1px; } }
.custom-sinamecc-footer-contact-section-input {
  border: solid 1px #cccccc;
  width: 100%;
  padding: 5px;
  border-radius: 0.3em;
  margin-bottom: 10px; }

.custom-sinamecc-footer-contact-section-button {
  width: 100%;
  color: #ffffff;
  background-color: #164873;
  border: none; }

.custom-sinamecc-footer-info-section {
  width: 100%;
  padding: 10px;
  color: #ffffff;
  font-size: 26pt 1.6em;
  margin-left: 5px; }
  @media (min-width: 75em) {
    .custom-sinamecc-footer-info-section {
      width: 28%;
      text-align: left; } }
  @media (min-width: 46.25em) {
    .custom-sinamecc-footer-info-section {
      width: 28%;
      text-align: left; } }
.custom-sinamecc-footer-info-section-text {
  text-align: justify;
  line-height: 1.2;
  color: #ffffff;
  margin-left: 5px; }

.custom-sinamecc-footer-info-section-text-area {
  border: solid 1px #cccccc;
  width: 100%;
  height: 50px; }

.custom-sinamecc-footer-info-section-button {
  width: 100%;
  background-color: #164873;
  color: #ffffff;
  border: none; }

.footer-section-resources {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; }
  .footer-section-resources label {
    color: #ffffff;
    margin-right: 1em;
    font-size: 1em; }
  .footer-section-resources label:hover {
    cursor: pointer; }

.contact-main-container {
  background-color: #f4f4f4;
  padding-top: 3em;
  padding-bottom: 3em;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.contact-form {
  width: 100%;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column; }
  .contact-form input, .contact-form textarea {
    background-color: #ffffff; }
  .contact-form label, .contact-form input, .contact-form textarea {
    margin-bottom: 1em; }
  .contact-form textarea {
    width: 100%; }
  @media (min-width: 75em) {
    .contact-form {
      width: 50%; } }
  @media (min-width: 46.25em) {
    .contact-form {
      width: 50%; } }
.contact-button {
  width: 100%;
  background-color: #164873 !important; }

.open-data-content {
  width: 80%; }
  .open-data-content .icon-card {
    width: 100px;
    height: 100px; }
  .open-data-content .card-content {
    text-align: center;
    cursor: pointer; }

.open-card-content {
  text-align: center;
  cursor: pointer; }

.open-data-content-view {
  width: 80%; }
  .open-data-content-view .icon-card {
    width: 75px;
    height: 75px; }
  .open-data-content-view .card-content {
    text-align: center; }
  .open-data-content-view .txt-content {
    margin-left: 0.7em; }
  .open-data-content-view .sub-title {
    color: #616161;
    font-weight: 500; }
  .open-data-content-view .custom-frames {
    min-height: 14em; }

.open-date-list-item:hover {
  cursor: pointer; }

.open-date-list-item-selected {
  background-color: #2a658a;
  color: #ffffff; }

.indicator-frame {
  min-height: 17em; }

.tab-container {
  background-color: #ffffff; }

.bne-card {
  cursor: pointer; }

.card-icon-img {
  width: 20px;
  height: 20px; }

.modal-backdrop {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.chart-tabs {
  min-height: 1000px; }
  .chart-tabs .chart-div {
    overflow: auto;
    min-height: 1000px; }

.custom-tip {
  font-size: 0.8em;
  font-family: "Open Sans", sans-serif; }

.source-font {
  font-size: 0.7em; }

.custom-carrousel {
  height: 200px; }
  @media (min-width: 75em) {
    .custom-carrousel {
      height: 400px; } }
.margin-r {
  margin-right: 0.5em; }

.carrousel-description {
  background-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(35px);
  color: black; }
  .carrousel-description h5 {
    color: black; }

.custom-image {
  height: 100%;
  width: 100%; }

body {
  font-family: "Overpass", sans-serif; }

.shadow-box {
  box-shadow: 3px 1px 14px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 3px 1px 14px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 1px 14px 0px rgba(0, 0, 0, 0.75); }

.sinamecc-label {
  font-size: 3.4em; }

.sinamecc-title {
  line-height: normal;
  font-size: 2.2em;
  font-weight: 500px;
  color: #000000; }

.sinamecc-sub-title {
  font-size: 1em;
  font-weight: 400px;
  color: #000000; }

.custom-button {
  padding: 0.5em;
  margin-top: 10px;
  border-radius: 5px;
  background-color: #16b14f;
  color: #ffffff;
  border: none; }

.custom-button:hover {
  background-color: #ff484f !important; }
