/* MOD CIMADIGITAL CONTACTO */
.cd-contacto {
  padding: 50px 10%;
}

.cd-contacto__row {
  display: flex;
  gap: 25px;
}

.cd-contacto__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cd-contacto__info {
  flex: 1;
}

.cd-contacto__info p,
.cd-contacto__info a {
  color: #263a7e;
}

.cd-contacto__form {
  flex: 2;
  background-color: #f7f7f7;
  padding: 50px;
}

.cd-contacto__form h1,
.cd-contacto__form h2,
.cd-contacto__form h3,
.cd-contacto__form div,
.cd-contacto__form input,
.cd-contacto__form input::placeholder,
.cd-contacto__form textarea,
.cd-contacto__form textarea::placeholder,
.cd-contacto__form label {
  color: #263a7e;
}

.cd-contacto__form a {
  color: #a91f46;
}

.cd-contacto__form button[type="submit"] {
  color: #ffffff;
  background-color: #a91f46;
  padding: 10px 15px;
  text-transform: uppercase;
  border: 1px solid #a91f46;
}

.cd-contacto__form button[type="submit"]:hover {
  background-color: #ffffff;
  color: #a91f46;
}

.cd-contacto__form input,
.cd-contacto__form textarea {
  background-color: #263a7e18;
  border-radius: 5px;
}

.cd-contacto__mapa iframe {
  width: 100%;
  height: 60vh;
  filter: grayscale(100%);
}

@media (max-width: 768px) {
  .cd-contacto {
    padding: 50px 5%;
  }
  .cd-contacto__row {
    flex-direction: column;
  }

  .cd-contacto__form {
    padding: 25px;
  }
}
/* END MOD CIMADIGITAL CONTACTO */
