span.wpcf7-not-valid-tip{
    color: #FFF;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    color: #fbaf5d;
    border: none;
    font-weight: 700;
}

@media(max-width: 1200px){
    .m-commitment-small h3{
        font-size: 1.4em;
    }
}
@media(max-width: 992px){
	.m-dots{
		margin-left:0;
	}
    .m-center{
        text-align: center;
    }
    .m-none{
        display: none;
    }
    .text{
        margin-bottom: 0.5rem;
    }
    .center{
        margin-top: 1rem;
    }
    .partners{
        width: 100%;
    }
    .m-block{
        display: block;
    }
    .autor{
        text-align: center;
    }
    .projects img{
        width: 100%;
    }
    .space{
        margin-top: 1rem;
        padding-top: 0;
    }
    .img-teamwork{
        width: 95%;
        text-align: center;
        margin-top: 1rem;
    }
    .frame{
        width: 100%;
    }
    .frame .col-md-1{
        width: 25%;
        max-width: 25%;
        flex: 0 0 25%;
    }
    .company{
        margin-top: 2rem;
    }
    .foto{
        width: 100%;
    }
    .maps{
        height: 75vh;
        background: url("../img/maps-mobile.jpg");
        background-position: center;
    }
    .delivery{
        display: none;
    }
}

@media(max-width: 768px){
    .commitment-right{
        margin-top: 2rem;
    }
    .philosophy{
        background: #22856b;
    }
    .contact{
        padding-left: 1rem;
    }
}
@media(min-width: 992px){
    .w-12{
        flex: 0 0 12%;
    }
    .w-27{
        flex: 0 0 27.5%;
    }
}