.img-gallery {
  width: 100%;
}

.row-gallery {
  display: flex;
  padding: 5px;
  flex-wrap: wrap;
}

.col-gallery {
  flex: 25%;
  padding: 5px;
}

.col-gallery img {
  margin-top: 5px;
}

@media (max-width: 800px) {
  .col-gallery {
    flex: 50%;
  }
}

@media (max-width: 600px) {
  .col-gallery {
    flex: 100%;
  }
}

.image-logo {
  height: 50px;
  border-radius: 0px;
  float: top;
  margin-right: 10px;
}

.cover {
  height: 400px;
  color: #ffed59;
  background-image: url(IMAGES/Portada_CPBB.jpg);
  background-size: cover;
  background-position: center;
  font-weight: bold;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: darken;
}

.cover-small {
  height: 200px;
  background-color: rgba(0, 0, 0, 0);
  background-blend-mode: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: black;
}

body {
  font-family: "DM Sans", sans-serif;
}
.card {
  border: 0 !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card-title {
  min-height: 3rem;
  text-align: center;
  font-weight: bold;
}

.card-title-small {
  min-height: 1rem;
  text-align: center;
  font-weight: bold;
}

.card-text {
  min-height: 10rem;
}

.card-text-small {
  min-height: 2rem;
  text-align: center;
}

.card-text-big {
  min-height: 0 rem;
  text-align: center;
}

.nav-link {
  color: #ffed59;
}

.nav-item {
  color: #ffed59;
  font-weight: bold;
}

.btn-warning {
  background-color: #ffed59;
  border-color: #ffed59;
  font-weight: bold;
}

.responsive-iframe {
  position: relative;
  padding-top: 56.25%;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.social-icon {
  color: #ffed59;
  text-decoration: none;
  margin: 0 5px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 237, 89, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
  border: 1px solid rgba(255, 237, 89, 1);
}

.navbar-light .navbar-nav .nav-link {
  color: #ffed59;
}

.navbar-light .navbar-nav .nav-link:hover,
.social-icon:hover {
  color: white;
}

hr:not([size]) {
  height: 2px;
}

.text-white-50 {
  color: #ffed59 !important;
}

footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 100px;
  background: #004aad;
  display: flex;
  justify-content: space-between;
  flex: wrap;
}

footer .container {
  display: flex;
  justify-content: space-between;
  flex: wrap;
  flex-direction: row;
}

footer .container .sec {
  margin-right: 30px;
}

footer .container .sec.aboutus {
  width: 40%;
}

footer .container h5 {
  position: relative;
  color: #ffed59;
  font-weight: bold;
  margin-bottom: 15px;
}

footer .container h5:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #ffed59;
}

footer p {
  position: relative;
  color: white;
  font-weight: normal;
}

.frontdesk {
  position: relative;
  width: 25%;
}

.contact {
  width: calc(35%-60px);
  margin-right: 0 !important;
}

.contact .info {
  position: relative;
}
.contact .info li {
  display: flex;
  margin-bottom: 16px;
}
.contact .info li span:nth-child(1) {
  color: #ffed59;
  font-size: 20px;
  margin-right: 10px;
}
.contact .info li span {
  color: white;
}
.contact .info li a {
  color: white;
  text-decoration: none;
}
.contact .info li a:hover {
  color: #ffed59;
}

.copyrightText {
  width: 100%;
  background: black;
  padding: 8px 100px;
  text-align: center;
  color: white;
}
.copyrightText a {
  color: white;
}

@media (max-width: 991px) {
  footer {
    padding: 40px;
  }
  footer .container {
    flex-direction: column;
  }
  footer .container .sec {
    margin-right: 0;
    margin-bottom: 40px;
  }
  footer .container .sec.sec.aboutus,
  .contact,
  .frontdesk {
    width: 100%;
  }
  .copyrightText {
    padding: 8px 40px;
  }
}

.selected-lang {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  line-height: 2;
  width: 110px;
  margin-right: 10px;
  margin-left: 10px;
}

.selected-lang:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(IMAGES/flag-united.svg);
}

.lang-menu {
  margin-top: 3px;
  position: relative;
}

.lang-menu ul {
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
}

.lang-menu:hover ul {
  display: block;
}

.lang-menu ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.lang-menu ul li a {
  width: 140px;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

.lang-menu ul li a:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  vertical-align: middle;
}

.lang-menu ul li a:hover {
  background-color: #f2f2f2;
}

.es:before {
  background-image: url(IMAGES/flag-spain.svg);
}

.en:before {
  background-image: url(IMAGES/flag-united.svg);
}

.info {
  position: relative;
}
.info li {
  display: flex;
  margin-bottom: 16px;
}
.info li span:nth-child(1) {
  color: black;
  font-size: 20px;
  margin-right: 10px;
}
.info li span {
  color: #004aad;
}
.info li a {
  color: #004aad;
  text-decoration: none;
}
.info li a:hover {
  font-weight: bold;
}

.section-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
}
.section-container .columns {
  flex: 0 0 auto;
  width: 50%;
}
.section-container .columns.image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-container .columns.content .content-container {
  padding: 40px 50px;
}
.section-container .columns.content .content-container h5 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
}
.section-container .columns.content .content-container p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  margin-bottom: 15px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .section-container {
    flex-flow: row wrap;
  }
  .section-container .columns.image {
    display: block;
    order: 1;
    width: 100%;
    height: 250px;
  }
  .section-container .columns.content {
    display: block;
    order: 2;
    width: 100%;
  }
  .section-container .columns.content .content-container {
    padding: 20px 35px;
  }
  .section-container .columns.content .content-container h5 {
    margin-bottom: 5px;
  }
}

.facilities-container {
  margin-top: 1rem;
  margin-left: 1 rem;
  margin-right: 1 rem;
  margin-bottom: 1 rem;
}

ul.facility-sections {
  padding: 0 0 1rem;
  list-style: none;
  display: block;
  font-size: 0.875rem;
}

ul.facility-sections li {
  padding-bottom: 2rem;
  display: list-item;
  text-align: -webkit-match-parent;
}

ul.facility-sections h5 {
  color: #004aad;
  border-bottom: 0.0625rem dotted #004aad;
  padding: 0 0 1rem;
  vertical-align: middle;
  font-size: 0.95rem;
}

ul.facilities {
  color: black;
  padding: 0 0 1rem;
  width: 110%;
  display: inline-block;
  list-style: none;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
}

ul.facilities li {
  padding: 1rem 0 0;
  line-height: 1.43;
  width: 20%;
  display: inline-block;
  text-align: -webkit-match-parent;
}

@media (max-width: 950px) {
  ul.facilities li {
    width: 33%;
  }
}

@media (max-width: 800px) {
  ul.facilities li {
    width: 45%;
  }
}
