/**/
.alert{
    margin: auto;
    width: 95%;
}

.contacto{
    background-color: rgb(15, 15, 15);
    margin-top: 0!important;
    padding-top: 0!important;
    padding-right: 20px;
    padding-left: 20px;
}
.contacto__col{
    margin: auto;
}
    .contacto__col form input,
    .contacto__col form textarea{
        display: inline-block;
        padding: 8px;
    }
.contacto h1{
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding-top: 80px;
    padding-bottom: 20px;
}.contacto p{
    color: white;
}
.contacto iframe{
    margin-top: 60px;
}
.contacto form{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}
.contacto form input[type="submit"]{
    background-color: #3C66A1;
    width: 180px;
    border-radius: 5px;
    color: #fff;
}
.contacto label{
    color: #fff;
    text-align: start!important;
}
.contacto form textarea{
    min-height: 170px;
    max-height: 170px;
}

