*{
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman', Times, serif; 
}
body{
    background-color: black;
}
.header{
    margin-left:  auto;
    margin-right: auto;
    width: 90%;
    max-width: 1500px;
    height: 150px;
}

.header-row{
    width: 60%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: left;
}

.header-col{
    flex-basis: 49%;
    background: rgba(6, 6, 105, 0.05);
    border-radius: 10px;
    margin: 1%;
    padding: 10px 10px;
    box-sizing: border-box;
    text-align: center;
    justify-content: left;
}

.header-col img{
    height: 100%;
}

.formulario{   
    margin-left:  auto;
    margin-right: auto;
    width: 90%;
    max-width: 1500px;
    height: 500px;
    padding-top: 2px;
    background-color: black;
}

.box_mail{
    display: block;
    margin: auto;
    width: 80%;
    max-width: 1500px;
    height: 480px;
    background: rgb(218, 226, 221);
    border-radius: 10px;
    border: 3px rgb(129, 209, 247) solid; 
    align-items: center;
}

.box_mail h2{
    padding-top: 10px; 
    text-align: center;
}
.box_mail h4{
    padding-top: 2px; 
    text-align: center;
}
.lin-dato{
    width: 94%;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.formulario input{
    font-size: 12px;
    padding: 1%;
}

textarea{
    font-size: 1.1rem;
    height: 170px;
    resize: none;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
}

.btn_mail {
    width: 94%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 14px;
}

.btn_mail button{
    text-align: center;
    width: 80px;
    height: 2.00rem;
    font-size: 14px;
    background-color: orange;
}

.container{
    width: 94%;
    margin: auto;
    color: white;
    text-align: center;
}