
/*Formulario para anunciarse en el directorio y tipos de proveedores*/
.anunciate_form{
    background-color: white;
    padding: 3.375rem 2.375rem 0.75rem;
}

.anunciate_form .imagen-content{
    display: flex;
    align-items: center;
    margin: 0 3rem 3.5625rem 2.3125rem;
}

.anunciate_form .imagen-content .imagen{
    margin-right: 3.5rem;
}

.anunciate_form .imagen-content .imagen img{
    width: 100%;
    height: 100%;
}

.anunciate_form .title h4{
    font-size: 1.8rem;
    margin-bottom: 0.6875rem;
    font-weight: 500;
}
.anunciate_form .title p{
    font-size: 0.9375rem;
    line-height: 1.4375rem;
    color: #10100F;
    max-width: 447px;
    margin-bottom: 0;
}
.anunciate_form .form-group .btn{
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
}

.anunciate_form .form-group .custom-control-label{
    margin-top: 0.875rem;
}

@media (max-width: 1199px){
    .anunciate_form .form-group .custom-control-label{
        margin-top: 0;
    }
}

@media (max-width: 991px){
    .anunciate_form .imagen-content{
        display: block;
        margin: 0 0 3rem;
    }

    .anunciate_form .imagen-content .imagen{
        margin: 0 0 1rem;
    }

    .anunciate_form .title h1{
        font-size: 1.625rem;
    }

    .anunciate_form .title p{
        max-width: unset;
    }

}