section{
    
}

.section-item{
    border-radius: 5px;
    background-color: #f1f1f1;
    height: 100%;
    padding: .5rem 0;
}
.icon-title{
    height: 7rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border-radius: 10px;
}

.form-group > label{
    font-weight: 700;
}

.container-section-form {
    background-color: #fff;
}

.section-mkt{
    background-image: url(../picture/form.jpg);
    background-color: #000;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: auto;
}

.mkt > .btn {
    width: 100%;
    padding: 1rem;
}

a.whatsapp{
    color: #008000;
    text-decoration: none;
    font-weight: bold;
}
a.whatsapp:hover{
    color:#0a9e0a;
}

.mission{
    background-color: #f1f1f1;
    border-top: 1px solid #555;
    padding: 0;
}

@media only screen and (max-width: 600px) {
    
}
