body{
    font-family: 'Lato', sans-serif;
    margin: 70px 0px;
    background: #fafbfc;        
    background-color: #b2b4b7;
}

.divider{
    width: 100px;
    height: 2px;
    background: #ffa500;
    margin: 0 auto;
}

.heading{
    text-align: center;
    margin-bottom: 60px;
}

.heading1{
    text-align: center;
    font-size: 12px;    
    margin-bottom: 20px;
}

.heading h2{
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

#contact-form{
    font-size: 20px;
    background: rgb(223, 221, 221);
    padding: 40px;
    border-radius: 10px;
}

.blue{
    color: #0069d6;
}

.form-control{
    height: 50px;
    font-size: 18px;
}

.comments{
    color:#d82c2e;
    font-style: italic;
    font-size:18px;
    height: 25px;
}

#contact-form input[type="submit"]
{
    margin: 10px auto 0;
    display: block;
}

.button1{
    border: 1px solid #ddd;
    background: #ffa500;
    color: #fff;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px;
    border-radius: 5px;
    transition: all 0.3s ease-in 0s;
}

.button1:hover{
 
    background: #333;
    border-color: #ffa500;
}

.thank-you{
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
}

.pdfview{
    margin: auto;
    display: block;
    width: 850px;
    height: 40vh; 
    border-radius: 10px;
    box-shadow: 0 4 px 8px 0 rgba(0, 0, 0, 0.2)
    , 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.button2{
    margin: auto;
    display: block;
    border: 1px solid #ddd;
    background: #0757c0;
    color: #fff;    
    width: 50%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px;
    border-radius: 5px;
    transition: all 0.3s ease-in 0s;
}

.button3{    
    margin: auto;
    display: block;
    width: 50%;
    justify-content: center;
    align-items: center;
}

.contenedor-botones {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}
