body {
  font-family: "Lato", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.header {
  height: 275px;
}

h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.55em;
}
#lighthouse {
  height: 175px;
  bottom: 70px;
}

.rounded-img {
  border-radius: 50%;
  transform: scale(0.85);
}
.mainbody {
  position: relative;
  /* padding-bottom: 175px; */
  margin-top: -35px;
  /* height: 800px; */
  background: linear-gradient(
    180deg,
    rgb(56 159 218) 23%,
    rgba(21, 76, 107, 1) 100%
  );
  background-color: #2078ac;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  z-index: 2;
}

.table td,
.table th {
  padding: 0.75rem;
  border: none;
  border-top: 1px solid #dee2e6;
}
/* Loading Overlay */
#overlay {
  position: fixed;
  z-index: 99999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 1);
  transition: 1s 0.4s;
}

#overlay .loader {
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
}

#overlay .loader {
  margin-top: -60px; /* Negative half of height. */
  margin-left: -60px; /* Negative half of width. */
}

.loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #379ad4; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  transition: all 1s;
  animation-fill-mode: forwards;
  animation: spin 1s linear infinite;
}

.pre-basic {
  background-color: rgb(255, 255, 204);
  color: black;
  padding: 10px;
  border: 2px solid #000;
  font-size: 0.8rem;
}

.pre-header {
  text-align: center !important;
  background-color: rgb(255, 255, 204);
  color: black;
  margin-top: 35px;
  margin-bottom: 0;
  padding: 10px;
  border: 2px solid #000;
  border-bottom: none;
  font-weight: bold;
}


.cat-header-subtext {
  color: #1e548c;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

#seafloor {
  position: absolute;
  bottom: 0;
}

.text-justify {
  text-align: justify;
}

p {
  margin-top: 10px;
}

hr {
  border-top: 2px solid #3aa1dd;
  opacity: 0.8;
}
.content-outer-container {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.water-background {
  position: relative;
  z-index: 3;
  color: white;
}

.water-background a {
  color: #1d4258;
  font-weight: bold;
}

.water-background hr,
.inner-container-cut hr {
  border-top: 2px solid #fff;
}
.content-inner-container {
  margin: 0 auto;
  padding: 35px 275px;
  padding-top: 30px;
}

.content-inner-container p {
  padding-bottom: 5px;
}

.inner-container-cut {
  color: white;
  width: 100%;
  margin: 0 auto;
  /* padding: 35px 275px; */
  padding-top: 35px;
  position: relative;
  z-index: 5;
  background: rgb(21, 76, 187);
  background: linear-gradient(90deg, #1b77ad 0%, #3697d0 23%);
  flex-grow: 1;
}

.inner-container-cut a {
  color: white;
}
.inner-container-cut .card a, .inner-container-cut table a {
  color: #0d6efd;
}
.inner-container-cut .card {
  color: #000;
}
.btn-blue {
  background-color: #1e548c;
  color: white;
}

.btn-white {
  background-color: white;
  color: #1e548c;
}

.btn-thin {
  padding: 1px 12px;
}
.breadcrumb {
  background-color: rgba(255, 255, 255, 0);
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.breadcrumb-item a {
  color: #0c181f;
}
.breadcrumb-item.active {
  font-weight: 600;
  color: white;
}
.img-circle {
  border-radius: 50%;
  transition: 0.5s all;
}

.img-circle:hover {
  transform: scale(1.1);
}

.nav-link:hover {
  cursor:pointer;
}

.nav-link.disabled:hover {
  cursor: default;
}
.nuestro-trabajo-img {
  margin: 0 auto;
  padding-top: 25px;
  width: 75%;
}

.map-img {
  margin-bottom: 20px;
  width: 100%;
}

.slider {
  margin-bottom: 25px;
}
.slider-active {
  color: white;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.5;
  padding: 25px;
  background-color: rgba(58, 161, 221, 1);
}

.slider-inactive {
  color: white;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.5;
  padding: 25px;
  background-color: rgba(21, 76, 187, 1);
}

.sn-footer {
  height: 75px;
  position: relative;
  line-height: 75px;
  background-color: rgba(0, 0, 0, 0.9);
  margin-top: auto;
  z-index: 2;
}

#tsunami-msg {
  display: none;
}

.white-container {
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  color: #000;
}

.table-header {
  text-decoration: underline;
  text-decoration-color: #1e548c;
  /* border-bottom: 3px solid #3aa1dd; */
}

.inner-container-cut .table-header {
  text-decoration-color: #fff;
}

.table-blk thead {
  background-color: #191919;
  border: 2px solid #000000;
  color: white;
  text-align: center;
}

.table-blk tbody {
  background-color: #fff;
  border: 2px solid 191919;
  color: #000;
  text-align: center;
}

.table-blue thead {
  background-color: #1e548c;
  border: 2px solid #1e548c;
  color: white;
  text-align: center;
}


.table-blue tbody {
  background-color: #fff;
  border: 2px solid #1e548c;
  border-top: none;
  color: black;
}

.table-white thead {
  background-color: #1e548c;
  color: #ffffff;
  border: none;
}

.table-white tbody {
  background-color: #fff;
  color: #1e548c;
  border: 2px solid #fff;
}

/* Patterns & Textures */

.bg-white-ripples {
  background: url("/imgs/UI/ripples.png");
  color: black;
  flex-grow: 1;
  display: flex;
    flex-direction: column;
}

.bg-white-crossword {
  background: url("/imgs/UI/crossword.png");
  flex-grow: 1;
  display: flex;
    flex-direction: column;
}

.bg-white-gplay {
  background: url("/imgs/UI/gplaypattern.png");
  color: black;
  flex-grow: 1;
  display: flex;
    flex-direction: column;
}

.bg-inner-blue {
  color: white;
  background: rgb(21, 76, 187);
  background: linear-gradient(90deg, #1b77ad 0%, #3697d0 23%);
  flex-grow: 1;
  display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1250px) {
  /* .content-inner-container,
  .inner-container-cut {
    padding: 35px 175px;
  } */

  h2 {
    font-size: 2em;
  }
}

@media screen and (max-width: 930px) {
  /* .content-inner-container,
  .inner-container-cut {
    padding: 35px 75px;
  } */

  h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 675px) {
  .table-header {
    text-align: center;
  }
  .catalogue-table {
    font-size: 0.70em;
  }
  
  /* .content-inner-container,
  .inner-container-cut {
    padding: 35px 35px;
  } */
  .content-container {
    width: 100%;
  }

  .nuestro-trabajo-img {
    width: 100%;
  }
}
