body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial, sans-serif;
  background: url("../img/Fonsabana2.jpg") no-repeat center center fixed;
  background-size: cover;
}
.fondo__pricipal {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.fondo__pricipal-mail {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
}

.fondo {
  background: url("../img/teatro\ julio\ mario\ santo\ domingo.png") no-repeat
    center center fixed;
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contenedor-formulario {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px;
  border-radius: 15px;
  width: 400px;
  box-sizing: border-box;
}

.contenedor-formulario-mail {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px;
  border-radius: 15px;
  width: 400px;
}

.campo-icono {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.campo-icono span {
  margin-right: 10px;
}

input[type="text"] {
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
}

.boton-consultar {
  width: 100%;
  background-color: #6b0000;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
}

.boton-consultar:hover {
  background-color: #8a0000;
}

.error {
  color: white;
  margin-top: 10px;
}

#tipo_convenio,
#convenio {
  width: 100%;
  border: none;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.video {
  width: 100%;
}

.fondo1 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

