hr {
    border: 1px solid #cbcbcb;
}

body {
    font-family: 'Varela Round', Arial, Tahoma, Helvetica, sans-serif;
    background-image: url(https://bahia.gob.ar/subidos/cultura/eventospermanentes/img/background.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

textarea,
input {
    font-family: 'Varela Round', Arial, Tahoma, Helvetica, sans-serif;
    min-height: 35px;
    width: 100%;
}

h1 {
    font-size: 36px;
    color: #353535;
    font-weight: normal
}

p.tit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px
}

p.desc {
    font-size: 13px;
    font-weight: bold;
    color: #353535;
    margin: 0;
    margin-bottom: 6px
}

p.ent {
    margin-top: 0px
}

.fform {
    width: 800px;
    margin: 30px auto
}

.header-logos {
    display: flex;
    justify-content: space-between;
}

.logo-mbb img {
    height: 100%;
    width: 100%;
}

.logo-cultura img {
    height: 100%;
    width: 100%;
}

.logo-eventos img {
    width: 20%;
    place-self: flex-end;
}

a {
    font-size: 14px;
    text-decoration: none;
    color: #58585a;
    font-weight: 600;
}

a:hover {
    color: #00a3da
}

img.plano {
    max-width: 600px;
    border: 2px dashed #ccc;
    padding: 30px
}

.download {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #58585a;
    font-weight: 600;
    color: #333333;
    float: right;
    text-align: right;
    margin-top: -5px;
    margin-bottom: 40px;
}

.imgs {
    width: 1200px;
    list-style: none;
    margin-left: -80px;
    margin-bottom: 120px;
}

.imgs li {
    margin-left: 0px;
    margin-right: 20px;
    float: left;
    padding-right: 10px;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img {
    display: block;
}

form {
    width: 100%;
    min-height: 500px;
    height: auto;
    border-radius: 5px;
    margin: 2% auto;
    box-shadow: 0 0px 0px hsl(187deg 22% 89%);
    padding: 2%;
    background-image: linear-gradient(225deg, rgb(243 243 243 / 98%) 50%, rgb(233 233 233 / 98%) 50%);
}

form .con {
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: space-around;
    justify-content: space-around;

    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

    margin: 0 auto;
}

header {
    margin: 2% auto 10% auto;
    text-align: center;
}

header h2 {
    font-size: 250%;
    font-family: 'Playfair Display', serif;
    color: #3e403f;
}

.input-item {
    background: #fff;
    color: #333;
    padding: 14.5px 0px 15px 9px;
    border-radius: 5px 0px 0px 5px;
}

input[type="submit"] {
    outline: none;
    background: #63a3c1;
    width: 70%;
    border: 0;
    border-radius: 4px;
    padding: 12px 20px;
    color: #FFFFFF;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    text-transform: uppercase;
    cursor: pointer;
}

.header-1 {
    background-color: rgb(70 150 255 / 90%);
    padding: 15px;
    border-radius: 5px;
}

fieldset {
    margin-top: 20px;
    padding: 10px;
    display: flex;
    flex-flow: column wrap;
    gap: 10px;
}

label {
    white-space: nowrap;
}

.input-group {
    display: flex;
    flex-flow: column wrap;
    gap: 10px;
    padding: 10px;
}

.flex {
    display: flex;
    gap: 5px;
    align-items: center;
}

.flex-column {
    flex-flow: column wrap;
}

.justify-between {
    justify-content: space-between;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.grid {
    display: grid;
    gap: 8px;
    align-items: center;
}
