#contacto-form .no-gutters{
    height: 36;
    margin-left: 0;
    margin-right: 0;
    border: 2px solid lightgray;

}
#contacto-form .align-items-stretch{
    align-items: stretch !important;
}

#contacto-form .no-gutters > [class*="col-"]{
    padding-right: 0;
    padding-left: 0;
}

#contacto-form .contact-wrap{
    background: #fff;
}

#form-message-warning, #form-message-success{
    display: none;
}

#contacto-form .col-md-6{
    flex: 0 0 50%;
}
#contacto-form .col-md-12{
    flex: 0 0 100%;
}
#contacto-form .form-group{
    margin-bottom: 1rem;
}
#contacto-form .form-group::after, #contacto-form .form-group::before{
    box-sizing: border-box;
}
.form-group .label{
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.form-group .form-control::placeholder{
    color: rgba(0, 0, 0, 0.3) !important;
    opacity: 1;
}

.form-group .form-control{
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    box-shadow: none !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;;
}

.form-group .info-wrap{
    color: rgba(255, 255, 255, 0.8);
    background: #307238;
}

.info-wrap .dbox{
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;

}

.info-wrap .dbox .text{
    width: calc(100% - 50px);
    padding-left: 1rem !important;
}

.info-wrap .dbox .icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

::after, ::before{
    box-sizing: border-box;
}