* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background: #efefef;
  border-top: 5px solid #333;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
footer {
  background: #000;
  padding: 3% 20% 3% 20%;
}
header {
  border-bottom: 5px solid #9d2348;
  display: grid;
  gap: 20px;
  grid-template-columns: 200px 1fr;
  margin-top: 10px;
  padding-bottom: 10px;
  height: 122px;
  width: 100%;
}
h2 {
  color: #333;
  font-family: "Rufina", serif;
  font-size: 2.5em;
  position: relative;
}
h2::before {
  content: "";
  background: #006e99;
  height: 3px;
  left: 0px;
  position: absolute;
  top: 40px;
  width: 25px;
}
h3 {
  color: #333;
  font-family: "Rufina", serif;
  font-size: 1.5em;
  position: relative;
}
h3::before {
  content: "";
  background: #2a5ab3;
  height: 15px;
  left: -7px;
  position: absolute;
  top: 5px;
  width: 3px;
}
nav {
  display: grid;
  width: 100%;
}
nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
nav ul li {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style-type: none;
  border-right: 1px solid #ccc;
}
nav ul li a {
  color: #333;
  text-align: center;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table thead {
  background-color: #02bcd5;
}
table thead td,
table thead th {
  padding: 10px;
}
table .txt-white {
  color: #fff;
}
table .fila-white {
  background: #fff;
}
table .fila-white td {
  padding: 10px;
  text-align: center;
}
.bottom-50 {
  margin-bottom: 50px;
}
.card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contenedor {
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 0 20% 0 20%;
  min-height: 100dvh;
  width: 100%;
}
.logo {
  display: grid;
  text-align: center;
  width: 100%;
}
.logo img {
  width: 90%;
}
.servicios {
  display: flex;
  flex-direction: column;
  padding: 4% 2% 2% 2%;
  width: 100%;
}
.servicios__line {
  display: grid;
  grid-template-columns: 80% 1fr;
  width: 100%;
}
.servicios__titulo {
  display: flex;
  justify-content: center;
  width: 100%;
}
.servicios__tipos {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  width: 100%;
}
.servicios__tipos-contenedores {
  background: #e7e7e7;
  display: grid;
  grid-template-columns: 70% 1fr;
  padding: 10px;
  width: 100%;
}
.servicios__texto {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.servicios__imagen {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.servicios__imagen img {
  display: block;
  width: 60%;
}
.servicios__maps {
  display: grid;
  margin-top: 40px;
  width: 100%;
}
.servicios__maps iframe {
  width: 100%;
}
.sliders {
  display: grid;
  width: 100%;
}
.subtitulos__transparencia {
  display: grid;
  padding: 2% 0;
  margin-top: 30px;
  width: 100%;
}
.transparencia__imagen {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.transparencia__imagen-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.transparencia__imagen-2 img {
  display: block;
  width: 20%;
}
.transparencia__imagen img {
  display: block;
  width: 50%;
}
.transparencia__texto {
  display: grid;
  justify-content: center;
  width: 100%;
}
.transparencia__ancho {
  display: grid;
  width: 100%;
}
.transparencia__tipos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  width: 100%;
}
.transparencia__tipos-contenedores {
  display: grid;
  width: 100%;
}
.transparencia__tipos-contenedores-2 {
  display: grid;
  grid-template-columns: 30% 1fr;
}
.transparencia__tres {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
}
