@font-face {
  font-family: title;
  src: url(../IMG/font/Caveat-Bold.ttf);
}
@font-face {
  font-family: text;
  src: url(../IMG/font/ChelseaMarket-Regular.ttf);
}
:root {
  --primary-color: #ff9233;
  --secondary-color: #004477;
  --third-color: #2897b5;
  --fourth-color: #f4f4f4;
  --fifith-color: #2d323c;
  --sixth-color: #fd9f86;
}
/*Inicio ondas*/
.custom-shape-divider-bottom-1739504696 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1739504696 svg {
  position: relative;
  display: block;
  width: calc(173% + 1.3px);
  height: 79px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1739504696 .shape-fill {
  fill: var(--secondary-color);
}
.custom-shape-divider-top-1739505136 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-top-1739505136 svg {
  position: relative;
  display: block;
  width: calc(300% + 1.3px);
  height: 97px;
}

.custom-shape-divider-top-1739505136 .shape-fill {
  fill: var(--secondary-color);
}
/*Fim ondas*/
.topoPagina {
  background-image: url(../IMG/Fotos/fundoroxop.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 70vh;
  display: flex;
  position: relative;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.containerCards {
  background-color: var(--secondary-color);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.card {
  background-color: var(--fourth-color);
  width: 25%;
  border-radius: 2rem;
  padding: 1rem;
  margin: 10px;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(93, 93, 93, 0.2);
  text-align: center;
}

.card img {
  border-radius: 1rem;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center center;
}

.card h3 {
  color: #da7a26;
  padding: 0.5rem;
  font-size: 2.3em;
}
.card p {
  color: var(--fifith-color);
  width: 100%;
  text-align: justify;
  padding: 0.5rem;
}
.textoc {
  font-family: text;
  font-size: 1.2em;
}
.listaT {
  font-family: text;
  font-size: 1.3em;
  padding-bottom: 20px;
  color: var(--fourth-color);
}
.tituloc {
  font-family: title;
  font-size: 2em;
  color: var(--fourth-color);
}
.titulo {
  padding: 20px;
  text-align: center;
  z-index: 1;
}
table {
  background-color: var(--fourth-color);
  border-radius: 2rem;
  padding: 30px;
  box-shadow: 10px 10px 10px rgba(93, 93, 93, 0.2);
}

table,
th,
td {
  padding: 15px;
  border-collapse: collapse;
}

th {
  font-family: title;
  color: var(--primary-color);
  text-align: center;
  font-size: 38px;
  width: 50%;
  border-radius: 2rem;
}
td {
  font-family: text;
  text-align: justify;
  font-size: 20px;
  color: var(--fifith-color);
}
td::before {
  content: "✓ ";
}
@media only screen and (max-width: 600px) {
  .containerCards {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .textoc {
    font-family: text;
  }
  th {
    font-size: 30px;
    width: 50%;
  }
  td {
    font-size: 16px;
  }
  .listaT {
    text-align: justify;
    font-family: text;
    font-size: 20px;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .card {
    width: 80%;
    min-width: 300px;
  }
  .card img {
    height: 300px;
    width: 100%;
    object-position: center;
  }
  .textoc {
    font-family: text;
    font-size: 20px;
  }
}
