
.contact{
        padding: 4%;
        height: auto;
        position: relative;
 }

.contact .col-md-3{
        background: #ff9b00;
        background-image: url("../img/banner/certificalote/imagen.png");
         background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-position: center center !important;
    z-index: auto;
    background-size: cover !important;
        padding: 4%;
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

.contact .contact-info{
        margin-top:10%;
        background-image: blue;
    }
    .contact .contact-info img{
        margin-bottom: 15%;
    }
    .contact .contact-info h2{
        margin-bottom: 10%;
    }
    .contact .col-md-9{
        background: #fff;
        padding: 3%;
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }
    .contact .contact-form label{
        font-weight:600;
    }
    .contact .contact-form button{
        /*background: #25274d;*/
        background: #000000;
        color: #fff;
        font-weight: 600;
        width: 25%;
    }
    .contact .contact-form button:focus{
        box-shadow:none;
    }

    @media (max-width: 768px) {
  .contact .col-md-3{
        display: none;
    }
}