* {
    margin: 0;
}

.logo {
    width: 50%;
    margin-bottom: 20px;
}

.certificados {
    width: 65%;
    margin-bottom: 20px;
}

.middle {
    display: block;
    align-items: center;

}

.sub1{
	font-size: 17px !important;
    margin-bottom: 2rem;
    text-align: center;
    color: #00008B;
    width: auto !important;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 60%);
    background: #036CAE;
    padding: 10px;
}
.form-container {
    margin-left: -225px;
    margin-right: -15px;
    width: 50% !important;
}
    
footer {
    background: #FFFFFF;
}

.vinetas {
    color: #00008B;
    text-align: left;
    font-size: 12px;
    font-family: 'Montserrat',
        sans-serif;
    font-weight: 200;
}

.subttle {
    color: #00008B;
    font-family: 'Montserrat',
        sans-serif;
    font-weight: 200;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.contacto li {
    text-align: left;
    margin-bottom: 10px;
}


.contacto a {
    color: #00008B;
    text-decoration: none;
}

.map {
    color: #00008B !important;
    font-size: 12px;
    font-family: 'Montserrat',
        sans-serif;
    font-weight: 300;
    list-style: outside url("./icon/maps.png");
}

.phone {
    color: #00008B !important;
    font-size: 12px;
    font-family: 'Montserrat',
        sans-serif;
    font-weight: 300;
    list-style: outside url("./icon/phone.png");
}

.mail {
    color: #00008B !important;
    font-size: 12px;
    font-family: 'Montserrat',
        sans-serif;
    font-weight: 300;
    list-style: outside url("./icon/mail.png");
}

@media (max-width:991px) {
    .logo {
        width: 50%;
        margin-bottom: 20px;
    }

    .certificados {
        width: 50%;
        margin-bottom: 20px;
    }
    
    .form-container {
    margin:0;
    width: 100% !important;
}
}