.card {
  width: 1200px;
  height: 900px;
  background: #ffffff;
  margin: 30px;
  padding: 20px;
  box-shadow: 5px 5px 10px #0008;
  border-radius: 5px;
  font-size: 20px;
  left: 5px;
}
.card-body {
    margin: 5px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 0;
}
.btn-card {
  background: transparent;
  border: none;
  text-align: justify;
  color: #04809c;
}
.img-lincens {
  width: 400px;
  height: 500px;
}
.card-text{
  color:black;
  text-align: justify;
  font-family: 'Montserrat', sans-serif !important;
}
@media only screen and (max-width: 765px) {
  .img-lincens {
    max-width: 50%;
    height: auto;
  }
}
/* MODAL*/
.modal-cerrado {
  background-color: #04809c !important;
  padding: 5px 15px;
  border-radius: 5px;
  color: #ffffff;
}
#modal::backdrop {
  background-color: rgba(0, 0, 0, .55);
}
#modal {
  max-width: 150ch;
}
/* BOTON  */
#btn-color {
  text-decoration: none;
  color: black;
}
.cta {
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: #ddd;
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  background: #6caad7;
}
.cta:hover svg {
  transform: translateX(-20px);
}
.cta:active {
  transform: scale(0.96);
}
.oculto {
  display: none;
}
.brnconvocatoria {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0px;
  width: 250px;
  height: 35px;
  border-radius: 5px;
  background-color: #04809c;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif !important;
  transform: translateX(45px);
}
.btn-maeto {
  padding: 10px 22px;
  margin: 50px 0px;
  justify-content: space-around;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 30px;
  border-radius: 2px;
  background-color: #04809c;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif !important;
}
.title-maeto {
  color: #04809c;
  font-size: 25px;
  transform: translateX(45px);
}
.txtgeneral {
  font-size: 20px;
  text-align: justify;
  width: 90%;
  transform: translateX(45px);
}
.derecha {
  transform: translateX(60px);
}
.derecha2 {
  transform: translatey(-10px);
}
.izquierda {
  transform: translateX(1px);
}
.izquierda2 {
  transform: translateY(-10px);
}
.nav-fotos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.placeholder {
  width: 150px;
  height: 150px;
  border: 2px dashed #d3d3d3;
  background: #f6f6f6;
  color: #b5b5b5;
  margin: auto;
  transform: translateX(5px);
}
.foto-maetos {
  width:220px;
  text-align: center;
}
.foto-maetos p{
    margin-top:15px;
    font-size:16px;
    line-height:1.4;
    word-wrap:break-word;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif !important;
}
/*maestria.2.2*/
.maetoul li {
  font-size: 20px;
  transform: translateX(50px);
}